/*!
 * AARO — Asian Alliance Radiation & Oncology
 * Stylesheet rebuilt to match the approved moodboard exactly:
 *   Clinical palette · Cormorant Garamond + Inter · soft corners ·
 *   layered shadows · framed images · column-stack hero ·
 *   .block sections separated by hairline borders.
 */

/* TOKENS */
:root {
  --bg: #FFFFFF;
  --surface: #F4F7FB;
  --surface-2: #E8EFF7;
  --ink: #0B2240;
  --ink-muted: #4A5A75;
  --ink-soft: #8A98AD;
  --accent: #0A7E6A;
  --accent-soft: #E0F2EE;
  --line: #DCE4EE;
  --line-soft: #E8EFF7;
  --inverse-bg: #0B2240;
  --inverse-ink: #FFFFFF;
  --inverse-mute: rgba(255,255,255,0.55);
  --cta-text: #FFFFFF;
  --gold: #B8882A;
  --gold-soft: #F5E9CE;
  --whatsapp: #25D366;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'DM Mono', ui-monospace, monospace;
  --display-weight: 300;
  --display-letter: -0.005em;
  --body-weight: 400;
  --display-size-h1: clamp(42px, 5vw, 68px);
  --display-size-h2: clamp(28px, 3.2vw, 40px);
  --display-size-h3: clamp(20px, 2.2vw, 24px);

  --display: var(--font-display);
  --body: var(--font-body);
  --mono: var(--font-mono);

  --r-sm: 4px;
  --r-md: 10px;
  --r-lg: 16px;
  --img-radius: 10px;

  --shadow-sm: 0 1px 2px rgba(15,28,50,0.06), 0 2px 4px rgba(15,28,50,0.04);
  --shadow-md: 0 4px 8px rgba(15,28,50,0.06), 0 12px 24px rgba(15,28,50,0.08), 0 24px 48px rgba(15,28,50,0.06);
  --shadow-hover: 0 8px 16px rgba(15,28,50,0.10), 0 20px 40px rgba(15,28,50,0.10), 0 32px 64px rgba(15,28,50,0.08);

  --img-border: 1px solid var(--line);

  --section-pad-y: 64px;
  --section-pad-x: 56px;
  --grid-gap: 20px;
  --container: 1320px;
  --container-narrow: 820px;
  --header-h: 72px;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: var(--body-weight);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-muted);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "cv11", "ss03", "ss04", "cv05", "liga";
  font-optical-sizing: auto;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--ink); }
ul, ol { padding-left: 1.25rem; }
hr { border: none; border-top: 1px solid var(--line); margin: 32px 0; }
::selection { background: var(--accent); color: var(--bg); }

/* TYPOGRAPHY */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-letter);
  line-height: 1.08;
  color: var(--ink);
  margin: 0 0 16px;
}
h1 { font-size: var(--display-size-h1); line-height: 1.04; }
h2 { font-size: var(--display-size-h2); line-height: 1.1; }
h3 { font-size: var(--display-size-h3); line-height: 1.2; }
h4 { font-size: 17px; line-height: 1.25; }
h5 { font-size: 11px; line-height: 1.3; font-family: var(--font-mono); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); margin: 0 0 12px; }
h6 { font-size: 11px; font-family: var(--font-mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); font-weight: 500; margin: 0 0 8px; }

h1 em, h2 em, h3 em { color: var(--accent); font-style: italic; font-family: var(--font-display); font-weight: inherit; }
.ink-em em { color: var(--ink-muted); }

.h-display { font-size: var(--display-size-h1); }
.h-section { font-size: var(--display-size-h2); }

.eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 12px;
}
.lead {
  font-size: 18px; line-height: 1.65;
  color: var(--ink-muted); font-weight: 400;
  max-width: 600px; margin-bottom: 30px;
}
.prose { color: var(--ink-muted); font-size: 15px; line-height: 1.75; max-width: 720px; }
.prose h2 { margin-top: 32px; }
.prose h3 { margin-top: 28px; }
.prose p, .prose ul, .prose ol { margin: 0 0 16px; }
.prose ul li, .prose ol li { margin-bottom: 6px; }
.prose strong { color: var(--ink); font-weight: 600; }

.text-center { text-align: center; }
.mt-2 { margin-top: 8px; } .mt-3 { margin-top: 16px; } .mt-4 { margin-top: 24px; } .mt-5 { margin-top: 40px; }
.mb-2 { margin-bottom: 8px; } .mb-3 { margin-bottom: 16px; } .mb-4 { margin-bottom: 24px; } .mb-5 { margin-bottom: 40px; }

/* CONTAINER + .block sections */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--section-pad-x);
  padding-right: var(--section-pad-x);
}
.container--narrow { max-width: var(--container-narrow); }

.block { padding: var(--section-pad-y) var(--section-pad-x); }
.block + .block { border-top: 1px solid var(--line); }
.block.alt { background: var(--surface); }
.block .block-inner { max-width: var(--container); margin: 0 auto; }

.section { padding: var(--section-pad-y) 0; }
.section-head, .section-header { max-width: 720px; margin-bottom: 40px; }
.section-head .eyebrow { display: block; margin-bottom: 14px; }
.section-head p { margin-top: 14px; font-size: 15px; max-width: 580px; color: var(--ink-muted); }

.grid { display: grid; gap: var(--grid-gap); }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

/* BUTTONS */
.btn-primary, .btn-secondary, a.btn-cta, .btn-cta,
.btn, .btn--primary, .btn--secondary, .btn--accent {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px; padding: 13px 24px;
  border-radius: var(--r-sm);
  font-size: 13px; font-weight: 600;
  font-family: var(--font-body); text-decoration: none;
  letter-spacing: 0.02em; cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap; line-height: 1.2;
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease),
              background 0.22s var(--ease), color 0.22s var(--ease), border-color 0.22s var(--ease);
}
.btn-primary, .btn, .btn--primary { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn-primary:hover, .btn:hover, .btn--primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); color: var(--bg); }
.btn-secondary, .btn--secondary { background: transparent; color: var(--ink); border-color: var(--line); padding: 12px 22px; }
.btn-secondary:hover, .btn--secondary:hover { background: var(--surface); border-color: var(--ink-muted); transform: translateY(-2px); box-shadow: var(--shadow-md); color: var(--ink); }
a.btn-cta, .btn-cta, .btn--accent { background: var(--accent); color: var(--cta-text); padding: 9px 18px; font-size: 12px; border-color: var(--accent); }
a.btn-cta:hover, .btn-cta:hover, .btn--accent:hover { background: var(--ink); border-color: var(--ink); color: var(--cta-text); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--whatsapp { background: var(--whatsapp); color: var(--bg); border-color: var(--whatsapp); }
.btn--whatsapp:hover { background: #1FB956; border-color: #1FB956; color: var(--bg); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--lg { padding: 16px 28px; font-size: 14px; }
.btn--sm { padding: 9px 16px; font-size: 12px; }

.btn .arr, .btn-primary .arr, .btn-secondary .arr, a.btn-cta .arr,
.btn--primary .arr, .btn--secondary .arr, .btn--accent .arr {
  display: inline-block; transition: transform 0.2s var(--ease);
}
.btn:hover .arr, .btn-primary:hover .arr, .btn-secondary:hover .arr, a.btn-cta:hover .arr,
.btn--primary:hover .arr, .btn--secondary:hover .arr, .btn--accent:hover .arr { transform: translateX(3px); }

/* IMAGE WRAP */
.img-wrap {
  position: relative; overflow: hidden;
  border-radius: var(--img-radius);
  border: var(--img-border);
  background: var(--surface);
}
.img-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.aspect-16\/9 { aspect-ratio: 16 / 9; }
.aspect-4\/3 { aspect-ratio: 4 / 3; }
.aspect-3\/2 { aspect-ratio: 3 / 2; }
.aspect-4\/5 { aspect-ratio: 4 / 5; }
.aspect-1\/1 { aspect-ratio: 1 / 1; }
.aspect-16\/10 { aspect-ratio: 16 / 10; }
.ratio-16-9 { aspect-ratio: 16/9; }
.ratio-4-3 { aspect-ratio: 4/3; }
.ratio-3-2 { aspect-ratio: 3/2; }
.ratio-4-5 { aspect-ratio: 4/5; }
.ratio-1-1 { aspect-ratio: 1/1; }

/* HERO — column-stack */
.hero {
  padding: var(--section-pad-y) var(--section-pad-x);
  display: flex; flex-direction: column;
  background: var(--bg);
}
.hero-content { max-width: 780px; margin-bottom: 56px; }
.hero-eyebrow { margin-bottom: 18px; display: block; }
.hero h1 { margin-bottom: 24px; }
.hero p.lead, .hero .lead { font-size: 18px; max-width: 600px; line-height: 1.65; margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-media .img-wrap { aspect-ratio: 16 / 9; }

/* HERO --full (full-screen variant kept) */
.hero--full {
  position: relative; min-height: 88vh; min-height: 88dvh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0; overflow: hidden;
  background: var(--inverse-bg); color: var(--inverse-ink);
}
/* Reset moodboard .hero base styles that fight with full-bleed mode */
.hero--full > * { margin-bottom: 0; }
.hero--full .hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero--full .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.hero--full .hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 75% 65% at 22% 78%, rgba(11,34,64,0.96) 0%, rgba(11,34,64,0.90) 35%, rgba(11,34,64,0.55) 65%, rgba(11,34,64,0.15) 90%, transparent 100%),
    linear-gradient(to top, rgba(11,34,64,0.85) 0%, rgba(11,34,64,0.55) 35%, rgba(11,34,64,0.15) 70%, transparent 100%),
    linear-gradient(to right, rgba(11,34,64,0.75) 0%, rgba(11,34,64,0.35) 35%, transparent 65%);
}
.hero--full .container { position: relative; z-index: 2; padding-top: 0; padding-bottom: 96px; width: 100%; display: block; }
.hero--full .hero-content { max-width: 720px; display: block; margin: 0; }
.hero--full .hero-eyebrow { color: var(--inverse-ink); text-shadow: 0 1px 4px rgba(0,0,0,0.5); }
.hero--full h1 { color: var(--inverse-ink); text-shadow: 0 2px 16px rgba(0,0,0,0.45), 0 1px 3px rgba(0,0,0,0.6); }
.hero--full h1 em { color: #6FE0BF; font-style: italic; }
.hero--full .lead { color: var(--inverse-ink); max-width: 600px; text-shadow: 0 1px 8px rgba(0,0,0,0.55), 0 1px 2px rgba(0,0,0,0.6); }
@media (max-width: 767px) {
  .hero--full { min-height: 78vh; min-height: 78dvh; }
  .hero--full .container { padding-top: 0; padding-bottom: 64px; }
  .hero--full .hero-bg img { object-position: center 30%; }
}

/* TRUST BAR — 4-up */
.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--grid-gap);
  padding: 28px var(--section-pad-x);
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-item .num { font-family: var(--font-display); font-weight: var(--display-weight); font-size: 32px; color: var(--ink); display: block; line-height: 1; margin-bottom: 4px; font-variant-numeric: tabular-nums; }
.trust-item .lbl { font-size: 11.5px; color: var(--ink-muted); font-weight: 500; display: block; }

/* SERVICE GRID — 4-up dense */
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--grid-gap); }
.service-card {
  background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 24px;
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; position: relative;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.service-card .ic {
  width: 38px; height: 38px;
  border-radius: var(--r-sm);
  background: var(--accent-soft);
  margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  flex-shrink: 0;
}
.service-card .ic svg { width: 20px; height: 20px; stroke-width: 1.5; }
.service-card h3 { font-size: 19px; margin-bottom: 8px; line-height: 1.2; }
.service-card p { font-size: 13px; flex: 1; margin-bottom: 16px; line-height: 1.55; color: var(--ink-muted); }
.service-card a {
  color: var(--accent); font-size: 12px; font-weight: 600;
  letter-spacing: 0.04em; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  align-self: flex-start;
  transition: color 0.18s var(--ease);
}
.service-card a .arr-link { display: inline-block; transition: transform 0.22s var(--ease); }
.service-card a:hover { color: var(--ink); }
.service-card a:hover .arr-link { transform: translateX(4px); }

/* CARE STRIP */
.care-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--grid-gap); }
.care-step .img-wrap { aspect-ratio: 1/1; margin-bottom: 14px; }
.care-step .step-num { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em; color: var(--ink-soft); text-transform: uppercase; margin-bottom: 6px; display: block; }
.care-step h4 { font-size: 17px; margin-bottom: 6px; line-height: 1.25; color: var(--ink); }
.care-step p { font-size: 13px; line-height: 1.55; color: var(--ink-muted); }

/* SPECIALISTS PREVIEW */
.specialists-preview { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: center; }
.specialists-preview .img-wrap { aspect-ratio: 3/2; }
.specialists-preview .copy h2 { font-size: var(--display-size-h2); margin-bottom: 16px; }
.specialists-preview .copy p { font-size: 15px; margin-bottom: 20px; line-height: 1.7; }
.specialists-preview .name-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; margin-bottom: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.specialists-preview .name-list .nm { font-size: 13px; color: var(--ink); font-weight: 500; }
.specialists-preview .name-list .nm small { display: block; font-size: 11px; color: var(--ink-soft); font-weight: 400; margin-top: 2px; }

/* STORY GRID */
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.story-card {
  background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  text-decoration: none;
}
.story-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.story-card .img-wrap { aspect-ratio: 4/3; border: none; border-radius: 0; }
.story-card .body { padding: 20px; }
.story-card .tag {
  display: inline-block; background: var(--accent-soft); color: var(--accent);
  font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 3px 9px; border-radius: var(--r-sm); margin-bottom: 10px;
  font-family: var(--font-mono);
}
.story-card h3 { font-size: 18px; line-height: 1.3; margin-bottom: 6px; color: var(--ink); }
.story-card p { font-size: 13px; color: var(--ink-muted); }

/* FACILITY ROW */
.facility-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: center; }
.facility-row .img-wrap { aspect-ratio: 4/3; }
.facility-row .copy h2 { font-size: var(--display-size-h2); margin-bottom: 16px; }
.facility-row .copy p { font-size: 14.5px; line-height: 1.7; margin-bottom: 20px; color: var(--ink-muted); }
.facility-row .copy ul { list-style: none; padding: 0; margin: 0; }
.facility-row .copy ul li {
  padding: 8px 0 8px 22px;
  position: relative;
  font-size: 13.5px;
  color: var(--ink-muted);
  border-bottom: 1px solid var(--line);
}
.facility-row .copy ul li:last-child { border-bottom: none; }
.facility-row .copy ul li::before {
  content: '·';
  position: absolute; left: 0; top: 8px;
  color: var(--accent);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

/* Generic .card kept for compatibility */
.card {
  position: relative; background: var(--bg);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  padding: 0; display: flex; flex-direction: column;
  overflow: hidden;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.card-tag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 12px; display: inline-block; }
.card-tag--gold { color: var(--gold); }
.card-title { font-family: var(--font-display); font-weight: 400; font-size: 22px; line-height: 1.15; color: var(--ink); margin: 0 0 8px; }
.card-meta { font-size: 13px; color: var(--ink-soft); margin: 0 0 12px; }
.card-excerpt { font-size: 14px; line-height: 1.6; color: var(--ink-muted); margin: 0 0 16px; flex: 1; }
.card-link { margin-top: auto; font-size: 13px; font-weight: 500; color: var(--accent); display: inline-flex; align-items: center; gap: 4px; }
.card-link::after { content: ' →'; transition: transform 0.2s var(--ease); display: inline-block; }
.card-link:hover { color: var(--ink); }
.card-link:hover::after { transform: translateX(3px); }

.doctor-card .img-wrap { border: none; border-radius: 0; }
.monogram-card { padding: 32px 24px 24px; }
.monogram-card .monogram { width: 64px; height: 64px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 24px; font-weight: 500; letter-spacing: 0.02em; margin-bottom: 20px; }
.monogram-card .card-body { padding: 0; }

/* HEADER + NAV */
.utility-bar { background: var(--ink); color: var(--inverse-mute); font-size: 12px; padding: 8px 0; font-family: var(--font-mono); letter-spacing: 0.04em; }
.utility-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.utility-bar a { color: rgba(255,255,255,0.85); margin-left: 20px; }
.utility-bar a:hover { color: var(--inverse-ink); }

.site-header { position: sticky; top: 0; z-index: 60; background: var(--bg); border-bottom: 1px solid var(--line); height: var(--header-h); display: flex; align-items: center; } .site-header-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 24px; }
/* Anchor scroll offset — jump targets clear the sticky header (72px) with breathing room */
:target { scroll-margin-top: calc(var(--header-h) + 32px); }
section[id], [id="contact"], .section[id], .block[id] { scroll-margin-top: calc(var(--header-h) + 32px); }
html { scroll-behavior: smooth; }
.site-logo { font-family: var(--font-display); font-weight: 500; font-size: 24px; color: var(--ink); letter-spacing: 0.06em; display: flex; flex-direction: column; line-height: 1; }
.site-logo small { font-family: var(--font-mono); font-size: 9px; font-weight: 400; color: var(--ink-soft); letter-spacing: 0.18em; text-transform: uppercase; margin-top: 4px; }

.primary-nav { display: none; }
@media (min-width: 1024px) {
  .primary-nav { display: block; flex: 1; margin-left: 32px; }
  .primary-nav > ul { display: flex; gap: 22px; align-items: center; list-style: none; margin: 0; padding: 0; }
  .primary-nav a, .primary-nav .nav-label { font-size: 12.5px; color: var(--ink-muted); font-weight: 500; position: relative; padding: 8px 0; transition: color 0.18s ease; text-decoration: none; letter-spacing: 0.02em; white-space: nowrap; }
  .primary-nav .nav-label { cursor: default; user-select: none; display: inline-flex; align-items: center; }
  .primary-nav a:not(.btn-cta)::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform 0.25s var(--ease); }
  .primary-nav a:not(.btn-cta):hover { color: var(--ink); }
  .primary-nav a:not(.btn-cta):hover::after { transform: scaleX(1); }
  .primary-nav a.is-current { color: var(--ink); }
  .primary-nav a.is-current::after { transform: scaleX(1); background: var(--accent); }
  .primary-nav li.has-dropdown:hover .nav-label, .primary-nav li.has-dropdown.is-open .nav-label { color: var(--ink); }
}

.header-cta { display: none; }
@media (min-width: 1024px) {
  .header-cta { display: inline-flex; align-items: center; background: var(--accent); color: var(--cta-text); font-size: 12px; font-weight: 600; font-family: var(--font-body); padding: 10px 18px; border-radius: var(--r-sm); border: 1px solid var(--accent); text-decoration: none; white-space: nowrap; line-height: 1.2; flex-shrink: 0; transition: all 0.22s var(--ease); letter-spacing: 0.02em; }
  .header-cta:hover { background: var(--ink); border-color: var(--ink); color: var(--cta-text); transform: translateY(-2px); box-shadow: var(--shadow-md); }
}

.nav-toggle { background: transparent; border: none; padding: 8px; cursor: pointer; color: var(--ink); display: inline-flex; }
@media (min-width: 1024px) { .nav-toggle { display: none; } }

.primary-nav li.has-dropdown { position: relative; }
.primary-nav li.has-dropdown > a, .primary-nav li.has-dropdown > .nav-label { padding-right: 4px; }
.primary-nav .nav-chev { display: inline-block; margin-left: 6px; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform 0.2s var(--ease); vertical-align: middle; }
.primary-nav li.has-dropdown:hover .nav-chev, .primary-nav li.has-dropdown.is-open .nav-chev { transform: rotate(225deg) translateY(2px); }
.primary-nav .nav-chev-btn { position: absolute; inset: 0; width: 100%; height: 100%; background: transparent; cursor: pointer; display: none; border: none; }
.primary-nav .dropdown { position: absolute; top: calc(100% + 4px); left: -16px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-md); padding: 8px; margin: 0; width: 280px; list-style: none; display: block; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 0.18s var(--ease), transform 0.18s var(--ease), visibility 0.18s var(--ease); z-index: 80; }
.primary-nav li.has-dropdown:hover > .dropdown, .primary-nav li.has-dropdown:focus-within > .dropdown, .primary-nav li.has-dropdown.is-open > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-nav li.has-dropdown::before { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 4px; }
.primary-nav .dropdown li { display: block; width: 100%; margin: 0; padding: 0; border: none; }
.primary-nav .dropdown li + li { border-top: 1px solid var(--line-soft); }
.primary-nav .dropdown a { display: block; padding: 10px 14px; font-size: 13px; color: var(--ink); font-weight: 500; border-radius: var(--r-sm); white-space: normal; line-height: 1.35; letter-spacing: 0; }
.primary-nav .dropdown a::after { content: none !important; }
.primary-nav .dropdown a:hover { background: var(--surface); color: var(--ink); }
.primary-nav .dropdown .dropdown-meta { display: block; font-size: 11px; color: var(--ink-soft); font-weight: 400; font-family: var(--font-mono); margin-top: 2px; letter-spacing: 0.02em; }

.mobile-nav { position: fixed; inset: 0; background: var(--bg); z-index: 100; padding: 24px var(--section-pad-x); transform: translateX(100%); transition: transform 0.3s var(--ease); overflow-y: auto; }
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
.mobile-nav ul { list-style: none; padding: 0; margin: 0 0 24px; }
.mobile-nav li { border-bottom: 1px solid var(--line); }
.mobile-nav li a, .mobile-nav .nav-label { display: block; padding: 16px 0; font-size: 16px; color: var(--ink); font-weight: 500; text-decoration: none; }
.mobile-nav .nav-label { cursor: default; }
.mobile-nav .has-dropdown-mobile .m-row { display: flex; align-items: center; justify-content: space-between; }
.mobile-nav .has-dropdown-mobile .m-row a, .mobile-nav .has-dropdown-mobile .m-row .nav-label { flex: 1; border: none; }
.mobile-nav .has-dropdown-mobile .m-chev { flex-shrink: 0; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; background: transparent; border: none; cursor: pointer; }
.mobile-nav .has-dropdown-mobile .m-chev::before { content: ''; width: 8px; height: 8px; border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); transform: rotate(45deg) translateY(-2px); transition: transform 0.2s var(--ease); }
.mobile-nav .has-dropdown-mobile.is-expanded .m-chev::before { transform: rotate(225deg) translateY(2px); }
.mobile-nav .m-dropdown { list-style: none; max-height: 0; overflow: hidden; transition: max-height 0.25s var(--ease); padding-left: 0; }
.mobile-nav .has-dropdown-mobile.is-expanded .m-dropdown { max-height: 800px; }
.mobile-nav .m-dropdown li { border: none; }
.mobile-nav .m-dropdown li + li { border-top: 1px solid var(--line-soft); }
.mobile-nav .m-dropdown a { font-size: 14.5px; font-weight: 400; color: var(--ink-muted); padding: 12px 0 12px 16px; }
@media (min-width: 1024px) { .mobile-nav { display: none; } }

/* BREADCRUMBS */
.breadcrumbs { background: var(--surface); padding: 12px 0; font-size: 12px; font-family: var(--font-mono); letter-spacing: 0.06em; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.breadcrumbs li { color: var(--ink-soft); }
.breadcrumbs li:not(:last-child)::after { content: ' / '; padding-left: 8px; color: var(--line); }
.breadcrumbs a { color: var(--ink-muted); }
.breadcrumbs a:hover { color: var(--ink); }

/* PROMO STRIP */
.promo-strip { background: var(--accent-soft); color: var(--accent); padding: 14px 0; text-align: center; font-size: 13.5px; border-bottom: 1px solid rgba(10, 126, 106, 0.2); }
.promo-strip strong { color: var(--accent); font-weight: 600; }
.promo-strip a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; font-weight: 500; }

/* PILLS */
.pill { display: inline-block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; padding: 5px 11px; border-radius: 100px; background: var(--surface-2); color: var(--ink-muted); border: 1px solid var(--line); margin-right: 6px; margin-bottom: 6px; }
.pill--teal { background: var(--accent-soft); color: var(--accent); border-color: var(--accent-soft); }
.pill--gold { background: var(--gold-soft); color: var(--gold); border-color: var(--gold-soft); }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }

/* FAQ */
.faq-item, .accordion-row { border-bottom: 1px solid var(--line); }
.faq-q, .accordion-row { padding: 18px 0; display: flex; justify-content: space-between; align-items: center; font-size: 15px; font-weight: 500; color: var(--ink); cursor: pointer; transition: color 0.18s ease; background: transparent; border: none; width: 100%; text-align: left; font-family: var(--font-body); }
.faq-q:hover, .accordion-row:hover { color: var(--accent); }
.faq-q::after { content: '+'; color: var(--accent); font-weight: 400; font-size: 22px; transition: transform 0.25s var(--ease); font-family: var(--font-display); }
.faq-item.is-open .faq-q::after { transform: rotate(45deg); }
.faq-a, .faq-item .faq-body { max-height: 0; overflow: hidden; transition: max-height 0.3s var(--ease), padding 0.3s var(--ease); font-size: 14px; color: var(--ink-muted); line-height: 1.7; }
.faq-item.is-open .faq-a, .faq-item.is-open .faq-body { max-height: 500px; padding-bottom: 18px; }

/* FORMS */
.form-input, .form-textarea { font-size: 14px; color: var(--ink); font-family: var(--font-body); padding: 10px 4px; background: transparent; border: none; border-bottom: 1px solid var(--line); outline: none; width: 100%; transition: border-color 0.2s, color 0.2s; }
.form-input::placeholder, .form-textarea::placeholder { color: var(--ink-soft); }
.form-input:focus, .form-textarea:focus { border-bottom-color: var(--accent); border-bottom-width: 2px; color: var(--ink); }
.form-label { display: block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 6px; font-weight: 500; }

/* CTA BANDS */
.cta-band { background: var(--surface); padding: 48px 40px; border-radius: var(--r-lg); border: 1px solid var(--line); display: grid; gap: 24px; align-items: center; }
@media (min-width: 768px) { .cta-band { grid-template-columns: 1fr auto; gap: 32px; } }
.cta-band--navy { background: var(--inverse-bg); color: var(--inverse-ink); border-color: var(--inverse-bg); }
.cta-band--navy h3 { color: var(--inverse-ink); }
.cta-band--navy p { color: rgba(255,255,255,0.75); }

/* DOCTOR HERO */
.doctor-hero { padding: 56px 0; background: var(--surface); }
.doctor-hero-inner { display: grid; gap: 32px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 1024px) { .doctor-hero-inner { grid-template-columns: 1fr 1.4fr; gap: 48px; } }
.doctor-role { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--accent); margin: 8px 0 16px; text-transform: uppercase; }
.doctor-tags { display: flex; flex-wrap: wrap; margin-top: 12px; }

/* PUB LIST */
.pub { border-bottom: 1px solid var(--line); padding: 16px 0; }
.pub:last-of-type { border-bottom: none; }
.pub h5 { font-family: var(--font-body); font-size: 15px; font-weight: 500; color: var(--ink); margin: 0 0 4px; text-transform: none; letter-spacing: 0; line-height: 1.4; }
.pub-meta { font-family: var(--font-mono); font-size: 11px; color: var(--ink-soft); letter-spacing: 0.04em; }

/* FOOTER */
.site-footer { background: var(--inverse-bg); color: var(--inverse-mute); padding: 56px var(--section-pad-x) 32px; margin-top: 0; }
.site-footer h5 { color: var(--inverse-ink); font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { padding: 4px 0; color: var(--inverse-mute); font-size: 13px; }
.site-footer a { color: rgba(255,255,255,0.72); text-decoration: none; }
.site-footer a:hover { color: var(--inverse-ink); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; max-width: var(--container); margin-left: auto; margin-right: auto; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr; } }
@media (min-width: 768px) and (max-width: 1100px) { .footer-grid { grid-template-columns: 1fr 1fr 1fr; } .footer-brand-col { grid-column: 1 / -1; } }
.footer-brand-col .footer-logo { font-family: var(--font-display); font-size: 28px; font-weight: var(--display-weight); color: var(--inverse-ink); letter-spacing: 0.06em; margin-bottom: 8px; }
.footer-tagline { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 24px; }
.footer-contact { font-size: 13px; color: rgba(255,255,255,0.72); line-height: 1.7; margin-bottom: 24px; }
.footer-contact a { color: var(--inverse-ink); font-weight: 500; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.04em; }
.footer-socials a:hover { background: var(--accent); color: var(--inverse-ink); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; flex-direction: column; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.45); font-family: var(--font-mono); letter-spacing: 0.04em; max-width: var(--container); margin: 0 auto; }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; } }
.footer-bottom-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-bottom-links a { color: rgba(255,255,255,0.45); }
.footer-bottom-links a:hover { color: var(--inverse-ink); }

/* SCROLL REVEALS */
[data-reveal] { transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
[data-reveal]:not(.revealed) { opacity: 0; transform: translateY(20px); }
[data-reveal].revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { transition: none !important; }
  [data-reveal]:not(.revealed) { opacity: 1; transform: none; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* RESPONSIVE */
@media (max-width: 1023px) {
  .service-grid, .care-strip { grid-template-columns: 1fr 1fr; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .specialists-preview, .facility-row { grid-template-columns: 1fr; gap: 24px; }
  .trust-bar { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .grid-cols-3, .grid-cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  :root { --section-pad-x: 24px; --section-pad-y: 48px; }
  .service-grid, .care-strip, .story-grid, .trust-bar { grid-template-columns: 1fr; }
  .grid-cols-2, .grid-cols-3, .grid-cols-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .container { padding-left: var(--section-pad-x); padding-right: var(--section-pad-x); }
  .utility-bar-left { display: none; }
  .utility-bar a:first-child { margin-left: 0; }
  h1 br { display: none; }
}

/* PLACEHOLDERS */
.img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--surface); border: 1px dashed var(--line); border-radius: var(--img-radius); color: var(--ink-soft); text-align: center; padding: 24px; }
.img-placeholder-inner { display: flex; flex-direction: column; gap: 4px; max-width: 280px; }
.img-placeholder-cat { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); font-weight: 500; }
.img-placeholder-desc { font-size: 13px; color: var(--ink-muted); line-height: 1.4; }
.img-placeholder-meta { font-family: var(--font-mono); font-size: 10px; color: var(--ink-soft); letter-spacing: 0.04em; margin-top: 4px; }
.tbc { display: inline-block; background: var(--gold-soft); color: var(--gold); font-family: var(--font-mono); font-size: 11px; padding: 4px 8px; border-radius: var(--r-sm); letter-spacing: 0.04em; }


/* ============================================================ */
/* DROPDOWN DISABLED ITEMS — greyed, with "Coming soon" tag    */
/* ============================================================ */
.primary-nav .dropdown li .dropdown-disabled,
.mobile-nav .m-dropdown li .dropdown-disabled {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
  border-radius: var(--r-sm);
  white-space: normal;
  line-height: 1.35;
  letter-spacing: 0;
  cursor: default;
  user-select: none;
  position: relative;
  opacity: 0.65;
}
.primary-nav .dropdown li .dropdown-disabled:hover,
.mobile-nav .m-dropdown li .dropdown-disabled:hover {
  background: transparent;
  color: var(--ink-soft);
}
.primary-nav .dropdown li .dropdown-disabled .dropdown-meta,
.mobile-nav .m-dropdown li .dropdown-disabled .dropdown-meta {
  color: var(--ink-soft);
  opacity: 0.8;
}

.dropdown-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-soft);
  padding: 2px 6px;
  border-radius: 100px;
  margin-top: 4px;
  margin-left: 0;
  vertical-align: middle;
  line-height: 1.2;
}

/* Mobile drawer — slightly different padding context */
.mobile-nav .m-dropdown li .dropdown-disabled {
  font-size: 14.5px;
  padding: 12px 0 12px 16px;
  font-weight: 400;
  color: var(--ink-soft);
}
.mobile-nav .m-dropdown li .dropdown-disabled .dropdown-tag {
  display: inline-block;
  margin-left: 8px;
  margin-top: 0;
}


/* ============================================================ */
/* FOOTER DISABLED ITEMS — matches dropdown-disabled treatment */
/* ============================================================ */
.site-footer .footer-disabled {
  display: block;
  color: rgba(255, 255, 255, 0.35);
  font-size: 13px;
  text-decoration: none;
  cursor: default;
  user-select: none;
  line-height: 1.5;
}
.site-footer .footer-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(184, 136, 42, 0.18);
  padding: 2px 6px;
  border-radius: 100px;
  margin-left: 6px;
  vertical-align: middle;
  line-height: 1.2;
}


/* ============================================================ */
/* GHOST BUTTON — for use on dark hero overlays                  */
/* ============================================================ */
.btn--ghost-light {
  background: transparent;
  color: var(--inverse-ink);
  border-color: rgba(255, 255, 255, 0.55);
}
.btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--inverse-ink);
  color: var(--inverse-ink);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
/* On dark hero, the accent btn already has white text on teal — fine.
   But the primary nav-style btn-primary (navy on dark bg) would disappear.
   So for hero--full we deliberately use .btn--accent + .btn--ghost-light. */

/* Make sure .btn--accent reads well at btn--lg sizing */
.btn--accent.btn--lg { padding: 16px 28px; font-size: 14px; }


/* ============================================================ */
/* STORY ROW — text + image side-by-side (1fr/1fr equal split)  */
/* Used by Our story section. Text-led, image complements.     */
/* ============================================================ */
.story-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 900px) {
  .story-row {
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: center;
  }
}

/* Inner-page HERO images (cancers + treatments + team) match the landing-page
   hero size — large landscape image, same proportions as .os-hero--split.
   The hero is the story-row containing the .cancer-stats band. */
@media (min-width: 900px) {
  .single-cancer .story-row:has(.cancer-stats),
  .single-treatment .story-row:has(.cancer-stats) {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 52px;
    align-items: center;
  }
  .single-cancer .story-row:has(.cancer-stats) .story-row__media .img-wrap,
  .single-treatment .story-row:has(.cancer-stats) .story-row__media .img-wrap {
    aspect-ratio: 4 / 3.2;
    max-width: none;
  }

  /* Content (non-hero) story-rows — balanced two-column: text and image sit
     next to each other at equal width, no dead gap, no tiny pinned image. */
  .single-cancer .story-row:not(:has(.cancer-stats)),
  .single-treatment .story-row:not(:has(.cancer-stats)) {
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
  }
  /* Let the text fill its column instead of capping at 600px (which caused the gap) */
  .single-cancer .story-row:not(:has(.cancer-stats)) .story-row__text,
  .single-treatment .story-row:not(:has(.cancer-stats)) .story-row__text {
    max-width: none;
  }
  /* Image fills its half at a clean landscape ratio, matching the hero's shape */
  .single-cancer .story-row:not(:has(.cancer-stats)) .story-row__media .img-wrap,
  .single-treatment .story-row:not(:has(.cancer-stats)) .story-row__media .img-wrap {
    aspect-ratio: 4 / 3.2;
    max-width: none;
  }

  /* More vertical breathing room around content sections on inner pages,
     so the larger images aren't cramped against the section edges. */
  .single-cancer .block,
  .single-treatment .block,
  .single-cancer .section,
  .single-treatment .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.story-row__text {
  max-width: 600px;
}
.story-row__text .eyebrow { display: block; margin-bottom: 14px; }
.story-row__text h2 { margin-bottom: 24px; }
.story-row__text p {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 16px;
  color: var(--ink-muted);
}
.story-row__text p:last-child { margin-bottom: 0; }
.story-row__text strong { color: var(--ink); font-weight: 600; }
.story-row__media .img-wrap { aspect-ratio: 4/5; }
@media (min-width: 1024px) {
  .story-row__media .img-wrap { aspect-ratio: 4/5; }
}

/* Homepage Why AARO — moderate feature image (not full-half-page large) */
@media (min-width: 900px) {
  .story-row--feature { grid-template-columns: 1fr 420px; gap: 52px; align-items: center; }
  .story-row--feature .story-row__media .img-wrap { aspect-ratio: 4/5; max-width: 420px; }
}

/* Hero-balanced: media height tracks the text column instead of a fixed 4:5,
   so short-copy heroes (e.g. Healthcare Team) don't overhang the text. */
@media (min-width: 1024px) {
  .story-row--hero-balanced { align-items: stretch; }
  .story-row--hero-balanced .story-row__media { display: flex; }
  .story-row--hero-balanced .story-row__media .img-wrap { aspect-ratio: auto; width: 100%; height: 100%; min-height: 440px; }
}


/* ============================================================ */
/* ============================================================ */
/* LOCATIONS — side-by-side flagship + partner cards grid       */
/* Desktop ≥1024: flagship LEFT, partner cards RIGHT in 2-col   */
/* Mobile: stacked vertically                                    */
/* ============================================================ */
@media (min-width: 1024px) {
}

/* Flagship card — image-on-top + body below.
   In side-by-side mode, fills its column with stretched image. */
@media (min-width: 1024px) {
}
@media (min-width: 768px) {
}

/* Partner clinic cards grid */
@media (min-width: 600px) {
}
@media (min-width: 1024px) {
  /* In side-by-side mode, keep 2 cols within the right column */
}

/* Mobile full-bleed flagship */
@media (max-width: 767px) {
}

/* ============================================================ */
@media (min-width: 1024px) {
}

/* FLAGSHIP — image, name, address, 2 CTAs */

/* PARTNER LIST */
@media (min-width: 600px) {
}


/* ============================================================ */
/* CENTRED CONTENT — every .block centers content at --container */
/* This makes content cap at 1320px and sit centered on wide     */
/* viewports rather than stretching edge-to-edge.                */
/* ============================================================ */
.block > * {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
/* Background and decorative children should still span full width.
   In practice, .block direct children are always content wrappers
   (.section-head, .service-grid, .care-strip, .specialists-preview,
   .story-row, .story-grid, .locations-grid, .facility-row, etc), so
   the rule above safely centers all of them. */

/* Trust bar — grid itself centers at container width */
/* removed: trust-bar max-width constraint (now full-bleed) */
/* Need to wrap trust-bar in a full-width band so the surface
   background stretches edge-to-edge while content stays centered.
   Easiest: give .trust-bar a .container-style max-width directly. */

/* Promo strip — already has .container child but reinforce */
.promo-strip > .container {
  max-width: var(--container);
  margin: 0 auto;
}

/* Hero (column-stack version) — center its content too */
.hero > * {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}


/* ============================================================ */
/* VIDEO STORY CARDS — YouTube embeds in patient story slots    */
/* ============================================================ */
.story-card--video {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  text-decoration: none;
}
.story-card--video:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

/* video wrapper enforces 16:9 aspect ratio (native YouTube) */
.video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* card body matches non-video story-card */
.story-card--video .body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.story-card--video .body h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 6px;
  color: var(--ink);
}
.story-card--video .body p {
  font-size: 13px;
  color: var(--ink-muted);
  margin-bottom: 12px;
}
.story-card--video .body .text-link {
  margin-top: auto;
  font-size: 12.5px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  transition: color 0.18s var(--ease);
}
.story-card--video .body .text-link .arr-link {
  display: inline-block;
  transition: transform 0.22s var(--ease);
}
.story-card--video .body .text-link:hover { color: var(--ink); }
.story-card--video .body .text-link:hover .arr-link { transform: translateX(4px); }


/* ============================================================ */
/* VIDEO POSTER — lazy-load YouTube embed pattern               */
/* User clicks poster image; JS swaps in real iframe.            */
/* Cleaner than autoloading 3 iframes (saves ~3MB on page load)  */
/* ============================================================ */
.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: #000;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s var(--ease), filter 0.3s var(--ease);
}
.video-poster:hover img {
  transform: scale(1.04);
  filter: brightness(1.05);
}
.video-poster .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: transform 0.25s var(--ease), filter 0.25s var(--ease);
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}
.video-poster:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-poster:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: -3px;
}


/* ============================================================ */
/* BOOK CONSULTATION — bottom-of-home CTA + form section        */
/* Two-column: intro/steps/CTAs left, form right                 */
/* ============================================================ */
.book-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 900px) {
  .book-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 72px;
  }
}

.book-intro h2 { margin-bottom: 16px; }
.book-intro > p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-muted);
  max-width: 560px;
  margin-bottom: 28px;
}

.book-direct {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.book-steps {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.book-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}
.book-step .step-num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 4px 8px;
  border-radius: var(--r-sm);
  line-height: 1.2;
  min-width: 32px;
  text-align: center;
  margin-top: 2px;
}
.book-step h4 {
  font-size: 16px;
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 4px;
  line-height: 1.3;
}
.book-step p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

/* Form */
.book-form-wrap {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow: var(--shadow-md);
}
.book-form .form-row {
  margin-bottom: 18px;
}
.book-form .form-row:last-of-type {
  margin-bottom: 24px;
}
.book-form .form-label {
  display: block;
  margin-bottom: 6px;
}
.book-form .form-input,
.book-form .form-textarea {
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 8px 0;
  font-size: 14.5px;
}
.book-form .form-input:focus,
.book-form .form-textarea:focus {
  border-bottom-color: var(--accent);
}
.book-form select.form-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A5A75' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 16px;
  padding-right: 28px;
  cursor: pointer;
}
.book-form .form-textarea {
  resize: vertical;
  min-height: 96px;
}
.book-form button[type="submit"] {
  width: 100%;
  margin-bottom: 12px;
}
.form-disclaimer {
  font-size: 12px;
  color: var(--ink-soft);
  text-align: center;
  margin: 0;
  line-height: 1.5;
}


/* ============================================================ */
/* NAV DISABLED — top-level nav links locked with "In development" */
/* Same gold pill treatment as dropdown-disabled                  */
/* ============================================================ */
.primary-nav .nav-disabled {
  font-size: 12.5px;
  color: var(--ink-soft);
  font-weight: 500;
  position: relative;
  padding: 8px 0;
  letter-spacing: 0.02em;
  white-space: nowrap;
  cursor: default;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0.65;
}
.primary-nav .nav-disabled::after { content: none !important; }
.primary-nav .nav-disabled .nav-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-soft);
  padding: 2px 6px;
  border-radius: 100px;
  line-height: 1.2;
}

.mobile-nav .nav-disabled {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 16px;
  color: var(--ink-soft);
  font-weight: 500;
  cursor: default;
  user-select: none;
}
.mobile-nav .nav-disabled .nav-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-soft);
  padding: 2px 6px;
  border-radius: 100px;
  line-height: 1.2;
}

/* Promo strip — disabled inline link becomes plain accent text */
.promo-link-disabled {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--accent);
  opacity: 0.65;
  cursor: default;
}

/* Story card — disabled "Read full story" text-link */
.text-link-disabled {
  margin-top: auto;
  font-size: 12.5px;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  cursor: default;
  font-family: var(--font-body);
}
.text-link-disabled .nav-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-soft);
  padding: 2px 6px;
  border-radius: 100px;
  line-height: 1.2;
}


/* ============================================================ */
/* SERVICE CARD — disabled "In development" state              */
/* Same gold pill, same softer treatment as nav-disabled         */
/* ============================================================ */
.service-card--locked { cursor: default; }
.service-card--locked:hover {
  transform: none;
  box-shadow: var(--shadow-md);
}
.service-card--locked .ic {
  filter: saturate(0.6);
}

.service-card .card-link-disabled {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-soft);
  padding: 3px 8px;
  border-radius: 100px;
  align-self: flex-start;
  line-height: 1.3;
  margin-top: auto;
  cursor: default;
  user-select: none;
}


/* ============================================================ */
/* DOCTOR & CANCER PAGE PATTERNS                                */
/* Re-uses home page vocabulary with a few new modifiers         */
/* ============================================================ */

/* story-row--reverse: image left, text right (mirror of default) */
@media (min-width: 900px) {
  .story-row--reverse {
    grid-template-columns: 1fr 1.1fr;
  }
  .story-row--reverse .story-row__media { order: 1; }
  .story-row--reverse .story-row__text  { order: 2; }
}

/* doctor-creds: pill row inside the doctor hero */
.doctor-creds {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 28px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.doctor-creds .pill { margin: 0; }

/* cancer-stats: 3-up stat block in cancer hero */
.cancer-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 24px 0 32px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cancer-stats .stat .stat-num {
  display: block;
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  font-size: 28px;
  color: var(--ink);
  line-height: 1.05;
  margin-bottom: 4px;
  font-variant-numeric: tabular-nums;
}
.cancer-stats .stat .stat-lbl {
  display: block;
  font-size: 11.5px;
  color: var(--ink-muted);
  font-weight: 500;
  line-height: 1.35;
}
@media (max-width: 600px) {
  .cancer-stats { grid-template-columns: 1fr; gap: 14px; }
}

/* service-grid--3up: 3-column variant of service-grid */
.service-grid--3up {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  .service-grid--3up { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .service-grid--3up { grid-template-columns: 1fr; }
}

/* bio-grid: 2-col text grid for doctor's detailed background */
.bio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 56px;
}
.bio-grid .bio-item h4 {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 8px;
  line-height: 1.3;
}
.bio-grid .bio-item p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-muted);
  margin: 0;
}
@media (max-width: 767px) {
  .bio-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* care-step-icon: when care-step uses an icon instead of an image */
.care-step-icon {
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--accent-soft);
  border-radius: var(--r-md);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}
.care-step-icon svg {
  width: 48px;
  height: 48px;
  stroke-width: 1.25;
}

/* cta-band-actions: button group inside cta-band */
.cta-band-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cta-band-actions .btn { width: 100%; }
}


/* ============================================================ */
/* STOCK PLACEHOLDER — labeled image slot waiting for stock art */
/* Appears as a clean, intentional dev marker for missing imagery*/
/* ============================================================ */
.stock-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: var(--accent-soft);
  border: 1px dashed var(--accent);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 32px;
  text-align: center;
  color: var(--accent);
}
.stock-placeholder__icon {
  width: 56px;
  height: 56px;
  opacity: 0.85;
}
.stock-placeholder__tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-soft);
  padding: 4px 10px;
  border-radius: 100px;
}
.stock-placeholder__desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-muted);
  max-width: 240px;
}

/* ============================================================ */
/* PRECISION GRID — 2-up showcase: equipment + technique         */
/* ============================================================ */
.precision-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .precision-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

.precision-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.precision-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.precision-card .img-wrap {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
}
.precision-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.precision-card__body {
  padding: 28px;
}
.precision-card__body h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--display-weight);
  line-height: 1.25;
  color: var(--ink);
  margin: 0 0 10px;
}
.precision-card__body p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}


/* ============================================================ */
/* MOBILE OPTIMISATION                                          */
/* Fixes for tablet (≤1023px) + mobile (≤767px) UX              */
/* ============================================================ */

@media (max-width: 767px) {
  /* Prevent iOS Safari zoom-on-focus by ensuring 16px+ on form inputs */
  input,
  textarea,
  select,
  .form-input,
  .form-textarea,
  .book-form .form-input,
  .book-form .form-textarea {
    font-size: 16px;
  }

  /* CTA band: tighter padding, the buttons were already full-width */
  .cta-band { padding: 32px 24px; }
  .cta-band--navy { padding: 32px 24px; }
  .cta-band h3 { font-size: 22px; line-height: 1.25; }
  .cta-band p { font-size: 14.5px; }

  /* Book form wrap: tighter padding so the form has more breathing room */
  .book-form-wrap { padding: 24px; }

  /* Precision card body: less padding so titles + copy use space efficiently */
  .precision-card__body { padding: 22px; }
  .precision-card__body h3 { font-size: 19px; }

  /* Doctor creds: tighter vertical rhythm */
  .doctor-creds {
    padding: 16px 0;
    margin: 18px 0 24px;
    gap: 6px;
  }
  .doctor-creds .pill { font-size: 11px; padding: 4px 10px; }

  /* Cancer stats: tighter vertical rhythm */
  .cancer-stats { padding: 18px 0; margin: 20px 0 24px; }
  .cancer-stats .stat .stat-num { font-size: 24px; }

  /* Hero CTAs: stack full-width on mobile */
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }

  /* Book direct CTAs: stack full-width */
  .book-direct { flex-direction: column; }
  .book-direct .btn { width: 100%; }

  /* Trust bar — items should breathe more on mobile */
  .trust-bar { padding: 24px var(--section-pad-x); gap: 24px; }
  .trust-bar .num { font-size: 26px; }

  /* Section heads: tighten heading sizes slightly */
  .section-head h2,
  .section-head .h-section { font-size: 28px; line-height: 1.2; }
  .section-head p { font-size: 14.5px; }

  /* Story-row gaps: tighter when stacked vertically */
  .story-row { gap: 28px; }
  .story-row__text h2,
  .story-row__text .h-section { font-size: 28px; line-height: 1.2; }
  .story-row__text h1 { font-size: 36px; line-height: 1.1; }
  .story-row__text .lead { font-size: 16px; }

  /* Specialists preview: tighter on mobile */
  .specialists-preview { gap: 28px; }

  /* Locations grid: tighter */

  /* Book grid: tighter */
  .book-grid { gap: 36px; }
  .book-intro h2 { font-size: 28px; }

  /* FAQ: slightly smaller question text */
  .faq-q { font-size: 14.5px; padding: 16px 0; }
  .faq-q::after { font-size: 20px; }
  .faq-a { font-size: 14px; }

  /* Header: tighter */
  .site-header .container,
  .header-inner { padding-top: 12px; padding-bottom: 12px; }

  /* Bio grid: tighter */
  .bio-grid .bio-item h4 { font-size: 11px; }
  .bio-grid .bio-item p { font-size: 13.5px; }

  /* Service cards (and 3-up): tighten when stacked */
  .service-grid .service-card,
  .service-grid--3up .service-card { padding: 22px; }
  .service-card h3 { font-size: 17px; }

  /* Care strip: when stacked, image takes less vertical room */
  .care-step .img-wrap { aspect-ratio: 16/10; max-height: 200px; }
  .care-step h4 { font-size: 17px; }

  /* Story-row image on mobile: don't take too much height
     4:5 portrait creates a very tall image when stacked above text — switch to 4:3 landscape */
  .story-row__media .img-wrap { aspect-ratio: 4/3; }
}

/* Tablet (≥768px and ≤1023px) — make sure we use space well */
@media (min-width: 768px) and (max-width: 1023px) {
  /* Book grid still single-col on tablet, that's fine */
  /* Precision grid stays 2-up on tablet (already set) */
  /* Footer grid: too cramped at 5-col on tablet — drop to 2-up */
  .footer-grid { grid-template-columns: 1fr 1fr; }
}


/* ============================================================ */
/* MOBILE FULL-BLEED IMAGES                                     */
/* On mobile, hero-style images break out of section padding    */
/* to go edge-to-edge for a more impactful full-width feel.     */
/* ============================================================ */
@media (max-width: 767px) {
  /* Hero-style images that sit alongside (or above) body text */
  .story-row__media,
  .specialists-preview > .img-wrap,
  .care-step .img-wrap,
  .location-flagship .img-wrap {
    margin-left: calc(-1 * var(--section-pad-x));
    margin-right: calc(-1 * var(--section-pad-x));
    width: calc(100% + 2 * var(--section-pad-x));
    border-radius: 0;
    border: none;
  }
  /* Reset any inner img-wrap rounding/border so the full-bleed looks clean */
  .story-row__media .img-wrap {
    border-radius: 0;
    border: none;
    width: 100%;
  }
  /* Care-step image takes more height now that it's full-bleed; relax constraints */
  .care-step .img-wrap {
    aspect-ratio: 16/10;
    max-height: none;
  }
  /* Location flagship card: round only the body bottom corners since image is now edge-to-edge */
}


/* ============================================================ */
/* VIDEO POSTER — lazy-load YouTube embed pattern               */
/* Branded poster: thumbnail + dark gradient + watch tag + play  */
/* ============================================================ */
.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: #0B2240;
  cursor: pointer;
  overflow: hidden;
  display: block;
}

/* Thumbnail image */
.video-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease), filter 0.4s var(--ease);
}
.video-poster:hover img {
  transform: scale(1.06);
  filter: brightness(1.05);
}

/* Dark gradient overlay — subtle, just for depth + play button contrast */
.video-poster .poster-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(11, 34, 64, 0) 0%,
    rgba(11, 34, 64, 0) 50%,
    rgba(11, 34, 64, 0.55) 100%);
  pointer-events: none;
  transition: opacity 0.3s var(--ease);
}
.video-poster:hover .poster-gradient { opacity: 0.7; }

/* "Watch story" label — top-right pill */
.video-poster .poster-watch {
  position: absolute;
  top: 14px;
  right: 14px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(11, 34, 64, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 6px 10px;
  border-radius: 100px;
  pointer-events: none;
  letter-spacing: 0.16em;
}

/* Play button — centered, large, branded */
.video-poster .poster-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255,255,255,0.1);
  transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}
.video-poster .poster-play svg {
  width: 30px;
  height: 30px;
  color: var(--ink);
  margin-left: 3px;  /* visual centering — triangle tip pulls it right */
}
.video-poster:hover .poster-play {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--accent);
}
.video-poster:hover .poster-play svg {
  color: #fff;
}

/* Focus ring for keyboard nav */
.video-poster:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: -3px;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .video-poster .poster-play {
    width: 64px;
    height: 64px;
  }
  .video-poster .poster-play svg {
    width: 26px;
    height: 26px;
  }
  .video-poster .poster-watch {
    top: 10px;
    right: 10px;
    font-size: 9px;
    padding: 5px 9px;
  }
}


/* ============================================================ */
/* FAQ — 2-column layout with image on left + accordion on right */
/* ============================================================ */
.faq-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 900px) {
  .faq-row {
    grid-template-columns: 1fr 1.4fr;
    gap: 72px;
  }
}

.faq-media .img-wrap {
  aspect-ratio: 4/5;
  border-radius: var(--img-radius);
  overflow: hidden;
}
.faq-caption {
  margin-top: 18px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink-muted);
  font-style: italic;
  font-family: var(--font-display);
  letter-spacing: 0.005em;
  max-width: 360px;
}

/* Sticky image on desktop — keeps it in view as user scrolls FAQ */
@media (min-width: 1024px) {
  .faq-media {
    position: sticky;
    top: 110px;
  }
}

.faq-content .eyebrow { display: inline-block; }
.faq-content .h-section,
.faq-content h2 { margin-top: 12px; margin-bottom: 16px; }
.faq-content .faq-list { margin-top: 32px; }

/* Mobile: image goes full-bleed (matches our other mobile patterns) */
@media (max-width: 767px) {
  .faq-media {
    margin-left: calc(-1 * var(--section-pad-x));
    margin-right: calc(-1 * var(--section-pad-x));
    width: calc(100% + 2 * var(--section-pad-x));
  }
  .faq-media .img-wrap {
    border-radius: 0;
    border: none;
  }
  .faq-caption {
    padding-left: var(--section-pad-x);
    padding-right: var(--section-pad-x);
    margin-top: 14px;
  }
}


/* ============================================================================ */
/* MOBILE STACKING DECK — cancer cards in 'What we treat' section               */
/* On mobile, cancer cards become substantial sticky cards that stack like a    */
/* deck of cards as the user scrolls. Desktop layout (4-up grid) is unchanged. */
/* ============================================================================ */
@media (max-width: 767px) {
  .service-grid--stack-mobile {
    display: block;
    position: relative;
    isolation: isolate;
  }

  .service-grid--stack-mobile .service-card {
    position: sticky;
    margin: 0 0 14px;
    padding: 28px 26px 26px;

    /* CRITICAL — fully opaque background. !important to beat any lower-specificity rule.
       The previous translucency was caused by .service-card--locked { opacity: 0.7 } */
    background-color: #FFFFFF !important;
    background-image: none !important;
    opacity: 1 !important;

    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: 0 -10px 30px -8px rgba(11, 34, 64, 0.10),
                0 4px 12px rgba(11, 34, 64, 0.04);
    min-height: 220px;
    display: flex;
    flex-direction: column;
    gap: 12px;

    /* GPU compositing for clean sticky rendering */
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  /* Z-index: each card sits ABOVE the previous one */
  .service-grid--stack-mobile .service-card:nth-child(1)  { top: 84px;  z-index: 1; }
  .service-grid--stack-mobile .service-card:nth-child(2)  { top: 90px;  z-index: 2; }
  .service-grid--stack-mobile .service-card:nth-child(3)  { top: 96px;  z-index: 3; }
  .service-grid--stack-mobile .service-card:nth-child(4)  { top: 102px; z-index: 4; }
  .service-grid--stack-mobile .service-card:nth-child(5)  { top: 108px; z-index: 5; }
  .service-grid--stack-mobile .service-card:nth-child(6)  { top: 114px; z-index: 6; }
  .service-grid--stack-mobile .service-card:nth-child(7)  { top: 120px; z-index: 7; }
  .service-grid--stack-mobile .service-card:nth-child(8)  { top: 126px; z-index: 8; }
  .service-grid--stack-mobile .service-card:nth-child(9)  { top: 132px; z-index: 9; }
  .service-grid--stack-mobile .service-card:nth-child(10) { top: 138px; z-index: 10; }
  .service-grid--stack-mobile .service-card:nth-child(11) { top: 144px; z-index: 11; }
  .service-grid--stack-mobile .service-card:nth-child(12) { top: 150px; z-index: 12; }

  /* Bigger icon */
  .service-grid--stack-mobile .service-card .ic {
    width: 52px;
    height: 52px;
    background: var(--surface);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 4px;
    color: var(--ink);
  }
  .service-grid--stack-mobile .service-card .ic svg {
    width: 24px;
    height: 24px;
  }

  .service-grid--stack-mobile .service-card h3 {
    font-family: var(--font-display);
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
    color: var(--ink);
    font-weight: var(--display-weight, 400);
  }

  .service-grid--stack-mobile .service-card p {
    font-size: 14.5px;
    line-height: 1.55;
    margin: 0;
    color: var(--ink-muted);
    flex-grow: 1;
  }

  /* Active card — teal accent border at top */
  .service-grid--stack-mobile .service-card:not(.service-card--locked) {
    border-top: 3px solid var(--accent);
  }
  .service-grid--stack-mobile .service-card:not(.service-card--locked) .ic {
    background: rgba(15, 118, 110, 0.08);
    color: var(--accent);
  }
  .service-grid--stack-mobile .service-card:not(.service-card--locked) > a {
    color: var(--accent);
    font-weight: 600;
    font-size: 14.5px;
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
  }

  /* Locked card — solid white now (no more opacity), distinguished by gold pill */
  .service-grid--stack-mobile .service-card--locked {
    border-top: 3px solid transparent;
  }
  .service-grid--stack-mobile .service-card--locked h3 {
    color: var(--ink);
  }
  .service-grid--stack-mobile .service-card--locked p {
    color: var(--ink-muted);
  }
  .service-grid--stack-mobile .service-card--locked .card-link-disabled {
    align-self: flex-start;
    background: rgba(193, 154, 91, 0.10);
    color: var(--gold, #C19A5B);
    padding: 5px 11px;
    border-radius: 100px;
    font-family: var(--font-mono);
    font-size: 9.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 2px;
  }
}


/* ============================================================================ */
/* DESKTOP FEATURE EFFECTS — cancer cards in 'What we treat' section            */
/* Hover-driven micro-interactions + permanent distinction for active cards.    */
/* Scoped to .service-grid--stack-mobile so OTHER service-cards aren't affected. */
/* ============================================================================ */
@media (min-width: 768px) {
  .service-grid--stack-mobile .service-card {
    position: relative;
    overflow: hidden;
    transition:
      transform 0.5s cubic-bezier(0.2, 0.6, 0.2, 1),
      box-shadow 0.5s cubic-bezier(0.2, 0.6, 0.2, 1),
      border-color 0.3s ease;
    /* Smoothest possible animation */
    will-change: transform, box-shadow;
  }

  /* Animated top accent bar — uses ::before so we don't fight existing borders */
  .service-grid--stack-mobile .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--accent);
    transition: width 0.55s cubic-bezier(0.2, 0.6, 0.2, 1);
    pointer-events: none;
    z-index: 1;
  }

  /* Active cards: partial accent bar visible at rest (signals "live")           */
  .service-grid--stack-mobile .service-card:not(.service-card--locked)::before {
    width: 32%;
  }

  /* Active cards: teal-tinted icon background at rest                           */
  .service-grid--stack-mobile .service-card:not(.service-card--locked) .ic {
    background: rgba(15, 118, 110, 0.07);
    color: var(--accent);
    transition:
      transform 0.45s cubic-bezier(0.2, 0.6, 0.2, 1),
      background 0.3s ease;
  }

  /* Active card link: teal, mono-styled, with arrow ready to slide              */
  .service-grid--stack-mobile .service-card:not(.service-card--locked) > a {
    color: var(--accent);
    font-weight: 500;
    text-decoration: none;
    align-self: flex-start;
    margin-top: auto;
    transition: color 0.2s ease;
  }
  .service-grid--stack-mobile .service-card:not(.service-card--locked) > a .arr-link {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.2, 0.6, 0.2, 1);
  }

  /* Locked cards: muted, no accent, no link styling                             */
  .service-grid--stack-mobile .service-card--locked .ic {
    transition: transform 0.45s cubic-bezier(0.2, 0.6, 0.2, 1);
  }
  .service-grid--stack-mobile .service-card--locked .card-link-disabled {
    align-self: flex-start;
    margin-top: auto;
    background: rgba(193, 154, 91, 0.10);
    color: var(--gold, #C19A5B);
    padding: 5px 11px;
    border-radius: 100px;
    font-family: var(--font-mono);
    font-size: 9.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
  }

  /* ============ HOVER STATE ============ */

  /* All cards: lift + deeper shadow                                             */
  .service-grid--stack-mobile .service-card:hover {
    transform: translateY(-8px);
    box-shadow:
      0 28px 60px -20px rgba(11, 34, 64, 0.18),
      0 12px 24px rgba(11, 34, 64, 0.06);
  }

  /* All cards on hover: accent bar grows full width                             */
  .service-grid--stack-mobile .service-card:hover::before {
    width: 100%;
  }

  /* All cards on hover: icon scales up                                          */
  .service-grid--stack-mobile .service-card:hover .ic {
    transform: scale(1.08);
  }

  /* Active card: teal-tinted shadow on hover (premium feel)                     */
  .service-grid--stack-mobile .service-card:not(.service-card--locked):hover {
    box-shadow:
      0 28px 60px -20px rgba(15, 118, 110, 0.28),
      0 12px 24px rgba(15, 118, 110, 0.10);
  }

  /* Active card: arrow slides forward on hover                                  */
  .service-grid--stack-mobile .service-card:not(.service-card--locked):hover > a .arr-link {
    transform: translateX(8px);
  }

  /* Active card: icon background slightly more saturated on hover               */
  .service-grid--stack-mobile .service-card:not(.service-card--locked):hover .ic {
    background: rgba(15, 118, 110, 0.12);
  }

  /* Locked card on hover: smaller lift (signals "not actionable")               */
  .service-grid--stack-mobile .service-card--locked:hover {
    transform: translateY(-4px);
    box-shadow:
      0 16px 32px -16px rgba(11, 34, 64, 0.10),
      0 4px 12px rgba(11, 34, 64, 0.04);
  }
  /* Locked card: accent bar stays minimal (don't pretend to be active)          */
  .service-grid--stack-mobile .service-card--locked:hover::before {
    width: 0;
  }
}


/* ============================================================ */
/* LEGAL PAGES — Privacy Policy, PDPA, Terms, Sitemap          */
/* Clean prose layout, generous typography, max-width readable */
/* ============================================================ */
.legal-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.legal-header {
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.legal-header h1 {
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 12px 0 16px;
}
.legal-header .lead {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-muted);
  max-width: 640px;
  margin-bottom: 18px;
}
.legal-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0;
}

.legal-content h2 {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.2;
  margin: 48px 0 16px;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content h3 {
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1.3;
  margin: 32px 0 12px;
  color: var(--ink);
}
.legal-content p {
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: var(--ink);
}
.legal-content ul,
.legal-content ol {
  margin: 0 0 18px;
  padding-left: 24px;
}
.legal-content li {
  font-size: 15.5px;
  line-height: 1.65;
  margin-bottom: 8px;
  color: var(--ink);
}
.legal-content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.legal-content a:hover {
  text-decoration-thickness: 2px;
}
.legal-content strong {
  font-weight: 600;
  color: var(--ink);
}

.legal-contact {
  background: var(--surface);
  border-left: 3px solid var(--accent);
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 14.5px;
  line-height: 1.7;
  border-radius: 0 6px 6px 0;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .legal-header { margin-bottom: 40px; padding-bottom: 24px; }
  .legal-content h2 { font-size: 21px; margin: 36px 0 12px; }
  .legal-content p,
  .legal-content li { font-size: 15px; }
}

/* ============================================================ */
/* SITEMAP — grouped grid layout                                */
/* ============================================================ */
.sitemap-content { max-width: none; }

.sitemap-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 700px) {
  .sitemap-grid { grid-template-columns: 1fr 1fr; gap: 56px 48px; }
}
@media (min-width: 1024px) {
  .sitemap-grid { grid-template-columns: 1fr 1fr 1fr; }
}

.sitemap-section h2 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.sitemap-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sitemap-section li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
}
.sitemap-section a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.sitemap-section a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.sitemap-section .locked {
  color: var(--ink-muted);
}
.sitemap-section .locked-tag {
  display: inline-block;
  margin-left: 6px;
  background: rgba(193, 154, 91, 0.10);
  color: var(--gold, #C19A5B);
  padding: 2px 8px;
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: middle;
}
.sitemap-section em {
  color: var(--accent);
  font-style: italic;
  font-size: 12.5px;
  margin-left: 4px;
}


/* ============================================================ */
/* MOBILE HERO — push content lower so team image is visible    */
/* before text starts (the team photo is the wow moment)        */
/* ============================================================ */
@media (max-width: 767px) {
  .hero--full .container {
    padding-top: 22vh !important;
    padding-bottom: 48px;
    min-height: 90vh;
    min-height: 90dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hero--full {
    min-height: 90vh;
    min-height: 90dvh;
  }
  /* Image positioning so team faces show at top */
  .hero--full .hero-bg img {
    object-position: center 30%;
  }
  /* Hero overlay: gentler at top so image breathes, stronger at bottom for text */
  .hero--full .hero-overlay {
    background: linear-gradient(180deg,
      rgba(11, 34, 64, 0.10) 0%,
      rgba(11, 34, 64, 0.20) 25%,
      rgba(11, 34, 64, 0.55) 55%,
      rgba(11, 34, 64, 0.85) 100%);
  }
}

/* ============================================================ */
/* TRUST BAR — true full-bleed background, edge-to-edge        */
/* Forces width: 100vw via negative margin to escape any        */
/* max-width parent. Inner padding scales on wide screens to    */
/* keep content aligned with the rest of the page (1320px).     */
/* ============================================================ */
.trust-bar {
  /* Force full-viewport width regardless of any max-width parent */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  box-sizing: border-box;

  background: var(--surface-2, #F1F4F7);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 32px var(--section-pad-x);
}

@media (min-width: 768px) {
  .trust-bar {
    grid-template-columns: repeat(4, 1fr);
    /* On wide screens, add side padding to keep content within container width */
    padding-left: max(var(--section-pad-x), calc((100vw - var(--container)) / 2 + var(--section-pad-x)));
    padding-right: max(var(--section-pad-x), calc((100vw - var(--container)) / 2 + var(--section-pad-x)));
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.trust-item { text-align: left; }
.trust-item .num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1;
  color: var(--ink);
  margin-bottom: 6px;
}
.trust-item .lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

/* ============================================================ */
/* MOBILE DR DANIEL TAN HERO — face cropping                    */
/* On mobile, story-row__media goes 4:3. For portrait headshots,  */
/* this can cut the face. Shift object-position to top.         */
/* ============================================================ */
@media (max-width: 767px) {
  .single-doctor .story-row__media .img-wrap {
    aspect-ratio: 3/4;  /* portrait-leaning, doesn't squeeze face */
  }
  .single-doctor .story-row__media img {
    object-position: center 22%;
  }
}

/* ============================================================ */
/* LOCATIONS — flagship + grid of mini cards                    */
/* ============================================================ */
@media (min-width: 1024px) {
}

/* Flagship CSR card: full width, image-on-top layout */
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}

/* Grid of partner clinic mini cards */
@media (min-width: 600px) {
}
@media (min-width: 1024px) {
}

/* Mobile full-bleed flagship */
@media (max-width: 767px) {
}

/* ============================================================ */
/* FOOTER SOCIALS — icon-only buttons                           */
/* ============================================================ */
.footer-socials {
  display: flex;
  gap: 10px;
}
.footer-social {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.footer-social:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}
.footer-social svg {
  width: 18px;
  height: 18px;
}

/* ============================================================ */
/* SECONDARY BUTTONS — visible border at rest (more defined)    */
/* ============================================================ */
.btn--secondary,
.btn--ghost-light {
  border: 1.5px solid var(--ink);
  background: transparent;
  color: var(--ink);
  transition: background 0.25s var(--ease, ease), color 0.25s var(--ease, ease), border-color 0.25s var(--ease, ease);
}
.btn--secondary:hover,
.btn--ghost-light:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
/* On dark backgrounds (hero) — light border, white text */
.hero--full .btn--ghost-light,
.cta-band--navy .btn--ghost-light {
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}
.hero--full .btn--ghost-light:hover,
.cta-band--navy .btn--ghost-light:hover {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

/* ============================================================ */
/* LOCATIONS — flagship + partner cards (clean, side-by-side)   */
/* Desktop ≥1024: flagship LEFT, cards-grid RIGHT (2-col)       */
/* Mobile: stacked vertically                                    */
/* ============================================================ */
@media (min-width: 1024px) {
}

/* Flagship card — image on top, body below */
@media (min-width: 1024px) {
}
@media (min-width: 768px) {
}

/* Partner clinic cards grid — 2-col on right side */
@media (min-width: 600px) {
}
@media (min-width: 1024px) {
}

/* Mobile full-bleed flagship */
@media (max-width: 767px) {
}

/* ============================================================ */
/* LOCATIONS — flagship + partner cards (clean, side-by-side)   */
/* Desktop ≥1024: flagship LEFT, cards-grid RIGHT (2-col)       */
/* Mobile: stacked vertically                                    */
/* ============================================================ */
.locations-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .locations-grid {
    grid-template-columns: 1.05fr 1fr;
    gap: 36px;
    align-items: stretch;
  }
}

/* Location top row — map + flagship card side by side */
.location-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 24px;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .location-top { grid-template-columns: 1fr 1fr; gap: 28px; }
}
/* Map fills its column here (override the standalone centred sizing) */
.location-top .map-embed {
  max-width: none; width: 100%; aspect-ratio: auto;
  min-height: 300px; margin: 0; height: 100%;
}
@media (max-width: 1023px) { .location-top .map-embed { min-height: 300px; aspect-ratio: 16/10; } }

/* 5 consultation cards in a single row */
.location-cards-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 1100px) { .location-cards-row { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px)  { .location-cards-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px)  { .location-cards-row { grid-template-columns: 1fr; } }

/* Flagship card — image on top, body below */
.location-flagship {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.location-flagship .img-wrap {
  aspect-ratio: 16/10;
}
@media (min-width: 1024px) {
  .location-flagship .img-wrap {
    aspect-ratio: 16/10;
    min-height: 0;
    max-height: none;
  }
}
.location-flagship .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.location-flagship__body {
  padding: 22px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
@media (min-width: 768px) {
  .location-flagship__body { padding: 24px 30px 26px; }
}
.location-flagship__body h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
  margin: 4px 0 0;
  color: var(--ink);
}
.location-flagship__body address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-muted);
}
.location-flagship-note {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 8px 0 0;
}

/* Partner clinic cards grid */
.location-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-content: start;
}
@media (min-width: 600px) {
  .location-cards-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
}
@media (min-width: 1024px) {
  .location-cards-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
}

.location-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: var(--r-md, 12px);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.22s ease;
}
.location-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px -8px rgba(11, 34, 64, 0.12);
}
.location-card__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.location-card__tag {
  font-family: var(--font-mono);
  font-size: 8.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  align-self: flex-start;
}
.location-card h4 {
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.15;
  margin: 0;
  color: var(--ink);
  font-weight: var(--display-weight, 400);
}
.location-card address {
  font-style: normal;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--ink-muted);
}

/* Mobile full-bleed flagship */
@media (max-width: 767px) {
  .location-flagship {
    margin-left: calc(-1 * var(--section-pad-x));
    margin-right: calc(-1 * var(--section-pad-x));
    width: calc(100% + 2 * var(--section-pad-x));
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .location-flagship__body { padding: 24px var(--section-pad-x) 28px; }
}

/* ============================================================ */
/* STORY-ROW MEDIA — landscape modifier                         */
/* For group/team photos that need landscape aspect on mobile,  */
/* overriding the doctor-page default 3:4 portrait crop         */
/* ============================================================ */
.story-row__media--landscape .img-wrap {
  aspect-ratio: 4/3;
}
@media (max-width: 767px) {
  .single-doctor .story-row__media--landscape .img-wrap {
    aspect-ratio: 4/3 !important;
  }
  .single-doctor .story-row__media--landscape img {
    object-position: center center !important;
  }
}

/* ============================================================ */
/* PAGE-NAME HERO TREATMENT                                     */
/* For cancer + treatment pages: lead with the cancer/treatment */
/* name as H1 (not the poetic line), so user knows in 1 second  */
/* what page they're on. Tagline becomes the subhead.           */
/* ============================================================ */
.eyebrow--strong {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px;
}
.eyebrow--strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 1.5px;
  background: var(--accent);
  transform: translateY(-50%);
}

/* H1 as page name — large, anchored, with optional icon */
.hero-h1--page-name {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1.02;
  margin: 0 0 18px;
  color: var(--ink);
  font-weight: var(--display-weight, 400);
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.hero-h1-icon {
  width: clamp(40px, 5vw, 56px);
  height: clamp(40px, 5vw, 56px);
  color: var(--accent);
  flex-shrink: 0;
  background: rgba(15, 118, 110, 0.08);
  border-radius: 50%;
  padding: 12px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .hero-h1-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }
}

/* Tagline — the poetic supporting line under H1 */
.hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.25;
  margin: 0 0 20px;
  color: var(--ink);
  font-weight: var(--display-weight, 400);
  letter-spacing: -0.01em;
  max-width: 36ch;
}
.hero-tagline em {
  color: var(--accent);
  font-style: italic;
}

/* Tighten lead under tagline so it doesn't feel disconnected */
.hero-h1--page-name + .hero-tagline + .lead,
.hero-tagline + .lead {
  margin-top: 12px;
}

/* ============================================================ */
/* COMBINED-STATEMENT HERO (Variant C)                          */
/* For cancer + treatment pages: H1 weaves page name into the   */
/* line itself. The name gets a soft teal marker-highlight.     */
/* ============================================================ */
.eyebrow--strong {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
  padding-left: 18px;
}
.eyebrow--strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 1.5px;
  background: var(--accent);
  transform: translateY(-50%);
}

.hero-h1--combined {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.05;
  margin: 0 0 24px;
  color: var(--ink);
  font-weight: var(--display-weight, 400);
  letter-spacing: -0.018em;
  max-width: 22ch;
}

/* Page-name marker — soft teal pen-highlight behind the cancer/treatment name */
.name-mark {
  background-image: linear-gradient(
    transparent 62%,
    rgba(15, 118, 110, 0.18) 62%,
    rgba(15, 118, 110, 0.18) 94%,
    transparent 94%
  );
  background-repeat: repeat-x;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 4px;
  margin: 0 -4px;
}

/* The italic teal accent on the closing word */
.hero-h1--combined em {
  color: var(--accent);
  font-style: italic;
}

/* Tighten lead spacing under the combined H1 */
.hero-h1--combined + .lead {
  margin-top: 8px;
}

@media (max-width: 600px) {
  .hero-h1--combined {
    font-size: clamp(30px, 8vw, 42px);
  }
  /* Drop the explicit <br> on small screens — let the line wrap naturally */
  .hero-h1--combined br {
    display: none;
  }
}

/* ============================================================ */
/* FLOATING WHATSAPP BUTTON — mobile-prominent, desktop-subtle  */
/* Always-accessible quick-action; opens WhatsApp with the      */
/* page-specific prefilled message via JS in scripts.js         */
/* ============================================================ */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
  box-shadow: 0 8px 24px -6px rgba(37, 211, 102, 0.45),
              0 4px 12px rgba(0, 0, 0, 0.10);
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(.2,.8,.2,1), box-shadow 0.25s ease;
}
.wa-float:hover,
.wa-float:focus-visible {
  transform: scale(1.06);
  box-shadow: 0 12px 32px -6px rgba(37, 211, 102, 0.60),
              0 6px 16px rgba(0, 0, 0, 0.12);
}
.wa-float svg {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
}
/* Subtle pulse halo to draw attention on first paint */
.wa-float-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.45);
  animation: wa-pulse 2.6s cubic-bezier(.2,.6,.2,1) infinite;
  z-index: 1;
  pointer-events: none;
}
@keyframes wa-pulse {
  0%   { transform: scale(1);   opacity: 0.55; }
  70%  { transform: scale(1.45); opacity: 0;    }
  100% { transform: scale(1.45); opacity: 0;    }
}

/* Hide pulse for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .wa-float-pulse { display: none; }
  .wa-float { transition: none; }
}

/* Desktop: smaller and slightly more reserved */
@media (min-width: 1024px) {
  .wa-float {
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
  }
}

/* Don't overlap above the booking form / footer CTAs on small screens */
@media (max-width: 600px) {
  .wa-float {
    right: 14px;
    bottom: 14px;
  }
}

/* ============================================================ */
/* IMG PLACEHOLDER — for sections where final image not yet     */
/* supplied. Renders inside an .img-wrap to fill its aspect      */
/* ratio container with a dashed-border slot describing what     */
/* image should go there.                                        */
/* ============================================================ */
.img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 180px;
  background: var(--surface-2, #F1F4F7);
  border: 1.5px dashed rgba(11, 34, 64, 0.20);
  border-radius: var(--r-md, 8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 22px;
  text-align: center;
  box-sizing: border-box;
}
.img-placeholder__tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
.img-placeholder__caption {
  font-family: var(--font-display);
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.3;
  color: var(--ink-muted);
  max-width: 26ch;
  font-weight: var(--display-weight, 400);
}

/* Inside .img-wrap, ensure placeholder fills the wrapper */
.img-wrap > .img-placeholder {
  border-radius: 0;
}

/* Inside care-strip steps, slightly tighter padding */
.care-step .img-placeholder {
  padding: 20px 16px;
  min-height: 140px;
}

/* Inside specialists-preview block (no img-wrap) */
.specialists-preview > .img-placeholder {
  aspect-ratio: 16/10;
  border-radius: var(--r-lg, 12px);
}


/* =====================================================================
   HOMEPAGE v2 — agreed structure additions
   (seasonal hero slider, news crawler, why/doctor grids, cancer
   accordion, locations map, Facebook widget, section CTAs)
   ===================================================================== */

/* ---- Shared: centered CTA under a section ---- */
.section-cta { text-align: center; margin-top: 40px; }

/* ---- 1) HERO seasonal slider ---- */
.hero--slider .hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero--slider .hero-slide {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  opacity: 0; visibility: hidden;
  transition: opacity 0.9s ease;
  pointer-events: none;
}
.hero--slider .hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.hero--slider .hero-slide .container { padding-bottom: 110px; }

.hero-season-badge {
  display: inline-block; margin-bottom: 16px;
  padding: 5px 12px; border-radius: 999px;
  background: var(--gold); color: #fff;
  font-family: var(--font-body); font-size: 12px; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase;
}

/* arrows */
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 4; width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.45); background: rgba(11,34,64,0.35);
  color: #fff; font-size: 26px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
  backdrop-filter: blur(2px);
}
.hero-arrow:hover { background: var(--accent); border-color: var(--accent); }
.hero-arrow--prev { left: 20px; }
.hero-arrow--next { right: 20px; }

/* dots */
.hero-dots {
  position: absolute; bottom: 34px; left: 0; right: 0; z-index: 4;
  display: flex; gap: 10px; justify-content: center;
}
.hero-dot {
  width: 11px; height: 11px; border-radius: 50%; cursor: pointer;
  border: 1px solid rgba(255,255,255,0.8); background: transparent;
  padding: 0; transition: background 0.2s ease, transform 0.2s ease;
}
.hero-dot.is-active { background: #fff; transform: scale(1.15); }

@media (max-width: 767px) {
  .hero-arrow { display: none; }
  .hero--slider .hero-slide .container { padding-bottom: 76px; }
  .hero-dots { bottom: 22px; }
}

/* ---- 2) NEWS / ANNOUNCEMENT CRAWLER ---- */
.news-bar { background: var(--gold); color: #fff; overflow: hidden; }
.news-bar__inner { display: flex; align-items: center; gap: 18px; }
.news-bar__label {
  flex: 0 0 auto; font-family: var(--font-body); font-size: 12px;
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold); background: #fff; padding: 6px 12px; border-radius: 4px;
}
.news-bar__viewport { position: relative; flex: 1 1 auto; overflow: hidden; height: 52px; }
.news-bar__track {
  display: flex; align-items: center; gap: 48px; height: 100%;
  white-space: nowrap; width: max-content;
  animation: news-scroll 38s linear infinite;
}
.news-bar__viewport:hover .news-bar__track { animation-play-state: paused; }
.news-item {
  color: rgba(255,255,255,0.95); font-size: 14.5px; font-weight: 400;
  text-decoration: none; display: inline-flex; align-items: center; gap: 10px;
  transition: color 0.18s ease;
}
.news-item:hover { color: #fff; }
.news-item__tag {
  font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--gold); background: rgba(255,255,255,0.92); padding: 2px 8px; border-radius: 3px;
}
@keyframes news-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .news-bar__track { animation: none; }
}

/* ---- 3) WHY AARO grid (reuses .service-card; ensures 3-up) ---- */
.why-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1023px) { .why-grid { grid-template-columns: 1fr; } }

/* ---- 4) DOCTOR directory grid ---- */
.doctor-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.doctor-grid .doctor-card {
  background: var(--bg); border: 1px solid var(--line); border-radius: 8px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.doctor-grid .doctor-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.doctor-grid .doctor-card .img-wrap { aspect-ratio: 4 / 5; overflow: hidden; }
.doctor-grid .doctor-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.doctor-grid .card-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 6px; }
.doctor-grid .card-title { margin: 2px 0 0; }
.doctor-grid .card-meta { color: var(--accent); font-size: 13px; font-family: var(--font-body); }
.doctor-grid .card-link { margin-top: 8px; font-weight: 600; color: var(--ink); text-decoration: none; }
.doctor-grid .card-link:hover { color: var(--accent); }
@media (max-width: 1023px) { .doctor-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .doctor-grid { grid-template-columns: 1fr; } }

/* ---- 6) CANCER TYPES accordion ---- */
.cancer-accordion {
  max-width: 820px; margin: 0 auto;
  border-top: 1px solid var(--line);
}
.cancer-accordion .accordion-row { cursor: pointer; }
.cancer-accordion .accordion-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 4px; gap: 16px;
}
.cancer-accordion .accordion-title {
  font-family: var(--font-display); font-size: 22px; color: var(--ink); font-weight: 500;
  transition: color 0.18s ease;
}
.cancer-accordion .accordion-row:hover .accordion-title { color: var(--accent); }
.cancer-accordion .accordion-icon {
  position: relative; flex: 0 0 auto; width: 18px; height: 18px;
}
.cancer-accordion .accordion-icon::before,
.cancer-accordion .accordion-icon::after {
  content: ""; position: absolute; background: var(--accent);
  left: 50%; top: 50%; transform: translate(-50%, -50%);
}
.cancer-accordion .accordion-icon::before { width: 14px; height: 2px; }
.cancer-accordion .accordion-icon::after  { width: 2px; height: 14px; transition: transform 0.25s ease; }
.cancer-accordion .accordion-row.is-open .accordion-icon::after { transform: translate(-50%, -50%) scaleY(0); }
.cancer-accordion .accordion-body {
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.cancer-accordion .accordion-row.is-open .accordion-body { max-height: 220px; padding: 0 4px 22px; }
.cancer-accordion .accordion-body p { color: var(--ink); opacity: 0.85; font-size: 15px; margin: 0; }
.cancer-accordion .accordion-body a { color: var(--accent); font-weight: 600; text-decoration: none; white-space: nowrap; }
.cancer-accordion .accordion-body a:hover { text-decoration: underline; }

/* ---- 7) LOCATIONS static map ---- */
.map-embed {
  width: 100%; max-width: 760px; aspect-ratio: 16 / 7; border-radius: 10px; overflow: hidden;
  border: 1px solid var(--line); margin: 0 auto 40px; box-shadow: var(--shadow-sm);
}
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 767px) { .map-embed { aspect-ratio: 4 / 3; } }

/* ---- 9) FACEBOOK widget placeholder ---- */
.fb-widget { max-width: 720px; margin: 0 auto; }
.fb-widget__placeholder {
  border: 2px dashed var(--line); border-radius: 12px; background: var(--surface);
  padding: 48px 24px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.fb-widget__placeholder svg { width: 44px; height: 44px; color: #1877F2; }
.fb-widget__title { font-family: var(--font-display); font-size: 24px; color: var(--ink); }
.fb-widget__note { font-size: 14px; color: var(--ink); opacity: 0.6; margin-bottom: 8px; }

/* =====================================================================
   HOMEPAGE v3 — Website 2026 spec additions
   ===================================================================== */

/* Specialty treatment tiles (listed, non-link; single CTA below) */
.tx-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.tx-tile__ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(10,126,106,0.08); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 6px; }
.tx-tile__ic svg { width: 24px; height: 24px; }
.tx-tile {
  background: var(--bg); border: 1px solid var(--line); border-radius: 8px;
  padding: 22px 18px; text-align: center;
  display: flex; flex-direction: column; gap: 6px; align-items: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.tx-tile:hover { box-shadow: var(--shadow-sm); transform: translateY(-2px); border-color: var(--accent); }
.tx-tile__name { font-family: var(--font-display); font-size: 21px; color: var(--ink); font-weight: 500; }
.tx-tile__desc { font-size: 13px; color: var(--ink); opacity: 0.65; font-family: var(--font-body); }
@media (max-width: 1023px) { .tx-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .tx-grid { grid-template-columns: 1fr; } }

/* Section note (e.g. visiting consultants TBC) */
.section-note { text-align: center; margin-top: 22px; font-size: 14px; }

/* Social icons row in the social widget */
.social-icons { display: flex; gap: 14px; justify-content: center; margin-bottom: 4px; }
.social-icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; }
.social-icon svg { width: 24px; height: 24px; }
.social-icon--fb { background: #1877F2; color: #fff; }
.social-icon--ig { background: #E1306C; color: #fff; }

/* Visiting consultant (featured, no profile page) */
.card-tag--soft { background: var(--surface); color: var(--ink); opacity: 0.85; }
.card-visiting-note { font-size: 13px; color: var(--ink); opacity: 0.55; font-family: var(--font-body); font-style: italic; }

/* Disabled cancer tile (in development — not navigable) */
.cancer-tile--soft { opacity: 0.55; cursor: default; pointer-events: none; position: relative; }
.tile-dev-badge { display: inline-block; margin-top: 10px; font-size: 11px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--gold); background: rgba(184,136,42,0.12); padding: 2px 8px; border-radius: 3px; }

/* Homepage contact section */
.contact-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.contact-intro .h-section { margin-top: 0; }
.contact-intro__lead { margin-bottom: 28px; max-width: 460px; }
.contact-direct__btns { display: flex; flex-direction: column; gap: 12px; max-width: 320px; }
.contact-points { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-direction: column; gap: 16px; }
.contact-points li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--ink); line-height: 1.5; }
.contact-points li > span:last-child { opacity: 0.82; }
.contact-points__ic { flex: 0 0 auto; width: 22px; height: 22px; color: var(--accent); margin-top: 1px; }
.contact-points__ic svg { width: 20px; height: 20px; display: block; }
.contact-form { display: flex; flex-direction: column; gap: 16px; background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 28px; box-shadow: var(--shadow-sm); }
.contact-form textarea.form-input { resize: vertical; min-height: 96px; font-family: var(--font-body); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 28px; } .contact-direct__btns { max-width: none; } }

/* Oncology Suite — nav dropdown groups + homepage pillar cards */
.dropdown-heading { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #8595a8; padding: 12px 20px 4px; pointer-events: none; list-style: none; }
.primary-nav .dropdown li.dropdown-indent { padding-left: 12px; }
.mobile-nav .m-dropdown li.dropdown-indent { padding-left: 14px; }
.ext-arr { opacity: 0.65; }
.suite-card__list { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13px; color: var(--accent); font-weight: 600; letter-spacing: 0.01em; }



/* Oncology Suite — single GOLD animated hover line only (no static border, no green), 3 per row */
.suite-grid { grid-template-columns: repeat(3, 1fr); }
.suite-card { position: relative; border-top: 1px solid var(--line); transition: box-shadow .22s var(--ease), transform .22s var(--ease); }
.suite-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
/* Kill the inherited green static top border (from .service-grid--stack-mobile active cards) */
.suite-grid.service-grid--stack-mobile .service-card:not(.service-card--locked) { border-top: 1px solid var(--line); }
/* Override the inherited green animated bar → gold, and kill the at-rest partial bar */
.suite-grid.service-grid--stack-mobile .service-card::before,
.suite-grid.service-grid--stack-mobile .service-card:not(.service-card--locked)::before { background: var(--gold); width: 0; }
.suite-grid.service-grid--stack-mobile .service-card:hover::before { width: 100%; }
@media (max-width: 1023px) { .suite-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px)  { .suite-grid { grid-template-columns: 1fr; } }

/* Cancers We Treat — single GOLD animated hover line (matches suite cards) */
.cancer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cancer-card {
  position: relative; display: block; background: var(--bg); overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 22px 44px 22px 24px;
  text-decoration: none; box-shadow: var(--shadow-sm);
  transition: box-shadow .22s var(--ease), transform .22s var(--ease), border-color .22s var(--ease);
}
.cancer-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.cancer-card::before {
  content: ''; position: absolute; top: 0; left: 0; height: 2px; width: 0;
  background: var(--gold); transition: width 0.55s cubic-bezier(0.2, 0.6, 0.2, 1);
  pointer-events: none; z-index: 1;
}
.cancer-card:hover::before { width: 100%; }
.cancer-card h3 {
  font-family: var(--font-display); font-weight: var(--display-weight);
  font-size: 21px; line-height: 1.2; color: var(--ink); margin: 0 0 6px;
  transition: color .2s var(--ease);
}
.cancer-card__ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: var(--r-sm);
  background: var(--gold-soft); color: var(--gold); margin-bottom: 14px;
}
.cancer-card__ic svg { width: 20px; height: 20px; }
.cancer-card:hover h3 { color: var(--gold); }
.cancer-card p { font-size: 13.5px; line-height: 1.5; color: var(--ink-muted); margin: 0; }
.cancer-card__arr {
  position: absolute; right: 20px; top: 24px; color: var(--gold);
  font-size: 16px; opacity: 0; transform: translateX(-4px);
  transition: opacity .22s var(--ease), transform .22s var(--ease);
}
.cancer-card:hover .cancer-card__arr { opacity: 1; transform: translateX(0); }
@media (max-width: 1023px) { .cancer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cancer-grid { grid-template-columns: 1fr; } }

/* ===== Oncology Suite page (PDF content, our design) ===== */
.onc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.onc-grid--2 { grid-template-columns: repeat(2, 1fr); }
.onc-grid--3 { grid-template-columns: repeat(3, 1fr); }
.onc-card { background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 22px 20px; display: flex; flex-direction: column; }
.onc-card .card-tag { align-self: flex-start; }
.onc-card .card-title { font-size: 18px; margin: 10px 0 8px; line-height: 1.25; }
.onc-card .card-excerpt { font-size: 14px; color: var(--ink-muted); line-height: 1.55; margin-bottom: 14px; }
.onc-card .card-link, .onc-card .text-link-disabled { margin-top: auto; }
.onc-course { font-size: 12px; color: var(--ink-muted); opacity: 0.9; margin: 0 0 12px; padding-top: 10px; border-top: 1px dashed var(--line); }
.sub-head { margin: 44px 0 18px; }
.suite-callout { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 24px 28px; margin-bottom: 8px; }
.suite-callout p { margin: 0; max-width: 680px; font-size: 15px; }
.brave-block { margin-top: 28px; background: var(--inverse-bg); color: var(--inverse-ink); border-radius: 14px; padding: 40px; }
.brave-block .eyebrow { color: #6FE0BF; }
.brave-block h3 { font-family: var(--font-display); font-size: 30px; margin: 12px 0 12px; color: #fff; }
.brave-block > .brave-block__body > p { color: rgba(255,255,255,0.82); max-width: 640px; }
.brave-block__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 26px 0; }
.brave-block__cols h4 { color: #fff; margin: 8px 0 6px; font-family: var(--font-display); font-size: 18px; }
.brave-block__cols p { font-size: 14px; margin: 0; color: rgba(255,255,255,0.72); }
.brave-block .card-tag { background: rgba(255,255,255,0.12); color: #fff; }
@media (max-width: 1023px) { .onc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .onc-grid, .onc-grid--2, .onc-grid--3 { grid-template-columns: 1fr; } .brave-block__cols { grid-template-columns: 1fr; } .brave-block { padding: 28px; } }

/* ============ Oncology Suite page — redesigned sections (os- namespace) ============ */
.os-surface { background: var(--surface); }
.os-hero { padding: 8px 0 0; }
.os-hero .eyebrow { margin-bottom: 18px; }
.os-hero h1 { max-width: 15ch; margin: 0 0 20px; }
.os-hero .lead { max-width: 60ch; margin-bottom: 30px; }
.os-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.os-stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4,1fr); }
.os-stat { padding: 30px 26px; border-left: 1px solid var(--line); }
.os-stat:first-child { border-left: none; padding-left: 0; }
.os-stat__num { font-family: var(--display); font-weight: var(--display-weight); font-size: 50px; line-height: 1; color: var(--accent); font-variant-numeric: tabular-nums; }
.os-stat__lbl { font-size: 13.5px; color: var(--ink-muted); margin-top: 8px; line-height: 1.4; }
@media(max-width:820px){ .os-stats{grid-template-columns:1fr 1fr;} .os-stat{border-left:none;padding:22px 0;border-top:1px solid var(--line);} .os-stat:nth-child(-n+2){border-top:none;} .os-stat:nth-child(even){padding-left:22px;border-left:1px solid var(--line);} }

.os-pillnav { display: flex; gap: 10px; flex-wrap: wrap; padding: 24px 0; }
.os-pillnav a { display: flex; align-items: baseline; gap: 10px; padding: 12px 20px; border: 1px solid var(--line); border-radius: var(--r-sm); font-size: 15px; font-weight: 500; color: var(--ink); transition: all .2s var(--ease); text-decoration: none; }
.os-pillnav a:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.os-pillnav .n { font-family: var(--mono); font-size: 12px; color: var(--accent); }

.os-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: end; margin-bottom: 40px; }
.os-intro h2 { max-width: 16ch; margin: 14px 0 0; }
.os-intro__desc { color: var(--ink-muted); font-size: 16px; }
@media(max-width:820px){ .os-intro{grid-template-columns:1fr;gap:14px;} }

.os-flags { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 22px; }
.os-flag { background: var(--bg); border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: var(--r-md); padding: 30px; box-shadow: var(--shadow-sm); }
.os-flag__tag { display: inline-block; font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft); padding: 5px 11px; border-radius: 4px; margin-bottom: 16px; }
.os-flag h3 { font-family: var(--display); font-weight: var(--display-weight); font-size: 26px; margin: 0 0 10px; color: var(--ink); }
.os-flag p { font-size: 15px; line-height: 1.6; margin: 0 0 20px; color: var(--ink-muted); }
.os-flag__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding-top: 16px; flex-wrap: wrap; }
.os-course { font-family: var(--mono); font-size: 11px; letter-spacing: .05em; color: var(--ink-soft); text-transform: uppercase; }
.os-link { color: var(--accent); font-weight: 600; font-size: 14.5px; text-decoration: none; }
.os-link:hover { opacity: .78; }

.os-grid { display: grid; gap: 18px; }
.os-grid-3 { grid-template-columns: repeat(3,1fr); }
.os-grid-4 { grid-template-columns: repeat(4,1fr); }
.os-grid-2 { grid-template-columns: repeat(2,1fr); }
@media(max-width:1000px){ .os-grid-4,.os-grid-3{grid-template-columns:repeat(2,1fr);} }
@media(max-width:600px){ .os-grid-2,.os-grid-3,.os-grid-4{grid-template-columns:1fr;} }
.os-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-md); padding: 24px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: box-shadow .2s var(--ease), transform .2s var(--ease); }
.os-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.os-card .k { font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: block; }
.os-card .k--accent { color: var(--accent); }
.os-card h3 { font-family: var(--display); font-weight: var(--display-weight); font-size: 19px; margin: 0 0 9px; line-height: 1.2; color: var(--ink); }
.os-card p { font-size: 14px; line-height: 1.55; flex: 1; margin: 0 0 16px; color: var(--ink-muted); }
.os-card__foot { margin-top: auto; }
.os-chip { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); background: var(--surface); border: 1px solid var(--line); padding: 4px 9px; border-radius: 4px; }

.os-callout { display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--accent-soft); border: 1px solid #bfe3da; border-radius: var(--r-md); padding: 24px 30px; margin-bottom: 40px; flex-wrap: wrap; }
.os-callout p { color: var(--ink); font-size: 15.5px; max-width: 680px; margin: 0; }

.os-sublabel { display: flex; align-items: center; gap: 14px; margin: 44px 0 20px; }
.os-sublabel .rule { flex: 1; height: 1px; background: var(--line); }

.os-dark { background: var(--inverse-bg); color: #fff; border-radius: var(--r-lg); padding: 44px; margin-top: 8px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.os-dark .eyebrow { color: var(--gold); margin-bottom: 14px; }
.os-dark h3 { font-family: var(--display); font-weight: var(--display-weight); font-size: 30px; margin: 0 0 14px; color: #fff; }
.os-dark p { color: rgba(255,255,255,.78); margin: 0 0 22px; }
.os-dark__cards { display: grid; gap: 14px; }
.os-dark__card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-md); padding: 18px 20px; }
.os-dark__card .k { font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); display:block; }
.os-dark__card h4 { color: #fff; font-family: var(--display); font-weight: var(--display-weight); font-size: 18px; margin: 5px 0; }
.os-dark__card p { color: rgba(255,255,255,.68); font-size: 13.5px; margin: 0; }
.os-gold-btn { background: var(--gold); color: #fff; border-color: var(--gold); }
.os-gold-btn:hover { background: #a2761f; }
@media(max-width:820px){ .os-flags,.os-dark{grid-template-columns:1fr;} .os-dark{padding:30px;} }

.os-path { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-md); padding: 30px; box-shadow: var(--shadow-sm); }
.os-path h3 { font-family: var(--display); font-weight: var(--display-weight); font-size: 22px; margin: 0 0 10px; color: var(--ink); }
.os-path p { font-size: 15px; margin: 0 0 18px; color: var(--ink-muted); }

/* Oncology Suite hero — split with Elekta machine image */
.os-hero--split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 52px; align-items: center; padding-top: 20px; }
.os-hero--split h1 { max-width: none; }
.os-hero--split .lead { margin-bottom: 28px; }
.os-hero__media { position: relative; }
.os-hero__media img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-md); border: 1px solid var(--line); display: block; }
.os-hero__cap { position: absolute; left: 16px; bottom: 16px; right: 16px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: rgba(11,34,64,.66); backdrop-filter: blur(4px); padding: 8px 12px; border-radius: 6px; }
@media(max-width:860px){ .os-hero--split { grid-template-columns: 1fr; gap: 28px; } .os-hero__media img { aspect-ratio: 16 / 10; } }

/* Oncology Suite — mega dropdown (2 categories with in-development treatment pages) */
.primary-nav .dropdown--mega { width: 540px; left: auto; right: -16px; padding: 18px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 28px; }
.dropdown--mega .mega-head { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); padding: 4px 6px; text-decoration: none; }
.dropdown--mega .mega-head:hover { text-decoration: underline; }
.dropdown--mega .mega-note { display: block; font-family: var(--font-mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); padding: 2px 6px 8px; margin-bottom: 4px; border-bottom: 1px solid var(--line); }
.dropdown--mega .mega-item { display: block; padding: 6px 6px; font-size: 13px; color: var(--ink-soft); cursor: default; line-height: 1.3; }
.dropdown--mega .mega-foot { grid-column: 1 / -1; margin-top: 12px; padding: 12px 6px 2px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 600; color: var(--accent); text-decoration: none; }
.dropdown--mega .mega-foot:hover { text-decoration: underline; }
/* mobile equivalents */
.mobile-nav .m-dropdown .dropdown-heading { padding: 4px 0; }
.mobile-nav .m-dropdown .dropdown-heading a { color: var(--accent); font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.mobile-nav .m-dropdown .m-note { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--gold); padding: 2px 0 6px; }
.mobile-nav .m-dropdown .m-dev { color: var(--ink-soft); padding: 8px 0 8px 12px; font-size: 14px; cursor: default; }

/* SBRT — live exemplar in the Oncology Suite mega-menu */
.dropdown--mega a.mega-item.mega-live { color: var(--accent); font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 8px; text-decoration: none; border-radius: var(--r-sm); }
.dropdown--mega a.mega-item.mega-live:hover { background: var(--accent-soft); }
.dropdown--mega .mega-live-tag { font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: var(--accent); padding: 2px 6px; border-radius: 3px; }
.mobile-nav .m-dropdown .m-live a { color: var(--accent); font-weight: 600; padding: 8px 0 8px 12px; font-size: 14px; display: block; }

/* Nav dropdowns — available (link) and in-development items share identical padding (no indent difference) */
.primary-nav .dropdown .nav-disabled { padding: 10px 14px; }
.primary-nav .dropdown--mega .mega-item { padding: 6px 6px; }
.primary-nav .dropdown--mega a.mega-item.mega-live { padding: 6px 6px; display: block; }
.primary-nav .dropdown--mega .mega-head { padding: 4px 6px; }
.mobile-nav .m-dropdown .nav-disabled { padding: 12px 0 12px 16px; }

/* ===== Nav dropdown consistency — unified font & colour across ALL dropdowns ===== */
/* Desktop — one font for every item */
.primary-nav .dropdown a,
.primary-nav .dropdown .nav-disabled,
.primary-nav .dropdown--mega .mega-item {
  font-family: var(--font-body); font-size: 13px; font-weight: 500; letter-spacing: 0.01em;
}
/* Available (clickable) = accent green */
.primary-nav .dropdown a,
.primary-nav .dropdown--mega a.mega-item.mega-live { color: var(--accent); }
/* In development = muted grey (no extra fade) */
.primary-nav .dropdown .nav-disabled,
.primary-nav .dropdown--mega .mega-item { color: var(--ink-soft); opacity: 1; }
/* Hover only on available items — slight background, keep colour */
.primary-nav .dropdown a:hover,
.primary-nav .dropdown--mega a.mega-item.mega-live:hover { background: var(--accent-soft); color: var(--accent); }

/* Mobile — matching scheme at mobile sizing */
.mobile-nav .m-dropdown a,
.mobile-nav .m-dropdown .nav-disabled,
.mobile-nav .m-dropdown .m-dev,
.mobile-nav .m-dropdown .m-live a {
  font-family: var(--font-body); font-size: 15px; font-weight: 500;
}
.mobile-nav .m-dropdown a,
.mobile-nav .m-dropdown .m-live a { color: var(--accent); }
.mobile-nav .m-dropdown .nav-disabled,
.mobile-nav .m-dropdown .m-dev { color: var(--ink-soft); opacity: 1; }

/* ===== Consistent dropdown typography across ALL nav (available = teal 600 · in-development = grey 400) ===== */
/* Desktop standard dropdowns (Doctors, Cancers) */
.primary-nav .dropdown:not(.dropdown--mega) a { color: var(--accent); font-weight: 600; font-size: 13px; letter-spacing: 0; }
.primary-nav .dropdown:not(.dropdown--mega) a:hover { background: var(--accent-soft); color: var(--accent); }
.primary-nav .dropdown .nav-disabled { color: var(--ink-soft); font-weight: 400; font-size: 13px; letter-spacing: 0; opacity: 1; }
/* Desktop mega dropdown */
.primary-nav .dropdown--mega .mega-head { font-family: var(--font-mono); font-size: 11px; color: var(--accent); font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }
.primary-nav .dropdown--mega .mega-item { color: var(--ink-soft); font-weight: 400; font-size: 13px; }
.primary-nav .dropdown--mega a.mega-item.mega-live { color: var(--accent); font-weight: 600; }
.primary-nav .dropdown--mega a.mega-item.mega-live:hover { background: var(--accent-soft); color: var(--accent); }
/* Mobile — same logic */
.mobile-nav .m-dropdown li:not(.dropdown-heading) a { color: var(--accent); font-weight: 600; font-size: 14.5px; }
.mobile-nav .m-dropdown .nav-disabled,
.mobile-nav .m-dropdown .m-dev { color: var(--ink-soft); font-weight: 400; font-size: 14.5px; opacity: 1; }

/* ===== Section Templates (internal gallery — removed at launch) ===== */
.tpl-intro { padding: 8px 0 8px; }
.tpl-label { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #6b5214; background: var(--gold-soft); border: 1px solid #e6d3a3; padding: 7px 13px; border-radius: 5px; margin: 8px 0 0; }
.tpl-label b { color: var(--ink); font-weight: 600; letter-spacing: 0.04em; }
.tpl-sep { border: none; border-top: 1px dashed var(--line); margin: 0; }
.tpl-ph { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); display: flex; align-items: center; justify-content: center; color: var(--ink-soft); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; min-height: 120px; }
.tpl-ph--sm { border-radius: var(--r-md); }

/* ===== Financing page — insurer tags + data tables ===== */
.fin-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.fin-tag { border: 1px solid var(--line); border-radius: 7px; padding: 11px 16px; font-size: 14px; font-weight: 500; color: var(--ink); background: var(--bg); box-shadow: var(--shadow-sm); }
.fin-tag span { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-soft); margin-top: 2px; font-weight: 400; }
.fin-table-wrap { margin-top: 8px; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.fin-table { width: 100%; border-collapse: collapse; font-size: 14px; table-layout: fixed; }
/* Consistent columns across every table: 58% treatment / 42% limit */
.fin-table col.fin-col-item { width: 58%; }
.fin-table col.fin-col-limit { width: 42%; }
.fin-table th, .fin-table td { text-align: left; padding: 15px 22px; border-bottom: 1px solid var(--line); vertical-align: top; }
.fin-table th:last-child, .fin-table td:last-child { text-align: right; }
.fin-table thead th { background: var(--surface); font-family: var(--font-body); font-weight: 600; color: var(--ink); font-size: 12px; letter-spacing: 0.02em; text-transform: uppercase; }
.fin-table tbody td:first-child { font-weight: 500; color: var(--ink); }
.fin-table tbody td { color: var(--ink-muted); line-height: 1.5; }
.fin-table tbody td:last-child { font-variant-numeric: tabular-nums; white-space: normal; }
.fin-table tbody tr:last-child td { border-bottom: none; }
.fin-table tbody tr:not(.fin-subhead):hover td { background: var(--surface); }
.fin-table .fin-subhead td { background: var(--accent-soft); font-weight: 600; color: var(--accent); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; text-align: left; }
.fin-ref { display: inline-block; margin-top: 14px; font-size: 13px; color: var(--accent); font-weight: 600; }
.fin-ref:hover { text-decoration: underline; }
.fin-note { font-size: 13.5px; color: var(--ink-muted); margin-top: 16px; line-height: 1.55; }
.fin-lead { font-size: 15.5px; color: var(--ink-muted); max-width: 760px; line-height: 1.6; }

/* Cost & Insurance — balanced two-column split (heading left, text right)
   so the section fills the width instead of hugging the left edge. */
.fin-split { display: grid; grid-template-columns: 1fr; gap: 24px; }
.fin-split__head .eyebrow { display: block; margin-bottom: 14px; }
.fin-split__head h2 { margin: 0; }
.fin-split__body p { font-size: 15.5px; line-height: 1.7; color: var(--ink-muted); margin: 0 0 18px; }
.fin-split__body p:last-child { margin-bottom: 0; }
@media (min-width: 900px) {
  .fin-split { grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
  .fin-split__head h2 { max-width: 12ch; }
}
@media (max-width: 600px) {
  .fin-table th, .fin-table td { padding: 12px 14px; }
  .fin-table { font-size: 13px; }
}

/* ===== Doctor profile — restructured layout (doc- namespace) ===== */
/* Section 1 — hero (image left, smaller) + background merged under */
.doc-hero { display: grid; grid-template-columns: 300px 1fr; gap: 52px; align-items: start; }
.doc-hero__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-md); border: 1px solid var(--line); display: block; }
.doc-hero__text .eyebrow { margin-bottom: 16px; }
.doc-hero__text h1 { margin: 0 0 18px; }
.doc-hero__text .lead { margin: 0; }
.doc-hero__text hr { border: none; border-top: 1px solid var(--line); margin: 22px 0; }
.doc-creds { display: flex; flex-wrap: wrap; gap: 8px; }
.doc-cred { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--ink); background: var(--surface); border: 1px solid var(--line); padding: 8px 14px; border-radius: 20px; }
.doc-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.doc-bg { display: grid; grid-template-columns: 200px 1fr; gap: 40px; margin-top: 44px; padding-top: 32px; border-top: 1px solid var(--line); }
.doc-bg__body p { max-width: 74ch; margin: 0 0 14px; font-size: 15.5px; color: var(--ink-muted); line-height: 1.6; }
.doc-bg__body p:last-child { margin-bottom: 0; }
@media (max-width: 860px) { .doc-hero { grid-template-columns: 1fr; gap: 26px; } .doc-hero__media img { max-width: 300px; aspect-ratio: 4/5; } .doc-bg { grid-template-columns: 1fr; gap: 10px; } }

/* Section 2 — approach + video */
.doc-approach { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center; }
.doc-video { position: relative; width: 100%; aspect-ratio: 16/10; border-radius: var(--r-lg); background: var(--inverse-bg); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); overflow: hidden; }
.doc-video__label { position: absolute; left: 16px; bottom: 14px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.doc-play { width: 72px; height: 72px; border-radius: 50%; background: rgba(255,255,255,0.14); border: 1.5px solid rgba(255,255,255,0.55); display: flex; align-items: center; justify-content: center; }
.doc-play::before { content: ""; border-left: 20px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 5px; }
.doc-approach__text .eyebrow { margin-bottom: 14px; }
.doc-approach__text h2 { margin: 0 0 18px; }
.doc-approach__text p { margin: 0 0 16px; font-size: 15.5px; color: var(--ink-muted); line-height: 1.6; }
.doc-approach__text p:last-child { margin-bottom: 0; }
@media (max-width: 860px) { .doc-approach { grid-template-columns: 1fr; gap: 26px; } }

/* Section 3 — when to consult (6 cards, 3-up) */
.doc-consult-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.doc-consult { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-md); padding: 28px; box-shadow: var(--shadow-sm); }
.doc-consult .ic { width: 44px; height: 44px; border-radius: 11px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.doc-consult h3 { font-family: var(--font-display); font-weight: var(--display-weight); font-size: 20px; margin: 0 0 8px; color: var(--ink); }
.doc-consult p { font-size: 14.5px; line-height: 1.55; color: var(--ink-muted); margin: 0; }
@media (max-width: 980px) { .doc-consult-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px) { .doc-consult-grid { grid-template-columns: 1fr; } }

/* Section 4 — full background: career grid + dark publications */
.doc-career-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.doc-career { background: var(--bg); padding: 24px 26px; }
.doc-career .k { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 8px; }
.doc-career p { font-size: 14.5px; line-height: 1.55; color: var(--ink-muted); margin: 0; }
.doc-pubs { margin-top: 24px; background: var(--inverse-bg); border-radius: var(--r-md); padding: 36px 40px; }
.doc-pubs .eyebrow { color: #6FE0BF; margin-bottom: 12px; }
.doc-pubs h3 { color: #fff; font-family: var(--font-display); font-weight: var(--display-weight); font-size: 25px; margin: 0 0 12px; }
.doc-pubs p { color: rgba(255,255,255,0.78); max-width: 74ch; margin: 0 0 20px; }
@media (max-width: 620px) { .doc-career-grid { grid-template-columns: 1fr; } .doc-pubs { padding: 28px; } }

/* Section 5 — CTA band */
.doc-cta { background: var(--accent-soft); border-radius: var(--r-lg); padding: 40px 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.doc-cta__text h3 { font-family: var(--font-display); font-weight: var(--display-weight); font-size: 26px; margin: 0 0 6px; color: var(--ink); }
.doc-cta__text p { max-width: 48ch; color: var(--ink-muted); margin: 0; }
