:root {
  color-scheme: dark;
  --bg:#1b100d; --deep:#140a08; --surface:#291a16; --chocolate:#472e25; --brown:#5a3e33;
  --pink:#ffaeb5; --pink-light:#ffe9ec; --ivory:#fff6f7; --muted:#d8c5bd; --subtle:#bfa69c;
  --line:rgba(255,235,224,.16); --font:"DM Sans",Arial,sans-serif; --editorial:"Instrument Serif",Georgia,serif;
  --radius:12px; --ease:cubic-bezier(.22,.68,0,1); --space:clamp(20px,4vw,64px);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--bg);color:var(--ivory);font-family:var(--font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
body:has(dialog[open]){overflow:hidden}
button,input,a{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
button{font:inherit;cursor:pointer;color:inherit}
a{color:inherit;text-decoration:none}
button:disabled{cursor:default;opacity:.4}
button:active:not(:disabled),.button:active{transform:translateY(1px)}
:focus-visible{outline:2px solid var(--pink);outline-offset:5px}
button:focus-visible{outline-offset:3px}
img{display:block;width:100%;height:auto}
svg{flex-shrink:0}
p,h1,h2,h3{margin-top:0}
p{margin-bottom:1.2rem}
h1,h2,h3{font-weight:400}
h2{font-family:var(--editorial);font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.12;letter-spacing:-.02em;margin-bottom:0}
h3{line-height:1.3}
strong{font-weight:600}
.wrap{width:min(1200px,calc(100% - var(--space)*2));margin-inline:auto}
.section{padding-block:clamp(48px,7vw,88px)}
.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}
.eyebrow{font-size:.75rem;letter-spacing:.16em;font-weight:600;text-transform:uppercase;color:var(--pink);margin:0 0 14px;line-height:1.5}
.sr-only{position:absolute;left:0;top:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:16px;top:16px;z-index:99;padding:14px;background:var(--pink);color:var(--deep);transform:translateY(-160%)}
.skip-link:focus{transform:none}
.site-header{position:sticky;top:0;z-index:20;background:var(--bg);border-bottom:1px solid var(--line)}
.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-size:1rem;line-height:1.3;letter-spacing:-.02em;font-weight:500;display:flex;flex-direction:column;min-height:44px;justify-content:center}
.brand span:last-child{color:var(--pink)}
.desktop-nav{display:flex;gap:32px;font-size:.875rem;color:var(--muted)}
.desktop-nav a{display:flex;align-items:center;min-height:44px;transition:color .18s}
.desktop-nav a:hover{color:var(--pink)}
.skool-link{display:flex;align-items:center;gap:5px;font-size:.875rem;min-height:44px;color:var(--muted);white-space:nowrap}
.hero{display:grid;grid-template-columns:1.25fr 1fr;align-items:center;gap:5%;padding-block:72px 68px;border-bottom:1px solid var(--line)}
.hero h1{font-family:var(--editorial);font-size:clamp(3.7rem,7.3vw,6.5rem);line-height:.97;letter-spacing:-.035em;margin:0 0 28px}
.hero h1 span{display:block;font-size:clamp(1.65rem,2.55vw,2.45rem);color:var(--pink);line-height:1.2;letter-spacing:-.01em;margin-top:20px}
.hero-intro{max-width:445px;color:var(--muted);font-size:1rem;line-height:1.65;margin-bottom:28px}
.hero-intro strong{display:block;color:var(--ivory);margin-bottom:5px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:15px 22px;border-radius:7px;border:1px solid transparent;font-size:.9375rem;font-weight:600;line-height:1.3;transition:background .18s,color .18s,transform .18s}
.button-primary{background:var(--pink);color:var(--deep)}
.button-primary:hover{background:#ffc6ca}
.button-secondary{border-color:var(--line);background:transparent;color:var(--ivory)}
.button-secondary:hover{border-color:var(--pink);background:rgba(255,174,181,.06)}
.hero-bru{margin-top:20px}
.hero-bru img{border-radius:var(--radius);aspect-ratio:1400/790}
.bru-caption{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-top:22px}
.bru-caption .eyebrow{color:var(--subtle);font-size:.75rem;margin-top:7px;max-width:145px}
.bru-caption p{font-family:var(--editorial);font-size:2rem;line-height:1.1;color:var(--muted);margin:0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.section-heading .eyebrow{margin-bottom:8px}
.section-index{font-family:var(--editorial);font-size:2.8rem;color:var(--subtle);line-height:1}
.welcome-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:7%;align-items:stretch}
.welcome-feature{min-width:0}
.cover{aspect-ratio:1400/790;object-fit:contain;background:var(--deep);border-radius:var(--radius)}
.welcome-copy{padding-top:23px}
.module-label{font-size:.8125rem;color:var(--subtle);margin:0 0 8px}
.welcome-copy h3{font-size:1.25rem;font-weight:500;margin:0 0 8px}
.welcome-copy p:not(.module-label){color:var(--muted);max-width:540px;margin-bottom:18px}
.welcome-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap}
.text-link,.text-button{display:inline-flex;align-items:center;gap:10px;min-height:44px;line-height:1.45;color:var(--pink);font-size:.9375rem;font-weight:500}
.text-button{border:0;background:none;padding:0;text-align:left}
.text-link:hover,.text-button:hover{text-decoration:underline;text-underline-offset:5px}
.returning{display:flex;flex-direction:column;align-items:flex-start;padding:36px 32px;background:var(--surface);border-radius:var(--radius)}
.returning>.icon{width:30px;height:30px;color:var(--pink);margin-bottom:35px}
.returning h3{font-family:var(--editorial);font-size:clamp(2rem,3vw,2.8rem);line-height:1.1;margin-bottom:22px}
.returning p:not(.eyebrow){color:var(--muted);font-size:.9375rem;line-height:1.6}
.returning .text-button{margin-top:5px}
.returning-note{display:block;font-family:var(--editorial);color:var(--subtle);font-size:1.4rem;line-height:1.2;padding-top:36px;margin-top:auto}
.routes-section{background:var(--deep)}
.routes-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:9%}
.routes-intro h2{font-size:clamp(2.9rem,4.5vw,4.3rem);margin-bottom:22px}
.routes-intro>p:not(.eyebrow){color:var(--muted);max-width:310px}
.guide-signature{color:var(--subtle);font-size:.8125rem;display:block;margin-top:34px}
.situation{display:grid;grid-template-columns:28px 1fr 22px;gap:20px;align-items:center;width:100%;background:transparent;border:0;border-bottom:1px solid var(--line);padding:24px 4px;text-align:left;font-size:1.0625rem;line-height:1.45;transition:background .18s}
.situation>.icon:first-child{color:var(--pink);width:26px;height:26px}
.situation>.icon:last-child{color:var(--subtle)}
.situation:first-child{padding-top:8px;padding-bottom:24px}
.situation:hover{background:rgba(255,174,181,.04)}
.help-inline{display:flex;gap:12px;align-items:center;background:none;border:0;padding:16px 4px;margin-top:12px;font-size:.875rem;min-height:44px;color:var(--pink);text-align:left}
.section-description{max-width:630px;color:var(--muted);margin:-6px 0 30px}
.carousel{display:grid;grid-auto-flow:column;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:var(--brown) transparent;padding:0 0 20px;scroll-padding-inline:1px}
.new-list{grid-auto-columns:calc((100% - 48px)/3)}
.coming-list{grid-auto-columns:calc((100% - 72px)/4)}
.resource-card{scroll-snap-align:start;min-width:0;display:flex;flex-direction:column}
.resource-card>.cover{margin-bottom:20px}
.card-body{display:flex;flex-direction:column;flex:1;align-items:start}
.resource-card h3{font-size:1.1rem;font-weight:500;line-height:1.4;letter-spacing:-.015em;margin:0 0 10px}
.resource-card .card-description{font-size:.9375rem;color:var(--muted);margin-bottom:16px}
.resource-card .text-link{margin-top:auto}
.badge{display:inline-flex;align-items:center;gap:7px;color:var(--pink);font-size:.75rem;font-weight:500;line-height:1.5;margin:0 0 10px}
.badge .icon{width:14px;height:14px}
.carousel-controls{display:flex;gap:8px}
.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border-radius:50%;border:1px solid var(--line);background:transparent;transition:background .18s,border-color .18s}
.icon-button:hover:not(:disabled){background:var(--surface);border-color:var(--pink)}
.carousel-controls .icon-button[hidden]{display:none}
.coming-section{padding-top:28px}
.coming-section .section-heading{padding-top:40px;border-top:1px solid var(--line)}
.coming-list .resource-card>.cover{margin-bottom:16px}
.coming-list .module-label{font-size:.75rem}
.coming-list h3{font-size:1rem;line-height:1.4}
.coming-list .card-description{font-size:.875rem}
.release{display:flex;align-items:center;gap:13px;border-top:1px solid var(--line);width:100%;padding-top:15px;margin-top:auto;color:var(--muted)}
.release-day{font-family:var(--editorial);font-size:2.6rem;line-height:1;color:var(--pink)}
.release-text{font-size:.8125rem;line-height:1.5}
.release-text span{display:block;color:var(--subtle);font-size:.75rem}
.help-section{background:var(--surface);text-align:center;border-radius:var(--radius);padding-inline:24px;margin-top:10px;margin-bottom:64px}
.help-symbol{width:46px;height:46px;margin:0 auto 20px;display:grid;place-items:center;color:var(--pink)}
.help-symbol .icon{width:34px;height:34px}
.help-section h2{font-size:clamp(3rem,5.8vw,4.6rem);margin-bottom:22px}
.help-section>p:not(.eyebrow){max-width:540px;margin:0 auto 26px;color:var(--muted)}
.help-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.help-note{display:block;color:var(--subtle);font-size:.8125rem;margin-top:20px}
.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:0 36px;font-size:.8125rem;color:var(--subtle)}
.site-footer p{margin:0;color:var(--muted)}
.site-footer>a{min-height:44px;display:flex;align-items:center;gap:8px}
.site-footer .icon{transform:rotate(-90deg);width:17px;height:17px}
.mobile-nav{display:none}
.guide-dialog{padding:0;border:1px solid var(--line);border-radius:16px;background:var(--bg);color:var(--ivory);width:min(780px,calc(100% - 40px));max-height:90dvh;overflow:hidden;box-shadow:0 20px 90px rgba(0,0,0,.4)}
.guide-dialog[open]{display:flex;flex-direction:column;animation:dialog-enter .2s var(--ease)}
.guide-dialog::backdrop{background:rgba(10,5,4,.78)}
.dialog-top{display:flex;align-items:center;justify-content:space-between;padding:14px 26px;border-bottom:1px solid var(--line);flex-shrink:0}
.dialog-top .eyebrow{margin:0}
.dialog-scroll{padding:24px 34px 34px;overflow-y:auto;overscroll-behavior:contain}
.guide-header{margin:12px 0 24px}
.guide-header h2{font-family:var(--editorial);font-size:2.5rem;line-height:1.12;margin:0 0 16px;outline:none}
.guide-header p{color:var(--muted);margin-bottom:0}
.guide-back{display:inline-flex;align-items:center;gap:8px;min-height:44px;border:0;background:none;color:var(--pink);font-size:.875rem;padding:0}
.guide-context{display:flex;gap:8px;align-items:start;margin:4px 0 18px;color:var(--subtle);font-size:.8125rem;line-height:1.5}
.guide-context .icon{width:17px;height:17px;margin-top:2px}
.guide-steps{display:flex;gap:16px;list-style:none;padding:0;font-size:.75rem;color:var(--subtle);margin:0 0 22px}
.guide-steps [aria-current="step"]{color:var(--pink)}
.choice-list{display:flex;flex-direction:column;gap:10px}
.choice{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:60px;background:var(--surface);padding:16px 20px;border:1px solid transparent;border-radius:8px;text-align:left;font-size:1rem;line-height:1.5;transition:border-color .18s,background .18s}
.choice:hover{border-color:var(--pink);background:#35221c}
.choice .icon{width:18px;height:18px;color:var(--pink)}
.guide-help{display:flex;flex-wrap:wrap;gap:14px;border-top:1px solid var(--line);padding-top:15px;margin-top:23px}
.guide-help .help-inline{padding:8px 0;margin:0}
.result-list{display:grid;gap:34px}
.result-item .cover{margin-bottom:22px}
.result-item h3{font-size:1.25rem;font-weight:500;margin:0 0 12px}
.result-item .module-label{margin-bottom:6px}
.result-item p{color:var(--muted)}
.step-label{font-size:.75rem;color:var(--pink)!important;letter-spacing:.06em;margin:0 0 10px;text-transform:uppercase}
.result-item .button{width:100%}
.later-title{margin:34px 0 18px!important;font-size:1rem;font-weight:500}
.later .resource-card .cover{max-width:280px}
.later .resource-card{background:var(--surface);padding:20px;border-radius:var(--radius)}
.later .release{margin-top:12px}
.help-result{padding:24px;border-radius:var(--radius);background:var(--surface)}
.help-result p{color:var(--muted)}
.help-result .button{width:100%}
.help-result small{display:block;color:var(--subtle);font-size:.8125rem;margin-top:12px}
.locked-note{display:flex;align-items:center;gap:10px;color:var(--pink);padding:16px;background:var(--surface);border-radius:8px;font-size:.875rem}
.noscript-note{position:fixed;inset:auto 20px 20px;background:var(--pink);color:var(--deep);padding:20px;z-index:80}
.noscript-note a{text-decoration:underline}
@keyframes section-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes dialog-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(min-width:1400px){.hero{gap:80px}.hero-copy{min-width:580px}}
@media(max-width:1050px){.desktop-nav{gap:18px}.header-inner{gap:18px}.welcome-grid{gap:35px;grid-template-columns:1.2fr 1fr}.returning{padding:28px}.hero{gap:35px}.hero h1{font-size:5rem}.hero h1 span{font-size:1.95rem}.bru-caption p{font-size:1.7rem}.bru-caption{flex-direction:column;gap:0}.bru-caption .eyebrow{max-width:none}.routes-layout{gap:45px}.coming-list{grid-auto-columns:31%}}
@media(max-width:760px){
 html{scroll-padding-top:85px} .wrap{width:calc(100% - 40px)}.header-inner{min-height:72px}.desktop-nav{display:none}.brand{font-size:.875rem}.skool-link{font-size:.8125rem}.skool-link .icon{width:19px;height:19px}
 .hero{display:block;padding:42px 0 44px}.hero h1{font-size:clamp(3.35rem,12vw,4.5rem);margin-bottom:24px;line-height:1}.hero h1 span{font-size:clamp(1.5rem,5.5vw,2rem);line-height:1.3;margin-top:15px}.hero-intro{max-width:500px;font-size:.9375rem;margin-bottom:22px}.hero .button{width:100%;max-width:440px}.hero-bru{display:none}
 .section{padding-block:44px}.section-heading{margin-bottom:24px;align-items:center}.section-heading .eyebrow{font-size:.6875rem;letter-spacing:.12em}.section-index{font-size:2rem}.welcome-grid{display:block}.welcome-copy{padding-top:20px}.welcome-copy h3{font-size:1.2rem}.welcome-copy p:not(.module-label){font-size:.9375rem}.welcome-actions{gap:7px;align-items:stretch;flex-direction:column}.welcome-actions .button{width:100%}.welcome-actions .text-link{justify-content:center}
 .returning{margin-top:32px;padding:28px 24px}.returning>.icon{margin-bottom:24px}.returning h3{font-size:2.3rem}.returning h3 br{display:none}.returning-note{padding-top:22px;font-size:1.3rem}.returning .text-button{gap:16px}
 .routes-layout{display:block}.routes-intro h2{font-size:2.9rem;margin-bottom:18px}.routes-intro h2 br{display:none}.routes-intro>p:not(.eyebrow){max-width:440px;font-size:.9375rem}.guide-signature{display:none}.situation-list{margin-top:30px}.situation{font-size:1rem;gap:16px;padding-block:22px}.situation>.icon:first-child{width:23px;height:23px}.situation:hover{padding-left:4px;padding-right:4px}.help-inline{font-size:.875rem}
 .section-description{font-size:.9375rem}.carousel{gap:18px;overflow-x:auto;margin-right:-20px;padding-right:20px;scroll-padding-inline:0}.new-list,.coming-list{grid-auto-columns:86%}.resource-card h3{font-size:1.125rem}.coming-list h3{font-size:1.0625rem}.coming-list .card-description{font-size:.9375rem}.carousel-controls{display:none}.resource-card>.cover{margin-bottom:18px}.coming-section{padding-top:0}.coming-section .section-heading{padding-top:36px}.coming-list .module-label{font-size:.8125rem}.release-text{font-size:.875rem}.release-text span{font-size:.75rem}
 .help-section{margin-top:0;margin-bottom:35px;padding:40px 24px}.help-section h2{font-size:3.1rem}.help-section>p:not(.eyebrow){font-size:.9375rem}.help-actions{flex-direction:column}.help-actions .button{width:100%}.help-note{font-size:.75rem}
 .site-footer{display:flex;flex-wrap:wrap;gap:0 12px;padding-bottom:100px;font-size:.75rem}.site-footer>p{width:100%}.site-footer>a{margin-left:auto}
 .mobile-nav{display:flex;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;z-index:25;background:var(--deep);border-top:1px solid var(--line);padding:8px 10px calc(8px + env(safe-area-inset-bottom))}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:46px;min-width:64px;font-size:.75rem;color:var(--muted)}.mobile-nav a[aria-current="location"]{color:var(--pink)}.mobile-nav .icon{width:21px;height:21px}
 .guide-dialog{width:100%;max-width:none;height:100dvh;max-height:100dvh;margin:0;border:0;border-radius:0}.dialog-top{padding:12px 20px;padding-top:max(12px,env(safe-area-inset-top))}.dialog-scroll{padding:20px 22px calc(26px + env(safe-area-inset-bottom))}.guide-header h2{font-size:2.25rem}.guide-header p{font-size:.9375rem}.choice{padding:16px;gap:14px;font-size:.9375rem}.guide-steps{gap:14px}.guide-help{gap:3px 16px}.help-result{padding:22px}.result-item h3{font-size:1.125rem}
}
@media(max-width:360px){.hero h1{font-size:3.35rem}.hero h1 span{font-size:1.5rem}.button{padding-inline:15px;gap:8px}.hero .button>.icon:first-child{display:none}.section-heading h2{font-size:2.1rem}.situation{gap:10px}.new-list,.coming-list{grid-auto-columns:92%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

/* Motion responds to interaction; artwork stays complete and still. */
@media(prefers-reduced-motion:no-preference){
 .button,.icon-button,.choice{transition:background .2s,color .2s,border-color .2s,box-shadow .25s,transform .2s var(--ease)}
 .text-link>.icon,.text-button>.icon,.button>.icon:last-child,.situation>.icon:last-child,.choice>.icon,.help-inline>.icon{transition:transform .24s var(--ease)}
 .resource-card>.cover,.welcome-feature>.cover{transition:box-shadow .3s var(--ease)}
 .button:focus-visible,.choice:focus-visible{box-shadow:0 0 0 4px rgba(255,174,181,.12)}
 .text-link:focus-visible>.icon,.text-button:focus-visible>.icon,.button:focus-visible>.icon:last-child,.situation:focus-visible>.icon:last-child,.choice:focus-visible>.icon,.help-inline:focus-visible>.icon{transform:translateX(4px)}
 .resource-card:focus-within>.cover,.welcome-feature:focus-within>.cover{box-shadow:0 0 0 2px rgba(255,174,181,.5)}
 .button:active:not(:disabled),.icon-button:active:not(:disabled),.choice:active:not(:disabled){transform:translateY(1px) scale(.985)}
 .desktop-nav a{position:relative}
 .desktop-nav a::after{content:'';position:absolute;left:0;right:0;bottom:4px;height:1px;background:var(--pink);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}
 .desktop-nav a:focus-visible::after{transform:scaleX(1)}
 .guide-dialog::backdrop{animation:em-backdrop-in .2s ease-out}
 .dialog-scroll .guide-header,.dialog-scroll .choice,.dialog-scroll .result-item,.dialog-scroll .help-result{animation:em-step-in .3s var(--ease) backwards}
 .choice-list>.choice:nth-child(2){animation-delay:30ms}.choice-list>.choice:nth-child(3){animation-delay:60ms}.choice-list>.choice:nth-child(4){animation-delay:90ms}.choice-list>.choice:nth-child(n+5){animation-delay:120ms}
 .dialog-scroll .choice:focus-visible{animation:none}
 @media(hover:hover) and (pointer:fine){
  .button:hover:not(:disabled),.icon-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 16px rgba(0,0,0,.15)}
  .button:active:not(:disabled),.icon-button:active:not(:disabled){transform:translateY(1px) scale(.985)}
  .text-link:hover>.icon,.text-button:hover>.icon,.button:hover>.icon:last-child,.situation:hover>.icon:last-child,.choice:hover>.icon,.help-inline:hover>.icon{transform:translateX(4px)}
  .resource-card:has(a):hover>.cover,.welcome-feature:hover>.cover{box-shadow:0 0 0 2px rgba(255,174,181,.35)}
  .desktop-nav a:hover::after{transform:scaleX(1)}
 }
}
@keyframes em-step-in{from{opacity:.5;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes em-backdrop-in{from{background:rgba(10,5,4,.4)}to{background:rgba(10,5,4,.78)}}
@media(prefers-reduced-motion:reduce){button:active:not(:disabled),.button:active{transform:none}}
