/* =========================================================================
   TORCH WELLNESS — Colors & Type Tokens
   Single source of truth for color and typography.
   ========================================================================= */

/* JetBrains Mono via CDN removed for offline/self-contained use; falls back to the system mono stack in --font-mono. */

/* Mona Sans — Brand display sans (wordmark, buttons, eyebrows, product H3–H5).
   Variable: width 75–125, weight 200–900. */
@font-face {
  font-family: "Mona Sans";
  src: url("assets/6d4e60cd-6460-40d8-bbdd-4819d6aa5e89.ttf") format("truetype-variations");
  font-weight: 200 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("assets/92bb03a4-7ec8-46dc-b607-3021fb1a2aed.ttf") format("truetype-variations");
  font-weight: 200 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}

/* Inter — UI body sans (default body copy, labels, data, table text).
   Variable: optical-size 14–32, weight 100–900. */
@font-face {
  font-family: "Inter";
  src: url("assets/5e2b8a2e-6ff0-4105-a36d-a2f8302095e8.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/6568ade2-6b63-40e0-a061-6ab5b622863d.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  /* ---------------------------------------------------------------------
     BRAND PALETTE (raw)
     Use semantic tokens below in product code; raw tokens for marketing.
     --------------------------------------------------------------------- */
  --tw-navy:           #0F2A44;   /* Primary Navy — headlines, deep grounds */
  --tw-blue:           #2D8CFF;   /* Clean Medical Blue — primary action */
  --tw-teal:           #1BC5BD;   /* Green-Teal — secondary action, success-ish */
  --tw-torch:          #FF7A00;   /* Torch Accent — flame, attention */
  --tw-coral:          #FFB3A7;   /* Soft Coral — warm accent */
  --tw-gold:           #FFD166;   /* Golden Yellow — highlight */

  --tw-ice:            #EAF4FF;   /* Light Blue Background */
  --tw-mint:           #E6FBF9;   /* Light Teal Background */
  --tw-cream:          #FFF6ED;   /* Warm Background */
  --tw-white:          #FFFFFF;
  --tw-black:          #0A1626;   /* Near-black for body text on light */

  /* Tints & shades — generated from primaries, oklch-balanced */
  --tw-navy-900:       #081627;
  --tw-navy-800:       #0F2A44;
  --tw-navy-700:       #1B3A5C;
  --tw-navy-600:       #2A4D74;
  --tw-navy-500:       #3F668F;
  --tw-navy-400:       #6E8AAA;
  --tw-navy-300:       #A1B5CA;
  --tw-navy-200:       #CCD8E5;
  --tw-navy-100:       #E2EAF2;
  --tw-navy-50:        #F2F6FA;

  --tw-blue-700:       #1A6FE0;
  --tw-blue-600:       #2380F2;
  --tw-blue-500:       #2D8CFF;
  --tw-blue-400:       #66AAFF;
  --tw-blue-300:       #99C5FF;
  --tw-blue-200:       #C5DEFF;
  --tw-blue-100:       --tw-ice;

  --tw-teal-700:       #129B95;
  --tw-teal-600:       #16B0A9;
  --tw-teal-500:       #1BC5BD;
  --tw-teal-400:       #4FD4CE;
  --tw-teal-300:       #88E2DD;
  --tw-teal-200:       #C0EFEC;

  --tw-torch-700:      #CC6200;
  --tw-torch-600:      #E66E00;
  --tw-torch-500:      #FF7A00;
  --tw-torch-400:      #FF9533;
  --tw-torch-300:      #FFB166;
  --tw-torch-200:      #FFD3A3;

  --tw-coral-500:      #FFB3A7;
  --tw-coral-300:      #FFCFC7;
  --tw-coral-200:      #FFE2DD;

  --tw-gold-500:       #FFD166;
  --tw-gold-300:       #FFE2A1;

  /* ---------------------------------------------------------------------
     NEUTRAL SCALE — warm-tinted greys that read clinical but not sterile
     --------------------------------------------------------------------- */
  --tw-n-0:            #FFFFFF;
  --tw-n-25:           #FBFCFD;
  --tw-n-50:           #F6F8FB;
  --tw-n-100:          #EDF1F6;
  --tw-n-200:          #DCE3EC;
  --tw-n-300:          #C2CCDA;
  --tw-n-400:          #8E9AAB;
  --tw-n-500:          #6B7686;
  --tw-n-600:          #4A5566;
  --tw-n-700:          #2F3B4D;
  --tw-n-800:          #1B2738;
  --tw-n-900:          #0F1A2A;

  /* ---------------------------------------------------------------------
     SEMANTIC TOKENS — use these in product code
     --------------------------------------------------------------------- */

  /* Surfaces / Backgrounds */
  --bg-page:           var(--tw-n-25);
  --bg-canvas:         var(--tw-white);
  --bg-subtle:         var(--tw-n-50);
  --bg-muted:          var(--tw-n-100);
  --bg-inverse:        var(--tw-navy-800);
  --bg-warm:           var(--tw-cream);
  --bg-cool:           var(--tw-ice);
  --bg-mint:           var(--tw-mint);

  /* Foregrounds / Text */
  --fg-1:              var(--tw-navy-900);   /* Primary text, headlines */
  --fg-2:              var(--tw-n-700);      /* Body text */
  --fg-3:              var(--tw-n-500);      /* Secondary, helper */
  --fg-4:              var(--tw-n-400);      /* Disabled, placeholders */
  --fg-on-dark:        var(--tw-white);
  --fg-on-dark-2:      rgba(255,255,255,0.72);
  --fg-on-dark-3:      rgba(255,255,255,0.48);

  /* Borders */
  --border-subtle:     var(--tw-n-100);
  --border-default:    var(--tw-n-200);
  --border-strong:     var(--tw-n-300);
  --border-on-dark:    rgba(255,255,255,0.12);

  /* Brand / Action */
  --action-primary:        var(--tw-navy-800);
  --action-primary-hover:  var(--tw-navy-700);
  --action-primary-active: var(--tw-navy-900);
  --action-primary-fg:     var(--tw-white);

  --action-accent:         var(--tw-torch-500);
  --action-accent-hover:   var(--tw-torch-600);
  --action-accent-active:  var(--tw-torch-700);
  --action-accent-fg:      var(--tw-white);

  --link:                  var(--tw-blue-600);
  --link-hover:            var(--tw-blue-700);

  /* Status */
  --status-info:           var(--tw-blue-500);
  --status-info-bg:        var(--tw-ice);
  --status-success:        var(--tw-teal-600);
  --status-success-bg:     var(--tw-mint);
  --status-warning:        #E89C00;
  --status-warning-bg:     #FFF4D6;
  --status-danger:         #D92D20;
  --status-danger-bg:      #FEE4E2;

  /* Focus */
  --focus-ring:            color-mix(in oklab, var(--tw-blue-500) 50%, transparent);

  /* ---------------------------------------------------------------------
     TYPOGRAPHY
     - Display:   Mona Sans (variable weight + width) — headlines, KPI numerals
     - UI / Body: Inter (variable opsz + weight) — body, labels, data
     - Mono:      JetBrains Mono — codes, IDs, dosages
     --------------------------------------------------------------------- */
  --font-display: "Mona Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;          /* Display headlines, KPI numerals */
  --font-brand:   "Mona Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;          /* Wordmark, buttons, eyebrows, product headings */
  --font-sans:    "Inter", "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;  /* Default body / UI / data */
  --font-mono:    "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;                    /* Numerals, codes, IDs */

  /* Type scale (rem-based, 1rem = 16px) */
  --fs-2xs:   0.6875rem;   /* 11 */
  --fs-xs:    0.75rem;     /* 12 */
  --fs-sm:    0.8125rem;   /* 13 */
  --fs-base:  0.9375rem;   /* 15 — comfortable body */
  --fs-md:    1rem;        /* 16 */
  --fs-lg:    1.125rem;    /* 18 */
  --fs-xl:    1.375rem;    /* 22 */
  --fs-2xl:   1.75rem;     /* 28 */
  --fs-3xl:   2.25rem;     /* 36 */
  --fs-4xl:   3rem;        /* 48 */
  --fs-5xl:   4rem;        /* 64 */
  --fs-6xl:   5.5rem;      /* 88 */

  --lh-tight:   1.1;
  --lh-snug:    1.25;
  --lh-normal:  1.5;
  --lh-relaxed: 1.65;

  --fw-regular:  400;
  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;
  --fw-black:    800;

  --tracking-tight:   -0.02em;
  --tracking-snug:    -0.01em;
  --tracking-normal:   0;
  --tracking-wide:     0.04em;
  --tracking-widest:   0.16em;     /* small caps, eyebrows */

  /* ---------------------------------------------------------------------
     SPACING (4px base)
     --------------------------------------------------------------------- */
  --space-0:  0;
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-7:  32px;
  --space-8:  40px;
  --space-9:  48px;
  --space-10: 64px;
  --space-11: 80px;
  --space-12: 96px;
  --space-13: 128px;

  /* Radii */
  --radius-xs:    4px;
  --radius-sm:    8px;
  --radius-md:    12px;
  --radius-lg:    16px;
  --radius-xl:    24px;
  --radius-2xl:   32px;
  --radius-pill:  999px;
  --radius-card:  20px;   /* default card */

  /* Shadows — soft, never harsh */
  --shadow-xs:  0 1px 2px rgba(15, 42, 68, 0.05);
  --shadow-sm:  0 2px 6px rgba(15, 42, 68, 0.06), 0 1px 2px rgba(15, 42, 68, 0.04);
  --shadow-md:  0 8px 20px rgba(15, 42, 68, 0.08), 0 2px 4px rgba(15, 42, 68, 0.04);
  --shadow-lg:  0 18px 40px rgba(15, 42, 68, 0.10), 0 4px 10px rgba(15, 42, 68, 0.05);
  --shadow-xl:  0 30px 60px rgba(15, 42, 68, 0.14), 0 10px 20px rgba(15, 42, 68, 0.06);
  --shadow-glow-torch: 0 8px 24px rgba(255, 122, 0, 0.28);
  --shadow-inset:      inset 0 1px 0 rgba(255,255,255,0.6);

  /* Motion */
  --ease-out:     cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out:  cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spring:  cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur-fast:     120ms;
  --dur-base:     200ms;
  --dur-slow:     360ms;
  --dur-page:     520ms;
}

/* =========================================================================
   SEMANTIC TYPE STYLES — apply these as classes or via tag mapping
   ========================================================================= */

.tw-eyebrow {
  font-family: var(--font-brand);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--tw-torch-600);
}

.tw-display-xl,
h1.tw-display {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5.5vw, var(--fs-6xl));
  font-weight: var(--fw-medium);
  line-height: var(--lh-tight);
  letter-spacing: -0.035em;
  color: var(--fg-1);
  text-wrap: balance;
}

.tw-display-lg {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, var(--fs-5xl));
  font-weight: var(--fw-medium);
  line-height: var(--lh-tight);
  letter-spacing: -0.03em;
  color: var(--fg-1);
  text-wrap: balance;
}

.tw-h1, h1 {
  font-family: var(--font-display);
  font-size: var(--fs-4xl);
  font-weight: var(--fw-medium);
  line-height: var(--lh-tight);
  letter-spacing: -0.025em;
  color: var(--fg-1);
  text-wrap: balance;
}

.tw-h2, h2 {
  font-family: var(--font-display);
  font-size: var(--fs-3xl);
  font-weight: var(--fw-medium);
  line-height: var(--lh-snug);
  letter-spacing: -0.02em;
  color: var(--fg-1);
  text-wrap: balance;
}

.tw-h3, h3 {
  font-family: var(--font-brand);
  font-size: var(--fs-2xl);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-snug);
  letter-spacing: var(--tracking-snug);
  color: var(--fg-1);
}

.tw-h4, h4 {
  font-family: var(--font-brand);
  font-size: var(--fs-xl);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-snug);
  color: var(--fg-1);
}

.tw-h5, h5 {
  font-family: var(--font-brand);
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-snug);
  color: var(--fg-1);
}

.tw-lead {
  font-family: var(--font-sans);
  font-size: var(--fs-lg);
  font-weight: var(--fw-regular);
  line-height: var(--lh-relaxed);
  color: var(--fg-2);
  text-wrap: pretty;
}

.tw-body, p {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  font-weight: var(--fw-regular);
  line-height: var(--lh-relaxed);
  color: var(--fg-2);
  text-wrap: pretty;
}

.tw-small, small {
  font-family: var(--font-sans);
  font-size: var(--fs-sm);
  line-height: var(--lh-normal);
  color: var(--fg-3);
}

.tw-micro {
  font-family: var(--font-sans);
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  line-height: var(--lh-normal);
  color: var(--fg-3);
}

.tw-mono, code, kbd {
  font-family: var(--font-mono);
  font-size: 0.9em;
  letter-spacing: 0;
  color: var(--fg-1);
}

.tw-label {
  font-family: var(--font-brand);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--fg-2);
  letter-spacing: 0;
}

/* Buttons + UI labels inherit the brand sans for a slightly more confident geometric tone */
.tw-ui {
  font-family: var(--font-brand);
  font-weight: var(--fw-semibold);
  letter-spacing: -0.005em;
}

/* Marketing italic pulled quote — Mona Sans italic */
.tw-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: var(--fw-medium);
  font-size: var(--fs-2xl);
  line-height: var(--lh-snug);
  letter-spacing: -0.02em;
  color: var(--fg-1);
}

/* Defaults */
html { color-scheme: light; }
body {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: var(--lh-relaxed);
  color: var(--fg-2);
  background: var(--bg-page);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--link); text-decoration: none; }
a:hover { color: var(--link-hover); text-decoration: underline; text-underline-offset: 3px; }


/* =========================================================================
   TORCH WELLNESS · Marketing site styles
   Shared across home / services / about / team / contact.
   ========================================================================= */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #fff; color: var(--fg-2); font-family: var(--font-sans); }
img, svg { max-width: 100%; display: block; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 32px; }

/* -------------------------------------------------------------------------
   NAV
   ------------------------------------------------------------------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: background var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out),
              backdrop-filter var(--dur-base) var(--ease-out);
}
.nav[data-mode="dark"] { background: transparent; }
.nav[data-mode="dark"] .nav-link,
.nav[data-mode="dark"] .nav-wm { color: rgba(255,255,255,0.85); }
.nav[data-mode="dark"] .nav-wm small { color: rgba(255,255,255,0.55); }
.nav[data-mode="dark"] .nav-signin { color: rgba(255,255,255,0.85); }

.nav[data-mode="solid"] {
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--border-subtle);
}
.nav[data-mode="solid"] .nav-wm { color: var(--tw-navy-900); }
.nav[data-mode="solid"] .nav-wm small { color: var(--tw-navy-500); }
.nav[data-mode="solid"] .nav-link { color: var(--fg-2); }
.nav[data-mode="solid"] .nav-signin { color: var(--fg-1); }
.nav[data-mode="solid"] .logo-light { display: none; }
.nav[data-mode="dark"] .logo-dark { display: none; }

.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-brand img { height: 34px; width: auto; }
.nav-wm {
  font-family: var(--font-brand);
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 15px;
  font-stretch: 100%;
  line-height: 1;
  color: var(--tw-navy-900);
}
.nav-wm small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.32em;
  margin-top: 4px;
  font-weight: 500;
  font-stretch: 110%;
}
.nav-links { display: flex; gap: 36px; }
.nav-link {
  font-family: var(--font-brand);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -0.005em;
  transition: color var(--dur-fast) var(--ease-out);
}
.nav-link:hover { color: var(--tw-torch-500); text-decoration: none; }
.nav-link.is-current { color: var(--tw-torch-500); }
.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-signin {
  font-family: var(--font-brand); font-size: 14px; font-weight: 500;
  text-decoration: none; letter-spacing: -0.005em;
}
.nav-signin:hover { text-decoration: none; color: var(--tw-torch-500); }

/* -------------------------------------------------------------------------
   BUTTONS
   ------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-brand);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.005em;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform var(--dur-fast) var(--ease-out),
              background var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out);
  white-space: nowrap;
}
.btn:active { transform: scale(0.98); }
.btn .arr { transition: transform var(--dur-base) var(--ease-out); }
.btn:hover .arr { transform: translateX(3px); }

.btn-primary { background: var(--tw-torch-500); color: #fff; box-shadow: var(--shadow-glow-torch); }
.btn-primary:hover { background: var(--tw-torch-600); color: #fff; text-decoration: none; }

.btn-navy { background: var(--tw-navy-800); color: #fff; }
.btn-navy:hover { background: var(--tw-navy-700); color: #fff; text-decoration: none; }

.btn-ghost-dark { background: transparent; color: #fff; border-color: rgba(255,255,255,0.22); }
.btn-ghost-dark:hover { background: rgba(255,255,255,0.06); color: #fff; text-decoration: none; }

.btn-ghost-light { background: transparent; color: var(--fg-1); border-color: var(--border-default); }
.btn-ghost-light:hover { background: var(--tw-n-50); color: var(--fg-1); text-decoration: none; }

.btn-text { background: transparent; color: var(--fg-1); padding: 8px 0; border-radius: 0; }
.btn-text:hover { color: var(--tw-torch-600); text-decoration: none; }

.btn-sm { padding: 10px 14px; font-size: 13px; }
.btn-lg { padding: 16px 26px; font-size: 15px; }

/* -------------------------------------------------------------------------
   EYEBROW
   ------------------------------------------------------------------------- */
.eyebrow {
  font-family: var(--font-brand);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tw-torch-600);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow .pip { width: 6px; height: 6px; border-radius: 999px; background: var(--tw-torch-500); display: inline-block; }
.eyebrow.on-dark { color: var(--tw-torch-400); }
.eyebrow.on-dark .pip { background: var(--tw-torch-400); }

/* -------------------------------------------------------------------------
   DISPLAY TYPE
   ------------------------------------------------------------------------- */
.display {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: var(--tw-navy-900);
  text-wrap: balance;
  margin: 0;
}
.display em { font-style: italic; color: var(--tw-torch-500); font-weight: 500; }
.display.on-dark { color: #fff; }
.display.on-dark em { color: var(--tw-torch-400); }

.display-xl { font-size: clamp(48px, 7vw, 104px); letter-spacing: -0.05em; }
.display-lg { font-size: clamp(40px, 5.4vw, 76px); letter-spacing: -0.04em; }
.display-md { font-size: clamp(32px, 4vw, 56px); letter-spacing: -0.035em; line-height: 1.04; }
.display-sm { font-size: clamp(26px, 2.8vw, 38px); letter-spacing: -0.025em; line-height: 1.1; }

.lead {
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0;
  text-wrap: pretty;
  max-width: 56ch;
}
.lead.on-dark { color: rgba(255,255,255,0.74); }

/* -------------------------------------------------------------------------
   SECTIONS
   ------------------------------------------------------------------------- */
section { position: relative; }
.section { padding: 120px 0; }
.section-tight { padding: 80px 0; }
.section.cream { background: var(--tw-cream); }
.section.ice { background: var(--tw-ice); }
.section.navy { background: var(--tw-navy-800); color: rgba(255,255,255,0.78); }
.section.navy h1, .section.navy h2, .section.navy h3, .section.navy h4 { color: #fff; }

.section-head { max-width: 720px; margin: 0 0 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 22px; }
.section-head h2 { margin: 0 0 18px; }
.section-head p { margin: 0; }

/* -------------------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------------------- */
.footer { background: var(--tw-navy-900); color: rgba(255,255,255,0.65); padding: 96px 0 40px; position: relative; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 56px; position: relative; }
.footer-brand .lockup { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.footer-brand .lockup img { height: 44px; width: auto; }
.footer-brand .lockup .wm {
  font-family: var(--font-brand);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1;
}
.footer-brand .lockup .wm small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.55);
  margin-top: 6px;
  font-weight: 500;
}
.footer-brand p { color: rgba(255,255,255,0.62); font-size: 14px; line-height: 1.6; margin: 0; max-width: 36ch; }
.footer h5 {
  font-family: var(--font-brand);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer a { color: rgba(255,255,255,0.72); font-size: 14px; text-decoration: none; transition: color var(--dur-fast) var(--ease-out); }
.footer a:hover { color: #fff; text-decoration: none; }
.footer-base {
  margin-top: 72px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: rgba(255,255,255,0.45);
  font-family: var(--font-brand);
}

/* -------------------------------------------------------------------------
   CTA STRIP (navy)
   ------------------------------------------------------------------------- */
.cta-strip { background: var(--tw-navy-800); padding: 120px 0; position: relative; overflow: hidden; }
.cta-strip-inner { position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: end; }
.cta-strip h2 { margin: 18px 0 0; }
.cta-strip .actions { display: flex; gap: 12px; justify-content: flex-end; }

/* -------------------------------------------------------------------------
   HERO (shared chrome)
   ------------------------------------------------------------------------- */
.page-hero { background: var(--tw-navy-900); padding: 160px 0 96px; position: relative; overflow: hidden; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,0.74); }

/* -------------------------------------------------------------------------
   PILL DIVIDER
   ------------------------------------------------------------------------- */
.rule {
  width: 48px; height: 4px; background: var(--tw-torch-500); border-radius: 999px;
  display: inline-block; margin-bottom: 22px;
}
.rule-thin { width: 32px; height: 2px; background: var(--tw-navy-400); border-radius: 999px; display: inline-block; }

/* -------------------------------------------------------------------------
   GENERIC UTILITY
   ------------------------------------------------------------------------- */
.mono {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.num {
  font-family: var(--font-display);
  font-weight: 600;
  font-feature-settings: "tnum" 1, "lnum" 1;
  letter-spacing: -0.035em;
}

/* divider between sections */
hr.section-rule { border: 0; height: 1px; background: var(--border-subtle); margin: 0; }

/* responsive */
@media (max-width: 1000px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-strip-inner { grid-template-columns: 1fr; }
  .cta-strip .actions { justify-content: flex-start; }
  .nav-links { display: none; }
}



    html, body { margin: 0; padding: 0; background: #fff; }
    #twSite { --hero-glow: #FF7A00; }
    /* desktop-only site: keep full nav + desktop grids at narrower preview widths */
    #twSite .nav-links { display: flex !important; }

    /* ---------- motion ---------- */
    @keyframes twFlameLift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
    @keyframes twGlowPulse { 0%,100% { opacity: .82; transform: translate(-50%,-50%) scale(1); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.06); } }
    @keyframes twPageIn { from { transform: translateY(12px); } to { transform: none; } }
    @keyframes twGhostDrift { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-14px) rotate(-6deg); } }

    .tw-page { animation: twPageIn .42s var(--ease-out); }

    [data-reveal] { transform: translateY(22px); transition: transform .62s var(--ease-out); }
    [data-reveal].is-visible { transform: none; }

    #twSite.tw-nomotion *, #twSite.tw-nomotion *::before, #twSite.tw-nomotion *::after { animation: none !important; }
    #twSite.tw-nomotion [data-reveal] { opacity: 1 !important; transform: none !important; }

    /* ---------- shared hero flame ghost on sub-pages ---------- */
    .hero-ghost { position: absolute; right: -60px; top: 50%; transform: translateY(-50%) rotate(-6deg); height: 460px; width: auto; opacity: .07; pointer-events: none; animation: twGhostDrift 9s var(--ease-in-out) infinite; z-index: 0; }
    .page-hero .container { position: relative; z-index: 1; }

    /* ============ HOME ============ */
    .home-hero { background: var(--tw-navy-900); color: rgba(255,255,255,0.82); padding: 150px 0 100px; position: relative; overflow: hidden; }
    .home-hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 200px; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.025)); pointer-events: none; }
    .hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; position: relative; }
    .hero-left { position: relative; z-index: 1; }
    .hero-display { font-family: var(--font-display); font-size: clamp(48px, 6.2vw, 90px); line-height: .98; letter-spacing: -0.05em; font-weight: 500; color: #fff; margin: 26px 0 26px; text-wrap: balance; }
    .hero-display em { font-style: italic; color: var(--tw-torch-400); font-weight: 500; }
    .hero-lead { font-size: 19px; line-height: 1.6; color: rgba(255,255,255,0.82); margin: 0 0 36px; max-width: 50ch; }
    .hero-actions { display: flex; gap: 12px; align-items: center; }

    .flame-stage { position: relative; display: flex; align-items: center; justify-content: center; min-height: 540px; width: 100%; }
    .flame-glow { position: absolute; top: 50%; left: 50%; width: 60%; height: 66%; transform: translate(-50%,-50%); background: radial-gradient(ellipse 50% 50% at center, color-mix(in srgb, var(--hero-glow) 92%, transparent) 0%, color-mix(in srgb, var(--hero-glow) 50%, transparent) 30%, color-mix(in srgb, var(--hero-glow) 18%, transparent) 55%, transparent 72%); filter: blur(26px); z-index: 0; animation: twGlowPulse 5s var(--ease-in-out) infinite; }
    .flame-stage::before { content: ""; position: absolute; top: 50%; left: 50%; width: 96%; height: 96%; transform: translate(-50%,-50%); background: radial-gradient(ellipse 50% 50% at center, color-mix(in srgb, var(--hero-glow) 30%, transparent) 0%, color-mix(in srgb, var(--hero-glow) 12%, transparent) 38%, transparent 66%); filter: blur(64px); z-index: 0; }
    .flame-mark { position: relative; z-index: 1; height: 500px; width: auto; filter: drop-shadow(0 22px 34px rgba(0,0,0,0.5)); animation: twFlameLift 7s var(--ease-in-out) infinite; }

    .services { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--border-subtle); border-radius: var(--radius-card); overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
    .svc { padding: 28px 22px; border-right: 1px solid var(--border-subtle); position: relative; transition: background var(--dur-base) var(--ease-out); text-decoration: none; display: block; }
    .svc:last-child { border-right: 0; }
    .svc:hover { background: var(--tw-cream); text-decoration: none; }
    .svc .code { font-family: var(--font-mono); font-size: 11px; font-weight: 500; color: var(--tw-torch-600); letter-spacing: .05em; display: inline-block; margin-bottom: 14px; }
    .svc .ttl { font-family: var(--font-brand); font-weight: 600; font-size: 17px; color: var(--tw-navy-900); margin-bottom: 4px; letter-spacing: -.01em; }
    .svc .ab { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--fg-3); margin-bottom: 14px; }
    .svc .ds { font-size: 13.5px; color: var(--fg-2); line-height: 1.55; }

    .three-col-plate { background: var(--tw-cream); padding: 96px 0; }
    .three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; }
    .col-num { font-family: var(--font-display); font-weight: 500; font-size: 56px; letter-spacing: -0.04em; color: var(--tw-navy-900); line-height: 1; font-feature-settings: "tnum" 1, "lnum" 1; margin-bottom: 22px; }
    .col-tag { font-family: var(--font-display); font-size: 24px; font-weight: 500; letter-spacing: -0.02em; color: var(--tw-navy-900); margin: 0 0 16px; line-height: 1.2; }
    .col-body { font-family: var(--font-sans); font-size: 16px; line-height: 1.65; color: var(--fg-2); margin: 0; max-width: 38ch; }

    .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; background: var(--border-subtle); border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--border-subtle); }
    .step { background: #fff; padding: 36px 28px; }
    .step .n { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--tw-torch-600); letter-spacing: 0.08em; margin-bottom: 28px; }
    .step h4 { font-family: var(--font-brand); font-size: 19px; font-weight: 600; color: var(--tw-navy-900); margin: 0 0 10px; letter-spacing: -0.01em; }
    .step p { font-size: 14px; line-height: 1.55; color: var(--fg-2); margin: 0; }

    .split { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--border-subtle); }
    .split > div { padding: 56px 48px; }
    .split .left { background: #fff; }
    .split .right { background: var(--tw-navy-800); color: #fff; }
    .split h4 { font-family: var(--font-brand); font-weight: 600; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 28px; }
    .split .left h4 { color: var(--tw-navy-500); }
    .split .right h4 { color: rgba(255,255,255,0.6); }
    .split ul { margin: 0; padding: 0; list-style: none; }
    .split li { font-family: var(--font-display); font-weight: 500; font-size: 23px; line-height: 1.3; letter-spacing: -0.015em; padding: 18px 0; border-top: 1px solid; display: flex; align-items: center; gap: 14px; }
    .split .left li { border-color: var(--border-subtle); color: var(--tw-navy-900); }
    .split .right li { border-color: rgba(255,255,255,0.1); color: #fff; }
    .split li:first-child { border-top: 0; }
    .split li .mk { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--fg-4); width: 24px; flex: 0 0 24px; }
    .split .right li .mk { color: var(--tw-torch-400); }

    .three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .vcard { background: #fff; border-radius: var(--radius-card); padding: 32px 28px; border: 1px solid var(--border-subtle); transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
    .vcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
    .vcard .vic { width: 44px; height: 44px; border-radius: 14px; background: var(--tw-cream); color: var(--tw-torch-600); display: grid; place-items: center; margin-bottom: 24px; }
    .vcard.alt-1 .vic { background: var(--tw-ice); color: var(--tw-blue-700); }
    .vcard.alt-2 .vic { background: var(--tw-mint); color: var(--tw-teal-700); }
    .vcard .vic svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
    .vcard h3 { font-family: var(--font-brand); font-weight: 600; font-size: 20px; color: var(--tw-navy-900); margin: 0 0 10px; letter-spacing: -0.01em; }
    .vcard p { font-size: 14.5px; color: var(--fg-2); line-height: 1.6; margin: 0; }
    .vcard hr { border: 0; height: 1px; background: var(--border-subtle); margin: 22px 0; }
    .vcard ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
    .vcard ul li { font-size: 13px; color: var(--fg-2); display: flex; align-items: center; gap: 10px; }
    .vcard ul li::before { content: ""; width: 5px; height: 5px; border-radius: 999px; background: var(--tw-torch-500); flex: 0 0 auto; }

    .quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .qcard { background: #fff; border-radius: var(--radius-card); border: 1px solid var(--border-subtle); padding: 32px; display: flex; flex-direction: column; }
    .qcard .qmark { font-family: var(--font-display); font-size: 52px; line-height: 0.4; color: var(--tw-torch-500); margin: 0 0 18px; font-style: italic; }
    .qcard blockquote { margin: 0; font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 19px; line-height: 1.4; color: var(--tw-navy-900); letter-spacing: -0.015em; flex: 1; }
    .qcard .att { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--border-subtle); }
    .qcard .att .nm { font-family: var(--font-brand); font-weight: 600; font-size: 14px; color: var(--tw-navy-900); }
    .qcard .att .rl { font-size: 12.5px; color: var(--fg-3); margin-top: 2px; }

    .evidence { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; align-items: end; }
    .metric { border-top: 1px solid rgba(255,255,255,0.18); padding-top: 28px; }
    .metric .v { font-family: var(--font-display); font-weight: 600; font-size: clamp(52px, 6.4vw, 88px); letter-spacing: -0.045em; color: #fff; line-height: 1; font-feature-settings: "tnum" 1, "lnum" 1; }
    .metric .v small { font-size: 0.5em; opacity: 0.6; font-weight: 500; margin-left: 4px; }
    .metric .v em { font-style: normal; color: var(--tw-torch-400); }
    .metric .l { margin-top: 14px; font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.5; max-width: 28ch; }

    .final-cta { background: var(--tw-cream); padding: 120px 0; position: relative; overflow: hidden; }
    .final-cta::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-8deg); width: 540px; height: 540px; background-image: url("assets/7a20c17b-da93-4d82-9712-0bb3cb885633.png"); background-size: contain; background-repeat: no-repeat; background-position: center; opacity: 0.04; pointer-events: none; }
    .final-cta-inner { position: relative; text-align: center; max-width: 720px; margin: 0 auto; }
    .final-cta h2 { margin: 22px 0 22px; }
    .final-cta p { margin: 0 auto 36px; max-width: 52ch; }
    .final-cta .actions { display: flex; gap: 12px; justify-content: center; }

    /* ============ SERVICES ============ */
    .svc-anchors { background: #fff; border-bottom: 1px solid var(--border-subtle); position: sticky; top: 76px; z-index: 20; }
    .svc-anchors-inner { display: flex; }
    .svc-anchors a { flex: 1; text-align: center; font-family: var(--font-brand); font-size: 13px; font-weight: 500; color: var(--fg-2); padding: 18px 12px; text-decoration: none; border-right: 1px solid var(--border-subtle); transition: color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out); position: relative; letter-spacing: -0.005em; white-space: nowrap; }
    .svc-anchors a:last-child { border-right: 0; }
    .svc-anchors a .code { font-family: var(--font-mono); font-size: 10px; color: var(--tw-torch-600); letter-spacing: 0.06em; margin-right: 8px; }
    .svc-anchors a:hover { background: var(--tw-cream); color: var(--fg-1); text-decoration: none; }

    .program { padding: 104px 0; border-bottom: 1px solid var(--border-subtle); }
    .program.tint { background: var(--tw-cream); border-bottom: 0; }
    .program-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: start; }
    .program-inner.reverse { grid-template-columns: 1.1fr 1fr; }
    .program-inner.reverse .program-right { order: -1; }
    .program-meta { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--tw-torch-600); margin-bottom: 24px; }
    .program-meta .div { width: 24px; height: 1px; background: var(--tw-torch-500); }
    .program-meta .pcode { color: var(--fg-3); }
    .program h2 { font-family: var(--font-display); font-size: clamp(36px, 4.4vw, 60px); font-weight: 500; line-height: 1; letter-spacing: -0.04em; color: var(--tw-navy-900); margin: 0 0 14px; text-wrap: balance; }
    .program h2 .ab { font-family: var(--font-display); font-style: italic; color: var(--tw-torch-500); margin-left: 6px; font-size: 0.62em; vertical-align: 0.18em; font-weight: 500; }
    .program .pdesc { font-size: 18px; line-height: 1.55; color: var(--fg-2); margin: 0 0 32px; max-width: 48ch; }
    .eligibility { margin-top: 20px; background: var(--tw-ice); border-radius: 16px; padding: 24px 28px; display: grid; grid-template-columns: 32px 1fr; gap: 16px; align-items: start; }
    .program.tint .eligibility { background: #fff; border: 1px solid var(--border-subtle); }
    .eligibility .ic { width: 32px; height: 32px; border-radius: 999px; background: var(--tw-blue-500); color: #fff; display: grid; place-items: center; }
    .eligibility .ic svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .eligibility h5 { font-family: var(--font-brand); font-weight: 600; font-size: 13px; color: var(--tw-navy-900); margin: 0 0 6px; }
    .eligibility p { font-size: 13.5px; color: var(--fg-2); line-height: 1.55; margin: 0; }
    .pblock { padding: 22px 0; border-top: 1px solid var(--border-subtle); }
    .pblock:first-of-type { border-top: 0; padding-top: 0; }
    .pblock h4 { font-family: var(--font-brand); font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--tw-navy-500); margin: 0 0 14px; }
    .pblock ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
    .pblock ul li { position: relative; padding-left: 28px; font-size: 14.5px; line-height: 1.5; color: var(--fg-2); }
    .pblock ul li::before { content: "\00B7"; position: absolute; left: 6px; top: 0; font-family: var(--font-mono); color: var(--tw-torch-500); font-size: 16px; line-height: 1.4; }
    .pblock ul li strong { color: var(--tw-navy-900); }

    .compare { padding: 120px 0; background: var(--tw-navy-900); color: rgba(255,255,255,0.82); }
    .compare h2 { color: #fff; }
    .compare-table { margin-top: 48px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-card); overflow: hidden; }
    .compare-table table { width: 100%; border-collapse: collapse; }
    .compare-table thead th { background: rgba(255,255,255,0.06); font-family: var(--font-brand); font-weight: 600; font-size: 13px; color: #fff; padding: 18px 20px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.14); }
    .compare-table thead th .ab { display: block; font-family: var(--font-mono); font-size: 10px; font-weight: 500; color: var(--tw-torch-400); letter-spacing: 0.1em; margin-top: 4px; }
    .compare-table tbody td { padding: 16px 20px; font-size: 13.5px; color: rgba(255,255,255,0.82); border-bottom: 1px solid rgba(255,255,255,0.08); border-right: 1px solid rgba(255,255,255,0.08); vertical-align: top; line-height: 1.5; }
    .compare-table tbody td:last-child { border-right: 0; }
    .compare-table tbody tr:last-child td { border-bottom: 0; }
    .compare-table tbody td:first-child { font-family: var(--font-brand); font-weight: 600; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.55); width: 140px; }
    .compare-table .ccode { font-family: var(--font-mono); font-size: 11px; color: var(--tw-torch-400); letter-spacing: 0.06em; }

    /* ============ ABOUT ============ */
    .mission { padding: 112px 0; }
    .mission-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
    .mission h2 { font-family: var(--font-display); font-size: clamp(36px, 4.4vw, 60px); line-height: 1; letter-spacing: -0.045em; font-weight: 500; color: var(--tw-navy-900); margin: 14px 0 0; }
    .mission h2 em { font-style: italic; color: var(--tw-torch-500); font-weight: 500; }
    .mission-body p { font-size: 18px; line-height: 1.6; color: var(--fg-2); margin: 0 0 22px; max-width: 60ch; }
    .mission-body p:last-child { margin-bottom: 0; }
    .mission-body p.drop { font-family: var(--font-display); font-size: 26px; line-height: 1.3; letter-spacing: -0.02em; font-weight: 500; color: var(--tw-navy-900); }
    .mission-body p.drop em { font-style: italic; color: var(--tw-torch-500); }

    .wedge { padding: 112px 0; background: var(--tw-cream); }
    .wedge-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
    .wedge h2 { font-family: var(--font-display); font-size: clamp(36px, 4.4vw, 56px); font-weight: 500; line-height: 1; letter-spacing: -0.04em; color: var(--tw-navy-900); margin: 14px 0 28px; text-wrap: balance; }
    .wedge p.wl { font-size: 18px; line-height: 1.6; color: var(--fg-2); margin: 0 0 24px; max-width: 52ch; }
    .wedge-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border-default); }
    .wedge-stats .v { font-family: var(--font-display); font-weight: 600; font-size: 48px; color: var(--tw-navy-900); letter-spacing: -0.035em; line-height: 1; }
    .wedge-stats .v em { font-style: normal; color: var(--tw-torch-500); }
    .wedge-stats .wsl { font-size: 13px; color: var(--fg-3); margin-top: 8px; line-height: 1.5; max-width: 24ch; }
    .wedge-visual { position: relative; height: 460px; background: var(--tw-navy-900); border-radius: var(--radius-card); overflow: hidden; display: grid; place-items: center; }
    .wedge-visual::before { content: ""; position: absolute; inset: 0; background-image: url("assets/2f0c7873-c8bf-4a43-9222-59b904f5af7b.png"); background-size: 78% auto; background-repeat: no-repeat; background-position: center; opacity: 0.16; }
    .wedge-visual .quote { position: relative; z-index: 1; padding: 48px; font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 25px; line-height: 1.3; letter-spacing: -0.02em; color: #fff; max-width: 400px; }
    .wedge-visual .quote::before { content: ""; width: 4px; height: 52px; background: var(--tw-torch-500); border-radius: 999px; display: block; margin-bottom: 22px; }
    .wedge-visual .quote cite { display: block; font-family: var(--font-brand); font-style: normal; font-weight: 500; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 28px; }

    .beliefs { padding: 112px 0; }
    .beliefs-grid { border-top: 1px solid var(--border-default); margin-top: 56px; }
    .belief { display: grid; grid-template-columns: 110px 1fr 1.4fr; gap: 56px; padding: 52px 0; border-bottom: 1px solid var(--border-default); align-items: start; }
    .belief .bn { font-family: var(--font-display); font-weight: 600; font-size: 36px; color: var(--tw-torch-500); letter-spacing: -0.03em; line-height: 1; }
    .belief h3 { font-family: var(--font-display); font-size: clamp(26px, 3vw, 38px); font-weight: 500; line-height: 1.05; letter-spacing: -0.03em; color: var(--tw-navy-900); margin: 0; text-wrap: balance; }
    .belief p { font-size: 16.5px; line-height: 1.6; color: var(--fg-2); margin: 0; max-width: 56ch; }

    .origin { padding: 112px 0; background: var(--tw-navy-900); color: rgba(255,255,255,0.82); position: relative; overflow: hidden; }
    .origin-inner { position: relative; display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; }
    .origin h2 { font-family: var(--font-display); font-size: clamp(36px, 4.4vw, 56px); font-weight: 500; line-height: 1; letter-spacing: -0.045em; color: #fff; margin: 18px 0 0; }
    .origin h2 em { font-style: italic; color: var(--tw-torch-400); font-weight: 500; }
    .origin .oright p { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.82); margin: 0 0 20px; max-width: 58ch; }
    .origin .oright p strong { color: #fff; font-weight: 600; }
    .origin .signature { margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.16); font-family: var(--font-brand); font-size: 13px; letter-spacing: 0.04em; color: rgba(255,255,255,0.65); display: flex; align-items: center; gap: 16px; }
    .origin .signature .nm { color: #fff; font-weight: 600; }

    .fit { padding: 112px 0; background: var(--tw-ice); }
    .fit-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
    .fit h2 { font-family: var(--font-display); font-size: clamp(36px, 4.4vw, 52px); font-weight: 500; line-height: 1; letter-spacing: -0.04em; color: var(--tw-navy-900); margin: 14px 0 28px; }
    .fit-cards { display: grid; gap: 16px; }
    .fit-card { background: #fff; border-radius: var(--radius-card); padding: 28px; border: 1px solid var(--border-subtle); display: grid; grid-template-columns: 40px 1fr; gap: 20px; align-items: start; }
    .fit-card .ic { width: 40px; height: 40px; border-radius: 12px; background: var(--tw-cream); color: var(--tw-torch-600); display: grid; place-items: center; }
    .fit-card .ic svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
    .fit-card h4 { font-family: var(--font-brand); font-weight: 600; font-size: 17px; color: var(--tw-navy-900); margin: 0 0 6px; }
    .fit-card p { font-size: 14.5px; line-height: 1.55; color: var(--fg-2); margin: 0; }
    .fit-card.no { background: transparent; border: 1px dashed var(--border-default); }
    .fit-card.no .ic { background: transparent; color: var(--tw-navy-500); border: 1px solid var(--border-default); }

    /* ============ TEAM ============ */
    .reassure { background: var(--tw-cream); padding: 32px 0; border-bottom: 1px solid var(--border-default); }
    .reassure-inner { display: grid; grid-template-columns: 48px 1fr auto; gap: 24px; align-items: center; }
    .reassure .ic { width: 48px; height: 48px; border-radius: 14px; background: var(--tw-torch-500); color: #fff; display: grid; place-items: center; }
    .reassure .ic svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
    .reassure p { margin: 0; font-family: var(--font-display); font-size: 22px; font-weight: 500; letter-spacing: -0.015em; line-height: 1.35; color: var(--tw-navy-900); }
    .reassure p strong { font-weight: 500; font-style: italic; color: var(--tw-torch-500); }
    .reassure .ph { font-family: var(--font-mono); font-size: 14px; color: var(--fg-3); text-align: right; }

    .founders { padding: 112px 0 80px; }
    .founders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 56px; }
    .fcard { background: #fff; border: 1px solid var(--border-default); border-radius: var(--radius-card); overflow: hidden; display: grid; grid-template-columns: 230px 1fr; }
    .fcard .photo { background: var(--tw-cream); overflow: hidden; position: relative; }
    .fcard .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
    .fcard .body { padding: 32px 32px 32px 28px; display: flex; flex-direction: column; }
    .fcard .tier { font-family: var(--font-brand); font-size: 10.5px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--tw-torch-600); margin-bottom: 12px; display: inline-flex; align-items: center; gap: 8px; }
    .fcard .tier .pip { width: 6px; height: 6px; border-radius: 999px; background: var(--tw-torch-500); }
    .fcard h3 { font-family: var(--font-display); font-weight: 500; font-size: 34px; letter-spacing: -0.035em; color: var(--tw-navy-900); margin: 0 0 6px; line-height: 1; }
    .fcard .creds { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 18px; }
    .fcard .frole { font-family: var(--font-brand); font-size: 14px; font-weight: 500; color: var(--tw-navy-900); margin: 0 0 16px; line-height: 1.4; }
    .fcard .bio { font-size: 14.5px; line-height: 1.6; color: var(--fg-2); margin: 0; flex: 1; }
    .fcard .signals { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--border-subtle); display: flex; gap: 16px; flex-wrap: wrap; }
    .fcard .signals span { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-3); }
    .fcard .signals span::before { content: "\00B7"; color: var(--tw-torch-400); margin-right: 8px; }

    .team-section { padding: 80px 0 112px; }
    .team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
    .tcard { background: #fff; border: 1px solid var(--border-default); border-radius: var(--radius-card); padding: 24px; display: flex; flex-direction: column; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
    .tcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
    .tcard .photo { width: 100%; aspect-ratio: 1/1; border-radius: 14px; background: var(--tw-cream); overflow: hidden; margin-bottom: 22px; position: relative; }
    .tcard .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .tcard .photo .tag { position: absolute; top: 12px; left: 12px; background: rgba(15,42,68,0.9); color: #fff; font-family: var(--font-brand); font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; }
    .tcard h3 { font-family: var(--font-display); font-weight: 500; font-size: 24px; letter-spacing: -0.025em; color: var(--tw-navy-900); margin: 0 0 4px; line-height: 1.1; }
    .tcard .creds { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 12px; }
    .tcard .trole { font-family: var(--font-brand); font-size: 13px; font-weight: 500; color: var(--tw-navy-900); margin: 0 0 12px; line-height: 1.45; }
    .tcard p.bio { font-size: 13px; line-height: 1.55; color: var(--fg-2); margin: 0; }

    .hiring { padding: 112px 0; background: var(--tw-navy-900); color: rgba(255,255,255,0.82); position: relative; overflow: hidden; }
    .hiring-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
    .hiring h2 { font-family: var(--font-display); font-size: clamp(36px, 4.4vw, 52px); font-weight: 500; line-height: 1; letter-spacing: -0.04em; color: #fff; margin: 14px 0 24px; }
    .hiring h2 em { font-style: italic; color: var(--tw-torch-400); font-weight: 500; }
    .hiring p { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.82); margin: 0 0 28px; max-width: 52ch; }
    .hiring-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .hstat { border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 24px; background: rgba(255,255,255,0.03); }
    .hstat .v { font-family: var(--font-display); font-weight: 600; font-size: 44px; letter-spacing: -0.035em; color: #fff; line-height: 1; }
    .hstat .v em { color: var(--tw-torch-400); font-style: normal; }
    .hstat .hsl { margin-top: 12px; font-family: var(--font-brand); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.65); }

    /* ============ CONTACT ============ */
    .channels { background: #fff; border-bottom: 1px solid var(--border-subtle); }
    .channels-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--border-subtle); }
    .channel { padding: 40px 0 40px 36px; border-right: 1px solid var(--border-subtle); display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: center; }
    .channel .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--tw-cream); color: var(--tw-torch-600); display: grid; place-items: center; }
    .channel .ic svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
    .channel .lbl { font-family: var(--font-brand); font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 6px; }
    .channel .cval { font-family: var(--font-display); font-weight: 500; font-size: 22px; letter-spacing: -0.02em; color: var(--tw-navy-900); line-height: 1.1; }
    .channel .cval.mono { font-family: var(--font-mono); font-size: 17px; letter-spacing: 0; font-weight: 500; }
    .twemail { text-transform: none; }
    .twemail::after { content: attr(data-user) "\0040" attr(data-domain); }
    .channel .hint { font-size: 12.5px; color: var(--fg-3); margin-top: 4px; }

    .contact-main { padding: 88px 0 112px; background: var(--tw-cream); }
    .contact-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 56px; align-items: start; }
    .form-card { background: #fff; border-radius: var(--radius-card); border: 1px solid var(--border-subtle); padding: 44px; box-shadow: var(--shadow-sm); }
    .form-card h2 { font-family: var(--font-display); font-size: 34px; font-weight: 500; letter-spacing: -0.03em; color: var(--tw-navy-900); margin: 14px 0 8px; line-height: 1.05; }
    .form-card p.sub { font-size: 15px; color: var(--fg-2); margin: 0 0 32px; line-height: 1.55; max-width: 52ch; }
    .contact-main form { display: grid; gap: 20px; }
    .contact-main .field { display: grid; gap: 8px; }
    .contact-main .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .contact-main label { font-family: var(--font-brand); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tw-navy-700); display: flex; align-items: center; gap: 8px; }
    .contact-main label .req { color: var(--tw-torch-600); font-size: 10px; }
    .contact-main input[type="text"], .contact-main input[type="email"], .contact-main input[type="tel"], .contact-main select, .contact-main textarea { font-family: var(--font-sans); font-size: 15px; color: var(--fg-1); background: #fff; border: 1.5px solid var(--border-default); border-radius: 12px; padding: 13px 15px; width: 100%; transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out); }
    .contact-main input:focus, .contact-main select:focus, .contact-main textarea:focus { outline: none; border-color: var(--tw-blue-500); box-shadow: 0 0 0 3px var(--focus-ring); }
    .contact-main input::placeholder, .contact-main textarea::placeholder { color: var(--fg-4); }
    .contact-main select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--fg-3) 50%), linear-gradient(135deg, var(--fg-3) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 36px; }
    .contact-main textarea { min-height: 104px; resize: vertical; }
    .chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
    .chip { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1.5px solid var(--border-default); border-radius: 999px; font-family: var(--font-brand); font-size: 13px; font-weight: 500; color: var(--fg-2); background: #fff; cursor: pointer; transition: all var(--dur-fast) var(--ease-out); }
    .chip:hover { border-color: var(--tw-navy-300); color: var(--fg-1); }
    .chip input { position: absolute; opacity: 0; pointer-events: none; }
    .chip:has(input:checked) { background: var(--tw-navy-900); color: #fff; border-color: var(--tw-navy-900); }
    .chip .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--border-default); }
    .chip:has(input:checked) .dot { background: var(--tw-torch-500); }
    .form-actions { display: flex; gap: 14px; align-items: center; justify-content: space-between; margin-top: 12px; padding-top: 26px; border-top: 1px solid var(--border-subtle); }
    .form-actions .fsmall { font-size: 12.5px; color: var(--fg-3); max-width: 38ch; line-height: 1.5; }
    .form-sent { text-align: center; padding: 40px 24px; }
    .form-sent .ic { width: 56px; height: 56px; border-radius: 999px; background: var(--tw-mint); color: var(--tw-teal-700); display: grid; place-items: center; margin: 0 auto 22px; }
    .form-sent .ic svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .form-sent h3 { font-family: var(--font-display); font-size: 30px; font-weight: 500; letter-spacing: -0.02em; color: var(--tw-navy-900); margin: 0 0 10px; }
    .form-sent p { font-size: 15px; color: var(--fg-2); max-width: 40ch; margin: 0 auto; line-height: 1.55; }

    .sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 24px; }
    .side-card { background: var(--tw-navy-900); color: rgba(255,255,255,0.82); border-radius: var(--radius-card); padding: 36px; }
    .side-card .eyebrow { color: var(--tw-torch-400); }
    .side-card .eyebrow .pip { background: var(--tw-torch-400); }
    .side-card h3 { font-family: var(--font-display); font-size: 27px; font-weight: 500; letter-spacing: -0.025em; color: #fff; margin: 14px 0 18px; line-height: 1.1; }
    .side-card p { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,0.78); margin: 0 0 22px; }
    .side-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
    .side-list li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; }
    .side-list li .n { font-family: var(--font-mono); font-size: 11px; color: var(--tw-torch-400); letter-spacing: 0.06em; padding-top: 2px; }
    .side-list li .t { font-family: var(--font-brand); font-size: 14px; font-weight: 500; color: #fff; line-height: 1.4; }
    .side-list li .d { font-size: 13px; color: rgba(255,255,255,0.62); line-height: 1.5; margin-top: 2px; }
    .office-card { background: #fff; border: 1px solid var(--border-default); border-radius: var(--radius-card); padding: 28px 32px; }
    .office-card h4 { font-family: var(--font-display); font-size: 22px; font-weight: 500; letter-spacing: -0.02em; color: var(--tw-navy-900); margin: 12px 0 6px; }
    .office-card p { font-size: 14px; line-height: 1.55; color: var(--fg-2); margin: 0; }
    .office-card .hours { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--border-subtle); display: grid; grid-template-columns: 1fr auto; gap: 8px; font-family: var(--font-mono); font-size: 12px; color: var(--fg-3); }
    .office-card .hours .hl { color: var(--fg-2); }

    .faq { padding: 112px 0; }
    .faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; }
    .faq h2 { font-family: var(--font-display); font-size: clamp(36px, 4.4vw, 52px); font-weight: 500; letter-spacing: -0.04em; color: var(--tw-navy-900); margin: 14px 0 0; line-height: 1; }
    .faq h2 em { font-style: italic; color: var(--tw-torch-500); font-weight: 500; }
    .faq p.fsub { font-size: 16px; line-height: 1.55; color: var(--fg-2); margin: 22px 0 0; max-width: 32ch; }
    .faq-list { display: grid; gap: 4px; }
    .faq-list details { background: #fff; border: 1px solid var(--border-default); border-radius: 16px; transition: border-color var(--dur-fast) var(--ease-out); }
    .faq-list details:hover { border-color: var(--tw-navy-300); }
    .faq-list details[open] { border-color: var(--tw-navy-900); }
    .faq-list summary { font-family: var(--font-brand); font-weight: 600; font-size: 17px; color: var(--tw-navy-900); cursor: pointer; padding: 22px 26px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
    .faq-list summary::-webkit-details-marker { display: none; }
    .faq-list summary::after { content: "+"; font-family: var(--font-display); font-weight: 400; font-size: 26px; color: var(--tw-torch-500); line-height: 1; }
    .faq-list details[open] summary::after { content: "\2212"; }
    .faq-list details > p { padding: 0 26px 26px; margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--fg-2); max-width: 64ch; }

    /* MORE PAGE CSS */

    @media (max-width: 860px) {
      .hero-grid { grid-template-columns: 1fr; gap: 48px; }
      .services { grid-template-columns: repeat(2, 1fr); }
      .steps { grid-template-columns: repeat(2, 1fr); }
      .three-up, .split, .quote-grid { grid-template-columns: 1fr; }
      .evidence, .three-col { grid-template-columns: 1fr; gap: 32px; }
    }
  

/* ============================================================
   MOTION LAYER (scroll-reveal, hero entrance, hover polish)
   JS-gated so no-JS users always see content.
   ============================================================ */
html{ scroll-behavior: smooth; }
html.tw-anim :is([data-reveal],.svc,.col,.vcard,.step,.qcard,.metric,.program-inner,.belief,.fit-card,.wedge-stats,.quote,.fcard,.tcard,.hstat,.reassure,.channel,.side-card,.office-card){ transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
html.tw-anim :is([data-reveal],.svc,.col,.vcard,.step,.qcard,.metric,.program-inner,.belief,.fit-card,.wedge-stats,.quote,.fcard,.tcard,.hstat,.reassure,.channel,.side-card,.office-card):not(.is-in){ opacity: 0; transform: translateY(28px); }

@keyframes twHeroUp{ from{ opacity:0; transform: translateY(20px); } to{ opacity:1; transform:none; } }
html.tw-anim :is(.home-hero,.page-hero) .eyebrow{ animation: twHeroUp .7s var(--ease-out) both; }
html.tw-anim :is(.home-hero,.page-hero) h1{ animation: twHeroUp .75s .08s var(--ease-out) both; }
html.tw-anim :is(.home-hero .hero-lead,.page-hero .lead,.page-hero > .container p){ animation: twHeroUp .75s .16s var(--ease-out) both; }
html.tw-anim .home-hero .hero-actions{ animation: twHeroUp .75s .24s var(--ease-out) both; }

.svc,.vcard,.tcard,.fcard,.fit-card,.side-card,.office-card,.channel,.qcard{ transition: transform .32s var(--ease-out), box-shadow .32s var(--ease-out), border-color .32s var(--ease-out); }
.svc:hover,.fit-card:hover,.side-card:hover,.office-card:hover,.channel:hover,.tcard:hover,.fcard:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.btn{ transition: transform .2s var(--ease-out), box-shadow .25s var(--ease-out), background .2s var(--ease-out); }
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 12px 26px color-mix(in srgb, var(--tw-torch-500) 42%, transparent); }
.btn .arr, .svc .arr{ display:inline-block; transition: transform .25s var(--ease-out); }
.btn:hover .arr{ transform: translateX(4px); }
.nav-link{ transition: color .2s var(--ease-out); }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  html.tw-anim :is([data-reveal],.svc,.col,.vcard,.step,.qcard,.metric,.program-inner,.belief,.fit-card,.wedge-stats,.quote,.fcard,.tcard,.hstat,.reassure,.channel,.side-card,.office-card){ opacity:1 !important; transform:none !important; transition:none !important; }
  .flame-mark,.flame-glow,.hero-ghost,.tw-page,.home-hero .eyebrow,.home-hero h1,.home-hero .hero-lead,.home-hero .hero-actions,.page-hero .eyebrow,.page-hero h1,.page-hero .lead{ animation: none !important; }
}


/* hero flame ignition video (plays once, dissolves to the static flame) */
.flame-video{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: clamp(420px,44vw,640px); height:auto; aspect-ratio:1/1; object-fit:contain; mix-blend-mode:screen; pointer-events:none; opacity:0; z-index:1; -webkit-mask: radial-gradient(closest-side,#000 56%,transparent 80%); mask: radial-gradient(closest-side,#000 56%,transparent 80%); transition: opacity .9s var(--ease-out); }
.flame-mark{ transition: opacity .9s var(--ease-out); }
.home-hero .flame-stage.igniting .flame-video{ opacity:1; }
.home-hero .flame-stage.igniting .flame-mark{ opacity:0; }
@media (prefers-reduced-motion: reduce){ .flame-video{ display:none; } }
