:root {
  --bg: #f1ede5;
  --paper: #faf8f3;
  --ink: #111510;
  --muted: #666b64;
  --sage: #aeb7a1;
  --sage-soft: #dce1d6;
  --gold: #c6a16d;
  --blue: #173b72;
  --line: rgba(16, 19, 15, .13);
  --shadow: 0 24px 70px rgba(54, 50, 42, .11);
  --radius-lg: 34px;
  --radius-md: 22px;
  --nav-h: 74px;
  --ease: cubic-bezier(.2,.82,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.62;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

h2 {
  margin-bottom: 0;
  font-family: "Archivo Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size:clamp(32px,3.3vw,51px);
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: uppercase;
  font-weight: 900;
}
.accent { color: var(--gold); }
.eyebrow, .tiny-label, .detail-kicker {
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size:15px;
  font-weight: 800;
  color: var(--muted);
}
.detail-kicker { display: block; margin-bottom: 9px; color: #676b64; }
.section { position: relative; padding: 86px max(28px, 5vw); }
.section-index { position: absolute; left: max(16px, 2vw); top: 96px; font-size:16.5px; display: grid; gap: 6px; }
.section-index span { writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .16em; font-size:14px; color: var(--muted); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.btn { min-height: 52px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size:16px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transition: transform .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--gold { background: var(--gold); color: var(--ink); border: 0; cursor: pointer; }
.btn--small { min-height: 46px; padding-inline: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size:16px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }

/* preloader */
.preloader { position: fixed; inset: 0; z-index: 9999; background: var(--paper); display: grid; place-items: center; align-content: center; gap: 15px; transition: opacity .5s ease, visibility .5s ease; }
.preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader__mark { width: 58px; height: 70px; object-fit: contain; z-index: 2; animation: markIn .8s var(--ease) forwards; }
.preloader__ring { position: absolute; width: 150px; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(23,59,114,.16); box-shadow: 0 0 0 22px rgba(197,168,119,.06), 0 0 0 44px rgba(174,183,161,.05); animation: ringPulse 1.2s ease-out both; }
.preloader__copy { font-size:15px; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); opacity: 0; animation: fadeUp .55s .35s ease forwards; }
@keyframes ringPulse { 0% { transform: scale(.45); opacity: 0; } 45% { opacity: 1; } 100% { transform: scale(1); opacity: .75; } }
@keyframes markIn { from { transform: scale(.82); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes fadeUp { to { opacity: 1; transform: translateY(-2px); } }

/* nav */
.site-header { position: fixed; z-index: 500; top: 18px; inset-inline: 0; padding: 0 22px; pointer-events: none; }
.nav-shell {
  pointer-events: auto; width: min(1450px, calc(100vw - 44px)); min-height: var(--nav-h); margin: 0 auto; padding: 8px 12px 8px 18px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px;
  background: rgba(251,248,242,.9); backdrop-filter: blur(18px); border: 1px solid rgba(16,19,15,.1); border-radius: 999px;
  box-shadow: 0 14px 38px rgba(45,44,39,.08); transition: width .45s var(--ease), min-height .45s ease, box-shadow .3s ease;
}
.site-header.is-compact .nav-shell { width: min(1130px, calc(100vw - 44px)); min-height: 62px; box-shadow: 0 18px 46px rgba(45,44,39,.13); }
.brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brand__mark { width: 38px; height: 44px; object-fit: contain; transition: width .35s ease, height .35s ease; }
.brand__text { display: grid; line-height:1.62; white-space: nowrap; transition: opacity .3s ease, width .35s ease; }
.brand__text strong { font-size:16.5px; text-transform: uppercase; letter-spacing: .06em; }
.brand__text small { font-size:14.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; margin-top: 4px; }
.site-header.is-compact .brand__mark { width: 30px; height: 36px; }
.site-header.is-compact .brand__text { opacity: 0; width: 0; overflow: hidden; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { position: relative; font-size:16.5px; color: #41443e; padding: 8px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--ink); transition: right .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.menu-btn { width: 52px; height: 52px; border-radius: 50%; background: transparent; border: 1px solid var(--line); display: grid; place-items: center; align-content: center; gap: 6px; cursor: pointer; }
.menu-btn span { width: 20px; height: 1px; background: var(--ink); transition: transform .25s ease; }
.menu-btn.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-btn.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.menu-drawer { position: fixed; inset: 0; z-index: 450; background: var(--ink); color: #f7f4ed; padding: 120px max(28px, 6vw) 48px; transform: translateY(-105%); transition: transform .65s var(--ease); }
.menu-drawer.is-open { transform: translateY(0); }
.menu-drawer__inner { width: min(1200px, 100%); margin: 0 auto; }
.menu-drawer__top, .menu-drawer__footer { display: flex; justify-content: space-between; align-items: center; color: #9ca096; font-size:15px; text-transform: uppercase; letter-spacing: .16em; }
.menu-drawer__nav { margin: 26px 0; border-top: 1px solid rgba(255,255,255,.12); }
.menu-drawer__nav a { display: flex; justify-content: space-between; align-items: end; padding: 13px 0 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
.menu-drawer__nav span { font-family: "Archivo Narrow", Arial, sans-serif; font-size:clamp(32px,4.82vw,59px); line-height: .82; text-transform: uppercase; font-weight: 900; letter-spacing: -.055em; transition: color .2s ease, transform .2s ease; }
.menu-drawer__nav b { font-size:15px; color: #8f948a; }
.menu-drawer__nav a:hover span { color: var(--gold); transform: translateX(12px); }
.menu-book { color: var(--gold); font-size:18.5px; text-transform: none; letter-spacing: 0; }

/* hero */
.hero-scroll { min-height: 175vh; position: relative; }
.hero-sticky { position: sticky; top: 0; min-height: 100vh; overflow: hidden; padding: 118px max(28px, 5vw) 30px; display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.hero__wash { position: absolute; border-radius: 50%; filter: blur(30px); pointer-events: none; opacity: .7; }
.hero__wash--a { width: 420px; height: 420px; right: 10%; top: 10%; background: rgba(174,183,161,.34); }
.hero__wash--b { width: 330px; height: 330px; left: 34%; bottom: -4%; background: rgba(197,166,120,.2); }
.hero__grid { width: min(1420px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.02fr; align-items: center; gap: 32px; position: relative; z-index: 2; }
.hero__copy { padding-left: 3vw; position: relative; z-index: 5; }
.hero__title { margin: 14px 0 18px; font-family: "Archivo Narrow", Arial, sans-serif; font-size:clamp(56px,5.65vw,74px); line-height: .79; letter-spacing: -.065em; text-transform: uppercase; font-weight: 900; display: grid; }
.hero-word { display: block; will-change: transform, opacity; }
.hero-word--with { padding-left: .95em; }
.hero-word--confidence { padding-left: .25em; }
.hero__lede { max-width: 590px; color: #464a43; font-size:19px; }
.hero__doctor-info { max-width: 640px; margin: 24px 0; padding: 16px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; border-block: 1px solid var(--line); }
.hero__doctor-info div:first-child { display: grid; gap: 4px; }
.hero__doctor-info strong { font-size:18px; }
.hero__doctor-info span, .credentials { color: var(--muted); font-size:16.5px; }
.hero__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero__visual { min-height: 585px; display: grid; place-items: center; will-change: transform; }
.hero__frame { position: relative; width: min(600px, 100%); height: 585px; border-radius: 42% 42% 24px 24px; background: linear-gradient(145deg, rgba(174,183,161,.58), rgba(255,255,255,.62) 55%, rgba(197,166,120,.18)); overflow: hidden; box-shadow: var(--shadow); transform-style: preserve-3d; transition: transform .15s ease-out; }
.hero__halo { position: absolute; width: 455px; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.75); top: 38px; left: 50%; transform: translateX(-50%); box-shadow: 0 0 0 62px rgba(255,255,255,.13), 0 0 0 124px rgba(255,255,255,.06); }
.hero__orbit { position: absolute; border: 1px solid rgba(17,20,17,.14); border-radius: 50%; z-index: 1; }
.hero__orbit--one { width: 520px; height: 140px; top: 120px; left: -90px; transform: rotate(-12deg); }
.hero__orbit--two { width: 560px; height: 170px; top: 250px; right: -140px; transform: rotate(11deg); }
.hero__doctor { position: absolute; z-index: 3; width: 560px; max-width: 94%; left: 50%; bottom: -4px; transform: translateX(-50%); will-change: transform; }
.hero__floating-card { position: absolute; z-index: 4; background: rgba(251,248,242,.94); border: 1px solid rgba(17,20,17,.08); box-shadow: 0 18px 40px rgba(60,56,46,.1); border-radius: 19px; padding: 14px 16px; display: grid; gap: 4px; will-change: transform; }
.hero__floating-card strong { font-size: 27px; line-height: 1; }
.hero__floating-card strong span { font-size:18px; color: var(--muted); }
.hero__floating-card small { font-size:15px; color: var(--muted); }
.hero__floating-card--rating { left: 18px; bottom: 26px; }
.hero__floating-card--countries { right: 18px; top: 240px; }
.hero__floating-card--countries strong em { color: var(--gold); font-style: normal; }
.hero__bottom { width: min(1420px, 100%); margin: 20px auto 0; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size:15px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue { display: flex; align-items: center; gap: 10px; }
.scroll-cue span { width: 34px; height: 1px; background: var(--gold); }
.hero__trust { display: flex; gap: 22px; }

/* symptoms */
.symptoms { background: #e9e4da; padding-bottom: 82px; }
.section-heading { width: min(1220px, 100%); margin: 0 auto 30px; display: grid; grid-template-columns: 1.05fr .65fr; gap: 48px; align-items: end; }
.section-heading h2 { font-size:clamp(34px,3.38vw,50px); }
.section-heading p { color: var(--muted); max-width: 500px; font-size:18px; margin-bottom: 4px; }
.symptom-explorer { width: min(1320px, 100%); margin: 0 auto; display: grid; gap: 14px; }
.symptom-cards { display: flex; gap: 9px; min-height: 244px; }
.symptom-card { flex: .72; min-width: 0; border: 1px solid rgba(17,20,17,.12); border-radius: 25px; padding: 18px; background: rgba(251,248,242,.76); text-align: left; display: flex; flex-direction: column; cursor: pointer; transition: flex .58s var(--ease), background .38s ease, transform .38s ease, box-shadow .38s ease, color .38s ease; overflow: hidden; }
.symptom-card:hover { transform: translateY(-4px); }
.symptom-card.active { flex: 1.42; background: var(--ink); color: #f7f4ed; box-shadow: var(--shadow); transform: translateY(-3px); }
.symptom-card__num { font-size:15px; letter-spacing: .12em; opacity: .66; }
.symptom-card__icon { font-size: 28px; color: var(--gold); margin: 28px 0 auto; }
.symptom-card__title { font-family: "Archivo Narrow", Arial, sans-serif; text-transform: uppercase; font-size:clamp(19px,1.52vw,23px); font-weight: 900; letter-spacing: -.04em; line-height: .92; max-width: 230px; }
.symptom-card__micro { margin-top: 9px; color: #676b64; font-size:16.5px; line-height:1.62; white-space: normal; }
.symptom-card__hint { margin-top: 7px; font-size:16.5px; line-height:1.62; color: var(--muted); max-width: 280px; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; }
.symptom-card.active .symptom-card__micro { color: #e3d4b8; }
.symptom-card.active .symptom-card__hint { opacity: 1; transform: none; color: #c9ccc5; }
.symptom-detail { border-radius: 25px; background: var(--paper); padding: 24px 28px 26px; border: 1px solid rgba(17,20,17,.09); box-shadow: 0 12px 30px rgba(54,50,42,.05); }
.symptom-detail__top { display: flex; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.symptom-detail__counter { font-size:15px; letter-spacing: .12em; color: var(--muted); }
.symptom-detail__body { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; padding: 22px 0 0; }
.symptom-detail__primary h3 { font-family: "Archivo Narrow", Arial, sans-serif; text-transform: uppercase; font-size:clamp(23px,2.07vw,32px); line-height: .9; letter-spacing: -.045em; margin-bottom: 12px; max-width: 620px; }
.symptom-detail__body p { color: var(--muted); font-size:18px; line-height:1.62; margin-bottom: 0; }
.symptom-detail__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }

/* statement joining scene */
.statement-scene { min-height: 220vh; background: var(--paper); position: relative; }
.statement-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: grid; place-items: center; padding: 104px max(28px, 5vw) 48px; }
.statement-caption { position: absolute; left: max(28px, 5vw); top: 118px; font-size:15px; text-transform: uppercase; letter-spacing: .17em; color: var(--muted); }
.statement-stage { width: min(1320px, 100%); height: 70vh; display: grid; align-content: center; gap: 7vh; }
.statement-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: .16em .22em; }
.statement-line--one { justify-content: flex-start; }
.statement-line--two { justify-content: flex-end; }
.statement-piece { display: inline-block; font-family: "Archivo Narrow", Arial, sans-serif; text-transform: uppercase; font-size:clamp(39px,4.54vw,68px); line-height: .82; letter-spacing: -.06em; font-weight: 900; will-change: transform, opacity; white-space: nowrap; }
.statement-piece.s1, .statement-piece.s4 { color: #8b8e87; }
.statement-progress { position: absolute; left: max(28px, 5vw); right: max(28px, 5vw); bottom: 30px; height: 1px; background: var(--line); }
.statement-progress span { display: block; width: 0; height: 100%; background: var(--gold); }

/* conditions */
.conditions { background: #d9ded2; padding-block: 80px 76px; }
.conditions__intro { width: min(1260px, 100%); margin: 0 auto 28px; display: grid; grid-template-columns: 1.25fr .6fr; align-items: end; gap: 44px; }
.conditions__intro h2 { font-size:clamp(32px,3.24vw,49px); }
.conditions__intro p { color: #4b5148; max-width: 430px; font-size:18px; }
.condition-track { width: min(1380px, 100%); margin: 0 auto; display: flex; gap: 9px; min-height: 365px; }
.condition-card { flex: .72; min-width: 0; border-radius: 25px; padding: 17px; background: rgba(251,248,242,.74); border: 1px solid rgba(17,20,17,.11); display: flex; flex-direction: column; cursor: pointer; outline: none; transition: flex .6s var(--ease), background .38s ease, color .38s ease, transform .38s ease; overflow: hidden; }
.condition-card:hover, .condition-card:focus { transform: translateY(-4px); }
.condition-card.active { flex: 1.52; background: var(--ink); color: #f7f4ed; box-shadow: var(--shadow); }
.condition-card__num { font-size:15px; color: var(--muted); letter-spacing: .12em; }
.condition-card__art { height: 122px; margin: 9px 0 16px; border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(174,183,161,.36)); position: relative; overflow: hidden; }
.condition-card.active .condition-card__art { background: linear-gradient(145deg, rgba(174,183,161,.22), rgba(197,166,120,.2)); }
.condition-card h3 { font-family: "Archivo Narrow", Arial, sans-serif; text-transform: uppercase; font-size:clamp(17px,1.31vw,21px); line-height: .94; letter-spacing: -.035em; margin-bottom: 10px; }
.condition-card p { color: var(--muted); font-size:17px; line-height:1.62; opacity: 0; max-height: 0; transition: opacity .35s ease, max-height .45s ease; }
.condition-card.active p { opacity: 1; max-height: 110px; color: #c9ccc5; }
.condition-card__why { margin-top: auto; border-top: 1px solid currentColor; padding-top: 10px; font-size:16.5px; opacity: 0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease; }
.condition-card.active .condition-card__why { opacity: .9; transform: none; }
.condition-card__why span { display: block; text-transform: uppercase; font-size:14.5px; letter-spacing: .14em; color: var(--gold); margin-bottom: 3px; }
.condition-card__art span { position: absolute; display: block; }
.art--nerve span { width: 2px; height: 88px; top: 18px; background: linear-gradient(var(--gold), var(--blue)); }
.art--nerve span:nth-child(1) { left: 36%; transform: rotate(-10deg); } .art--nerve span:nth-child(2) { left: 50%; } .art--nerve span:nth-child(3) { left: 64%; transform: rotate(10deg); }
.art--finger span { width: 15px; height: 15px; border: 5px solid var(--blue); border-radius: 50%; left: 50%; transform: translateX(-50%); }
.art--finger span:nth-child(1) { top: 20px; } .art--finger span:nth-child(2) { top: 52px; } .art--finger span:nth-child(3) { top: 84px; }
.art--joint span { border: 1px solid var(--gold); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.art--joint span:nth-child(1) { width: 72px; height: 72px; } .art--joint span:nth-child(2) { width: 110px; height: 110px; } .art--joint span:nth-child(3) { width: 20px; height: 20px; background: var(--gold); } .art--joint span:nth-child(4) { width: 140px; height: 1px; background: rgba(16,19,15,.18); border: 0; border-radius: 0; }
.art--fracture span { width: 95px; height: 18px; border-radius: 999px; background: linear-gradient(90deg,var(--blue) 0 78%, white 78%); left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-12deg); }
.art--tendon span { width: 95px; height: 5px; background: linear-gradient(90deg,var(--gold),var(--blue)); left: 50%; top: 45%; transform: translate(-50%,-50%) rotate(10deg); border-radius: 999px; transform-origin: left; }
.art--tendon span:nth-child(2) { transform: translate(-50%,-50%) rotate(-10deg); }

/* parallax life */
.parallax-life { min-height: 190vh; position: relative; background: #151714; }
.parallax-life__sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: grid; place-items: center; }
.parallax-life__image { position: absolute; inset: -10%; width: 120%; height: 120%; object-fit: cover; transform: translate3d(0, 0, 0) scale(1.08); filter: saturate(.78) contrast(1.04); will-change: transform; }
.parallax-life__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,10,.8), rgba(10,12,10,.30) 55%, rgba(10,12,10,.64)); }
.parallax-life__copy { position: relative; z-index: 3; width: min(1220px, calc(100% - 56px)); color: #fff; }
.parallax-life__copy small { display: block; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .18em; font-size:15px; color: rgba(255,255,255,.74); }
.parallax-life__word-stage { min-height: 160px; display: flex; align-items: center; overflow: hidden; }
.parallax-life__word-stage span { display: block; font-family: "Archivo Narrow", Arial, sans-serif; font-size:clamp(56px,7.58vw,95px); line-height: .8; letter-spacing: -.065em; font-weight: 900; text-transform: uppercase; text-shadow: 0 18px 48px rgba(0,0,0,.24); will-change: transform, opacity; }
.parallax-life__final { display: none; max-width: 1080px; font-size:clamp(41px,4.82vw,70px); opacity: 0; transform: translateY(28px); }
.parallax-life__final span { color: var(--gold); }
.parallax-life__final.is-visible { display: block; animation: finalLife .6s var(--ease) forwards; }
@keyframes finalLife { to { opacity: 1; transform: none; } }
.parallax-life__progress { position: absolute; left: max(28px, 5vw); right: max(28px, 5vw); bottom: 36px; z-index: 4; height: 1px; background: rgba(255,255,255,.22); }
.parallax-life__progress span { display: block; width: 0; height: 100%; background: var(--gold); }
.parallax-life__credit { position: absolute; right: 20px; bottom: 14px; z-index: 4; font-size:14px; letter-spacing: .08em; color: rgba(255,255,255,.46); }

/* experience */
.experience-scroll { min-height: 225vh; background: var(--paper); position: relative; }
.experience-sticky { position: sticky; top: 0; height: 100vh; padding: 116px max(28px, 5vw) 46px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 58px; align-items: center; overflow: hidden; }
.experience__copy h2 { font-size:clamp(34px,3.17vw,49px); }
.experience__copy p { max-width: 550px; color: var(--muted); font-size:18.5px; line-height:1.62; }
.experience__stage { min-height: 500px; padding: 30px 32px 28px; border-radius: 34px; background: var(--ink); color: #f7f4ed; display: grid; grid-template-rows: auto 1fr auto auto; position: relative; overflow: hidden; }
.experience__stage::before { content: ""; position: absolute; width: 330px; aspect-ratio: 1; border-radius: 50%; right: -80px; top: -100px; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 50px rgba(255,255,255,.024), 0 0 0 100px rgba(255,255,255,.016); }
.experience__stage-top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; }
.experience__step { color: #9ca196; font-size:15px; letter-spacing: .13em; }
.experience__focus { position: relative; z-index: 2; align-self: center; display: grid; align-content: center; min-height: 250px; }
.experience__number-wrap { overflow: hidden; min-height: 150px; display: flex; align-items: flex-end; }
.experience__number { display: block; font-family: "Archivo Narrow", Arial, sans-serif; font-size:clamp(86px,9.64vw,116px); line-height: .68; letter-spacing: -.08em; font-weight: 900; color: #f7f4ed; will-change: transform, opacity; }
.experience__label { margin-top: 18px; color: #b7bcb2; font-size:16.5px; text-transform: uppercase; letter-spacing: .14em; }
.experience__timeline { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-bottom: 18px; }
.experience__timeline span { height: 3px; border-radius: 999px; background: rgba(255,255,255,.13); transition: background .5s ease, transform .5s ease; transform-origin: left; }
.experience__timeline span.active { background: var(--gold); }
.experience__metrics { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.metric { appearance: none; border: 0; background: transparent; color: #6f746c; padding: 4px 4px 0 0; text-align: left; cursor: pointer; transition: color .45s ease, transform .45s var(--ease); }
.metric strong { display: block; font-size:21.5px; margin-bottom: 5px; }
.metric span { display: block; font-size:14.5px; line-height:1.62; text-transform: uppercase; letter-spacing: .08em; }
.metric.active { color: #f7f4ed; transform: translateY(-3px); }

/* doctor scroll */
.doctor-scroll { min-height: 230vh; background: #e8e2d7; position: relative; }
.doctor-sticky { position: sticky; top: 0; height: 100vh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.doctor-story__visual { position: relative; overflow: hidden; display: flex; align-items: end; justify-content: center; background: linear-gradient(145deg, #c4ccb9, #f3eee4 70%); }
.doctor-story__backdrop { position: absolute; width: 430px; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.72); top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 65px rgba(255,255,255,.12), 0 0 0 130px rgba(255,255,255,.06); will-change: transform; }
.doctor-story__image { position: relative; z-index: 2; width: min(590px, 88%); will-change: transform; }
.doctor-story__copy { padding: 118px max(40px, 7vw) 66px; display: flex; flex-direction: column; justify-content: center; }
.doctor-phrase { margin: 18px 0 18px; display: grid; font-family: "Archivo Narrow", Arial, sans-serif; font-size:clamp(37px,3.79vw,58px); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; font-weight: 900; }
.doctor-phrase span { will-change: transform, opacity; }
.doctor-story__copy p { max-width: 590px; color: var(--muted); font-size:18.5px; line-height:1.62; }
.credential-stack { margin-top: 18px; border-top: 1px solid var(--line); }
.credential-stack > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); opacity: .25; transform: translateX(12px); transition: opacity .55s ease, transform .55s var(--ease); }
.credential-stack > div.active { opacity: 1; transform: none; }
.credential-stack span { font-weight: 800; font-size:18px; }
.credential-stack small { color: var(--muted); font-size:17px; }
.doctor-story__progress { height: 2px; background: rgba(16,19,15,.1); margin-top: 26px; overflow: hidden; }
.doctor-story__progress span { display: block; height: 100%; width: 0; background: var(--gold); }

/* patients */
.patients { background: var(--bg); padding-block: 78px 84px; }
.patients__heading { width: min(1240px, 100%); margin: 0 auto 26px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.patients__heading h2 { font-size:clamp(32px,3.1vw,46px); }
.rating-block { display: grid; grid-template-columns: auto auto; align-items: end; gap: 4px; }
.rating-block strong { font-family: "Archivo Narrow", Arial, sans-serif; font-size:clamp(43px,4.13vw,59px); line-height: .75; letter-spacing: -.06em; }
.rating-block > span { font-size:23px; color: var(--muted); }
.rating-block small { grid-column: 1/-1; color: var(--muted); font-size:16px; margin-top: 8px; }
.review-shell { width: min(1240px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 12px; align-items: stretch; }
.review-card { grid-column: 1; grid-row: 1; min-height: 360px; border-radius: 28px; background: rgba(251,248,242,.78); border: 1px solid var(--line); padding: 34px 36px; display: flex; flex-direction: column; justify-content: space-between; opacity: 0; transform: translateX(52px) scale(.97); pointer-events: none; transition: opacity .55s ease, transform .65s var(--ease), background .35s ease, color .35s ease; }
.review-card.active { opacity: 1; transform: none; pointer-events: auto; background: var(--ink); color: #f8f5ee; }
.review-card__quote { color: var(--gold); font-family: Georgia, serif; font-size: 46px; line-height: .8; }
.review-card blockquote { margin: 22px 0 26px; max-width: 900px; font-family: Georgia, serif; font-size:clamp(19px,1.72vw,24px); line-height:1.62; letter-spacing: -.02em; }
.review-card footer { font-size:16px; text-transform: uppercase; letter-spacing: .12em; color: #b9beb5; }
.review-rating-card { min-height: 360px; border-radius: 28px; background: var(--gold); color: var(--ink); padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.review-rating-card small { text-transform: uppercase; letter-spacing: .12em; font-size:15px; }
.review-rating-card strong { margin: 18px 0 8px; font-family: "Archivo Narrow", Arial, sans-serif; font-size: 70px; line-height: .8; letter-spacing: -.05em; }
.review-rating-card strong span { font-size:21.5px; }
.review-rating-card p { margin-bottom: 0; font-size:18px; }
.review-controls { width: min(1240px, 100%); margin: 15px auto 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; }
.review-controls button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: background .2s ease, color .2s ease; }
.review-controls button:hover { background: var(--ink); color: white; }
.review-controls span { text-align: center; font-size:15px; letter-spacing: .12em; color: var(--muted); }

/* locations */
.locations { background: #dfe4d7; padding-block: 78px 82px; }
.locations__intro { width: min(1240px, 100%); margin: 0 auto 26px; display: grid; grid-template-columns: 1fr .55fr; gap: 46px; align-items: end; }
.locations__intro h2 { font-size:clamp(32px,3.17vw,47px); }
.locations__intro p { color: #555a52; font-size:18px; max-width: 400px; }
.location-split { width: min(1240px, 100%); margin: 0 auto; min-height: 420px; display: flex; gap: 10px; }
.location-panel { flex: .78; border-radius: 30px; overflow: hidden; position: relative; cursor: pointer; transition: flex .65s var(--ease), transform .35s ease, filter .35s ease; }
.location-panel.active { flex: 1.32; }
.location-panel:hover { transform: translateY(-3px); }
.location-panel--uae { background: linear-gradient(135deg, #8f9d86, #d3c4a6); }
.location-panel--uk { background: linear-gradient(135deg, #8f98a4, #d7c7b2); }
.location-panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 20%, rgba(255,255,255,.32), transparent 36%); transform: scale(1.05); transition: transform .65s var(--ease); }
.location-panel.active::before { transform: scale(1); }
.location-panel__content { position: absolute; inset: auto 0 0; padding: 28px; color: #fff; background: linear-gradient(transparent, rgba(12,15,12,.78)); }
.location-panel__flag { font-size:15px; text-transform: uppercase; letter-spacing: .14em; }
.location-panel h3 { font-family: "Archivo Narrow", Arial, sans-serif; text-transform: uppercase; font-size:clamp(30px,2.48vw,38px); line-height: .86; letter-spacing: -.045em; margin: 10px 0 12px; }
.location-panel p { max-width: 470px; color: rgba(255,255,255,.82); font-size:18px; opacity: 0; max-height: 0; transition: opacity .35s ease, max-height .35s ease; }
.location-panel.active p { opacity: 1; max-height: 80px; }
.location-panel a { display: inline-block; margin-top: 8px; font-size:16px; text-transform: uppercase; letter-spacing: .08em; }

/* booking */
.booking { background: var(--paper); }
.booking__panel { width: min(1280px, 100%); margin: 0 auto; background: var(--ink); color: #f7f4ed; border-radius: 38px; padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; box-shadow: var(--shadow); }
.booking__copy h2 { font-size:clamp(34px,3.17vw,47px); }
.booking__copy p { color: #b9beb5; max-width: 520px; font-size:18px; }
.booking__form { display: grid; gap: 10px; }
.booking__form label { display: grid; gap: 6px; }
.booking__form label span { font-size:14.5px; text-transform: uppercase; letter-spacing: .14em; color: #aeb4aa; }
.booking__form input, .booking__form select { width: 100%; min-height: 52px; border-radius: 14px; border: 1px solid rgba(255,255,255,.14); color: white; background: rgba(255,255,255,.07); padding: 0 15px; outline: none; }
.booking__form select option { color: var(--ink); }
.booking__form input:focus, .booking__form select:focus { border-color: var(--gold); }
.booking__form small { color: #8e958a; font-size:15px; }

.footer { padding: 26px max(28px, 5vw); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; background: #d7d2c7; border-top: 1px solid var(--line); }
.footer__brand { display: flex; gap: 10px; align-items: center; }
.footer__brand img { width: 38px; height: 44px; object-fit: contain; }
.footer__brand div { display: grid; }
.footer__brand strong { font-size:16px; text-transform: uppercase; letter-spacing: .06em; }
.footer__brand small, .footer__meta { color: var(--muted); font-size:14.5px; }
.footer a { justify-self: end; font-size:14.5px; text-transform: uppercase; letter-spacing: .1em; }


/* =========================================================
   V4 REFINEMENT PASS — calmer motion, stronger hierarchy
   ========================================================= */

/* Overall rhythm */
.section { padding-top: 78px; padding-bottom: 78px; }
.section-heading p,
.conditions__intro p,
.locations__intro p,
.patients__intro-copy { font-size:18.5px; line-height:1.62; }

/* Hero: the composition stays composed while depth does the work */
.hero-scroll { min-height: 150vh; }
.hero-sticky { padding-top: 112px; }
.hero__grid { gap: 44px; }
.hero__title { font-size:clamp(54px,5.37vw,67px); line-height: .82; }
.hero__lede { font-size:19px; line-height:1.62; }
.hero__frame { height: 565px; background: linear-gradient(145deg, rgba(179,188,168,.54), rgba(255,255,255,.74) 56%, rgba(198,161,109,.14)); }
.hero__visual,
.hero__copy,
.hero__bottom { will-change: transform, opacity; }
.hero__floating-card { backdrop-filter: blur(14px); }

/* Symptoms: more readable, less dry */
.symptoms { padding-bottom: 74px; }
.symptom-cards { min-height: 232px; }
.symptom-card { padding: 19px; border-radius: 23px; }
.symptom-card__micro { font-size:17px; line-height:1.62; color: #5f645d; }
.symptom-card__hint { font-size:17px; line-height:1.62; }
.symptom-detail { padding: 23px 28px 25px; }
.symptom-detail__body { gap: 40px; }
.symptom-detail__body p { font-size:18px; line-height: 1.62; }
.symptom-detail__primary h3 { font-size:clamp(24px,1.83vw,29px); line-height: .95; }

/* Philosophy: slower, smaller and perfectly readable when joined */
.statement-scene { min-height: 245vh; }
.statement-stage { width: min(1260px, 100%); height: 66vh; gap: 8vh; }
.statement-piece { font-size:clamp(37px,3.96vw,60px); line-height: .86; letter-spacing: -.055em; }
.statement-line { gap: .18em .24em; }
.statement-line--one { max-width: 1100px; }
.statement-line--two { max-width: 1140px; margin-left: auto; }

/* Conditions: larger supporting copy and slightly tighter cards */
.conditions { padding-block: 74px 72px; }
.condition-track { min-height: 350px; }
.condition-card { padding: 18px; }
.condition-card p { font-size:18px; line-height:1.62; }
.condition-card__why { font-size:17px; line-height:1.62; }
.condition-card__why span { font-size:15px; }

/* Parallax: true slow depth, one dominant phrase */
.parallax-life { min-height: 215vh; }
.parallax-life__image { inset: -7%; width: 114%; height: 114%; transform: translate3d(0, 0, 0) scale(1.055); filter: saturate(.72) contrast(1.05); }
.parallax-life__veil { background: linear-gradient(90deg, rgba(10,12,10,.82), rgba(10,12,10,.27) 58%, rgba(10,12,10,.62)); }
.parallax-life__copy { width: min(1180px, calc(100% - 64px)); }
.parallax-life__copy small { font-size:16px; }
.parallax-life__word-stage { min-height: 150px; }
.parallax-life__word-stage span { font-size:clamp(52px,6.34vw,78px); line-height: .84; }
.parallax-life__final { max-width: 1000px; font-size:clamp(39px,4.13vw,59px); line-height: .88; }

/* Experience: tighter premium stage with a branded watermark */
.experience-scroll { min-height: 250vh; }
.experience-sticky { grid-template-columns: .82fr 1.18fr; gap: 52px; padding-top: 108px; padding-bottom: 42px; }
.experience__copy h2 { font-size:clamp(32px,2.86vw,43px); line-height: .9; }
.experience__copy p { font-size:18.5px; line-height: 1.62; }
.experience__stage {
  min-height: 455px;
  padding: 28px 30px 26px;
  border-radius: 30px;
  background: linear-gradient(145deg, #152019 0%, #101611 62%, #192019 100%);
  border: 1px solid rgba(255,255,255,.075);
  box-shadow: 0 26px 75px rgba(25,35,28,.16);
}
.experience__stage::before { width: 300px; right: -88px; top: -108px; border-color: rgba(218,231,211,.12); }
.experience__watermark { position: absolute; right: 42px; top: 48px; width: 90px; height: 108px; object-fit: contain; opacity: .055; filter: grayscale(1) brightness(3); pointer-events: none; }
.experience__focus { min-height: 232px; }
.experience__number-wrap { min-height: 128px; }
.experience__number { font-size:clamp(75px,8.13vw,96px); line-height: .72; }
.experience__label { margin-top: 14px; font-size:16.5px; color: #d2d6ce; }
.experience__meta { max-width: 620px; margin-top: 12px; color: #929a90; font-size:18px; line-height:1.62; min-height: 44px; }
.experience__timeline { margin-bottom: 15px; }
.experience__timeline span { height: 2px; }
.metric { color: #7d867d; padding-right: 8px; }
.metric strong { font-size:22px; }
.metric span { font-size:15px; line-height:1.62; }
.metric.active { color: #f4f2ea; transform: translateY(-2px); }

/* Doctor story: slower, softer state changes */
.doctor-scroll { min-height: 260vh; }
.doctor-phrase { font-size:clamp(35px,3.44vw,53px); line-height: .88; }
.credential-stack > div { transition-duration: .75s; }

/* Patient stories: one rating only, tighter editorial composition */
.patients { padding-block: 70px 72px; }
.patients__heading { width: min(1180px, 100%); margin-bottom: 24px; grid-template-columns: 1fr .55fr; align-items: end; }
.patients__heading h2 { font-size:clamp(31px,2.89vw,42px); }
.patients__intro-copy { margin: 0 0 3px; color: var(--muted); max-width: 420px; }
.review-shell { width: min(1180px, 100%); grid-template-columns: minmax(0, 1fr) 220px; gap: 10px; }
.review-card { min-height: 315px; border-radius: 25px; padding: 29px 32px; transition: opacity .7s ease, transform .82s var(--ease), background .45s ease, color .45s ease; }
.review-card blockquote { margin: 18px 0 22px; font-size:clamp(18px,1.48vw,21px); line-height:1.62; }
.review-card__quote { font-size: 40px; }
.review-rating-card {
  min-height: 315px;
  border-radius: 25px;
  padding: 24px;
  justify-content: space-between;
  background: linear-gradient(150deg, #d7c29e 0%, #eadfc9 100%);
  border: 1px solid rgba(17,21,16,.08);
  box-shadow: 0 18px 42px rgba(69,58,42,.08);
}
.review-rating-card__top { display: flex; align-items: center; gap: 8px; }
.verified-dot { width: 24px; height: 24px; border-radius: 50%; display: inline-grid; place-items: center; background: #2f6c53; color: white; font-size:16.5px; font-weight: 900; }
.review-rating-card__top small { font-size:15px; letter-spacing: .1em; }
.review-rating-card strong { margin: auto 0 8px; font-size: 64px; }
.review-rating-card p { margin: 0; font-size:18px; }
.review-rating-card__foot { padding-top: 13px; border-top: 1px solid rgba(17,21,16,.13); font-size:16.5px; color: #555a52; }
.review-controls { width: min(1180px, 100%); margin-top: 12px; }

/* Locations: calmer heading and balanced cards ready for future photography */
.locations { padding-block: 70px 72px; }
.locations__intro { width: min(1180px, 100%); margin-bottom: 24px; grid-template-columns: 1fr .58fr; }
.locations__intro h2 { font-size:clamp(31px,2.86vw,41px); line-height: .92; }
.locations__intro p { max-width: 390px; }
.location-split { width: min(1180px, 100%); min-height: 390px; gap: 12px; }
.location-panel { flex: .9; border-radius: 28px; transition: flex .9s cubic-bezier(.16,.84,.2,1), transform .5s ease, filter .5s ease; }
.location-panel.active { flex: 1.2; }
.location-panel h3 { font-size:clamp(26px,2.17vw,34px); line-height: .9; }
.location-panel p { font-size:18px; line-height:1.62; }
.location-panel__content { padding: 26px 28px; }

@media (max-width: 1100px) {
  .nav-links { gap: 18px; }
  .hero__grid { grid-template-columns: .9fr 1.1fr; }
  .hero__title { font-size:clamp(51px,6.2vw,70px); }
  .hero__frame { height: 535px; }
  .symptom-cards { overflow-x: auto; padding-bottom: 6px; }
  .symptom-card { min-width: 190px; flex: 1 !important; }
  .symptom-card.active { min-width: 280px; }
  .condition-track { overflow-x: auto; padding-bottom: 8px; }
  .condition-card { min-width: 210px; flex: 1 !important; }
  .condition-card.active { min-width: 330px; }
  .experience-sticky { grid-template-columns: .85fr 1.15fr; gap: 34px; }
  .experience__metrics { grid-template-columns: 1fr 1fr; gap: 12px; }
}

@media (max-width: 760px) {
  :root { --nav-h: 64px; }
  .site-header { top: 10px; padding: 0 10px; }
  .nav-shell { width: calc(100vw - 20px); grid-template-columns: 1fr auto; padding-inline: 12px 8px; }
  .site-header.is-compact .nav-shell { width: calc(100vw - 20px); }
  .brand__text, .nav-links { display: none; }
  .nav-actions .btn { display: none; }
  .menu-btn { width: 46px; height: 46px; }
  .section { padding: 70px 20px; }
  .section-index { display: none; }
  h2 { font-size:clamp(30px,8.27vw,40px); }
  .hero-scroll { min-height: 145vh; }
  .hero-sticky { padding: 92px 20px 24px; justify-content: flex-start; }
  .hero__grid { grid-template-columns: 1fr; gap: 12px; }
  .hero__copy { padding-left: 0; }
  .hero__title { font-size:clamp(48px,13.78vw,62px); }
  .hero__lede { font-size:18px; }
  .hero__doctor-info { grid-template-columns: 1fr; margin: 18px 0; }
  .hero__visual { min-height: 430px; }
  .hero__frame { height: 430px; border-radius: 32% 32% 22px 22px; }
  .hero__doctor { width: 420px; }
  .hero__floating-card--countries { top: 170px; }
  .hero__bottom { display: none; }
  .section-heading, .conditions__intro, .locations__intro, .patients__heading { grid-template-columns: 1fr; gap: 18px; }
  .symptom-cards { min-height: 220px; }
  .symptom-detail__body { grid-template-columns: 1fr; gap: 24px; }
  .symptom-detail__columns { grid-template-columns: 1fr; gap: 18px; }
  .statement-scene { min-height: 190vh; }
  .statement-sticky { padding-inline: 20px; }
  .statement-stage { height: 68vh; gap: 8vh; }
  .statement-piece { font-size:clamp(32px,8.27vw,45px); white-space: normal; }
  .condition-track { min-height: 340px; }
  .parallax-life__copy { width: calc(100% - 40px); }
  .parallax-life__word-stage span { font-size:clamp(50px,14.46vw,70px); }
  .experience-scroll { min-height: 210vh; }
  .experience-sticky { padding: 100px 20px 34px; grid-template-columns: 1fr; gap: 22px; align-content: center; }
  .experience__copy p { font-size:18px; }
  .experience__stage { min-height: 390px; padding: 24px; }
  .experience__number { font-size:clamp(77px,21.35vw,84px); }
  .experience__metrics { grid-template-columns: 1fr 1fr; }
  .doctor-scroll { min-height: 215vh; }
  .doctor-sticky { grid-template-columns: 1fr; grid-template-rows: 46vh 54vh; }
  .doctor-story__image { width: 370px; }
  .doctor-story__copy { padding: 26px 20px 30px; justify-content: flex-start; overflow-y: auto; }
  .doctor-phrase { font-size:clamp(32px,8.95vw,42px); }
  .doctor-story__copy p { font-size:18px; }
  .review-shell { grid-template-columns: 1fr; }
  .review-card, .review-rating-card { min-height: 310px; }
  .review-rating-card { display: none; }
  .review-card blockquote { font-size: 24px; }
  .rating-block { justify-self: start; }
  .location-split { min-height: 540px; flex-direction: column; }
  .location-panel, .location-panel.active { flex: 1; min-height: 255px; }
  .booking__panel { padding: 28px 22px; grid-template-columns: 1fr; gap: 28px; }
  .footer { grid-template-columns: 1fr auto; }
  .footer__meta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .hero-scroll, .statement-scene, .parallax-life, .experience-scroll, .doctor-scroll { min-height: auto; }
  .hero-sticky, .statement-sticky, .parallax-life__sticky, .experience-sticky, .doctor-sticky { position: relative; height: auto; min-height: 100vh; }
}

/* =========================================================
   V5 — brand-led refinement, calmer interactions, richer trust
   ========================================================= */
:root {
  --teal: #2f7f78;
  --teal-deep: #1f625d;
  --clay: #a96854;
  --mist-blue: #6f8291;
  --cream: #f5f0e7;
  --olive-ink: #132019;
}

/* Brand stays present as the navbar compacts */
.site-header.is-compact .brand__text {
  opacity: 1;
  width: auto;
  overflow: visible;
}
.site-header.is-compact .brand__text small { display: none; }
.site-header.is-compact .brand__text strong { font-size:15px; letter-spacing: .085em; }
.site-header.is-compact .brand__mark { width: 29px; height: 34px; }
.site-header.is-compact .nav-shell { grid-template-columns: minmax(170px, 1fr) auto minmax(190px, 1fr); }

/* Hero: stronger brand clarity and visible trust language */
.hero__eyebrow { color: #575d54; font-weight: 900; }
.hero__floating-card--rating {
  min-width: 176px;
  padding: 15px 16px 14px;
}
.hero-rating__brand { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.hero-rating__brand img { width: 25px; height: 23px; object-fit: contain; flex: 0 0 auto; }
.hero-rating__brand span { font-size:14px; line-height:1.62; text-transform: uppercase; letter-spacing: .12em; color: #5f675d; font-weight: 850; }
.hero__floating-card--rating strong { margin-top: 2px; }
.hero__floating-card--rating small { display: block; margin-top: 3px; font-size:14.5px; }
.hero__frame::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  left: 16%;
  top: 43%;
  z-index: 4;
  box-shadow: 0 0 0 7px rgba(198,161,109,.12);
  animation: heroPulse 3.4s ease-in-out infinite;
}
@keyframes heroPulse { 0%,100% { transform: scale(.82); opacity: .65; } 50% { transform: scale(1.18); opacity: 1; } }
.hero__bottom { margin-top: 14px; gap: 18px; }
.hero__trust {
  gap: 0;
  padding: 8px 10px;
  background: linear-gradient(90deg, rgba(165,177,155,.88), rgba(189,197,180,.78));
  border: 1px solid rgba(17,21,16,.08);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(57,67,54,.08);
  color: #263027;
  letter-spacing: .08em;
}
.hero__trust > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  position: relative;
}
.hero__trust > span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: rgba(25,32,25,.16);
}
.hero__trust strong { font-size:15px; font-weight: 900; white-space: nowrap; }
.trust-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(250,248,243,.72);
  color: #8d693c;
  font-size:16.5px;
  font-weight: 900;
  font-style: normal;
}

/* Statement scene: distinctive colors, cleaner editorial hierarchy */
.statement-scene {
  background:
    radial-gradient(circle at 78% 24%, rgba(47,127,120,.075), transparent 28%),
    radial-gradient(circle at 20% 78%, rgba(169,104,84,.06), transparent 24%),
    var(--paper);
}
.statement-piece.s1 { color: #8f998e; }
.statement-piece.s2 { color: var(--ink); }
.statement-piece.s3 { color: var(--teal-deep); }
.statement-piece.s4 { color: var(--mist-blue); }
.statement-piece.s5 { color: var(--clay); }
.statement-piece.s6 { color: var(--gold); }
.statement-caption { color: #67726a; font-weight: 850; }

/* Conditions: click-led selection prevents hover-jitter */
.condition-card {
  transition: flex .72s cubic-bezier(.18,.8,.24,1), background .4s ease, color .4s ease, transform .38s ease, box-shadow .45s ease;
}
.condition-card:hover:not(.active) { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(52,60,49,.07); }
.condition-card.active { transform: translateY(-2px); }

/* Experience: tighter composition with a changing visual token */
.experience-sticky { grid-template-columns: .78fr 1.22fr; gap: 46px; }
.experience__copy h2 { max-width: 560px; }
.experience__stage {
  min-height: 430px;
  overflow: hidden;
  padding: 27px 29px 24px;
  background:
    radial-gradient(circle at 78% 8%, rgba(83,111,90,.25), transparent 30%),
    linear-gradient(145deg, #16231b 0%, #0f1712 64%, #17231b 100%);
}
.experience__focus { min-height: 215px; max-width: 72%; position: relative; z-index: 3; }
.experience__number-wrap { min-height: 116px; }
.experience__number { font-size:clamp(71px,7.44vw,86px); }
.experience__label { color: #eef1ea; font-size:16.5px; font-weight: 800; letter-spacing: .08em; }
.experience__meta { color: #b2bab0; font-size:18px; line-height:1.62; }
.experience__watermark { right: 30px; top: 44px; width: 100px; opacity: .035; }
.experience__visual-token {
  position: absolute;
  right: 30px;
  top: 88px;
  width: 142px;
  height: 142px;
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.085);
  display: grid;
  place-items: center;
  z-index: 2;
  transition: transform .8s var(--ease), background .5s ease, border-color .5s ease;
}
.experience__visual-token img {
  width: 122%;
  height: 122%;
  object-fit: contain;
  object-position: center;
  filter: saturate(.9);
  transition: opacity .42s ease, transform .7s var(--ease), filter .5s ease;
}
.experience__visual-token.is-logo img { width: 76%; height: 76%; }
.experience__visual-token.is-doctify {
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(236,244,241,.91));
  border-color: rgba(255,255,255,.24);
}
.experience__visual-token.is-doctify img { width: 76%; height: 76%; filter: none; }
.experience__metrics { margin-top: 2px; }
.metric { min-height: 66px; }
.metric span { font-size:15.5px; color: inherit; opacity: .9; }
.metric.active strong { color: #f8f4e9; }
.metric.active span { color: #d9ddd6; }

/* Doctor story: less repetition, more original care language */
.doctor-story__copy { position: relative; }
.doctor-phrase { max-width: 690px; }
.doctor-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}
.doctor-principles span {
  min-height: 58px;
  padding: 10px 11px;
  border: 1px solid rgba(17,21,16,.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #51584f;
  font-size:16px;
  line-height:1.62;
  background: rgba(250,248,243,.5);
}
.doctor-principles b { color: var(--gold); font-size:14.5px; letter-spacing: .12em; }

/* Patient stories: exact logo, one tight trust panel, no duplicated badge language */
.review-shell { grid-template-columns: minmax(0, 1fr) 245px; gap: 12px; }
.review-rating-card {
  background: linear-gradient(155deg, #f8faf8 0%, #edf5f2 100%);
  border: 1px solid rgba(23,59,114,.1);
  padding: 22px 20px;
  color: #142019;
}
.review-rating-card__brand { display: grid; justify-items: start; gap: 7px; }
.review-rating-card__brand img { width: 62px; height: 54px; object-fit: contain; object-position: left center; }
.review-rating-card__brand span { color: #5f6964; font-size:14.5px; line-height:1.62; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.review-rating-card__score { margin-top: auto; display: grid; gap: 0; }
.review-rating-card__score strong { margin: 0; font-size: 58px; line-height: .84; letter-spacing: -.055em; }
.review-rating-card__score strong span { font-size:18.5px; color: #66706b; letter-spacing: 0; }
.review-rating-card__score small { margin-top: 8px; color: #4e5954; font-size:16px; }
.review-rating-card__stars { color: #c39a57; font-size:18.5px; letter-spacing: .16em; margin: 12px 0 10px; }
.review-rating-card__foot { border-top-color: rgba(23,59,114,.11); color: #59645f; }
.review-rating-card__foot b { color: #173b72; font-size:18px; margin-right: 3px; }

/* Locations: balanced now, ready for real images later */
.locations__intro { grid-template-columns: 1fr .5fr; }
.location-panel::after {
  position: absolute;
  right: 22px;
  top: 16px;
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 110px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.06em;
  color: rgba(255,255,255,.075);
  pointer-events: none;
}
.location-panel--uae::after { content: "UAE"; }
.location-panel--uk::after { content: "UK"; }

@media (max-width: 1100px) {
  .site-header.is-compact .nav-shell { grid-template-columns: 1fr auto 1fr; }
  .experience__focus { max-width: 68%; }
  .experience__visual-token { width: 118px; height: 118px; right: 22px; }
  .hero__trust > span { padding-inline: 10px; }
  .hero__trust strong { font-size:14.5px; }
}

@media (max-width: 760px) {
  .site-header.is-compact .brand__text { display: none; }
  .hero__trust { display: none; }
  .experience__focus { max-width: 100%; }
  .experience__visual-token { width: 86px; height: 86px; right: 18px; top: 66px; opacity: .7; }
  .doctor-principles { grid-template-columns: 1fr; }
  .review-shell { grid-template-columns: 1fr; }
}

/* Click interactions should feel anchored, not jumpy */
.symptom-card { transition: flex .76s cubic-bezier(.18,.8,.24,1), background .42s ease, transform .42s ease, box-shadow .42s ease, color .42s ease; }
.symptom-card:hover { transform: none; }
.symptom-card.active { transform: translateY(-2px); }

/* =========================================================
   V6 trust, locations and premium footer refinement
   ========================================================= */

/* Exact transparent Doctify symbol: no white container, no boxy treatment */
.experience__visual-token.is-doctify {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  backdrop-filter: none !important;
}
.experience__visual-token.is-doctify::before,
.experience__visual-token.is-doctify::after { display: none !important; }
.experience__visual-token.is-doctify img {
  width: 96% !important;
  height: 96% !important;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.18));
}
.experience__visual-token.is-patient {
  padding: 0;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
}
.experience__visual-token.is-patient img { width: 100%; height: 100%; object-fit: cover; }
.experience__visual-token.is-flags {
  width: 176px;
  height: 96px;
  right: 22px;
  top: 72px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.experience__visual-token.is-flags img { width: 100%; height: 100%; object-fit: contain; }

.review-rating-card__brand img {
  width: 76px !important;
  height: 62px !important;
  object-fit: contain !important;
  background: transparent !important;
  filter: drop-shadow(0 7px 14px rgba(31,89,160,.12));
}

/* Elegant flag medallions ready to sit above future location photography */
.location-panel { isolation: isolate; }
.location-flag-badge {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  width: 82px;
  height: 58px;
  padding: 7px;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 14px 34px rgba(13,18,15,.16);
  backdrop-filter: blur(16px);
  transform: translateY(2px) rotate(1deg);
  transition: transform .75s var(--ease), box-shadow .75s ease;
}
.location-panel:hover .location-flag-badge,
.location-panel.active .location-flag-badge {
  transform: translateY(-3px) rotate(0deg) scale(1.03);
  box-shadow: 0 18px 42px rgba(13,18,15,.2);
}
.location-flag-badge span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(15,18,16,.08);
}
.location-flag-badge--uae span {
  background:
    linear-gradient(90deg, #d22630 0 24%, transparent 24% 100%),
    linear-gradient(#00843d 0 33.333%, #fff 33.333% 66.666%, #111 66.666% 100%);
}
.location-flag-badge--uk span {
  background:
    linear-gradient(90deg, transparent 43%, #fff 43% 57%, transparent 57%),
    linear-gradient(transparent 36%, #fff 36% 64%, transparent 64%),
    linear-gradient(90deg, transparent 46%, #c8102e 46% 54%, transparent 54%),
    linear-gradient(transparent 43%, #c8102e 43% 57%, transparent 57%),
    linear-gradient(32deg, transparent 43%, #fff 43% 49%, #c8102e 49% 53%, #fff 53% 59%, transparent 59%),
    linear-gradient(-32deg, transparent 43%, #fff 43% 49%, #c8102e 49% 53%, #fff 53% 59%, transparent 59%),
    #012169;
}
.location-panel__flag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
  color: rgba(255,255,255,.9);
}

/* Premium footer */
.site-footer {
  background: #0f1712;
  color: #f5f2ea;
  padding: 76px max(28px, 5vw) 24px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  width: 560px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: -180px;
  top: -310px;
  border: 1px solid rgba(211,177,121,.16);
  box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012);
  pointer-events: none;
}
.site-footer__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr .78fr;
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.site-footer__brand-block { display: grid; gap: 22px; }
.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
}
.site-footer__brand img {
  width: 50px;
  height: 62px;
  object-fit: contain;
  filter: brightness(0) invert(1) sepia(.08);
}
.site-footer__brand span { display: grid; gap: 3px; }
.site-footer__brand strong {
  font-size:17px;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.site-footer__brand small {
  color: #a8b2a9;
  font-size:15px;
  letter-spacing: .06em;
}
.site-footer__brand-block p {
  max-width: 430px;
  margin: 0;
  color: #aab3ab;
  font-size:18px;
  line-height: 1.65;
}
.site-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: fit-content;
  min-width: 220px;
  padding: 14px 16px;
  border-radius: 999px;
  background: #d2ad72;
  color: #0f1712;
  font-size:16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: transform .35s var(--ease), background .35s ease;
}
.site-footer__cta:hover { transform: translateY(-3px); background: #e1bf88; }
.site-footer__links {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 36px;
}
.site-footer__links > div { display: grid; align-content: start; gap: 11px; }
.site-footer__label {
  color: #d3ad70;
  font-size:14.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: 4px;
}
.site-footer__links a {
  color: #e6e8e2;
  font-size:17px;
  line-height:1.62;
  transition: color .25s ease, transform .25s ease;
}
.site-footer__links a:hover { color: #d3ad70; transform: translateX(3px); }
.site-footer__muted { color: #838f85; font-size:16px; line-height:1.62; margin-top: 4px; }
.site-footer__social-block { display: grid; gap: 20px; }
.site-footer__socials { display: grid; gap: 8px; }
.site-footer__socials a {
  min-height: 46px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  padding: 5px 10px 5px 6px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  transition: transform .3s var(--ease), border-color .3s ease, background .3s ease;
}
.site-footer__socials a:hover {
  transform: translateX(4px);
  border-color: rgba(211,173,112,.36);
  background: rgba(211,173,112,.06);
}
.site-footer__socials span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.07);
  font-size:18.5px;
  font-weight: 900;
}
.site-footer__socials small { color: #dfe4dd; font-size:16px; }
.site-footer__countries { display: flex; gap: 10px; margin-top: 6px; }
.site-footer__countries > div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.07);
}
.site-footer__countries b { font-size:15px; letter-spacing: .08em; }
.mini-flag { width: 24px; height: 16px; border-radius: 4px; overflow: hidden; display: inline-block; box-shadow: 0 0 0 1px rgba(255,255,255,.17); }
.mini-flag--uae {
  background:
    linear-gradient(90deg, #d22630 0 24%, transparent 24% 100%),
    linear-gradient(#00843d 0 33.333%, #fff 33.333% 66.666%, #111 66.666% 100%);
}
.mini-flag--uk {
  background:
    linear-gradient(90deg, transparent 43%, #fff 43% 57%, transparent 57%),
    linear-gradient(transparent 36%, #fff 36% 64%, transparent 64%),
    linear-gradient(90deg, transparent 46%, #c8102e 46% 54%, transparent 54%),
    linear-gradient(transparent 43%, #c8102e 43% 57%, transparent 57%),
    linear-gradient(32deg, transparent 43%, #fff 43% 49%, #c8102e 49% 53%, #fff 53% 59%, transparent 59%),
    linear-gradient(-32deg, transparent 43%, #fff 43% 49%, #c8102e 49% 53%, #fff 53% 59%, transparent 59%),
    #012169;
}
.site-footer__bottom {
  width: min(1320px, 100%);
  margin: 58px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.09);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #7f8b81;
  font-size:15px;
  position: relative;
  z-index: 1;
}
.site-footer__bottom div { display: flex; gap: 18px; }
.site-footer__bottom a { color: #9da79f; }
.site-footer__bottom a:hover { color: #d3ad70; }

@media (max-width: 980px) {
  .site-footer__inner { grid-template-columns: 1fr 1fr; gap: 44px; }
  .site-footer__social-block { grid-column: 1 / -1; }
  .site-footer__socials { grid-template-columns: repeat(4, 1fr); }
  .site-footer__socials a { grid-template-columns: 1fr; justify-items: center; text-align: center; padding: 8px; }
  .site-footer__countries { justify-content: flex-start; }
}
@media (max-width: 680px) {
  .experience__visual-token.is-flags { width: 118px; height: 72px; right: 12px; top: 74px; }
  .location-flag-badge { width: 70px; height: 50px; top: 18px; right: 18px; }
  .site-footer { padding: 54px 20px 20px; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 36px; }
  .site-footer__links { grid-template-columns: 1fr 1fr; gap: 24px; }
  .site-footer__socials { grid-template-columns: 1fr 1fr; }
  .site-footer__socials a { grid-template-columns: 34px 1fr; justify-items: stretch; text-align: left; }
  .site-footer__bottom { margin-top: 40px; flex-direction: column; }
}

/* =========================================================
   V7 FINAL PHOTO + MAP + SPACING PASS
   ========================================================= */

/* Symptom cards: photographic, readable, stable on click */
.symptom-cards { min-height: 322px; gap: 11px; }
.symptom-card {
  min-height: 322px;
  padding: 14px 15px 17px;
  border-radius: 24px;
  position: relative;
  will-change: flex;
  transition: flex .84s cubic-bezier(.16,.84,.2,1), background .46s ease, color .46s ease, box-shadow .46s ease, border-color .46s ease;
}
.symptom-card:hover,
.symptom-card.active { transform: none !important; }
.symptom-card__photo {
  display: block;
  width: 100%;
  height: 118px;
  border-radius: 17px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #d9ddd4;
  position: relative;
}
.symptom-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,18,14,.17), transparent 62%);
  pointer-events: none;
}
.symptom-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 1.05s cubic-bezier(.16,.84,.2,1), filter .6s ease;
}
.symptom-card.active .symptom-card__photo img { transform: scale(1.065); }
.symptom-card__num { position: absolute; top: 25px; left: 26px; z-index: 3; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.symptom-card__icon { margin: 2px 0 11px; font-size: 24px; }
.symptom-card__title { font-size:clamp(19px,1.38vw,21px); }
.symptom-card__micro { font-size:17px; font-weight: 650; }
.symptom-card__hint { font-size:17px; }
.symptom-card.active {
  flex: 1.48;
  background: linear-gradient(150deg, #101813 0%, #16251c 100%);
  border-color: rgba(194,160,108,.22);
}

/* Condition cards: square, moderate photographic windows */
.condition-track { align-items: stretch; }
.condition-card { min-height: 405px; padding: 17px; }
.condition-card__art {
  width: 100%;
  max-width: 176px;
  aspect-ratio: 1 / 1;
  height: auto !important;
  margin: 10px 0 16px;
  border-radius: 19px;
  background: #e8eae4;
  overflow: hidden;
  flex: 0 0 auto;
  transition: max-width .7s cubic-bezier(.16,.84,.2,1), transform .65s cubic-bezier(.16,.84,.2,1);
}
.condition-card.active .condition-card__art { max-width: 190px; }
.condition-card__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.01);
  transition: transform .9s cubic-bezier(.16,.84,.2,1), filter .6s ease;
}
.condition-card.active .condition-card__art img { transform: scale(1.055); }
.condition-card__art--anatomy img { object-position: 35% center; }
.condition-card h3 { font-size:clamp(20px,1.55vw,25px); }
.condition-card p { font-size:18px; }
.condition-card.active {
  background: linear-gradient(150deg, #101813 0%, #17251d 100%);
  border-color: rgba(194,160,108,.2);
}

/* Experience stage: larger visual storytelling, less dead space */
.experience-sticky { grid-template-columns: .70fr 1.30fr; gap: 38px; }
.experience__stage {
  min-height: 462px;
  padding: 29px 31px 25px;
  background:
    radial-gradient(circle at 83% 14%, rgba(45,95,75,.34), transparent 34%),
    linear-gradient(145deg, #132219 0%, #0d1711 62%, #17281d 100%);
}
.experience__focus { max-width: 63%; min-height: 250px; }
.experience__number-wrap { min-height: 132px; }
.experience__number { font-size:clamp(80px,7.72vw,95px); }
.experience__label { font-size:17px; font-weight: 900; }
.experience__meta { font-size:18px; line-height:1.62; min-height: 50px; color: #bec8bd; }
.experience__watermark {
  width: 154px;
  height: 184px;
  right: 22px;
  top: 24px;
  opacity: .065;
}
.experience__visual-token {
  right: 25px;
  top: 78px;
  width: 230px;
  height: 236px;
  border-radius: 32px;
  background: rgba(255,255,255,.035);
  border-color: rgba(255,255,255,.08);
}
.experience__visual-token img { width: 100%; height: 100%; }
.experience__visual-token.is-doctor {
  width: 250px;
  height: 270px;
  right: 10px;
  top: 65px;
  background: transparent;
  border: 0;
  overflow: visible;
}
.experience__visual-token.is-doctor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.28));
}
.experience__visual-token.is-doctify {
  width: 205px;
  height: 205px;
  right: 34px;
  top: 88px;
}
.experience__visual-token.is-doctify img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.experience__visual-token.is-patient {
  width: 245px;
  height: 245px;
  right: 15px;
  top: 76px;
  background: transparent;
  border: 0;
  overflow: visible;
}
.experience__visual-token.is-patient img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.24));
}
.experience__visual-token.is-flags {
  width: 285px;
  height: 178px;
  right: 2px;
  top: 88px;
}
.experience__metrics { gap: 10px; }
.metric { min-height: 72px; }
.metric strong { font-size:23px; }
.metric span { font-size:16px; line-height:1.62; }

/* Doctify: exact transparent mark, stronger and cleaner */
.hero-rating__brand img { width: 34px; height: 34px; object-fit: contain; }
.review-rating-card__brand img { width: 96px !important; height: 76px !important; }
.review-rating-card__brand span { font-size:15px; }

/* Locations: real hospital images, calm depth, map reveal */
.location-split { min-height: 430px; gap: 14px; }
.location-panel {
  background: #314238 !important;
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: 0 22px 48px rgba(24,34,27,.12);
}
.location-panel__image {
  position: absolute;
  inset: -3%;
  width: 106%;
  height: 106%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  filter: saturate(.86) contrast(.94);
  transition: transform 1.15s cubic-bezier(.16,.84,.2,1), filter .8s ease;
  z-index: 0;
}
.location-panel--uk .location-panel__image { object-position: 52% 56%; }
.location-panel.active .location-panel__image,
.location-panel:hover .location-panel__image { transform: scale(1.075); filter: saturate(.94) contrast(.98); }
.location-panel__image-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8,14,10,.05) 0%, rgba(8,14,10,.18) 46%, rgba(8,14,10,.88) 100%),
    linear-gradient(90deg, rgba(13,22,16,.16), transparent 60%);
}
.location-panel::before {
  z-index: 2;
  background: radial-gradient(circle at 76% 18%, rgba(255,255,255,.24), transparent 35%);
}
.location-panel::after { z-index: 2; }
.location-panel__content { z-index: 4; padding: 28px 30px; background: none; }
.location-panel h3 { font-size:clamp(28px,2.24vw,34px); max-width: 760px; }
.location-panel p {
  max-width: 560px;
  font-size:18px;
  color: rgba(255,255,255,.9);
  line-height:1.62;
}
.location-panel p strong { color: #fff; font-weight: 850; }
.location-panel__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: 12px; }
.location-panel__actions > a,
.location-map-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-radius: 999px;
  font-size:16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.location-panel__actions > a { background: rgba(255,255,255,.92); color: #142018; }
.location-map-btn {
  border: 1px solid rgba(255,255,255,.42);
  background: rgba(255,255,255,.10);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background .3s ease, transform .3s ease;
}
.location-map-btn:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.location-flag-badge { z-index: 5; }

/* Google map modal */
.map-open { overflow: hidden; }
.map-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
}
.map-modal.is-open { opacity: 1; visibility: visible; }
.map-modal__backdrop { position: absolute; inset: 0; background: rgba(8,12,9,.72); backdrop-filter: blur(9px); }
.map-modal__panel {
  position: relative;
  width: min(920px, 96vw);
  max-height: 90vh;
  padding: 20px;
  border-radius: 28px;
  background: #f6f3ec;
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
  transform: translateY(24px) scale(.98);
  transition: transform .5s cubic-bezier(.16,.84,.2,1);
}
.map-modal.is-open .map-modal__panel { transform: none; }
.map-modal__top { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 14px; }
.map-modal__top h3 { margin: 4px 0 0; font-family: "Archivo Narrow", Arial, sans-serif; text-transform: uppercase; font-size:clamp(22px,2.07vw,28px); letter-spacing: -.04em; }
.map-modal__close { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(17,20,17,.12); background: #fff; font-size: 27px; cursor: pointer; }
.map-modal__frame-wrap { height: min(56vh, 520px); border-radius: 20px; overflow: hidden; background: #dfe4dc; }
.map-modal iframe { width: 100%; height: 100%; border: 0; }
.map-modal__external { margin-top: 12px; min-height: 45px; display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; border-radius: 999px; background: #111813; color: #fff; font-size:16.5px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

/* Footer: larger typography, still elegant */
.site-footer { padding-top: 82px; }
.site-footer__brand img { width: 60px; height: 74px; }
.site-footer__brand strong { font-size:18.5px; }
.site-footer__brand small { font-size:17px; }
.site-footer__brand-block p { font-size:19px; line-height: 1.62; }
.site-footer__cta { min-width: 242px; padding: 15px 18px; font-size:17px; }
.site-footer__label { font-size:16px; margin-bottom: 7px; }
.site-footer__links > div { gap: 13px; }
.site-footer__links a { font-size:18px; }
.site-footer__muted { font-size:17px; }
.site-footer__socials a { min-height: 52px; }
.site-footer__socials small { font-size:17px; }
.site-footer__countries b { font-size:16.5px; }
.site-footer__bottom { font-size:16.5px; }

@media (max-width: 1100px) {
  .symptom-cards { overflow-x: auto; }
  .symptom-card { min-width: 210px; flex: 1 !important; }
  .symptom-card.active { min-width: 300px; }
  .experience__focus { max-width: 62%; }
  .experience__visual-token.is-doctor { width: 210px; height: 235px; right: 4px; }
  .experience__visual-token.is-patient { width: 210px; height: 210px; }
  .experience__visual-token.is-flags { width: 235px; height: 145px; }
}

@media (max-width: 760px) {
  .symptom-cards { min-height: 290px; }
  .symptom-card { min-height: 290px; min-width: 205px; }
  .symptom-card.active { min-width: 282px; }
  .symptom-card__photo { height: 104px; }
  .condition-card { min-height: 390px; }
  .condition-card__art { max-width: 160px; }
  .condition-card.active .condition-card__art { max-width: 170px; }
  .experience__focus { max-width: 100%; padding-right: 0; }
  .experience__visual-token,
  .experience__visual-token.is-doctor,
  .experience__visual-token.is-doctify,
  .experience__visual-token.is-patient,
  .experience__visual-token.is-flags {
    opacity: .28;
    right: -26px;
    top: 72px;
    width: 175px;
    height: 175px;
  }
  .experience__visual-token.is-flags { width: 190px; height: 125px; }
  .location-split { min-height: 610px; }
  .location-panel, .location-panel.active { min-height: 290px; }
  .location-panel h3 { font-size: 36px; }
  .map-modal { padding: 12px; }
  .map-modal__panel { padding: 14px; border-radius: 22px; }
  .map-modal__frame-wrap { height: 58vh; }
  .site-footer__brand-block p { font-size:18.5px; }
  .site-footer__links a { font-size:18px; }
  .site-footer__socials small { font-size:17px; }
  .site-footer__bottom { font-size:16px; }
}

/* =========================================================
   V8 — final typography balance + patient resources
   ========================================================= */

/* Balanced scale: calmer headings, more readable supporting copy */
h2 { font-size:clamp(31px,2.89vw,43px); line-height: .94; letter-spacing: -.048em; }
.hero__title { font-size:clamp(51px,4.96vw,62px); line-height: .84; letter-spacing: -.058em; }
.hero__lede { font-size:19px; line-height: 1.64; max-width: 610px; }
.section-heading h2,
.conditions__intro h2,
.experience__copy h2,
.patients__heading h2,
.locations__intro h2,
.booking__copy h2 { font-size:clamp(31px,2.76vw,41px); line-height: .95; }
.statement-piece { font-size:clamp(36px,3.58vw,54px); line-height: .89; }
.parallax-life__word-stage span { font-size:clamp(51px,5.92vw,72px); line-height: .87; }
.parallax-life__final { font-size:clamp(37px,3.85vw,55px); line-height: .92; }
.doctor-phrase { font-size:clamp(33px,3.24vw,47px); line-height: .92; }
.location-panel h3 { font-size:clamp(26px,2.07vw,30px); line-height: .94; }
.section-heading p,
.conditions__intro p,
.locations__intro p,
.booking__copy p,
.patients__intro-copy,
.doctor-story__copy p { font-size:18.5px; line-height: 1.66; }
.symptom-detail__body p { font-size:18px; line-height: 1.68; }
.condition-card p { font-size:18px; line-height:1.62; }
.nav-links { gap: 22px; }
.nav-links a { font-size:16px; }

/* Patient resources */
.resources {
  background:
    radial-gradient(circle at 84% 18%, rgba(47,127,120,.09), transparent 28%),
    linear-gradient(180deg, #f7f4ed 0%, #ece7dc 100%);
}
.resources__heading {
  width: min(1220px, 100%);
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: 1.05fr .65fr;
  gap: 48px;
  align-items: end;
}
.resources__heading h2 { font-size:clamp(31px,2.76vw,41px); line-height: .95; }
.resources__heading p { max-width: 500px; margin-bottom: 4px; color: var(--muted); font-size:18.5px; line-height: 1.66; }
.resource-grid {
  width: min(1220px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.18fr .91fr .91fr;
  gap: 16px;
}
.resource-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(251,248,242,.88);
  border: 1px solid rgba(17,20,17,.09);
  box-shadow: 0 14px 38px rgba(54,50,42,.07);
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease;
}
.resource-card:hover { transform: translateY(-5px); box-shadow: 0 24px 58px rgba(54,50,42,.12); }
.resource-card__media { position: relative; height: 220px; overflow: hidden; background: #d9ddd5; }
.resource-card--feature .resource-card__media { height: 250px; }
.resource-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.resource-card:hover .resource-card__media img { transform: scale(1.035); }
.resource-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,16,12,.04), rgba(8,16,12,.54)); }
.resource-card__type {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(250,248,243,.9);
  color: #253128;
  font-size:14.5px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.resource-card__play {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding-left: 3px;
  background: rgba(250,248,243,.94);
  color: var(--blue);
  font-size:18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.resource-card__body { padding: 22px 22px 24px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.resource-card__status { margin-bottom: 12px; color: var(--teal-deep); font-size:15px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.resource-card h3 { margin-bottom: 10px; font-family: "Archivo Narrow", Arial, sans-serif; font-size:clamp(21px,1.55vw,24px); line-height: .95; letter-spacing: -.035em; text-transform: uppercase; }
.resource-card p { margin-bottom: 22px; color: var(--muted); font-size:18px; line-height: 1.62; }
.resource-card .text-link { margin-top: auto; }

/* Locations prioritise UK while preserving equal visual importance */
.location-panel--uk.active { flex: 1.2; }
.location-panel--uae { flex: .9; }

@media (max-width: 1200px) {
  .nav-links { gap: 15px; }
  .nav-links a { font-size:15.5px; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .resource-card--feature { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; }
  .resource-card--feature .resource-card__media { height: 100%; min-height: 280px; }
}

@media (max-width: 760px) {
  h2 { font-size:clamp(28px,7.44vw,34px); }
  .hero__title { font-size:clamp(45px,12.05vw,54px); line-height: .87; }
  .hero__lede { font-size:18.5px; line-height: 1.62; }
  .statement-piece { font-size:clamp(30px,7.44vw,37px); line-height: .94; }
  .parallax-life__word-stage span { font-size:clamp(45px,12.4vw,60px); }
  .doctor-phrase { font-size:clamp(30px,7.44vw,36px); }
  .doctor-story__copy p,
  .experience__copy p,
  .section-heading p,
  .conditions__intro p,
  .patients__intro-copy,
  .locations__intro p,
  .booking__copy p { font-size:18px; line-height: 1.65; }
  .resources__heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 24px; }
  .resources__heading p { font-size:18px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card--feature { grid-column: auto; display: flex; }
  .resource-card__media,
  .resource-card--feature .resource-card__media { height: 215px; min-height: 0; }
  .resource-card h3 { font-size: 30px; }
  .resource-card p { font-size:18px; }
  .menu-drawer__nav span { font-size:clamp(25px,7.03vw,32px); line-height: .9; }
  .menu-drawer__nav a { padding: 10px 0 9px; }
}

/* =========================================================
   V9 — polished layout, consistent typography and responsive fit
   ========================================================= */

:root {
  --nav-h: 64px;
  --content-max: 1260px;
}

html { scroll-padding-top: 92px; }
body { font-size:18.5px; }
section[id] { scroll-margin-top: 92px; }

/* Keep the closed overlay fully outside the visual tree. */
.menu-drawer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transform: translateY(-100%);
}
.menu-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  overflow-y: auto;
}
.menu-drawer__inner {
  min-height: calc(100vh - 168px);
  display: flex;
  flex-direction: column;
}
.menu-drawer__nav { flex: 1; }
.menu-drawer__footer { margin-top: auto; padding-top: 20px; }

/* One stable, aligned navigation state instead of a dramatic size jump. */
.site-header { top: 14px; padding-inline: 20px; }
.nav-shell,
.site-header.is-compact .nav-shell {
  width: min(1320px, calc(100vw - 40px));
  min-height: 64px;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  gap: 18px;
  padding: 7px 9px 7px 16px;
  border-radius: 999px;
}
.site-header.is-compact .nav-shell {
  background: rgba(251,248,242,.96);
  box-shadow: 0 14px 36px rgba(45,44,39,.12);
}
.brand__mark,
.site-header.is-compact .brand__mark { width: 34px; height: 40px; }
.brand__text,
.site-header.is-compact .brand__text {
  width: auto;
  opacity: 1;
  overflow: visible;
}
.brand__text strong,
.site-header.is-compact .brand__text strong { font-size:16px; letter-spacing: .075em; }
.brand__text small,
.site-header.is-compact .brand__text small { display: block; font-size:14px; }
.nav-links { gap: 20px; }
.nav-links a { font-size:16px; white-space: nowrap; }
.nav-actions { gap: 7px; }
.nav-actions .btn {
  min-height: 42px;
  padding-inline: 18px;
  font-size:15px;
  letter-spacing: .07em;
  white-space: nowrap;
}
.menu-btn { width: 44px; height: 44px; }
.menu-btn span { width: 17px; }

/* Global typography rhythm. */
h2,
.section-heading h2,
.conditions__intro h2,
.experience__copy h2,
.patients__heading h2,
.locations__intro h2,
.booking__copy h2,
.resources__heading h2 {
  font-size:clamp(30px,2.58vw,40px);
  line-height: .97;
  letter-spacing: -.045em;
}
.section { padding-block: 92px; }
.section-heading,
.conditions__intro,
.resources__heading,
.locations__intro,
.patients__heading,
.booking__inner { width: min(var(--content-max), 100%); }
.section-heading p,
.conditions__intro p,
.resources__heading p,
.locations__intro p,
.booking__copy p,
.patients__intro-copy,
.doctor-story__copy p,
.experience__copy p {
  font-size:18.5px;
  line-height: 1.66;
}

/* Hero: strong but controlled, with all content fitting one viewport. */
.hero-scroll { min-height: 132vh; }
.hero-sticky {
  min-height: 100vh;
  padding: 104px max(28px, 5vw) 24px;
}
.hero__grid {
  width: min(1320px, 100%);
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
  gap: clamp(28px, 4vw, 58px);
}
.hero__copy { padding-left: 0; }
.hero__title {
  margin: 12px 0 18px;
  font-size:clamp(48px,4.51vw,68px);
  line-height: .84;
  letter-spacing: -.056em;
}
.hero-word--with { padding-left: .82em; }
.hero-word--confidence { padding-left: .18em; }
.hero__lede { max-width: 610px; font-size:18.5px; line-height: 1.62; }
.hero__doctor-info { margin: 20px 0; padding: 14px 0; }
.hero__actions .btn { min-height: 48px; }
.hero__visual { min-height: 520px; }
.hero__frame { width: min(550px, 100%); height: 520px; border-radius: 38% 38% 24px 24px; }
.hero__doctor { max-height: 500px; }
.hero__floating-card--rating { left: 18px; bottom: 24px; }
.hero__floating-card--countries { right: 18px; top: 210px; }
.hero__bottom { width: min(1320px, 100%); }
.hero__trust { padding: 10px 18px; gap: 14px; }
.hero__trust strong { font-size:15px; }

/* Large scroll statements: shorter journey and calmer scale. */
.statement-scene { min-height: 165vh; }
.statement-sticky { padding-inline: max(30px, 6vw); }
.statement-stage { width: min(1180px, 100%); }
.statement-piece { font-size:clamp(33px,3.17vw,47px); line-height: .93; }

/* Feature image section: no longer fills an oversized full screen. */
.parallax-life {
  min-height: 150vh;
  padding: 92px max(24px, 4vw);
  background: #151714;
}
.parallax-life__sticky {
  top: 92px;
  width: min(1400px, 100%);
  height: min(76vh, 720px);
  min-height: 520px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 28px 78px rgba(0,0,0,.24);
}
.parallax-life__image {
  inset: -5%;
  width: 110%;
  height: 110%;
  object-position: 48% 52%;
}
.parallax-life__copy { width: min(1180px, calc(100% - 88px)); }
.parallax-life__copy small { font-size:15px; margin-bottom: 12px; }
.parallax-life__word-stage { min-height: 112px; }
.parallax-life__word-stage span {
  font-size:clamp(45px,4.89vw,69px);
  line-height: .9;
  letter-spacing: -.055em;
}
.parallax-life__final { font-size:clamp(34px,3.44vw,49px); line-height: .95; }
.parallax-life__progress { left: 34px; right: 34px; bottom: 28px; }

/* Other scroll scenes remain cinematic, without excessive empty travel. */
.experience-scroll { min-height: 175vh; }
.doctor-scroll { min-height: 175vh; }
.experience-sticky,
.doctor-sticky { padding-top: 94px; }
.doctor-phrase { font-size:clamp(31px,2.89vw,43px); line-height: .95; }

/* Cards and content are readable without becoming oversized. */
.symptom-explorer,
.condition-track,
.resource-grid,
.patients__grid,
.location-split { width: min(var(--content-max), 100%); margin-inline: auto; }
.symptom-card { min-height: 350px; }
.symptom-card.active { flex: 1.45; }
.symptom-card__title { font-size:clamp(18px,1.38vw,21px); }
.symptom-detail__body p { font-size:18px; }
.condition-card { min-height: 420px; }
.condition-card h3 { font-size:clamp(19px,1.38vw,21px); }
.condition-card p { font-size:18px; }
.resource-grid { gap: 18px; }
.resource-card__media { height: 205px; }
.resource-card--feature .resource-card__media { height: 235px; }
.resource-card h3 { font-size:clamp(20px,1.38vw,22px); }
.location-split { min-height: 560px; }
.booking { padding-block: 92px; }

@media (max-width: 1180px) {
  .nav-shell,
  .site-header.is-compact .nav-shell {
    grid-template-columns: minmax(205px, 1fr) auto minmax(185px, 1fr);
  }
  .nav-links { gap: 13px; }
  .nav-links a { font-size:15px; }
  .nav-actions .btn { padding-inline: 14px; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .88fr); }
  .hero__title { font-size:clamp(47px,4.89vw,60px); }
  .hero__frame { height: 490px; }
  .hero__visual { min-height: 490px; }
}

@media (max-width: 980px) {
  .nav-shell,
  .site-header.is-compact .nav-shell { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .nav-actions { grid-column: 2; }
  .hero-scroll { min-height: auto; }
  .hero-sticky { position: relative; min-height: auto; padding-top: 106px; }
  .hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .hero__copy { max-width: 760px; }
  .hero__title { font-size:clamp(48px,7.23vw,62px); max-width: 800px; }
  .hero__visual { min-height: 510px; }
  .hero__frame { height: 510px; width: min(570px, 100%); }
  .hero__bottom { margin-top: 22px; }
  .hero__trust { width: 100%; justify-content: center; }
  .section-heading,
  .conditions__intro,
  .resources__heading,
  .locations__intro { grid-template-columns: 1fr; gap: 22px; }
  .parallax-life { min-height: 135vh; }
  .parallax-life__sticky { height: min(70vh, 660px); min-height: 500px; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .resource-card--feature { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --nav-h: 56px; }
  html { scroll-padding-top: 76px; }
  section[id] { scroll-margin-top: 76px; }
  .site-header { top: 9px; padding-inline: 9px; }
  .nav-shell,
  .site-header.is-compact .nav-shell {
    width: calc(100vw - 18px);
    min-height: 56px;
    padding: 6px 7px 6px 11px;
    grid-template-columns: 1fr auto;
  }
  .brand { gap: 8px; }
  .brand__mark,
  .site-header.is-compact .brand__mark { width: 28px; height: 34px; }
  .brand__text strong,
  .site-header.is-compact .brand__text strong { font-size:15px; }
  .brand__text small,
  .site-header.is-compact .brand__text small { font-size:13.5px; letter-spacing: .11em; }
  .nav-actions .btn { display: none; }
  .menu-btn { width: 42px; height: 42px; }
  .menu-drawer { padding: 88px 20px 26px; }
  .menu-drawer__inner { min-height: calc(100vh - 114px); }
  .menu-drawer__nav span { font-size:clamp(24px,6.89vw,30px); }
  .menu-book { font-size:18px; }

  .section { padding: 74px 20px; }
  h2,
  .section-heading h2,
  .conditions__intro h2,
  .experience__copy h2,
  .patients__heading h2,
  .locations__intro h2,
  .booking__copy h2,
  .resources__heading h2 { font-size:clamp(26px,7.17vw,30px); line-height: 1; }

  .hero-sticky { padding: 86px 20px 30px; }
  .hero__title {
    font-size:clamp(39px,10.13vw,43px);
    line-height: .89;
    margin-bottom: 16px;
  }
  .hero-word--with { padding-left: .45em; }
  .hero-word--confidence { padding-left: 0; }
  .hero__lede { font-size:18px; }
  .hero__doctor-info { grid-template-columns: 1fr; gap: 8px; margin: 18px 0; }
  .credentials { font-size:16px; }
  .hero__actions { gap: 16px; }
  .hero__actions .btn { width: 100%; min-height: 46px; }
  .hero__actions .text-link { width: 100%; justify-content: space-between; }
  .hero__visual { min-height: 440px; }
  .hero__frame { height: 440px; border-radius: 32% 32% 20px 20px; }
  .hero__doctor { max-height: 420px; }
  .hero__floating-card--rating { left: 10px; bottom: 12px; padding: 14px; }
  .hero__floating-card--countries { right: 9px; top: 208px; padding: 12px 14px; }
  .hero__floating-card--countries strong { font-size:21px; }
  .hero__bottom { display: block; }
  .scroll-cue { display: none; }
  .hero__trust { margin-top: 16px; overflow-x: auto; justify-content: flex-start; border-radius: 18px; }
  .hero__trust span { min-width: max-content; }

  .statement-scene { min-height: 132vh; }
  .statement-sticky { min-height: 78vh; padding: 92px 20px 40px; }
  .statement-piece { font-size:clamp(26px,7.23vw,32px); line-height: .98; }

  .parallax-life {
    min-height: 112vh;
    padding: 82px 14px 36px;
  }
  .parallax-life__sticky {
    position: sticky;
    top: 76px;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    border-radius: 22px;
  }
  .parallax-life__image { object-position: 52% center; }
  .parallax-life__copy { width: calc(100% - 34px); }
  .parallax-life__copy small { font-size:14px; letter-spacing: .14em; }
  .parallax-life__word-stage { min-height: 82px; }
  .parallax-life__word-stage span { font-size:clamp(37px,11.02vw,43px); line-height: .94; }
  .parallax-life__final { font-size:clamp(26px,7.44vw,30px); }
  .parallax-life__progress { left: 18px; right: 18px; bottom: 22px; }

  .experience-scroll,
  .doctor-scroll { min-height: 145vh; }
  .experience-sticky,
  .doctor-sticky { min-height: 86vh; padding-top: 82px; }
  .doctor-phrase { font-size:clamp(26px,6.89vw,30px); }

  .symptom-cards { gap: 12px; padding-bottom: 8px; }
  .symptom-card { min-width: 220px; min-height: 310px; }
  .symptom-card.active { min-width: 270px; }
  .symptom-detail__body { grid-template-columns: 1fr; }
  .condition-track { gap: 12px; }
  .condition-card { min-width: 245px; min-height: 370px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card--feature { grid-column: auto; }
  .resource-card__media,
  .resource-card--feature .resource-card__media { height: 200px; }
  .location-split { min-height: 620px; }
  .booking { padding-block: 76px; }
}

@media (max-width: 380px) {
  .brand__text small { display: none !important; }
  .hero__title { font-size: 49px; }
  .hero__floating-card--countries { transform: scale(.92); transform-origin: right center; }
}

/* Final overflow guard for animated off-canvas elements. */
html, body { max-width: 100%; overflow-x: clip; }

/* =========================================================
   V10 — proportion, spacing and responsive rhythm fixes
   ========================================================= */

/* Hero: bring copy and portrait into one cohesive composition. */
.hero__grid {
  width: min(1180px, 100%);
  grid-template-columns: minmax(0, .96fr) minmax(430px, .88fr);
  gap: clamp(16px, 2.2vw, 30px);
}
.hero__copy { max-width: 650px; }
.hero__visual { justify-self: end; width: 100%; }
.hero__frame { width: min(520px, 100%); }
.hero__bottom { width: min(1180px, 100%); }

/* Philosophy: preserve editorial impact while restoring real word spacing. */
.statement-scene { min-height: 140vh; }
.statement-stage {
  width: min(1120px, 100%);
  height: auto;
  gap: clamp(42px, 6vh, 72px);
}
.statement-line {
  column-gap: .30em;
  row-gap: .12em;
}
.statement-line--one { max-width: 820px; }
.statement-line--two {
  width: min(820px, 76%);
  margin-left: auto;
  justify-content: flex-start;
}
.statement-piece {
  font-size:clamp(32px,2.86vw,43px);
  line-height: .98;
  letter-spacing: -.035em;
}

/* Lifestyle image: light page around a compact dark visual card. */
.parallax-life {
  min-height: 120vh;
  padding: 100px max(24px, 4vw) 70px;
  background: var(--paper);
}
.parallax-life__sticky {
  top: 94px;
  height: min(64vh, 620px);
  min-height: 470px;
  border-radius: 28px;
  background: #151714;
}
.parallax-life__copy { width: min(1080px, calc(100% - 72px)); }
.parallax-life__word-stage { min-height: 92px; }
.parallax-life__word-stage span { font-size:clamp(40px,4.34vw,59px); }
.parallax-life__final { font-size:clamp(31px,3.1vw,43px); }

/* Experience: narrower stage card, clearer relationship with the copy. */
.experience-scroll { min-height: 150vh; }
.experience-sticky {
  width: min(1180px, 100%);
  margin-inline: auto;
  padding: 106px 28px 44px;
  grid-template-columns: minmax(330px, .92fr) minmax(500px, 590px);
  gap: clamp(34px, 5vw, 72px);
}
.experience__stage {
  width: 100%;
  min-height: 430px;
  padding: 28px 30px 25px;
  justify-self: end;
  border-radius: 28px;
}
.experience__focus { min-height: 190px; max-width: 68%; }
.experience__number-wrap { min-height: 106px; }
.experience__number { font-size:clamp(67px,6.2vw,75px); }
.experience__copy h2 { font-size:clamp(30px,2.48vw,37px); line-height: 1; }
.experience__copy p { max-width: 480px; }
.experience__visual-token.is-doctor { width: 190px; height: 220px; }

/* Doctor profile: fit all content in view and prevent clipped lower cards. */
.doctor-scroll { min-height: 150vh; }
.doctor-sticky {
  grid-template-columns: .92fr 1.08fr;
  min-height: 100vh;
}
.doctor-story__visual { min-width: 0; }
.doctor-story__image {
  width: min(500px, 82%);
  max-height: calc(100vh - 112px);
  object-fit: contain;
}
.doctor-story__copy {
  padding: 100px max(36px, 5vw) 30px;
  justify-content: center;
  overflow: visible;
}
.doctor-phrase {
  margin: 12px 0 14px;
  font-size:clamp(31px,2.76vw,40px);
  line-height: .98;
}
.doctor-story__copy p { font-size:18px; line-height:1.62; }
.credential-stack { margin-top: 14px; }
.credential-stack > div { padding: 10px 0; }
.doctor-principles { margin-top: 12px; gap: 8px; }
.doctor-principles span { min-height: 58px; padding: 12px 10px; }
.doctor-story__progress { margin-top: 14px; }

/* Patient stories: align heading, quote and rating card to one consistent grid. */
.patients { padding-block: 78px 82px; }
.patients__heading {
  width: min(1120px, 100%);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
  gap: 56px;
  align-items: end;
  margin-bottom: 28px;
}
.patients__intro-copy { max-width: 410px; margin: 0; }
.review-shell {
  width: min(1120px, 100%);
  grid-template-columns: minmax(0, 1fr) 238px;
  gap: 16px;
  align-items: stretch;
}
.review-card,
.review-rating-card { min-height: 300px; border-radius: 24px; }
.review-card { padding: 30px 34px; }
.review-card blockquote {
  max-width: 780px;
  font-size:clamp(19px,1.68vw,25px);
  line-height:1.62;
}
.review-rating-card { padding: 24px; }
.review-controls { width: min(1120px, 100%); }

@media (max-width: 1100px) {
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .86fr); gap: 18px; }
  .experience-sticky { grid-template-columns: minmax(300px, .9fr) minmax(470px, 560px); gap: 34px; }
  .doctor-story__copy { padding-inline: 34px; }
  .doctor-principles { grid-template-columns: 1fr 1fr 1fr; }
}

@media (max-width: 980px) {
  .hero__grid { width: min(760px, 100%); gap: 14px; }
  .hero__visual { justify-self: center; margin-top: 0; }
  .statement-line--two { width: 88%; }
  .experience-sticky {
    width: min(760px, 100%);
    grid-template-columns: 1fr;
    gap: 28px;
    align-content: center;
  }
  .experience__stage { max-width: 620px; justify-self: center; }
  .doctor-sticky { grid-template-columns: .88fr 1.12fr; }
  .patients__heading { grid-template-columns: 1fr; gap: 16px; }
  .patients__intro-copy { max-width: 620px; }
}

@media (max-width: 760px) {
  /* Mobile hero: remove the empty strip between CTAs and portrait. */
  .hero-sticky { padding-bottom: 22px; }
  .hero__grid { gap: 8px; }
  .hero__actions { margin-bottom: 4px; }
  .hero__visual { margin-top: 0; min-height: 400px; }
  .hero__frame { height: 400px; }
  .hero__doctor { max-height: 386px; }

  /* Mobile philosophy: readable static editorial block, no giant empty scroll. */
  .statement-scene { min-height: auto; }
  .statement-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 104px 20px 74px;
    overflow: visible;
  }
  .statement-caption { top: 72px; left: 20px; }
  .statement-stage { height: auto; gap: 38px; }
  .statement-line--one,
  .statement-line--two { width: 100%; max-width: none; margin-left: 0; }
  .statement-piece {
    font-size:clamp(26px,7.03vw,30px);
    line-height:1.62;
    letter-spacing: -.025em;
    white-space: normal;
  }
  .statement-progress { display: none; }

  .parallax-life {
    min-height: 100vh;
    padding: 82px 14px 42px;
  }
  .parallax-life__sticky {
    top: 76px;
    height: 62vh;
    min-height: 440px;
  }

  .experience-scroll { min-height: auto; }
  .experience-sticky {
    position: relative;
    min-height: 0;
    height: auto;
    padding: 90px 20px 70px;
  }
  .experience__stage { min-height: 390px; }
  .experience__focus { max-width: 100%; }

  /* Mobile doctor section: natural stacking, no hidden text or cards. */
  .doctor-scroll { min-height: auto; }
  .doctor-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    overflow: visible;
    padding-top: 76px;
  }
  .doctor-story__visual { min-height: 410px; }
  .doctor-story__image { width: min(360px, 84%); max-height: 390px; }
  .doctor-story__copy {
    padding: 34px 20px 64px;
    overflow: visible;
  }
  .doctor-phrase { font-size:clamp(26px,6.89vw,30px); }
  .credential-stack > div { grid-template-columns: 1fr; gap: 4px; }
  .doctor-principles { grid-template-columns: 1fr; }
  .doctor-principles span { min-height: 0; }

  .patients__heading,
  .review-shell,
  .review-controls { width: 100%; }
  .patients__heading { gap: 14px; margin-bottom: 20px; }
  .review-shell { grid-template-columns: 1fr; }
  .review-card { min-height: 280px; padding: 26px 24px; }
  .review-card blockquote { font-size:23px; line-height:1.62; }
  .review-rating-card { display: none; }
}

/* =========================================================
   V11 TARGETED POLISH — clean flags, tighter locations,
   clearer booking introduction. No structural redesign.
   ========================================================= */

/* Experience location slide: show two proper, separate flags. */
.experience__flags-pair {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.experience__flags-pair img {
  width: 112px !important;
  height: 72px !important;
  object-fit: cover !important;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.18);
}
.experience__flags-pair span {
  color: var(--gold);
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
.experience__visual-token.is-flags {
  width: 290px;
  height: 112px;
  right: 18px;
  top: 102px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.experience__visual-token.is-flags > #experienceVisualImage { display: none; }
.experience__visual-token.is-flags .experience__flags-pair { display: flex; }

/* Use exact SVG flags in the location cards. */
.location-flag-badge {
  width: 72px;
  height: 50px;
  padding: 6px;
  border-radius: 15px;
  top: 20px;
  right: 20px;
  transform: none;
}
.location-flag-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
  box-shadow: inset 0 0 0 1px rgba(15,18,16,.10);
}
.location-panel:hover .location-flag-badge,
.location-panel.active .location-flag-badge {
  transform: translateY(-2px);
}

/* Locations: slightly more compact so the whole section does not dominate. */
.locations {
  padding-block: 58px 64px;
}
.locations__intro {
  width: min(1160px, 100%);
  margin-bottom: 20px;
  gap: 36px;
}
.locations__intro h2 {
  font-size:clamp(30px,2.76vw,41px);
  line-height: .95;
}
.locations__intro p {
  font-size:18px;
  line-height:1.62;
  max-width: 360px;
}
.location-split {
  width: min(1160px, 100%);
  min-height: 360px;
  gap: 12px;
}
.location-panel__content {
  padding: 23px 25px;
}
.location-panel h3 {
  font-size:clamp(25px,2.0vw,30px);
  line-height: .94;
  margin: 8px 0 9px;
}
.location-panel p {
  font-size:18px;
  line-height:1.62;
}
.location-panel__actions {
  margin-top: 9px;
}
.location-panel__actions > a,
.location-map-btn {
  min-height: 35px;
  padding-inline: 12px;
  font-size:15px;
}

/* Booking: make the introductory cue visible and lift the dark panel. */
.booking__panel {
  border: 1px solid rgba(194,160,108,.22);
  background:
    radial-gradient(circle at 8% 10%, rgba(194,160,108,.10), transparent 28%),
    linear-gradient(145deg, #111a14 0%, #0d1510 100%);
}
.booking__copy .eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 7px 11px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #151a15;
  background: var(--gold);
  font-size:15px;
  font-weight: 900;
  letter-spacing: .14em;
  opacity: 1;
  box-shadow: 0 8px 22px rgba(194,160,108,.18);
}
.booking__copy h2 {
  margin-top: 0;
}
.booking__copy p {
  color: #c7cdc3;
}

@media (max-width: 980px) {
  .experience__visual-token.is-flags {
    width: 220px;
    height: 92px;
    right: 12px;
    top: 90px;
  }
  .experience__flags-pair { gap: 9px; }
  .experience__flags-pair img {
    width: 82px !important;
    height: 54px !important;
    border-radius: 9px;
  }
  .experience__flags-pair span { font-size: 27px; }
  .location-split { min-height: 330px; }
}

@media (max-width: 760px) {
  .locations { padding-block: 48px 52px; }
  .locations__intro { gap: 18px; margin-bottom: 17px; }
  .locations__intro h2 { font-size:clamp(28px,7.58vw,34px); }
  .location-split { min-height: 0; }
  .location-panel,
  .location-panel.active { min-height: 270px; }
  .location-panel__content { padding: 21px; }
  .location-panel h3 { font-size: 34px; }
  .location-flag-badge {
    width: 64px;
    height: 44px;
    top: 16px;
    right: 16px;
  }
  .booking__copy .eyebrow {
    margin-bottom: 13px;
    font-size:14.5px;
  }
}
.experience__number { white-space: nowrap; }
@media (max-width: 760px) {
  .experience__number { white-space: normal; }
}
/* Keep the separate country flags clear of the large location heading. */
.experience__visual-token.is-flags {
  width: 220px;
  height: 64px;
  right: 20px;
  top: 48px;
}
.experience__flags-pair { gap: 8px; }
.experience__flags-pair img {
  width: 78px !important;
  height: 48px !important;
  border-radius: 9px;
}
.experience__flags-pair span { font-size: 25px; }
@media (max-width: 980px) {
  .experience__visual-token.is-flags {
    width: 180px;
    height: 54px;
    right: 14px;
    top: 50px;
  }
  .experience__flags-pair img {
    width: 64px !important;
    height: 40px !important;
  }
  .experience__flags-pair span { font-size:22px; }
}


/* =========================================================
   V12 — mobile flow, true one-column responsiveness,
   and stronger desktop navigation legibility.
   ========================================================= */

/* Desktop navigation: slightly stronger without becoming heavy. */
.nav-links a {
  color: #242922;
  font-size:17px;
  font-weight: 700;
  letter-spacing: .003em;
  text-rendering: optimizeLegibility;
}
.site-header.is-compact .nav-links a { font-weight: 700; }

/* Supporting copy is used only where the mobile story needs continuity. */
.statement-mobile-copy,
.parallax-life__mobile-copy { display: none; }

@media (max-width: 1180px) {
  .nav-links a { font-size:16px; }
}

@media (max-width: 760px) {
  /* Global mobile rhythm and overflow protection. */
  body { line-height:1.62; }
  main, main > section, .section { width: 100%; min-width: 0; }
  .section { padding-inline: 20px; }
  .section-heading,
  .conditions__intro,
  .resources__heading,
  .patients__heading,
  .locations__intro {
    display: block;
    width: 100%;
  }
  .section-heading p,
  .conditions__intro p,
  .resources__heading p,
  .patients__intro-copy,
  .locations__intro p {
    max-width: none;
    margin-top: 18px;
    font-size:18px;
    line-height: 1.65;
  }

  /* Hero: force a genuine single-column layout. */
  .hero-scroll { min-height: auto !important; }
  .hero-sticky {
    position: relative !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
    padding: 86px 20px 48px !important;
    justify-content: flex-start;
  }
  .hero__grid {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 560px !important;
    margin-inline: auto !important;
    gap: 24px !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .hero__copy,
  .hero__lede,
  .hero__doctor-info,
  .hero__actions,
  .hero__visual,
  .hero__frame {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  .hero__copy { padding: 0 !important; }
  .hero__title {
    width: 100%;
    font-size:clamp(38px,9.36vw,42px) !important;
    line-height: .91 !important;
    letter-spacing: -.048em !important;
    margin: 12px 0 18px !important;
  }
  .hero-word--with { padding-left: .55em !important; }
  .hero-word--confidence { padding-left: 0 !important; }
  .hero__lede {
    font-size:18.5px !important;
    line-height: 1.65 !important;
  }
  .hero__doctor-info {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin: 20px 0 !important;
    padding: 15px 0 !important;
  }
  .hero__doctor-info strong { font-size:18px; }
  .hero__doctor-info span,
  .hero__doctor-info .credentials { font-size:16.5px; line-height:1.62; }
  .hero__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 13px !important;
    margin: 0 !important;
  }
  .hero__actions .btn,
  .hero__actions .text-link { width: 100% !important; }
  .hero__visual {
    min-height: 410px !important;
    margin: 0 !important;
    justify-self: auto !important;
    transform: none !important;
  }
  .hero__frame {
    height: 410px !important;
    border-radius: 30% 30% 22px 22px !important;
  }
  .hero__doctor {
    width: min(390px, 92%) !important;
    max-height: 395px !important;
    transform: translateX(-50%) !important;
  }
  .hero__halo { transform: translateX(-50%) !important; }
  .hero__orbit--one { transform: rotate(-12deg) !important; }
  .hero__orbit--two { transform: rotate(11deg) !important; }
  .hero__floating-card--rating { left: 10px; bottom: 12px; max-width: 190px; }
  .hero__floating-card--countries { right: 10px; top: 180px; }
  .hero__bottom { display: none !important; }

  /* Symptoms: one clear card at a time, with a visible next-card cue. */
  .symptoms.section { padding-top: 72px; padding-bottom: 72px; }
  .symptom-explorer { gap: 14px; }
  .symptom-cards {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 1fr);
    gap: 12px !important;
    min-height: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    padding: 0 0 10px !important;
    margin: 0 !important;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
  .symptom-card,
  .symptom-card.active {
    width: auto !important;
    min-width: 0 !important;
    min-height: 320px !important;
    flex: none !important;
    scroll-snap-align: start;
  }
  .symptom-detail {
    margin-top: 2px;
    padding: 22px 20px 24px;
    border-radius: 22px;
  }
  .symptom-detail__body { gap: 22px !important; padding-top: 20px; }
  .symptom-detail__primary h3 { font-size:clamp(22px,5.99vw,26px); line-height: .98; }
  .symptom-detail__columns { gap: 18px !important; }

  /* Philosophy: static editorial flow on mobile rather than a rushed scroll animation. */
  .statement-scene { min-height: auto !important; }
  .statement-sticky {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 92px 20px 72px !important;
  }
  .statement-caption { position: static !important; margin-bottom: 18px; }
  .statement-stage {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    height: auto !important;
    gap: 26px !important;
  }
  .statement-line,
  .statement-line--one,
  .statement-line--two {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    gap: 2px !important;
  }
  .statement-piece {
    width: auto;
    font-size:clamp(26px,6.54vw,29px) !important;
    line-height:1.62 !important;
    letter-spacing: -.03em !important;
    white-space: normal !important;
  }
  .statement-mobile-copy {
    display: block;
    max-width: 33rem;
    margin: 0;
    padding: 18px 0 20px;
    border-block: 1px solid var(--line);
    color: #5b625a;
    font-size:18px;
    line-height: 1.68;
  }
  .statement-progress { display: none !important; }

  /* Conditions: provide breathing room after the philosophy. */
  .conditions { padding-top: 72px; }
  .condition-track {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(84%, 1fr);
    min-height: 0 !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px !important;
  }
  .condition-card,
  .condition-card.active {
    min-width: 0 !important;
    min-height: 380px !important;
    flex: none !important;
    scroll-snap-align: start;
  }

  /* Lifestyle image: a complete static story card, with no empty scroll tail. */
  .parallax-life {
    min-height: auto !important;
    height: auto !important;
    padding: 72px 14px 72px !important;
    background: var(--paper) !important;
  }
  .parallax-life__sticky {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 500px !important;
    border-radius: 24px !important;
    overflow: hidden;
  }
  .parallax-life__image {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    object-position: 54% center !important;
  }
  .parallax-life__copy {
    width: calc(100% - 40px) !important;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 34px 0 44px;
  }
  .parallax-life__word-stage { display: none !important; }
  .parallax-life__final {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
    max-width: 360px;
    margin: 0 0 18px;
    font-size:clamp(28px,7.37vw,32px) !important;
    line-height: .98 !important;
  }
  .parallax-life__mobile-copy {
    display: block;
    max-width: 320px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size:18px;
    line-height: 1.62;
  }
  .parallax-life__progress { display: none !important; }

  /* Remaining homepage sections: natural document flow and full-width cards. */
  .experience-scroll,
  .doctor-scroll { min-height: auto !important; }
  .experience-sticky,
  .doctor-sticky {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  .experience-sticky {
    display: flex !important;
    flex-direction: column;
    gap: 26px !important;
    padding: 82px 20px 72px !important;
  }
  .experience__copy,
  .experience__stage { width: 100%; max-width: none; }
  .experience__stage { min-height: 410px; padding: 24px 22px; }
  .experience__visual-token { max-width: 42%; }

  .doctor-sticky {
    display: flex !important;
    flex-direction: column;
    padding-top: 76px !important;
  }
  .doctor-story__visual { width: 100%; min-height: 400px; }
  .doctor-story__copy { width: 100%; padding: 34px 20px 68px !important; }
  .doctor-story__image { width: min(350px, 84%) !important; max-height: 380px !important; }
  .doctor-principles { grid-template-columns: 1fr !important; }

  .patients { padding: 72px 20px; }
  .review-shell { display: block; }
  .review-card { width: 100%; min-height: 0; }
  .review-controls { margin-top: 14px; }

  .locations { padding: 64px 20px !important; }
  .location-split { display: flex; flex-direction: column; gap: 14px; }
  .location-panel,
  .location-panel.active { width: 100%; min-height: 300px; }

  .booking { padding: 72px 20px !important; }
  .booking__panel { width: 100%; padding: 28px 22px !important; }

  .site-footer { padding: 58px 20px 22px; }
  .site-footer__inner { grid-template-columns: 1fr !important; gap: 34px; }
}

@media (max-width: 390px) {
  .hero__title { font-size: 48px !important; }
  .hero__frame { height: 390px !important; }
  .hero__visual { min-height: 390px !important; }
  .hero__floating-card--rating { transform: scale(.92) !important; transform-origin: left bottom; }
  .hero__floating-card--countries { transform: scale(.9) !important; transform-origin: right center; }
  .symptom-cards { grid-auto-columns: 88%; }
  .condition-track { grid-auto-columns: 88%; }
}


/* =========================================================
   V13 — dedicated mobile motion system and tighter touch flow
   ========================================================= */
.mobile-swipe-hint,
.mobile-book-bar { display: none; }

/* Desktop navigation: stronger visibility, still refined. */
@media (min-width: 981px) {
  .nav-links a {
    color: #171c17;
    font-size:17px;
    font-weight: 800;
    letter-spacing: .006em;
  }
  .nav-links a::after { height: 1.5px; }
}

@media (max-width: 760px) {
  /* Mobile navigation remains light and stable above animated sections. */
  .site-header { z-index: 80; }
  .nav-shell { box-shadow: 0 10px 30px rgba(30, 33, 27, .07); }

  /* Small touch affordance, without adding visual clutter. */
  .mobile-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -2px 0 8px;
    color: #6b7069;
    font-size:15px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .mobile-swipe-hint b {
    color: var(--gold);
    font-size:19px;
    animation: mobileHint 1.8s ease-in-out infinite;
  }
  .mobile-swipe-hint--conditions { margin-top: 18px; }
  @keyframes mobileHint {
    0%, 100% { transform: translateX(0); opacity: .55; }
    50% { transform: translateX(5px); opacity: 1; }
  }

  /* Hero: entrance motion plus subtle depth while scrolling. */
  .hero__eyebrow,
  .hero-word,
  .hero__lede,
  .hero__doctor-info,
  .hero__actions,
  .hero__visual { will-change: transform, opacity; }
  .hero__grid { gap: 14px !important; }
  .hero__actions { margin-bottom: 4px !important; }
  .hero__visual { margin-top: 0 !important; }

  /* Symptoms: the selected photo and its explanation read as one component. */
  .symptom-explorer { gap: 6px !important; }
  .symptom-cards {
    padding-bottom: 2px !important;
    margin-bottom: 0 !important;
    scroll-behavior: smooth;
  }
  .symptom-card,
  .symptom-card.active {
    min-height: 306px !important;
    transition: transform .42s var(--ease), opacity .42s ease, background .35s ease, color .35s ease !important;
  }
  .symptom-card:not(.active) { transform: scale(.965); opacity: .74; }
  .symptom-card.active { transform: scale(1); opacity: 1; }
  .symptom-detail {
    margin-top: 0 !important;
    transform-origin: top center;
  }
  .symptom-detail__body { padding-top: 17px !important; }
  .symptom-detail__primary h3 { margin-bottom: 9px; }

  /* Editorial statement keeps the desktop joining effect on touch screens. */
  .statement-scene {
    min-height: 178svh !important;
    background: var(--paper);
  }
  .statement-sticky {
    position: sticky !important;
    top: 68px !important;
    height: calc(100svh - 68px) !important;
    min-height: 590px !important;
    overflow: hidden !important;
    padding: 54px 20px 44px !important;
    align-content: center;
  }
  .statement-caption {
    position: absolute !important;
    top: 38px !important;
    left: 20px !important;
    margin: 0 !important;
  }
  .statement-stage {
    justify-content: center;
    gap: 22px !important;
  }
  .statement-line,
  .statement-line--one,
  .statement-line--two { gap: 3px !important; }
  .statement-piece {
    opacity: 0;
    transform: translateY(26px);
    will-change: transform, opacity;
  }
  .statement-mobile-copy {
    margin: 2px 0 1px !important;
    padding: 15px 0 !important;
    opacity: 0;
    transform: translateY(14px);
    will-change: transform, opacity;
  }
  .statement-progress {
    display: block !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 24px !important;
  }

  /* Lifestyle card: the same word-by-word sequence as desktop. */
  .parallax-life {
    min-height: 182svh !important;
    height: auto !important;
    padding: 64px 14px 64px !important;
    background: var(--paper) !important;
  }
  .parallax-life__sticky {
    position: sticky !important;
    top: 72px !important;
    height: calc(100svh - 94px) !important;
    min-height: 510px !important;
  }
  .parallax-life__copy { min-height: 100% !important; }
  .parallax-life__word-stage {
    display: flex !important;
    min-height: 94px !important;
    align-items: center;
  }
  .parallax-life__word-stage span {
    display: block !important;
    font-size:clamp(40px,11.02vw,46px) !important;
  }
  .parallax-life__final {
    display: none !important;
    opacity: 0 !important;
    transform: translateY(20px) !important;
  }
  .parallax-life__final.is-visible {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .parallax-life__mobile-copy {
    display: block !important;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .5s ease, transform .5s var(--ease);
  }
  .parallax-life__mobile-copy.is-visible { opacity: 1; transform: none; }
  .parallax-life__progress {
    display: block !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 20px !important;
  }

  /* Experience remains readable, but the changing card still feels alive. */
  .experience-sticky { gap: 16px !important; }
  .experience__copy { padding-bottom: 2px; }
  .experience__stage {
    min-height: 390px !important;
    transition: transform .45s var(--ease), box-shadow .45s ease;
  }
  .experience__stage.mobile-inview {
    transform: translateY(0);
    box-shadow: 0 24px 55px rgba(15, 28, 20, .18);
  }
  .experience__metrics {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 42%;
    gap: 9px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 5px;
  }
  .metric { scroll-snap-align: start; min-width: 0; }

  /* Doctor story enters in two intentional beats. */
  .doctor-story__visual,
  .doctor-story__copy { will-change: transform, opacity; }
  .credential-stack > div,
  .doctor-principles > span { transition: transform .5s var(--ease), opacity .5s ease; }

  /* Reviews become swipeable and aligned. */
  .review-shell { position: relative; overflow: hidden; }
  .review-card { transition: opacity .42s ease, transform .42s var(--ease); }
  .review-card:not(.active) { transform: translateX(24px); }
  .review-rating-card { margin-top: 12px; }

  /* Tap a location to expand it. */
  .location-panel,
  .location-panel.active {
    min-height: 210px !important;
    transition: min-height .48s var(--ease), transform .4s var(--ease), opacity .4s ease;
  }
  .location-panel:not(.active) { opacity: .82; }
  .location-panel.active { min-height: 315px !important; opacity: 1; }

  /* Persistent mobile conversion action, revealed after the hero. */
  .mobile-book-bar {
    position: fixed;
    z-index: 75;
    left: 12px;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    min-height: 50px;
    padding: 0 18px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #101610;
    color: #fff;
    box-shadow: 0 16px 38px rgba(12, 18, 13, .25);
    font-size:16.5px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(80px);
    pointer-events: none;
    transition: opacity .35s ease, transform .5s var(--ease);
  }
  .mobile-book-bar.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .mobile-book-bar b { color: var(--gold); font-size:20px; }

  /* Generic mobile entrance motion; JS applies this only when appropriate. */
  .mobile-motion-target { opacity: 0; transform: translateY(28px); }
  .mobile-motion-target.mobile-inview {
    opacity: 1;
    transform: none;
    transition: opacity .72s ease, transform .78s var(--ease);
  }
}

@media (max-width: 390px) {
  .statement-sticky { min-height: 560px !important; }
  .parallax-life__sticky { min-height: 480px !important; }
  .experience__metrics { grid-auto-columns: 48%; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-swipe-hint b { animation: none; }
  .mobile-motion-target,
  .statement-piece,
  .statement-mobile-copy,
  .parallax-life__mobile-copy { opacity: 1 !important; transform: none !important; }
}

/* =========================================================
   V14 — mobile layout hardening + responsive motion safety
   Keeps desktop design intact. Applies a dedicated touch layout
   to phones and compact tablets, including resized browser windows.
   ========================================================= */

@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  body { overflow-x: clip; }
  main, main > section, .section { width: 100%; max-width: 100%; min-width: 0; }
  img { max-width: 100%; }

  /* Compact mobile/tablet navigation. */
  .site-header { top: 8px !important; padding-inline: 9px !important; }
  .nav-shell,
  .site-header.is-compact .nav-shell {
    width: calc(100vw - 18px) !important;
    min-height: 56px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding: 6px 7px 6px 11px !important;
  }
  .brand__text,
  .nav-links,
  .nav-actions .btn { display: none !important; }
  .brand__mark,
  .site-header.is-compact .brand__mark { width: 31px !important; height: 37px !important; }
  .menu-btn { width: 42px !important; height: 42px !important; }

  /* Hero — always one column below 900px, even after live resizing. */
  .hero-scroll { min-height: auto !important; height: auto !important; }
  .hero-sticky {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 84px 18px 52px !important;
    justify-content: flex-start !important;
  }
  .hero__grid {
    display: flex !important;
    flex-direction: column !important;
    width: min(620px, 100%) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    gap: 18px !important;
    opacity: 1 !important;
  }
  .hero__copy,
  .hero__lede,
  .hero__doctor-info,
  .hero__actions,
  .hero__visual,
  .hero__frame { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
  .hero__copy { padding: 0 !important; }
  .hero__title {
    width: 100% !important;
    margin: 12px 0 17px !important;
    font-size:clamp(40px,8.54vw,46px) !important;
    line-height: .9 !important;
    letter-spacing: -.048em !important;
  }
  .hero-word { display: block !important; }
  .hero-word--with { padding-left: .52em !important; }
  .hero-word--confidence { padding-left: 0 !important; }
  .hero__lede { margin-bottom: 14px !important; font-size:18.5px !important; line-height: 1.62 !important; }
  .hero__doctor-info {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 18px 0 !important;
    padding: 14px 0 !important;
  }
  .hero__doctor-info strong { font-size:18px !important; }
  .hero__doctor-info span,
  .hero__doctor-info .credentials { font-size:16.5px !important; line-height:1.62 !important; }
  .hero__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin: 0 !important;
  }
  .hero__actions .btn,
  .hero__actions .text-link { width: 100% !important; }
  .hero__visual { min-height: 418px !important; margin: 2px 0 0 !important; transform: none; }
  .hero__frame { height: 418px !important; border-radius: 30% 30% 22px 22px !important; }
  .hero__doctor { width: min(400px, 91%) !important; max-height: 404px !important; }
  .hero__floating-card--rating { left: 10px !important; bottom: 12px !important; max-width: 190px !important; }
  .hero__floating-card--countries { right: 10px !important; top: 184px !important; }
  .hero__bottom { display: none !important; }

  /* Consistent mobile section rhythm. */
  .section { padding-inline: 18px !important; }
  .section-heading,
  .conditions__intro,
  .resources__heading,
  .patients__heading,
  .locations__intro { display: block !important; width: 100% !important; }
  .section-heading p,
  .conditions__intro p,
  .resources__heading p,
  .patients__intro-copy,
  .locations__intro p {
    max-width: none !important;
    margin-top: 15px !important;
    font-size:18px !important;
    line-height: 1.64 !important;
  }

  /* Symptoms — photo rail and explanation remain visually attached. */
  .symptoms.section { padding-top: 68px !important; padding-bottom: 72px !important; }
  .symptom-explorer { display: block !important; gap: 0 !important; }
  .mobile-swipe-hint { margin: 18px 0 8px !important; }
  .symptom-cards {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(82%, 1fr) !important;
    gap: 12px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 0 !important;
    overscroll-behavior-inline: contain;
  }
  .symptom-card,
  .symptom-card.active {
    width: auto !important;
    min-width: 0 !important;
    min-height: 306px !important;
    height: auto !important;
    flex: none !important;
    scroll-snap-align: start !important;
  }
  .symptom-detail {
    width: 100% !important;
    margin: 10px 0 0 !important;
    padding: 21px 19px 24px !important;
    border-radius: 22px !important;
  }
  .symptom-detail__body { gap: 20px !important; padding-top: 17px !important; }
  .symptom-detail__columns { gap: 17px !important; }
  .symptom-detail__primary h3 { font-size:clamp(22px,5.44vw,26px) !important; line-height: .98 !important; }

  /* Philosophy — deliberate sticky reveal without collisions. */
  .statement-scene {
    position: relative !important;
    min-height: 188svh !important;
    height: auto !important;
    overflow: visible !important;
    background: var(--paper) !important;
  }
  .statement-sticky {
    position: sticky !important;
    top: 64px !important;
    height: calc(100svh - 64px) !important;
    min-height: 600px !important;
    overflow: hidden !important;
    padding: 52px 18px 42px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: stretch !important;
  }
  .statement-caption { position: absolute !important; top: 28px !important; left: 18px !important; margin: 0 !important; }
  .statement-stage { display: flex !important; flex-direction: column !important; width: 100% !important; height: auto !important; gap: 27px !important; }
  .statement-line,
  .statement-line--one,
  .statement-line--two {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    gap: 3px !important;
  }
  .statement-piece {
    width: auto !important;
    max-width: 100% !important;
    font-size:clamp(27px,6.13vw,32px) !important;
    line-height:1.62 !important;
    letter-spacing: -.03em !important;
    white-space: normal !important;
  }
  .statement-mobile-copy {
    display: block !important;
    max-width: 35rem !important;
    margin: 0 !important;
    padding: 14px 0 !important;
    border-block: 1px solid var(--line) !important;
    color: #5b625a !important;
    font-size:18px !important;
    line-height: 1.62 !important;
  }
  .statement-progress { left: 18px !important; right: 18px !important; bottom: 18px !important; }

  /* Conditions — controlled horizontal rail. */
  .conditions { padding-top: 68px !important; padding-bottom: 72px !important; }
  .condition-track {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(84%, 1fr) !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 0 0 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
  }
  .condition-card,
  .condition-card.active {
    min-width: 0 !important;
    min-height: 380px !important;
    height: auto !important;
    flex: none !important;
    scroll-snap-align: start !important;
  }

  /* Lifestyle — mobile retains word-by-word scroll effect inside a bounded card. */
  .parallax-life {
    position: relative !important;
    min-height: 182svh !important;
    height: auto !important;
    padding: 58px 12px 64px !important;
    overflow: visible !important;
    background: var(--paper) !important;
  }
  .parallax-life__sticky {
    position: sticky !important;
    top: 70px !important;
    width: 100% !important;
    height: calc(100svh - 92px) !important;
    min-height: 500px !important;
    max-height: 760px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }
  .parallax-life__image { inset: -4% !important; width: 108% !important; height: 108% !important; object-position: 54% center !important; }
  .parallax-life__copy {
    width: calc(100% - 36px) !important;
    min-height: 100% !important;
    padding: 34px 0 42px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
  .parallax-life__word-stage { display: flex !important; min-height: 92px !important; align-items: center !important; }
  .parallax-life__word-stage span { display: block !important; font-size:clamp(40px,10.19vw,49px) !important; }
  .parallax-life__final { max-width: 390px !important; font-size:clamp(27px,6.34vw,30px) !important; line-height: .98 !important; }
  .parallax-life__mobile-copy { max-width: 330px !important; font-size:18px !important; line-height:1.62 !important; }
  .parallax-life__progress { left: 17px !important; right: 17px !important; bottom: 18px !important; }

  /* Experience — natural document flow; interactive state stays inside the card. */
  .experience-scroll { min-height: auto !important; height: auto !important; }
  .experience-sticky {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    padding: 76px 18px 70px !important;
  }
  .experience__copy,
  .experience__stage { width: 100% !important; max-width: none !important; }
  .experience__stage { min-height: 405px !important; padding: 23px 20px !important; overflow: hidden !important; }
  .experience__focus { max-width: 100% !important; min-height: 210px !important; padding-right: 0 !important; }
  .experience__visual-token { max-width: 42% !important; right: -12px !important; }
  .experience__metrics {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 43% !important;
    gap: 9px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    padding-bottom: 5px !important;
  }
  .metric { scroll-snap-align: start !important; min-width: 0 !important; }

  /* Doctor profile — no sticky crop or hidden lower cards. */
  .doctor-scroll { min-height: auto !important; height: auto !important; }
  .doctor-sticky {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 70px 0 0 !important;
  }
  .doctor-story__visual { width: 100% !important; min-height: 390px !important; overflow: hidden !important; }
  .doctor-story__image { width: min(350px, 84%) !important; max-height: 378px !important; }
  .doctor-story__copy { width: 100% !important; padding: 32px 18px 66px !important; overflow: visible !important; }
  .doctor-phrase { font-size:clamp(27px,6.34vw,31px) !important; line-height: .98 !important; }
  .credential-stack > div { grid-template-columns: 1fr !important; gap: 4px !important; }
  .doctor-principles { grid-template-columns: 1fr !important; }
  .doctor-principles span { min-height: 0 !important; }

  /* Remaining sections — predictable stacks with no absolute overlap. */
  .resources,
  .patients,
  .locations,
  .booking { padding: 68px 18px !important; }
  .resource-grid { grid-template-columns: 1fr !important; }
  .resource-card--feature { display: flex !important; grid-column: auto !important; }
  .review-shell { display: grid !important; grid-template-columns: 1fr !important; gap: 12px !important; overflow: hidden !important; }
  .review-card { grid-column: 1 !important; grid-row: 1 !important; width: 100% !important; min-height: 278px !important; padding: 25px 22px !important; }
  .review-card blockquote { font-size:22px !important; line-height:1.62 !important; }
  .review-rating-card { display: none !important; }
  .review-controls { width: 100% !important; margin-top: 13px !important; }
  .location-split { display: flex !important; flex-direction: column !important; min-height: 0 !important; gap: 13px !important; }
  .location-panel,
  .location-panel.active { width: 100% !important; min-height: 285px !important; flex: none !important; }
  .location-panel.active { min-height: 315px !important; }
  .booking__panel { width: 100% !important; padding: 27px 21px !important; }
  .site-footer { padding: 56px 18px 22px !important; }
  .site-footer__inner { grid-template-columns: 1fr !important; gap: 32px !important; }

  /* Motion targets may fade, but never own layout or positioning. */
  .mobile-motion-target { transform: translateY(22px); }
  .mobile-motion-target.mobile-inview { transform: none; }
}

@media (max-width: 480px) {
  .hero__title { font-size:clamp(37px,9.09vw,38px) !important; }
  .hero__visual { min-height: 398px !important; }
  .hero__frame { height: 398px !important; }
  .hero__doctor { max-height: 386px !important; }
  .symptom-cards { grid-auto-columns: 88% !important; }
  .condition-track { grid-auto-columns: 88% !important; }
  .statement-sticky { min-height: 570px !important; }
  .experience__metrics { grid-auto-columns: 49% !important; }
}

/* V14.1 — compact mobile experience metrics; prevents card overlap. */
@media (max-width: 900px) {
  .experience__stage {
    min-height: 440px !important;
    grid-template-rows: auto auto auto auto !important;
    align-content: start !important;
    row-gap: 12px !important;
  }
  .experience__focus { min-height: 176px !important; }
  .experience__number-wrap { min-height: 92px !important; }
  .experience__number { line-height: .9 !important; }
  .experience__meta { min-height: 0 !important; margin-top: 9px !important; }
  .experience__metrics {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    gap: 8px 10px !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  .metric {
    min-width: 0 !important;
    min-height: 58px !important;
    padding: 9px 7px 7px 0 !important;
    border-top: 1px solid rgba(255,255,255,.13) !important;
    transform: none !important;
  }
  .metric strong { font-size:20px !important; margin-bottom: 4px !important; white-space: nowrap !important; }
  .metric span { font-size:14px !important; line-height:1.62 !important; letter-spacing: .07em !important; }
  .metric.active { color: #f7f4ed !important; }
}

@media (max-width: 480px) {
  .experience__visual-token { opacity: .18 !important; }
}


/* =========================================================
   V15 — dedicated, paced mobile storytelling.
   Desktop remains unchanged; phone/tablet scenes get their own
   stable sticky timelines and touch-first layout.
   ========================================================= */
.mobile-doctor-details { display: none; }

@media (min-width: 981px) {
  .nav-links a {
    color: #111711 !important;
    font-size:17px !important;
    font-weight: 850 !important;
    letter-spacing: .008em !important;
  }
}

@media (max-width: 900px) {
  /* Pinned story scenes must not inherit generic entrance transforms. */
  .experience__copy,
  .experience__stage,
  .doctor-story__visual,
  .doctor-story__copy {
    opacity: 1 !important;
    transform: none !important;
  }

  /* The symptom photo rail and its explanation are one connected unit. */
  .symptom-explorer { gap: 4px !important; }
  .symptom-cards { padding-bottom: 0 !important; }
  .symptom-detail { margin-top: 4px !important; }

  /* Philosophy: no unrelated paragraph between the two statements. */
  .statement-scene {
    min-height: 250svh !important;
    height: auto !important;
    overflow: visible !important;
  }
  .statement-sticky {
    position: sticky !important;
    top: 64px !important;
    height: calc(100svh - 64px) !important;
    min-height: 0 !important;
    padding: 48px 18px 38px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .statement-caption { top: 24px !important; left: 18px !important; }
  .statement-stage {
    width: 100% !important;
    height: auto !important;
    gap: clamp(38px, 7svh, 68px) !important;
  }
  .statement-mobile-copy { display: none !important; }
  .statement-line,
  .statement-line--one,
  .statement-line--two { gap: 3px !important; }
  .statement-piece {
    font-size:clamp(26px,6.2vw,32px) !important;
    line-height:1.62 !important;
    opacity: 0;
    transform: translateY(32px) scale(.975);
  }
  .statement-progress { display: block !important; bottom: 16px !important; }

  /* Lifestyle: five deliberate beats followed by one final statement. */
  .parallax-life {
    min-height: 315svh !important;
    height: auto !important;
    padding: 54px 12px 60px !important;
    overflow: visible !important;
    background: var(--paper) !important;
  }
  .parallax-life__sticky {
    position: sticky !important;
    top: 68px !important;
    height: calc(100svh - 88px) !important;
    min-height: 500px !important;
    max-height: none !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }
  .parallax-life__copy { justify-content: center !important; }
  .parallax-life__word-stage { min-height: 104px !important; }
  .parallax-life__word-stage span {
    font-size:clamp(40px,10.68vw,49px) !important;
    line-height: .92 !important;
  }
  .parallax-life__final {
    max-width: 390px !important;
    font-size:clamp(27px,6.48vw,31px) !important;
    line-height: .98 !important;
  }

  /* Experience: the entire composition stays centred while four states
     advance slowly across a long, predictable scroll distance. */
  .experience-scroll {
    min-height: 365svh !important;
    height: auto !important;
    overflow: visible !important;
  }
  .experience-sticky {
    position: sticky !important;
    top: 64px !important;
    height: calc(100svh - 64px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 14px !important;
    padding: 22px 18px 18px !important;
  }
  .experience__copy { flex: 0 0 auto; padding: 0 !important; }
  .experience__copy .eyebrow { margin-bottom: 7px; }
  .experience__copy h2 {
    margin: 0 0 8px !important;
    font-size:clamp(24px,5.51vw,27px) !important;
    line-height: .98 !important;
  }
  .experience__copy p {
    margin: 0 0 9px !important;
    font-size:17px !important;
    line-height:1.62 !important;
  }
  .experience__copy .text-link { font-size:15px !important; }
  .experience__stage {
    flex: 0 1 auto;
    width: 100% !important;
    min-height: 0 !important;
    height: clamp(326px, 45svh, 390px) !important;
    padding: 20px 19px 17px !important;
    grid-template-rows: auto 1fr auto auto !important;
    row-gap: 9px !important;
    overflow: hidden !important;
  }
  .experience__focus {
    min-height: 0 !important;
    max-width: 72% !important;
    align-content: center !important;
  }
  .experience__number-wrap { min-height: 76px !important; }
  .experience__number {
    font-size:clamp(56px,13.78vw,72px) !important;
    line-height: .82 !important;
  }
  .experience__label { margin-top: 8px !important; font-size:15px !important; }
  .experience__meta { margin-top: 7px !important; font-size:16.5px !important; line-height:1.62 !important; }
  .experience__visual-token,
  .experience__visual-token.is-doctor,
  .experience__visual-token.is-doctify,
  .experience__visual-token.is-patient,
  .experience__visual-token.is-flags {
    right: 8px !important;
    top: 56px !important;
    width: 104px !important;
    height: 112px !important;
    opacity: .82 !important;
  }
  .experience__visual-token.is-flags { width: 130px !important; height: 76px !important; top: 70px !important; }
  .experience__timeline { margin: 0 0 3px !important; }
  .experience__metrics {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 5px 10px !important;
    overflow: visible !important;
  }
  .metric { min-height: 43px !important; padding: 7px 4px 4px 0 !important; }
  .metric strong { font-size:18.5px !important; margin-bottom: 2px !important; }
  .metric span { font-size:13.5px !important; line-height:1.62 !important; }

  /* Doctor story: portrait and message remain visible together. The
     qualifications continue immediately below in a separate clean block. */
  .doctor-scroll {
    min-height: 365svh !important;
    height: auto !important;
    overflow: visible !important;
  }
  .doctor-sticky {
    position: sticky !important;
    top: 64px !important;
    height: calc(100svh - 64px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-rows: minmax(250px, 44%) minmax(0, 56%) !important;
    padding: 0 !important;
  }
  .doctor-story__visual {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
  .doctor-story__image {
    width: min(315px, 76%) !important;
    height: auto !important;
    max-height: 96% !important;
    bottom: 0 !important;
  }
  .doctor-story__copy {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 19px 18px 26px !important;
  }
  .doctor-story__copy .eyebrow { margin-bottom: 8px; }
  .doctor-phrase {
    margin-bottom: 10px !important;
    font-size:clamp(24px,5.65vw,27px) !important;
    line-height: .97 !important;
  }
  .doctor-story__copy > p {
    margin: 0 !important;
    font-size:17px !important;
    line-height:1.62 !important;
  }
  .doctor-sticky .credential-stack,
  .doctor-sticky .doctor-principles { display: none !important; }
  .doctor-story__progress { margin-top: 15px !important; }

  .mobile-doctor-details {
    display: block;
    padding: 64px 18px 72px;
    background: #eee8dc;
  }
  .mobile-doctor-details__inner { max-width: 600px; margin: 0 auto; }
  .mobile-doctor-details h2 {
    margin: 8px 0 24px;
    font-size:clamp(26px,6.2vw,30px);
    line-height: .98;
  }
  .mobile-credential-list { border-top: 1px solid rgba(20,26,20,.14); }
  .mobile-credential-list > div {
    display: grid;
    grid-template-columns: minmax(140px, .8fr) 1.2fr;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(20,26,20,.14);
  }
  .mobile-credential-list strong { font-size:18px; }
  .mobile-credential-list span { color: var(--muted); font-size:17px; }
  .mobile-principle-list {
    display: grid;
    gap: 9px;
    margin-top: 18px;
  }
  .mobile-principle-list span {
    min-height: 52px;
    padding: 14px 15px;
    border: 1px solid rgba(20,26,20,.12);
    border-radius: 15px;
    background: rgba(255,255,255,.45);
    font-size:17px;
  }
  .mobile-principle-list b { margin-right: 10px; color: var(--gold); }
}

@media (max-width: 480px) {
  .statement-scene { min-height: 265svh !important; }
  .experience-scroll,
  .doctor-scroll { min-height: 390svh !important; }
  .experience-sticky { padding-inline: 16px !important; }
  .experience__stage { height: clamp(330px, 44svh, 370px) !important; }
  .doctor-sticky { grid-template-rows: minmax(240px, 43%) minmax(0, 57%) !important; }
  .doctor-story__image { width: min(300px, 80%) !important; }
}

@media (max-width: 900px) and (max-height: 700px) {
  .experience-scroll,
  .doctor-scroll { min-height: 420svh !important; }
  .experience-sticky { gap: 8px !important; padding-top: 12px !important; }
  .experience__copy p { display: none; }
  .experience__stage { height: 350px !important; }
  .doctor-sticky { grid-template-rows: 42% 58% !important; }
  .doctor-phrase { font-size:clamp(22px,5.17vw,24px) !important; }
}


/* V15.1 — compact location state inside the mobile experience card. */
@media (max-width: 900px) {
  .experience__number.is-location-number {
    display: block !important;
    width: max-content !important;
    max-width: 100% !important;
    font-size: 34px !important;
    line-height: .94 !important;
    letter-spacing: -.045em !important;
    white-space: nowrap !important;
  }
  .experience__number-wrap:has(.is-location-number) { min-height: 52px !important; }
  .experience__focus:has(.is-location-number) .experience__label { margin-top: 5px !important; }
  .experience__focus:has(.is-location-number) .experience__meta {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .experience__visual-token.is-flags {
    right: 12px !important;
    top: 66px !important;
    width: 116px !important;
    height: 64px !important;
  }
  .experience__flags-pair img {
    width: 46px !important;
    height: 30px !important;
  }
  .experience__flags-pair span { font-size:20px !important; }
}

/* =========================================================
   V16 — compact desktop scale + mobile hero scroll motion.
   Desktop-only reductions are scoped above 980px so the
   approved touch layout remains unchanged.
   ========================================================= */

@media (min-width: 981px) {
  /* Global desktop rhythm: less empty space, stronger content density. */
  .section { padding: 64px max(28px, 4vw); }
  .section-index { top: 76px; }
  h2 { font-size:clamp(30px,2.69vw,42px); line-height: .92; }

  /* Navigation remains clear without looking oversized. */
  .nav-shell {
    width: min(1320px, calc(100vw - 44px));
    min-height: 66px;
    padding: 7px 10px 7px 16px;
  }
  .site-header.is-compact .nav-shell { width: min(1100px, calc(100vw - 44px)); min-height: 58px; }
  .nav-links { gap: 24px; }
  .nav-links a { font-size:17px !important; font-weight: 800 !important; }
  .nav-actions .btn { min-height: 46px; padding-inline: 19px; }
  .menu-btn { width: 46px; height: 46px; }

  /* Hero: keep the scroll story but fit the composition more elegantly. */
  .hero-scroll { min-height: 148vh; }
  .hero-sticky { padding: 96px max(28px, 4vw) 22px; }
  .hero__grid { width: min(1260px, 100%); grid-template-columns: .96fr 1.04fr; gap: 24px; }
  .hero__copy { padding-left: 1.5vw; }
  .hero__title {
    font-size:clamp(45px,4.27vw,66px);
    line-height: .82;
    margin: 10px 0 14px;
  }
  .hero__lede { max-width: 540px; font-size:18.5px; line-height:1.62; }
  .hero__doctor-info { max-width: 590px; margin: 18px 0; padding: 13px 0; }
  .hero__actions { gap: 20px; }
  .hero__visual { min-height: 500px; }
  .hero__frame { width: min(530px, 100%); height: 500px; border-radius: 39% 39% 22px 22px; }
  .hero__doctor { width: 500px; max-height: 485px; }
  .hero__halo { width: 392px; top: 30px; }
  .hero__orbit--one { width: 470px; top: 102px; }
  .hero__orbit--two { width: 500px; top: 215px; }
  .hero__floating-card { padding: 12px 14px; }
  .hero__floating-card strong { font-size: 24px; }
  .hero__floating-card--countries { top: 205px; }
  .hero__bottom { width: min(1260px, 100%); margin-top: 12px; }

  /* Symptoms and conditions: retain interaction, reduce oversized cards. */
  .symptoms { padding-bottom: 64px; }
  .section-heading { width: min(1160px, 100%); margin-bottom: 24px; gap: 34px; }
  .section-heading h2 { font-size:clamp(30px,2.76vw,41px); }
  .symptom-explorer { width: min(1240px, 100%); }
  .symptom-cards { min-height: 218px; }
  .symptom-card { padding: 15px; border-radius: 22px; }
  .symptom-card__icon { margin-top: 20px; }
  .symptom-card__title { font-size:clamp(19px,1.6vw,25px); }
  .symptom-detail { padding: 20px 24px 22px; }
  .symptom-detail__body { gap: 36px; padding-top: 18px; }
  .symptom-detail__primary h3 { font-size:clamp(22px,1.72vw,27px); }

  /* Philosophy: still editorial, no longer consumes a whole oversized screen. */
  .statement-scene { min-height: 165vh; }
  .statement-sticky { padding: 88px max(28px, 4vw) 38px; }
  .statement-caption { left: max(28px, 4vw); top: 92px; }
  .statement-stage { width: min(1160px, 100%); height: 58vh; gap: 4.2vh; }
  .statement-piece { font-size:clamp(31px,3.27vw,49px); line-height: .88; }
  .statement-progress { left: max(28px, 4vw); right: max(28px, 4vw); bottom: 24px; }

  .conditions { padding-block: 62px 60px; }
  .conditions__intro { width: min(1180px, 100%); margin-bottom: 22px; gap: 34px; }
  .conditions__intro h2 { font-size:clamp(30px,2.69vw,40px); }
  .condition-track { width: min(1260px, 100%); min-height: 320px; }
  .condition-card { border-radius: 22px; padding: 15px; }

  /* Lifestyle story: image becomes a contained cinematic panel. */
  .parallax-life {
    min-height: 155vh;
    padding: 72px max(28px, 4vw) 82px;
    background: var(--paper);
  }
  .parallax-life__sticky {
    top: 92px;
    width: min(1280px, 100%);
    height: min(66vh, 610px);
    min-height: 480px;
    margin: 0 auto;
    border-radius: 28px;
    box-shadow: 0 24px 64px rgba(34,31,27,.15);
  }
  .parallax-life__copy { width: min(1080px, calc(100% - 90px)); }
  .parallax-life__word-stage { min-height: 112px; }
  .parallax-life__word-stage span { font-size:clamp(48px,5.23vw,62px); }
  .parallax-life__final { max-width: 940px; font-size:clamp(37px,3.85vw,55px); }
  .parallax-life__progress { left: 30px; right: 30px; bottom: 28px; }

  /* Experience and doctor story: more balanced width and screen fit. */
  .experience-scroll { min-height: 178vh; }
  .experience-sticky {
    padding: 94px max(28px, 4vw) 38px;
    grid-template-columns: .82fr 1.08fr;
    gap: 38px;
  }
  .experience__copy h2 { font-size:clamp(30px,2.55vw,38px); }
  .experience__copy p { font-size:18px; max-width: 500px; }
  .experience__stage { min-height: 430px; max-width: 700px; justify-self: end; padding: 26px 28px 24px; }
  .experience__focus { min-height: 210px; }
  .experience__number-wrap { min-height: 118px; }
  .experience__number { font-size:clamp(71px,6.89vw,86px); }

  .doctor-scroll { min-height: 175vh; }
  .doctor-sticky { min-height: 100vh; }
  .doctor-story__copy { padding: 94px 5vw 48px; }
  .doctor-phrase { font-size:clamp(30px,2.82vw,42px); }
  .doctor-story__image { width: min(470px, 78%); }

  /* Remaining content: consistent compact desktop cadence. */
  .resources { padding-block: 64px; }
  .resources__heading { margin-bottom: 24px; }
  .patients { padding-block: 62px 64px; }
  .patients__heading { margin-bottom: 20px; }
  .review-card, .review-rating-card { min-height: 286px; }
  .review-card { padding: 25px 28px; }
  .review-card blockquote { font-size:clamp(19px,1.6vw,24px); }
  .locations { padding-block: 62px 64px; }
  .locations__intro { margin-bottom: 20px; }
  .location-split { min-height: 350px; }
  .location-panel__content { padding: 22px 24px; }
  .booking { padding-block: 64px 72px; }
  .booking__panel { padding: 32px 38px; }
  .site-footer { padding-top: 62px; }
}

@media (max-width: 900px) {
  /* Mobile hero is now a real scroll scene, while all later V15
     touch-story sections remain untouched. */
  .hero-scroll {
    min-height: 185svh !important;
    height: auto !important;
    overflow: visible !important;
  }
  .hero-sticky {
    position: sticky !important;
    top: 0 !important;
    height: 100svh !important;
    min-height: 680px !important;
    overflow: hidden !important;
    padding: 76px 18px 14px !important;
    justify-content: center !important;
  }
  .hero__grid {
    width: min(620px, 100%) !important;
    height: 100% !important;
    display: grid !important;
    grid-template-rows: auto minmax(270px, 1fr) !important;
    align-content: center !important;
    gap: 8px !important;
  }
  .hero__copy { align-self: end !important; }
  .hero__title {
    font-size:clamp(36px,8.2vw,40px) !important;
    line-height: .9 !important;
    margin: 8px 0 12px !important;
  }
  .hero__lede { font-size:18px !important; line-height:1.62 !important; margin-bottom: 8px !important; }
  .hero__doctor-info {
    grid-template-columns: 1fr !important;
    gap: 3px !important;
    margin: 10px 0 !important;
    padding: 9px 0 !important;
  }
  .hero__doctor-info strong { font-size:18px !important; }
  .hero__doctor-info span,
  .hero__doctor-info .credentials { font-size:16px !important; line-height:1.62 !important; }
  .hero__actions { gap: 8px !important; }
  .hero__actions .btn { min-height: 44px !important; }
  .hero__actions .text-link { padding-bottom: 6px !important; }
  .hero__visual { min-height: 0 !important; height: 100% !important; margin: 0 !important; }
  .hero__frame { height: 100% !important; min-height: 270px !important; max-height: 350px !important; }
  .hero__doctor { width: min(360px, 88%) !important; max-height: 340px !important; }
  .hero__floating-card--rating { transform-origin: left bottom; scale: .88; }
  .hero__floating-card--countries { top: 42% !important; transform-origin: right center; scale: .86; }
  .hero-word,
  .hero__visual,
  .hero__doctor,
  .hero__floating-card { will-change: transform, opacity; }
}

@media (max-width: 480px) and (max-height: 760px) {
  .hero-sticky { min-height: 620px !important; padding-top: 70px !important; }
  .hero__title { font-size:clamp(32px,7.72vw,34px) !important; }
  .hero__lede { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .hero__frame { min-height: 245px !important; max-height: 285px !important; }
  .hero__doctor { max-height: 280px !important; }
}

/* V16.1 — enforce the mobile hero's single-column composition. */
@media (max-width: 900px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto minmax(270px, 1fr) !important;
  }
  .hero__copy,
  .hero__visual { grid-column: 1 !important; }
}

/* =========================================================
   V17 — final desktop scale + mobile hero/menu/symptom polish.
   These overrides are deliberately scoped so desktop changes
   cannot disturb the approved mobile story sections.
   ========================================================= */

.menu-drawer__mobile-head,
.menu-drawer__mobile-cta { display: none; }

@media (min-width: 981px) {
  /* Philosophy: compact editorial scene instead of a full-screen billboard. */
  .statement-scene {
    min-height: 136vh !important;
  }
  .statement-sticky {
    top: 82px !important;
    height: min(calc(100vh - 108px), 690px) !important;
    min-height: 560px !important;
    padding: 68px max(28px, 4vw) 30px !important;
  }
  .statement-caption {
    top: 28px !important;
  }
  .statement-stage {
    width: min(1080px, 100%) !important;
    height: auto !important;
    gap: clamp(30px, 5vh, 48px) !important;
  }
  .statement-piece {
    font-size:clamp(26px,2.52vw,37px) !important;
    line-height: .94 !important;
    letter-spacing: -.045em !important;
  }
  .statement-line--one {
    max-width: 850px !important;
  }
  .statement-line--two {
    max-width: 800px !important;
    width: 74% !important;
    margin-left: 25% !important;
    justify-content: flex-start !important;
  }
  .statement-progress {
    bottom: 18px !important;
  }
}

@media (max-width: 900px) {
  /* Hero portrait: preserve the full face and keep both trust cards below it. */
  .hero-sticky {
    min-height: 720px !important;
  }
  .hero__grid {
    grid-template-rows: auto minmax(350px, 1fr) !important;
  }
  .hero__visual {
    min-height: 350px !important;
  }
  .hero__frame {
    min-height: 350px !important;
    max-height: 410px !important;
    height: clamp(350px, 43svh, 410px) !important;
    border-radius: 28% 28% 22px 22px !important;
  }
  .hero__doctor {
    width: min(322px, 78%) !important;
    max-width: 78% !important;
    max-height: none !important;
    bottom: 0 !important;
  }
  .hero__floating-card--rating {
    left: 8px !important;
    bottom: 12px !important;
    max-width: 164px !important;
    padding: 10px 11px !important;
    scale: .78 !important;
  }
  .hero__floating-card--countries {
    top: auto !important;
    right: 8px !important;
    bottom: 24px !important;
    padding: 10px 12px !important;
    scale: .78 !important;
  }
  .hero__floating-card--rating strong { font-size: 24px !important; }
  .hero__floating-card--countries strong { font-size:23px !important; }

  /* Symptoms become one continuous mobile component. */
  .symptoms.section {
    padding-top: 54px !important;
    padding-bottom: 64px !important;
  }
  .symptoms .section-heading {
    margin: 0 0 10px !important;
  }
  .symptoms .section-heading p {
    margin-top: 9px !important;
  }
  .symptoms .mobile-swipe-hint {
    margin: 10px 0 6px !important;
  }
  .symptom-explorer {
    gap: 0 !important;
  }
  .symptom-cards {
    padding-bottom: 0 !important;
  }
  .symptom-detail {
    margin-top: 6px !important;
    box-shadow: 0 8px 22px rgba(54,50,42,.045) !important;
  }

  /* A complete, useful mobile menu with an explicit close control. */
  .menu-drawer {
    padding: 14px 18px 22px !important;
    background:
      radial-gradient(circle at 88% 8%, rgba(47,127,120,.19), transparent 30%),
      #10150f !important;
  }
  .menu-drawer__inner {
    min-height: calc(100svh - 36px) !important;
    width: 100% !important;
  }
  .menu-drawer__mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .menu-drawer__identity {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f7f4ed;
  }
  .menu-drawer__identity img {
    width: 33px;
    height: 39px;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
  .menu-drawer__identity > span { display: grid; gap: 3px; }
  .menu-drawer__identity strong {
    font-size:16px;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .menu-drawer__identity small {
    color: #9da69b;
    font-size:14px;
    text-transform: uppercase;
    letter-spacing: .13em;
  }
  .menu-close-btn {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
    background: rgba(255,255,255,.04);
    cursor: pointer;
  }
  .menu-close-btn span {
    grid-area: 1 / 1;
    width: 19px;
    height: 1px;
    background: #f7f4ed;
  }
  .menu-close-btn span:first-child { transform: rotate(45deg); }
  .menu-close-btn span:last-child { transform: rotate(-45deg); }
  .menu-drawer__top,
  .menu-drawer__footer { display: none !important; }
  .menu-drawer__nav {
    flex: 0 0 auto !important;
    margin: 13px 0 16px !important;
  }
  .menu-drawer__nav a {
    padding: 8px 0 7px !important;
  }
  .menu-drawer__nav span {
    font-size:clamp(22px,5.79vw,26px) !important;
    line-height: .92 !important;
  }
  .menu-drawer__nav b { font-size:14px !important; }
  .menu-drawer__mobile-cta {
    display: grid;
    gap: 11px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .menu-drawer__location {
    color: #aab2a8;
    font-size:16px;
    letter-spacing: .03em;
  }
  .menu-drawer__location strong { color: var(--gold); }
  .menu-drawer__book-btn {
    min-height: 48px;
    padding: 0 17px;
    border-radius: 999px;
    background: var(--gold);
    color: #111711;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
  }
  .menu-drawer__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 16px;
  }
  .menu-drawer__contact a {
    color: #c6ccc4;
    font-size:16px;
  }
  body.menu-open .site-header {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 480px) and (max-height: 760px) {
  .hero-sticky { min-height: 680px !important; }
  .hero__grid { grid-template-rows: auto minmax(320px, 1fr) !important; }
  .hero__frame {
    min-height: 320px !important;
    max-height: 350px !important;
  }
  .hero__doctor { width: min(288px, 74%) !important; max-width: 74% !important; }
  .menu-drawer__nav span { font-size:clamp(20px,5.17vw,22px) !important; }
  .menu-drawer__nav a { padding-block: 6px !important; }
}

/* V17.1 — final compact desktop philosophy cadence. */
@media (min-width: 981px) {
  .statement-scene { min-height: 124vh !important; }
  .statement-sticky {
    height: min(calc(100vh - 120px), 610px) !important;
    min-height: 520px !important;
    padding-top: 58px !important;
  }
  .statement-stage {
    width: min(1040px, 100%) !important;
    gap: clamp(24px, 3.6vh, 36px) !important;
  }
  .statement-piece {
    font-size:clamp(25px,2.3vw,34px) !important;
    line-height: .95 !important;
  }
  .statement-line--one { max-width: 790px !important; }
  .statement-line--two {
    max-width: 760px !important;
    width: 78% !important;
    margin-left: 18% !important;
  }
}

/* =========================================================
   V18 — final compact desktop philosophy + protected mobile
   hero and condensed mobile symptom explorer.
   ========================================================= */

.symptom-detail__more { display: none; }

@media (min-width: 981px) {
  /* A contained editorial section, not another full-screen canvas. */
  .statement-scene {
    min-height: 0 !important;
    height: auto !important;
    padding: 54px max(28px, 4vw) 58px !important;
    background: var(--paper) !important;
  }
  .statement-sticky {
    position: relative !important;
    inset: auto !important;
    width: min(1180px, 100%) !important;
    height: 500px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 68px 58px 54px !important;
    border: 1px solid rgba(17,20,17,.075);
    border-radius: 30px;
    background:
      radial-gradient(circle at 12% 22%, rgba(174,183,161,.12), transparent 30%),
      rgba(250,248,243,.86);
    box-shadow: 0 18px 48px rgba(54,50,42,.065);
    overflow: hidden !important;
  }
  .statement-caption {
    top: 30px !important;
    left: 58px !important;
  }
  .statement-stage {
    width: min(980px, 100%) !important;
    height: 100% !important;
    margin: 0 auto !important;
    justify-content: center !important;
    gap: 24px !important;
  }
  .statement-piece {
    font-size:clamp(24px,2.17vw,32px) !important;
    line-height: .96 !important;
  }
  .statement-line--one {
    max-width: 760px !important;
  }
  .statement-line--two {
    width: 74% !important;
    max-width: 720px !important;
    margin-left: 22% !important;
  }
  .statement-progress {
    left: 58px !important;
    right: 58px !important;
    bottom: 24px !important;
  }
}

@media (max-width: 900px) {
  /* Reserve a genuine navbar-safe zone throughout the hero animation. */
  .hero-scroll {
    min-height: 178svh !important;
  }
  .hero-sticky {
    padding-top: 96px !important;
    padding-bottom: 18px !important;
    min-height: 760px !important;
  }
  .hero__grid {
    grid-template-rows: auto minmax(330px, 1fr) !important;
    gap: 10px !important;
  }
  .hero__copy {
    padding-top: 4px !important;
  }
  .hero__eyebrow {
    margin-top: 0 !important;
  }
  .hero__title {
    margin-top: 7px !important;
  }
  .hero__visual {
    min-height: 330px !important;
    overflow: visible !important;
  }
  .hero__frame {
    height: clamp(342px, 42svh, 390px) !important;
    min-height: 342px !important;
    max-height: 390px !important;
    overflow: hidden !important;
  }
  .hero__doctor {
    width: min(300px, 73%) !important;
    max-width: 73% !important;
    height: auto !important;
    max-height: calc(100% - 8px) !important;
    bottom: 0 !important;
    object-fit: contain !important;
  }
  .hero__floating-card--rating {
    left: 7px !important;
    bottom: 10px !important;
    scale: .72 !important;
    transform-origin: left bottom !important;
  }
  .hero__floating-card--countries {
    right: 7px !important;
    bottom: 12px !important;
    top: auto !important;
    scale: .72 !important;
    transform-origin: right bottom !important;
  }

  /* Compact mobile symptom journey: swipe, scan, expand only when needed. */
  .symptoms.section {
    padding-top: 48px !important;
    padding-bottom: 54px !important;
  }
  .symptoms .section-heading {
    margin-bottom: 6px !important;
  }
  .symptoms .section-heading h2 {
    font-size:clamp(27px,6.34vw,29px) !important;
    line-height: .96 !important;
  }
  .symptoms .section-heading p {
    margin-top: 8px !important;
    font-size:18px !important;
    line-height:1.62 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .symptoms .mobile-swipe-hint {
    margin: 8px 0 5px !important;
  }
  .symptom-cards {
    grid-auto-columns: minmax(76%, 1fr) !important;
    gap: 10px !important;
  }
  .symptom-card,
  .symptom-card.active {
    min-height: 252px !important;
    padding: 13px !important;
    border-radius: 20px !important;
  }
  .symptom-card__photo {
    height: 86px !important;
    min-height: 86px !important;
    margin: -13px -13px 13px !important;
    border-radius: 18px 18px 12px 12px !important;
  }
  .symptom-card__num {
    top: 16px !important;
    left: 17px !important;
  }
  .symptom-card__icon {
    margin: 0 0 7px !important;
    font-size:21.5px !important;
  }
  .symptom-card__title {
    font-size:clamp(20px,5.29vw,24px) !important;
    line-height: .96 !important;
  }
  .symptom-card__micro,
  .symptom-card__hint {
    font-size:16.5px !important;
    line-height:1.62 !important;
  }
  .symptom-card__hint {
    margin-top: 5px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .symptom-detail {
    margin-top: 4px !important;
    padding: 16px 16px 17px !important;
    border-radius: 19px !important;
  }
  .symptom-detail__top {
    padding-bottom: 10px !important;
  }
  .symptom-detail__body {
    padding-top: 13px !important;
    gap: 12px !important;
  }
  .symptom-detail__primary h3 {
    margin-bottom: 8px !important;
    font-size:clamp(21px,4.96vw,23px) !important;
    line-height: .98 !important;
  }
  .symptom-detail__body p {
    font-size:17px !important;
    line-height:1.62 !important;
  }
  .symptom-detail__columns {
    display: block !important;
    margin-top: 2px !important;
  }
  .symptom-detail__why-desktop {
    display: none !important;
  }
  .symptom-detail__related {
    padding-top: 12px;
    border-top: 1px solid var(--line);
  }
  .symptom-detail__related .detail-kicker {
    margin-bottom: 5px !important;
  }
  .symptom-detail__more {
    display: block;
    margin-top: 12px;
    border-top: 1px solid var(--line);
  }
  .symptom-detail__more summary {
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
    cursor: pointer;
    color: #333931;
    font-size:16px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .symptom-detail__more summary::-webkit-details-marker { display: none; }
  .symptom-detail__more summary b {
    width: 26px;
    height: 26px;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size:18.5px;
    font-weight: 500;
    transition: transform .25s ease;
  }
  .symptom-detail__more[open] summary b { transform: rotate(45deg); }
  .symptom-detail__more > p {
    margin: 0;
    padding: 0 0 13px;
    color: var(--muted);
    font-size:17px;
    line-height:1.62;
  }
}

@media (max-width: 480px) and (max-height: 760px) {
  .hero-sticky {
    min-height: 700px !important;
    padding-top: 88px !important;
  }
  .hero__grid {
    grid-template-rows: auto minmax(292px, 1fr) !important;
  }
  .hero__frame {
    min-height: 300px !important;
    height: 300px !important;
    max-height: 300px !important;
  }
  .hero__doctor {
    width: min(266px, 68%) !important;
    max-width: 68% !important;
  }
  .symptom-card,
  .symptom-card.active { min-height: 242px !important; }
}

/* V18.1 — mobile hero remains animated but follows normal document flow.
   This prevents the portrait and trust cards from extending beneath the
   symptoms section while preserving the lateral scroll motion. */
@media (max-width: 900px) {
  .hero-scroll {
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }
  .hero-sticky {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 92px 18px 34px !important;
  }
  .hero__grid {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 12px !important;
  }
  .hero__copy,
  .hero__visual {
    flex: none !important;
  }
  .hero__visual {
    height: 365px !important;
    min-height: 365px !important;
  }
  .hero__frame {
    height: 365px !important;
    min-height: 365px !important;
    max-height: 365px !important;
  }
  .hero__doctor {
    width: min(304px, 74%) !important;
    max-width: 74% !important;
  }
}

@media (max-width: 480px) and (max-height: 760px) {
  .hero-sticky { padding-top: 84px !important; }
  .hero__visual,
  .hero__frame {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }
  .hero__doctor {
    width: min(270px, 69%) !important;
    max-width: 69% !important;
  }
}

/* =========================================================
   V19 — compact desktop philosophy scene.
   Desktop only: shorter visual panel, smaller type, calmer rhythm.
   Mobile rules remain untouched.
   ========================================================= */
@media (min-width: 981px) {
  .statement-scene {
    min-height: 0 !important;
    height: auto !important;
    padding: 28px max(28px, 4vw) 34px !important;
  }

  .statement-sticky {
    width: min(1260px, 100%) !important;
    height: 390px !important;
    min-height: 390px !important;
    padding: 48px 54px 40px !important;
    border-radius: 26px !important;
  }

  .statement-caption {
    top: 22px !important;
    left: 54px !important;
  }

  .statement-stage {
    width: min(930px, 100%) !important;
    height: 100% !important;
    gap: 15px !important;
    align-content: center !important;
  }

  .statement-piece {
    font-size:clamp(21px,1.89vw,27px) !important;
    line-height: .96 !important;
    letter-spacing: -.05em !important;
  }

  .statement-line {
    gap: .13em .19em !important;
  }

  .statement-line--one {
    max-width: 690px !important;
  }

  .statement-line--two {
    width: 72% !important;
    max-width: 680px !important;
    margin-left: 25% !important;
  }

  .statement-progress {
    left: 54px !important;
    right: 54px !important;
    bottom: 18px !important;
  }
}

/* =========================================================
   V20 — final desktop philosophy section.
   One full-width section, no nested card, deliberate sticky timing.
   Mobile remains unchanged.
   ========================================================= */
@media (min-width: 981px) {
  .statement-scene {
    position: relative !important;
    min-height: 200vh !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background:
      radial-gradient(circle at 18% 42%, rgba(174,183,161,.10), transparent 28%),
      radial-gradient(circle at 82% 62%, rgba(47,127,120,.045), transparent 24%),
      var(--paper) !important;
  }

  .statement-sticky {
    position: sticky !important;
    top: 86px !important;
    width: 100% !important;
    max-width: none !important;
    height: min(500px, calc(100vh - 110px)) !important;
    min-height: 450px !important;
    margin: 0 !important;
    padding: 54px max(72px, 7vw) 42px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden !important;
    display: grid !important;
    place-items: center !important;
  }

  .statement-caption {
    top: 24px !important;
    left: max(72px, 7vw) !important;
  }

  .statement-stage {
    width: min(1120px, 100%) !important;
    height: auto !important;
    min-height: 280px !important;
    margin: 0 auto !important;
    display: grid !important;
    align-content: center !important;
    gap: 34px !important;
  }

  .statement-line {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    column-gap: .27em !important;
    row-gap: .08em !important;
  }

  .statement-piece {
    font-size:clamp(26px,2.44vw,36px) !important;
    line-height: .92 !important;
    letter-spacing: -.038em !important;
    white-space: nowrap !important;
  }

  .statement-line--one {
    width: min(820px, 78%) !important;
    max-width: 820px !important;
    margin: 0 !important;
    justify-content: flex-start !important;
  }

  .statement-line--one .s3 {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .statement-line--two {
    width: min(760px, 70%) !important;
    max-width: 760px !important;
    margin: 0 0 0 auto !important;
    justify-content: flex-start !important;
  }

  .statement-line--two .s6 {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .statement-progress {
    left: max(72px, 7vw) !important;
    right: max(72px, 7vw) !important;
    bottom: 22px !important;
  }
}
