:root {
  /* Surfaces — warm cream family (explorable; current default) */
  --bg-base: hsl(40 25% 97%);
  --bg-surface: hsl(40 30% 99%);
  --bg-card-glass: hsl(40 30% 99% / 0.80);

  /* Type */
  --text-primary: hsl(225 17% 12%);
  --text-secondary: hsl(220 9% 38%);
  --text-tertiary: hsl(220 9% 46%);
  --text-on-primary: hsl(150 30% 98%);

  /* Borders */
  --border-subtle: hsl(40 15% 88%);
  --border-strong: hsl(40 12% 78%);

  /* PBA primary — deep forest */
  /* Hybrid green (v3.1.6): between dark forest (too heavy) and bright favicon green (too loud) */
  --forest: hsl(151 50% 38%);
  --forest-hover: hsl(151 54% 31%);
  --forest-soft: hsl(150 48% 92%);

  /* Astra purple — orchestrator accent */
  --astra: hsl(259 43% 42%);
  --astra-soft: hsl(259 45% 94%);

  /* Harvest gold accent */
  --gold: hsl(38 75% 50%);
  --gold-soft: hsl(38 80% 92%);
  --gold-ink: hsl(35 65% 28%);
  --gold-leaf: hsl(48 85% 55%);

  /* Skill-branch accents (bridge to StrideOS companions) */
  --branch-inner-ink: hsl(35 65% 28%);
  --branch-conflict-ink: hsl(198 50% 28%);
  --branch-venture-ink: hsl(155 35% 25%);

  --ink: hsl(225 17% 12%);
  --ink-hover: hsl(225 17% 6%);

  --shadow-soft: 0 10px 40px -15px hsl(40 15% 30% / 0.10);
  --shadow-card: 0 4px 20px -8px hsl(40 15% 25% / 0.07);
  --shadow-lift: 0 24px 60px -22px hsl(40 15% 25% / 0.18);
  --shadow-forest: 0 18px 50px -18px hsl(151 55% 38% / 0.40);

  --r-sm: 0.5rem; --r-md: 1rem; --r-lg: 1.25rem; --r-xl: 1.75rem; --r-full: 9999px;

  /* Motion — Emil-grade easing, punchier than CSS defaults */
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 15.5px; line-height: 1.6;
  color: var(--text-primary); background: var(--bg-base);
  -webkit-font-smoothing: antialiased;
}
.display { font-family: 'Fraunces', Georgia, serif; font-optical-sizing: auto; letter-spacing: -0.015em; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.container { max-width: 1024px; margin: 0 auto; padding: 0 24px; }
.wide { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* === PBA FOG — green–gold atmosphere + fine grain for material depth === */
.hero-area { position: relative; isolation: isolate; padding-bottom: 28px; }
.hero-area::before {
  content: ''; position: absolute; inset: -120px 0 0 0; pointer-events: none; z-index: -2;
  background:
    radial-gradient(ellipse 62% 52% at 15% 18%, hsl(151 45% 68% / 0.46), transparent 62%),
    radial-gradient(ellipse 55% 45% at 85% 14%, hsl(38 86% 74% / 0.44), transparent 64%),
    radial-gradient(ellipse 70% 55% at 72% 82%, hsl(152 38% 60% / 0.34), transparent 60%),
    radial-gradient(ellipse 55% 48% at 8% 88%, hsl(193 50% 76% / 0.32), transparent 62%);
  filter: blur(32px);
}
.hero-area::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes fog-drift {
  from { transform: translate3d(-1.5%, -1%, 0) scale(1); }
  to   { transform: translate3d(1.5%, 1.2%, 0) scale(1.04); }
}
.hero-area::before { animation: fog-drift 26s var(--ease-in-out) infinite alternate; }

/* Hero entrance — once, on load (rare moment = delight is allowed) */
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }
.hero > *, .il-hero > * { animation: rise 560ms var(--ease-out) backwards; }
.hero > *:nth-child(2), .il-hero > *:nth-child(2) { animation-delay: 70ms; }
.hero > *:nth-child(3), .il-hero > *:nth-child(3) { animation-delay: 140ms; }
.hero > *:nth-child(4), .il-hero > *:nth-child(4) { animation-delay: 210ms; }
.hero > *:nth-child(5), .il-hero > *:nth-child(5) { animation-delay: 280ms; }

@media (prefers-reduced-motion: reduce) {
  .hero-area::before { animation: none; }
  .hero > *, .il-hero > * { animation: none; }
  .btn, .card { transition: none; }
}

/* HEADER + BRAND LOCKUP (two options — toggle with the "Logo" pill) */
.site-header {
  max-width: 1240px; margin: 0 auto; padding: 20px 32px;
  display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 5;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand .mark { width: 42px; height: auto; display: block; }
.wordmark { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 500; letter-spacing: -0.015em; color: var(--text-primary); text-decoration: none; }
.wordmark em { font-style: italic; font-weight: 600; color: var(--forest); }
.nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 500; }
.nav a { color: var(--text-secondary); text-decoration: none; transition: color 200ms; }
.nav a:hover { color: var(--text-primary); }
.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 40px; height: 40px; border: none; background: none; cursor: pointer; padding: 0;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: transform 220ms var(--ease-out), opacity 220ms var(--ease-out); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0; z-index: 15;
    flex-direction: column; align-items: flex-start; gap: 2px;
    background: var(--bg-surface); border-bottom: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-card);
    padding: 12px 24px 20px;
  }
  .nav.open { display: flex; }
  .nav a { padding: 10px 0; width: 100%; }
  .nav .btn.stride { margin-top: 8px; }
}

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px;
  border-radius: var(--r-full); font-size: 14.5px; font-weight: 600; text-decoration: none;
  cursor: pointer; border: 1px solid transparent; font-family: inherit;
  transition: background 200ms var(--ease-out), border-color 200ms var(--ease-out), box-shadow 200ms var(--ease-out), transform 180ms var(--ease-out), filter 200ms var(--ease-out);
}
.btn:active { transform: scale(0.97); }
.btn.forest { background: var(--forest); color: var(--text-on-primary); box-shadow: var(--shadow-forest); }
.btn.forest:hover { background: var(--forest-hover); transform: translateY(-1px); }
.btn.ink { background: var(--ink); color: #fff; padding: 10px 18px; font-size: 13.5px; }
.btn.ink:hover { background: var(--ink-hover); }
/* StrideOS CTA carries StrideOS's brand color — the product's indigo, not PBA's palette */
.btn.stride { background: hsl(243 75% 59%); color: #fff; padding: 10px 18px; font-size: 13.5px; box-shadow: 0 14px 40px -14px hsl(243 75% 59% / 0.45); }
.btn.stride:hover { background: hsl(243 70% 52%); }
.btn.ghost { background: hsl(40 30% 99% / 0.7); border-color: var(--border-strong); color: var(--text-primary); }
.btn.ghost:hover { border-color: var(--text-tertiary); }
.btn.ghost-forest { background: hsl(151 48% 97%); border-color: var(--forest); color: var(--forest); padding: 10px 18px; font-size: 13.5px; }
.btn.ghost-forest:hover { background: var(--forest-soft); }
.btn.hero { padding: 15px 30px; font-size: 15.5px; }
.btn.gold { background: var(--gold); color: hsl(35 80% 12%); box-shadow: 0 18px 50px -18px hsl(38 75% 45% / 0.45); }
.btn.gold:hover { filter: brightness(0.95); transform: translateY(-1px); }

/* HERO */
.hero { text-align: center; padding: 76px 24px 60px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.07em; text-transform: uppercase; color: var(--forest);
  background: var(--bg-card-glass); border: 1px solid var(--border-subtle);
  padding: 7px 16px 7px 12px; border-radius: var(--r-full); margin-bottom: 28px;
}
.eyebrow img { width: 19px; height: auto; }
h1.hero-title { font-size: clamp(38px, 5.6vw, 60px); line-height: 1.07; font-weight: 500; margin: 0 0 22px; letter-spacing: -0.02em; }
h1.hero-title em { font-style: italic; font-weight: 600; color: var(--forest); }
.hero-sub { font-size: 18.5px; color: var(--text-secondary); max-width: 58ch; margin: 0 auto 36px; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-note { margin-top: 18px; font-size: 13.5px; color: var(--text-tertiary); }
.hero-note a { color: var(--forest); font-weight: 600; text-decoration: none; }

/* TRUST STRIP */
.trust { display: flex; justify-content: center; gap: 12px 38px; flex-wrap: wrap; padding: 8px 24px 44px; font-size: 14px; color: var(--text-secondary); }
.trust b { color: var(--text-primary); font-weight: 600; }

/* SECTIONS — varied vertical rhythm, not a metronome */
section.block { padding: 60px 0; }
section.block.roomy { padding: 76px 0; }
section.block.snug { padding: 44px 0; }
@media (max-width: 700px) { section.block { padding: 48px 0; } section.block.roomy { padding: 60px 0; } section.block.snug { padding: 36px 0; } }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--forest); margin-bottom: 12px; }
h2.title { font-size: clamp(28px, 3.6vw, 40px); font-weight: 500; line-height: 1.15; margin: 0 0 14px; letter-spacing: -0.015em; }
h2.title em { font-style: italic; font-weight: 600; color: var(--forest); }
.v-learn { color: var(--gold-ink); font-style: italic; font-weight: 600; }
.v-do { color: var(--astra); font-style: italic; font-weight: 600; }
.v-launch { color: var(--forest); font-style: italic; font-weight: 600; }
.lede { font-size: 17px; color: var(--text-secondary); max-width: 60ch; margin: 0 0 42px; }
.center { text-align: center; } .center .lede { margin-left: auto; margin-right: auto; }

/* SKILL-TREE CARDS — three siblings, not three clones: each carries its branch tint */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .grid3 { grid-template-columns: 1fr; } }

/* COMPANION FLIP — hover (desktop) / tap (mobile) reveals the companion card art */
.flip { position: relative; perspective: 1200px; }
.flip-inner {
  position: relative; width: 100%; height: 100%;
  transform-style: preserve-3d;
  transition: transform 560ms var(--ease-in-out);
}
.flip:hover .flip-inner, .flip.flipped .flip-inner, .flip:focus-within .flip-inner { transform: rotateY(180deg); }
.flip .card { backface-visibility: hidden; height: 100%; }
.flip-back {
  position: absolute; inset: 0; backface-visibility: hidden;
  transform: rotateY(180deg);
  border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--shadow-lift); border: 1px solid var(--border-strong);
}
.flip-back img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.flip-back .flip-cta {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 34px 18px 16px; text-align: center;
  background: linear-gradient(to top, hsl(225 17% 12% / 0.78), hsl(225 17% 12% / 0.35) 60%, transparent);
}
.flip-back .fname { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 600; color: #fff; }
.flip-back .frole { font-size: 12.5px; color: hsl(40 25% 85%); margin: 2px 0 10px; }
.flip-back .flip-cta a { color: #fff; font-weight: 700; font-size: 14px; text-decoration: none; }
.flip-hint { text-align: center; font-size: 13px; color: var(--text-tertiary); margin-top: 22px; }
.astra-line { display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; font-size: 14.5px; color: var(--text-secondary); margin-top: 10px; }
.astra-line b { color: var(--astra); }
.astra-line img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-card); border: 2px solid var(--bg-surface); }
@media (prefers-reduced-motion: reduce) {
  .flip-inner { transition: none; }
}
.card {
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-xl); padding: 30px 28px; box-shadow: var(--shadow-card);
  transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.card.inner    { background: linear-gradient(168deg, var(--bg-surface) 55%, var(--gold-soft)); }
.card.conflict { background: linear-gradient(168deg, var(--bg-surface) 55%, hsl(193 55% 93%)); }
.card.venture  { background: linear-gradient(168deg, var(--bg-surface) 55%, var(--forest-soft)); }
.branch-dot { width: 46px; height: 46px; border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.branch-dot svg { width: 23px; height: 23px; }
.card h3 { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 600; margin: 0 0 6px; }
.card .who { font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.card p { font-size: 14.5px; color: var(--text-secondary); margin: 0 0 16px; }
.card .link { font-size: 14px; font-weight: 600; text-decoration: none; }

/* HOW IT WORKS */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 28px 26px 26px; background: var(--bg-surface); border: 1px solid var(--border-subtle); border-radius: var(--r-lg); }
.step .num { font-family: 'Fraunces', serif; font-style: italic; font-size: 30px; color: var(--forest); font-weight: 500; }
.step h4 { font-size: 17px; margin: 8px 0 6px; }
.step p { font-size: 14px; color: var(--text-secondary); margin: 0; }

/* QUOTE — extra air, brand mark instead of a label */
.quote-wrap { max-width: 760px; margin: 0 auto; text-align: center; }
.quote-mark { width: 36px; height: auto; margin: 0 auto 22px; display: block; }
blockquote.pull {
  font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(21px, 2.8vw, 28px);
  line-height: 1.42; font-weight: 500; color: var(--text-primary); margin: 0 0 18px;
}
.attrib { font-size: 14px; color: var(--text-tertiary); }

/* USE CASES */
.uc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .uc-grid { grid-template-columns: 1fr; } }
.uc {
  border-radius: var(--r-lg); padding: 24px; border: 1px solid var(--border-subtle);
  background: linear-gradient(160deg, var(--bg-surface), var(--forest-soft));
  transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
}
.uc:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.uc-photo { display: block; width: calc(100% + 48px); height: 140px; object-fit: cover; margin: -24px -24px 16px; border-radius: var(--r-lg) var(--r-lg) 0 0; }
.uc-photo-ph { width: calc(100% + 48px); height: 140px; margin: -24px -24px 16px; border-radius: var(--r-lg) var(--r-lg) 0 0; display: flex; align-items: center; justify-content: center; }
.uc-photo-ph img { width: 42px; height: 42px; opacity: 0.55; }
.uc-photo-ph svg { width: 46px; height: 46px; }
.uc-illustration { display: block; width: calc(100% + 48px); height: 140px; margin: -24px -24px 16px; border-radius: var(--r-lg) var(--r-lg) 0 0; overflow: hidden; }
.uc-illustration svg { display: block; width: 100%; height: 100%; }
.uc h4 { font-family: 'Fraunces', serif; font-size: 18px; margin: 0 0 6px; }
.uc p { font-size: 13.5px; color: var(--text-secondary); margin: 0 0 14px; }
.uc .link { font-size: 13.5px; font-weight: 600; color: var(--forest); text-decoration: none; }

/* IMPACT LABS BAND */
.labs-band { background: var(--ink); border-radius: var(--r-xl); color: hsl(40 25% 94%); padding: 56px 52px; position: relative; overflow: hidden; }
.labs-band::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 50% 60% at 88% 10%, hsl(38 80% 60% / 0.22), transparent 60%),
    radial-gradient(ellipse 55% 65% at 8% 90%, hsl(152 45% 45% / 0.25), transparent 60%);
}
.labs-band > * { position: relative; }
.labs-band .band-mark {
  position: absolute; right: -30px; bottom: -48px; width: 310px; opacity: 0.17;
  transform: rotate(-7deg); pointer-events: none;
}
.labs-band .kicker { color: var(--gold); }
.labs-band h2 { color: #fff; }
.labs-band p { color: hsl(40 20% 80%); max-width: 56ch; }
@media (max-width: 700px) { .labs-band { padding: 40px 28px; } }

/* FOOTER */
footer { border-top: 1px solid var(--border-subtle); margin-top: 40px; padding: 46px 0 64px; font-size: 14px; color: var(--text-secondary); }
footer .cols { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
footer a { color: var(--text-secondary); text-decoration: none; display: block; margin-bottom: 8px; }
footer a:hover { color: var(--text-primary); }
footer h5 { font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-tertiary); margin: 0 0 12px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-brand .mark { width: 34px; height: auto; display: block; }
.footer-base {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--border-subtle);
}
.socials { display: flex; gap: 16px; }
.socials a { color: var(--text-tertiary); display: inline-flex; margin: 0; transition: color 200ms var(--ease-out), transform 180ms var(--ease-out); }
.socials a:hover { color: var(--forest); transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; }
.copyright { font-size: 13px; color: var(--text-tertiary); }
.footer-brand .wordmark { font-size: 18px; }

/* FOOTER EMAIL CAPTURE (Brevo) */
.footer-capture { max-width: 260px; }
.footer-capture p { margin: 0 0 12px; font-size: 13.5px; color: var(--text-secondary); }

/* BREVO FORMS — shared component (footer capture, toolkit capture, Impact Labs application) */
.brevo-form { text-align: left; display: flex; flex-direction: column; gap: 14px; width: 100%; }
.brevo-field { display: flex; flex-direction: column; gap: 6px; }
.brevo-form label { font-size: 13px; font-weight: 600; color: var(--text-primary); }
.brevo-form label .req { color: var(--forest); margin-left: 2px; }
.brevo-form input, .brevo-form textarea {
  width: 100%; padding: 11px 14px; font-family: inherit; font-size: 14.5px;
  border: 1px solid var(--border-strong); border-radius: var(--r-sm);
  background: var(--bg-surface); color: var(--text-primary); outline: none;
  transition: border-color 200ms var(--ease-out);
}
.brevo-form input:focus, .brevo-form textarea:focus { border-color: var(--forest); }
.brevo-form textarea { resize: vertical; min-height: 84px; }
.brevo-form .btn { align-self: flex-start; }
.brevo-hint { margin: 0; font-size: 12px; color: var(--text-tertiary); }
.brevo-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
:where(.brevo-msg) { display: none; }
.brevo-msg { padding: 10px 14px; border-radius: var(--r-sm); font-size: 13.5px; line-height: 1.4; }
.brevo-msg--success { background: var(--forest-soft); color: var(--forest-hover); }
.brevo-msg--error { background: hsl(0 65% 95%); color: hsl(0 55% 32%); }

/* Compact inline layout — footer capture + Toolkit request (restores pre-Brevo look now the checkbox box is gone) */
.brevo-form--compact { gap: 8px; }
.capture-row { display: flex; gap: 8px; flex-wrap: wrap; }
.capture-row input { flex: 1; width: auto; min-width: 150px; padding: 10px 14px; font-size: 13.5px; }
.capture-row .btn { flex-shrink: 0; align-self: stretch; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* Invisible reCAPTCHA — badge hidden per Google ToS, disclosure shown instead */
.grecaptcha-badge { visibility: hidden !important; }
.recaptcha-disclosure { margin: 0; font-size: 11px; color: var(--text-tertiary); }
.recaptcha-disclosure a { display: inline; margin-bottom: 0; color: var(--text-tertiary); text-decoration: underline; }
.recaptcha-disclosure a:hover { color: var(--forest); }

/* ===== IMPACT LABS PAGE ===== */
.il-hero { text-align: center; padding: 64px 24px 48px; }
.il-meta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 26px 0 8px; }
.meta-pill {
  background: var(--bg-card-glass); border: 1px solid var(--border-subtle);
  border-radius: var(--r-full); padding: 9px 18px; font-size: 14px; font-weight: 600;
}
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 760px) { .grid2 { grid-template-columns: 1fr; } }
.forlist { border: 1px solid var(--border-subtle); border-radius: var(--r-xl); padding: 28px 30px; }
.forlist.yes { background: linear-gradient(165deg, var(--bg-surface) 55%, var(--forest-soft)); }
.forlist.no { background: linear-gradient(165deg, var(--bg-surface) 55%, hsl(8 55% 94%)); }
.forlist h3 { font-family: 'Fraunces', serif; font-size: 20px; margin: 0 0 10px; }
.forlist.yes h3 em, .forlist.yes h3 { font-style: normal; }
.forlist.yes h3 { color: var(--forest); }
.forlist.no h3 { color: hsl(0 45% 40%); }
.forlist ul { margin: 0; padding: 0; list-style: none; }
.forlist li { padding: 8px 0 8px 30px; position: relative; font-size: 14.5px; color: var(--text-secondary); }
.forlist li::before { position: absolute; left: 0; font-weight: 700; }
.forlist.yes li::before { content: '✓'; color: var(--forest); }
.forlist.no li::before { content: '✕'; color: hsl(0 55% 55%); }
.price-card {
  max-width: 560px; margin: 0 auto; text-align: center;
  background: var(--bg-card-glass); border: 1px solid var(--border-strong);
  border-radius: var(--r-xl); padding: 44px 40px; box-shadow: var(--shadow-lift);
}
.price-big { font-family: 'Fraunces', serif; font-size: 54px; font-weight: 500; }
.price-big span { font-size: 18px; color: var(--text-tertiary); font-family: 'Outfit', sans-serif; }
.sprint-arcs { display: flex; justify-content: center; gap: 10px; margin: 10px 0 4px; flex-wrap: wrap; }
.arc { font-size: 12.5px; font-weight: 700; padding: 5px 12px; border-radius: var(--r-full); background: var(--forest-soft); color: var(--branch-venture-ink); }
.anchor-line { font-size: 14px; color: var(--text-secondary); margin: 16px 0 26px; }
.included-stack { text-align: left; max-width: 380px; margin: 0 auto 26px; }
.included-stack .inc-label { font-weight: 700; font-size: 14.5px; color: var(--text-primary); margin-bottom: 10px; }
.included-stack ul { margin: 0; padding: 0; list-style: none; }
.included-stack li { padding: 6px 0 6px 26px; position: relative; font-size: 14px; color: var(--text-secondary); }
.included-stack li::before { content: '✓'; position: absolute; left: 0; color: var(--forest); font-weight: 700; }
.apply-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 860px) { .apply-steps { grid-template-columns: repeat(2, 1fr); } }
.astep { text-align: center; padding: 22px 14px; background: var(--bg-surface); border: 1px solid var(--border-subtle); border-radius: var(--r-lg); transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out); }
.founder-thumb { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-card); border: 2px solid var(--bg-surface); display: block; margin: 8px auto 6px; }
.founder-portrait { width: 120px; height: 120px; border-radius: var(--r-lg); object-fit: cover; box-shadow: var(--shadow-card); margin-bottom: 20px; }
.astep:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.astep .n { font-family: 'Fraunces', serif; font-style: italic; font-size: 24px; color: var(--forest); }
.astep h5 { margin: 6px 0 4px; font-size: 14.5px; }
.astep p { font-size: 12.5px; color: var(--text-tertiary); margin: 0; }
.faq { max-width: 720px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--border-subtle); padding: 18px 4px; }
.faq summary { font-weight: 600; font-size: 15.5px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
.faq summary::after { content: '+'; color: var(--forest); font-size: 20px; }
.faq details[open] summary::after { content: '–'; }
.faq p { font-size: 14.5px; color: var(--text-secondary); margin: 12px 0 0; }

/* ===== PRICING PAGE — tier cards reuse .grid3/.grid2 for layout ===== */
.tier {
  border: 1px solid var(--border-subtle); border-radius: var(--r-xl);
  padding: 34px 28px; background: var(--bg-surface); box-shadow: var(--shadow-card);
  transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
  display: flex; flex-direction: column;
}
.tier:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.tier .tier-name { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 600; margin: 0 0 6px; }
.tier .tier-price { font-family: 'Fraunces', serif; font-size: 36px; font-weight: 500; margin: 0 0 10px; }
.tier .tier-price span { font-size: 14px; color: var(--text-tertiary); font-family: 'Outfit', sans-serif; font-weight: 400; }
.tier .tier-desc { font-size: 14.5px; color: var(--text-secondary); margin: 0 0 24px; }
.tier .btn { align-self: flex-start; }

.give-card {
  border: 1px solid var(--border-subtle); border-radius: var(--r-xl); padding: 30px 28px;
  background: linear-gradient(165deg, var(--bg-surface) 55%, var(--gold-soft));
}
.give-card h3 { font-family: 'Fraunces', serif; font-size: 20px; margin: 0 0 6px; color: var(--gold-ink); }
.give-card .give-price { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 500; margin: 0 0 8px; }
.give-card p.give-desc { font-size: 14.5px; color: var(--text-secondary); margin: 0 0 16px; }
.give-card ul { margin: 0 0 20px; padding: 0; list-style: none; }
.give-card li { padding: 6px 0 6px 26px; position: relative; font-size: 14px; color: var(--text-secondary); }
.give-card li::before { content: '✓'; position: absolute; left: 0; color: var(--gold-ink); font-weight: 700; }

/* PRICING — Founding Builder badge */
.tier { position: relative; }
.tier-badge {
  position: absolute; top: -12px; right: 20px; background: var(--astra); color: #fff;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.03em; padding: 5px 14px;
  border-radius: var(--r-full); box-shadow: 0 8px 20px -8px hsl(259 43% 42% / 0.5);
}
.tier .forlist {
  margin: 0 0 20px; padding: 0; list-style: none;
  border: none; background: none; border-radius: 0;
}
.tier .forlist li { padding: 7px 0 7px 28px; font-size: 14px; }
.tier .forlist.yes li::before {
  content: ''; width: 15px; height: 15px; top: 9px; left: 0;
  border-radius: 50%; background: var(--forest-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23309163' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 9px;
}

/* PRICING — Enterprise premium gradient (matches Advisory's tinted treatment) */
.tier.premium { background: linear-gradient(165deg, var(--bg-surface) 55%, var(--gold-soft)); }
.tier.premium .tier-name { color: var(--gold-ink); }

/* PRICING — trust strip gets a card treatment instead of floating bare text */
.trust-card {
  max-width: 640px; margin: 0 auto; text-align: center; padding: 36px 40px;
  border: 1px solid var(--border-subtle); border-radius: var(--r-xl);
  background: var(--bg-card-glass); box-shadow: var(--shadow-card);
}

/* PRICING — comparison table */
.compare-wrap { overflow-x: auto; margin: 0 auto; max-width: 860px; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: 14px; }
.compare-table th, .compare-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border-subtle); }
.compare-table th { font-family: 'Fraunces', serif; font-weight: 600; font-size: 15px; color: var(--text-primary); }
.compare-table td:first-child, .compare-table th:first-child { color: var(--text-secondary); font-weight: 500; }
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table .roadmap { color: var(--text-tertiary); font-style: italic; font-size: 13px; }

/* ===== COURSES INDEX + COURSE PAGES ===== */
.branch-header { display: flex; align-items: center; gap: 14px; margin: 0 0 22px; }
.branch-header .branch-dot { margin: 0; flex-shrink: 0; }
.branch-header h2 { margin: 0; }
.branch-header .branch-meta { font-size: 13.5px; color: var(--text-tertiary); margin-top: 2px; }

.course-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 56px; }
.course-row {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 20px 24px; border: 1px solid var(--border-subtle); border-radius: var(--r-lg);
  background: var(--bg-surface); text-decoration: none; color: inherit;
  transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out), border-color 240ms var(--ease-out);
}
.course-row:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); border-color: var(--border-strong); }
.course-row .cr-title { font-family: 'Fraunces', serif; font-size: 17.5px; font-weight: 600; color: var(--text-primary); margin: 0 0 3px; }
.course-row .cr-meta { font-size: 13px; color: var(--text-tertiary); }
.course-row .cr-teaser { font-size: 12.5px; color: var(--text-tertiary); margin-top: 5px; font-style: italic; }
.course-row .cr-arrow { font-size: 20px; color: var(--forest); flex-shrink: 0; }

/* course detail page */
.course-hero-meta { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 22px 0 4px; }
.video-embed { position: relative; padding-top: 56.25%; border-radius: var(--r-md); overflow: hidden; background: var(--ink); }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.course-guide { max-width: 760px; margin: -56px auto 8px; }

/* lesson list — video always visible; accordion holds summary + resources, not the video */
.lessons { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 44px; }
.lesson-block .lesson-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.lesson-block .ls-num { font-family: 'Fraunces', serif; font-style: italic; color: var(--forest); font-size: 15px; flex-shrink: 0; }
.lesson-block h3 { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 600; margin: 0; }
.lesson-more { margin-top: 14px; border-top: 1px solid var(--border-subtle); }
.lesson-more summary { font-weight: 600; font-size: 13.5px; color: var(--forest); cursor: pointer; list-style: none; display: flex; align-items: center; gap: 8px; padding: 12px 2px; }
.lesson-more summary::after { content: '+'; margin-left: auto; font-size: 18px; }
.lesson-more[open] summary::after { content: '–'; }
.lesson-more .lesson-summary-text { font-size: 14.5px; color: var(--text-secondary); margin: 0 0 16px; }
.lesson-more .lesson-quote { font-family: 'Fraunces', serif; font-size: 15.5px; color: var(--text-secondary); text-align: center; margin: 2px 0 18px; }
.lesson-resources { display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; padding-bottom: 4px; }
.lesson-resources .res-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: baseline; }
.lesson-resources .res-label { font-weight: 600; color: var(--text-primary); flex-shrink: 0; }
.lesson-resources ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 6px 16px; }
.lesson-resources li { color: var(--text-secondary); }
.lesson-resources a { color: var(--forest); font-weight: 600; text-decoration: none; }
.lesson-resources a:hover { text-decoration: underline; }
.mm-note { flex-basis: 100%; font-size: 11.5px; color: var(--text-tertiary); }
.deliverables-box { max-width: 720px; margin: 0 auto; border: 1px solid var(--border-subtle); border-radius: var(--r-xl); padding: 30px 32px; background: linear-gradient(165deg, var(--bg-surface) 55%, var(--forest-soft)); }
.deliverables-box h3 { font-family: 'Fraunces', serif; font-size: 19px; margin: 0 0 12px; color: var(--forest); }
.deliverables-box ul { margin: 0; padding: 0; list-style: none; }
.deliverables-box li { padding: 7px 0 7px 28px; position: relative; font-size: 14.5px; color: var(--text-secondary); }
.deliverables-box li::before { content: '✓'; position: absolute; left: 0; color: var(--forest); font-weight: 700; }
