@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,500;1,6..72,500&display=swap");

:root {
  --ink: #163f3d;
  --ink-deep: #0c2d2b;
  --ink-soft: #476762;
  --paper: #fbfaf6;
  --white: #ffffff;
  --mist: #edf1ec;
  --sage: #c6d8cc;
  --sage-dark: #7f9e90;
  --terracotta: #c96f50;
  --terracotta-dark: #9e4d35;
  --gold: #e1b764;
  --line: #d8ded8;
  --shadow: 0 22px 70px rgba(20, 63, 61, 0.12);
  --radius: 18px;
  --container: 1200px;
  --narrow: 820px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -0.04em; margin: 0; }
h1 { font-size: clamp(2.9rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { margin: 0 0 1.2rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { max-width: var(--narrow); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 18px; top: 12px; transform: translateY(-160%); background: var(--white); padding: 10px 16px; border: 2px solid var(--ink); }
.skip-link:focus { transform: none; }

.site-header { background: rgba(251, 250, 246, 0.97); border-bottom: 1px solid rgba(22, 63, 61, 0.11); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.header-inner { height: 84px; width: min(calc(100% - 48px), 1360px); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand-logo { display: block; width: 200px; height: auto; mix-blend-mode: multiply; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(13px, 1.55vw, 27px); font-size: 0.84rem; font-weight: 600; }
.primary-nav > a:not(.nav-book) { padding: 12px 0; position: relative; }
.primary-nav > a:not(.nav-book)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--terracotta); transition: right 180ms ease; }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { right: 0; }
.language-link { color: var(--terracotta-dark); }
.nav-book { background: var(--ink); color: white; padding: 12px 17px; border-radius: 7px; }
.nav-book:hover { background: var(--terracotta-dark); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: var(--ink); }
.menu-toggle > span:not(.sr-only) { width: 23px; height: 2px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }

.breadcrumb { min-height: 50px; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 0.78rem; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.eyebrow { margin: 0 0 22px; color: var(--terracotta-dark); text-transform: uppercase; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; }
.lede { font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.65; color: var(--ink-soft); max-width: 700px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 20px; border: 1px solid transparent; border-radius: 7px; font-weight: 700; font-size: 0.88rem; cursor: pointer; transition: transform 160ms ease, background 160ms ease, color 160ms ease, border 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--terracotta); color: white; }
.button-primary:hover { background: var(--terracotta-dark); }
.button-secondary { border-color: var(--ink); color: var(--ink); background: transparent; }
.button-secondary:hover { color: white; background: var(--ink); }
.button-light { background: white; color: var(--ink); }
.button-outline-light { border-color: rgba(255,255,255,.65); color: white; }
.button-outline-light:hover { background: white; color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 20px; }
.fee-link, .text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; font-size: 0.88rem; font-weight: 700; padding-bottom: 4px; }
.text-link span { transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(3px); }

.availability { display: inline-flex; align-items: center; gap: 11px; padding: 12px 15px; background: var(--white); border: 1px solid var(--line); border-radius: 9px; font-size: 0.83rem; font-weight: 600; box-shadow: 0 9px 30px rgba(22,63,61,.06); }
.availability small { display: block; color: var(--ink-soft); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--sage-dark); box-shadow: 0 0 0 5px rgba(127,158,144,.17); flex: none; }
.availability-compact { color: var(--ink); }

.home-hero { overflow: hidden; background: linear-gradient(135deg, #eaf0e9 0%, #ceded3 55%, #b8cebf 100%); border-bottom: 1px solid var(--line); }
.home-hero-grid { min-height: clamp(540px, calc(100svh - 176px), 650px); display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; }
.hero-copy { padding: clamp(50px, 5vw, 76px) clamp(36px, 4vw, 60px) clamp(48px, 5vw, 74px) 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: relative; z-index: 2; }
.home-hero h1 { max-width: 680px; font: 500 clamp(3.1rem, 4.1vw, 4.25rem)/.98 "Newsreader", serif; letter-spacing: -.045em; }
.home-hero .lede { margin: 26px 0 0; max-width: 600px; font-size: clamp(1rem, 1.3vw, 1.14rem); }
.hero-visual { min-height: 520px; position: relative; overflow: hidden; border-left: 1px solid var(--line); background: var(--sage); }
.hero-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(22,63,61,.02), rgba(22,63,61,.16)); mix-blend-mode: multiply; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: saturate(.78) sepia(.06) contrast(.96); }
.hero-language-badge { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 9px 13px; background: rgba(251,250,246,.92); border: 1px solid rgba(22,63,61,.14); color: var(--ink); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.hero-availability-card { position: absolute; z-index: 2; right: 0; bottom: 0; min-width: min(88%, 390px); padding: 23px 26px; display: flex; align-items: center; gap: 18px; background: rgba(12,45,43,.96); color: white; box-shadow: -12px -12px 38px rgba(12,45,43,.15); }
.hero-availability-card small { display: block; margin-bottom: 4px; color: #bcd0ca; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-availability-card strong { font: 500 1.18rem "Newsreader", serif; }
.hero-availability-mark { width: 42px; height: 38px; position: relative; display: block; flex: none; }
.hero-availability-mark i { position: absolute; width: 13px; height: 25px; left: 15px; top: 0; border-radius: 100% 0 100% 0; background: var(--gold); transform: rotate(-35deg); }
.hero-availability-mark i:nth-child(2) { left: 23px; top: 10px; transform: rotate(36deg); }
.hero-availability-mark i:nth-child(3) { left: 7px; top: 12px; transform: rotate(-68deg); }
.trust-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-bar .container { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.trust-item { display: flex; align-items: center; gap: 16px; padding: 18px clamp(18px, 3vw, 34px); border-left: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; border-left: 0; }
.trust-item > span { width: 40px; height: 40px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #f5ebe6; color: var(--terracotta-dark); font: 700 .72rem "Manrope", sans-serif; }
.trust-item:nth-child(2) > span { background: #f5efdf; color: #a87417; }
.trust-item:nth-child(3) > span { background: var(--mist); color: var(--sage-dark); }
.trust-item small { display: block; color: var(--ink-soft); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-item strong { display: block; margin-top: 2px; font-size: .82rem; line-height: 1.3; }

.page-hero { padding: clamp(36px, 3.5vw, 54px) 0; background: linear-gradient(135deg, #e8eee8, #cbdcd1); border-bottom: 1px solid rgba(22,63,61,.12); }
.page-hero-grid { display: grid; grid-template-columns: 1fr minmax(270px, 360px); gap: clamp(60px, 10vw, 140px); align-items: end; }
.page-hero h1 { max-width: 900px; }
.page-hero .lede { margin-top: 28px; }
.hero-aside { border-top: 3px solid var(--terracotta); background: rgba(255,255,255,.68); padding: 22px; box-shadow: 0 20px 55px rgba(22,63,61,.08); }
.hero-aside .availability { width: 100%; border: 0; box-shadow: none; background: white; margin-bottom: 12px; }
.hero-aside-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 4px; border-top: 1px solid var(--line); font-size: .78rem; }
.hero-aside-row span { color: var(--ink-soft); }
.hero-aside-row strong { text-align: right; }

.children-hero { padding-top: clamp(48px, 5vw, 72px); background: linear-gradient(180deg, #fbfaf7 0%, #f4f7f2 100%); border-bottom: 1px solid rgba(22,63,61,.12); }
.children-hero-copy { max-width: 1040px; margin: 0 auto; padding: 0 30px clamp(32px, 3.2vw, 42px); text-align: center; }
.children-hero-title { margin: 0; color: var(--ink); font: 500 clamp(3.2rem, 4.2vw, 4.75rem)/.98 "Newsreader", serif; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.children-hero-divider { max-width: 730px; margin: 22px auto 18px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; color: var(--sage-dark); }
.children-hero-divider::before, .children-hero-divider::after { content: ""; height: 1px; background: rgba(101,137,119,.42); }
.children-leaf-mark { width: 48px; height: 26px; position: relative; display: block; }
.children-leaf-mark i { position: absolute; width: 13px; height: 23px; left: 18px; top: 0; border-radius: 100% 0 100% 0; background: #92aa79; transform: rotate(-38deg); }
.children-leaf-mark i:nth-child(2) { left: 27px; top: 7px; transform: rotate(38deg); }
.children-leaf-mark i:nth-child(3) { left: 9px; top: 8px; transform: rotate(-70deg); }
.children-hero-subtitle { max-width: 880px; margin: 0 auto; color: var(--ink); font: 500 clamp(1.8rem, 2.25vw, 2.4rem)/1.16 "Newsreader", serif; letter-spacing: -.015em; }
.children-hero-copy .lede { max-width: 800px; margin: 18px auto 0; color: #3d504e; font-size: clamp(1rem, 1.25vw, 1.1rem); line-height: 1.55; }
.children-hero-copy .hero-actions { justify-content: center; gap: 34px; margin: 28px 0 0; }
.children-hero-copy .button { min-width: 205px; min-height: 56px; padding-inline: 26px; font-size: .95rem; }
.children-hero-copy .button-primary { background: var(--ink); }
.children-hero-copy .button-primary:hover { background: var(--terracotta-dark); }
.children-hero-image { position: relative; height: clamp(230px, 16vw, 270px); margin: 0; overflow: hidden; background: var(--sage); box-shadow: none; }
.children-hero-image::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 13%; background: rgba(188,205,181,.9); border-top-left-radius: 88% 100%; pointer-events: none; }
.children-hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 49%; }
.children-hero-details { min-height: 70px; display: grid; grid-template-columns: repeat(2, 1fr); background: #fbfaf7; border-bottom: 1px solid var(--line); }
.children-hero-details > div { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 18px 28px; }
.children-hero-details > div + div { border-left: 1px solid var(--line); }
.children-detail-icon { color: var(--sage-dark); font-size: 1.35rem; line-height: 1; }
.children-hero-details strong { color: #405653; font-size: .95rem; font-weight: 500; }

.adult-hero { background: #f4f7f2; border-bottom: 1px solid var(--line); }
.adult-hero-grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, 56%) minmax(0, 44%); padding-inline: 0; background: linear-gradient(135deg, #fbfaf7 0%, #f1f5ef 100%); overflow: hidden; }
.adult-hero-copy { padding: clamp(54px, 5vw, 76px) clamp(64px, 6vw, 88px) 38px clamp(44px, 5vw, 68px); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.adult-hero-label { margin: 0 0 24px; color: #647f68; font-size: .76rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.adult-hero h1 { max-width: 550px; font: 500 clamp(3rem, 3.8vw, 4.1rem)/.98 "Newsreader", serif; letter-spacing: -.035em; }
.adult-hero h1 span { display: block; }
.adult-hero .lede { max-width: 530px; margin: 26px 0 0; color: #334d49; font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.55; }
.adult-hero .hero-actions { flex-wrap: nowrap; gap: 26px; margin: 28px 0 0; }
.adult-hero .button { min-width: 0; min-height: 54px; flex: 1; padding-inline: 20px; font-size: .9rem; }
.adult-hero .button-primary { background: var(--ink); }
.adult-hero .button-primary:hover { background: var(--terracotta-dark); }
.adult-hero-details { display: grid; grid-template-columns: repeat(2, max-content); gap: 0; margin-top: 28px; color: #35524d; }
.adult-hero-details > div { display: flex; align-items: center; gap: 11px; padding-right: 28px; font-size: .88rem; }
.adult-hero-details > div + div { padding-left: 28px; border-left: 1px solid rgba(71,103,98,.3); }
.adult-hero-details span { color: var(--sage-dark); font-size: 1.3rem; line-height: 1; }
.adult-hero-details strong { font-weight: 500; }
.adult-hero-visual { min-width: 0; min-height: 610px; margin: 0; position: relative; overflow: hidden; background: var(--sage); }
.adult-hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 105px; background: #c8d7bd; clip-path: polygon(0 0, 55% 0, 100% 100%, 25% 100%); pointer-events: none; }
.adult-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }

.assessment-hero { background: #f4f7f2; border-bottom: 1px solid var(--line); }
.assessment-hero-grid { min-height: 720px; display: grid; grid-template-columns: minmax(0, 43%) minmax(0, 57%); padding-inline: 0; overflow: hidden; isolation: isolate; background: linear-gradient(135deg, #fbfaf7 0%, #f1f5ef 100%); }
.assessment-hero-copy { min-width: 0; padding: clamp(62px, 5.4vw, 82px) 34px 42px clamp(46px, 4.8vw, 66px); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.assessment-hero-copy::after { content: ""; position: absolute; z-index: 0; top: -12%; bottom: -12%; right: -118px; width: 210px; background: #f8f8f3; border-right: 18px solid #afc3a7; border-radius: 0 100% 100% 0 / 0 50% 50% 0; pointer-events: none; }
.assessment-hero-copy > * { position: relative; z-index: 1; }
.assessment-hero-label { margin: 0 0 28px; color: #5d7c65; font-size: .73rem; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.assessment-hero h1 { max-width: 535px; color: var(--ink); font: 500 clamp(3.25rem, 3.8vw, 4.15rem)/.97 "Newsreader", serif; letter-spacing: -.042em; }
.assessment-hero h1 span { display: block; white-space: nowrap; }
.assessment-hero .lede { max-width: 500px; margin: 27px 0 0; color: #3c5551; font-size: clamp(.98rem, 1.15vw, 1.08rem); line-height: 1.62; }
.assessment-hero .hero-actions { flex-wrap: nowrap; gap: 14px; margin: 30px 0 0; }
.assessment-hero .button { min-height: 54px; padding-inline: 19px; font-size: .84rem; }
.assessment-hero .button-primary { background: var(--ink); }
.assessment-hero .button-primary:hover { background: var(--terracotta-dark); }
.assessment-hero-details { display: grid; grid-template-columns: repeat(2, max-content); margin-top: 32px; color: #3a5550; }
.assessment-hero-details > div { display: flex; align-items: center; gap: 10px; padding-right: 23px; font-size: .84rem; }
.assessment-hero-details > div + div { padding-left: 23px; border-left: 1px solid rgba(71,103,98,.28); }
.assessment-hero-details span { color: #789684; font-size: 1.2rem; line-height: 1; }
.assessment-hero-details strong { font-weight: 500; }
.assessment-hero-visual { min-width: 0; min-height: 720px; margin: 0; position: relative; z-index: 1; overflow: hidden; background: #dfe7dc; }
.assessment-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.88) contrast(.97); }

.section { padding: clamp(44px, 4vw, 60px) 0; }
.section-tint { background: var(--mist); }
.section-dark { background: var(--ink-deep); color: white; }
.section-dark .eyebrow { color: var(--gold); }
.section-dark .section-heading > p, .section-dark p { color: #c8d7d2; }
.care-scope { background: linear-gradient(180deg, #eef4ed 0%, #e4ece3 100%); }
.care-scope .concern-grid > div { background: rgba(251,250,246,.92); }
.care-warm-section { background: #f2e7d5; }
.care-warm-section .info-callout { background: rgba(251,250,246,.9); border-left-color: var(--terracotta-dark); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 460px); gap: clamp(32px, 5vw, 72px); align-items: end; margin-bottom: 32px; }
.section-heading > p { color: var(--ink-soft); margin: 0; }
.icon-chip { width: 48px; height: 48px; border: 1px solid rgba(22,63,61,.24); border-radius: 50%; display: inline-grid; place-items: center; font: 700 .78rem "Manrope", sans-serif; color: var(--terracotta-dark); background: rgba(255,255,255,.42); }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pathway-card { min-height: 345px; background: var(--white); border: 1px solid var(--line); padding: clamp(26px, 3.5vw, 40px); display: flex; flex-direction: column; align-items: flex-start; transition: transform 180ms ease, box-shadow 180ms ease, border 180ms ease; }
.pathway-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--sage-dark); }
.pathway-card h3 { margin: 60px 0 16px; }
.home-pathways .pathway-card { min-height: 270px; }
.home-pathways .pathway-card h3 { margin: 0 0 16px; }
.pathway-card p { color: var(--ink-soft); }
.pathway-card .text-link { margin-top: auto; }
.practitioner-feature { background: var(--white); }
.feature-grid, .profile-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(55px, 10vw, 130px); align-items: center; }
.portrait-frame { position: relative; padding: 0 0 38px 38px; }
.portrait-frame::before { content: ""; position: absolute; left: 0; bottom: 0; width: 77%; height: 78%; background: var(--sage); }
.portrait-frame img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.1; object-fit: cover; object-position: center 35%; box-shadow: var(--shadow); }
.portrait-frame span { position: absolute; z-index: 2; right: -12px; bottom: 12px; background: var(--terracotta); color: white; padding: 12px 16px; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.feature-grid h2 { margin-bottom: 24px; }
.feature-grid > div:last-child > p { color: var(--ink-soft); font-size: 1.06rem; }
.tick-list { list-style: none; padding: 8px 0 22px; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; font-size: .9rem; }
.tick-list li { padding-left: 22px; position: relative; }
.tick-list li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta); position: absolute; left: 0; top: .55em; }
.language-feature { background: #f2e7d5; }
.language-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 10vw, 140px); align-items: center; }
.language-grid .icon-chip { margin-bottom: 32px; width: 62px; height: 62px; font-size: 1.1rem; border-color: var(--terracotta); }
.language-grid > div:last-child > p { color: #5e5346; font-size: 1.1rem; }

.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.location-card { background: var(--white); border: 1px solid var(--line); padding: clamp(28px, 4vw, 46px); min-height: 340px; }
.location-card .eyebrow { margin: 48px 0 12px; }
.location-card h3 { font-size: 2rem; }
.location-card > p:not(.eyebrow) { color: var(--ink-soft); margin-top: 16px; }
.card-links { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 20px; }
.muted-link { border-color: transparent; color: var(--ink-soft); }
.fee-preview { background: white; }
.fee-preview-grid, .fee-breakdown { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 130px); align-items: center; }
.fee-preview-grid h2 { margin-bottom: 22px; }
.fee-preview-grid > div:first-child > p:not(.eyebrow) { color: var(--ink-soft); }
.fee-equation { display: grid; grid-template-columns: 1fr auto 1fr auto 1.3fr; align-items: stretch; border: 1px solid var(--line); background: var(--paper); }
.fee-equation > div { padding: 24px 18px; display: flex; flex-direction: column; justify-content: center; }
.fee-equation > b { display: grid; place-items: center; font-size: 1.3rem; color: var(--ink-soft); }
.fee-equation span { color: var(--ink-soft); font-size: .7rem; font-weight: 700; line-height: 1.3; }
.fee-equation strong { display: block; margin-top: 9px; font: 700 clamp(1.45rem, 2.5vw, 2.15rem) "Manrope", sans-serif; letter-spacing: -.05em; }
.fee-total { background: var(--ink); color: white; }
.fee-total span { color: #cddbd6; }
.fine-print { font-size: .74rem; color: var(--ink-soft); margin: 12px 0 0; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font: 600 1rem "Manrope", sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.5rem; font-weight: 400; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--ink-soft); padding: 0 50px 25px 0; }

.concern-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.concern-grid > div { min-height: 116px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px; display: flex; flex-direction: column; justify-content: center; background: white; }
.concern-grid p { margin: 0; font-weight: 600; line-height: 1.35; }
.process-grid { list-style: none; padding: 0; margin: 50px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); }
.process-grid li { padding: 30px 26px 0 0; position: relative; }
.process-grid li:not(:last-child)::after { content: "→"; position: absolute; right: 20px; top: 29px; color: var(--gold); }
.process-grid li > span { color: var(--gold); font-size: .72rem; font-weight: 700; }
.process-grid h3 { margin: 52px 0 15px; font-size: 1.2rem; }
.process-grid p { font-size: .86rem; }
.split-copy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); }
.split-copy > div:last-child { font-size: 1.05rem; color: var(--ink-soft); }
.section-dark .split-copy > div:last-child { color: #c8d7d2; }
.info-callout { background: var(--mist); border-left: 5px solid var(--terracotta); padding: clamp(30px, 5vw, 55px); }
.info-callout > strong { display: block; font: 600 clamp(1.6rem, 3vw, 2.4rem) "Manrope", sans-serif; letter-spacing: -.04em; margin-bottom: 16px; }
.info-callout p { color: var(--ink-soft); }
.two-column-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.two-column-cards > article { background: white; border: 1px solid var(--line); padding: clamp(28px, 4vw, 45px); }
.two-column-cards h3 { margin-bottom: 24px; }
.two-column-cards p { color: var(--ink-soft); }
.fee-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: clamp(70px, 10vw, 130px); }
.fee-cards article { padding: clamp(30px, 5vw, 55px); background: var(--ink); color: white; }
.fee-cards article:last-child { background: var(--terracotta-dark); }
.fee-cards .eyebrow { color: #f0c7b9; }
.fee-cards strong { font: 700 clamp(3.8rem, 8vw, 7rem) "Manrope", sans-serif; letter-spacing: -.08em; }
.fee-cards p:last-child { color: #d9e3df; margin-top: 20px; max-width: 480px; }
.fees-overview { background: linear-gradient(180deg, #f4f7f2 0%, var(--paper) 100%); }
.fees-overview .fee-breakdown { padding: clamp(30px, 5vw, 56px); background: #e4ece3; border: 1px solid rgba(22,63,61,.12); }
.fee-breakdown > div:first-child p:not(.eyebrow) { color: var(--ink-soft); }
.fee-breakdown h1 { font-size: clamp(2.15rem, 4vw, 3.65rem); }
.fees-support { background: #f2e7d5; }
.fees-support .two-column-cards > article { background: rgba(251,250,246,.9); border-color: rgba(158,77,53,.18); }
.profile-photo { background: var(--ink); color: white; }
.profile-photo img { width: 100%; aspect-ratio: 1.05; object-fit: cover; object-position: center 28%; }
.profile-photo > div { padding: 22px 26px; display: flex; flex-direction: column; }
.profile-photo strong { font: 600 1.45rem "Manrope", sans-serif; }
.profile-photo span { color: #bcd0ca; font-size: .82rem; }
.about-profile-section { background: linear-gradient(135deg, #fbfaf7 0%, #e8efe6 100%); }
.profile-copy h1 { margin-bottom: 25px; font-size: clamp(2.7rem, 4.5vw, 4.6rem); font-family: "Newsreader", serif; font-weight: 500; }
.profile-copy p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.02rem; }
.mandarin-copy > div:last-child { font-family: "DM Sans", "Microsoft YaHei", sans-serif; line-height: 1.9; }
.location-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 10vw, 130px); align-items: stretch; }
.location-detail h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.location-detail > div > p:not(.eyebrow) { color: var(--ink-soft); margin-top: 22px; }
.location-detail aside { background: var(--ink); color: white; padding: clamp(35px, 5vw, 60px); min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.location-detail aside::before { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; right: -70px; top: -70px; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.location-detail aside strong { font: 600 2.2rem "Manrope", sans-serif; position: relative; }
.location-detail aside p { color: #bcd0ca; margin: 15px 0 0; position: relative; }
.map-label { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 700; margin-bottom: 12px; position: relative; }
.booking-intro { background: linear-gradient(135deg, #fbfaf7 0%, #e7eee6 100%); padding: clamp(62px, 9vw, 118px) 0 clamp(50px, 7vw, 88px); }
.booking-intro-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(45px, 8vw, 110px); align-items: end; }
.booking-intro h1 { max-width: 820px; margin: 16px 0 24px; font: 500 clamp(3.2rem, 6.2vw, 6rem)/.95 "Newsreader", serif; letter-spacing: -.035em; }
.booking-intro .lede { max-width: 700px; }
.booking-security-card { background: var(--ink); color: white; padding: 28px; display: grid; grid-template-columns: auto 1fr; gap: 17px; align-items: start; box-shadow: 0 24px 60px rgba(22,63,61,.13); }
.booking-security-card p { color: #c3d5cf; font-size: .82rem; line-height: 1.6; margin: 8px 0 0; }
.booking-security-mark { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--ink-deep); font-weight: 800; }
.booking-steps { background: var(--ink-deep); color: white; }
.booking-steps .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.booking-steps .container > div { min-height: 86px; padding: 22px 28px; display: flex; align-items: center; gap: 16px; border-right: 1px solid #385751; }
.booking-steps .container > div:first-child { border-left: 1px solid #385751; }
.booking-steps span { color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.booking-steps strong { font-size: .86rem; }
.booking-portal-section { background: #f7f6f1; }
.booking-portal-heading { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: end; margin-bottom: 30px; }
.booking-portal-heading h2 { margin: 10px 0 12px; font: 500 clamp(2.2rem, 4vw, 3.7rem)/1 "Newsreader", serif; }
.booking-portal-heading p:not(.eyebrow) { color: var(--ink-soft); margin: 0; }
.booking-portal-heading .button { justify-self: end; }
.booking-portal-frame { background: white; border: 1px solid rgba(22,63,61,.16); box-shadow: 0 24px 70px rgba(22,63,61,.09); overflow: hidden; }
.booking-portal-frame iframe { display: block; width: 100%; min-height: 980px; border: 0; background: white; }
.booking-help-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-top: 0; background: #eef2ea; }
.booking-help-grid > div { padding: 26px; border-right: 1px solid var(--line); }
.booking-help-grid > div:last-child { border-right: 0; }
.booking-help-grid p { color: var(--ink-soft); font-size: .8rem; margin: 8px 0 14px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.contact-main-section { background: linear-gradient(135deg, #fbfaf7 0%, #e8efe6 100%); }
.contact-grid > div > h1 { margin-bottom: 30px; font: 500 clamp(2.7rem, 4.4vw, 4.45rem)/1 "Newsreader", serif; }
.contact-list { display: grid; border-top: 1px solid var(--line); margin-bottom: 32px; }
.contact-list a { display: flex; flex-direction: column; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--ink-soft); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong { font-size: .95rem; margin-top: 4px; }
.enquiry-form { background: white; border: 1px solid var(--line); padding: clamp(28px, 5vw, 52px); display: grid; gap: 20px; }
.contact-main-section .enquiry-form { background: rgba(251,250,246,.94); border-color: rgba(22,63,61,.16); box-shadow: 0 20px 60px rgba(22,63,61,.08); }
.enquiry-form > div:first-child p:not(.eyebrow) { color: var(--ink-soft); font-size: .9rem; margin-top: 16px; }
.enquiry-form label { display: grid; gap: 8px; font-size: .8rem; font-weight: 700; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid #aebcb5; border-radius: 5px; background: white; color: var(--ink); font: inherit; }
.enquiry-form textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
.enquiry-form textarea::placeholder { color: #6f817a; opacity: 1; }
.field-hint { color: var(--ink-soft); font-size: .72rem; font-weight: 400; line-height: 1.5; }
.form-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 400 !important; }
.consent input { width: 20px; min-height: 20px; margin: 2px 0 0; }
.enquiry-form .button { justify-self: start; }
.enquiry-form .button:disabled { cursor: wait; opacity: .68; }
.form-status { margin: 0; color: var(--ink-soft); font-size: .82rem; }
.form-status[data-state="success"] { color: #246147; }
.form-status[data-state="error"] { color: #9a382c; }
.prose h2 { font-size: 1.7rem; margin: 40px 0 13px; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-soft); }

.site-footer { background: var(--ink-deep); color: white; padding-bottom: 74px; }
.footer-main { padding: 75px 0 55px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 55px; }
.brand-light { color: white; }
.brand-light .brand-logo { width: 220px; filter: invert(1) grayscale(1) brightness(1.45); mix-blend-mode: screen; }
.footer-brand p { max-width: 380px; color: #a9c0b9; margin: 22px 0; }
.language-badge { display: inline-flex; width: fit-content; border: 1px solid #57756d; padding: 7px 10px; color: #d7e3df; font-size: .7rem; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-main h2 { color: #89a79f; margin: 0 0 12px; font: 700 .66rem "DM Sans", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.footer-main a:not(.brand) { color: #d7e3df; font-size: .83rem; }
.footer-main a:not(.brand):hover { color: var(--gold); }
.crisis-note { border-top: 1px solid #385751; border-bottom: 1px solid #385751; padding-block: 19px; color: #a9c0b9; font-size: .78rem; }
.crisis-note strong { color: white; margin-right: 8px; }
.crisis-note a { color: white; text-decoration: underline; }
.footer-bottom { padding: 24px 0; display: flex; justify-content: space-between; gap: 40px; color: #78968e; font-size: .7rem; }
.footer-bottom span:last-child { max-width: 650px; text-align: right; }
.mobile-actions { display: none; }

@media (max-width: 1120px) {
  .header-inner { width: min(calc(100% - 36px), 1360px); }
  .primary-nav { gap: 12px; font-size: .75rem; }
  .nav-book { padding-inline: 12px; }
}

@media (max-width: 920px) {
  .container { width: min(calc(100% - 38px), var(--container)); }
  .site-header { backdrop-filter: none; }
  .header-inner { height: 72px; }
  .menu-toggle { display: flex; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { display: none; position: fixed; z-index: 49; inset: 72px 0 0; background: var(--paper); padding: 24px; overflow-y: auto; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; font-size: 1rem; }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.nav-book) { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .primary-nav > a::after { display: none; }
  .nav-book { margin-top: 20px; text-align: center; padding: 15px; }
  .home-hero-grid, .page-hero-grid, .feature-grid, .language-grid, .fee-preview-grid, .fee-breakdown, .profile-grid, .split-copy, .location-detail, .contact-grid { grid-template-columns: 1fr; }
  .home-hero-grid { min-height: auto; }
  .hero-copy { padding-right: 0; }
  .hero-visual { min-height: 540px; border-left: 0; border-top: 1px solid rgba(22,63,61,.12); }
  .trust-bar .container { min-height: 86px; }
  .page-hero-grid { gap: 45px; }
  .hero-aside { max-width: 500px; }
  .adult-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .adult-hero-copy { padding: 58px 50px 44px; }
  .adult-hero h1 { max-width: 720px; font-size: clamp(3.2rem, 8vw, 4.7rem); }
  .adult-hero-visual { min-height: 480px; }
  .adult-hero-visual::before { width: 100%; height: 74px; inset: 0 0 auto; clip-path: polygon(0 0, 100% 0, 100% 35%, 0 100%); }
  .assessment-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .assessment-hero-copy { padding: 62px 50px 62px; }
  .assessment-hero-copy::after { top: auto; bottom: -52px; left: -5%; right: -5%; width: auto; height: 82px; border: 0; border-bottom: 13px solid #afc3a7; border-radius: 0 0 50% 50% / 0 0 100% 100%; }
  .assessment-hero h1 { max-width: 700px; font-size: clamp(3.1rem, 8vw, 4.6rem); }
  .assessment-hero-visual { min-height: 490px; }
  .children-hero-title { font-size: clamp(2.3rem, 6.25vw, 3.6rem); }
  .children-hero-subtitle { font-size: clamp(1.65rem, 4vw, 2.1rem); }
  .children-hero-image { height: 235px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 280px; }
  .pathway-card h3 { margin-top: 38px; }
  .portrait-frame { max-width: 700px; }
  .fee-equation { grid-template-columns: 1fr; }
  .fee-equation > b { min-height: 34px; }
  .fee-equation > div { text-align: center; align-items: center; }
  .concern-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .process-grid li:nth-child(2)::after { display: none; }
  .profile-grid, .split-copy, .location-detail, .contact-grid { gap: 55px; }
  .profile-photo { max-width: 700px; }
  .booking-intro-grid { grid-template-columns: 1fr; align-items: start; }
  .booking-security-card { max-width: 620px; }
  .booking-portal-heading { grid-template-columns: 1fr; align-items: start; }
  .booking-portal-heading .button { justify-self: start; }
  .booking-help-grid { grid-template-columns: 1fr; }
  .booking-help-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-help-grid > div:last-child { border-bottom: 0; }
  .footer-main { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 15px; padding-bottom: 62px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .brand-logo { width: 164px; }
  .home-hero { min-height: auto; }
  .hero-copy { padding-block: 70px 65px; }
  .home-hero h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .hero-actions { flex-direction: column; align-items: stretch; width: 100%; }
  .hero-actions .button { width: 100%; }
  .fee-link { margin-top: 3px; }
  .availability { align-items: flex-start; }
  .hero-visual { min-height: 420px; }
  .hero-language-badge { top: 16px; left: 16px; }
  .hero-availability-card { min-width: calc(100% - 24px); padding: 20px; }
  .trust-bar .container { min-height: auto; grid-template-columns: 1fr; }
  .trust-item { padding: 16px 0; border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:first-child { border-top: 0; }
  .page-hero { padding: 38px 0 44px; }
  .breadcrumb { min-height: 44px; font-size: .7rem; }
  .page-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-aside { padding: 14px; }
  .adult-hero-copy { padding: 44px 24px 34px; }
  .adult-hero-label { margin-bottom: 18px; }
  .adult-hero h1 { font-size: clamp(2.75rem, 12vw, 4rem); }
  .adult-hero .lede { margin-top: 20px; }
  .adult-hero .hero-actions { flex-direction: column; gap: 12px; }
  .adult-hero .button { width: 100%; flex: none; }
  .adult-hero-details { grid-template-columns: 1fr; gap: 14px; margin-top: 24px; }
  .adult-hero-details > div { padding: 0; }
  .adult-hero-details > div + div { padding: 14px 0 0; border-left: 0; border-top: 1px solid rgba(71,103,98,.25); }
  .adult-hero-visual { min-height: 390px; }
  .assessment-hero-copy { padding: 46px 24px 54px; }
  .assessment-hero-label { margin-bottom: 19px; }
  .assessment-hero h1 { font-size: clamp(2.65rem, 11.5vw, 3.7rem); line-height: 1; }
  .assessment-hero h1 span { white-space: normal; }
  .assessment-hero .lede { margin-top: 21px; }
  .assessment-hero .hero-actions { flex-direction: column; gap: 12px; margin-top: 25px; }
  .assessment-hero .button { width: 100%; }
  .assessment-hero-details { grid-template-columns: 1fr; gap: 13px; margin-top: 25px; }
  .assessment-hero-details > div { padding: 0; }
  .assessment-hero-details > div + div { padding: 13px 0 0; border-left: 0; border-top: 1px solid rgba(71,103,98,.24); }
  .assessment-hero-visual { min-height: 370px; }
  .children-hero { padding-top: 34px; }
  .children-hero-copy { padding: 0 0 30px; }
  .children-hero-title { font-size: clamp(1.55rem, 7.5vw, 2.8rem); line-height: 1.02; letter-spacing: .02em; }
  .children-hero-divider { margin: 18px auto 15px; gap: 14px; }
  .children-hero-subtitle { font-size: clamp(1.5rem, 7vw, 1.95rem); }
  .children-hero-copy .lede { margin-top: 16px; }
  .children-hero-copy .hero-actions { gap: 12px; }
  .children-hero-copy .button { min-width: 0; min-height: 52px; }
  .children-hero-image { height: 210px; }
  .children-hero-image::after { width: 10%; }
  .children-hero-details { grid-template-columns: 1fr; }
  .children-hero-details > div { justify-content: space-between; padding: 15px 18px; }
  .children-hero-details > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 48px 0; }
  .section-heading { margin-bottom: 26px; }
  .pathway-card { padding: 25px; }
  .portrait-frame { padding: 0 0 24px 24px; }
  .portrait-frame span { right: -4px; font-size: .63rem; }
  .tick-list { grid-template-columns: 1fr; }
  .location-grid, .two-column-cards, .fee-cards { grid-template-columns: 1fr; }
  .fee-equation > div { padding: 20px 16px; }
  .concern-grid { grid-template-columns: 1fr 1fr; }
  .concern-grid > div { min-height: 110px; padding: 19px; }
  .process-grid { grid-template-columns: 1fr; border-top: 0; }
  .process-grid li { border-top: 1px solid rgba(255,255,255,.2); padding: 24px 0; }
  .process-grid li::after { display: none !important; }
  .process-grid h3 { margin: 20px 0 10px; }
  .fee-cards strong { font-size: 4rem; }
  .field-row { grid-template-columns: 1fr; }
  .enquiry-form { padding: 25px 20px; }
  .booking-intro { padding: 52px 0 42px; }
  .booking-intro h1 { font-size: clamp(2.75rem, 13vw, 4.25rem); }
  .booking-security-card { padding: 22px; }
  .booking-steps .container { grid-template-columns: 1fr; }
  .booking-steps .container > div, .booking-steps .container > div:first-child { min-height: 66px; padding: 16px 20px; border-left: 1px solid #385751; border-right: 1px solid #385751; border-bottom: 1px solid #385751; }
  .booking-steps .container > div:last-child { border-bottom: 0; }
  .booking-portal-heading .button { width: 100%; }
  .booking-portal-frame { margin-inline: -16px; border-left: 0; border-right: 0; }
  .booking-portal-frame iframe { min-height: 1120px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-main > div:last-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 16px; padding-bottom: 0; }
  .footer-bottom span:last-child { text-align: left; }
  .mobile-actions { position: fixed; display: grid; grid-template-columns: 1fr 1fr; z-index: 60; left: 0; right: 0; bottom: 0; min-height: 62px; background: white; box-shadow: 0 -10px 35px rgba(22,63,61,.15); }
  .mobile-actions a { display: grid; place-items: center; border-right: 1px solid var(--line); font-weight: 700; font-size: .8rem; }
  .mobile-actions a:nth-child(2) { background: var(--terracotta); color: white; }
  .site-footer { padding-bottom: 0; }
}

@media (max-width: 380px) {
  .concern-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .mobile-actions, .site-footer, .breadcrumb, .button, .language-feature { display: none !important; }
  body { background: white; color: black; }
  .page-hero, .section { padding: 24px 0; background: white !important; color: black !important; }
  .page-hero-grid { display: block; }
  .hero-aside { box-shadow: none; border: 1px solid #aaa; margin-top: 20px; }
  a { color: black; }
}
