:root{--bg:#000000;--panel:#1a1a18;--paper:#f4f4d3;--muted:#b6b4ac;--accent:#dca8f3;--brand-purple:#c72eff;--line:#ffffff28;--sans:"Helvetica Neue",Arial,Helvetica,sans-serif;--display:Arial,"Arial Narrow",sans-serif;--serif:Georgia,"Times New Roman",serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--bg);color:var(--paper);font:16px/1.6 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid var(--accent);outline-offset:6px}img{display:block;max-width:100%;object-fit:cover}header{position:absolute;z-index:3;width:100%;padding:26px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#1119}.brand{display:flex;align-items:center;gap:12px;font-size:23px;font-family:var(--display);font-weight:800;letter-spacing:-1px}.brand-logo{height:36px;width:auto;display:block}nav{display:flex;gap:32px;font-size:13px}nav a:hover{color:var(--accent)}.hero{min-height:810px;height:100svh;max-height:1080px;position:relative;display:flex;align-items:flex-end;justify-content:center;padding:140px 24px 108px;text-align:center;isolation:isolate}.hero-photo{position:absolute;inset:0;z-index:-1}.hero-copy{max-width:900px}.eyebrow{font-size:11px;letter-spacing:2.4px;font-weight:600;margin:0 0 22px}.hero .eyebrow{color:var(--accent)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(56px,6.8vw,102px);line-height:1.02;font-weight:500;letter-spacing:-5px;margin-bottom:25px}em{font-family:var(--serif);font-weight:400}h1 em{color:#d7d5c9}.hero-copy>p:not(.eyebrow){color:#d1d0c8}.actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:12px 24px;font-size:13px;border-radius:5px;position:relative;overflow:hidden;transition:transform .25s,background .25s}.button:hover{transform:translateY(-3px)}.button:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,#fff4,transparent);transform:translate(-120%);transition:transform .6s}.button:hover:after{transform:translate(120%)}.light{background:var(--paper);color:var(--bg)}.glass{background:#ffffff12;border:1px solid #fff6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-foot{position:absolute;bottom:28px;left:5%;right:5%;display:flex;justify-content:space-between;font-size:10px;letter-spacing:2px;color:var(--muted)}.section{padding:100px 7%}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:40px}.section-heading p:last-child{color:var(--muted);font-size:14px}h2{font-size:clamp(38px,4vw,62px);line-height:1.12;letter-spacing:-2.5px;font-weight:400;margin-bottom:0}.featured{display:grid;grid-template-columns:1.25fr 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--panel)}.frame{position:relative;overflow:hidden;display:block}.frame img{width:100%;height:100%;transition:transform .5s}.frame:hover img{transform:scale(1.04)}.play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58px;height:58px;display:grid;place-items:center;border:1px solid #fff9;border-radius:50%;background:#0007;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.play svg{margin-left:2px}.feature-copy{padding:50px 42px}.tag{font-size:9px;letter-spacing:1.8px;border:1px solid var(--line);border-radius:20px;padding:8px 13px;display:inline-block;margin-bottom:22px}.feature-copy h3{font-size:54px;line-height:1;letter-spacing:-2px;font-weight:400;margin-bottom:20px}.feature-copy p{font-size:14px;color:var(--muted);max-width:310px}.text-link{display:inline-flex;gap:26px;align-items:center;border-bottom:1px solid #888;padding-bottom:6px;font-size:13px}.text-link:hover{color:var(--accent)}.episode-heading{display:flex;align-items:center;justify-content:space-between;margin:76px 0 32px;gap:20px}.episode-heading h2{font-size:37px}.episode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 24px}.episode .frame{aspect-ratio:16/9;border-radius:8px}.episode .play{width:42px;height:42px;font-size:12px;opacity:0;transition:opacity .25s}.episode:hover .play,.episode:focus-visible .play{opacity:1}.episode-meta{display:flex;justify-content:space-between;font-size:8px;letter-spacing:1.3px;color:var(--muted);margin:15px 0 7px}.episode h3{font-size:17px;font-weight:400;line-height:1.5;display:flex;justify-content:space-between;gap:15px}.episode h3 span{color:var(--accent)}.about{background:var(--paper);color:var(--bg)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:12%}.about h2{font-size:clamp(44px,5vw,74px)}.about-grid p{font-size:15px;color:#55554e}.about-grid .large-copy{font-size:26px;line-height:1.3;color:var(--bg);letter-spacing:-.5px}.about .text-link:hover{color:#515715}.words{display:flex;justify-content:space-between;border-top:1px solid #0003;padding-top:40px;margin-top:70px;font-size:clamp(25px,6vw,85px);letter-spacing:-3px;font-weight:700;color:#88887b}.connect{text-align:center;background:var(--accent);color:var(--bg)}.connect h2{font-size:clamp(44px,5.5vw,80px);margin-bottom:28px}.connect>p:not(.eyebrow){font-size:15px;color:#45482e}.dark{background:var(--bg);color:var(--paper)}.outline{border:1px solid #1117}footer{padding:38px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px}footer>span,footer>a:last-child{font-size:12px;color:var(--muted)}.skip{position:fixed;top:-100px;left:20px;z-index:10;padding:12px;background:#fff;color:#000}.skip:focus{top:10px}.hero-copy{animation:reveal .9s both}@keyframes reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media(max-width:900px){.section{padding:72px 6%}.featured{grid-template-columns:1fr}.feature-image{aspect-ratio:16/9}.feature-copy{padding:34px}.feature-copy h3 br{display:none}.feature-copy p{max-width:100%}.episode-grid{grid-template-columns:repeat(2,1fr)}.about-grid{gap:6%}header{padding:20px 5%}nav{gap:20px}}@media(max-width:600px){header{align-items:flex-start;gap:15px;flex-direction:column}.brand{font-size:22px}.brand-logo{height:28px}nav{width:100%;justify-content:space-between;font-size:12px}.hero{min-height:740px;max-height:900px;padding-bottom:110px}.hero h1{font-size:57px;letter-spacing:-3px}.hero-copy>p:not(.eyebrow){font-size:14px}.hero .eyebrow{font-size:9px;letter-spacing:1.6px}.hero-foot{font-size:8px;letter-spacing:1px}.actions{flex-direction:column}.section-heading{display:block}.section-heading>p{margin-top:22px}.section{padding:58px 6%}h2{letter-spacing:-1.7px}.feature-copy{padding:28px 24px}.feature-copy h3{font-size:44px}.episode-heading{align-items:flex-start;flex-direction:column;margin-top:50px}.episode-heading h2{font-size:36px}.episode-grid{grid-template-columns:1fr;gap:26px}.episode-meta{font-size:9px}.episode h3{font-size:18px}.episode .play{opacity:1}.about-grid{grid-template-columns:1fr;gap:30px}.words{letter-spacing:-1px;margin-top:40px;padding-top:25px}.connect h2{font-size:46px}footer{flex-wrap:wrap}footer .brand{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.hero{height:auto;min-height:100svh;max-height:none;padding:128px 24px 85px;align-items:center}.hero-photo{background:radial-gradient(ellipse at 50% 25%,#c72eff26,transparent 65%)}.hero-logo{width:clamp(220px,32vw,420px);height:auto;object-fit:contain;margin:0 auto 26px;animation:logoPulse 6.5s ease-in-out infinite}@keyframes logoPulse{0%,to{transform:translateY(0) scale(1);filter:drop-shadow(0 6px 10px #c72eff00)}50%{transform:translateY(-12px) scale(1.02);filter:drop-shadow(0 22px 38px #c72eff55)}}.hero-copy{animation:none;width:100%}.hero h1{font-size:clamp(42px,5.4vw,78px);letter-spacing:-2.5px;max-width:790px;margin:0 auto 24px;text-wrap:balance}.banner{background:var(--brand-purple)}.words{color:var(--paper);font-family:var(--display)}.manifesto{background:var(--brand-purple);color:#111}.manifesto-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:36px}.manifesto-heading h2{font-family:var(--display);font-weight:700;color:var(--paper)}.manifesto-logo{height:44px;width:auto;object-fit:contain}.slide-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px;scrollbar-color:#111 var(--brand-purple)}.story-slide{flex:0 0 65%;min-height:300px;background:var(--paper);border-radius:12px;padding:32px;display:flex;flex-direction:column;justify-content:flex-start;gap:22px;scroll-snap-align:start}.slide-number{font-size:12px;letter-spacing:2px}.story-slide h3{font-size:clamp(28px,3.4vw,44px);line-height:1.14;letter-spacing:-1.5px;margin:0;max-width:580px}.story-slide ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;font-size:17px;line-height:1.4}.slide-controls{display:flex;align-items:center;justify-content:space-between;gap:16px}.slide-controls p{font-size:13px;margin:0}.slide-controls button{width:48px;height:48px;border:1px solid #111;border-radius:50%;background:var(--paper);color:#111;font-size:24px;cursor:pointer}.slide-controls button+button{margin-left:8px}button:focus-visible,.slide-track:focus-visible{outline:3px solid white;outline-offset:4px}.connect{background:var(--panel);color:var(--paper)}.connect>p:not(.eyebrow){color:var(--muted)}.connect .outline{border-color:var(--line)}.connect .dark{background:var(--paper);color:var(--bg)}@media(max-width:600px){.hero{padding:152px 22px 75px;min-height:100svh}.hero-logo{width:240px;margin-bottom:24px}.hero h1{font-size:43px;letter-spacing:-1.8px}.hero-photo{background:radial-gradient(ellipse at 50% 25%,#c72eff26,transparent 65%)}.manifesto-heading{align-items:flex-start}.manifesto-logo{height:30px}.manifesto-heading h2{font-size:34px}.story-slide{flex-basis:90%;min-height:320px;padding:25px;gap:18px}.story-slide h3{font-size:30px}.story-slide ul{font-size:15px;gap:10px}.slide-controls p{max-width:150px}.hero-foot{bottom:22px}}
