@charset "utf-8";
/* ==========================================================================
   Top Wellness Africa — design system
   Brand: #14b9e1 sky blue (primary) · #6ebe48 leaf green (secondary)
          #6a767e slate (neutral) · derived deep teal for anchor surfaces
   ========================================================================== */

/* --------------------------------------------------------------- 1. Tokens */
:root {
  /* -- brand primitives ---------------------------------------------------*/
  --blue-50:  #EAF8FD;
  --blue-100: #D2F0FA;
  --blue-200: #A6E2F5;
  --blue-300: #6BD1EC;
  --blue-400: #14b9e1;   /* brand primary */
  --blue-500: #0F9BBD;
  --blue-600: #0B7E9B;
  --blue-700: #096A83;
  --blue-800: #08556A;
  --blue-900: #0A3F4F;

  --green-50:  #EFF8E9;
  --green-100: #DFF1D3;
  --green-200: #C0E3AB;
  --green-300: #97D275;
  --green-400: #6ebe48;  /* brand secondary */
  --green-500: #5AA23A;
  --green-600: #457E2A;
  --green-700: #3D6E27;
  --green-800: #32591F;

  --slate-50:  #F7F9FA;
  --slate-100: #EDF1F3;
  --slate-200: #DDE4E7;
  --slate-300: #C4CFD4;
  --slate-400: #94A4AC;
  --slate-500: #6a767e;  /* brand neutral */
  --slate-600: #55636B;
  --slate-700: #3F4E56;
  --slate-800: #2A3940;
  --slate-900: #16242B;

  --deep-900: #06202A;
  --deep-800: #08272F;   /* anchor surface */
  --deep-700: #0D3641;
  --deep-600: #14495A;

  --danger-700: #93150F;
  --danger-600: #B3261E;
  --danger-100: #FBEAE9;
  --danger-200: #F3CFCC;

  /* -- semantic -----------------------------------------------------------*/
  --bg:            #FFFFFF;
  --bg-sunk:       var(--slate-50);
  --surface:       #FFFFFF;
  --surface-tint:  #FBFDFD;
  --ink:           var(--slate-900);
  --body:          #3B4A52;
  --muted:         #5B6A72;
  --hairline:      #E1E8EB;
  --hairline-soft: #EDF2F4;

  --primary:        var(--blue-400);
  --primary-ink:    var(--blue-700);   /* blue that is safe as text on white */
  --primary-strong: var(--blue-600);
  --accent:         var(--green-400);
  --accent-ink:     var(--green-600);  /* green that is safe as text on white */

  --on-deep:        #EAF3F6;
  --on-deep-muted:  #A9C3CC;
  --on-deep-line:   rgba(255, 255, 255, .14);

  --focus: var(--blue-600);

  /* -- typography ---------------------------------------------------------*/
  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino,
                  Georgia, "Times New Roman", serif;
  --font-ui: "Figtree", "Segoe UI Variable Text", "Segoe UI", system-ui,
             -apple-system, "Helvetica Neue", Arial, sans-serif;

  --step--2: clamp(.75rem, .72rem + .12vw, .8125rem);
  --step--1: clamp(.875rem, .85rem + .14vw, .9375rem);
  --step-0:  clamp(1rem, .97rem + .16vw, 1.0625rem);
  --step-1:  clamp(1.125rem, 1.07rem + .28vw, 1.25rem);
  --step-2:  clamp(1.3125rem, 1.21rem + .5vw, 1.5rem);
  --step-3:  clamp(1.5rem, 1.33rem + .82vw, 1.9375rem);
  --step-4:  clamp(1.75rem, 1.45rem + 1.45vw, 2.5rem);
  --step-5:  clamp(2.0625rem, 1.56rem + 2.4vw, 3.25rem);
  --step-6:  clamp(2.375rem, 1.6rem + 3.6vw, 4.125rem);

  /* -- space (4/8 rhythm) -------------------------------------------------*/
  --sp-1: 4px;  --sp-2: 8px;  --sp-3: 12px; --sp-4: 16px;
  --sp-5: 20px; --sp-6: 24px; --sp-7: 32px; --sp-8: 40px;
  --sp-9: 48px; --sp-10: 64px; --sp-11: 80px; --sp-12: 96px;
  --section-y: clamp(64px, 8vw, 116px);
  --gutter: clamp(20px, 5vw, 40px);
  --container: 1200px;
  --measure: 68ch;

  /* -- radius -------------------------------------------------------------*/
  --r-sm: 8px; --r-md: 12px; --r-lg: 18px; --r-xl: 24px; --r-2xl: 32px;
  --r-pill: 999px;

  /* -- layered shadows (teal-tinted, never flat black) --------------------*/
  --shadow-1:
    0 1px 1px rgba(8, 39, 49, .04),
    0 2px 4px rgba(8, 39, 49, .04),
    0 0 0 1px rgba(8, 39, 49, .035);
  --shadow-2:
    0 1px 2px rgba(8, 39, 49, .05),
    0 4px 10px -2px rgba(8, 39, 49, .06),
    0 12px 24px -8px rgba(8, 39, 49, .08);
  --shadow-3:
    0 2px 4px rgba(8, 39, 49, .05),
    0 8px 18px -4px rgba(8, 39, 49, .08),
    0 24px 44px -14px rgba(8, 39, 49, .14);
  --shadow-4:
    0 4px 8px rgba(8, 39, 49, .06),
    0 16px 32px -8px rgba(8, 39, 49, .11),
    0 40px 72px -24px rgba(8, 39, 49, .2);
  --shadow-blue: 0 10px 24px -8px rgba(11, 126, 155, .42),
                 0 2px 6px rgba(8, 39, 49, .1);
  --shadow-green: 0 10px 24px -8px rgba(74, 133, 47, .38),
                  0 2px 6px rgba(8, 39, 49, .1);

  /* -- motion -------------------------------------------------------------*/
  --ease-out: cubic-bezier(.22, .68, .3, 1);
  --ease-in-out: cubic-bezier(.62, .02, .28, 1);
  --ease-spring: cubic-bezier(.24, 1.24, .38, 1);
  --t-fast: 140ms;
  --t-base: 220ms;
  --t-slow: 380ms;

  --z-base: 1; --z-raised: 10; --z-sticky: 20; --z-header: 40;
  --z-overlay: 60; --z-modal: 80; --z-toast: 100;
}

/* ------------------------------------------------------------- 2. Reset-ish */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  /* clip (not hidden) so decorative overflow is contained without creating a
     scroll container, which would change how the sticky header behaves */
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--body);
  font-family: var(--font-ui);
  font-size: var(--step-0);
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img, svg, picture, video { display: block; max-width: 100%; }
img { height: auto; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 var(--sp-4); color: var(--ink); }

h1, h2, .display {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.015em;
  font-variation-settings: "opsz" 120, "SOFT" 20, "WONK" 1;
}

h3, h4, h5, h6 {
  font-family: var(--font-ui);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.008em;
}

h1 { font-size: var(--step-6); }
h2 { font-size: var(--step-5); }
h3 { font-size: var(--step-3); }
h4 { font-size: var(--step-2); }
h5 { font-size: var(--step-1); }
h6 { font-size: var(--step-0); }

p { margin: 0 0 var(--sp-5); max-width: var(--measure); }
p:last-child { margin-bottom: 0; }

a { color: var(--blue-700); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--blue-800); }

strong, b { font-weight: 700; color: var(--slate-800); }
small { font-size: var(--step--1); }
ul, ol { padding-left: 1.25em; margin: 0 0 var(--sp-5); }
li { margin-bottom: var(--sp-2); }
li::marker { color: var(--blue-500); }
hr { border: 0; height: 1px; background: var(--hairline); margin: var(--sp-9) 0; }

::selection { background: var(--blue-100); color: var(--slate-900); }

/* focus — always visible, never removed */
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 4px;
}
.on-deep :focus-visible, .site-footer :focus-visible {
  outline-color: var(--blue-300);
}

.skip-link {
  position: absolute; left: var(--sp-4); top: var(--sp-4);
  transform: translateY(-160%);
  z-index: var(--z-toast);
  background: var(--deep-800); color: #fff;
  padding: 12px 20px; border-radius: var(--r-sm);
  font-weight: 600; text-decoration: none;
  transition: transform var(--t-base) var(--ease-out);
}
.skip-link:focus-visible { transform: translateY(0); color: #fff; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important; overflow: hidden !important;
  min-height: 0 !important;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* ------------------------------------------------------------- 3. Structure */
.container {
  width: 100%; max-width: var(--container);
  margin-inline: auto; padding-inline: var(--gutter);
}
.container--narrow { max-width: 860px; }
.container--wide { max-width: 1320px; }

.section { padding-block: var(--section-y); position: relative; }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }
.section--sunk { background: var(--bg-sunk); }
.section--deep {
  background: var(--deep-800);
  color: var(--on-deep-muted);
  isolation: isolate;
}
.section--deep h1, .section--deep h2, .section--deep h3,
.section--deep h4, .section--deep h5, .section--deep h6 { color: #fff; }
.section--deep strong { color: #fff; }
.section--deep a:not(.btn) { color: var(--blue-200); }
.section--deep a:not(.btn):hover { color: #fff; }
/* a button keeps its own label colour on every surface */
.section--deep a.btn, .cta-band a.btn, .checkin-band a.btn, .card--deep a.btn {
  color: var(--btn-fg);
}

/* soft brand mesh behind pale sections */
.mesh { position: relative; isolation: isolate; }
.mesh::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(58% 62% at 8% 4%, rgba(20, 185, 225, .11), transparent 62%),
    radial-gradient(52% 58% at 96% 22%, rgba(110, 190, 72, .11), transparent 60%),
    radial-gradient(70% 60% at 50% 108%, rgba(20, 185, 225, .07), transparent 70%);
}
.section--deep::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(46% 60% at 6% 0%, rgba(20, 185, 225, .2), transparent 62%),
    radial-gradient(44% 56% at 98% 90%, rgba(110, 190, 72, .16), transparent 62%);
}

/* decorative motif watermark */
.motif-wash {
  position: absolute; pointer-events: none; z-index: -1;
  opacity: .12; width: clamp(260px, 34vw, 520px); aspect-ratio: 1;
}
.motif-wash--tr { top: -6%; right: -6%; }
.motif-wash--bl { bottom: -8%; left: -8%; }
.section--deep .motif-wash { opacity: .16; }

.grid { display: grid; gap: var(--sp-7); }
.grid > * { min-width: 0; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }

.stack > * + * { margin-top: var(--sp-5); }
.lede { font-size: var(--step-1); color: var(--muted); line-height: 1.6; }
.section--deep .lede { color: var(--on-deep-muted); }
.text-center { text-align: center; }
.mx-auto { margin-inline: auto; }

/* --------------------------------------------------- 4. Section headers */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-ui);
  font-size: var(--step--2); font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--primary-ink); margin: 0 0 var(--sp-4);
}
.eyebrow--green { color: var(--accent-ink); }
.section--deep .eyebrow { color: var(--blue-200); }
.section--deep .eyebrow--green { color: var(--green-300); }

.eyebrow .bars { flex: none; }
.bars {
  display: inline-block; width: 26px; height: 14px;
  background:
    linear-gradient(135deg, transparent 44%, currentColor 44%, currentColor 56%, transparent 56%) 0 0 / 9px 14px repeat-x;
  opacity: .95;
}

.section-head { max-width: 760px; margin-bottom: var(--sp-9); }
.section-head.text-center { margin-inline: auto; }
.section-head h2 { margin-bottom: var(--sp-4); }
.section-head p { color: var(--muted); font-size: var(--step-1); }
.section--deep .section-head p { color: var(--on-deep-muted); }

/* ------------------------------------------------------------- 5. Buttons */
.btn {
  --btn-bg: var(--blue-600);
  --btn-fg: #fff;
  --btn-shadow: var(--shadow-blue);
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  min-height: 48px; padding: 13px 26px;
  font-family: var(--font-ui); font-size: var(--step-0); font-weight: 600;
  line-height: 1.2; letter-spacing: -.005em;
  color: var(--btn-fg); background: var(--btn-bg);
  border: 1px solid transparent; border-radius: var(--r-pill);
  cursor: pointer; text-decoration: none; overflow: hidden;
  box-shadow: var(--btn-shadow);
  transition: transform var(--t-base) var(--ease-spring),
              box-shadow var(--t-base) var(--ease-out),
              background-color var(--t-base) var(--ease-out),
              color var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out);
  touch-action: manipulation;
}
/* sheen sweep — a micro-interaction, not just a colour swap */
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(115deg,
    rgba(255,255,255,0) 30%, rgba(255,255,255,.28) 48%, rgba(255,255,255,0) 66%);
  transform: translateX(-130%);
  transition: transform 620ms var(--ease-out);
}
.btn:hover::before, .btn:focus-visible::before { transform: translateX(130%); }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-3), var(--btn-shadow); }
.btn:active { transform: translateY(0) scale(.985); transition-duration: 90ms; }
.btn .icon { transition: transform var(--t-base) var(--ease-out); }
.btn:hover .icon--arrow { transform: translateX(4px); }
.btn__icon {
  width: 20px; height: 20px; flex: none;
  display: inline-block; vertical-align: middle; object-fit: contain;
  transition: transform var(--t-base) var(--ease-out);
}
.btn:hover .btn__icon { transform: scale(1.08); }

.btn--primary .btn__icon,
.btn--accent .btn__icon,
.btn--on-deep .btn__icon {
  filter: brightness(0) invert(1);
}
.btn--ghost .btn__icon {
  filter: brightness(0) saturate(100%) invert(31%) sepia(61%) saturate(720%) hue-rotate(150deg) brightness(90%) contrast(95%);
}

.btn--primary { --btn-bg: var(--blue-600); }
.btn--primary:hover { background: var(--blue-700); }

.btn--accent {
  --btn-bg: var(--green-600); --btn-shadow: var(--shadow-green);
}
.btn--accent:hover { background: var(--green-700); }

.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--blue-700); --btn-shadow: none;
  border-color: var(--blue-200);
  background: rgba(255, 255, 255, .7);
}
.btn--ghost:hover {
  background: var(--blue-50); border-color: var(--blue-300);
  color: var(--blue-800); box-shadow: var(--shadow-2);
}

.btn--on-deep {
  --btn-bg: rgba(255,255,255,.08); --btn-fg: #fff; --btn-shadow: none;
  border-color: rgba(255,255,255,.28); backdrop-filter: blur(6px);
}
.btn--on-deep:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.5); }

.btn--sm { min-height: 40px; padding: 9px 18px; font-size: var(--step--1); }
.btn--lg { min-height: 56px; padding: 16px 32px; font-size: var(--step-1); }
.btn--block { display: flex; width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] {
  opacity: .45; cursor: not-allowed; transform: none; box-shadow: none;
}

.btn-row {
  display: flex; flex-wrap: wrap; gap: var(--sp-3) var(--sp-4);
  align-items: center;
}
.btn-row--center { justify-content: center; }

/* text link with an arrow that travels */
.link-arrow {
  display: inline-flex; align-items: center; gap: 8px; min-height: 28px;
  font-weight: 600; color: var(--blue-700); text-decoration: none;
  border-bottom: 1px solid transparent; padding-bottom: 2px;
  transition: color var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out);
}
.link-arrow .icon { transition: transform var(--t-base) var(--ease-out); }
.link-arrow:hover { color: var(--blue-800); border-bottom-color: currentColor; }
.link-arrow:hover .icon { transform: translateX(4px); }
.section--deep .link-arrow { color: var(--blue-200); }
.section--deep .link-arrow:hover { color: #fff; }

/* --------------------------------------------------------------- 6. Icons */
.icon {
  width: 1.25em; height: 1.25em; flex: none;
  fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.icon--sm { width: 1em; height: 1em; }
.icon--lg { width: 1.75em; height: 1.75em; }

.icon-badge {
  display: grid; place-items: center;
  width: 56px; height: 56px; border-radius: 16px;
  color: var(--blue-700);
  background: linear-gradient(150deg, var(--blue-50), #fff 65%);
  box-shadow: inset 0 0 0 1px rgba(20, 185, 225, .22),
              0 6px 14px -6px rgba(11, 126, 155, .3);
  transition: transform var(--t-base) var(--ease-spring),
              box-shadow var(--t-base) var(--ease-out);
}
.icon-badge .icon { width: 26px; height: 26px; stroke-width: 1.6; }
.icon-badge--green {
  color: var(--green-700);
  background: linear-gradient(150deg, var(--green-50), #fff 65%);
  box-shadow: inset 0 0 0 1px rgba(110, 190, 72, .26),
              0 6px 14px -6px rgba(74, 133, 47, .3);
}
.icon-badge--deep {
  color: var(--blue-200);
  background: linear-gradient(150deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}

/* ---------------------------------------------------------------- 7. Cards */
.card {
  position: relative; isolation: isolate;
  display: flex; flex-direction: column;
  padding: var(--sp-7);
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-2);
  transition: transform var(--t-slow) var(--ease-out),
              box-shadow var(--t-slow) var(--ease-out),
              border-color var(--t-slow) var(--ease-out);
}
/* the accent rail that grows on hover */
.card::after {
  content: ""; position: absolute; left: var(--sp-7); right: var(--sp-7); top: 0;
  height: 3px; border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--blue-400), var(--green-400));
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--t-slow) var(--ease-out);
}
.card:hover, .card:focus-within {
  transform: translateY(-5px);
  box-shadow: var(--shadow-4);
  border-color: var(--blue-200);
}
.card:hover::after, .card:focus-within::after { transform: scaleX(1); }
.card:hover .icon-badge, .card:focus-within .icon-badge {
  transform: translateY(-2px) scale(1.05);
}
.card h3, .card h4 { margin-bottom: var(--sp-3); }
.card h3 { font-size: var(--step-2); }
.grid--4 .card h3 { font-size: var(--step-1); }
.card p { color: var(--muted); margin-bottom: var(--sp-4); }
.card > .icon-badge { margin-bottom: var(--sp-5); }
.card .card-foot { margin-top: auto; padding-top: var(--sp-4); }
.card--static:hover { transform: none; box-shadow: var(--shadow-2); }
.card--static::after { display: none; }

/* whole-card link: stretched hit area, keeps text selectable */
.card--link .stretch::after {
  content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit;
}

.card--deep {
  background: linear-gradient(160deg, var(--deep-700), var(--deep-800) 70%);
  border-color: var(--on-deep-line); color: var(--on-deep-muted);
}
.card--deep h3, .card--deep h4 { color: #fff; }
.card--deep p { color: var(--on-deep-muted); }

/* numbered step card */
.step-card { position: relative; padding-left: 78px; }
.step-num {
  position: absolute; left: var(--sp-7); top: var(--sp-7);
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 12px;
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 700;
  font-variation-settings: "opsz" 20, "WONK" 0;
  color: #fff; background: linear-gradient(150deg, var(--blue-600), var(--blue-800));
  box-shadow: 0 6px 14px -6px rgba(11, 126, 155, .55);
}

/* pill list for keyword clusters */
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 var(--sp-5); list-style: none; }
.pill-list li { margin: 0; }
.pill {
  display: inline-block; padding: 7px 14px;
  font-size: var(--step--1); font-weight: 500; color: var(--slate-700);
  background: var(--slate-50); border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  transition: background-color var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out),
              transform var(--t-base) var(--ease-spring);
}
.pill:hover { background: var(--blue-50); border-color: var(--blue-200); transform: translateY(-1px); }
.section--deep .pill {
  color: var(--on-deep); background: rgba(255,255,255,.06);
  border-color: var(--on-deep-line);
}
.section--deep .pill:hover { background: rgba(255,255,255,.13); }

/* feature list with tick icons */
.tick-list { list-style: none; padding: 0; margin: 0 0 var(--sp-5); }
.tick-list li {
  position: relative; padding-left: 34px; margin-bottom: var(--sp-3);
  color: var(--body);
}
.tick-list li a { display: inline-block; min-height: 26px; padding-block: 2px; }
.tick-list li .icon {
  position: absolute; left: 0; top: .18em;
  width: 20px; height: 20px; color: var(--green-600); stroke-width: 2;
}
.section--deep .tick-list li { color: var(--on-deep-muted); }
.section--deep .tick-list li .icon { color: var(--green-300); }

/* -------------------------------------------------------------- 8. Callouts */
.callout {
  position: relative;
  padding: var(--sp-6) var(--sp-6) var(--sp-6) 68px;
  border-radius: var(--r-lg);
  border: 1px solid var(--blue-200);
  background: linear-gradient(160deg, var(--blue-50), #fff 78%);
  box-shadow: var(--shadow-1);
  margin-bottom: var(--sp-6);
}
.callout > .icon {
  position: absolute; left: var(--sp-6); top: calc(var(--sp-6) + 2px);
  width: 26px; height: 26px; color: var(--blue-700);
}
.callout p { color: var(--slate-700); max-width: none; }
.callout p:last-child { margin-bottom: 0; }
.callout__title {
  display: block; font-weight: 700; color: var(--slate-900);
  margin-bottom: var(--sp-2);
}

.callout--green {
  border-color: var(--green-200);
  background: linear-gradient(160deg, var(--green-50), #fff 78%);
}
.callout--green > .icon { color: var(--green-700); }

.callout--warn {
  border-color: #E8D48F;
  background: linear-gradient(160deg, #FDF6E0, #fff 78%);
}
.callout--warn > .icon { color: #7A5B05; }
.callout--warn .callout__title { color: #5E4604; }

/* crisis / safety — deliberately outside the brand palette */
.callout--crisis {
  border: 1px solid var(--danger-200);
  border-left: 5px solid var(--danger-600);
  background: linear-gradient(160deg, var(--danger-100), #fff 82%);
  padding-left: 72px;
}
.callout--crisis > .icon { left: calc(var(--sp-6) + 2px); color: var(--danger-600); }
.callout--crisis .callout__title { color: var(--danger-700); }
.callout--crisis p { color: #4A2A28; }

.section--deep .callout {
  border-color: var(--on-deep-line);
  background: rgba(255,255,255,.06);
  box-shadow: none;
}
.section--deep .callout p { color: var(--on-deep-muted); }
.section--deep .callout .callout__title { color: #fff; }
.section--deep .callout > .icon { color: var(--blue-200); }

.fineprint {
  font-size: var(--step--1); color: var(--muted); line-height: 1.6;
}

code {
  font-family: ui-monospace, "SFMono-Regular", "Cascadia Mono", Menlo, Consolas, monospace;
  font-size: .875em; padding: 2px 6px; border-radius: 6px;
  background: var(--slate-100); color: var(--slate-800);
  overflow-wrap: anywhere; word-break: break-word;
}
.section--deep code, .callout--warn code {
  background: rgba(8, 39, 49, .08); color: inherit;
}

/* --------------------------------------------------------------- 9. Header */
.site-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out),
              background-color var(--t-base) var(--ease-out);
}
.site-header.is-stuck {
  background: rgba(255, 255, 255, .94);
  border-bottom-color: var(--hairline);
  box-shadow: 0 1px 0 rgba(8,39,49,.04), 0 10px 26px -18px rgba(8,39,49,.4);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-5); min-height: 76px;
}
.site-header.is-stuck .header-inner { min-height: 66px; }
.header-inner { transition: min-height var(--t-base) var(--ease-out); }

.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { height: 46px; width: auto; transition: height var(--t-base) var(--ease-out); }
.site-header.is-stuck .brand img { height: 40px; }

.nav { display: flex; align-items: center; gap: var(--sp-2); }
.nav a {
  position: relative;
  display: inline-block; padding: 10px 14px;
  font-size: var(--step--1); font-weight: 600; letter-spacing: -.005em;
  color: var(--slate-700); text-decoration: none; border-radius: var(--r-sm);
  transition: color var(--t-base) var(--ease-out),
              background-color var(--t-base) var(--ease-out);
}
.nav a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px;
  height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--blue-400), var(--green-400));
  transform: scaleX(0); transform-origin: center;
  transition: transform var(--t-base) var(--ease-out);
}
.nav a:hover { color: var(--blue-800); background: var(--blue-50); }
.nav a:hover::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--blue-800); }
.nav a[aria-current="page"]::after { transform: scaleX(1); }

.header-cta { display: flex; align-items: center; gap: var(--sp-3); }

.nav-toggle {
  display: none;
  width: 46px; height: 46px; padding: 0;
  align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--hairline);
  border-radius: 12px; cursor: pointer; color: var(--slate-800);
  box-shadow: var(--shadow-1);
  transition: background-color var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out);
}
.nav-toggle:hover { background: var(--blue-50); border-color: var(--blue-200); }
.nav-toggle .bar {
  display: block; position: absolute; width: 20px; height: 2px;
  border-radius: 2px; background: currentColor;
  transition: transform var(--t-base) var(--ease-out),
              opacity 120ms var(--ease-out);
}
.nav-toggle .bars-wrap {
  position: relative; width: 20px; height: 14px;
}
.nav-toggle .bar:nth-child(1) { top: 0; }
.nav-toggle .bar:nth-child(2) { top: 6px; }
.nav-toggle .bar:nth-child(3) { top: 12px; }
.nav-toggle[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; transform: scaleX(.4); }
.nav-toggle[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* mobile panel — lives inside a clipping shell so the off-canvas panel never
   contributes to the document's scroll width */
.mobile-nav-shell {
  position: fixed; inset: 0; z-index: var(--z-modal);
  overflow: hidden; pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear var(--t-slow);
}
.mobile-nav-shell.is-open { visibility: visible; transition: visibility 0s; }

.mobile-nav {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 88vw);
  pointer-events: auto;
  background: #fff; border-left: 1px solid var(--hairline);
  box-shadow: -24px 0 60px -30px rgba(8,39,49,.5);
  padding: var(--sp-7) var(--sp-6) var(--sp-9);
  display: flex; flex-direction: column; gap: var(--sp-2);
  overflow-y: auto; overscroll-behavior: contain;
  transform: translateX(100%);
  transition: transform var(--t-slow) var(--ease-out);
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: var(--sp-6);
}
.mobile-nav__head img { height: 40px; width: auto; }
.mobile-nav a.m-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 4px; font-size: var(--step-1); font-weight: 600;
  color: var(--slate-800); text-decoration: none;
  border-bottom: 1px solid var(--hairline-soft);
  opacity: 0; transform: translateX(18px);
  transition: opacity var(--t-base) var(--ease-out),
              transform var(--t-base) var(--ease-out),
              color var(--t-fast) var(--ease-out);
}
.mobile-nav.is-open a.m-link { opacity: 1; transform: translateX(0); }
.mobile-nav.is-open a.m-link:nth-child(1) { transition-delay: 90ms; }
.mobile-nav.is-open a.m-link:nth-child(2) { transition-delay: 140ms; }
.mobile-nav.is-open a.m-link:nth-child(3) { transition-delay: 190ms; }
.mobile-nav.is-open a.m-link:nth-child(4) { transition-delay: 240ms; }
.mobile-nav.is-open a.m-link:nth-child(5) { transition-delay: 290ms; }
.mobile-nav a.m-link:hover { color: var(--blue-700); }
.mobile-nav a.m-link[aria-current="page"] { color: var(--blue-700); }
.mobile-nav a.m-link .icon { color: var(--blue-400); }
.mobile-nav__cta {
  margin-top: var(--sp-7); display: grid; gap: var(--sp-3);
  opacity: 0; transform: translateY(10px);
  transition: opacity var(--t-base) var(--ease-out) 330ms,
              transform var(--t-base) var(--ease-out) 330ms;
}
.mobile-nav.is-open .mobile-nav__cta { opacity: 1; transform: translateY(0); }

.nav-scrim {
  position: fixed; inset: 0; z-index: var(--z-overlay);
  background: rgba(6, 32, 42, .55);
  backdrop-filter: blur(3px);
  opacity: 0; visibility: hidden;
  transition: opacity var(--t-base) var(--ease-out),
              visibility 0s linear var(--t-base);
}
.nav-scrim.is-open { opacity: 1; visibility: visible; transition: opacity var(--t-base) var(--ease-out), visibility 0s; }
body.nav-open { overflow: hidden; }

@media (max-width: 1000px) {
  .nav, .header-cta .btn { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-inner { min-height: 68px; }
  .brand img { height: 40px; }
  .site-header.is-stuck .brand img { height: 36px; }
}

/* ----------------------------------------------------------------- 10. Hero */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  padding-block: clamp(36px, 4.5vw, 56px) clamp(48px, 6vw, 84px);
  background: linear-gradient(180deg, #fff 0%, var(--slate-50) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(46% 54% at 4% 0%, rgba(20, 185, 225, .16), transparent 60%),
    radial-gradient(40% 48% at 92% 8%, rgba(110, 190, 72, .14), transparent 62%);
}
.hero__grid {
  display: grid; gap: clamp(36px, 5vw, 64px);
  grid-template-columns: 1fr; align-items: center;
}
@media (min-width: 900px) {
  .hero__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
}
.hero__brandline {
  font-family: var(--font-ui); font-weight: 700;
  font-size: var(--step--2); letter-spacing: .18em; text-transform: uppercase;
  color: var(--primary-ink); margin-bottom: var(--sp-4);
  display: flex; align-items: center; gap: 12px;
}
.hero h1 { margin-bottom: var(--sp-5); text-wrap: balance; }
.section-head h2, .hero__sub { text-wrap: balance; }
.hero h1 .accent {
  background: linear-gradient(96deg, var(--green-600), var(--blue-600));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__sub {
  font-size: var(--step-2); font-weight: 500; color: var(--slate-700);
  font-family: var(--font-ui); line-height: 1.4; margin-bottom: var(--sp-5);
  max-width: 30ch; letter-spacing: -.01em;
}
.hero__body { color: var(--muted); max-width: 56ch; }
.hero__cta { margin-top: var(--sp-8); }
.hero__pledge {
  margin-top: var(--sp-7); padding-top: var(--sp-5);
  border-top: 1px solid var(--hairline);
  font-family: var(--font-display); font-size: var(--step-2);
  font-variation-settings: "opsz" 60, "WONK" 1;
  color: var(--slate-900); font-weight: 500;
}

/* landing & contact page banners with background image and subtle tint */
.hero--home,
.hero--contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(460px, 62vh, 580px);
  display: flex;
  align-items: center;
  padding-block: clamp(56px, 7vw, 92px);
  background: var(--deep-900);
}
.hero--home::before,
.hero--contact::before {
  display: none;
}
.hero--home .hero__bg,
.hero--contact .hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.hero--home .hero__bg img,
.hero--contact .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}
.hero--contact .hero__bg img {
  object-position: center center;
}
.hero--home .hero__tint,
.hero--contact .hero__tint {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.92) 40%,
    rgba(255, 255, 255, 0.76) 66%,
    rgba(255, 255, 255, 0.40) 86%,
    rgba(255, 255, 255, 0.20) 100%
  );
}
@media (max-width: 820px) {
  .hero--home .hero__tint,
  .hero--contact .hero__tint {
    background: rgba(255, 255, 255, 0.93);
  }
}
.hero--home .hero__content,
.hero--contact .hero__content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}
.hero--home h1,
.hero--contact h1 {
  margin-bottom: var(--sp-4);
  text-wrap: balance;
}
.hero--home .hero__sub,
.hero--contact .hero__sub {
  margin-bottom: var(--sp-6);
}
.hero--home .hero__cta,
.hero--contact .hero__cta {
  margin-top: var(--sp-6);
}
.hero__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.hero__social-label {
  font-family: var(--font-ui);
  font-size: var(--step--1);
  font-weight: 600;
  color: var(--slate-700);
}
.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-family: var(--font-ui);
  font-size: var(--step--1);
  font-weight: 600;
  color: var(--blue-800);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--blue-200);
  border-radius: var(--r-pill);
  text-decoration: none;
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-1);
  transition: transform var(--t-base) var(--ease-spring),
              background-color var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out),
              color var(--t-base) var(--ease-out),
              box-shadow var(--t-base) var(--ease-out);
}
.social-pill:hover {
  background: var(--blue-600);
  border-color: var(--blue-600);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}
.social-pill .icon {
  width: 17px;
  height: 17px;
}

/* ------------------------------------------------------------- Intro Section */
.section--intro {
  padding-block: clamp(44px, 5.5vw, 72px) clamp(28px, 4vw, 48px);
  background: var(--surface);
}
.intro-card {
  position: relative;
  background: #ffffff;
  border-radius: var(--r-2xl);
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-2);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 48px);
  margin-top: var(--sp-4);
}
@media (min-width: 900px) {
  .intro-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }
}
.intro-lead .lede {
  color: var(--ink);
  font-size: var(--step-1);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}
.intro-lead .hero__pledge {
  margin-top: var(--sp-6);
  padding-top: var(--sp-4);
}
.intro-body {
  color: var(--muted);
  font-size: var(--step-0);
  line-height: 1.7;
}
.intro-body p + p {
  margin-top: var(--sp-4);
}

/* framed hero image with a colour bloom behind it */
.figure-frame { position: relative; }
@media (min-width: 900px) {
  .hero .figure-frame {
    align-self: start;
    margin-top: 4px;
  }
}
.figure-frame::before {
  content: ""; position: absolute; z-index: -1;
  inset: 12% -8% -10% 6%;
  background: radial-gradient(60% 60% at 60% 50%, rgba(20,185,225,.5), transparent 70%),
              radial-gradient(50% 50% at 25% 80%, rgba(110,190,72,.42), transparent 72%);
  filter: blur(48px); opacity: .55;
}
.figure-frame img {
  width: 100%; border-radius: var(--r-2xl);
  box-shadow: var(--shadow-4), inset 0 0 0 1px rgba(255,255,255,.4);
  object-fit: cover;
}
.figure-frame__ring {
  position: absolute; inset: -10px; border-radius: calc(var(--r-2xl) + 10px);
  border: 1px solid rgba(20, 185, 225, .28); pointer-events: none;
}
.figure-frame__mark {
  position: absolute; right: -18px; bottom: -18px;
  width: 92px; height: 92px; padding: 18px;
  background: #fff; border-radius: 22px;
  box-shadow: var(--shadow-3);
}
.figure-frame__mark img, .figure-frame__mark svg { width: 100%; height: 100%; }

/* small stat strip */
.stat-strip {
  display: flex; flex-wrap: wrap; gap: var(--sp-6) var(--sp-8);
  margin-top: var(--sp-8); padding-top: var(--sp-6);
  border-top: 1px solid var(--hairline);
}
.stat { min-width: 130px; }
.stat__num {
  display: block; font-family: var(--font-display); font-weight: 600;
  font-size: var(--step-4); line-height: 1; color: var(--blue-700);
  font-variation-settings: "opsz" 90, "WONK" 0;
}
.stat__label { font-size: var(--step--1); color: var(--muted); }

/* ------------------------------------------------ 11. Signature check block */
.checkin-band {
  position: relative; isolation: isolate; overflow: hidden;
  background: linear-gradient(155deg, var(--deep-700) 0%, var(--deep-800) 55%, var(--deep-900) 100%);
  color: var(--on-deep-muted);
  border-radius: var(--r-2xl);
  padding: clamp(32px, 5vw, 64px);
  box-shadow: var(--shadow-4);
}
.checkin-band::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(44% 60% at 88% 12%, rgba(110, 190, 72, .3), transparent 62%),
    radial-gradient(50% 62% at 4% 96%, rgba(20, 185, 225, .28), transparent 62%);
}
.checkin-band h2, .checkin-band h3 { color: #fff; }
.checkin-band .lede { color: var(--on-deep-muted); }
/* any bold or fine print sitting on a dark surface must lighten, not inherit
   the light-mode ink */
.checkin-band strong, .cta-band strong, .card--deep strong,
.checkin-band b, .cta-band b, .card--deep b { color: #fff; }
.checkin-band .fineprint, .cta-band .fineprint, .card--deep .fineprint,
.checkin-band p, .cta-band p { color: var(--on-deep-muted); }
.checkin-band a:not(.btn), .cta-band a:not(.btn) { color: var(--blue-200); }
.checkin-band a:not(.btn):hover, .cta-band a:not(.btn):hover { color: #fff; }
.checkin-grid {
  display: grid; gap: clamp(28px, 4vw, 56px);
  grid-template-columns: 1fr; align-items: center;
}
@media (min-width: 860px) {
  .checkin-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
}
.checkin-card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--r-xl); padding: var(--sp-7);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}
.checkin-card h3 { font-size: var(--step-2); margin-bottom: var(--sp-2); }
.meta-row {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px;
  font-size: var(--step--1); color: var(--on-deep-muted);
  margin-bottom: var(--sp-6);
}
.meta-row .dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .5; }
.meta-row .icon { width: 16px; height: 16px; color: var(--green-300); }
.meta-row span { display: inline-flex; align-items: center; gap: 6px; }

/* ------------------------------------------------------ 12. Pathway (ways to engage) */
.pathways-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-6);
}
@media (max-width: 768px) {
  .pathways-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: var(--sp-4);
    padding-bottom: var(--sp-4);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .pathways-grid .pathway {
    flex: 0 0 min(85vw, 360px);
    scroll-snap-align: start;
  }
}

.pathway {
  position: relative;
  overflow: hidden;
  padding: var(--sp-6) var(--sp-6) var(--sp-5);
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-2);
  transition: transform var(--t-slow) var(--ease-out),
              box-shadow var(--t-slow) var(--ease-out),
              border-color var(--t-slow) var(--ease-out);
}
.pathway::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--blue-400), var(--green-400));
  transform: scaleY(.35); transform-origin: top;
  transition: transform var(--t-slow) var(--ease-out);
}
.pathway:hover, .pathway:focus-within {
  transform: translateY(-4px); box-shadow: var(--shadow-4); border-color: var(--blue-200);
}
.pathway:hover::before, .pathway:focus-within::before { transform: scaleY(1); }

.pathway__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--sp-3);
}
.pathway__n {
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 700;
  font-variation-settings: "opsz" 20, "WONK" 0;
  color: var(--blue-500);
  line-height: 1;
}
.pathway__head .icon-badge {
  width: 44px;
  height: 44px;
  margin-bottom: 0;
}
.pathway__head .icon-badge .icon {
  width: 22px;
  height: 22px;
}

.pathway__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.pathway h3 {
  font-size: var(--step-1);
  font-weight: 700;
  margin-bottom: var(--sp-1);
  color: var(--ink);
  line-height: 1.3;
}
.pathway p {
  color: var(--muted);
  font-size: var(--step--1);
  line-height: 1.5;
  margin-bottom: var(--sp-4);
}
.pathway .pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 0 0 var(--sp-5);
  padding: 0;
  list-style: none;
  align-content: flex-start;
}
.pathway .pill {
  display: inline-block;
  padding: 5px 12px;
  font-size: var(--step--1);
  font-weight: 500;
  color: var(--slate-700);
  background: var(--slate-50);
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  line-height: 1.35;
  transition: background-color var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out),
              color var(--t-base) var(--ease-out);
}
.pathway .pill:hover {
  background: var(--blue-50);
  border-color: var(--blue-200);
  color: var(--blue-800);
}
.pathway__foot {
  margin-top: auto;
  padding-top: var(--sp-2);
}
.pathway__btn {
  width: 100%;
  min-height: 44px;
  padding: 11px 20px;
  font-size: var(--step--1);
}

/* --------------------------------------------------------- 13. Flow diagram */
.flow {
  display: flex; flex-wrap: wrap; align-items: stretch; gap: 10px;
  list-style: none; padding: 0; margin: 0;
}
.flow li {
  display: flex; align-items: center; gap: 10px; margin: 0;
}
.flow { max-width: 100%; }
.flow li { max-width: 100%; min-width: 0; }
.flow .node {
  display: inline-flex; align-items: center; gap: 8px; min-width: 0;
  padding: 10px 16px; border-radius: var(--r-pill);
  font-size: var(--step--1); font-weight: 600; color: var(--slate-800);
  background: #fff; border: 1px solid var(--hairline);
  box-shadow: var(--shadow-1);
  transition: transform var(--t-base) var(--ease-spring),
              border-color var(--t-base) var(--ease-out),
              box-shadow var(--t-base) var(--ease-out);
}
.flow li:hover .node {
  transform: translateY(-2px); border-color: var(--blue-300); box-shadow: var(--shadow-2);
}
.flow .icon--chev { width: 16px; height: 16px; color: var(--blue-400); }
.flow li:last-child .icon--chev { display: none; }
.section--deep .flow .node {
  background: rgba(255,255,255,.07); border-color: var(--on-deep-line); color: #fff;
  box-shadow: none;
}

/* ------------------------------------------------------------- 14. Services */
.service-block {
  position: relative;
  padding-block: clamp(48px, 6vw, 76px);
  border-top: 1px solid var(--hairline);
  scroll-margin-top: 110px;
}
.service-block:first-of-type { border-top: 0; }
.service-block__head {
  display: flex; align-items: flex-start; gap: var(--sp-5);
  margin-bottom: var(--sp-6);
}
.service-block__n {
  flex: none; display: grid; place-items: center;
  width: 52px; height: 52px; border-radius: 15px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.15rem;
  font-variation-settings: "opsz" 24, "WONK" 0;
  color: #fff;
  background: linear-gradient(150deg, var(--blue-600), var(--blue-800));
  box-shadow: 0 8px 18px -8px rgba(11,126,155,.6);
}
.service-block__head h2 { font-size: var(--step-4); margin-bottom: 6px; }
.service-block__tag {
  font-family: var(--font-ui); font-size: var(--step-1); font-weight: 600;
  color: var(--accent-ink); letter-spacing: -.01em;
}
.service-grid { display: grid; gap: var(--sp-5); }
@media (min-width: 760px) { .service-grid { grid-template-columns: 1fr 1fr; } }
.mini-card {
  padding: var(--sp-5) var(--sp-6);
  background: var(--surface-tint); border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  transition: transform var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out),
              box-shadow var(--t-base) var(--ease-out),
              background-color var(--t-base) var(--ease-out);
}
.mini-card:hover {
  transform: translateY(-3px); background: #fff;
  border-color: var(--blue-200); box-shadow: var(--shadow-2);
}
.mini-card h4 { font-size: var(--step-0); margin-bottom: 6px; color: var(--slate-900); }
.mini-card p { font-size: var(--step--1); color: var(--muted); margin: 0; }

/* index chips (services on-page nav) */
.chip-nav { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.chip-nav li { margin: 0; }
.chip-nav a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: var(--r-pill);
  font-size: var(--step--1); font-weight: 600; color: var(--slate-700);
  text-decoration: none; background: #fff;
  border: 1px solid var(--hairline); box-shadow: var(--shadow-1);
  transition: transform var(--t-base) var(--ease-spring),
              color var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out),
              box-shadow var(--t-base) var(--ease-out);
}
.chip-nav a:hover {
  transform: translateY(-2px); color: var(--blue-800);
  border-color: var(--blue-300); box-shadow: var(--shadow-2);
}
.chip-nav a .n {
  display: grid; place-items: center; width: 22px; height: 22px;
  border-radius: 7px; font-size: .75rem; font-weight: 700;
  color: var(--blue-700); background: var(--blue-50);
}

/* ----------------------------------------------------------- 15. Screening */
.tool-table { display: grid; gap: var(--sp-4); }
.tool-row {
  display: grid; gap: var(--sp-4); align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  padding: var(--sp-5) var(--sp-6);
  background: #fff; border: 1px solid var(--hairline);
  border-radius: var(--r-lg); box-shadow: var(--shadow-1);
  transition: transform var(--t-base) var(--ease-out),
              box-shadow var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out);
}
.tool-row:hover { transform: translateY(-3px); box-shadow: var(--shadow-3); border-color: var(--blue-200); }
@media (min-width: 820px) {
  .tool-row { grid-template-columns: auto minmax(0, 1.2fr) minmax(0, 1.8fr); }
}
.tool-row > * { min-width: 0; }
.status { white-space: normal; }
@media (min-width: 520px) { .status { white-space: nowrap; } }
.tool-row__name { font-weight: 700; color: var(--slate-900); font-size: var(--step-0); }
.tool-row__name small { display: block; font-weight: 500; color: var(--muted); }
.tool-row__what { font-size: var(--step--1); color: var(--muted); }

.status {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 13px; border-radius: var(--r-pill);
  font-size: var(--step--2); font-weight: 700; letter-spacing: .02em;
  white-space: nowrap;
}
.status .icon { width: 14px; height: 14px; stroke-width: 2.2; }
.status--ready { color: var(--green-700); background: var(--green-50); box-shadow: inset 0 0 0 1px var(--green-200); }
.status--hold  { color: #7A5B05; background: #FDF6E0; box-shadow: inset 0 0 0 1px #EEDCA0; }

/* the screening instrument */
.screener {
  position: relative;
  background: #fff; border: 1px solid var(--hairline);
  border-radius: var(--r-2xl); box-shadow: var(--shadow-3);
  overflow: hidden; scroll-margin-top: 110px;
}
.screener__head {
  padding: var(--sp-7) clamp(20px, 4vw, 40px) var(--sp-6);
  background: linear-gradient(165deg, var(--blue-50), #fff 76%);
  border-bottom: 1px solid var(--hairline);
}
.screener--green .screener__head { background: linear-gradient(165deg, var(--green-50), #fff 76%); }
.screener__head h3 { margin-bottom: var(--sp-2); font-size: var(--step-3); }
.screener__body { padding: var(--sp-7) clamp(20px, 4vw, 40px) var(--sp-8); }

/* animated progress indicator */
.progress { margin-bottom: var(--sp-7); }
.progress__meta {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: var(--sp-4); margin-bottom: 10px;
  font-size: var(--step--1); font-weight: 600; color: var(--muted);
}
.progress__meta .step { color: var(--blue-700); }
.progress__track {
  position: relative; height: 8px; border-radius: 999px;
  background: var(--slate-100); overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(8,39,49,.08);
}
.progress__fill {
  position: absolute; inset: 0 auto 0 0; width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-600), var(--green-600));
  transition: width 520ms var(--ease-out);
}
.progress__fill::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg,
    rgba(255,255,255,0) 20%, rgba(255,255,255,.55) 50%, rgba(255,255,255,0) 80%);
  transform: translateX(-100%);
  animation: sheen 2.4s var(--ease-in-out) infinite;
}
@keyframes sheen { to { transform: translateX(220%); } }
.progress__dots { display: flex; gap: 6px; margin-top: 10px; }
.progress__dots i {
  width: 100%; height: 3px; border-radius: 2px; background: var(--slate-200);
  transition: background-color var(--t-base) var(--ease-out);
}
.progress__dots i.is-done { background: var(--green-600); }
.progress__dots i.is-current { background: var(--blue-600); }

/* questions */
.q-stage { position: relative; }
.question {
  animation: qIn 380ms var(--ease-out) both;
}
@keyframes qIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.question.is-leaving { animation: qOut 200ms var(--ease-in-out) both; }
@keyframes qOut {
  to { opacity: 0; transform: translateY(-10px); }
}
.question legend, .question__title {
  display: block; font-family: var(--font-ui); font-weight: 700;
  font-size: var(--step-2); color: var(--slate-900);
  line-height: 1.35; margin-bottom: var(--sp-3); padding: 0;
  letter-spacing: -.01em;
}
.question__hint { font-size: var(--step--1); color: var(--muted); margin-bottom: var(--sp-5); }
.question fieldset { border: 0; padding: 0; margin: 0; }

.opt-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.opt {
  position: relative; display: block; margin: 0;
}
.opt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.opt__box {
  display: flex; align-items: center; gap: 14px;
  min-height: 56px; padding: 12px 18px;
  border: 1.5px solid var(--hairline); border-radius: var(--r-md);
  background: #fff; cursor: pointer;
  font-size: var(--step-0); color: var(--slate-800); font-weight: 500;
  transition: border-color var(--t-fast) var(--ease-out),
              background-color var(--t-fast) var(--ease-out),
              transform var(--t-fast) var(--ease-spring),
              box-shadow var(--t-fast) var(--ease-out);
}
.opt__box:hover { border-color: var(--blue-300); background: var(--blue-50); transform: translateY(-1px); }
.opt__box:active { transform: scale(.995); }
.opt__dot {
  flex: none; display: grid; place-items: center;
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid var(--slate-300); background: #fff;
  transition: border-color var(--t-fast) var(--ease-out),
              background-color var(--t-fast) var(--ease-out);
}
.opt__dot::after {
  content: ""; width: 9px; height: 9px; border-radius: 50%;
  background: #fff; transform: scale(0);
  transition: transform var(--t-fast) var(--ease-spring);
}
.opt input:checked + .opt__box {
  border-color: var(--blue-500); background: var(--blue-50);
  box-shadow: 0 0 0 3px rgba(20,185,225,.16);
}
.opt input:checked + .opt__box .opt__dot { border-color: var(--blue-600); background: var(--blue-600); }
.opt input:checked + .opt__box .opt__dot::after { transform: scale(1); }
.opt input:focus-visible + .opt__box { outline: 3px solid var(--focus); outline-offset: 3px; }
.opt__val {
  margin-left: auto; font-size: var(--step--2); font-weight: 700;
  color: var(--muted); font-variant-numeric: tabular-nums;
}

/* checkbox variant (daily check-in) */
.opt--check .opt__dot { border-radius: 7px; }
.opt--check .opt__dot::after { border-radius: 2px; width: 10px; height: 10px; }
.opt--check input:checked + .opt__box .opt__dot { border-color: var(--green-600); background: var(--green-600); }
.opt--check input:checked + .opt__box { border-color: var(--green-500); background: var(--green-50); box-shadow: 0 0 0 3px rgba(110,190,72,.18); }

/* mood scale */
.mood-list { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); list-style: none; padding: 0; margin: 0; }
.mood .opt__box { flex-direction: column; align-items: flex-start; gap: 10px; min-height: 96px; justify-content: center; }
.mood .icon { width: 28px; height: 28px; color: var(--blue-600); }
.mood input:checked + .opt__box .icon { color: var(--blue-700); }

.screener__actions {
  display: flex; flex-wrap: wrap; gap: var(--sp-3);
  align-items: center; margin-top: var(--sp-7);
  padding-top: var(--sp-6); border-top: 1px solid var(--hairline-soft);
}
.screener__actions .spacer { flex: 1 1 auto; }

/* results */
.result { animation: qIn 480ms var(--ease-out) both; }
.result__score {
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-7);
  padding: var(--sp-7); margin-bottom: var(--sp-6);
  border-radius: var(--r-xl);
  background: linear-gradient(160deg, var(--slate-50), #fff 70%);
  border: 1px solid var(--hairline);
}
.gauge { position: relative; flex: none; width: 148px; height: 148px; }
.gauge svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.gauge circle { fill: none; stroke-linecap: round; }
.gauge .track { stroke: var(--slate-200); stroke-width: 12; }
.gauge .bar {
  stroke: var(--blue-600); stroke-width: 12;
  stroke-dasharray: var(--circ); stroke-dashoffset: var(--circ);
  transition: stroke-dashoffset 1100ms var(--ease-out), stroke var(--t-base) var(--ease-out);
}
.gauge.is-good .bar { stroke: var(--green-600); }
.gauge.is-watch .bar { stroke: #A56F04; }
.gauge__val {
  position: absolute; inset: 0; display: grid; place-content: center; text-align: center;
}
.gauge__val b {
  display: block; font-family: var(--font-display); font-size: 2.25rem; line-height: 1;
  font-weight: 700; color: var(--slate-900); font-variant-numeric: tabular-nums;
  font-variation-settings: "opsz" 90, "WONK" 0;
}
.gauge__val span { font-size: var(--step--2); color: var(--muted); font-weight: 600; }

.result__label { flex: 1 1 260px; }
.result__band {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 16px; border-radius: var(--r-pill); margin-bottom: var(--sp-3);
  font-weight: 700; font-size: var(--step--1);
}
.result__band .icon { width: 17px; height: 17px; stroke-width: 2.2; }
.band-good  { color: var(--green-700); background: var(--green-50); box-shadow: inset 0 0 0 1px var(--green-200); }
.band-mid   { color: var(--blue-700);  background: var(--blue-50);  box-shadow: inset 0 0 0 1px var(--blue-200); }
.band-watch { color: #7A5B05; background: #FDF6E0; box-shadow: inset 0 0 0 1px #EEDCA0; }
.result__label h4 {
  display: flex; align-items: center; gap: 10px;
  font-size: var(--step-2); margin-bottom: 6px;
}
.result__label h4 .n,
.result__section h4 .n {
  flex: none; display: grid; place-items: center; width: 26px; height: 26px;
  border-radius: 9px; font-size: .8rem; font-weight: 700;
  color: var(--blue-700); background: var(--blue-50);
}
.result__label p { color: var(--muted); margin: 0; }

.result__section { margin-bottom: var(--sp-6); }
.result__section h4 {
  display: flex; align-items: center; gap: 10px;
  font-size: var(--step-1); margin-bottom: var(--sp-3);
}
.result__section h4 .n {
  display: grid; place-items: center; width: 26px; height: 26px;
  border-radius: 9px; font-size: .8rem; font-weight: 700;
  color: var(--blue-700); background: var(--blue-50);
}

/* -------------------------------------------------------------- 16. Forms */
.form-card {
  background: #fff; border: 1px solid var(--hairline);
  border-radius: var(--r-2xl); box-shadow: var(--shadow-3);
  padding: clamp(24px, 4vw, 40px);
  scroll-margin-top: 110px;
}
.form-grid { display: grid; gap: var(--sp-5); }
@media (min-width: 680px) { .form-grid--2 { grid-template-columns: 1fr 1fr; } }
.field { display: block; }
.field > label, .field-label {
  display: block; font-size: var(--step--1); font-weight: 700;
  color: var(--slate-800); margin-bottom: 7px;
}
.req { color: var(--danger-600); margin-left: 2px; }
.field__help { display: block; font-size: var(--step--2); color: var(--muted); margin-top: 6px; }
.field__err {
  display: none; align-items: center; gap: 7px;
  font-size: var(--step--2); font-weight: 600; color: var(--danger-700); margin-top: 7px;
}
.field__err .icon { width: 15px; height: 15px; stroke-width: 2.2; }
.field.has-error .field__err { display: flex; }
.field.has-error input, .field.has-error textarea, .field.has-error select {
  border-color: var(--danger-600); background: #FFFBFB;
}

input[type="text"], input[type="email"], input[type="tel"],
textarea, select {
  width: 100%; min-height: 50px; padding: 13px 16px;
  font-family: inherit; font-size: var(--step-0); color: var(--slate-900);
  background: var(--surface-tint);
  border: 1.5px solid var(--hairline); border-radius: var(--r-md);
  transition: border-color var(--t-fast) var(--ease-out),
              box-shadow var(--t-fast) var(--ease-out),
              background-color var(--t-fast) var(--ease-out);
  appearance: none;
}
textarea { min-height: 140px; resize: vertical; line-height: 1.6; }
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235B6A72' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  background-size: 18px; padding-right: 44px;
}
input::placeholder, textarea::placeholder { color: #7C8C94; }
input:hover, textarea:hover, select:hover { border-color: var(--slate-300); }
input:focus, textarea:focus, select:focus {
  outline: none; background: #fff;
  border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(20,185,225,.16);
}
input:focus-visible, textarea:focus-visible, select:focus-visible { outline: none; }

/* forms placed on a deep surface */
.section--deep .field > label, .section--deep .field-label { color: #fff; }
.section--deep .req { color: #FFB4AE; }
.section--deep .field__err { color: #FFB4AE; }
.section--deep .field__help, .section--deep .fineprint { color: var(--on-deep-muted); }

.form-status {
  display: none; align-items: flex-start; gap: 12px;
  padding: var(--sp-5); border-radius: var(--r-lg);
  margin-top: var(--sp-5); font-size: var(--step--1); line-height: 1.6;
}
.form-status .icon { flex: none; width: 20px; height: 20px; margin-top: 2px; }
.form-status.is-visible { display: flex; animation: qIn 320ms var(--ease-out) both; }
.form-status--ok {
  color: var(--green-800); background: var(--green-50);
  box-shadow: inset 0 0 0 1px var(--green-200);
}
.form-status--warn {
  color: #5E4604; background: #FDF6E0; box-shadow: inset 0 0 0 1px #EEDCA0;
}
.form-status--err {
  color: var(--danger-700); background: var(--danger-100);
  box-shadow: inset 0 0 0 1px var(--danger-200);
}
.form-status b { display: block; margin-bottom: 3px; }

.btn .spinner {
  width: 17px; height: 17px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.4); border-top-color: #fff;
  animation: spin .7s linear infinite; display: none;
}
.btn.is-busy .spinner { display: block; }
.btn.is-busy .icon { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }

/* --------------------------------------------------------- 17. Accordion */
.accordion { border-top: 1px solid var(--hairline); }
.acc-item { border-bottom: 1px solid var(--hairline); }
.acc-btn {
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4);
  width: 100%; padding: var(--sp-5) 0; min-height: 56px;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-ui); font-size: var(--step-1); font-weight: 600;
  color: var(--slate-900);
  transition: color var(--t-base) var(--ease-out);
}
.acc-btn:hover { color: var(--blue-700); }
.acc-btn .icon { color: var(--blue-500); transition: transform var(--t-base) var(--ease-out); }
.acc-btn[aria-expanded="true"] .icon { transform: rotate(180deg); }
.acc-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--t-slow) var(--ease-out); }
.acc-panel > div { overflow: hidden; }
.acc-btn[aria-expanded="true"] + .acc-panel { grid-template-rows: 1fr; }
.acc-panel .inner { padding-bottom: var(--sp-6); }

/* ---------------------------------------------------------- 18. CTA + footer */
.cta-band {
  position: relative; isolation: isolate; overflow: hidden;
  background: linear-gradient(150deg, var(--deep-700), var(--deep-900));
  color: var(--on-deep-muted);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(40% 60% at 12% 10%, rgba(20,185,225,.26), transparent 62%),
    radial-gradient(44% 62% at 90% 96%, rgba(110,190,72,.24), transparent 62%);
}
.cta-band h2 { color: #fff; }

.site-footer {
  background: var(--deep-900); color: var(--on-deep-muted);
  padding-block: var(--sp-11) var(--sp-7);
  position: relative; isolation: isolate; overflow: hidden;
}
.site-footer::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(50% 70% at 88% 0%, rgba(20,185,225,.14), transparent 62%);
}
.footer-grid {
  display: grid; gap: var(--sp-8);
  grid-template-columns: 1fr;
}
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; } }
@media (min-width: 1040px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.2fr; } }
.site-footer img.footer-logo { height: 78px; width: auto; margin-bottom: var(--sp-5); }
.site-footer h3 {
  font-size: var(--step--1); text-transform: uppercase; letter-spacing: .13em;
  color: #fff; margin-bottom: var(--sp-4);
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a {
  color: var(--on-deep-muted); text-decoration: none; font-size: var(--step--1);
  transition: color var(--t-base) var(--ease-out);
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 26px; padding-block: 3px;
}
.footer-bottom a { min-height: 24px; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: .2em; }
.site-footer p { font-size: var(--step--1); color: var(--on-deep-muted); }

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: var(--sp-6);
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--on-deep-line);
  color: var(--on-deep);
  text-decoration: none !important;
  transition: background-color var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out),
              color var(--t-base) var(--ease-out),
              transform var(--t-base) var(--ease-spring);
}
.social-link:hover {
  background: var(--blue-600);
  border-color: var(--blue-400);
  color: #fff !important;
  transform: translateY(-2px);
}
.social-link .icon {
  width: 20px;
  height: 20px;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: var(--sp-5);
  margin-top: var(--sp-5);
  border-top: 1px solid var(--hairline);
}
.mobile-nav__social .social-link {
  background: var(--slate-100);
  border-color: var(--hairline);
  color: var(--slate-700);
}
.mobile-nav__social .social-link:hover {
  background: var(--blue-600);
  border-color: var(--blue-600);
  color: #fff !important;
}

.footer-bottom {
  margin-top: var(--sp-10); padding-top: var(--sp-6);
  border-top: 1px solid var(--on-deep-line);
  display: flex; flex-wrap: wrap; gap: var(--sp-4) var(--sp-7);
  align-items: center; justify-content: space-between;
  font-size: var(--step--2); color: var(--on-deep-muted);
}
.footer-crisis {
  margin-top: var(--sp-7); padding: var(--sp-5);
  border-radius: var(--r-lg);
  border: 1px solid rgba(255,255,255,.16);
  border-left: 4px solid #E5776F;
  background: rgba(255,255,255,.05);
  font-size: var(--step--1);
}
.footer-crisis b { color: #FFC9C4; display: block; margin-bottom: 4px; }
.footer-crisis p { color: var(--on-deep-muted); margin: 0; max-width: none; }

/* ------------------------------------------------------- 19. Scroll reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
[data-reveal="left"]  { transform: translateX(-26px); }
[data-reveal="right"] { transform: translateX(26px); }
[data-reveal="scale"] { transform: scale(.965); }
[data-reveal].is-revealed {
  opacity: 1; transform: none; will-change: auto;
}
/* if JS never runs, content must still be visible */
.no-js [data-reveal] { opacity: 1; transform: none; }

/* -------------------------------------------------------- 20. Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .btn::before { display: none; }
  .progress__fill::after { display: none; }
  .btn:hover, .card:hover, .pathway:hover, .mini-card:hover,
  .tool-row:hover, .chip-nav a:hover, .flow li:hover .node,
  .opt__box:hover, .pill:hover {
    transform: none;
  }
  /* interaction feedback still needs to be visible without motion */
  .card:hover, .pathway:hover { box-shadow: var(--shadow-4); border-color: var(--blue-400); }
  .btn:hover { filter: brightness(.92); }
  .mobile-nav a.m-link { opacity: 1; transform: none; }
  .mobile-nav__cta { opacity: 1; transform: none; }
  .gauge .bar { transition: none; }
}

/* ------------------------------------------------------------ 21. Utilities */
.u-mt-0 { margin-top: 0; }
.u-mb-0 { margin-bottom: 0; }
.u-mt-6 { margin-top: var(--sp-6); }
.u-mt-7 { margin-top: var(--sp-7); }
.u-mt-8 { margin-top: var(--sp-8); }
.u-mb-6 { margin-bottom: var(--sp-6); }
.u-mb-8 { margin-bottom: var(--sp-8); }
.u-full { grid-column: 1 / -1; }
.u-nowrap { white-space: nowrap; }
[hidden] { display: none !important; }

@media print {
  .site-header, .mobile-nav, .nav-scrim, .cta-band, .screener__actions { display: none; }
  body { color: #000; }
  .card, .screener { box-shadow: none; border: 1px solid #999; }
}
