/* Self-hosted fonts (no third-party requests) */
@font-face { font-family: 'Atkinson Hyperlegible'; font-style: italic; font-weight: 400; font-display: swap; src: url('/assets/fonts/atkinson-hyperlegible-400-italic-v1.woff2') format('woff2'); }
@font-face { font-family: 'Atkinson Hyperlegible'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/atkinson-hyperlegible-400-normal-v1.woff2') format('woff2'); }
@font-face { font-family: 'Atkinson Hyperlegible'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/atkinson-hyperlegible-700-normal-v1.woff2') format('woff2'); }
@font-face { font-family: 'Libre Caslon Display'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/libre-caslon-display-400-normal-v1.woff2') format('woff2'); }

:root {
  --night: #0B1520;
  --saffron: #D9822B;
  --grey: #F3F4F2;
  --white: #FFFFFF;
  --warm: #F5E5D6;
  --muted: #59636B;
  --line: rgba(11, 21, 32, .18);
  --display: 'Libre Caslon Display', Georgia, serif;
  --body: 'Atkinson Hyperlegible', Arial, sans-serif;
  --header: 88px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body { margin: 0; color: var(--night); background: var(--white); font: 18px/1.5 var(--body); -webkit-font-smoothing: antialiased; }
::selection { color: var(--night); background: var(--warm); }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
svg { flex-shrink: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; line-height: .99; letter-spacing: -.035em; }
h2 { font-size: clamp(44px, 4.8vw, 68px); }
h3 { font-weight: 700; line-height: 1.22; }
ul, ol { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--saffron); outline-offset: 5px; }
.btn:focus-visible, .condition-option:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
.in { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.section-pad { padding-block: 100px; }
.eyebrow { font-size: 17px; line-height: 1.4; margin-bottom: 18px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 44px; }
.section-head > p { color: var(--muted); max-width: 34ch; }
.skip-link { position: fixed; top: 10px; left: 16px; padding: 12px 20px; background: var(--white); z-index: 100; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.btn { display: inline-flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 28px; padding: 15px 24px; background: var(--saffron); border: 1px solid var(--saffron); border-radius: 8px; color: var(--night); font-size: 18px; font-weight: 700; line-height: 1.3; text-decoration: none; transition: background .18s, box-shadow .18s; }
.btn:hover { background: var(--warm); box-shadow: 0 0 0 1px var(--saffron); }
.btn:disabled { opacity: .55; cursor: not-allowed; }
.btn-small { min-height: 50px; padding: 12px 18px; font-size: 16px; gap: 20px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 12px; min-height: 48px; border-bottom: 1px solid currentColor; text-decoration: none; font-weight: 700; }
.text-link:hover { text-decoration: underline; }
.top { position: sticky; top: 0; z-index: 30; color: var(--white); background: var(--night); border-bottom: 1px solid rgba(255,255,255,.16); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: var(--header); }
.mark { font: 29px/.87 var(--display); letter-spacing: -.035em; text-decoration: none; }
.mark span { display: block; }
.top nav { display: flex; gap: 36px; margin-left: auto; margin-right: 28px; }
.top nav a { display: flex; align-items: center; min-height: 48px; font-size: 16px; text-decoration: none; }
.top nav a:hover { color: var(--saffron); }
.mobile-nav-link { display: none; }


.hero { position: relative; isolation: isolate; color: var(--white); background: var(--night); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero-image { object-fit: cover; object-position: center 43%; }
.hero-shade { background: linear-gradient(90deg, rgba(11,21,32,.91), rgba(11,21,32,.72) 34%, rgba(11,21,32,.12) 68%, rgba(11,21,32,.06)), linear-gradient(0deg, rgba(11,21,32,.83), transparent 34%); }
.hero-content { padding-top: 44px; padding-bottom: 24px; }
.hero-copy { max-width: 735px; }
.hero-eyebrow { color: var(--warm); margin-bottom: 18px; }
h1 { font-size: clamp(64px, 6.7vw, 98px); }
.line-mask { display: block; }
.line-mask > span { display: inline-block; }
.hero-sub { font-size: 20px; line-height: 1.45; max-width: 51ch; margin-top: 24px; }
.hero-offer { margin-top: 24px; }
.price-hook { font-size: 23px; line-height: 1.2; }
.price-hook strong { color: var(--saffron); font-size: 37px; letter-spacing: -.04em; margin-left: 6px; }
.price-context { font-size: 13px; margin-top: 6px; color: var(--grey); }
.price-context a { white-space: nowrap; }
.hero-cta { margin-top: 23px; }
.hero-picker { margin-top: 34px; padding: 22px 24px 24px; color: var(--night); background: var(--white); border-radius: 10px; box-shadow: 0 16px 40px rgba(11,21,32,.18); }
.hero-picker h2 { font: 700 20px/1.25 var(--body); letter-spacing: 0; margin-bottom: 15px; }
.condition-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.condition-option { display: flex; justify-content: space-between; align-items: center; gap: 10px; min-height: 58px; padding: 12px 15px; color: var(--night); background: var(--grey); border: 1px solid var(--line); border-radius: 8px; font-size: 17px; font-weight: 700; text-decoration: none; transition: background .18s, border-color .18s; }
.condition-option svg { width: 20px; }
.condition-option:hover, .condition-option:focus-visible { background: var(--warm); border-color: var(--saffron); }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 42px; margin-top: 20px; font-size: 15px; }
.trust-row li, .review-promises li { display: flex; align-items: center; gap: 9px; }
.trust-row svg, .review-promises svg { color: var(--saffron); }


.price-band { padding-block: 54px 34px; background: var(--saffron); }
.price-comparison { display: grid; grid-template-columns: 1fr 1fr; }
.price-comparison > div { min-width: 0; }
.price-comparison h2 { font: 700 20px/1.4 var(--body); letter-spacing: 0; }
.comparison-us { border-left: 1px solid rgba(11,21,32,.35); padding-left: 60px; }
.comparison-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; line-height: 1; padding-top: 8px; }
.comparison-price > span { font-size: 17px; }
.comparison-price .price-currency { font-size: 25px; }
.comparison-price strong { font: 400 clamp(80px, 7.6vw, 112px)/1 var(--display); letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.comparison-bangkok .comparison-price strong { color: var(--night); }
.comparison-foot { margin-top: 29px; padding-top: 22px; border-top: 1px solid rgba(11,21,32,.3); display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.comparison-foot p { max-width: 73ch; font-size: 14px; }
.comparison-foot .text-link { font-size: 16px; flex-shrink: 0; }

.conditions { background: var(--grey); }
.condition-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.condition-tile { position: relative; min-width: 0; transition: transform .3s; }
.tile-image { overflow: hidden; aspect-ratio: 1.13; border-radius: 4px; }
.tile-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.tile-copy { padding-top: 22px; }
.tile-copy h3 { font-family: var(--display); font-size: 34px; font-weight: 400; letter-spacing: -.03em; }
.tile-copy > p { margin-top: 12px; color: var(--muted); min-height: 81px; font-size: 17px; line-height: 1.5; }
.tile-link { display: flex; justify-content: space-between; align-items: center; gap: 10px; min-height: 52px; margin-top: 15px; border-block: 1px solid var(--line); font-weight: 700; font-size: 16px; text-decoration: none; }
.tile-link::after { content: ''; position: absolute; inset: 0; }
.tile-link:hover { color: #795025; }
.how { background: var(--warm); }
.how-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.consult-photo { height: 620px; }
.consult-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; border-radius: 4px; }
.how h2 { font-size: clamp(44px, 4.5vw, 64px); }
.steps-wrap { position: relative; margin-top: 38px; margin-bottom: 32px; }
.steps-line { position: absolute; width: 2px; top: 20px; bottom: 72px; left: 21px; background: var(--saffron); transform-origin: top; }
.steps { position: relative; display: grid; gap: 27px; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 20px; }
.step-number { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--saffron); border-radius: 50%; background: var(--warm); font-size: 20px; }
.steps h3 { padding-top: 6px; font-size: 21px; }
.steps p { font-size: 17px; line-height: 1.45; color: var(--muted); margin-top: 7px; }
.steps .stay { font-size: 14px; }
.how-copy > .btn { min-width: 320px; }

.proof { background: var(--white); }
.proof-top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 100px; align-items: center; }
.proof-points { margin-top: 30px; max-width: 560px; }
.proof-points li { display: flex; gap: 14px; align-items: start; border-top: 1px solid var(--line); padding-block: 15px; font-size: 20px; }
.proof-points svg { margin-top: 4px; color: #795025; }
.btn-outline { background: transparent; border-color: var(--night); margin-top: 22px; }
.doctor-frame { min-height: 435px; align-self: stretch; }
.patient-stories { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; }
.story-frame { min-height: 200px; }


.evidence { padding-block: 76px; background: var(--grey); }
.evidence .section-head { margin-bottom: 30px; }
.evidence h2 { font-size: 52px; }
.scale { border-top: 1px solid var(--night); }
.scale-legend, .srow { display: grid; grid-template-columns: 1.05fr 1.35fr .85fr; gap: 38px; align-items: center; }
.scale-legend { min-height: 66px; color: var(--muted); font-size: 12px; }
.labels { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; line-height: 1.3; }
.srow { border-top: 1px solid var(--line); padding-block: 16px; }
.srow h3 { font-size: 17px; }
.name p, .say { font-size: 14px; color: var(--muted); }
.name p { margin-top: 5px; }
.stage-label { font-size: 11px; color: #795025; }
.track { position: relative; height: 22px; margin-top: 3px; }
.track::before { content: ''; position: absolute; top: 10px; inset-inline: 0; height: 2px; background: var(--line); }
.track i { position: absolute; top: 8px; width: 5px; height: 5px; background: #BCC1C2; border-radius: 50%; transform: translateX(-50%); }
.track i:nth-of-type(1) { left: 12.5%; }
.track i:nth-of-type(2) { left: 37.5%; }
.track i:nth-of-type(3) { left: 62.5%; }
.track i:nth-of-type(4) { left: 87.5%; }
.fill { position: absolute; left: 0; top: 10px; width: var(--w); height: 2px; background: var(--saffron); transform-origin: left; }
.track b { position: absolute; top: 3px; left: var(--w); transform: translateX(-50%); width: 16px; height: 16px; border: 3px solid var(--grey); border-radius: 50%; background: var(--saffron); outline: 1px solid rgba(217,130,43,.3); }
.ref .stage-label { color: var(--muted); }
.ref .fill, .ref .track b { background: var(--muted); }
.ref .track b { outline-color: #BCC1C2; }
.ev-foot { color: var(--muted); font-size: 13px; margin-top: 17px; max-width: 90ch; }
.decision-point { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.decision-point > p { font-size: 21px; line-height: 1.35; }

.on-night { color: var(--white); background: var(--night); }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.review-intro { padding-top: 24px; }
.review-intro h2 { font-size: clamp(52px, 5.4vw, 78px); }
.review-intro h2 span { color: var(--saffron); }
.review-sub { max-width: 36ch; font-size: 21px; margin-top: 25px; }
.review-promises { display: grid; gap: 15px; margin-block: 32px; font-size: 17px; }
.fine { margin-top: 36px; font-size: 14px; }
.referral-note { font-size: 13px; color: #C4C9CD; border-top: 1px solid rgba(255,255,255,.2); padding-top: 22px; margin-top: 24px; }
.referral-note a { display: flex; width: fit-content; align-items: center; gap: 12px; min-height: 44px; }
.referral-note svg { width: 18px; }
.review-panel { padding: 32px; color: var(--night); background: var(--white); border-radius: 10px; border-top: 4px solid var(--saffron); scroll-margin-top: 20px; }
.form-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.form-top > p:first-child { font: 34px/1.1 var(--display); letter-spacing: -.025em; }
#step-status { font-size: 13px; color: var(--muted); white-space: nowrap; }
.form-progress { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-block: 24px 30px; }
.form-progress li { border-bottom: 2px solid #D8DADC; padding-bottom: 12px; color: var(--muted); font-size: 14px; display: flex; gap: 8px; align-items: center; }
.form-progress li.current { border-color: var(--saffron); color: var(--night); }
.form-progress span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; font-size: 12px; }
.form-progress .current span { color: var(--night); background: var(--saffron); border-color: var(--saffron); }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
legend { padding: 0; margin-bottom: 20px; font-size: 20px; font-weight: 700; }
.field { margin-bottom: 18px; min-width: 0; }
.field label { display: block; margin-bottom: 7px; font-size: 16px; }
.field label span { font-size: 13px; color: var(--muted); }
input:not([type='checkbox']), select, textarea { width: 100%; min-width: 0; min-height: 52px; padding: 11px 12px; border: 1px solid #91989D; border-radius: 5px; color: var(--night); background: var(--white); font-size: 17px; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: var(--muted); opacity: 1; }
input[aria-invalid='true'], select[aria-invalid='true'] { border: 2px solid #A32721; }
.field-error { display: block; font-size: 14px; color: #A32721; margin-top: 5px; }
.field-error:empty { display: none; }
.step-next .btn { width: 100%; }
.reassure { color: var(--muted); text-align: center; font-size: 12px; margin-top: 10px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consent-field { margin-block: 22px; }
.consent { display: flex; gap: 12px; align-items: start; font-size: 14px; cursor: pointer; }
.consent input { width: 21px; height: 21px; margin: 0; accent-color: var(--saffron); flex-shrink: 0; }
.form-actions { display: flex; gap: 20px; align-items: center; }
.form-actions .btn { flex: 1; font-size: 17px; padding-inline: 18px; gap: 14px; }
.back-button { border: 0; border-radius: 8px; background: transparent; padding: 12px 4px; min-height: 48px; font-size: 15px; text-decoration: underline; cursor: pointer; }
.nojs-note { font-size: 14px; margin-top: 16px; }
.success-state { padding: 30px 0; }
.success-mark { display: grid; place-items: center; height: 52px; width: 52px; border: 1px solid var(--saffron); border-radius: 50%; margin-bottom: 24px; }
.success-state h3 { font: 44px/1.05 var(--display); }
.success-state p { color: var(--muted); margin-top: 24px; font-size: 17px; }
.success-state .back-button { margin-top: 18px; }

.faq { padding-block: 90px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; }
.faq h2 { font-size: 49px; }
.faq-intro > p { font-size: 16px; color: var(--muted); margin-top: 22px; }
.faq-intro .text-link { font-size: 16px; margin-top: 24px; }
.qs { border-top: 1px solid var(--night); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; min-height: 65px; padding: 20px 35px 20px 0; cursor: pointer; list-style: none; font-size: 18px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 2px; top: 19px; font-size: 23px; line-height: 1; font-weight: 400; }
details[open] summary::after { content: '-'; }
.a { font-size: 16px; color: var(--muted); padding-bottom: 24px; max-width: 65ch; }
footer { background: var(--night); color: #C4C9CD; padding-block: 42px; }
footer .in { display: grid; grid-template-columns: 1fr 2.2fr; gap: 80px; }
footer .mark { color: var(--white); }
footer p { font-size: 13px; line-height: 1.55; }
.pbar { display: none; }

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .condition-tile:hover { transform: translateY(-7px); }
  .condition-tile:hover .tile-image img { transform: scale(1.045); }
}
@media (max-width: 1150px) {
  .in { width: calc(100% - 64px); }
  .hero-copy { max-width: 650px; }
  h1 { font-size: 80px; }
  .hero-sub { max-width: 46ch; }
  .condition-options { gap: 8px; }
  .condition-option { font-size: 15px; padding-inline: 12px; }
  .condition-option svg { width: 17px; }
  .comparison-us { padding-left: 35px; }
  .comparison-price { gap: 7px; }
  .comparison-price strong { font-size: 86px; }
  .comparison-price .price-currency { font-size: 22px; }
  .comparison-price > span { font-size: 15px; }
  .condition-grid { gap: 18px; }
  .tile-copy h3 { font-size: 30px; }
  .tile-copy > p { min-height: 100px; }
  .tile-link { font-size: 14px; gap: 5px; }
  .tile-link svg { width: 19px; }
  .how-grid, .review-grid, .proof-top, .faq-grid { gap: 48px; }
  .consult-photo { height: 610px; }
  .scale-legend, .srow { gap: 25px; }
  .review-panel { padding: 25px; }
}
@media (max-width: 900px) {
  :root { --header: 78px; }
  .top nav { gap: 20px; margin-right: 0; }
  .header-inner { gap: 24px; }
  .btn-small { font-size: 14px; padding-inline: 13px; gap: 9px; }
  .top nav a { font-size: 14px; }
  h1 { font-size: 72px; }
  .hero-copy { max-width: 590px; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(11,21,32,.88), rgba(11,21,32,.45) 60%, rgba(11,21,32,.1)), linear-gradient(0deg, rgba(11,21,32,.9), transparent 75%); }
  .condition-options { grid-template-columns: repeat(3, 1fr); }
  .condition-option { font-size: 16px; }
  .trust-row { gap: 12px 22px; font-size: 13px; }
  .comparison-price { display: block; }
  .comparison-price strong { display: inline-block; font-size: 88px; }
  .comparison-price > span { display: inline-block; }
  .comparison-price > span:last-child:not(:first-child) { display: block; margin-top: 4px; }
  .comparison-foot { gap: 24px; }
  .comparison-foot .text-link { max-width: 200px; flex-shrink: 1; }
  .condition-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 24px; }
  .tile-image { aspect-ratio: 1.35; }
  .tile-copy > p { min-height: 52px; }
  .tile-link { font-size: 16px; }
  .how-grid { gap: 32px; grid-template-columns: .9fr 1.1fr; }
  .how h2 { font-size: 45px; }
  .steps li { gap: 15px; }
  .steps h3 { font-size: 19px; }
  .how-copy > .btn { min-width: 0; width: 100%; font-size: 16px; padding-inline: 16px; gap: 12px; }
  .consult-photo { height: 630px; }
  .proof-top { gap: 32px; }
  .proof h2 { font-size: 50px; }
  .proof-points li { font-size: 18px; }
  .proof .btn { font-size: 16px; padding-inline: 16px; gap: 12px; }
  .scale-legend, .srow { grid-template-columns: 1fr 1.1fr .8fr; gap: 20px; }
  .srow h3 { font-size: 15px; }
  .name p, .say { font-size: 13px; }
  .review-grid { grid-template-columns: .85fr 1.15fr; gap: 32px; }
  .review-intro h2 { font-size: 54px; }
  .review-panel { padding: 24px 20px; }
  .form-top > p:first-child { font-size: 29px; }
  .row2 { grid-template-columns: 1fr; gap: 0; }
  .form-actions { gap: 14px; }
  .form-actions .btn { font-size: 16px; padding-inline: 14px; gap: 8px; }
  .faq-grid { gap: 42px; grid-template-columns: .85fr 1.15fr; }
  .faq h2 { font-size: 42px; }
}
@media (max-width: 700px) {
  :root { --header: 76px; }
  body { font-size: 17px; }
  .in { width: calc(100% - 40px); }
  .section-pad { padding-block: 64px; }
  .header-inner { min-height: var(--header); gap: 15px; }
  .mark { font-size: 26px; }
  .top nav, .header-action { display: none; }
  .mobile-nav-link { display: flex; align-items: center; min-height: 48px; gap: 12px; font-size: 15px; text-decoration: none; }
  .mobile-nav-link svg { width: 20px; }
  .hero { overflow: clip; }
  .hero-image { height: 710px; object-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(11,21,32,.84), rgba(11,21,32,.34)), linear-gradient(0deg, var(--night) 28%, transparent 76%); }
  .hero-content { padding-top: 34px; padding-bottom: 28px; }
  .hero-eyebrow { font-size: 15px; margin-bottom: 20px; }
  h1 { font-size: clamp(47px, 12vw, 75px); line-height: 1; letter-spacing: -.035em; }
  .line-mask { display: inline; }
  .line-mask > span { display: inline; }
  .hero-sub { font-size: 18px; line-height: 1.5; margin-top: 24px; max-width: 39ch; }
  .hero-offer { margin-top: 26px; }
  .price-hook { font-size: 18px; }
  .price-hook strong { font-size: 31px; margin-left: 4px; }
  .price-context { font-size: 12px; line-height: 1.5; max-width: 35ch; margin-top: 9px; }
  .hero-cta { margin-top: 22px; width: 100%; }
  .btn { min-height: 58px; font-size: 17px; padding: 15px 19px; gap: 16px; }
  .hero-picker { margin-top: 29px; padding: 20px 16px 16px; border-radius: 9px; }
  .hero-picker h2 { font-size: 19px; margin-bottom: 16px; }
  .condition-options { grid-template-columns: 1fr; gap: 9px; }
  .condition-option { min-height: 54px; font-size: 17px; padding-inline: 16px; }
  .condition-option svg { width: 22px; }
  .trust-row { display: grid; gap: 11px; justify-content: start; margin-top: 24px; font-size: 14px; }
  .trust-row li { align-items: start; }
  .trust-row svg { margin-top: 1px; }
  .price-band { padding-block: 37px 32px; }
  .price-comparison { grid-template-columns: 1fr; gap: 27px; }
  .price-comparison h2 { font-size: 19px; }
  .comparison-us { border: 0; border-top: 1px solid rgba(11,21,32,.3); padding: 24px 0 0; }
  .comparison-price { display: flex; gap: 8px; }
  .comparison-price strong { font-size: 88px; }
  .comparison-price > span:last-child:not(:first-child) { display: inline; }
  .comparison-price .price-currency { font-size: 23px; }
  .comparison-foot { display: block; padding-top: 20px; margin-top: 24px; }
  .comparison-foot p { font-size: 13px; }
  .comparison-foot .text-link { max-width: none; margin-top: 18px; }
  .section-head { display: block; margin-bottom: 29px; }
  h2 { font-size: 48px; }
  .eyebrow { font-size: 15px; margin-bottom: 16px; }
  .section-head > p { margin-top: 22px; font-size: 17px; }
  .section-head > p br { display: none; }
  .condition-grid { gap: 34px 18px; }
  .tile-image { aspect-ratio: .95; }
  .tile-copy { padding-top: 15px; }
  .tile-copy h3 { font-size: 29px; }
  .tile-copy > p { font-size: 15px; min-height: 90px; line-height: 1.45; margin-top: 10px; }
  .tile-link { font-size: 14px; min-height: 64px; line-height: 1.35; margin-top: 12px; }
  .tile-link svg { width: 18px; }
  .how-grid { display: flex; flex-direction: column; gap: 34px; align-items: stretch; }
  .consult-photo { height: 290px; }
  .consult-photo img { object-position: center; }
  .how h2 { font-size: 48px; }
  .steps-wrap { margin-top: 30px; }
  .steps { gap: 28px; }
  .steps h3 { font-size: 19px; }
  .steps p { font-size: 16px; }
  .steps .stay { font-size: 13px; }
  .how-copy > .btn { font-size: 17px; padding-inline: 19px; }
  .proof-top { grid-template-columns: 1fr; gap: 32px; }
  .proof h2 { font-size: 49px; }
  .proof-points { margin-top: 25px; }
  .proof-points li { font-size: 18px; }
  .proof .btn { width: 100%; font-size: 17px; }
  .doctor-frame { min-height: 310px; }
  .patient-stories { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
  .story-frame { min-height: 175px; }
  .evidence { padding-block: 58px; }
  .evidence h2 { font-size: 46px; }
  .scale-legend { display: block; min-height: 0; padding-block: 18px; }
  .scale-legend > span { display: none; }
  .scale-legend .labels { font-size: 11px; }
  .srow { grid-template-columns: 1fr; gap: 8px; padding-block: 18px; }
  .srow h3 { font-size: 18px; }
  .name p { font-size: 14px; margin-top: 4px; }
  .stage-label { font-size: 12px; }
  .track { margin-top: 5px; }
  .say { font-size: 14px; }
  .ev-foot { font-size: 12px; }
  .decision-point { display: block; margin-top: 24px; padding-top: 22px; }
  .decision-point > p { font-size: 18px; }
  .decision-point .btn { width: 100%; margin-top: 22px; }
  .review-grid { grid-template-columns: 1fr; gap: 34px; }
  .review-intro { padding-top: 0; }
  .review-intro h2 { font-size: 54px; }
  .review-sub { font-size: 19px; margin-top: 22px; }
  .review-promises { font-size: 15px; gap: 13px; margin-block: 25px; }
  .fine { font-size: 13px; margin-top: 26px; }
  .referral-note { margin-top: 20px; padding-top: 17px; }
  .review-panel { padding: 24px 19px; }
  .form-progress { gap: 12px; margin-bottom: 27px; }
  .form-progress li { font-size: 12px; gap: 6px; }
  .form-top > p:first-child { font-size: 29px; }
  #step-status { font-size: 12px; }
  .form-actions .btn { font-size: 16px; }
  .faq { padding-block: 60px; }
  .faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .faq h2 { font-size: 46px; }
  summary { font-size: 17px; }
  footer { padding-block: 36px 140px; }
  footer .in { grid-template-columns: 1fr; gap: 25px; }
  footer p { font-size: 12px; }
  .pbar { display: block; position: fixed; z-index: 40; bottom: 0; inset-inline: 0; padding: 12px 20px max(10px, env(safe-area-inset-bottom)); background: var(--night); border-top: 1px solid rgba(255,255,255,.18); }
  .pbar .btn { width: 100%; min-height: 54px; }
  .pbar p { text-align: center; font-size: 10px; line-height: 1.4; color: var(--grey); margin-top: 6px; }
  .review-visible .pbar { visibility: hidden; pointer-events: none; }
  body:has(#review:focus-within) .pbar { visibility: hidden; pointer-events: none; }
}
@media (max-width: 359px) {
  .in { width: calc(100% - 32px); }
  .hero-picker { padding-inline: 13px; }
  h1 { font-size: 44px; }
  .price-hook { font-size: 16px; }
  .price-hook strong { font-size: 29px; }
  .condition-grid { grid-template-columns: 1fr; }
  .tile-image { aspect-ratio: 1.5; }
  .tile-copy > p { min-height: 0; }
  .tile-link { min-height: 52px; font-size: 15px; }
  .review-panel { padding-inline: 16px; }
  .form-actions { gap: 10px; }
  .form-actions .btn { font-size: 14px; padding-inline: 12px; }
  .comparison-price strong { font-size: 76px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}


.hero-sub strong { color: var(--saffron); font-weight: 700; }
.hero-content { padding-top: 96px; padding-bottom: 88px; }
.hero-picker { margin-top: 44px; padding: 0; background: none; box-shadow: none; color: var(--white); border-radius: 0; max-width: 1180px; }
.hero-picker .condition-option span { white-space: nowrap; }
.hero-picker h2 { font: 700 18px/1.3 var(--body); color: var(--white); margin-bottom: 14px; }
.hero-picker .condition-option { background: var(--white); color: var(--night); border-color: transparent; }
.hero-picker .condition-option:hover { background: var(--saffron); color: var(--night); }
@media (max-width: 700px) {
  .hero-content { padding-top: 48px; padding-bottom: 40px; }
  .hero-picker { margin-top: 32px; padding: 0; }
}

/* Public navigation, forms and editorial entry points. */
.in { width: min(1280px, calc(100% - 32px)); }
.top nav { gap: 24px; margin-right: 0; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-error { border-left: 3px solid #A32721; padding: 16px; background: #FFF2EF; margin-top: 20px; font-size: 16px; }
.form-error p + p { margin-top: 10px; }
.form-error .back-button { font-weight: 700; }
.privacy-link { margin-top: 14px; font-size: 13px; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 20px 0; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; font-size: 15px; }
.guides { background: var(--white); }
.guide-list { display: grid; gap: 0 36px; }
.guide-card { min-width: 0; padding-block: 28px; border-top: 1px solid var(--line); }
.guide-card h3 { font: 400 32px/1.15 var(--display); letter-spacing: -.025em; }
.guide-card h3 a { text-decoration: none; }
.guide-card h3 a:hover { text-decoration: underline; }
.guide-card p { color: var(--muted); margin-top: 14px; }
.guide-card .guide-time { font-size: 14px; }
.empty-guides { max-width: 55ch; padding-block: 24px; border-top: 1px solid var(--line); color: var(--muted); }
.guides .all-guides { margin-top: 24px; }
body { overflow-wrap: break-word; }
.review-panel, .review-grid > *, .how-grid > *, .faq-grid > * { min-width: 0; }
.mobile-menu { display: block; border: 0; position: relative; }
.mobile-menu summary { min-height: 48px; padding: 12px 26px 12px 8px; font-size: 16px; }
.mobile-menu summary::after { top: 13px; }
.top .mobile-menu nav { display: flex; flex-direction: column; gap: 0; position: absolute; right: 0; top: 100%; width: 200px; padding: 16px 20px; background: var(--night); border: 1px solid #59636B; }
.top .mobile-menu nav a { min-height: 48px; }
.form-progress { display: none; }
.form-enhanced .form-progress { display: grid; }
@media (min-width: 701px) { .in { width: min(1280px, calc(100% - 64px)); } .mobile-menu { display: none; } }
@media (min-width: 1000px) { .guide-list { grid-template-columns: repeat(3, minmax(0, 1fr)); } .in { width: min(1280px, calc(100% - 112px)); } }
@media (max-width: 1000px) { .header-action { display: none; } }
@media (max-width: 700px) { .in { width: calc(100% - 32px); } .pbar { padding-inline: 16px; } .top .header-inner > nav { display: none; } .guide-card h3 { font-size: 30px; } .form-actions { flex-wrap: wrap; } .form-actions .btn { min-width: 0; width: 100%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

/* One-button hero (2026-09-25): bottom bar only after the hero button scrolls away; taller phone hero with the hiker visible */
.hero-cta-visible .pbar { visibility: hidden; pointer-events: none; }
.hero-sub strong { color: var(--saffron); font-weight: 700; }
.hero-content { padding-top: 96px; padding-bottom: 120px; }
@media (max-width: 700px) {
  .hero { min-height: 640px; display: flex; align-items: flex-end; }
  .hero-image { height: 100%; object-position: 62% 22%; }
  .hero-shade { background: linear-gradient(0deg, rgba(11,21,32,.94) 18%, rgba(11,21,32,.55) 52%, rgba(11,21,32,.05) 80%); }
  .hero-content { padding-top: 220px; padding-bottom: 40px; width: calc(100% - 40px); }
  .hero-cta { width: 100%; justify-content: space-between; }
}

/* Cookie choice (2026-09-25): small bar, bottom left, above the phone CTA bar */
.consent { position: fixed; left: 16px; bottom: 16px; z-index: 60; max-width: 420px; padding: 18px 20px; background: var(--white); color: var(--night); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 18px 40px rgba(11,21,32,.18); font-size: 15px; line-height: 1.45; }
.consent a { color: inherit; }
.consent-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 14px; }
.consent-no { background: none; border: 1px solid var(--line); border-radius: 8px; padding: 10px 16px; font: inherit; font-weight: 700; cursor: pointer; color: var(--night); }
@media (max-width: 700px) { .consent { left: 12px; right: 12px; bottom: 96px; max-width: none; } }
