/* ============================================================
   THE VIADUCT — Marketing site (shared styles)
   Built on the brand tokens in colors_and_type.css.
   Calm above all: beige canvas, midnight-green ink, accents only
   on the dot / a bullet / an underline. Soft radii, soft shadows,
   gentle motion, visible saffron focus ring.
   ============================================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
html, body { background: var(--beige); }
body {
  font-family: var(--font-sans);
  color: var(--fg1);
  letter-spacing: var(--track-tight);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: var(--lh-body);
}
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 2px; border-radius: 4px; }

.wrap { max-width: 1200px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.wrap--narrow { max-width: 900px; }

/* ---------- type helpers ---------- */
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: var(--track-wide);
  text-transform: uppercase; color: var(--moonstone-blue); display: inline-flex; align-items: center; gap: 9px; }
.eyebrow--ondark { color: #9CCBD0; }
.eyebrow .kdot { width: 7px; height: 7px; border-radius: 50%; background: var(--saffron-mango); display: inline-block; }
h1, h2, h3, h4 { letter-spacing: var(--track-tight); text-wrap: balance; font-weight: 700; line-height: 1.06; }
.h-display { font-size: clamp(40px, 5.6vw, 72px); line-height: 1.0; }
.h-1 { font-size: clamp(32px, 4.4vw, 52px); }
.h-2 { font-size: clamp(27px, 3vw, 38px); }
.h-3 { font-size: 22px; }
.lead { font-size: clamp(19px, 1.7vw, 22px); line-height: 1.5; color: var(--fg2); text-wrap: pretty; }
.body { font-size: 18px; line-height: 1.62; color: var(--fg1); text-wrap: pretty; }
.body--muted { color: var(--fg2); }
.small { font-size: 15px; line-height: 1.55; color: var(--fg2); }
.ondark { color: var(--beige); }
.ondark .lead, .ondark .body--muted { color: rgba(242,242,224,.82); }

/* the signature dot at the end of a heading */
.dot { color: var(--saffron-mango); }
.dot--orchid { color: var(--light-orchid); }
.dot--red { color: var(--bittersweet-red); }
.dot--moon { color: var(--moonstone-blue); }
.dot--teal { color: var(--midnight-green); }

/* keyline-to-dot divider device */
.keyline { display: flex; align-items: center; gap: 0; margin: 0; }
.keyline::before { content: ''; height: 2px; width: 64px; background: var(--midnight-green); border-radius: 2px; }
.keyline::after { content: ''; width: 11px; height: 11px; border-radius: 50%; background: var(--saffron-mango); margin-left: 4px; }

/* ---------- buttons ---------- */
.btn { font-family: var(--font-sans); font-weight: 700; font-size: 16px; letter-spacing: var(--track-tight);
  border: none; border-radius: var(--radius-pill); padding: 15px 28px; cursor: pointer; min-height: 48px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; text-decoration: none; line-height: 1; white-space: nowrap;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.btn--sm { padding: 11px 20px; font-size: 15px; min-height: 42px; }
.btn--block { width: 100%; }
.btn svg { width: 18px; height: 18px; stroke-width: 2; transition: transform var(--dur) var(--ease); }
.btn--primary { background: var(--midnight-green); color: var(--beige); }
.btn--primary:hover { background: var(--green-900); box-shadow: var(--shadow-sm); }
.btn--primary:active { background: var(--green-900); box-shadow: none; }
.btn--ghost { background: transparent; color: var(--midnight-green); padding-left: 6px; padding-right: 6px; }
.btn--ghost:hover { gap: 13px; }
.btn--ghost:hover svg { transform: translateX(3px); }
.btn--line { background: transparent; color: var(--midnight-green); border: 1.5px solid var(--midnight-green); }
.btn--line:hover { background: var(--midnight-green); color: var(--beige); }
.btn--ondark { background: var(--beige); color: var(--midnight-green); }
.btn--ondark:hover { background: #fff; box-shadow: var(--shadow-md); }
.btn--ondark-line { background: transparent; color: var(--beige); border: 1.5px solid rgba(242,242,224,.5); }
.btn--ondark-line:hover { background: rgba(242,242,224,.12); border-color: var(--beige); }

/* ============================================================
   NAVIGATION — single bar, context aware
   ============================================================ */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(242,242,224,.86);
  backdrop-filter: saturate(1.1) blur(9px); border-bottom: 1px solid transparent;
  transition: box-shadow var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.nav.is-scrolled { background: rgba(242,242,224,.95); border-bottom-color: var(--line-soft); box-shadow: var(--shadow-xs); }
.nav__inner { max-width: 1240px; margin: 0 auto; padding: 14px 40px; display: flex; align-items: center; gap: 26px; }
.nav__logo { display: flex; align-items: center; flex: 0 0 auto; }
.nav__logo img { height: 34px; }

/* area switcher (service pages) */
.area { position: relative; flex: 0 0 auto; }
.area__btn { font-family: var(--font-sans); font-weight: 700; font-size: 17px; letter-spacing: var(--track-tight);
  color: var(--midnight-green); background: var(--green-tint-12); border: 1px solid var(--line-soft);
  padding: 9px 14px 9px 16px; border-radius: var(--radius-pill); cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
  transition: background var(--dur) var(--ease); }
.area__btn:hover { background: var(--moonstone-tint); }
.area__btn svg { width: 17px; height: 17px; transition: transform var(--dur) var(--ease); }
.area__btn[aria-expanded="true"] svg { transform: rotate(180deg); }
.area__menu { position: absolute; top: calc(100% + 10px); left: 0; min-width: 280px; background: var(--surface);
  border: 1px solid var(--line-on-white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 8px;
  display: none; z-index: 120; }
.area__menu.is-open { display: block; }
.area__menu-label { font-size: 12px; font-weight: 700; letter-spacing: var(--track-wide); text-transform: uppercase;
  color: var(--fg3); padding: 8px 12px 4px; }
.area__item { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: var(--radius-md);
  text-decoration: none; color: var(--fg1); transition: background var(--dur) var(--ease); }
.area__item:hover { background: var(--beige); }
.area__item.is-current { background: var(--green-tint-12); }
.area__item .ai { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: #fff; }
.area__item .ai svg { width: 17px; height: 17px; stroke-width: 1.8; }
.area__item .at { display: block; font-weight: 700; font-size: 16px; line-height: 1.15; }
.area__item .ad { display: block; font-size: 12.5px; color: var(--fg2); line-height: 1.2; margin-top: 2px; }
.area__sep { height: 1px; background: var(--line-on-white); margin: 6px 10px; }

/* primary links (landing) + contextual links (service) */
.nav__links { display: flex; align-items: center; gap: 4px; margin-left: 6px; }
.nav__links--right { margin-left: auto; }
.nav__link { font-size: 15.5px; font-weight: 500; color: var(--fg1); text-decoration: none; padding: 8px 12px;
  border-radius: var(--radius-md); position: relative; white-space: nowrap; transition: color var(--dur) var(--ease), background var(--dur) var(--ease); }
.nav__link:hover { color: var(--midnight-green); background: rgba(18,79,89,.05); }
.nav__link.is-active { color: var(--midnight-green); font-weight: 700; }
.nav__link.is-active::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px;
  background: var(--saffron-mango); border-radius: 2px; }
.nav__spacer { margin-left: auto; }
.nav__cta { flex: 0 0 auto; }

/* mobile */
.nav__toggle { display: none; margin-left: auto; background: transparent; border: 1px solid var(--line-soft);
  border-radius: var(--radius-md); width: 44px; height: 44px; cursor: pointer; align-items: center; justify-content: center; color: var(--midnight-green); }
.nav__toggle svg { width: 22px; height: 22px; }
.nav__mobile { display: none; }

@media (max-width: 1024px) {
  .nav__inner { padding: 12px 22px; gap: 14px; }
  .nav__links, .nav__cta.nav__cta--desktop { display: none; }
  .nav__toggle { display: inline-flex; }
  .nav__mobile { display: none; background: var(--beige-warm); border-bottom: 1px solid var(--line-soft);
    padding: 14px 22px 22px; }
  .nav__mobile.is-open { display: block; max-height: 78vh; overflow-y: auto; }
  .nav__mobile a { display: block; padding: 13px 6px; font-size: 17px; font-weight: 500; text-decoration: none;
    color: var(--fg1); border-bottom: 1px solid var(--line-on-white); }
  .nav__mobile a.is-active { font-weight: 700; color: var(--midnight-green); }
  .nav__mobile .btn { margin-top: 16px; }
  .nav__mobile-label { font-size: 12px; font-weight: 700; letter-spacing: var(--track-wide); text-transform: uppercase;
    color: var(--fg3); margin: 14px 0 2px; }
}

/* ============================================================
   SECTION / BAND RHYTHM
   ============================================================ */
.band { padding: clamp(56px, 7vw, 104px) 0; }
.band--tight { padding: clamp(44px, 5vw, 72px) 0; }
.band--deep { background: var(--beige-deep); }
.band--green { background: var(--midnight-green); color: var(--beige); }
.band--green .lead { color: rgba(242,242,224,.84); }
.section-head { max-width: 680px; margin-bottom: 48px; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head .lead { margin-top: 18px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

/* ============================================================
   HERO (landing — type-led, Direction A)
   ============================================================ */
.hero { padding: clamp(48px, 6vw, 88px) 0 clamp(40px, 5vw, 64px); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.hero__title { font-size: clamp(40px, 6vw, 74px); line-height: 1.0; margin: 22px 0 24px; max-width: 13ch; }
.hero__sub { max-width: 38ch; margin-bottom: 32px; }
.hero__actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

/* circular art cluster (stands in for circular photo masks) */
.cluster { position: relative; height: 460px; }
.cluster .c { position: absolute; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cluster .c svg { color: rgba(242,242,224,.95); stroke-width: 1.3; }
.cluster .c--lg { width: 300px; height: 300px; background: var(--midnight-green); top: 24px; right: 40px; box-shadow: var(--shadow-md); }
.cluster .c--lg svg { width: 94px; height: 94px; }
.cluster .c--md { width: 176px; height: 176px; background: var(--moonstone-blue); bottom: 4px; left: 16px; box-shadow: var(--shadow-sm); }
.cluster .c--md svg { width: 62px; height: 62px; }
.cluster .c--sm { width: 132px; height: 132px; background: var(--wild-plum); top: 0; left: 92px; box-shadow: var(--shadow-sm); }
.cluster .c--sm svg { width: 48px; height: 48px; }
.cluster .c--ring { width: 116px; height: 116px; border: 2px solid var(--moonstone-blue); background: transparent !important; right: 0; bottom: 48px; }
.cluster .c--dot { width: 40px; height: 40px; background: var(--saffron-mango); right: 26px; top: 6px; }
.cluster .half { position: absolute; width: 158px; height: 79px; border-radius: 158px 158px 0 0; background: var(--moonstone-tint); right: 150px; bottom: 0; }

/* ============================================================
   FOUR WAYS IN (cards) — landing routing section + reusable
   ============================================================ */
.ways { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.waycard { background: var(--beige-warm); border: 1px solid var(--line-soft); border-radius: var(--radius-xl);
  padding: 30px 26px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 13px; min-height: 290px;
  text-decoration: none; color: var(--fg1); transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.waycard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.waycard__circle { width: 78px; height: 78px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.waycard__circle svg { width: 35px; height: 35px; color: #fff; stroke-width: 1.5; }
.waycard h3 { font-size: 23px; }
.waycard p { font-size: 15px; line-height: 1.5; color: var(--fg2); flex: 1; }
.waycard__go { font-size: 15px; font-weight: 700; color: var(--midnight-green); display: inline-flex; align-items: center; gap: 8px; }
.waycard__go svg { width: 16px; height: 16px; transition: transform var(--dur) var(--ease); }
.waycard:hover .waycard__go svg { transform: translateX(4px); }

/* offering circle palettes */
.circ-teal { background: var(--midnight-green); }
.circ-moon { background: var(--moonstone-blue); }
.circ-plum { background: var(--wild-plum); }
.circ-mango { background: #E2A636; }

/* ============================================================
   CREDIBILITY / WHY  (feature list with dot markers)
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 48px; }
.why-item { display: flex; gap: 16px; align-items: flex-start; }
.why-item__dot { flex: 0 0 auto; width: 13px; height: 13px; border-radius: 50%; margin-top: 8px; background: var(--saffron-mango); }
.why-item h4 { font-size: 19px; margin-bottom: 6px; }
.why-item p { font-size: 15.5px; line-height: 1.55; color: var(--fg2); }

/* stat strip */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); overflow: hidden; background: var(--beige-warm); }
.stat { padding: 34px 28px; text-align: center; border-right: 1px solid var(--line-soft); }
.stat:last-child { border-right: none; }
.stat__n { font-size: clamp(34px, 3.4vw, 46px); font-weight: 700; color: var(--midnight-green); line-height: 1; }
.stat__l { font-size: 14px; color: var(--fg2); margin-top: 10px; line-height: 1.4; }

/* ============================================================
   APPROACH (staccato line + mini concept flow)
   ============================================================ */
.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.approach__staccato { font-size: clamp(30px, 3.6vw, 44px); font-weight: 700; line-height: 1.06; letter-spacing: var(--track-tight); }
.approach__staccato .dot { color: var(--saffron-mango); }
.flow { display: flex; align-items: stretch; gap: 0; flex-wrap: wrap; }
.flow__stage { flex: 1 1 0; min-width: 150px; background: rgba(242,242,224,.06); border: 1px solid rgba(242,242,224,.16);
  border-radius: var(--radius-lg); padding: 22px 20px; }
.flow__num { width: 34px; height: 34px; border-radius: 50%; background: var(--moonstone-blue); color: var(--midnight-green);
  font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; font-size: 16px; }
.flow__stage h5 { font-size: 17px; color: var(--beige); margin-bottom: 6px; font-weight: 700; }
.flow__stage p { font-size: 13.5px; color: rgba(242,242,224,.72); line-height: 1.4; }
.flow__arrow { display: flex; align-items: center; color: var(--moonstone-blue); padding: 0 6px; }
.flow__arrow svg { width: 22px; height: 22px; }

/* ============================================================
   AUDIENCE SWITCHER (tabbed — parents vs professionals)
   ============================================================ */
.switch { border: 1px solid var(--line-soft); border-radius: var(--radius-xl); overflow: hidden; background: var(--beige-warm); }
.switch__tabs { display: flex; gap: 6px; padding: 10px; background: var(--beige-deep); border-bottom: 1px solid var(--line-soft); flex-wrap: wrap; }
.switch__tab { font-family: var(--font-sans); font-weight: 700; font-size: 15.5px; letter-spacing: var(--track-tight);
  color: var(--fg2); background: transparent; border: none; padding: 12px 22px; border-radius: var(--radius-pill); cursor: pointer;
  display: inline-flex; align-items: center; gap: 9px; transition: all var(--dur) var(--ease); }
.switch__tab svg { width: 17px; height: 17px; }
.switch__tab:hover { color: var(--midnight-green); }
.switch__tab.is-active { background: var(--midnight-green); color: var(--beige); box-shadow: var(--shadow-sm); }
.switch__panel { padding: clamp(28px, 4vw, 48px); display: none; }
.switch__panel.is-active { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.switch__panel-copy h3 { font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 16px; }
.switch__panel-copy .body { margin-bottom: 14px; }
.switch__panel .points { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.switch__panel .points li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; line-height: 1.45; color: var(--fg1); }
.switch__panel .points .tick { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: var(--moonstone-tint);
  color: var(--midnight-green); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.switch__panel .points .tick svg { width: 15px; height: 15px; stroke-width: 2.4; }
.switch__panel .phrase { font-style: italic; color: var(--wild-plum); font-size: 17px; margin-top: 6px; }
.switch__panel .actions { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }

/* model badge row (assess→tailor→...) for professionals panel */
.modelrow { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 4px; }
.modelrow span { font-size: 13px; font-weight: 700; color: var(--midnight-green); background: var(--green-tint-12);
  border-radius: var(--radius-pill); padding: 7px 14px; }

/* ============================================================
   FEATURE SECTIONS (key sections lists with icon circles)
   ============================================================ */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature { background: var(--beige-warm); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  padding: 28px 26px; box-shadow: var(--shadow-xs); }
.feature__ic { width: 52px; height: 52px; border-radius: 50%; background: var(--green-tint-12); color: var(--midnight-green);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature__ic svg { width: 25px; height: 25px; stroke-width: 1.7; }
.feature h4 { font-size: 19px; margin-bottom: 8px; }
.feature p { font-size: 15px; line-height: 1.55; color: var(--fg2); }
a.feature { display: block; text-decoration: none; color: inherit;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease); }
a.feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--moonstone-blue); }
.feature__go { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: 14px; font-weight: 700; color: var(--midnight-green); }
.feature__go svg { width: 15px; height: 15px; transition: transform var(--dur) var(--ease); }
a.feature:hover .feature__go svg { transform: translateX(4px); }

/* split intro (service hero) */
.shero { padding: clamp(44px, 5vw, 80px) 0 clamp(32px, 4vw, 52px); }
.shero__grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 52px; align-items: center; }
.shero__title { font-size: clamp(36px, 5vw, 60px); line-height: 1.02; margin: 20px 0 22px; }
.shero__sub { max-width: 42ch; margin-bottom: 30px; }
.shero__actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.shero__art { position: relative; height: 400px; }
.shero__art .big { position: absolute; width: 300px; height: 300px; border-radius: 50%; top: 30px; right: 36px;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); }
.shero__art .big svg { width: 104px; height: 104px; color: rgba(242,242,224,.95); stroke-width: 1.2; }
.shero__art .ring { position: absolute; width: 132px; height: 132px; border: 2px solid var(--moonstone-blue);
  border-radius: 50%; left: 24px; bottom: 24px; }
.shero__art .sdot { position: absolute; width: 46px; height: 46px; border-radius: 50%; background: var(--saffron-mango); right: 22px; top: 6px; }
.shero__art .smd { position: absolute; width: 150px; height: 150px; border-radius: 50%; left: 6px; bottom: 6px;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
.shero__art .smd svg { width: 54px; height: 54px; color: rgba(242,242,224,.95); stroke-width: 1.4; }
.shero__art .shalf { position: absolute; width: 160px; height: 80px; border-radius: 160px 160px 0 0; background: var(--moonstone-tint); right: 150px; bottom: 0; }

/* two-route cards (e.g. therapy: staying vs visiting) */
.routes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.route { background: var(--beige-warm); border: 1px solid var(--line-soft); border-radius: var(--radius-xl);
  padding: 34px 32px; box-shadow: var(--shadow-sm); }
.route__ic { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; margin-bottom: 18px; }
.route__ic svg { width: 26px; height: 26px; stroke-width: 1.7; }
.route h3 { font-size: 24px; margin-bottom: 12px; }
.route p { font-size: 16px; line-height: 1.6; color: var(--fg2); }

/* ---------- sub-page bits: breadcrumb, dev pill, in-development note, cross-links ---------- */
.crumb { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--fg2); margin-bottom: 18px; flex-wrap: wrap; }
.crumb a { color: var(--fg2); text-decoration: none; }
.crumb a:hover { color: var(--midnight-green); }
.crumb svg { width: 14px; height: 14px; color: var(--fg3); }
.crumb .cur { color: var(--midnight-green); font-weight: 600; }
.pill-dev { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700;
  letter-spacing: var(--track-tight); color: #5a3d00; background: var(--saffron-mango); border-radius: var(--radius-pill); padding: 6px 13px; }
.pill-dev svg { width: 13px; height: 13px; stroke-width: 2.4; }
.devnote { display: flex; gap: 15px; align-items: flex-start; background: var(--moonstone-tint);
  border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: 18px 22px; }
.devnote__ic { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; background: var(--midnight-green);
  color: var(--beige); display: flex; align-items: center; justify-content: center; }
.devnote__ic svg { width: 19px; height: 19px; stroke-width: 1.9; }
.devnote p { font-size: 15px; line-height: 1.55; color: var(--fg1); }
.crosslinks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.crosslink { display: flex; align-items: center; gap: 14px; background: var(--beige-warm); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: 16px 18px; text-decoration: none; color: var(--fg1); box-shadow: var(--shadow-xs);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.crosslink:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.crosslink__ic { width: 44px; height: 44px; border-radius: 50%; background: var(--plum-tint); color: var(--wild-plum);
  display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.crosslink__ic svg { width: 21px; height: 21px; stroke-width: 1.7; }
.crosslink h4 { font-size: 16px; line-height: 1.18; }
.crosslink .cl-go { font-size: 13px; color: var(--fg2); margin-top: 2px; }

/* two-tone intro band */
.intro-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.intro-2col .body + .body { margin-top: 16px; }
.pullquote { padding-left: 22px; border-left: 3px solid var(--saffron-mango); font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700; line-height: 1.15; color: var(--midnight-green); }

/* chips (catchment towns / keywords made human) */
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 6px; }
.chip { font-size: 14px; font-weight: 500; color: var(--midnight-green); background: var(--beige-warm);
  border: 1px solid var(--line-soft); border-radius: var(--radius-pill); padding: 8px 15px; }

/* ============================================================
   KEEP IN TOUCH (light-touch capture)
   ============================================================ */
.signup { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.signup__form { background: var(--surface); border: 1px solid var(--line-on-white); border-radius: var(--radius-xl);
  padding: clamp(26px, 3vw, 38px); box-shadow: var(--shadow-md); }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.field label { font-size: 14px; font-weight: 700; color: var(--midnight-green); }
.field .req { color: var(--bittersweet-red); margin-left: 2px; }
.field input, .field select { font-family: var(--font-sans); font-size: 16px; letter-spacing: var(--track-tight);
  padding: 14px 15px; border: 1.5px solid var(--line-on-white); border-radius: var(--radius-md); background: #fff;
  color: var(--midnight-green); width: 100%; transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.field input::placeholder { color: #9DB4B8; }
.field input:focus, .field select:focus { outline: none; border-color: var(--midnight-green); box-shadow: 0 0 0 3px var(--saffron-mango); }
.field--select { position: relative; }
.field--select select { appearance: none; cursor: pointer; }
.field--select .chev { position: absolute; right: 14px; bottom: 15px; pointer-events: none; color: var(--moonstone-blue); }
.field--select .chev svg { width: 18px; height: 18px; }
.areas-pick { display: flex; flex-wrap: wrap; gap: 9px; }
.areas-pick label { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 500; cursor: pointer;
  border: 1.5px solid var(--line-on-white); border-radius: var(--radius-pill); padding: 9px 15px; transition: all var(--dur) var(--ease); user-select: none; }
.areas-pick label:hover { border-color: var(--moonstone-blue); }
.areas-pick input { position: absolute; opacity: 0; width: 0; height: 0; }
.areas-pick input:checked + label, .areas-pick label.is-on { background: var(--green-tint-12); border-color: var(--midnight-green); color: var(--midnight-green); }
.areas-pick label .bx { width: 17px; height: 17px; border-radius: 5px; border: 1.5px solid var(--moonstone-blue); display: inline-flex; align-items: center; justify-content: center; }
.areas-pick label.is-on .bx { background: var(--midnight-green); border-color: var(--midnight-green); color: var(--beige); }
.areas-pick label .bx svg { width: 12px; height: 12px; stroke-width: 3; opacity: 0; }
.areas-pick label.is-on .bx svg { opacity: 1; }
.form-note { font-size: 13px; color: var(--fg3); margin-top: 4px; }
.form-done { text-align: center; padding: 30px 10px; display: none; flex-direction: column; align-items: center; gap: 12px; }
.form-done.is-on { display: flex; }
.form-done .dot-badge { width: 60px; height: 60px; border-radius: 50%; background: var(--moonstone-tint); color: var(--midnight-green);
  display: flex; align-items: center; justify-content: center; }
.form-done .dot-badge svg { width: 30px; height: 30px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--midnight-green); color: var(--beige); }
.footer__top { display: grid; grid-template-columns: 1.2fr 2fr; gap: 56px; padding: 64px 0 44px; }
.footer__brand img { height: 40px; margin-bottom: 18px; }
.footer__tag { font-size: 18px; color: rgba(242,242,224,.8); max-width: 32ch; }
.footer__contact { margin-top: 22px; display: flex; flex-direction: column; gap: 9px; font-size: 15px; color: rgba(242,242,224,.8); }
.footer__contact a { color: rgba(242,242,224,.92); text-decoration: none; }
.footer__contact a:hover { color: #fff; }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer__col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: var(--track-wide); color: #9CCBD0; margin-bottom: 14px; }
.footer__col a { display: block; color: rgba(242,242,224,.82); text-decoration: none; font-size: 15px; padding: 5px 0;
  transition: color var(--dur) var(--ease); }
.footer__col a:hover { color: #fff; }
.footer__base { border-top: 1px solid rgba(242,242,224,.16); padding: 22px 0; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; font-size: 13px; color: rgba(242,242,224,.62); }
.footer__base a { color: rgba(242,242,224,.62); text-decoration: none; }
.footer__base a:hover { color: var(--beige); }

/* ============================================================
   FX — gentle reveal on scroll
   ============================================================ */
/* Entrance effects are intentionally omitted: content is always visible.
   (The preview environment freezes the animation clock, so any opacity:0
   start-state would trap content hidden.) .reveal is kept as a harmless hook. */
.reveal { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1040px) {
  .ways { grid-template-columns: repeat(2, 1fr); }
  .features { grid-template-columns: 1fr 1fr; }
  .crosslinks { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .wrap { padding-left: 22px; padding-right: 22px; }
  .hero__grid, .approach, .switch__panel.is-active, .signup, .intro-2col, .shero__grid, .routes { grid-template-columns: 1fr; }
  .cluster, .shero__art { height: 360px; margin-top: 8px; }
  .why-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line-soft); }
  .footer__top { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 600px) {
  .ways, .features { grid-template-columns: 1fr; }
  .crosslinks { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .flow { flex-direction: column; }
  .flow__arrow { transform: rotate(90deg); align-self: center; padding: 6px 0; }
}

/* ============================================================
   COOKIE CONSENT — non-blocking notice, bottom-left
   Analytics load only after Accept (block-until-consent).
   ============================================================ */
.cc { position: fixed; left: 20px; bottom: 20px; z-index: 200; max-width: 380px;
  background: var(--beige-warm); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 20px 22px; }
.cc[hidden] { display: none; }
.cc__title { font-size: 16px; font-weight: 700; color: var(--midnight-green);
  margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.cc__title .kdot { width: 7px; height: 7px; border-radius: 50%; background: var(--saffron-mango); display: inline-block; flex: 0 0 auto; }
.cc__text { font-size: 14px; line-height: 1.5; color: var(--fg2); }
.cc__text a { color: var(--midnight-green); font-weight: 600; }
.cc__actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.cc__actions .btn { flex: 1 1 auto; }
@media (max-width: 520px) {
  .cc { left: 12px; right: 12px; bottom: 12px; max-width: none; }
}
/* footer "Cookie settings" re-open link (injected by site.js) */
.footer__cookie-link { background: none; border: none; cursor: pointer; font: inherit;
  font-size: 13px; color: rgba(242,242,224,.62); text-decoration: none; padding: 0;
  transition: color var(--dur) var(--ease); }
.footer__cookie-link:hover { color: var(--beige); }

/* ============ FAQ (accordion — native <details>, answer-first, works without JS) ============ */
.faq { max-width: 820px; }
.faq__item { border-bottom: 1px solid var(--line-on-white); }
.faq__item:first-child { border-top: 1px solid var(--line-on-white); }
.faq__q { list-style: none; cursor: pointer; display: flex; align-items: flex-start; gap: 20px;
  padding: 24px 2px; font-family: var(--font-sans); font-weight: 700; letter-spacing: var(--track-tight);
  font-size: clamp(17px, 1.7vw, 19.5px); line-height: 1.38; color: var(--midnight-green);
  transition: color var(--dur) var(--ease); }
.faq__q::-webkit-details-marker { display: none; }
.faq__q > span:first-child { flex: 1; }
.faq__q:hover { color: var(--moonstone-blue); }
.faq__ic { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; margin-top: -1px;
  display: flex; align-items: center; justify-content: center; color: var(--midnight-green);
  background: var(--green-tint-12); transition: transform var(--dur) var(--ease), background var(--dur) var(--ease); }
.faq__ic svg { width: 19px; height: 19px; }
.faq__item[open] .faq__ic { transform: rotate(180deg); }
.faq__a { display: none; padding: 0 50px 26px 2px; }
.faq__item[open] .faq__a { display: block; }
.faq__a p { margin: 0; color: var(--fg2); font-size: 17px; line-height: 1.68; text-wrap: pretty; }
.faq__a a { color: var(--midnight-green); font-weight: 600; text-decoration: underline;
  text-underline-offset: 2px; text-decoration-thickness: 1px; }
.faq__a a:hover { text-decoration-thickness: 2px; }
@media (max-width: 560px) {
  .faq__a { padding-right: 8px; }
}
