:root {
  --navy: #032b5a;
  --navy-700: #0a3d72;
  --navy-100: #e8eff6;
  --gold: #feae02;
  --gold-deep: #9a5f00;
  --gold-100: #fff1cf;
  --background: #f7f7f5;
  --surface: #fff;
  --warm: #f3ece4;
  --text: #102033;
  --muted: #66717e;
  --border: rgba(3, 43, 90, 0.1);
  --clinical: #dceaf1;
  --success: #2f7d69;
  --shadow-sm: 0 4px 16px rgba(16, 32, 51, 0.05);
  --shadow-md: 0 16px 40px rgba(16, 32, 51, 0.08);
  --shadow-floating: 0 24px 80px rgba(16, 32, 51, 0.12);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-2xl: 36px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--background);
  color: var(--text);
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Exo 2", sans-serif;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.125rem, 9vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
}

h2 em,
h1 em {
  color: var(--gold-deep);
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.shell {
  width: min(100% - 40px, 1344px);
  margin-inline: auto;
}

.section {
  padding-block: 80px;
}

.section--navy {
  background: var(--navy);
  color: white;
}

.section--soft {
  background: var(--navy-100);
}

.section--warm {
  background: var(--warm);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  transform: translateY(-150%);
  border-radius: 999px;
  background: white;
  color: var(--navy);
}

.skip-link:focus {
  transform: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--navy-700);
  font-family: "Exo 2", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.68);
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-family: "Exo 2", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 250ms ease, transform 250ms var(--ease-out), box-shadow 250ms ease;
}

.button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform 250ms var(--ease-out);
}

.button:hover {
  background: var(--navy-700);
  transform: scale(1.015);
  box-shadow: var(--shadow-md);
}

.button:hover svg {
  transform: translateX(4px);
}

.button--gold {
  background: var(--gold);
  color: var(--navy);
}

.button--gold:hover {
  background: #ffbd34;
}

.button--outline {
  min-height: 50px;
  border: 1px solid rgba(3, 43, 90, 0.18);
  background: transparent;
  color: var(--navy);
}

.button--outline:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: white;
}

.button--small {
  min-height: 46px;
  padding-inline: 20px;
  font-size: 0.82rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(3, 43, 90, 0.24);
  color: var(--navy);
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  line-height: 2.2;
}

.text-link span {
  transition: transform 250ms var(--ease-out);
}

.text-link:hover span {
  transform: translateX(4px);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  padding-top: max(10px, env(safe-area-inset-top));
  transition: transform 300ms ease;
}

.header-inner {
  position: relative;
  display: grid;
  min-height: 68px;
  grid-template-columns: 1fr auto;
  align-items: center;
  overflow: visible;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(238, 245, 250, 0.5);
  box-shadow: 0 12px 36px rgba(16, 32, 51, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  isolation: isolate;
  transition: border-radius 320ms var(--ease-out), box-shadow 320ms ease;
}

@media (max-width: 1023px) {
  body.menu-open .header-inner {
    border-radius: 34px 34px 0 0;
    box-shadow: 0 22px 46px rgba(16, 32, 51, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }
}

.header-inner::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(112deg, rgba(255, 255, 255, 0.72), rgba(219, 234, 244, 0.48) 46%, rgba(255, 255, 255, 0.62));
  backdrop-filter: blur(22px) saturate(170%) contrast(1.08);
  -webkit-backdrop-filter: blur(22px) saturate(170%) contrast(1.08);
  content: "";
  pointer-events: none;
}

.header-inner::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.4), transparent 28% 70%, rgba(255, 255, 255, 0.3)),
    radial-gradient(ellipse at 50% -40%, rgba(255, 255, 255, 0.62), transparent 56%);
  background-size: 150% 100%, 130% 130%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38), inset 0 -10px 28px rgba(120, 158, 188, 0.08);
  content: "";
  pointer-events: none;
  animation: liquid-refraction 12s ease-in-out infinite alternate;
}

@keyframes liquid-refraction {
  from {
    background-position: 0% 50%, 35% 0%;
  }

  to {
    background-position: 100% 50%, 65% 12%;
  }
}

.brand {
  position: relative;
  z-index: 2;
  display: flex;
  width: 170px;
  min-height: 46px;
  align-items: center;
  justify-content: flex-start;
}

.brand img {
  width: auto;
  height: 34px;
  object-fit: contain;
  object-position: left center;
  transform: translateX(-2px);
}

.menu-toggle {
  position: relative;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-content: center;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--navy);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: white;
  transition: transform 250ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.75px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.75px) rotate(-45deg);
}

.site-nav {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: -1px;
  left: -1px;
  display: flex;
  width: auto;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
  padding: 18px 28px 20px;
  transform: translateY(-10px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-top: 0;
  border-radius: 0 0 34px 34px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(112deg, rgba(255, 255, 255, 0.96), rgba(219, 234, 244, 0.94) 46%, rgba(255, 255, 255, 0.96));
  box-shadow: 0 22px 46px rgba(16, 32, 51, 0.13), inset 0 -1px 0 rgba(255, 255, 255, 0.9);
  color: var(--navy);
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  visibility: hidden;
  backdrop-filter: blur(22px) saturate(165%);
  -webkit-backdrop-filter: blur(22px) saturate(165%);
  transition:
    clip-path 420ms var(--ease-out),
    opacity 260ms ease,
    transform 420ms var(--ease-out),
    visibility 0s linear 420ms;
}

.site-nav.is-open {
  transform: none;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
  visibility: visible;
  transition:
    clip-path 460ms var(--ease-out),
    opacity 220ms ease,
    transform 460ms var(--ease-out),
    visibility 0s linear 0s;
}

.site-nav a {
  width: 100%;
  padding: 12px 4px;
  transform: translateY(-6px);
  border-bottom: 1px solid rgba(3, 43, 90, 0.08);
  font-family: "Exo 2", sans-serif;
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
  opacity: 0;
  transition: opacity 260ms ease, transform 380ms var(--ease-out);
}

.site-nav a:last-child {
  border-bottom: 0;
}

.site-nav.is-open a {
  transform: none;
  opacity: 1;
}

.site-nav.is-open a:nth-child(2) {
  transition-delay: 35ms;
}

.site-nav.is-open a:nth-child(3) {
  transition-delay: 70ms;
}

.site-nav.is-open a:nth-child(4) {
  transition-delay: 105ms;
}

.button--nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 114px 0 32px;
  background:
    radial-gradient(circle at 12% 24%, rgba(254, 174, 2, 0.1), transparent 30%),
    var(--background);
}

.hero-grid {
  display: grid;
  gap: 36px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-title {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--navy);
  font-size: clamp(2.5rem, 11.7vw, 4rem);
  font-weight: 500;
  line-height: 1.01;
  text-wrap: balance;
}

.hero-title .title-accent {
  display: inline;
  color: var(--gold-deep);
}

.hero-intro {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.hero-actions .button {
  width: 100%;
}

.hero-actions p {
  margin: 0 0 0 14px;
  color: var(--muted);
  font-size: 0.8rem;
}

.hero-visual {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--warm);
  box-shadow: var(--shadow-md);
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}

.hero-proof {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 12px 20px;
  color: var(--muted);
  font-size: 0.78rem;
}

.hero-proof span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-proof span::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.opening-grid {
  display: grid;
  gap: 32px;
}

.section-heading h2 {
  max-width: 760px;
  color: var(--navy);
}

.section-heading > p:last-child {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
}

.opening-copy {
  color: var(--muted);
  font-size: 1rem;
}

.opening-copy p:last-child {
  margin-bottom: 0;
}

.opening-image {
  position: relative;
  height: min(132vw, 720px);
  margin-top: 48px;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.opening-image img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: 76% 40%;
}

.image-caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy);
  font-size: 0.75rem;
  line-height: 1.4;
  backdrop-filter: blur(14px);
}

.image-caption span {
  color: var(--gold);
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}

.pain-grid {
  display: grid;
  gap: 48px;
}

.pain h2 {
  color: white;
  font-size: clamp(2.2rem, 9vw, 3.5rem);
}

.pain h2 em {
  color: var(--gold);
}

.pain-sticky > p:last-child {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.pain-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.pain-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.pain-item span,
.pain-conclusion > span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
}

.pain-item p {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.pain-conclusion {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  padding-top: 32px;
}

.pain-conclusion > span {
  color: rgba(255, 255, 255, 0.55);
  font-family: "Exo 2", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
}

.pain-conclusion strong {
  font-family: "Exo 2", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.method-heading {
  display: grid;
  gap: 28px;
}

.method-intro {
  align-self: end;
  margin: 0;
  color: var(--muted);
}

.process {
  position: relative;
  display: grid;
  margin-top: 56px;
  border-top: 1px solid var(--border);
}

.process::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: var(--line-progress, 0%);
  height: 2px;
  background: var(--gold);
  content: "";
}

.process-step {
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}

.process-number {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
}

.process-step h3 {
  margin: 32px 0 12px;
  color: var(--navy);
  font-size: 1.6rem;
  font-weight: 500;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.treatments {
  overflow: hidden;
  padding-top: 40px;
}

.treatments-top {
  display: grid;
  gap: 24px;
}

.drag-hint {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.drag-hint span {
  display: grid;
  width: 38px;
  height: 38px;
  place-content: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--navy);
}

.treatment-viewport {
  width: 100%;
  margin-top: 42px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.treatment-viewport::-webkit-scrollbar {
  display: none;
}

.treatment-track {
  display: flex;
  width: max-content;
  gap: 16px;
  padding-inline: max(20px, calc((100vw - 1344px) / 2));
}

.treatment-card {
  position: relative;
  display: flex;
  width: min(82vw, 360px);
  min-height: 490px;
  flex: 0 0 auto;
  align-items: flex-end;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: white;
  scroll-snap-align: center;
}

.treatment-card > img:not(.treatment-object) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease-out);
}

.treatment-card:hover > img:not(.treatment-object) {
  transform: scale(1.02);
}

.treatment-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(3, 28, 57, 0.88) 100%);
}

.treatment-card__content {
  position: relative;
  z-index: 1;
}

.treatment-card__content > span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
}

.treatment-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.7rem;
  font-weight: 500;
}

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

.treatment-card--photo h3,
.treatment-card--photo p,
.treatment-card--navy h3,
.treatment-card--navy p {
  color: white;
}

.treatment-card:nth-child(2) > img {
  object-position: center 18%;
}

.treatment-card:nth-child(3) > img {
  object-position: 66% center;
}

.treatment-card:nth-child(4) > img {
  object-position: center;
}

.treatment-card:nth-child(5) > img {
  object-position: center 34%;
}

.treatment-card--navy {
  background: var(--navy);
}

.treatment-card--warm {
  background: var(--warm);
}

.treatment-card--light {
  background: var(--navy-100);
}

.treatment-art {
  position: absolute;
  top: 50px;
  right: 40px;
  left: 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.treatment-art span {
  width: 52px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50% 50% 38% 38%;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
}

.treatment-art span:nth-child(2) {
  transform: translateY(20px);
  background: linear-gradient(140deg, rgba(254, 174, 2, 0.68), rgba(254, 174, 2, 0.04));
}

.treatment-mark {
  position: absolute;
  top: 26px;
  right: 26px;
  display: grid;
  width: 138px;
  height: 138px;
  place-content: center;
  border: 1px solid rgba(3, 43, 90, 0.14);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Exo 2", sans-serif;
  font-size: 6rem;
  font-weight: 200;
}

.treatment-object {
  position: absolute;
  top: 34px;
  right: 24px;
  width: 78%;
  height: 215px;
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  object-fit: cover;
}

.benefits-grid {
  display: grid;
  gap: 50px;
}

.benefits-visual {
  position: relative;
  height: min(126vw, 680px);
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.benefits-visual img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center top;
}

.benefits-seal {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: auto;
  height: auto;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--navy);
  text-align: left;
  backdrop-filter: blur(14px);
}

.benefits-seal strong {
  font-family: "Exo 2", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
}

.benefits-seal span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-section {
  padding-top: 24px;
  background: white;
}

.comparison-grid {
  display: grid;
  gap: 44px;
}

.comparison-copy h2 {
  color: var(--navy);
}

.comparison-copy > p:not(.eyebrow):not(.comparison-note) {
  margin: 22px 0 0;
  color: var(--muted);
}

.comparison-note {
  max-width: 460px;
  margin: 30px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.76rem;
}

.comparison-note span {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-weight: 600;
}

.comparison {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--warm);
  box-shadow: var(--shadow-md);
  touch-action: pan-y;
}

.comparison > img,
.comparison-before,
.comparison-before img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.comparison > img,
.comparison-before img {
  object-fit: cover;
}

.comparison-before {
  z-index: 1;
  width: 100%;
  clip-path: inset(0 calc(100% - var(--comparison-position)) 0 0);
}

.comparison-before img {
  width: 100%;
}

.comparison-label {
  position: absolute;
  z-index: 3;
  top: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(3, 43, 90, 0.78);
  color: white;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.comparison-label--before {
  left: 16px;
}

.comparison-label--after {
  right: 16px;
}

.comparison-divider {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--comparison-position);
  width: 2px;
  transform: translateX(-1px);
  background: white;
  pointer-events: none;
}

.comparison-divider > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 50%;
  background: var(--navy);
  box-shadow: var(--shadow-md);
}

.comparison-divider i {
  color: white;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1;
}

.comparison input {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: ew-resize;
  opacity: 0;
}

.comparison:focus-within {
  outline: 3px solid rgba(254, 174, 2, 0.5);
  outline-offset: 4px;
}

.benefit-list {
  margin-top: 40px;
  border-top: 1px solid var(--border);
}

.benefit {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.benefit > span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 600;
}

.benefit h3 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

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

.proof-heading {
  display: grid;
  gap: 28px;
}

.rating span,
.review-top span:first-child {
  color: var(--gold);
  letter-spacing: 0.12em;
}

.rating p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.stats-row {
  display: grid;
  margin-top: 48px;
  border-top: 1px solid rgba(3, 43, 90, 0.12);
}

.stat {
  padding: 24px 0;
  border-bottom: 1px solid rgba(3, 43, 90, 0.12);
}

.stat strong {
  color: var(--navy);
  font-family: "Exo 2", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}

.stat p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.reviews-grid {
  display: grid;
  gap: 14px;
  margin-top: 44px;
}

.review {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.62);
}

.review--featured {
  background: white;
  box-shadow: var(--shadow-md);
}

.review-action {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.72rem;
}

.review blockquote {
  min-height: 100px;
  margin: 28px 0 32px;
  color: var(--navy);
  font-family: "Exo 2", sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}

.review footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review footer > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-content: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
}

.review footer strong,
.review footer small {
  display: block;
}

.review footer strong {
  color: var(--navy);
  font-size: 0.82rem;
}

.review footer small {
  color: var(--muted);
  font-size: 0.68rem;
}

.team-heading {
  display: grid;
  gap: 28px;
  margin-bottom: 48px;
}

.team-heading > p {
  align-self: end;
  margin: 0;
  color: var(--muted);
}

.team-gallery {
  display: grid;
  gap: 18px;
}

.doctor {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.doctor > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor--wide {
  min-height: 520px;
}

.doctor--wide > img {
  object-position: 50% 45%;
}

.doctor--wide::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(3, 28, 57, 0.58));
  content: "";
}

.doctor-label {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  width: calc(50% - 21px);
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
}

.doctor-label--left {
  left: 14px;
}

.doctor-label--right {
  right: 14px;
}

.doctor-label span {
  display: block;
  color: var(--gold);
  font-size: 0.65rem;
}

.doctor-label h3 {
  margin: 10px 0 2px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.doctor-label p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.doctor--portrait {
  height: 500px;
}

.doctor--portrait p {
  position: absolute;
  right: 18px;
  bottom: 18px;
  margin: 0;
  padding: 12px 15px;
  border-radius: 14px;
  background: var(--gold);
  color: var(--navy);
  font-family: "Exo 2", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
}

.offer {
  padding-top: 24px;
}

.offer-card {
  display: grid;
  gap: 42px;
  padding: 40px 24px;
  border-radius: var(--radius-xl);
  background: var(--navy);
  color: white;
  box-shadow: var(--shadow-floating);
}

.offer-card h2 {
  color: white;
}

.offer-card h2 em {
  color: var(--gold);
}

.offer-copy > p:not(.eyebrow) {
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.7);
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
}

.check-list li::before {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-content: center;
  border-radius: 50%;
  background: rgba(254, 174, 2, 0.18);
  color: var(--gold);
  content: "✓";
  font-size: 0.7rem;
}

.offer-side {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.07);
}

.offer-side > p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-side > strong {
  display: block;
  margin-bottom: 20px;
  color: white;
  font-family: "Exo 2", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1;
}

.offer-side > strong small {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.offer-side > span {
  display: block;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
}

.offer-side .button {
  width: 100%;
}

.objections-grid {
  display: grid;
  gap: 48px;
}

.objections-heading > p:last-child,
.faq-heading > p {
  margin-top: 24px;
  color: var(--muted);
}

.accordion {
  border-top: 1px solid var(--border);
}

.accordion-item {
  border-bottom: 1px solid var(--border);
  transition: background-color 240ms ease, border-color 240ms ease, padding-inline 240ms ease;
}

.accordion-item[open] {
  padding-inline: 18px;
  border-color: rgba(3, 43, 90, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.46);
}

.accordion-item summary {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 16px;
  align-items: center;
  padding: 22px 0;
  color: var(--navy);
  cursor: pointer;
  font-family: "Exo 2", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
}

.accordion-item summary::-webkit-details-marker {
  display: none;
}

.accordion-item summary i {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid var(--border);
  border-radius: 50%;
  transition: border-color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.accordion-item summary i::before,
.accordion-item summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: var(--navy);
  content: "";
  transition: transform 220ms ease;
}

.accordion-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion-item[open] summary i {
  transform: rotate(45deg);
  border-color: rgba(254, 174, 2, 0.65);
  background: rgba(254, 174, 2, 0.12);
}

.accordion-item > div {
  padding: 0 0 24px;
  transform-origin: top;
}

.accordion-item > div p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.commitment-grid {
  display: grid;
  gap: 42px;
}

.commitment-mark {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--navy-100);
}

.commitment-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}

.commitment-copy p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
}

.gentle-grid {
  display: grid;
  gap: 28px;
}

.gentle-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-family: "Exo 2", sans-serif;
}

.gentle-number span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gentle-number strong {
  color: var(--gold);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.gentle-copy h2 {
  color: var(--navy);
  font-size: clamp(1.8rem, 7.6vw, 3rem);
}

.gentle-copy p {
  margin: 24px 0;
  color: var(--muted);
}

.faq-grid {
  display: grid;
  gap: 48px;
}

.faq-heading .text-link {
  margin-top: 4px;
}

.final-cta {
  padding-bottom: 40px;
  background: white;
}

.final-card {
  display: grid;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--navy);
  color: white;
}

.final-copy {
  padding: 42px 24px;
}

.final-copy h2 {
  margin-bottom: 26px;
  color: white;
}

.final-copy h2 em {
  color: var(--gold);
}

.final-copy > p {
  color: rgba(255, 255, 255, 0.68);
}

.final-copy > p strong {
  color: white;
  font-family: "Exo 2", sans-serif;
}

.final-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}

.final-actions .button {
  width: 100%;
}

.final-actions > span {
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.75rem;
}

.final-image {
  position: relative;
  min-height: 540px;
}

.final-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.address-card {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 4px 16px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--navy);
  backdrop-filter: blur(16px);
}

.address-card span {
  color: var(--muted);
  font-size: 0.7rem;
}

.address-card strong {
  font-family: "Exo 2", sans-serif;
  font-size: 0.78rem;
  line-height: 1.5;
}

.address-card i {
  grid-row: 1 / 3;
  grid-column: 2;
  font-size: 1.4rem;
  font-style: normal;
}

.postscript {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding-top: 28px;
}

.postscript > span {
  color: var(--gold);
  font-family: "Exo 2", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
}

.postscript p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.postscript a {
  border-bottom: 1px solid var(--navy);
  color: var(--navy);
  font-weight: 600;
}

.site-footer {
  padding: 48px 0 calc(48px + env(safe-area-inset-bottom));
  background: #021f42;
  color: white;
}

.footer-minimal {
  display: grid;
  gap: 30px;
}

.footer-brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
}

.footer-main {
  display: grid;
  gap: 40px;
}

.footer-brand img {
  width: 170px;
  height: auto;
}

.footer-legal span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-legal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.76rem;
  line-height: 1.65;
}

.footer-credit {
  align-self: end;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}

.footer-credit strong {
  color: white;
  font-weight: 600;
}

.footer-brand p {
  max-width: 300px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
}

.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}

.footer-column h2 {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Exo 2", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.6;
}

.footer-column a:hover {
  color: white;
}

.footer-legal p + p {
  margin-top: 9px;
}

.privacy {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.privacy summary {
  color: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  font-size: 0.76rem;
}

.privacy p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  white-space: nowrap;
}

.mobile-cta {
  position: fixed;
  z-index: 90;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  left: 12px;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background: rgba(3, 43, 90, 0.94);
  box-shadow: var(--shadow-floating);
  color: white;
  backdrop-filter: blur(14px);
  transition: transform 350ms var(--ease-out);
}

.mobile-cta.is-hidden {
  transform: translateY(calc(100% + 30px));
}

.mobile-cta > span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.67rem;
}

.mobile-cta strong {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Exo 2", sans-serif;
  font-size: 0.78rem;
}

.mobile-cta i {
  color: var(--gold);
  font-style: normal;
}

.js .reveal-up {
  opacity: 0;
  transform: translateY(24px);
}

.js .image-reveal {
  clip-path: inset(0 0 100% 0 round 28px);
}

@media (min-width: 700px) {
  .shell {
    width: min(100% - 64px, 1344px);
  }

  .section {
    padding-block: 104px;
  }

  .hero {
    padding-top: 132px;
  }

  .hero-actions {
    align-items: center;
    flex-direction: row;
  }

  .hero-actions .button {
    width: auto;
  }

  .hero-actions p {
    max-width: 180px;
    margin: 0;
  }

  .hero-visual {
    min-height: 720px;
  }

  .opening-grid,
  .method-heading,
  .team-heading,
  .proof-heading {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  }

  .opening-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 64px;
  }

  .opening-image {
    height: 720px;
  }

  .opening-image img {
    object-position: center 38%;
  }

  .image-caption {
    right: 24px;
    bottom: 24px;
    left: auto;
    max-width: 330px;
    padding: 18px;
  }

  .process {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-step {
    padding: 30px;
    border-right: 1px solid var(--border);
  }

  .process-step:nth-child(even) {
    border-right: 0;
  }

  .treatments-top {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .treatments-top .section-heading h2 {
    max-width: none;
  }

  .treatment-track {
    gap: 20px;
  }

  .treatment-card {
    width: 390px;
    min-height: 540px;
    padding: 32px;
  }

  .benefits-visual {
    height: 740px;
  }

  .stats-row {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .review:last-child {
    grid-column: 1 / -1;
  }

  .stat {
    padding: 30px;
    border-right: 1px solid rgba(3, 43, 90, 0.12);
    border-bottom: 0;
  }

  .stat:first-child {
    padding-left: 0;
  }

  .stat:last-child {
    border-right: 0;
  }

  .reviews-grid {
    gap: 18px;
  }

  .comparison {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .team-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .doctor--wide {
    height: 680px;
  }

  .doctor-label {
    bottom: 20px;
    width: 220px;
    padding: 16px;
  }

  .doctor-label--left {
    left: 20px;
  }

  .doctor-label--right {
    right: 20px;
  }

  .doctor-label h3 {
    font-size: 1rem;
  }

  .offer-card {
    padding: 56px;
  }

  .gentle-grid {
    grid-template-columns: 0.75fr 1.25fr;
    align-items: start;
  }

  .final-copy {
    padding: 60px 50px;
  }

  .final-actions .button {
    width: auto;
  }

  .footer-main {
    grid-template-columns: 1.4fr repeat(3, 0.7fr);
  }

  .footer-minimal {
    grid-template-columns: 1fr auto auto;
    align-items: end;
    gap: 64px;
  }
}

@media (min-width: 1024px) {
  .shell {
    width: min(100% - 96px, 1344px);
  }

  .section {
    padding-block: 120px;
  }

  .site-header {
    padding-top: 16px;
  }

  .header-inner {
    grid-template-columns: 1fr auto 1fr;
    padding: 8px 10px 8px 22px;
  }

  .brand {
    width: 184px;
  }

  .brand img {
    height: 40px;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    width: auto;
    max-height: none;
    min-height: 0;
    grid-column: auto;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 28px;
    overflow: visible;
    padding: 0;
    transform: none;
    border: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    clip-path: none;
    pointer-events: auto;
    visibility: visible;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: none;
  }

  .site-nav a {
    position: relative;
    width: auto;
    padding: 0;
    transform: none;
    border-bottom: 0;
    font-family: "Exo 2", sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0;
    opacity: 1;
    white-space: nowrap;
    transition: none;
  }

  .site-nav a::after {
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    background: var(--gold);
    content: "";
    transform-origin: left;
    transition: transform 250ms ease;
  }

  .site-nav a:hover::after {
    transform: scaleX(1);
  }

  .button--nav {
    display: inline-flex;
    justify-self: end;
  }

  .hero {
    display: flex;
    min-height: 820px;
    align-items: center;
    padding: 126px 0 40px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.91fr) minmax(500px, 1.09fr);
    align-items: center;
    gap: 64px;
  }

  .hero-title {
    margin-bottom: 30px;
    font-size: clamp(3.4rem, 5.15vw, 5rem);
    line-height: 0.98;
  }

  .hero-intro {
    max-width: 580px;
    font-size: 1.05rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 670px;
    border-radius: var(--radius-2xl);
  }

  .hero-proof {
    position: absolute;
    bottom: 28px;
    left: 50%;
    max-width: 650px;
    margin: 0;
    transform: translateX(calc(-100% - 15px));
  }

  .opening-grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 100px;
  }

  .opening-copy {
    padding-top: 50px;
    font-size: 1.08rem;
  }

  .opening-image {
    height: 780px;
    margin-top: 80px;
    border-radius: var(--radius-2xl);
  }

  .opening-image img {
    object-position: center 42%;
  }

  .pain-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
    gap: 120px;
  }

  .pain-sticky {
    position: sticky;
    top: 140px;
    align-self: start;
  }

  .pain-item {
    grid-template-columns: 50px 1fr;
    padding: 28px 0;
  }

  .pain-item p {
    font-size: 1.25rem;
  }

  .method-heading {
    gap: 120px;
  }

  .process {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 80px;
  }

  .process-step {
    min-height: 310px;
    padding: 34px 28px;
    border-right: 1px solid var(--border);
    border-bottom: 0;
  }

  .process-step:nth-child(even) {
    border-right: 1px solid var(--border);
  }

  .process-step:last-child {
    border-right: 0;
  }

  .process-step h3 {
    margin-top: 78px;
  }

  .treatments {
    padding-top: 84px;
  }

  .treatment-viewport {
    overflow: hidden;
  }

  .treatment-track {
    gap: 24px;
  }

  .treatment-card {
    width: min(32vw, 440px);
    min-height: 600px;
  }

  .benefits-grid {
    grid-template-columns: minmax(420px, 0.86fr) minmax(0, 1.14fr);
    align-items: start;
    gap: 100px;
  }

  .comparison-grid {
    grid-template-columns: minmax(300px, 0.68fr) minmax(520px, 1.32fr);
    align-items: center;
    gap: 88px;
  }

  .comparison {
    width: 100%;
  }

  .review-action {
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
  }

  .benefits-visual {
    position: sticky;
    top: 120px;
    height: calc(100vh - 170px);
    min-height: 650px;
    max-height: 820px;
    border-radius: var(--radius-2xl);
  }

  .benefit {
    grid-template-columns: 46px 1fr;
    padding: 24px 0;
  }

  .benefit h3 {
    font-size: 1.12rem;
  }

  .stats-row {
    margin-top: 74px;
  }

  .stat {
    padding: 38px;
  }

  .stat strong {
    font-size: 4rem;
  }

  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 60px;
  }

  .review:last-child {
    grid-column: auto;
  }

  .review {
    padding: 30px;
  }

  .review--featured {
    border-color: rgba(254, 174, 2, 0.48);
  }

  .team-heading {
    gap: 120px;
  }

  .team-gallery {
    gap: 24px;
  }

  .doctor--wide {
    height: min(62vw, 760px);
  }

  .offer {
    padding-top: 48px;
  }

  .offer-card {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 90px;
    padding: 80px;
    border-radius: var(--radius-2xl);
  }

  .offer-side {
    align-self: center;
    padding: 34px;
  }

  .objections-grid,
  .faq-grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
    gap: 120px;
  }

  .objections-heading,
  .faq-heading {
    position: sticky;
    top: 130px;
    align-self: start;
  }

  .accordion-item summary {
    padding: 28px 0;
    font-size: 1.08rem;
  }

  .commitment-grid {
    grid-template-columns: 0.75fr 1.25fr;
    align-items: center;
    gap: 110px;
  }

  .commitment-mark {
    min-height: 500px;
  }

  .gentle-grid {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 120px;
  }

  .final-card {
    grid-template-columns: 0.95fr 1.05fr;
    min-height: 760px;
    border-radius: var(--radius-2xl);
  }

  .final-copy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 72px;
  }

  .final-image {
    min-height: 760px;
  }

  .postscript {
    max-width: 840px;
    padding-top: 38px;
  }

  .site-footer {
    padding: 44px 0;
  }

  .mobile-cta {
    display: none;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 2.75rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(600px, 1.08fr);
    gap: 80px;
  }

  .hero-actions {
    align-items: center;
    flex-direction: row;
  }

  .hero-visual {
    min-height: 720px;
  }

  .hero-proof {
    transform: translateX(calc(-100% - 40px));
  }

  .doctor--wide {
    height: 720px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal-up {
    opacity: 1;
    transform: none;
  }

  .js .image-reveal {
    clip-path: none;
  }
}
