/* =========================================================
     DAYHOUSE HEALTH — Landing Page
     Aligned to the Health design system: glassmorphism,
     mesh-gradient grounds, Monarcha Nova italic flourishes,
     ocean-blue clinical accent.
     ========================================================= */

  @font-face {
    font-family: "Domaine Display Narrow";
    src: url("./fonts/DomaineDisplayNarrow-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Domaine Display Narrow";
    src: url("./fonts/DomaineDisplayNarrow-MediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Monarcha Nova";
    src: url("./fonts/WT_Monarch_Nova.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }

  :root {
    /* Palette */
    --dh-charcoal:    #353033;
    --dh-bone:        #F1F1EF;
    --dh-bark:        #4D423D;
    --dh-dove:        #998E8A;
    --dh-forest:      #3B423C;
    --dh-sage:        #879683;
    --dh-amaranthine: #453541;
    --dh-bronze:      #A97948;
    --dh-cinnamon:    #AB502D;
    --dh-ocean:       #034366;
    --dh-sky:         #CDD9E0;

    --dh-bone-90: rgba(241, 241, 239, 0.90);
    --dh-bone-70: rgba(241, 241, 239, 0.70);
    --dh-bone-55: rgba(241, 241, 239, 0.55);
    --dh-bone-40: rgba(241, 241, 239, 0.40);
    --dh-bone-15: rgba(241, 241, 239, 0.15);
    --dh-charcoal-60: rgba(53, 48, 51, 0.60);
    --dh-charcoal-15: rgba(53, 48, 51, 0.15);
    --dh-charcoal-08: rgba(53, 48, 51, 0.08);

    /* Semantic */
    --bg:           var(--dh-bone);
    --bg-elevated:  #FAFAF8;
    --fg:           var(--dh-charcoal);
    --fg-muted:     var(--dh-bark);
    --fg-subtle:    var(--dh-dove);
    --fg-inverse:   var(--dh-bone);
    --accent:       var(--dh-cinnamon);
    --border:       rgba(53, 48, 51, 0.10);
    --border-strong:rgba(53, 48, 51, 0.20);
    --border-glass: rgba(241, 241, 239, 0.40);
    --focus-ring:   var(--dh-ocean);

    /* Type */
    --font-display: "Domaine Display Narrow", "Cormorant Garamond", "Times New Roman", serif;
    --font-accent:  "Monarcha Nova", "Domaine Display Narrow", "Cormorant Garamond", serif;
    --font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --tracking-tight: -0.02em;
    --tracking-eyebrow: 0.18em;

    /* Radii — soft, residential */
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;

    /* Layout */
    --gutter:    clamp(20px, 4.5vw, 56px);
    --max-page:  1240px;
    --max-text:  620px;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  html { background: var(--bg); -webkit-text-size-adjust: 100%; }

  body {
    background: var(--bg);
    color: var(--fg);
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    position: relative;
  }

  /* Subtle paper grain over the whole page */
  body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    background-image:
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='280'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.21  0 0 0 0 0.19  0 0 0 0 0.20  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/></svg>");
    background-size: 280px 280px;
    background-repeat: repeat;
    mix-blend-mode: multiply;
  }

  .container { position: relative; z-index: 1; }

  ::selection { background: var(--dh-cinnamon); color: var(--dh-bone); }

  /* ---------- Layout primitives ---------- */
  .page { max-width: var(--max-page); margin: 0 auto; }

  .section { padding-left: var(--gutter); padding-right: var(--gutter); }

  .content { max-width: var(--max-text); }

  .ground--sage,
  .ground--evening {
    color: var(--dh-bone);
    position: relative;
    overflow: hidden;
  }
  .ground--sage { background: var(--dh-sage); }
  /* Sage → forest gradient backdrop — from the brand's canonical gradient set */
  .ground--sage-gradient {
    background:
      radial-gradient(120% 80% at 50% 110%, #b4c0ad 0%, #879683 45%, #3B423C 100%);
  }
  /* Evening phase from the Dayhouse circadian background system — plum, dimming */
  .ground--evening {
    background:
      radial-gradient(120% 80% at 50% 110%, #6a4f64 0%, #453541 55%, #2a1f29 100%);
  }
  .ground--sage::before,
  .ground--evening::before {
    content: "";
    position: absolute; inset: 0;
    pointer-events: none;
    background-image:
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/></svg>");
    background-size: 300px 300px;
    mix-blend-mode: soft-light;
    opacity: 0.85;
  }
  .ground--sage > *,
  .ground--evening > * { position: relative; z-index: 1; }

  .ground--charcoal {
    /* Night phase from the Dayhouse circadian background system — deep forest, quieting */
    background:
      radial-gradient(120% 80% at 50% 110%, #5a6258 0%, #3B423C 55%, #232825 100%);
    color: var(--dh-bone);
    position: relative;
    overflow: hidden;
  }
  .ground--charcoal::before {
    content: "";
    position: absolute; inset: 0;
    pointer-events: none;
    background-image:
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/></svg>");
    background-size: 300px 300px;
    mix-blend-mode: soft-light;
    opacity: 0.85;
  }
  .ground--charcoal > * { position: relative; z-index: 1; }

  /* ---------- Type utilities ---------- */
  .eyebrow {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    font-weight: 500;
    color: var(--dh-forest);
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .eyebrow::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
  }

  .ground--sage .eyebrow,
  .ground--evening .eyebrow,
  .ground--charcoal .eyebrow { color: var(--dh-bone); opacity: 0.9; }

  .display {
    font-family: var(--font-display);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: var(--tracking-tight);
    color: var(--fg);
    font-feature-settings: "liga", "kern";
  }
  .display em,
  .display .ital {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
  }

  .display--xl { font-size: clamp(48px, 7.2vw, 96px); max-width: 16ch; line-height: 0.98; }
  .display--lg { font-size: clamp(36px, 5vw, 60px); max-width: 18ch; line-height: 1.06; }
  .display--md { font-size: clamp(28px, 3.8vw, 46px); max-width: 22ch; line-height: 1.12; }

  .ground--sage .display,
  .ground--evening .display,
  .ground--charcoal .display { color: var(--dh-bone); }

  .lede {
    font-family: var(--font-body);
    font-size: clamp(17px, 1.4vw, 19px);
    line-height: 1.55;
    color: var(--fg);
    max-width: var(--max-text);
  }
  .ground--sage .lede,
  .ground--evening .lede,
  .ground--charcoal .lede { color: var(--dh-bone); opacity: 0.94; }
  .glass-card .lede { color: var(--fg); }

  .body-text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--fg-muted);
    max-width: var(--max-text);
  }
  .body-text + .body-text { margin-top: 1.1rem; }
  .body-text em {
    font-family: var(--font-accent);
    font-style: italic;
    color: var(--fg);
  }

  .ground--sage .body-text,
  .ground--evening .body-text,
  .ground--charcoal .body-text { color: var(--dh-bone); opacity: 0.92; }

  .small-label {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--fg-subtle);
    font-weight: 500;
  }
  .ground--sage .small-label,
  .ground--evening .small-label,
  .ground--charcoal .small-label { color: var(--dh-bone); opacity: 0.72; }

  /* ---------- Links & buttons ---------- */
  a { color: inherit; text-decoration: none; }
  :focus-visible {
    outline: 2px solid var(--focus-ring);
    outline-offset: 3px;
    border-radius: 2px;
  }

  .link-rule {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fg);
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid var(--border-strong);
    padding-bottom: 2px;
    transition: color 200ms ease, border-color 200ms ease;
  }
  .link-rule:hover { color: var(--dh-cinnamon); border-bottom-color: var(--dh-cinnamon); }
  .link-rule .arrow { transition: transform 240ms ease; }
  .link-rule:hover .arrow { transform: translateX(3px); }

  .ground--sage .link-rule,
  .ground--evening .link-rule,
  .ground--charcoal .link-rule,
  .hero__glass .link-rule {
    color: var(--dh-bone);
    border-bottom-color: rgba(241, 241, 239, 0.5);
  }
  .ground--sage .link-rule:hover,
  .ground--evening .link-rule:hover,
  .ground--charcoal .link-rule:hover,
  .hero__glass .link-rule:hover {
    color: var(--dh-bone);
    border-bottom-color: var(--dh-bone);
  }

  .btn {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding: 16px 28px;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background 220ms ease, transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    min-height: 44px;
  }

  .btn--primary {
    background: var(--dh-cinnamon);
    color: var(--dh-bone);
    box-shadow: 0 1px 0 rgba(0,0,0,0.06);
  }
  .btn--primary:hover {
    background: #B85A33;
    box-shadow: 0 8px 22px rgba(171, 80, 45, 0.28);
    transform: translateY(-1px);
  }
  .btn--primary:active { transform: translateY(0); }

  .ground--sage .btn--primary {
    background: var(--dh-bone);
    color: var(--dh-charcoal);
  }
  .ground--sage .btn--primary:hover {
    background: #FFFFFF;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  }

  /* Bone CTA + ghost variant for the dark gradient hero */
  .hero__glass .btn--primary {
    background: var(--dh-cinnamon);
    color: var(--dh-bone);
    box-shadow: 0 1px 0 rgba(0,0,0,0.10), 0 8px 24px rgba(53, 30, 18, 0.32);
  }
  .hero__glass .btn--primary:hover {
    background: #B85A33;
    box-shadow: 0 10px 28px rgba(171, 80, 45, 0.45);
  }
  .hero__glass .link-rule {
    color: var(--dh-bone);
    border-bottom-color: rgba(241, 241, 239, 0.5);
  }
  .hero__glass .link-rule:hover {
    color: var(--dh-bone);
    border-bottom-color: var(--dh-bone);
  }

  /* ---------- GLASS NAV (sticky, backdrop-blur — tech-forward) ---------- */
  .nav-wrap {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--dh-bone-70);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border-bottom: 1px solid var(--border);
  }
  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.1rem var(--gutter);
    max-width: var(--max-page);
    margin: 0 auto;
  }

  .nav__brand {
    display: inline-flex;
    align-items: center;
    color: var(--fg);
    text-decoration: none;
    line-height: 0;
  }
  .nav__logo {
    height: 30px;
    width: auto;
    display: block;
  }
  .nav__brand:hover { opacity: 0.78; }

  .nav__links {
    display: flex;
    gap: 2rem;
    font-size: 13.5px;
    color: var(--fg-muted);
    font-weight: 400;
    align-items: center;
  }
  .nav__links a { transition: color 200ms ease; }
  .nav__links a:hover { color: var(--dh-cinnamon); }
  .nav__links a.is-cta {
    color: var(--dh-bone);
    background: var(--dh-forest);
    font-weight: 500;
    padding: 9px 16px;
    border-radius: 999px;
    transition: background 200ms ease, color 200ms ease;
  }
  .nav__links a.is-cta:hover {
    background: var(--dh-sage);
    color: var(--dh-bone);
  }

  /* ---------- HERO — circadian "morning" phase ground + glass card ---------- */
  .hero-stage {
    position: relative;
    margin: 0 var(--gutter);
    margin-top: clamp(28px, 4vw, 56px);
    border-radius: var(--radius-xl);
    overflow: hidden;
    /* Morning phase from the Dayhouse circadian background system */
    background:
      radial-gradient(120% 80% at 50% 110%, #c89875 0%, #8a6347 45%, #4D423D 100%);
    min-height: clamp(560px, 72vh, 760px);
    display: flex;
    align-items: flex-end;
    isolation: isolate;
  }
  /* A second, slower radial highlight in the top-left for depth */
  .hero-stage::before {
    content: "";
    position: absolute; inset: 0;
    pointer-events: none;
    background:
      radial-gradient(80% 60% at 12% 22%, rgba(241, 222, 195, 0.22) 0%, rgba(241, 222, 195, 0) 60%),
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/></svg>");
    background-size: cover, 300px 300px;
    mix-blend-mode: soft-light;
    z-index: 0;
  }

  .hero {
    position: relative;
    z-index: 1;
    padding: clamp(28px, 4vw, 56px);
    width: 100%;
  }

  .hero__glass {
    /* No glass card — content sits directly on the circadian gradient */
    max-width: 760px;
    color: var(--dh-bone);
  }

  .hero__glass .eyebrow { color: var(--dh-bone); opacity: 0.9; }
  .hero__glass .eyebrow::before { background: var(--dh-bone); opacity: 0.7; }
  .hero__glass .display { color: var(--dh-bone); text-shadow: 0 1px 28px rgba(53, 30, 18, 0.35); }
  .hero__glass .lede { color: var(--dh-bone); opacity: 0.96; }
  .hero__glass .hero__sub { color: var(--dh-bone); opacity: 0.82; }

  .hero__headline { margin: 0 0 1.5rem; }
  .hero__lede { margin-bottom: 0.8rem; }
  .hero__sub {
    color: var(--fg-muted);
    margin-bottom: 2rem;
    font-size: 15.5px;
    line-height: 1.65;
    max-width: 540px;
  }
  .hero__ctas {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    flex-wrap: wrap;
  }

  /* ---------- Product moment — photograph overlaid with a Day chat panel ---------- */
  .hero__visual {
    position: relative;
    margin: clamp(40px, 5vw, 72px) var(--gutter) clamp(72px, 9vw, 120px);
    aspect-ratio: 16 / 9;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--dh-sage);
    box-shadow: 0 1px 0 var(--border), 0 24px 48px rgba(53, 48, 51, 0.06);
    isolation: isolate;
  }
  .hero__visual img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }
  .hero__visual::after {
    /* gentle warm vignette so the chat reads against any photo region */
    content: "";
    position: absolute; inset: 0;
    pointer-events: none;
    background:
      radial-gradient(120% 80% at 18% 80%, rgba(53,48,51,0.32) 0%, rgba(53,48,51,0) 55%),
      linear-gradient(to top, rgba(53,48,51,0.22), rgba(53,48,51,0) 40%);
  }

  /* Day chat overlay — the product surface, sitting on the home photo */
  .day-overlay {
    position: absolute;
    left: clamp(18px, 3.5vw, 44px);
    bottom: clamp(18px, 3.5vw, 44px);
    width: min(420px, 62%);
    z-index: 2;
    padding: clamp(16px, 1.6vw, 22px);
    border-radius: var(--radius-lg);
    background: var(--dh-bone-70);
    backdrop-filter: blur(28px) saturate(140%);
    -webkit-backdrop-filter: blur(28px) saturate(140%);
    border: 1px solid var(--border-glass);
    box-shadow: 0 12px 36px rgba(53, 48, 51, 0.22), inset 0 1px 0 rgba(255,255,255,0.55);
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--fg);
  }
  .day-overlay__head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
  }
  .day-overlay__av {
    width: 28px; height: 28px;
    border-radius: 999px;
    background: var(--dh-charcoal);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .day-overlay__av svg { width: 18px; height: 18px; display: block; }
  .day-overlay__name {
    font-family: var(--font-display);
    font-size: 15px;
    letter-spacing: -0.005em;
    color: var(--fg);
  }
  .day-overlay__name em { font-family: var(--font-accent); font-style: italic; }
  .day-overlay__status {
    margin-left: auto;
    font-size: 11px;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--dh-sage);
    display: inline-flex; align-items: center; gap: 6px;
  }
  .day-overlay__status::before {
    content: "";
    width: 6px; height: 6px; border-radius: 999px;
    background: var(--dh-sage);
    box-shadow: 0 0 0 3px rgba(135,150,131,0.22);
  }
  .day-bubble {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(241,241,239,0.85);
    border: 1px solid var(--border);
    color: var(--fg);
    align-self: flex-start;
    max-width: 92%;
    border-bottom-left-radius: 6px;
  }
  .day-bubble em { font-family: var(--font-accent); font-style: italic; }
  .day-bubble--you {
    align-self: flex-end;
    background: var(--dh-charcoal);
    color: var(--dh-bone);
    border-color: transparent;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 14px;
  }
  .day-signals {
    display: flex;
    gap: 8px;
    margin-top: 2px;
  }
  .day-signal {
    flex: 1;
    background: rgba(241,241,239,0.55);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 8px 10px;
    display: flex; flex-direction: column; gap: 4px;
  }
  .day-signal__label {
    font-size: 10px;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--fg-subtle);
  }
  .day-signal__val {
    font-family: var(--font-display);
    font-size: 16px;
    color: var(--fg);
    line-height: 1;
  }
  .day-signal__bar {
    height: 3px;
    border-radius: 999px;
    background: rgba(53,48,51,0.12);
    overflow: hidden;
  }
  .day-signal__bar::after {
    content: "";
    display: block;
    height: 100%;
    width: var(--fill, 60%);
    background: var(--dh-ocean);
    border-radius: 999px;
  }
  .day-signal--warn .day-signal__bar::after { background: var(--dh-cinnamon); }
  .day-signal--ok .day-signal__bar::after { background: var(--dh-sage); }

  /* ---------- SECTION 2: FOUNDATIONAL CLAIM (ocean-tinted research feel) ---------- */
  .foundation {
    padding-bottom: clamp(64px, 8vw, 104px);
    position: relative;
  }
  .foundation .eyebrow { color: var(--dh-ocean); }
  .foundation .eyebrow::before { background: var(--dh-ocean); opacity: 0.85; }

  .publications {
    margin-top: 2.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
  }

  /* Publications as a research-data grid — ocean-tinted cards, not a magazine list */
  .pub-grid {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  @media (max-width: 720px) {
    .pub-grid { grid-template-columns: 1fr; }
  }
  .pub {
    list-style: none;
  }
  .pub__link {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 0.7rem;
    align-items: start;
    text-decoration: none;
    padding: 1.6rem 1.5rem 1.3rem;
    border-radius: var(--radius-md);
    /* Subtle ocean depth gradient on regular publications */
    background:
      radial-gradient(120% 80% at 90% -10%, rgba(205, 217, 224, 0.18) 0%, rgba(205, 217, 224, 0) 50%),
      linear-gradient(150deg, #045278 0%, #034366 45%, #022a44 100%);
    color: var(--dh-bone);
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 280ms ease, box-shadow 280ms ease;
    isolation: isolate;
    border: 1px solid rgba(241, 241, 239, 0.06);
  }
  .pub__link::before {
    /* Subtle paper grain so the ocean blue doesn't feel digital-slick */
    content: "";
    position: absolute; inset: 0;
    pointer-events: none;
    background-image:
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/></svg>");
    background-size: 300px 300px;
    mix-blend-mode: soft-light;
    z-index: -1;
  }
  .pub__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(3, 67, 102, 0.22);
  }
  .pub__link:hover .pub__arrow {
    transform: translate(2px, -2px);
  }
  .pub__top {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .pub__num {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 500;
    color: var(--dh-bone);
    letter-spacing: 0.04em;
    padding: 4px 9px;
    border: 1px solid rgba(241, 241, 239, 0.35);
    border-radius: 999px;
    background: rgba(241, 241, 239, 0.08);
  }
  .pub__journal {
    font-size: 11px;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--dh-bone);
    opacity: 0.72;
    font-weight: 500;
  }
  .pub__title {
    font-family: var(--font-display);
    font-size: 19px;
    line-height: 1.18;
    font-weight: 500;
    color: var(--dh-bone);
    letter-spacing: -0.01em;
  }
  .pub__meta {
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--dh-bone);
    opacity: 0.78;
  }
  .pub__meta em {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
  }
  .pub__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(241, 241, 239, 0.18);
  }
  .pub__year {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--dh-bone);
    letter-spacing: -0.01em;
  }
  .pub__arrow {
    width: 32px; height: 32px;
    border-radius: 999px;
    background: rgba(241, 241, 239, 0.08);
    border: 1px solid rgba(241, 241, 239, 0.25);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--dh-bone);
    font-size: 13px;
    transition: transform 260ms ease, background 260ms ease;
    line-height: 1;
  }

  /* --- Featured (latest) publication --- */
  .pub--featured {
    grid-column: span 2;
  }
  @media (max-width: 720px) {
    .pub--featured { grid-column: span 1; }
  }
  .pub--featured .pub__link {
    background:
      radial-gradient(80% 100% at 100% 0%, rgba(171, 80, 45, 0.55) 0%, rgba(171, 80, 45, 0) 55%),
      radial-gradient(60% 100% at 0% 100%, rgba(205, 217, 224, 0.18) 0%, rgba(205, 217, 224, 0) 60%),
      linear-gradient(135deg, #034366 0%, #052f4d 50%, #1a1428 100%);
    padding: 1.9rem 1.9rem 1.6rem;
    border: 1px solid rgba(171, 80, 45, 0.45);
    box-shadow: 0 1px 0 rgba(171, 80, 45, 0.18), 0 22px 48px rgba(3, 67, 102, 0.22);
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.9rem 2rem;
    align-items: start;
  }
  @media (max-width: 720px) {
    .pub--featured .pub__link {
      grid-template-columns: 1fr;
      gap: 0.7rem;
      padding: 1.6rem 1.5rem 1.3rem;
    }
  }
  .pub--featured .pub__top { grid-column: 1 / -1; }
  .pub--featured .pub__title {
    grid-column: 1;
    font-size: 24px;
    line-height: 1.16;
  }
  .pub--featured .pub__meta {
    grid-column: 1;
    align-self: end;
  }
  .pub--featured .pub__foot {
    grid-column: 2;
    grid-row: 2 / span 2;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    gap: 0.9rem;
  }
  @media (max-width: 720px) {
    .pub--featured .pub__title { grid-column: 1; font-size: 19px; }
    .pub--featured .pub__meta { grid-column: 1; }
    .pub--featured .pub__foot {
      grid-column: 1;
      grid-row: auto;
      flex-direction: row;
      align-items: center;
      height: auto;
      border-top: 1px solid rgba(241, 241, 239, 0.18);
      padding-top: 0.9rem;
      margin-top: 0.4rem;
    }
  }
  .pub--featured .pub__year {
    font-size: 56px;
    line-height: 1;
    color: var(--dh-bone);
    letter-spacing: -0.02em;
  }
  @media (max-width: 720px) {
    .pub--featured .pub__year { font-size: 18px; }
  }
  .pub--featured .pub__arrow {
    width: 38px; height: 38px;
    background: var(--dh-cinnamon);
    border-color: transparent;
    color: var(--dh-bone);
    font-size: 15px;
  }
  .pub--featured .pub__link:hover .pub__arrow {
    background: #B85A33;
  }

  .pub__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--dh-bone);
    padding: 6px 10px 6px 8px;
    border-radius: 999px;
    background: var(--dh-cinnamon);
    box-shadow: 0 0 0 1px rgba(241, 241, 239, 0.15) inset, 0 4px 14px rgba(171, 80, 45, 0.35);
  }
  .pub__badge::before {
    content: "";
    width: 6px; height: 6px; border-radius: 999px;
    background: var(--dh-bone);
    box-shadow: 0 0 0 3px rgba(241, 241, 239, 0.25);
  }

  /* ---------- SECTION 3: TRANSDISCIPLINARY (Sage) ---------- */
  .transdisciplinary {
    padding-top: clamp(72px, 9vw, 120px);
    padding-bottom: clamp(72px, 9vw, 120px);
  }

  .field-grid {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
  }
  .field {
    border-top: 1px solid rgba(241, 241, 239, 0.4);
    padding-top: 1rem;
  }
  .field__num {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 500;
    color: var(--dh-bone);
    opacity: 0.55;
    margin-bottom: 0.9rem;
  }
  .field__title {
    font-size: 16px;
    font-weight: 500;
    color: var(--dh-bone);
    margin-bottom: 0.6rem;
  }
  .field__desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--dh-bone);
    opacity: 0.86;
  }

  /* ---------- SECTION 4: PLATFORM ---------- */
  .platform {
    padding-top: clamp(72px, 9vw, 120px);
    padding-bottom: clamp(56px, 7vw, 96px);
  }

  .available-now {
    margin-top: 2rem;
    border-left: 2px solid var(--dh-cinnamon);
    padding: 0.4rem 0 0.4rem 1.4rem;
    max-width: 540px;
  }
  .available-now .small-label {
    color: var(--dh-cinnamon);
    margin-bottom: 0.5rem;
    display: block;
  }

  /* ---------- SECTION 5: PROBLEM ---------- */
  .problem {
    padding-top: clamp(56px, 7vw, 88px);
    padding-bottom: clamp(56px, 7vw, 88px);
    border-top: 1px solid var(--border);
  }

  /* Big Domaine stat pulled from the prose — anchors the section visually */
  .stat-pull {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(20px, 3vw, 40px);
    align-items: end;
    margin: 0 0 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
    max-width: 720px;
  }
  .stat-pull__num {
    font-family: var(--font-display);
    font-size: clamp(96px, 12vw, 168px);
    font-weight: 500;
    color: var(--dh-cinnamon);
    line-height: 0.9;
    letter-spacing: -0.04em;
  }
  .stat-pull__num sup {
    font-size: 0.42em;
    color: var(--dh-cinnamon);
    opacity: 0.7;
    font-weight: 500;
    vertical-align: 0.6em;
    margin-left: 4px;
    letter-spacing: 0;
  }
  .stat-pull__label {
    font-family: var(--font-display);
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 500;
    line-height: 1.15;
    color: var(--fg);
    letter-spacing: var(--tracking-tight);
    padding-bottom: 0.6rem;
  }
  .stat-pull__label em {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
  }
  @media (max-width: 540px) {
    .stat-pull { grid-template-columns: 1fr; align-items: start; gap: 8px; }
  }

  /* Platform plan tile — a small product surface inside a prose section */
  .platform-tile {
    margin: 2rem 0 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem 2rem;
    align-items: end;
    max-width: 560px;
    padding: 1.4rem 1.6rem;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: 0 1px 0 var(--dh-charcoal-08), 0 18px 36px rgba(53, 48, 51, 0.06);
    position: relative;
    overflow: hidden;
  }
  .platform-tile::before {
    content: "";
    position: absolute;
    top: 0; right: 0; width: 38%; height: 100%;
    pointer-events: none;
    background:
      radial-gradient(80% 100% at 100% 50%, rgba(3, 67, 102, 0.06) 0%, rgba(3, 67, 102, 0) 70%);
  }
  .platform-tile__eyebrow {
    font-size: 11px;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--dh-ocean);
    font-weight: 500;
    margin-bottom: 0.6rem;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .platform-tile__eyebrow::before {
    content: "";
    width: 18px; height: 1px; background: currentColor; opacity: 0.6;
  }
  .platform-tile__title {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 500;
    color: var(--fg);
    letter-spacing: -0.015em;
    line-height: 1.18;
    margin-bottom: 0.45rem;
  }
  .platform-tile__title em {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
  }
  .platform-tile__meta {
    font-size: 13px;
    color: var(--fg-subtle);
    line-height: 1.5;
  }
  .platform-tile__signals {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 120px;
  }
  .platform-tile__sig {
    display: grid;
    grid-template-columns: 32px 1fr auto;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--fg-subtle);
  }
  .platform-tile__bar {
    height: 3px;
    border-radius: 999px;
    background: rgba(53,48,51,0.10);
    position: relative;
    overflow: hidden;
  }
  .platform-tile__bar::after {
    content: "";
    position: absolute; inset: 0;
    width: var(--fill, 60%);
    background: var(--dh-ocean);
    border-radius: 999px;
  }
  .platform-tile__sig--warn .platform-tile__bar::after { background: var(--dh-cinnamon); }
  .platform-tile__sig--ok .platform-tile__bar::after { background: var(--dh-sage); }
  .platform-tile__sig-val {
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--fg);
    text-transform: none;
    letter-spacing: 0;
  }
  @media (max-width: 540px) {
    .platform-tile { grid-template-columns: 1fr; }
  }

  /* ---------- SECTION 6: PROGRAM (Sage) ---------- */
  .program {
    padding-top: clamp(72px, 9vw, 120px);
    padding-bottom: clamp(72px, 9vw, 120px);
  }

  .pillars {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .pillar {
    border-top: 1px solid rgba(241, 241, 239, 0.45);
    padding-top: 1rem;
  }
  .pillar__title {
    font-size: 16px;
    font-weight: 500;
    color: var(--dh-bone);
    margin-bottom: 0.55rem;
  }
  .pillar__desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--dh-bone);
    opacity: 0.86;
  }

  .steps {
    margin-top: 1rem;
    margin-bottom: 4rem;
    max-width: 760px;
  }
  .step {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(241, 241, 239, 0.35);
  }
  .step:last-child { border-bottom: none; }
  .step__num {
    font-family: var(--font-display);
    font-size: clamp(34px, 4vw, 44px);
    font-weight: 500;
    color: var(--dh-bone);
    opacity: 0.55;
    line-height: 1;
  }
  .step__title {
    font-size: 17px;
    font-weight: 500;
    color: var(--dh-bone);
    margin-bottom: 0.45rem;
  }
  .step__desc {
    font-size: 15px;
    line-height: 1.65;
    color: var(--dh-bone);
    opacity: 0.9;
  }

  /* Pricing — glassmorphic, on sage */
  .pricing {
    background: var(--dh-bone-90);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    color: var(--fg);
    border-radius: var(--radius-md);
    padding: clamp(28px, 3vw, 44px);
    max-width: 560px;
    box-shadow: 0 1px 0 rgba(53, 48, 51, 0.06), 0 24px 48px rgba(0, 0, 0, 0.10), inset 0 1px 0 rgba(255,255,255,0.4);
    position: relative;
    border: 1px solid var(--border-glass);
  }
  .pricing__label {
    color: var(--dh-cinnamon);
    margin-bottom: 1rem;
    display: block;
  }
  .pricing__amount {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.25rem;
  }
  .pricing__price {
    font-family: var(--font-display);
    font-size: clamp(48px, 5vw, 64px);
    font-weight: 500;
    color: var(--dh-charcoal);
    line-height: 1;
    letter-spacing: var(--tracking-tight);
  }
  .pricing__future {
    font-family: var(--font-accent);
    font-style: italic;
    font-size: 14px;
    color: var(--fg-subtle);
  }
  .pricing__desc {
    font-size: 15px;
    line-height: 1.65;
    color: var(--fg-muted);
    margin-bottom: 1.75rem;
  }
  .pricing__disclaimer {
    margin-top: 1.5rem;
    font-family: var(--font-accent);
    font-style: italic;
    font-size: 13px;
    line-height: 1.55;
    color: var(--fg-subtle);
  }

  /* ---------- SECTION 8: INVESTORS ---------- */
  .investors {
    padding-top: clamp(56px, 7vw, 88px);
    padding-bottom: clamp(56px, 7vw, 88px);
    border-top: 1px solid var(--border);
  }

  /* ---------- FOOTER ---------- */
  .footer {
    padding: clamp(56px, 6vw, 88px) var(--gutter) clamp(40px, 4vw, 56px);
  }

  .footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: clamp(32px, 5vw, 80px);
    align-items: start;
    max-width: var(--max-page);
    margin: 0 auto;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(241, 241, 239, 0.18);
  }

  .footer__about {
    font-size: 15px;
    line-height: 1.7;
    color: var(--dh-bone);
    opacity: 0.85;
    max-width: 520px;
  }
  .footer__about strong {
    font-weight: 500;
    color: var(--dh-bone);
    opacity: 1;
  }

  .footer__brand {
    text-align: right;
    line-height: 0;
  }
  .footer__logo {
    height: clamp(42px, 4.8vw, 60px);
    width: auto;
    display: inline-block;
  }

  .footer__bottom {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    color: var(--dh-bone);
    opacity: 0.7;
  }
  .footer__links { display: flex; gap: 1.25rem; }
  .footer__links a:hover { opacity: 1; color: var(--dh-bone); }

  /* ---------- Reveal ---------- */
  .reveal {
    opacity: 0;
    transform: translateY(8px);
    animation: rise 900ms cubic-bezier(0.2, 0.6, 0.2, 1) forwards;
  }
  .reveal:nth-child(1) { animation-delay: 100ms; }
  .reveal:nth-child(2) { animation-delay: 200ms; }
  .reveal:nth-child(3) { animation-delay: 300ms; }
  .reveal:nth-child(4) { animation-delay: 400ms; }
  @keyframes rise {
    to { opacity: 1; transform: translateY(0); }
  }
  @media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; animation: none; }
    * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 720px) {
    .nav__links { gap: 1rem; font-size: 12.5px; }
    .nav__logo { height: 24px; }
    .footer__grid { grid-template-columns: 1fr; }
    .footer__brand { text-align: left; }
    .step { grid-template-columns: 56px 1fr; gap: 1rem; }
    .hero-stage { min-height: 520px; }
  }

  @media (max-width: 480px) {
    .nav { padding-top: 0.9rem; padding-bottom: 0.9rem; }
    .nav__links { gap: 0.8rem; font-size: 12px; }
    .hero__ctas { gap: 0.9rem; }
    .pricing__amount { flex-wrap: wrap; gap: 0.5rem; }
  }

  /* =========================================================
     PAGE TEMPLATE — applies to non-landing pages
     ========================================================= */
  .page-hero {
    padding-top: clamp(7rem, 14vh, 10rem);
    padding-bottom: clamp(3rem, 7vh, 5rem);
  }
  .page-hero .eyebrow { margin-bottom: 1.25rem; }
  .page-hero__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2.4rem, 5.4vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: var(--tracking-tight);
    margin-bottom: 1.5rem;
  }
  .page-hero__title .ital {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
  }
  .page-hero__lede {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    line-height: 1.35;
    color: var(--fg-muted);
    max-width: 640px;
  }
  .page-section {
    padding-top: clamp(2.5rem, 5vh, 4rem);
    padding-bottom: clamp(3.5rem, 8vh, 6rem);
  }
  .page-section + .page-section {
    border-top: 1px solid var(--border);
  }
  .prose { max-width: var(--max-text); }
  .prose h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    line-height: 1.15;
    letter-spacing: var(--tracking-tight);
    margin-top: 2.5rem;
    margin-bottom: 0.85rem;
  }
  .prose h3 .ital {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
  }
  .prose p {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--fg-muted);
    margin-bottom: 1.1rem;
    text-wrap: pretty;
  }
  .prose p + p { margin-top: -0.1rem; }
  .prose ul {
    list-style: none;
    padding-left: 0;
    margin: 1.25rem 0 1.5rem;
  }
  .prose ul li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: var(--fg-muted);
    margin-bottom: 0.55rem;
  }
  .prose ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 0.7rem;
    height: 1px;
    background: var(--dh-cinnamon);
  }
  .prose strong { color: var(--fg); font-weight: 600; }

  /* =========================================================
     FORM — used by contact + apply pages
     ========================================================= */
  .form {
    max-width: 620px;
    display: grid;
    gap: 1.25rem;
  }
  .form__row {
    display: grid;
    gap: 0.45rem;
  }
  .form__row--two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
  @media (max-width: 560px) {
    .form__row--two { grid-template-columns: 1fr; }
  }
  .form__label {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--fg-muted);
  }
  .form__hint {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: var(--fg-subtle);
    margin-top: 0.25rem;
  }
  .form__input,
  .form__select,
  .form__textarea {
    width: 100%;
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--fg);
    background: #FAFAF8;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 0.85rem 1rem;
    line-height: 1.4;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
    -webkit-appearance: none;
    appearance: none;
  }
  .form__textarea {
    min-height: 9rem;
    resize: vertical;
    font-family: var(--font-body);
  }
  .form__select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%234D423D' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    cursor: pointer;
  }
  .form__input:hover,
  .form__select:hover,
  .form__textarea:hover { border-color: var(--border-strong); }
  .form__input:focus,
  .form__select:focus,
  .form__textarea:focus {
    outline: none;
    border-color: var(--dh-ocean);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(3, 67, 102, 0.12);
  }
  .form__input::placeholder,
  .form__textarea::placeholder { color: var(--fg-subtle); }
  .form__check {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.92rem;
    line-height: 1.45;
    color: var(--fg-muted);
  }
  .form__check input[type="checkbox"] {
    margin-top: 0.25rem;
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--dh-cinnamon);
    flex: 0 0 auto;
  }
  .form__hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .form__submit-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: center;
    margin-top: 0.5rem;
  }
  .form__note {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: var(--fg-subtle);
    max-width: 38ch;
  }

  /* Success state shown after Netlify form submit */
  .form-success {
    border: 1px solid var(--border);
    background: #FAFAF8;
    border-radius: var(--radius-lg);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    max-width: 620px;
  }
  .form-success__eyebrow {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--dh-cinnamon);
    margin-bottom: 0.85rem;
  }
  .form-success__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.6rem, 3vw, 2rem);
    line-height: 1.15;
    letter-spacing: var(--tracking-tight);
    margin-bottom: 0.75rem;
  }
  .form-success__title .ital {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
  }
  .form-success p {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--fg-muted);
  }


  /* =========================================================
     ABOUT PAGE — team cards, big stat blocks
     ========================================================= */
  .about-statement {
    max-width: var(--max-text);
  }
  .about-statement p {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--fg-muted);
    margin-bottom: 1.1rem;
    text-wrap: pretty;
  }
  .about-statement p:last-child { margin-bottom: 0; }
  .about-statement em,
  .about-statement strong em {
    font-family: var(--font-accent);
    font-style: italic;
    color: var(--fg);
    font-weight: 400;
  }

  .why-pull {
    border-left: 2px solid var(--dh-cinnamon);
    padding: 0.25rem 0 0.25rem 1.5rem;
    margin: 1.5rem 0;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.25rem, 2.2vw, 1.6rem);
    line-height: 1.3;
    letter-spacing: var(--tracking-tight);
    color: var(--fg);
    max-width: 32ch;
  }

  .team-grid {
    display: grid;
    gap: clamp(2rem, 3.5vw, 3rem);
    max-width: 940px;
  }
  .team-card {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: clamp(1.25rem, 3vw, 2rem);
    padding-bottom: clamp(2rem, 3.5vw, 2.75rem);
    border-bottom: 1px solid var(--border);
  }
  .team-card:last-child { border-bottom: none; padding-bottom: 0; }

  .team-card__avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    --avatar-from: #b4c0ad;
    --avatar-mid:  #879683;
    --avatar-to:   #3B423C;
    background:
      radial-gradient(120% 100% at 50% 110%,
        var(--avatar-from) 0%,
        var(--avatar-mid) 60%,
        var(--avatar-to) 100%);
    color: var(--dh-bone);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 1.65rem;
    letter-spacing: 0.02em;
    flex: 0 0 96px;
    position: relative;
    overflow: hidden;
  }
  .team-card__avatar::after {
    content: "";
    position: absolute; inset: 0;
    background-image:
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/></svg>");
    mix-blend-mode: soft-light;
    pointer-events: none;
  }
  .team-card__name {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.5rem, 2.4vw, 1.85rem);
    line-height: 1.15;
    letter-spacing: var(--tracking-tight);
    margin-bottom: 0.2rem;
  }
  .team-card__title {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--dh-cinnamon);
    margin-bottom: 0.9rem;
  }
  .team-card__bio {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: var(--fg-muted);
    text-wrap: pretty;
    max-width: 60ch;
  }

  @media (max-width: 600px) {
    .team-card {
      grid-template-columns: 72px 1fr;
      gap: 1.25rem;
    }
    .team-card__avatar {
      width: 72px;
      height: 72px;
      flex: 0 0 72px;
      font-size: 1.3rem;
    }
  }


  /* =========================================================
     HEALING AT HOME PAGE — phases, fit panel, cohort pricing
     ========================================================= */
  .phases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    margin-top: 3rem;
    position: relative;
  }
  /* Connecting hairline between phase numbers */
  .phases::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(to right,
      transparent 0%,
      var(--border-strong) 12%,
      var(--border-strong) 88%,
      transparent 100%);
    z-index: 0;
  }
  .phase {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .phase__num {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--bg);
    border: 1px solid var(--border-strong);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 1rem;
    color: var(--fg);
    margin-bottom: 1.25rem;
  }
  .phase__label {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--dh-cinnamon);
    margin-bottom: 0.55rem;
  }
  .phase__weeks {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
    font-size: 1.05rem;
    color: var(--fg-muted);
    margin-bottom: 0.55rem;
  }
  .phase__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    line-height: 1.15;
    letter-spacing: var(--tracking-tight);
    color: var(--fg);
  }
  @media (max-width: 720px) {
    .phases {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    .phases::before { display: none; }
    .phase {
      padding: 1.5rem;
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      background: #FAFAF8;
    }
  }

  /* Fit / honesty panel — quiet inverted band */
  .fit-band {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: #FAFAF8;
  }

  /* Cohort pricing — extended pricing card with stats grid */
  .cohort-card {
    background: var(--dh-bone);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: clamp(2rem, 4vw, 3rem);
    max-width: 760px;
    margin-top: 2.5rem;
  }
  .cohort-card__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 1.75rem;
  }
  .cohort-card__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.5rem, 2.4vw, 1.85rem);
    line-height: 1.1;
    letter-spacing: var(--tracking-tight);
  }
  .cohort-card__title .ital {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
  }
  .cohort-card__price {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
  }
  .cohort-card__price-num {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2rem, 3.6vw, 2.8rem);
    line-height: 1;
    letter-spacing: var(--tracking-tight);
    color: var(--fg);
  }
  .cohort-card__price-note {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--fg-muted);
    max-width: 24ch;
    line-height: 1.35;
  }
  .cohort-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 1.5rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 1.75rem;
  }
  .cohort-stat__label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--fg-subtle);
    margin-bottom: 0.4rem;
  }
  .cohort-stat__value {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.1rem, 1.8vw, 1.35rem);
    line-height: 1.2;
    letter-spacing: var(--tracking-tight);
    color: var(--fg);
  }
  @media (max-width: 560px) {
    .cohort-stats {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .cohort-card__head {
      align-items: flex-start;
      flex-direction: column;
    }
  }


  /* =========================================================
     RESEARCH PAGE
     ========================================================= */

  /* Highlighted pullquote / callout — used for "Healthcare, 2026" */
  .research-callout {
    margin-top: 2.5rem;
    padding: clamp(1.75rem, 3.5vw, 2.5rem);
    border: 1px solid var(--border);
    border-left: 3px solid var(--dh-cinnamon);
    background: #FAFAF8;
    border-radius: var(--radius-md);
    max-width: 680px;
  }
  .research-callout__label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--dh-cinnamon);
    margin-bottom: 0.85rem;
  }
  .research-callout__body {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.05rem, 1.7vw, 1.2rem);
    line-height: 1.45;
    color: var(--fg);
    text-wrap: pretty;
  }
  .research-callout__body em {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
  }

  /* Three-pillar cards on research page (richer than the program-page pillars) */
  .pillar-deep-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5rem, 2.5vw, 2.25rem);
    margin-top: 3rem;
  }
  .pillar-deep {
    display: flex;
    flex-direction: column;
  }
  .pillar-deep__num {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
    font-size: 1.15rem;
    color: var(--dh-cinnamon);
    margin-bottom: 0.75rem;
  }
  .pillar-deep__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.35rem, 2.2vw, 1.65rem);
    line-height: 1.15;
    letter-spacing: var(--tracking-tight);
    color: var(--fg);
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 1.1rem;
  }
  .pillar-deep__lead {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--fg);
    margin-bottom: 0.95rem;
    text-wrap: pretty;
  }
  .pillar-deep__detail {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--fg-muted);
    text-wrap: pretty;
  }
  /* Sage / dark ground — flip pillar text to bone */
  .ground--sage .pillar-deep__title,
  .ground--sage-gradient .pillar-deep__title,
  .ground--sage .pillar-deep__lead,
  .ground--sage-gradient .pillar-deep__lead { color: var(--dh-bone); }
  .ground--sage .pillar-deep__title,
  .ground--sage-gradient .pillar-deep__title { border-bottom-color: rgba(241, 241, 239, 0.25); }
  .ground--sage .pillar-deep__detail,
  .ground--sage-gradient .pillar-deep__detail { color: rgba(241, 241, 239, 0.78); }
  @media (max-width: 880px) {
    .pillar-deep-grid { grid-template-columns: 1fr; gap: 2rem; }
  }

  /* Mechanism flow — three stages connected by arrows */
  .mechanism {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: 0;
    margin-top: 3rem;
    max-width: 1080px;
  }
  .mech-stage {
    padding: 1.75rem;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-md);
    background: var(--bg-elevated);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .mech-stage__label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--fg-subtle);
    margin-bottom: 0.85rem;
  }
  .mech-stage__items {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.4;
    color: var(--fg);
    letter-spacing: var(--tracking-tight);
    text-wrap: pretty;
  }
  .mech-stage--accent {
    background: rgba(171, 80, 45, 0.08);
    border-color: rgba(171, 80, 45, 0.32);
  }
  .mech-stage--accent .mech-stage__label { color: var(--dh-cinnamon); }
  .mech-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    color: var(--dh-cinnamon);
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
  }
  @media (max-width: 900px) {
    .mechanism {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .mech-arrow {
      transform: rotate(90deg);
      padding: 0.25rem 0;
      justify-self: center;
    }
  }

  /* Publication list — detailed citation style for research page */
  .pub-list {
    list-style: none;
    padding: 0;
    margin-top: 2.5rem;
    display: grid;
    gap: 0;
  }
  .pub-list__item {
    padding: clamp(1.5rem, 2.5vw, 2rem) 0;
    border-bottom: 1px solid var(--border);
    display: grid;
    grid-template-columns: minmax(180px, 220px) 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
  }
  .pub-list__item:first-child {
    border-top: 1px solid var(--border-strong);
  }
  .pub-list__year-block {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .pub-list__year {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.65rem, 2.6vw, 2.1rem);
    line-height: 1;
    letter-spacing: var(--tracking-tight);
    color: var(--fg);
  }
  .pub-list__journal {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    color: var(--fg-muted);
    line-height: 1.3;
  }
  .pub-list__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.2rem, 1.9vw, 1.45rem);
    line-height: 1.25;
    letter-spacing: var(--tracking-tight);
    color: var(--fg);
    margin-bottom: 0.75rem;
    text-wrap: pretty;
  }
  .pub-list__authors {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--fg-muted);
    margin-bottom: 0.3rem;
  }
  .pub-list__citation {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--fg-subtle);
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .pub-list__cta {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--dh-cinnamon);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 160ms ease;
  }
  .pub-list__cta:hover { color: var(--fg); }
  @media (max-width: 720px) {
    .pub-list__item {
      grid-template-columns: 1fr;
      gap: 0.75rem;
    }
  }
