:root {
  --bg: #f6f0e5;
  --paper: #fffaf3;
  --paper-alt: #f8f1e6;
  --paper-deep: #efe4d5;
  --ink: #1d1914;
  --muted: #5f5348;
  --line: rgba(29, 25, 20, 0.12);
  --accent: #a5482f;
  --accent-dark: #7d3523;
  --accent-soft: #ead5c5;
  --olive: #49543f;
  --olive-soft: #d9dfd0;
  --shadow: 0 24px 64px rgba(53, 37, 22, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(246, 240, 229, 0.92), rgba(246, 240, 229, 0.98)),
    url("assets/images/485c07974.png") center top / cover fixed no-repeat;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.page-shell {
  width: 100%;
}

.site-header,
.logo-band,
.pain-section,
.diagnostic-section,
.services-section,
.benefits-section,
.fit-section,
.process-section,
.deliverables-section,
.proof-section,
.faq-section,
.final-cta {
  width: 100%;
  margin: 0;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  margin: 0 auto 0;
  padding: 18px 32px 14px;
  background: rgba(255, 250, 243, 0.64);
  border-bottom: 1px solid rgba(29, 25, 20, 0.08);
  position: relative;
  z-index: 30;
}

.brand img {
  width: 138px;
}

.top-nav {
  display: flex;
  gap: 20px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.88rem;
  color: var(--muted);
  align-items: center;
  margin-left: auto;
}

.top-nav a {
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  transition: color 160ms ease, opacity 160ms ease;
}

.top-nav > a::after,
.nav-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.top-nav > a:hover,
.nav-group:hover .nav-label,
.nav-menu a:hover {
  color: var(--accent);
}

.top-nav > a:hover::after,
.nav-group:hover .nav-label::after {
  transform: scaleX(1);
}

.nav-group {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.nav-label {
  position: relative;
  padding: 4px 0;
  cursor: default;
  transition: color 160ms ease;
}

.nav-caret {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.78em;
  transform: translateY(-1px);
  transition: transform 180ms ease, color 160ms ease;
}

.nav-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 260px;
  padding: 12px 14px;
  display: none;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 250, 243, 0.98);
  border: 1px solid rgba(29, 25, 20, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(53, 37, 22, 0.12);
  z-index: 40;
}

.nav-group:hover .nav-menu {
  display: flex;
}

.nav-group:hover .nav-caret {
  transform: translateY(-1px) rotate(180deg);
  color: var(--accent);
}

.nav-menu a {
  padding: 2px 0;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff8f2;
  text-decoration: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 28px rgba(165, 72, 47, 0.24);
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.button-small {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.84rem;
  margin-left: 16px;
}

.button-secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.6);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: start;
  min-height: 100vh;
  padding: 56px 48px 56px;
  border-radius: 0;
  background:
    linear-gradient(140deg, rgba(255, 250, 243, 0.96), rgba(246, 234, 220, 0.9)),
    url("assets/images/de373303d.png") center / cover no-repeat;
  box-shadow: var(--shadow);
  overflow: hidden;
  margin: 0 0 18px;
}

.hero-copy,
.hero-visual,
.logo-band,
.section-shell,
.final-cta-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-copy {
  margin-top: -6px;
}

.hero-visual {
  position: relative;
  padding-top: 6px;
}

.hero-reaction-card {
  position: absolute;
  top: -25px;
  right: -30px;
  z-index: 3;
  width: min(58%, 320px);
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.96);
  border: 1px solid rgba(29, 25, 20, 0.08);
  box-shadow: 0 20px 46px rgba(40, 28, 18, 0.14);
  transform: rotate(7deg);
}

.hero-reaction-card img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(29, 25, 20, 0.08);
  box-shadow: 0 10px 24px rgba(40, 28, 18, 0.12);
  background: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 700;
}

.hero-body,
.pain-copy p,
.service-card p,
.statement-band p,
.fit-card li,
.process-intro p,
.timeline-card p,
.deliverable-card p,
.section-subcopy,
.faq-list p,
.final-cta p {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}

.hero-body {
  margin: 18px 0 0;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.46;
  color: var(--olive);
  font-weight: 500;
}

.trust-list,
.fit-card ul,
.symptom-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-list li,
.symptom-panel li,
.fit-card li {
  position: relative;
  padding-left: 26px;
}

.trust-list li::before,
.symptom-panel li::before,
.fit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(165, 72, 47, 0.12);
}

.hero-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #efe5d7;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 30px 70px rgba(68, 43, 24, 0.18);
}

.hero-portrait {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
  object-position: center -30px;
}

.hero-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(29, 25, 20, 0.08);
}

.hero-metric-strip > div {
  padding: 18px 16px;
  background: rgba(255, 250, 243, 0.94);
}

.metric-label {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.logo-band {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  padding: 0 32px;
  margin-top: -52px;
  position: relative;
  z-index: 2;
}

.logo-card,
.pain-section,
.services-section,
.benefits-section,
.fit-section,
.process-section,
.deliverables-section,
.proof-section,
.faq-section {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.logo-card {
  min-height: 116px;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(255, 250, 243, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.logo-card img {
  max-height: 56px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: saturate(0.7) contrast(1.02);
}

.pain-section,
.services-section,
.benefits-section,
.fit-section,
.process-section,
.deliverables-section,
.proof-section,
.faq-section {
  padding: 56px 32px;
  border-radius: 0;
}

.section-shell {
  position: relative;
  padding: 0 24px;
}

.diagnostic-section .section-shell {
  max-width: 1400px;
}

.reaction-card {
  position: absolute;
  top: 18px;
  width: 312px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.96);
  border: 1px solid rgba(29, 25, 20, 0.08);
  box-shadow: 0 20px 46px rgba(40, 28, 18, 0.14);
  z-index: 1;
  pointer-events: none;
}

.reaction-right {
  right: -96px;
  transform: rotate(8deg);
}

.reaction-label {
  margin: 0 0 8px;
  color: var(--accent);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
}

.reaction-card img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(29, 25, 20, 0.08);
  box-shadow: 0 10px 24px rgba(40, 28, 18, 0.12);
  background: #fff;
}

.section-shell > :not(.reaction-card) {
  position: relative;
  z-index: 2;
}

.pain-section {
  background: rgba(255, 250, 243, 0.48);
}

.proof-section {
  background: rgba(248, 241, 230, 0.88);
}

.services-section {
  background: rgba(255, 250, 243, 0.42);
}

.benefits-section {
  background: rgba(239, 228, 213, 0.42);
}

.fit-section {
  background: rgba(239, 228, 213, 0.58);
}

.process-section {
  background: rgba(255, 250, 243, 0.82);
}

.diagnostic-section {
  background: linear-gradient(180deg, rgba(239, 228, 213, 0.9), rgba(248, 241, 230, 0.96));
}

.deliverables-section {
  background: rgba(248, 241, 230, 0.8);
}

.faq-section {
  background: rgba(255, 250, 243, 0.56);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.process-section .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-subcopy {
  margin: 14px 0 0;
}

.pain-subtitle {
  color: var(--olive);
  font-size: clamp(1.28rem, 2.4vw, 1.75rem);
  line-height: 1.35;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 700;
}

.process-subtitle {
  color: var(--olive);
  font-size: clamp(1.18rem, 2.1vw, 1.5rem);
  line-height: 1.35;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 700;
}

.pain-bridge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.pain-bridge strong {
  color: var(--ink);
}

.learn-how-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  text-decoration: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.learn-how-link:hover {
  color: var(--accent-dark);
}

.results-callout {
  margin: 14px 0 0;
  color: var(--accent);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pain-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 28px;
}

.symptom-panel {
  padding: 26px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #fdf6ec, #f2e8db);
  border: 1px solid var(--line);
}

.symptom-panel h3,
.fit-card h3,
.timeline-card h3,
.deliverable-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.symptom-panel ul {
  display: grid;
  gap: 12px;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.deliverable-card,
.timeline-card,
.fit-card,
.benefit-card {
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 240, 230, 0.86));
}

.statement-band {
  margin-top: 20px;
  padding: 22px 24px;
  border-radius: var(--radius-md);
  background: var(--olive);
}

.statement-band p {
  margin: 0;
  color: #f2efe7;
}

.results-collage {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin-top: 10px;
}

.collage-card {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(29, 25, 20, 0.08);
  box-shadow: 0 20px 46px rgba(40, 28, 18, 0.14);
  background: rgba(255, 250, 243, 0.96);
}

.collage-featured {
  grid-column: span 7;
  grid-row: span 2;
}

.collage-medium {
  grid-column: span 5;
}

.collage-small {
  grid-column: span 4;
}

.collage-wide {
  grid-column: span 8;
}

.collage-tilt-left {
  transform: rotate(-2deg);
}

.collage-tilt-right {
  transform: rotate(2deg);
}

.collage-float-up {
  margin-top: -14px;
}

.collage-float-down {
  margin-top: 14px;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.good-fit {
  background: linear-gradient(180deg, #f8fbf2, #ebf0e4);
}

.bad-fit {
  background: linear-gradient(180deg, #fff4ef, #f4e3d8);
}

.fit-card ul {
  display: grid;
  gap: 12px;
}

.benefit-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.18;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.process-intro {
  max-width: 840px;
  margin-bottom: 24px;
}

.diagnostic-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
  padding: 38px 24px;
  border-radius: var(--radius-lg);
}

.diagnostic-card h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 700;
}

.diagnostic-copy {
  min-width: 0;
}

.diagnostic-scheduler {
  overflow: hidden;
  min-height: 800px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.calendly-inline-widget {
  width: 100%;
}

.process-cta {
  margin-top: 8px;
  min-height: 58px;
  padding: 0 30px;
  font-size: 0.98rem;
}

.process-subheader {
  text-align: center;
  margin: 30px 0 26px;
}

.process-subheader h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.18;
}

.work-combined-grid {
  display: grid;
  gap: 18px;
}

.work-columns-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: end;
}

.work-column-label {
  margin: 0;
  color: var(--accent);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-columns-head h3 {
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.16;
}

.work-mapping {
  display: grid;
  gap: 16px;
}

.work-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.work-card {
  padding: 22px 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
}

.work-do-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 240, 230, 0.92));
}

.work-get-card {
  background: linear-gradient(180deg, rgba(248, 251, 242, 0.9), rgba(235, 240, 228, 0.9));
}

.work-card h4 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.18;
}

.work-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.work-arrow {
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.work-arrow-1 {
  opacity: 0.28;
}

.work-arrow-2 {
  opacity: 0.56;
}

.work-arrow-3 {
  opacity: 0.92;
}

.work-arrow-4 {
  opacity: 1;
}

.timeline-step {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-footer {
  margin: 22px 0 0;
  color: var(--muted);
}

.underlined-emphasis {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.14em;
}

.testimonials-stack {
  display: grid;
  gap: 34px;
}

.testimonial-row {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 0 0 32px;
  border-bottom: 1px solid rgba(29, 25, 20, 0.08);
}

.testimonial-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.testimonial-row:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.testimonial-person {
  display: flex;
  gap: 14px;
  align-items: center;
}

.testimonial-row:nth-child(even) .testimonial-person {
  grid-column: 2;
}

.testimonial-row:nth-child(even) .testimonial-quote-card {
  grid-column: 1;
  grid-row: 1;
}

.testimonial-avatar {
  width: 78px;
  height: 78px;
  border-radius: 100%;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(40, 28, 18, 0.12);
}

.testimonial-meta {
  display: grid;
  gap: 5px;
}

.testimonial-meta h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.02;
}

.testimonial-meta p {
  margin: 0;
  color: var(--muted);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.3;
}

.testimonial-logo {
  max-width: 108px;
  max-height: 28px;
  width: auto;
  object-fit: contain;
  margin-top: 2px;
}

.testimonial-logo-storetasker {
  max-width: 96px;
  max-height: 18px;
}

.testimonial-quote-card {
  display: block;
  max-width: 760px;
}

.featured-testimonial .testimonial-meta h3,
.featured-testimonial .testimonial-meta p,
.featured-testimonial .quote {
  color: var(--accent-dark);
}

.featured-testimonial .testimonial-quote-card {
  position: relative;
  padding-left: 28px;
}

.featured-testimonial .testimonial-quote-card::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -0.08em;
  color: rgba(165, 72, 47, 0.22);
  font-size: 4.6rem;
  line-height: 1;
}

.quote {
  margin: 0;
  font-size: 1.56rem;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--olive);
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 20px 22px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.faq-list summary {
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 14px 0 0;
}

.final-cta {
  margin-bottom: 0;
}

.final-cta-inner {
  max-width: 100%;
  padding: 42px;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(73, 84, 63, 0.95), rgba(29, 25, 20, 0.95)),
    url("assets/images/business-process-final-cta.jpg") center 24% / cover no-repeat;
  box-shadow: var(--shadow);
}

.final-cta .eyebrow,
.final-cta h2,
.final-cta p,
.cta-note {
  color: #f7f2ea;
}

.final-cta .button {
  margin-top: 12px;
  background: #f1ddc8;
  color: var(--ink);
  box-shadow: 0 14px 28px rgba(12, 10, 8, 0.18);
}

.final-cta .button:hover {
  background: #fff4e9;
}


@media (max-width: 1080px) {
  .hero,
  .pain-layout,
  .work-columns-head,
  .work-row,
  .results-collage,
  .deliverables-grid,
  .testimonial-row,
  .fit-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .testimonial-row:nth-child(even) .testimonial-person,
  .testimonial-row:nth-child(even) .testimonial-quote-card {
    grid-column: auto;
    grid-row: auto;
  }

  .work-arrow {
    display: none;
  }

  .results-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collage-featured,
  .collage-medium,
  .collage-small,
  .collage-wide {
    grid-column: span 1;
    grid-row: auto;
  }

  .collage-tilt-left,
  .collage-tilt-right {
    transform: none;
  }

  .collage-float-up,
  .collage-float-down {
    margin-top: 0;
  }

  .hero {
    min-height: auto;
    padding: 56px 32px 40px;
  }

  .hero-reaction-card {
    top: 18px;
    right: 18px;
    width: min(52%, 280px);
  }

  .hero-metric-strip {
    grid-template-columns: 1fr;
  }

  .section-shell {
    padding: 0 24px;
  }

  .reaction-card {
    display: none;
  }
}

@media (max-width: 1380px) {
  .reaction-card {
    width: 248px;
  }

  .reaction-left {
    left: -58px;
  }

  .reaction-right {
    right: -58px;
  }
}

@media (max-width: 820px) {
  .site-header {
    width: 100%;
    margin: 0 auto 0;
    padding: 12px 18px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .nav-group {
    width: auto;
  }

  .nav-menu {
    left: 50%;
    transform: translateX(-50%);
  }

  .logo-band {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 18px;
    margin-top: -20px;
  }

  .hero-reaction-card {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 320px);
    margin: 0 0 18px auto;
    transform: rotate(4deg);
  }

  .pain-section,
  .services-section,
  .fit-section,
  .process-section,
  .deliverables-section,
  .proof-section,
  .faq-section,
  .final-cta-inner {
    padding: 28px 18px;
  }

  .hero h1,
  .section-heading h2,
  .final-cta h2 {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.2;
  }

  .hero {
    padding-top: 34px;
  }

  .diagnostic-card {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    gap: 22px;
  }

  .diagnostic-scheduler {
    min-height: 700px;
  }
}
