/* Tracy Harris Co · Homepage
   Built on the brand token layer (tokens.css). Editorial / luxury direction. */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--f-sans);
  font-size: var(--s-md);
  line-height: var(--l-relaxed);
  color: var(--ink-body);
  background: var(--surface-canvas);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding-inline: clamp(22px, 5vw, 64px); }

/* ---------- type ---------- */
.eyebrow {
  font-family: var(--f-sans-label);
  font-size: var(--s-xs);
  font-weight: 600;
  letter-spacing: var(--t-widest);
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0 0 var(--sp-5);
}
.eyebrow--light { color: rgba(255,255,255,0.82); }

h1, h2, h3 { font-family: var(--f-serif-display); font-weight: 400; color: var(--ink-heading); }
h2 {
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.08;
  letter-spacing: var(--t-tight);
  margin: 0 0 var(--sp-6);
}
em, .em { font-family: var(--f-serif-italic); font-style: italic; }

.section { padding-block: clamp(72px, 11vw, 152px); }

/* ---------- buttons ---------- */
.btn {
  --b-bg: var(--accent); --b-fg: var(--accent-on);
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--f-sans-label); font-weight: 600;
  font-size: var(--s-sm); letter-spacing: .08em; text-transform: uppercase;
  padding: 16px 30px; border-radius: var(--r-pill);
  background: var(--b-bg); color: var(--b-fg);
  text-decoration: none; border: 1px solid var(--b-bg);
  cursor: pointer; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, background .3s, color .3s;
  will-change: transform;
}
.btn--lg { padding: 19px 38px; font-size: var(--s-base); }
.btn--solid { box-shadow: 0 10px 30px rgba(30,55,53,0.18); }
.btn--solid:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(30,55,53,0.28); }
.btn--ghost { background: transparent; color: var(--ink-heading); border-color: var(--border-hairline); box-shadow: none; }
.btn--ghost:hover { background: var(--accent); color: var(--accent-on); border-color: var(--accent); }
.btn--outline { background: transparent; color: var(--accent); border-color: currentColor; box-shadow: none; }
.btn--outline:hover { background: var(--accent); color: var(--accent-on); transform: translateY(-3px); }
.btn--on-dark { --b-bg: var(--p-oatmeal); --b-fg: var(--p-ffb-dark); border-color: var(--p-oatmeal); }
.btn--on-dark:hover { transform: translateY(-3px); }

.textlink {
  font-family: var(--f-sans-label); font-weight: 600; font-size: var(--s-sm);
  letter-spacing: .04em; text-decoration: none; color: rgba(255,255,255,0.9);
  border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 2px;
  transition: border-color .3s, color .3s;
}
.textlink:hover { border-color: rgba(255,255,255,0.95); }
.textlink--dark { color: var(--ink-heading); border-color: var(--border-divider); }
.textlink--dark:hover { color: var(--accent-hover); }

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1 !important; transform: none !important; } }

/* ================= NAV ================= */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  transition: background .4s ease, box-shadow .4s ease, transform .45s ease;
}
.nav__inner { display: flex; align-items: center; gap: var(--sp-6); height: 76px; }
.nav__brand { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.nav__mark { height: 26px; width: auto; }
.nav__name { font-family: var(--f-serif-display); font-size: 22px; letter-spacing: .01em; color: var(--ink-heading); }
.nav__links { display: flex; gap: var(--sp-6); }
.nav__links a {
  font-family: var(--f-sans-label); font-size: 13px; font-weight: 500; letter-spacing: .04em;
  text-decoration: none; color: var(--ink-body); position: relative; padding: 4px 0;
}
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px; background: currentColor; transition: width .35s ease; }
.nav__links a:hover::after { width: 100%; }
.nav__cta { padding: 11px 22px; }

/* over hero = light text on photo */
.nav[data-state="over-hero"] { background: transparent; }
.nav[data-state="over-hero"] .nav__name,
.nav[data-state="over-hero"] .nav__links a { color: #fff; }
.nav[data-state="over-hero"] .nav__mark { filter: brightness(0) invert(1); }
.nav[data-state="over-hero"] .nav__cta { color: #fff; border-color: rgba(255,255,255,0.45); }
.nav[data-state="over-hero"] .nav__cta:hover { background: #fff; color: var(--p-aztek); border-color:#fff; }
.nav[data-state="over-hero"] .nav__burger span { background:#fff; }

/* scrolled = solid cream */
.nav[data-state="scrolled"] { background: rgba(246,244,241,0.86); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--border-hairline); }
.nav[data-state="hidden"] { transform: translateY(-100%); }

.nav__burger { display: none; flex-direction: column; gap: 6px; width: 30px; height: 30px; background: none; border: 0; cursor: pointer; align-items: center; justify-content: center; }
.nav__burger span { display: block; width: 24px; height: 2px; background: var(--ink-heading); transition: transform .3s, opacity .3s; }

/* drawer */
.drawer { position: fixed; inset: 0; z-index: 55; background: var(--p-aztek); clip-path: circle(0 at calc(100% - 38px) 38px); transition: clip-path .55s cubic-bezier(.7,0,.2,1); visibility: hidden; }
.drawer.open { clip-path: circle(150% at calc(100% - 38px) 38px); visibility: visible; }
.drawer__links { height: 100%; display: flex; flex-direction: column; justify-content: center; gap: var(--sp-5); padding: 0 12vw; }
.drawer__links a { font-family: var(--f-serif-display); font-size: clamp(30px, 9vw, 46px); color: #fff; text-decoration: none; opacity: 0; transform: translateY(14px); transition: opacity .5s, transform .5s; }
.drawer.open .drawer__links a { opacity: 1; transform: none; }
.drawer.open .drawer__links a:nth-child(1){transition-delay:.12s}
.drawer.open .drawer__links a:nth-child(2){transition-delay:.18s}
.drawer.open .drawer__links a:nth-child(3){transition-delay:.24s}
.drawer.open .drawer__links a:nth-child(4){transition-delay:.30s}
.drawer.open .drawer__links a:nth-child(5){transition-delay:.36s}
.drawer__cta { font-family: var(--f-sans-label) !important; font-size: 14px !important; align-self: flex-start; margin-top: var(--sp-4); }
body.nav-open { overflow: hidden; }

/* ================= HERO ================= */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: #fff; padding-top: 100px; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 116%; object-fit: cover; object-position: 50% 32%; will-change: transform; }
.hero__scrim { position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(14,18,17,0.58) 0%, rgba(14,18,17,0.10) 24%, rgba(14,18,17,0.46) 56%, rgba(10,14,13,0.90) 100%); }
.hero__content { position: relative; padding-bottom: var(--sp-7); }
.hero__title { font-size: clamp(46px, 8.4vw, 124px); line-height: .98; letter-spacing: -0.025em; color: #fff; margin: 0 0 var(--sp-5); font-weight: 400; text-shadow: 0 2px 30px rgba(0,0,0,0.35); }
.hero__title .line { display: block; overflow: hidden; padding-bottom: 0.18em; }
/* CSS-owned line reveal: always ends visible, no JS required */
.hero__title .line > span, .hero__title .line > em > span { display: inline-block; transform: translateY(120%); animation: heroLineUp 1s cubic-bezier(.16,1,.3,1) forwards; }
.hero__title .line:nth-of-type(1) > span { animation-delay: .12s; }
.hero__title .line:nth-of-type(2) em > span { animation-delay: .26s; }
@keyframes heroLineUp { to { transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .hero__title .line > span, .hero__title .line > em > span { animation: none; transform: none; }
}
.hero__title em { color: #b7d3bb; text-shadow: 0 2px 30px rgba(0,0,0,0.4), 0 0 22px rgba(0,0,0,0.6); }
.hero__lead { max-width: 56ch; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.6; color: rgba(255,255,255,0.92); margin: 0 0 var(--sp-6); }
.hero__actions { display: flex; align-items: center; gap: var(--sp-6); flex-wrap: wrap; }
.hero__stats { position: relative; display: flex; gap: clamp(28px, 6vw, 84px); padding-top: var(--sp-6); padding-bottom: var(--sp-7); border-top: 1px solid rgba(255,255,255,0.22); }
.stat__num { display: block; font-family: var(--f-serif-display); font-size: clamp(34px, 4.6vw, 60px); line-height: 1; color: #fff; }
.stat__label { font-family: var(--f-sans-label); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
.hero__scroll { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 1px solid rgba(255,255,255,0.5); border-radius: 14px; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 3px; height: 7px; background: #fff; border-radius: 2px; transform: translateX(-50%); animation: scrolldot 1.8s infinite; }
@keyframes scrolldot { 0%{opacity:0;transform:translate(-50%,0)} 30%{opacity:1} 70%{opacity:1} 100%{opacity:0;transform:translate(-50%,12px)} }

/* ================= MARQUEE ================= */
.marquee { background: var(--p-aztek); color: var(--p-oatmeal); overflow: hidden; padding: 18px 0; }
.marquee__track { display: inline-flex; align-items: center; gap: 28px; white-space: nowrap; font-family: var(--f-serif-italic); font-style: italic; font-size: clamp(20px, 2.4vw, 30px); animation: marquee 32s linear infinite; }
.marquee__track i { font-style: normal; opacity: .5; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce){ .marquee__track{ animation: none; } }

/* ================= RECOGNITION ================= */
.recognition { background: var(--surface-canvas); }
.recognition__inner { max-width: 980px; }
.recognition__title { font-size: clamp(28px, 4.2vw, 52px); max-width: 18ch; margin-bottom: var(--sp-7); }
.recognition__list { list-style: none; margin: 0 0 var(--sp-7); padding: 0; }
.recognition__list li {
  font-family: var(--f-serif-display); font-size: clamp(22px, 3vw, 36px); line-height: 1.3; color: var(--ink-heading);
  padding: var(--sp-5) 0; border-top: 1px solid var(--border-hairline); position: relative; padding-left: 1.4em;
}
.recognition__list li:last-child { border-bottom: 1px solid var(--border-hairline); }
.recognition__list li::before { content: ""; position: absolute; left: 0; top: calc(var(--sp-5) + .62em); width: .55em; height: 1px; background: var(--p-sage); }
.recognition__close { font-size: clamp(17px, 1.7vw, 21px); max-width: 60ch; color: var(--ink-body); }

/* ================= PATHWAY ================= */
.pathway { background: var(--surface-canvas); }
.pathway__head { max-width: 22ch; margin-bottom: var(--sp-8); }
.pathway__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--border-hairline); }
.pillar { padding: var(--sp-7) var(--sp-6) var(--sp-7) 0; border-right: 1px solid var(--border-hairline); }
.pillar:last-child { border-right: 0; }
.pillar + .pillar { padding-left: var(--sp-6); }
.pillar__num { font-family: var(--f-sans-label); font-size: 13px; letter-spacing: .2em; color: var(--p-sage); }
.pillar__name { font-size: clamp(30px, 3.6vw, 44px); margin: var(--sp-3) 0 var(--sp-4); }
.pillar p { margin: 0; color: var(--ink-body); font-size: var(--s-md); }
.pathway__link { margin-top: var(--sp-7); }

/* ================= FREE CLASS ================= */
.class { background: var(--surface-canvas); }
.class__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.class__title { font-size: clamp(30px, 4vw, 50px); }
.class__points { list-style: none; margin: var(--sp-6) 0; padding: 0; }
.class__points li { position: relative; padding: 14px 0 14px 36px; border-top: 1px solid var(--border-hairline); font-size: var(--s-md); }
.class__points li::before { content: ""; position: absolute; left: 4px; top: 19px; width: 14px; height: 14px; border: 1.5px solid var(--accent); border-radius: 50%; }
.class__points li::after { content: ""; position: absolute; left: 9px; top: 22px; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }
.class__media { margin: 0; overflow: hidden; border-radius: var(--r-lg); }
.class__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 22%; }

/* ================= PROOF ================= */
.proof { background: var(--surface-elevated); }
.proof__head { max-width: 24ch; margin-bottom: var(--sp-8); }
.proof__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-5); }
.quote { margin: 0; background: var(--surface-canvas); border: 1px solid var(--border-hairline); border-radius: var(--r-lg); padding: var(--sp-6); display: flex; flex-direction: column; gap: var(--sp-5); min-height: 240px; }
.quote p { font-family: var(--f-serif-display); font-size: clamp(19px, 1.9vw, 23px); line-height: 1.4; color: var(--ink-heading); margin: 0; flex: 1; }
.quote p::before { content: "\201C"; font-family: var(--f-serif-display); font-size: 2.4em; line-height: 0; color: var(--p-sage); margin-right: .08em; vertical-align: -0.35em; }
.quote cite { font-family: var(--f-sans-label); font-style: normal; font-size: 13px; letter-spacing: .06em; color: var(--ink-mute); }
.proof__note { margin-top: var(--sp-6); font-size: 14px; color: var(--ink-mute); font-style: italic; font-family: var(--f-serif-italic); }

/* ================= PRODUCTS ================= */
.products { background: var(--surface-canvas); }
.products__head { max-width: 26ch; margin-bottom: var(--sp-8); }
.products__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); }
.product { background: var(--surface-elevated); border: 1px solid var(--border-hairline); border-radius: var(--r-lg); padding: clamp(28px, 3.4vw, 48px); display: flex; flex-direction: column; gap: var(--sp-5); transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s; }
.product:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(16,16,16,0.10); }
.product--dark { background: var(--p-ffb-dark); color: var(--p-oatmeal); border-color: transparent; }
.product--dark .product__name { color: #fff; }
.product--dark .product__kind { color: rgba(255,255,255,0.66); }
.product__name { font-size: clamp(26px, 3vw, 38px); margin: 0; }
.product__kind { font-family: var(--f-sans-label); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); margin: 8px 0 0; }
.product__body { margin: 0; flex: 1; }
.product__foot { display: flex; align-items: center; gap: var(--sp-5); flex-wrap: wrap; }

/* ================= MEET TRACY ================= */
.meet { background: var(--surface-canvas); }
.meet__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.meet__media { position: relative; margin: 0; }
.meet__media img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--r-lg); }
.meet__mark { position: absolute; right: -18px; bottom: -18px; width: 64px; height: 64px; background: var(--p-oatmeal); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(16,16,16,0.12); }
.meet__title { font-size: clamp(30px, 4vw, 52px); max-width: 14ch; }
.meet__text p { margin: 0 0 var(--sp-5); max-width: 54ch; }
.meet__text p:first-of-type { font-size: clamp(18px, 1.9vw, 22px); color: var(--ink-heading); }

/* ================= PODCAST ================= */
.podcast { background: var(--p-aztek); color: var(--p-oatmeal); }
.podcast__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.podcast .eyebrow { color: var(--p-sage); }
.podcast__title { color: #fff; font-size: clamp(28px, 3.8vw, 50px); }
.podcast__text p { color: rgba(255,255,255,0.85); max-width: 48ch; margin-bottom: var(--sp-6); }
.podcast .btn--outline { color: var(--p-oatmeal); }
.podcast .btn--outline:hover { background: var(--p-oatmeal); color: var(--p-aztek); }
.waves { display: flex; align-items: center; justify-content: center; gap: 7px; height: 160px; }
.waves span { width: 5px; border-radius: var(--r-pill); background: linear-gradient(var(--p-sage), var(--p-oatmeal)); animation: wave 1.5s ease-in-out infinite; }
.waves span:nth-child(odd){ animation-duration: 1.9s; }
.waves span:nth-child(3n){ animation-duration: 1.2s; }
@keyframes wave { 0%,100%{ height: 18px; opacity:.5 } 50%{ height: 110px; opacity:1 } }
@media (prefers-reduced-motion: reduce){ .waves span{ animation:none; height: 64px; } }

/* ================= INVITE ================= */
.invite { position: relative; color: #fff; overflow: hidden; text-align: center; }
.invite__media { position: absolute; inset: 0; z-index: -2; }
.invite__media img { width: 100%; height: 120%; object-fit: cover; object-position: 50% 28%; }
.invite::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(30,55,53,0.78), rgba(16,16,16,0.78)); }
.invite__inner { max-width: 820px; }
.invite__title { color: #fff; font-size: clamp(30px, 4.6vw, 60px); margin-bottom: var(--sp-7); }
.invite__title em { color: var(--p-sage); }
.invite__actions { display: inline-flex; align-items: center; gap: var(--sp-6); flex-wrap: wrap; justify-content: center; }

/* ================= FOOTER ================= */
.footer { background: var(--p-charcoal); color: rgba(255,255,255,0.7); padding-top: clamp(56px, 8vw, 100px); }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: var(--sp-7); padding-bottom: var(--sp-8); }
.footer__logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; margin-bottom: var(--sp-4); }
.footer__logo img { filter: brightness(0) invert(1); height: 34px; width: auto; }
.footer__logo span { font-family: var(--f-serif-display); font-size: 26px; }
.footer__tag { font-family: var(--f-serif-italic); font-style: italic; font-size: 19px; color: rgba(255,255,255,0.78); margin: 0; }
.footer__col h4 { font-family: var(--f-sans-label); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin: 0 0 var(--sp-4); font-weight: 600; }
.footer__col a { display: block; text-decoration: none; color: rgba(255,255,255,0.8); padding: 6px 0; font-size: 14px; transition: color .25s; }
.footer__col a:hover { color: #fff; }
.footer__base { display: flex; justify-content: space-between; gap: var(--sp-5); flex-wrap: wrap; padding-block: var(--sp-6); border-top: 1px solid rgba(255,255,255,0.12); font-size: 12px; color: rgba(255,255,255,0.5); }
.footer__base p { margin: 0; }

/* ================= RESPONSIVE ================= */
@media (max-width: 940px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .class__inner, .meet__inner, .podcast__inner { grid-template-columns: 1fr; }
  .meet__media { order: -1; max-width: 460px; }
  .pathway__grid { grid-template-columns: 1fr; border-top: 0; }
  .pillar { border-right: 0; border-top: 1px solid var(--border-hairline); padding: var(--sp-6) 0; }
  .pillar + .pillar { padding-left: 0; }
  .proof__grid { grid-template-columns: 1fr; }
  .quote { min-height: 0; }
  .products__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .hero { padding-top: 88px; }
  .hero__scrim { background:
    linear-gradient(180deg, rgba(12,16,15,0.50) 0%, rgba(12,16,15,0.16) 20%, rgba(12,16,15,0.58) 52%, rgba(8,12,11,0.94) 100%); }
  .hero__title { font-size: clamp(40px, 12vw, 60px); text-shadow: 0 2px 24px rgba(0,0,0,0.45); }
  .hero__lead { font-size: 16px; line-height: 1.55; color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,0.5); }
  .hero__stats { gap: 22px; flex-wrap: wrap; }
  .stat { min-width: 40%; }
  .hero__actions, .invite__actions { gap: var(--sp-5); }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__base { flex-direction: column; gap: 8px; }
}

/* ============================================================
   View switcher — toggle between the two homepages (/ and /edition/)
   ============================================================ */
.vswitch { position: relative; display: inline-flex; z-index: 60; }
.vswitch__btn {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  background: transparent; border: 1px solid rgba(16,16,16,.22); border-radius: 999px;
  padding: 8px 13px; font-family: var(--f-sans-label, sans-serif);
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: inherit; line-height: 1; white-space: nowrap;
  transition: border-color .2s, background .2s, color .2s;
}
.vswitch__btn:hover { border-color: rgba(16,16,16,.5); }
.vswitch__btn strong { font-weight: 700; }
.vswitch__pre { opacity: .55; }
.vswitch__chev { width: 11px; height: 11px; opacity: .75; transition: transform .25s ease; }
.vswitch[data-open="true"] .vswitch__chev { transform: rotate(180deg); }
.vswitch__menu {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 252px;
  background: var(--p-oatmeal, #f6f4f1); border: 1px solid rgba(16,16,16,.10);
  border-radius: 14px; box-shadow: 0 24px 60px rgba(16,16,16,.20); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.vswitch[data-open="true"] .vswitch__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.vswitch__head {
  font-family: var(--f-sans-label, sans-serif); font-size: 10px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--p-mute, #727272); margin: 0; padding: 8px 12px 6px;
}
.vswitch__item { display: block; text-decoration: none; border-radius: 10px; padding: 11px 12px; transition: background .18s; }
.vswitch__item:hover { background: rgba(16,16,16,.05); }
.vswitch__item.is-current { background: var(--p-aztek, #1e3735); }
.vswitch__item.is-current:hover { background: var(--p-aztek, #1e3735); }
.vswitch__name {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--f-serif-display, Georgia, serif); font-size: 18px; font-weight: 400;
  letter-spacing: .01em; line-height: 1.05; color: var(--p-charcoal, #101010);
}
.vswitch__desc {
  display: block; margin-top: 3px; font-family: var(--f-sans, sans-serif);
  font-size: 11.5px; font-weight: 500; letter-spacing: .02em; text-transform: none;
  color: var(--p-mute, #727272);
}
.vswitch__item.is-current .vswitch__name,
.vswitch__item.is-current .vswitch__desc { color: #fff; }
.vswitch__tick {
  font-family: var(--f-sans-label, sans-serif); font-size: 9px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; opacity: .85;
  border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: 3px 7px;
}
@media (max-width: 640px) {
  .vswitch__btn { padding: 7px 10px; font-size: 10px; letter-spacing: .08em; gap: 6px; }
  .vswitch__pre { display: none; }
  .vswitch__menu { min-width: 228px; }
}
.nav__lead { display: flex; align-items: center; gap: 14px; margin-right: auto; min-width: 0; }
.nav__lead .nav__brand { margin-right: 0; }
.nav[data-state="over-hero"] .vswitch__btn { color: #fff; border-color: rgba(255,255,255,.5); }
.nav[data-state="over-hero"] .vswitch__btn:hover { border-color: #fff; background: rgba(255,255,255,.08); }
@media (max-width: 640px) { .nav__lead { gap: 10px; } }

/* ============================================================
   SUBPAGES (v1 / cinematic) — podcast, resources, ffb, apply
   Dark page-hero band keeps the over-hero nav styling correct.
   ============================================================ */
.phero {
  position: relative; color: #fff; overflow: hidden;
  background: var(--p-aztek);
  background-image: radial-gradient(120% 130% at 12% 0%, #25433f 0%, var(--p-aztek) 52%, #0f1f1d 100%);
  padding: clamp(150px, 20vh, 220px) 0 clamp(64px, 9vw, 110px);
}
.phero--photo .phero__bg { position: absolute; inset: 0; z-index: 0; }
.phero--photo .phero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%; }
.phero--photo::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(15,25,23,0.72) 0%, rgba(15,25,23,0.42) 45%, rgba(12,20,18,0.86) 100%); }
.phero__inner { position: relative; z-index: 2; max-width: 920px; }
.phero__eyebrow { font-family: var(--f-sans-label); font-size: var(--s-xs); font-weight: 600; letter-spacing: var(--t-widest); text-transform: uppercase; color: var(--p-sage); margin: 0 0 var(--sp-5); }
.phero__title { font-size: clamp(40px, 6.6vw, 86px); line-height: 1.02; letter-spacing: -0.025em; color: #fff; margin: 0 0 var(--sp-5); font-weight: 400; }
.phero__title em { color: #b7d3bb; font-style: italic; }
.phero__lead { max-width: 60ch; font-size: clamp(16px, 1.6vw, 21px); line-height: 1.6; color: rgba(255,255,255,0.9); margin: 0 0 var(--sp-6); }
.phero__actions { display: flex; align-items: center; gap: var(--sp-6); flex-wrap: wrap; }
.phero__stats { display: flex; gap: clamp(28px, 6vw, 80px); margin-top: var(--sp-7); padding-top: var(--sp-6); border-top: 1px solid rgba(255,255,255,0.2); }
.phero__stats .stat__num { color: #fff; }
.phero__stats .stat__label { color: rgba(255,255,255,0.72); }

/* listen-on platform pills */
.listen { display: flex; gap: var(--sp-4); flex-wrap: wrap; }
.listen a {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  font-family: var(--f-sans-label); font-size: 13px; font-weight: 600; letter-spacing: .04em;
  color: #fff; border: 1px solid rgba(255,255,255,0.4); border-radius: var(--r-pill); padding: 11px 20px;
  transition: background .25s, border-color .25s, color .25s;
}
.listen a:hover { background: #fff; color: var(--p-aztek); border-color: #fff; }
.listen svg { width: 17px; height: 17px; }

/* generic page intro */
.lede { max-width: 62ch; font-size: clamp(18px, 2vw, 24px); line-height: 1.5; color: var(--ink-heading); font-family: var(--f-serif-display); }

/* episode list */
.eps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border-hairline); }
.eps li { border-bottom: 1px solid var(--border-hairline); }
.eps a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(16px, 3vw, 40px); padding: var(--sp-6) 4px; text-decoration: none; color: var(--ink-heading); transition: padding-left .3s ease, background .3s ease; }
.eps a:hover { padding-left: 16px; background: rgba(30,55,53,0.03); }
.ep__no { font-family: var(--f-sans-label); font-size: 12px; letter-spacing: .12em; color: var(--p-sage); white-space: nowrap; }
.ep__title { font-family: var(--f-serif-display); font-size: clamp(20px, 2.6vw, 30px); line-height: 1.2; }
.ep__meta { font-family: var(--f-sans-label); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); white-space: nowrap; }
.eps .ep__arrow { color: var(--p-sage); }

/* card grid (resources, what's inside) */
.cardgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }
.cardgrid--2 { grid-template-columns: repeat(2, 1fr); }
.rcard { background: var(--surface-elevated); border: 1px solid var(--border-hairline); border-radius: var(--r-lg); padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column; gap: var(--sp-4); transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s; }
.rcard:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(16,16,16,0.10); }
.rcard__tag { font-family: var(--f-sans-label); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--p-sage); }
.rcard__name { font-family: var(--f-serif-display); font-size: clamp(23px, 2.6vw, 30px); color: var(--ink-heading); margin: 0; line-height: 1.15; }
.rcard__body { margin: 0; flex: 1; color: var(--ink-body); font-size: var(--s-md); }
.rcard__link { margin-top: var(--sp-3); }

/* feature rows (ffb inside) */
.frow { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.frow + .frow { margin-top: clamp(56px, 8vw, 120px); }
.frow--rev .frow__media { order: -1; }
.frow__media { margin: 0; overflow: hidden; border-radius: var(--r-lg); }
.frow__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 24%; }
.frow__list { list-style: none; margin: var(--sp-5) 0 0; padding: 0; }
.frow__list li { position: relative; padding: 14px 0 14px 32px; border-top: 1px solid var(--border-hairline); font-size: var(--s-md); }
.frow__list li::before { content: ""; position: absolute; left: 2px; top: 22px; width: 12px; height: 12px; border: 1.5px solid var(--accent); border-radius: 50%; }

/* for-you / not-for-you */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); }
.fit__col { background: var(--surface-elevated); border: 1px solid var(--border-hairline); border-radius: var(--r-lg); padding: clamp(28px, 3vw, 44px); }
.fit__col h3 { font-size: clamp(22px, 2.4vw, 28px); margin: 0 0 var(--sp-5); }
.fit ul { list-style: none; margin: 0; padding: 0; }
.fit li { padding: 12px 0 12px 30px; position: relative; border-top: 1px solid var(--border-hairline); }
.fit li:first-child { border-top: 0; }
.fit__yes li::before { content: "✓"; position: absolute; left: 0; color: var(--p-sage); font-weight: 700; }
.fit__no li::before { content: "—"; position: absolute; left: 0; color: var(--ink-mute); }

/* numbered steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-5); counter-reset: step; }
.steps--3 { grid-template-columns: repeat(3, 1fr); }
.steps li { counter-increment: step; padding-top: var(--sp-6); border-top: 2px solid var(--accent); }
.steps li::before { content: counter(step, decimal-leading-zero); display: block; font-family: var(--f-serif-display); font-size: clamp(34px, 4vw, 52px); color: var(--accent); line-height: 1; margin-bottom: var(--sp-3); }
.steps h3 { font-size: clamp(19px, 2vw, 24px); margin: 0 0 8px; }
.steps p { margin: 0; font-size: var(--s-base); color: var(--ink-body); }

/* FAQ */
.faq { max-width: 860px; }
.faq__item { border-bottom: 1px solid var(--border-hairline); }
.faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: var(--sp-5); padding: var(--sp-5) 0; font-family: var(--f-serif-display); font-size: clamp(19px, 2.2vw, 26px); color: var(--ink-heading); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-family: var(--f-sans); font-size: 26px; color: var(--p-sage); transition: transform .3s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { margin: 0 0 var(--sp-5); max-width: 64ch; color: var(--ink-body); }

/* application form */
.applyform { background: var(--surface-elevated); border: 1px solid var(--border-hairline); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 56px); max-width: 720px; }
.applyform .field { margin-bottom: var(--sp-5); }
.applyform label { display: block; font-family: var(--f-sans-label); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 8px; }
.applyform input, .applyform select, .applyform textarea {
  width: 100%; font-family: var(--f-sans); font-size: var(--s-md); color: var(--ink-heading);
  background: var(--surface-canvas); border: 1px solid var(--border-hairline); border-radius: var(--r-md);
  padding: 14px 16px; transition: border-color .2s;
}
.applyform input:focus, .applyform select:focus, .applyform textarea:focus { outline: none; border-color: var(--accent); }
.applyform textarea { min-height: 120px; resize: vertical; }
.applyform .field--row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); }

.section--tight { padding-block: clamp(48px, 7vw, 96px); }
.center { text-align: center; margin-inline: auto; }
.sec-head { max-width: 30ch; margin-bottom: var(--sp-8); }
.sec-head.center { margin-inline: auto; }

@media (max-width: 940px) {
  .cardgrid, .cardgrid--2 { grid-template-columns: 1fr; }
  .frow, .frow--rev .frow__media { grid-template-columns: 1fr; }
  .frow__media { order: -1; max-width: 460px; }
  .fit, .steps, .steps--3 { grid-template-columns: 1fr; }
  .eps a { grid-template-columns: auto 1fr; }
  .eps .ep__meta { display: none; }
}
@media (max-width: 560px) {
  .applyform .field--row { grid-template-columns: 1fr; }
  .phero { padding-top: 120px; }
}
