
:root{
  --ink:#0A0806;
  --ink-2:#120E08;
  --gold:#D2AC6B;
  --gold-pale:#EBD9B4;
  --gold-deep:#9C7A3E;
  --cream:#F2ECDD;
  --cream-deep:#E8E0CC;
  --muted:#A99C84;
  --muted-dark:#7A6E56;
  --hair:rgba(210,172,107,.22);
  --hair-cream:rgba(122,102,62,.25);
  --serif:'Cormorant Garamond', Georgia, serif;
  --sans:'Jost','Segoe UI',sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--ink);color:var(--cream);font-family:var(--sans);font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}
::selection{background:var(--gold);color:var(--ink)}
em,i,cite,address,blockquote{font-style:normal}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:1240px;margin:0 auto;padding:0 clamp(24px,5vw,64px)}
h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.08}
.it{}
.gd{color:var(--gold)}
.cap{font-size:.68rem;letter-spacing:.34em;text-transform:uppercase;font-weight:400;color:var(--gold)}
.cap-muted{font-size:.66rem;letter-spacing:.3em;text-transform:uppercase;color:var(--muted)}
.rule{border:none;border-top:1px solid var(--hair)}

/* buttons — one gold, one bare */
.btn{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--sans);font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;font-weight:400;cursor:pointer;transition:all .3s ease}
.btn-gold{background:var(--gold);color:#1C1406;border:1px solid var(--gold);padding:1.05rem 2.1rem}
.btn-gold:hover{background:var(--gold-pale);border-color:var(--gold-pale)}
.btn-bare{background:none;border:none;color:var(--gold);padding:0;border-bottom:1px solid var(--hair);padding-bottom:.35rem}
.btn-bare:hover{border-bottom-color:var(--gold)}
.btn:focus-visible{outline:1px solid var(--gold);outline-offset:4px}

/* underline form */
.uform{display:flex;gap:1.4rem;align-items:flex-end;flex-wrap:wrap}
.uform input{background:none;border:none;border-bottom:1px solid rgba(242,236,221,.3);color:var(--cream);font-family:var(--serif);font-size:1.15rem;padding:.55rem .1rem;min-width:280px;flex:1}
.uform input::placeholder{color:rgba(242,236,221,.35)}
.uform input:focus{outline:none;border-bottom-color:var(--gold)}

/* ---- top line ---- */
.topline{border-bottom:1px solid var(--hair);font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:var(--muted);text-align:center;padding:.7rem 1rem}
.topline a{color:var(--gold);border-bottom:1px solid var(--hair)}
.topline a:hover{border-bottom-color:var(--gold)}

/* ---- nav ---- */
nav{position:sticky;top:0;z-index:80;background:rgba(10,8,6,.82);backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:border-color .4s}
nav.scrolled{border-bottom-color:var(--hair)}
.nav-in{display:flex;align-items:center;justify-content:space-between;height:78px}
.logo{display:flex;align-items:center;gap:.85rem}
.logo svg{width:34px;height:37px;flex:none}
.logo-t{font-size:.66rem;letter-spacing:.26em;font-weight:400;line-height:1.5}
.logo-t small{display:block;font-size:.5rem;letter-spacing:.5em;color:var(--gold);margin-top:.1rem}
.nav-links{display:flex;gap:2.6rem;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase}
.nav-links a{color:var(--muted);transition:color .25s}
.nav-links a:hover{color:var(--gold-pale)}
.nav-join{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:#1C1406;background:var(--gold);padding:.75rem 1.5rem;border:1px solid var(--gold);border-radius:2px;transition:background .3s ease,transform .25s ease,box-shadow .3s ease;box-shadow:0 6px 20px rgba(210,172,107,.22)}
.nav-join:hover{background:var(--gold-pale);transform:translateY(-1px);box-shadow:0 10px 28px rgba(210,172,107,.34)}
[data-theme="light"] .nav-join{color:#F4EEE0}

/* ---- hero ---- */
.hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden}
.hero-haze{position:absolute;inset:0;pointer-events:none;background:
  radial-gradient(56vw 70vh at 72% 42%, rgba(210,172,107,.20), rgba(210,172,107,.05) 45%, transparent 70%),
  radial-gradient(30vw 40vh at 78% 20%, rgba(235,217,180,.10), transparent 65%)}
.hero-rays{display:none}
@keyframes spin{to{transform:rotate(360deg)}}
.hero-grid{position:relative;width:100%;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:2rem}
.hero-copy{padding:6rem 0 6rem;position:relative;z-index:3}
.hero-copy .cap{display:block;margin-bottom:2.2rem}
.hero h1{font-size:clamp(2.4rem,4.4vw,3.9rem);font-weight:400;letter-spacing:-.005em;line-height:1.12}
.hero h1 .ln2{display:block;color:var(--gold);font-weight:400;margin-top:.5rem}
.hero-sub{margin:2rem 0 3rem;max-width:430px;color:var(--muted);font-size:1rem;line-height:1.85}
.hero .uform{max-width:520px}
.hero-note{margin-top:1.1rem;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-dark)}
.hero-live{margin-top:3.4rem;display:flex;align-items:center;gap:1.1rem;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}
.hero-live b{color:var(--gold-pale);font-weight:400;font-variant-numeric:tabular-nums}
.dot{width:6px;height:6px;border-radius:50%;background:var(--gold);animation:pulse 2s ease infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.25}}
.hero-figure{position:relative;z-index:2;align-self:center;display:flex;justify-content:center;align-items:flex-end}
.hero-figure img{width:min(42vw,520px);max-width:none;filter:drop-shadow(0 30px 80px rgba(0,0,0,.6)) drop-shadow(0 0 90px rgba(210,172,107,.16))}
.hero-figure::after{content:"";position:absolute;left:0;right:0;bottom:0;height:24%;background:linear-gradient(180deg,transparent,var(--ink) 92%);pointer-events:none}
.hero-side{position:absolute;left:clamp(6px,1.6vw,22px);bottom:7rem;z-index:4;writing-mode:vertical-rl;transform:rotate(180deg);font-size:.62rem;letter-spacing:.42em;text-transform:uppercase;color:var(--muted-dark)}
.hero-proof{position:absolute;right:clamp(6px,2vw,30px);bottom:7rem;z-index:4;writing-mode:vertical-rl;font-size:.62rem;letter-spacing:.42em;text-transform:uppercase;color:var(--muted-dark)}

/* ---- marquee ---- */
.marquee{border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);overflow:hidden;padding:1.4rem 0;background:var(--ink-2)}
.marquee-track{display:flex;gap:4rem;width:max-content;animation:slide 44s linear infinite}
.marquee span{font-family:var(--serif);font-size:1.5rem;font-weight:300;color:var(--gold-pale);white-space:nowrap;display:flex;align-items:center;gap:4rem}
.marquee em{font-style:normal;color:var(--gold-deep);font-size:.9rem}
@keyframes slide{to{transform:translateX(-50%)}}

/* ---- library (cream, order of service) ---- */
.library{background:var(--cream);color:#221A0E;padding:8rem 0 7rem}
.lib-head{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:end;margin-bottom:4.5rem}
.lib-head .cap{color:var(--gold-deep)}
.lib-head h2{font-size:clamp(2.4rem,4.4vw,3.8rem);margin-top:1.4rem;color:#1C1406}
.lib-head p{color:#6E6146;max-width:400px;justify-self:end;font-size:.96rem}
.index{border-top:1px solid var(--hair-cream)}
.row{display:grid;grid-template-columns:110px 1fr auto auto;gap:2.5rem;align-items:baseline;padding:2.1rem 0;border-bottom:1px solid var(--hair-cream);transition:padding .35s ease;cursor:pointer}
.row:hover{padding-left:1.2rem}
.row .num{font-family:var(--serif);font-size:1.5rem;color:var(--gold-deep);}
.row h3{font-size:clamp(1.5rem,2.6vw,2.1rem);color:#221A0E;transition:color .3s}
.row:hover h3{color:var(--gold-deep)}
.row p{font-size:.86rem;color:#8A7B5C;max-width:340px}
.row .ct{font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:#8A7B5C;white-space:nowrap}
.row .go{font-family:var(--serif);font-size:1.4rem;color:var(--gold-deep);transition:transform .3s}
.row:hover .go{transform:translateX(8px)}
.lib-foot{margin-top:3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}
.lib-foot .cap-muted{color:#8A7B5C}
.library .btn-bare{color:var(--gold-deep);border-bottom-color:var(--hair-cream)}
.library .btn-bare:hover{border-bottom-color:var(--gold-deep)}

/* ---- five days ---- */
.five{position:relative;padding:9rem 0;overflow:hidden;border-bottom:1px solid var(--hair)}
.five-ghost{position:absolute;top:50%;left:-2vw;transform:translateY(-50%);font-family:var(--serif);font-size:clamp(18rem,36vw,32rem);line-height:1;color:transparent;-webkit-text-stroke:1px rgba(210,172,107,.10);pointer-events:none;user-select:none}
.five-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.five h2{font-size:clamp(2.6rem,5vw,4.4rem)}
.five h2 span{display:block;color:var(--gold);font-weight:400}
.five-lede{margin-top:1.8rem;color:var(--muted);max-width:420px}
.days{border-top:1px solid var(--hair);margin-bottom:2.6rem}
.day{display:grid;grid-template-columns:70px 1fr;gap:1.5rem;align-items:baseline;padding:1.05rem 0;border-bottom:1px solid var(--hair)}
.day i{font-family:var(--serif);font-size:1.05rem;color:var(--gold-deep)}
.day span{font-family:var(--serif);font-size:1.3rem;color:var(--cream)}
.five .uform{flex-direction:column;align-items:stretch;gap:.4rem}
.five .uform .btn-gold{margin-top:1.6rem;justify-content:center}
.five-note{margin-top:1rem;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-dark);text-align:center}

/* ---- guide ---- */
.guide{padding:8.5rem 0;position:relative;overflow:hidden}
.guide-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:4rem;align-items:center}
.guide-fig{position:relative;display:flex;justify-content:center}
.guide-fig::before{content:"";position:absolute;top:8%;left:50%;transform:translateX(-50%);width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle, rgba(210,172,107,.22), transparent 68%)}
.guide-fig img{position:relative;width:min(30vw,380px);filter:drop-shadow(0 24px 60px rgba(0,0,0,.55))}
.guide-fig::after{content:"";position:absolute;left:10%;right:10%;bottom:0;height:26%;background:linear-gradient(180deg,transparent,var(--ink) 90%)}
.guide-copy{position:relative;z-index:2;text-align:right}
.guide-copy .qmark{font-family:var(--serif);font-size:6rem;line-height:.3;color:var(--gold);opacity:.45;display:block;margin-bottom:1.2rem}
.guide-quote{font-family:var(--serif);font-weight:400;font-size:clamp(1.6rem,2.8vw,2.3rem);line-height:1.4;color:var(--gold-pale);max-width:640px;margin-left:auto}
.guide-who{margin-top:2.6rem;display:flex;align-items:baseline;gap:1.4rem;justify-content:flex-end}
.guide-who b{font-family:var(--serif);font-size:1.25rem;font-weight:500}
.guide-who i{font-style:normal;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}
.creds{margin-top:3rem;display:flex;gap:0;border-top:1px solid var(--hair);max-width:640px;margin-left:auto;text-align:left}
.creds div{flex:1;padding:1.4rem 1.6rem 0 0}
.creds div + div{border-left:1px solid var(--hair);padding-left:1.6rem}
.creds b{font-family:var(--serif);font-size:1.9rem;font-weight:500;color:var(--gold);display:block;line-height:1.2}
.creds span{font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}

/* ---- coaching ---- */
.coach{padding:8rem 0;border-top:1px solid var(--hair)}
.coach-head{margin-bottom:4rem;max-width:560px}
.coach-head h2{font-size:clamp(2.2rem,4vw,3.4rem);margin-top:1.4rem}
.coach-cols{display:grid;grid-template-columns:repeat(3,1fr)}
.coach-col{padding:0 2.6rem}
.coach-col:first-child{padding-left:0}
.coach-col + .coach-col{border-left:1px solid var(--hair)}
.coach-col .cap-muted{display:block;margin-bottom:1.3rem}
.coach-col h3{font-size:1.7rem;margin-bottom:1rem}
.coach-col p{font-size:.9rem;color:var(--muted);margin-bottom:1.8rem}

/* ---- gathering ---- */
.gather{border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);background:var(--ink-2)}
.gather-in{display:flex;justify-content:space-between;align-items:center;padding:2.4rem 0;gap:2.5rem;flex-wrap:wrap}
.g-stat{display:flex;flex-direction:column}
.g-stat b{font-family:var(--serif);font-size:2.1rem;font-weight:500;color:var(--gold);line-height:1.15}
.g-stat span{font-size:.64rem;letter-spacing:.26em;text-transform:uppercase;color:var(--muted)}

/* ---- voices ---- */
.voices{padding:8.5rem 0}
.voice-hero{text-align:center;max-width:860px;margin:0 auto 5rem}
.voice-hero .cap{display:block;margin-bottom:2.4rem}
.voice-hero blockquote{font-family:var(--serif);font-weight:300;font-size:clamp(1.9rem,3.6vw,3rem);line-height:1.35;color:var(--cream)}
.voice-hero .who{margin-top:2.4rem;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:var(--muted)}
.voice-hero .who b{color:var(--gold);font-weight:400}
.voice-pair{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--hair)}
.voice{padding:2.8rem 3rem 0 0}
.voice + .voice{border-left:1px solid var(--hair);padding-left:3rem;padding-right:0}
.voice blockquote{font-family:var(--serif);font-size:1.25rem;color:var(--gold-pale);line-height:1.5}
.voice .who{margin-top:1.6rem;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}

/* ---- behold ---- */
.behold{position:relative;padding:11rem 0 9rem;text-align:center;overflow:hidden;border-top:1px solid var(--hair)}
.behold-rays{display:none}
.behold-haze{position:absolute;inset:0;background:radial-gradient(60vw 50vh at 50% 45%, rgba(210,172,107,.14), transparent 70%);pointer-events:none}
.behold .wrap{position:relative}
.behold h2{font-size:clamp(3.4rem,9vw,7.5rem);font-weight:400;line-height:1.02}
.behold h2 span{display:block;font-weight:400;color:var(--gold);font-size:.62em}
.behold p{margin:2.6rem auto 3.4rem;max-width:440px;color:var(--muted)}
.behold .uform{max-width:560px;margin:0 auto;justify-content:center}
.behold-note{margin-top:1.2rem;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-dark)}
.pillars{margin-top:5.5rem;display:flex;justify-content:center;gap:0;border-top:1px solid var(--hair);max-width:820px;margin-left:auto;margin-right:auto}
.pillars div{flex:1;padding:1.6rem 1rem 0;font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:var(--muted)}
.pillars div + div{border-left:1px solid var(--hair)}
.pillars em{display:block;font-family:var(--serif);font-size:1.15rem;letter-spacing:0;text-transform:none;color:var(--gold-pale);margin-bottom:.4rem}

/* ---- footer ---- */
footer{border-top:1px solid var(--hair);padding:4rem 0 2.5rem}
.f-top{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;flex-wrap:wrap;margin-bottom:3.5rem}
.f-links{display:flex;gap:3.5rem;flex-wrap:wrap}
.f-links a{display:block;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:.8rem}
.f-links a:hover{color:var(--gold)}
.f-verse{font-family:var(--serif);font-size:1.05rem;color:var(--muted);max-width:300px}
.f-verse small{display:block;font-family:var(--sans);font-style:normal;font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-deep);margin-top:.7rem}
.f-bot{border-top:1px solid var(--hair);padding-top:1.6rem;display:flex;justify-content:space-between;font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-dark);flex-wrap:wrap;gap:1rem}


/* ===== LIGHT THEME ===== */
[data-theme="light"]{
  --ink:#F4EEE0;
  --ink-2:#EBE3D1;
  --gold:#A67C33;
  --gold-pale:#7A5A22;
  --gold-deep:#8A6528;
  --cream:#2A2318;
  --cream-deep:#1E1810;
  --muted:#6E624C;
  --muted-dark:#8A7C62;
  --hair:rgba(140,110,54,.24);
  --hair-cream:rgba(140,110,54,.28);
}
[data-theme="light"] body{background:var(--ink)}
[data-theme="light"] ::selection{background:var(--gold);color:#F4EEE0}
[data-theme="light"] .btn-gold{background:var(--gold);color:#F4EEE0;border-color:var(--gold)}
[data-theme="light"] .btn-gold:hover{background:var(--gold-pale);border-color:var(--gold-pale)}
[data-theme="light"] nav{background:rgba(244,238,224,.82)}
[data-theme="light"] .uform input{color:#2A2318;border-bottom-color:rgba(42,35,24,.3)}
[data-theme="light"] .uform input::placeholder{color:rgba(42,35,24,.4)}
/* the two cream sections invert to a deep charcoal so they still contrast */
[data-theme="light"] .library{background:#211B12;color:#EDE6D6}
[data-theme="light"] .lib-head h2{color:#F2ECDD}
[data-theme="light"] .lib-head p{color:#B7AB92}
[data-theme="light"] .lib-head .cap{color:var(--gold-pale)}
[data-theme="light"] .row h3{color:#F2ECDD}
[data-theme="light"] .row:hover h3{color:var(--gold-pale)}
[data-theme="light"] .row p{color:#A99C82}
[data-theme="light"] .row .ct{color:#A99C82}
[data-theme="light"] .row .num,[data-theme="light"] .row .go{color:var(--gold-pale)}
[data-theme="light"] .index,[data-theme="light"] .row{border-color:rgba(210,172,107,.2)}
[data-theme="light"] .library .btn-bare{color:var(--gold-pale);border-bottom-color:rgba(210,172,107,.25)}
[data-theme="light"] .hero-figure::after{background:linear-gradient(180deg,transparent,var(--ink) 92%)}
[data-theme="light"] .guide-fig::after{background:linear-gradient(180deg,transparent,var(--ink) 90%)}
[data-theme="light"] .hero-figure img,[data-theme="light"] .guide-fig img{filter:drop-shadow(0 24px 50px rgba(60,44,18,.28))}
[data-theme="light"] .hero-haze{background:radial-gradient(56vw 70vh at 72% 42%, rgba(166,124,51,.14), transparent 68%)}
[data-theme="light"] .five-ghost{-webkit-text-stroke-color:rgba(140,110,54,.14)}
[data-theme="light"] .behold-haze{background:radial-gradient(60vw 50vh at 50% 45%, rgba(166,124,51,.12), transparent 70%)}
[data-theme="light"] .logo svg path,[data-theme="light"] .logo svg{stroke:var(--gold)!important}
[data-theme="light"] .logo svg path[fill]{fill:var(--gold)!important}

/* toggle button */
.theme-toggle{background:none;border:1px solid var(--hair);border-radius:999px;width:52px;height:28px;position:relative;cursor:pointer;transition:border-color .3s;margin-left:1.6rem;flex:none}
.theme-toggle:hover{border-color:var(--gold)}
.theme-toggle::after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:var(--gold);transition:transform .35s ease}
[data-theme="light"] .theme-toggle::after{transform:translateX(24px)}
.theme-toggle svg{position:absolute;top:6px;width:15px;height:15px;pointer-events:none}
.theme-toggle .sun{right:5px;opacity:0;color:var(--gold)}
.theme-toggle .moon{left:5px;opacity:1;color:var(--gold)}
[data-theme="light"] .theme-toggle .sun{opacity:1}
[data-theme="light"] .theme-toggle .moon{opacity:0}
.theme-toggle:focus-visible{outline:1px solid var(--gold);outline-offset:3px}

/* reveal */
.rv{opacity:0;transform:translateY(24px);transition:opacity .9s ease,transform .9s ease}
.rv.in{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){
  .rv{opacity:1;transform:none;transition:none}
  .hero-rays,.behold-rays{animation:none}
  .marquee-track{animation:none}
  .dot{animation:none}
}

@media (max-width:1020px){
  .hero-grid{grid-template-columns:1fr;}
  .hero-copy{padding:5rem 0 0}
  .hero-figure{margin-top:2rem}
  .hero-figure img{width:min(78vw,480px)}
  .hero-side,.hero-proof{display:none}
  .lib-head{grid-template-columns:1fr}
  .lib-head p{justify-self:start}
  .row{grid-template-columns:60px 1fr;row-gap:.4rem}
  .row p{grid-column:2}
  .row .ct{grid-column:2}
  .row .go{display:none}
  .five-grid{grid-template-columns:1fr;gap:4rem}
  .guide-grid{grid-template-columns:1fr}
  .guide-copy{margin-left:0;margin-top:2.5rem}
  .coach-cols{grid-template-columns:1fr}
  .coach-col{padding:2rem 0}
  .coach-col + .coach-col{border-left:none;border-top:1px solid var(--hair)}
  .voice-pair{grid-template-columns:1fr}
  .voice{padding:2.4rem 0 0}
  .voice + .voice{border-left:none;padding-left:0}
  .pillars{flex-direction:column}
  .pillars div{padding:1.2rem 0}
  .pillars div + div{border-left:none;border-top:1px solid var(--hair)}
  .nav-links{display:none}
}


/* ============ INTERIOR PAGES ============ */
.page-hero{padding:7rem 0 4.5rem;position:relative;overflow:hidden;border-bottom:1px solid var(--hair);text-align:center}
.page-hero .haze{position:absolute;inset:0;pointer-events:none;background:radial-gradient(60vw 46vh at 50% 30%,rgba(210,172,107,.13),transparent 70%)}
.page-hero .wrap{position:relative;max-width:900px}
.page-hero .cap{display:block;margin-bottom:1.6rem}
.page-hero h1{font-size:clamp(2.6rem,5.6vw,4.6rem);font-weight:400;line-height:1.06;margin:0 auto}
.page-hero h1 span{color:var(--gold)}
.page-hero p{margin:1.8rem auto 0;max-width:56ch;color:var(--muted);font-size:1.08rem}
.crumb{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--muted-dark);margin-bottom:2.4rem}
.crumb a{color:var(--muted-dark)}
.crumb a:hover{color:var(--gold)}

/* filters */
.filters{display:flex;gap:.6rem;flex-wrap:wrap;padding:2.4rem 0;border-bottom:1px solid var(--hair)}
.chip{font-family:var(--sans);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);background:none;border:1px solid var(--hair);padding:.65rem 1.2rem;border-radius:2px;cursor:pointer;transition:all .25s}
.chip:hover{color:var(--gold);border-color:var(--gold)}
.chip.on{background:var(--gold);color:#1C1406;border-color:var(--gold)}
[data-theme="light"] .chip.on{color:#F4EEE0}

/* video grid */
.vgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;padding:3.5rem 0}
.vcard{background:var(--ink-2);border:1px solid var(--hair);border-radius:4px;overflow:hidden;cursor:pointer;transition:transform .35s ease,border-color .35s ease}
.vcard:hover{transform:translateY(-5px);border-color:rgba(210,172,107,.5)}
.vthumb{aspect-ratio:16/10;position:relative;overflow:hidden}
.vthumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(10,8,6,.55))}
.vthumb .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border:1px solid rgba(242,236,221,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .3s,border-color .3s}
.vcard:hover .play{background:var(--gold);border-color:var(--gold)}
.vcard:hover .play svg{stroke:#1C1406}
.vthumb .play svg{width:16px;height:16px;margin-left:2px;stroke:#F2ECDD;transition:stroke .3s}
.vthumb .dur{position:absolute;bottom:.7rem;right:.8rem;z-index:2;font-size:.66rem;letter-spacing:.08em;color:#F2ECDD;background:rgba(10,8,6,.7);padding:.2rem .5rem;border-radius:2px}
.vthumb .lock{position:absolute;top:.7rem;right:.8rem;z-index:2;font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);background:rgba(10,8,6,.72);border:1px solid var(--hair);padding:.24rem .55rem;border-radius:2px}
.vbody{padding:1.3rem 1.3rem 1.5rem}
.vbody .series{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep);display:block;margin-bottom:.6rem}
.vbody h3{font-family:var(--serif);font-size:1.35rem;font-weight:400;line-height:1.2}
.vbody p{font-size:.82rem;color:var(--muted);margin-top:.5rem;line-height:1.5}
.vmeta{margin-top:1.1rem;display:flex;gap:1.2rem;font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-dark)}

/* featured teaching */
.feature{display:grid;grid-template-columns:1.3fr 1fr;gap:0;border:1px solid var(--hair);border-radius:4px;overflow:hidden;margin-top:2rem}
.feature .fthumb{position:relative;min-height:340px;overflow:hidden}
.feature .fthumb::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,var(--ink-2) 96%)}
.feature .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:66px;height:66px;border:1px solid rgba(242,236,221,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;transition:background .3s}
.feature:hover .play{background:var(--gold);border-color:var(--gold)}
.feature:hover .play svg{stroke:#1C1406}
.feature .play svg{width:20px;height:20px;margin-left:3px;stroke:#F2ECDD}
.feature .fbody{background:var(--ink-2);padding:3rem 2.8rem;display:flex;flex-direction:column;justify-content:center}
.feature .fbody .series{font-size:.64rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.feature .fbody h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:400;line-height:1.15}
.feature .fbody p{color:var(--muted);margin:1rem 0 1.8rem;font-size:.92rem}

.thumb-a{background:radial-gradient(closest-side at 50% 65%,#E9C87E,#7A5D2C 72%,#241B0C)}
.thumb-b{background:linear-gradient(155deg,#3B2F1A,#140F07)}
.thumb-c{background:linear-gradient(155deg,#C9BB99,#6E6144)}
.thumb-d{background:radial-gradient(closest-side at 50% 45%,#C7A45E,#3E3016 78%)}
.thumb-e{background:linear-gradient(180deg,#7E858A,#3C4143 60%,#20242600)}
.thumb-f{background:radial-gradient(closest-side at 40% 40%,#D9B978,#5C471F 75%)}

/* coaching page */
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;padding:4rem 0}
.tier{border:1px solid var(--hair);border-radius:4px;padding:2.6rem 2.2rem;display:flex;flex-direction:column;transition:border-color .35s,transform .35s}
.tier:hover{border-color:rgba(210,172,107,.5);transform:translateY(-5px)}
.tier.flag{border-color:var(--gold);position:relative}
.tier.flag::before{content:"Most chosen";position:absolute;top:-1px;right:1.4rem;transform:translateY(-50%);background:var(--gold);color:#1C1406;font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;padding:.3rem .8rem;border-radius:2px}
.tier .tname{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}
.tier h3{font-family:var(--serif);font-size:2rem;font-weight:400;margin-bottom:.4rem}
.tier .price{font-family:var(--serif);font-size:1.6rem;color:var(--gold);margin:1rem 0 .3rem}
.tier .price small{font-family:var(--sans);font-size:.7rem;letter-spacing:.1em;color:var(--muted)}
.tier .desc{font-size:.9rem;color:var(--muted);margin-bottom:1.6rem}
.tier ul{list-style:none;margin:0 0 2rem;display:grid;gap:.85rem}
.tier li{font-size:.86rem;color:var(--cream);padding-left:1.5rem;position:relative}
.tier li::before{content:"✦";position:absolute;left:0;color:var(--gold);font-size:.7rem;top:.15rem}
.tier .btn-gold{margin-top:auto;justify-content:center}
.tier .btn-bare{margin-top:auto}

.included{padding:5rem 0;border-top:1px solid var(--hair)}
.inc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--hair);margin-top:3rem}
.inc{padding:2rem 1.8rem 0 0}
.inc + .inc{border-left:1px solid var(--hair);padding-left:1.8rem}
.inc .n{font-family:var(--serif);font-size:1.4rem;color:var(--gold-deep);display:block;margin-bottom:.8rem}
.inc h4{font-family:var(--serif);font-size:1.25rem;font-weight:400;margin-bottom:.5rem}
.inc p{font-size:.84rem;color:var(--muted)}

/* apply form */
.apply{padding:5rem 0;border-top:1px solid var(--hair)}
.apply-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.apply h2{font-size:clamp(2rem,3.6vw,3rem);font-weight:400}
.apply .lede{color:var(--muted);margin-top:1.4rem}
.form-stack{display:grid;gap:1.8rem}
.field label{display:block;font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:.7rem}
.field input,.field select,.field textarea{width:100%;background:none;border:none;border-bottom:1px solid var(--hair);color:var(--cream);font-family:var(--serif);font-size:1.1rem;padding:.5rem 0}
.field textarea{resize:vertical;min-height:60px}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-bottom-color:var(--gold)}
.field select option{background:var(--ink-2);color:var(--cream)}

/* guide (about) page */
.about-hero{padding:7rem 0 5rem}
.about-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1140px}
.about-fig{position:relative;display:flex;justify-content:center}
.about-fig::before{content:"";position:absolute;top:6%;left:50%;transform:translateX(-50%);width:80%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(210,172,107,.2),transparent 68%)}
.about-fig img{position:relative;width:min(30vw,420px);filter:drop-shadow(0 24px 60px rgba(0,0,0,.5))}
.about-fig::after{content:"";position:absolute;left:10%;right:10%;bottom:0;height:24%;background:linear-gradient(180deg,transparent,var(--ink) 92%)}
.about-hero .cap{display:block;margin-bottom:1.4rem}
.about-hero h1{font-size:clamp(2.4rem,4.4vw,3.6rem);font-weight:400;line-height:1.1}
.about-hero .role{margin-top:1.4rem;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}
.story{max-width:680px;margin:0 auto;padding:5rem 0}
.story .cap{display:block;text-align:center;margin-bottom:2.4rem}
.story p{font-family:var(--serif);font-size:1.35rem;font-weight:300;line-height:1.7;color:var(--cream);margin-bottom:1.8rem}
.story p .drop{float:left;font-size:4.4rem;line-height:.8;color:var(--gold);margin:.3rem .8rem 0 0;font-weight:400}
.pull{font-family:var(--serif);font-size:clamp(1.8rem,3.4vw,2.6rem);color:var(--gold-pale);text-align:center;line-height:1.35;padding:4rem 0;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);margin:3rem 0}

/* voices page */
.wall{columns:3;column-gap:1.6rem;padding:3.5rem 0}
.wcard{break-inside:avoid;margin-bottom:1.6rem;background:var(--ink-2);border:1px solid var(--hair);border-radius:4px;padding:2rem 1.9rem}
.wcard .stars{color:var(--gold);letter-spacing:.15em;font-size:.8rem;margin-bottom:1rem}
.wcard blockquote{font-family:var(--serif);font-size:1.2rem;font-weight:400;line-height:1.5;color:var(--cream)}
.wcard .who{margin-top:1.4rem;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}
.wcard .who b{color:var(--gold);font-weight:400;display:block;margin-bottom:.2rem}
.wcard.big{background:var(--gold);border-color:var(--gold)}
.wcard.big blockquote{color:#1C1406;font-size:1.5rem}
.wcard.big .stars{color:#1C1406}
.wcard.big .who{color:#3A2C10}
.wcard.big .who b{color:#1C1406}
[data-theme="light"] .wcard.big blockquote,[data-theme="light"] .wcard.big .who b{color:#F4EEE0}

@media (max-width:1020px){
  .vgrid{grid-template-columns:1fr 1fr}
  .feature{grid-template-columns:1fr}
  .feature .fthumb{min-height:240px}
  .feature .fthumb::after{background:linear-gradient(180deg,transparent,var(--ink-2) 96%)}
  .tiers{grid-template-columns:1fr}
  .inc-grid{grid-template-columns:1fr 1fr}
  .inc + .inc{border-left:none}
  .inc:nth-child(odd){border-left:none}
  .inc:nth-child(even){border-left:1px solid var(--hair);padding-left:1.8rem}
  .apply-grid,.about-hero{grid-template-columns:1fr;gap:3rem}
  .wall{columns:2}
}
@media (max-width:640px){
  .vgrid{grid-template-columns:1fr}
  .inc-grid{grid-template-columns:1fr}
  .inc + .inc,.inc:nth-child(even){border-left:none;padding-left:0}
  .wall{columns:1}
}

/* ============ MOBILE MENU + RESPONSIVE ============ */
.menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;background:none;border:none;cursor:pointer;padding:0;margin-left:1rem;flex:none;z-index:120}
.menu-btn span{display:block;height:1.5px;width:24px;background:var(--gold);transition:transform .35s ease,opacity .25s ease}
body.menu-open .menu-btn span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
body.menu-open .menu-btn span:nth-child(2){opacity:0}
body.menu-open .menu-btn span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

.mobile-menu{position:fixed;inset:0;z-index:110;background:var(--ink);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;opacity:0;pointer-events:none;transition:opacity .4s ease}
body.menu-open .mobile-menu{opacity:1;pointer-events:auto}
.mobile-menu a{font-family:var(--serif);font-size:2rem;font-weight:400;color:var(--cream);padding:.6rem 0;transition:color .25s}
.mobile-menu a:hover{color:var(--gold)}
.mobile-menu .mm-cta{margin-top:1.6rem;font-family:var(--sans);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;background:var(--gold);color:#1C1406;padding:.9rem 2rem;border-radius:2px}
[data-theme="light"] .mobile-menu .mm-cta{color:#F4EEE0}
.mobile-menu .mm-sub{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem}

@media (max-width:820px){
  .menu-btn{display:flex}
  .nav-join{display:none}
  .nav-links{display:none}
  .theme-toggle{margin-left:.4rem}
  .nav-in{height:64px}
  .topline{font-size:.6rem;letter-spacing:.14em;padding:.6rem 1rem}
  .logo svg{width:28px;height:31px}
  .logo-t{font-size:.6rem;letter-spacing:.2em}
  .logo-t small{font-size:.46rem;letter-spacing:.4em}
}

/* hero + sections on phones */
@media (max-width:640px){
  .wrap{padding:0 22px}
  .hero{min-height:auto}
  .hero-grid{grid-template-columns:1fr;gap:0}
  .hero-copy{padding:3rem 0 1rem;order:2}
  .hero-figure{order:1;margin-top:1rem}
  .hero-figure img{width:min(74vw,340px)}
  .hero-side,.hero-proof{display:none}
  .hero h1{font-size:clamp(2.1rem,8.5vw,2.9rem)}
  .hero-sub{margin:1.4rem 0 2rem}
  .hero .uform{flex-direction:column;align-items:stretch;gap:1rem}
  .hero .uform input{min-width:0;width:100%}
  .hero .uform .btn-gold{width:100%;justify-content:center}
  .hero-live{margin-top:2rem;flex-wrap:wrap}

  section{padding:3.5rem 0}
  .marquee span{font-size:1.15rem;gap:2.5rem}

  .library{padding:4rem 0}
  .lib-head{grid-template-columns:1fr;gap:1.2rem;margin-bottom:2.5rem}
  .lib-head h2{font-size:clamp(1.9rem,7vw,2.5rem)}
  .lib-head p{justify-self:start}
  .row{grid-template-columns:44px 1fr;row-gap:.3rem;padding:1.5rem 0}
  .row:hover{padding-left:0}
  .row .num{font-size:1.2rem}
  .row h3{font-size:1.35rem}
  .row p{grid-column:2;font-size:.82rem}
  .row .ct{grid-column:2;margin-top:.3rem}
  .row .go{display:none}
  .lib-foot{flex-direction:column;align-items:flex-start;gap:1.2rem}

  .five{padding:4rem 0}
  .five-grid{grid-template-columns:1fr;gap:2.5rem}
  .five-ghost{font-size:14rem;opacity:.5}
  .five h2{font-size:clamp(2rem,9vw,3rem)}
  .five .uform{flex-direction:column;align-items:stretch}
  .five .uform input{width:100%;min-width:0}

  .guide{padding:4rem 0}
  .guide-grid{grid-template-columns:1fr;gap:2.5rem}
  .guide-fig img{width:min(62vw,300px)}
  .guide-copy{text-align:left}
  .guide-quote{font-size:1.5rem;margin-left:0}
  .guide-who{justify-content:flex-start;flex-wrap:wrap;gap:.6rem}
  .creds{margin-left:0;flex-wrap:wrap}
  .creds div{flex:1 1 40%;padding:1.2rem 1rem 0 0}
  .creds div+div{border-left:none;padding-left:0}

  .coach{padding:4rem 0}
  .coach-head h2{font-size:clamp(1.8rem,7vw,2.4rem)}
  .coach-cols{grid-template-columns:1fr}
  .coach-col{padding:2rem 0}
  .coach-col:first-child{padding-top:0}
  .coach-col+.coach-col{border-left:none;border-top:1px solid var(--hair)}

  .gather-in{gap:1.4rem 2rem;padding:2rem 0}
  .g-stat{flex:1 1 40%}
  .g-stat b{font-size:1.7rem}

  .voices{padding:4rem 0}
  .voice-hero{margin-bottom:3rem}
  .voice-hero blockquote{font-size:clamp(1.4rem,6vw,2rem)}
  .voice-pair{grid-template-columns:1fr}
  .voice{padding:2rem 0 0}
  .voice+.voice{border-left:none;padding-left:0;border-top:1px solid var(--hair)}

  .behold{padding:5rem 0 4rem}
  .behold h2{font-size:clamp(2.6rem,13vw,4rem)}
  .behold .uform{flex-direction:column;align-items:stretch}
  .behold .uform input{width:100%;min-width:0}
  .behold .uform .btn-gold{width:100%;justify-content:center}
  .pillars{flex-direction:column;max-width:100%}
  .pillars div{padding:1.2rem 0}
  .pillars div+div{border-left:none;border-top:1px solid var(--hair)}

  .f-top{flex-direction:column;gap:2rem}
  .f-links{gap:2.5rem}

  /* interior pages */
  .page-hero{padding:5.5rem 0 2.5rem}
  .page-hero h1{font-size:clamp(2rem,8vw,3rem)}
  .crumb{margin-bottom:1.6rem}
  .feature{grid-template-columns:1fr}
  .feature .fthumb{min-height:200px}
  .feature .fthumb::after{background:linear-gradient(180deg,transparent,var(--ink-2) 96%)}
  .feature .fbody{padding:2rem 1.6rem}
  .filters{padding:1.8rem 0;gap:.5rem}
  .chip{padding:.55rem .9rem;font-size:.62rem}
  .vgrid{grid-template-columns:1fr;gap:1.2rem;padding:2.5rem 0}
  .tiers{grid-template-columns:1fr;gap:1.2rem;padding:2.5rem 0}
  .tier{padding:2.2rem 1.8rem}
  .included{padding:3.5rem 0}
  .inc-grid{grid-template-columns:1fr}
  .inc{padding:1.8rem 0 0}
  .inc+.inc,.inc:nth-child(even){border-left:none;padding-left:0;border-top:1px solid var(--hair)}
  .apply{padding:3.5rem 0}
  .apply-grid{grid-template-columns:1fr;gap:2.5rem}
  .apply h2{font-size:clamp(1.8rem,7vw,2.4rem)}
  .about-hero{padding:5rem 0 3rem}
  .about-hero-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}
  .about-intro .crumb{text-align:center}
  .about-fig img{width:min(58vw,280px)}
  .about-hero h1{font-size:clamp(2rem,8vw,2.8rem)}
  .story{padding:3.5rem 0}
  .story p{font-size:1.15rem}
  .story p .drop{font-size:3.4rem}
  .pull{font-size:1.5rem;padding:2.5rem 0;margin:2rem 0}
  .wall{columns:1;padding:2.5rem 0}
}

@media (max-width:400px){
  .g-stat{flex:1 1 100%}
  .creds div{flex:1 1 100%}
}
