:root{--red:#ed1722;--paper:#f4f3ef;--black:#090909;--line:#292929;--muted:#aaa}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--paper);font-family:Manrope,Arial,sans-serif}
.topbar{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,78px);border-bottom:1px solid #282828;background:#090909}
.brand img{display:block;width:156px;max-height:45px;object-fit:contain}
.back,.scroll-link,.closing a{color:var(--paper);font:700 10px 'DM Mono',monospace;letter-spacing:.5px;text-decoration:none;text-transform:uppercase}
.back span,.scroll-link span,.closing a span{color:var(--red);font-size:16px;margin-left:7px}
.hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,47%);min-height:calc(100vh - 80px);overflow:hidden;background:#0b0b0b}
.hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:80px clamp(24px,8vw,144px)}
.eyebrow,.stage{display:none}
.hero h1,.manifesto h2,.pillars h2,.system h2,.closing h2{margin:0;font-weight:800;letter-spacing:-.075em;line-height:.9}
.hero h1{font-size:clamp(66px,8vw,140px)}
.hero-lead{max-width:440px;margin:32px 0;color:#c9c9c7;font-size:15px;line-height:1.7}
.scroll-link{display:inline-flex;align-items:center;width:max-content;margin-top:24px;border-bottom:1px solid #777;padding-bottom:8px}.scroll-link span{margin-left:11px}
.hero-image{min-height:680px;display:grid;place-items:center;background:#060606}
.hero-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(1) contrast(1.12)}
.hero-caption{position:absolute;z-index:2;right:32px;bottom:25px;margin:0;color:#ddd;font:9px 'DM Mono',monospace;letter-spacing:.8px;writing-mode:vertical-rl}
.manifesto{display:flex;flex-direction:column;align-items:center;padding:clamp(100px,12vw,190px) clamp(24px,9vw,150px);background:var(--paper);color:#111;text-align:center}
.manifesto h2,.pillars h2,.system h2,.closing h2{font-size:clamp(46px,6.5vw,104px)}
.manifesto>div>p{max-width:560px;margin:35px auto 0;color:#444;font-size:17px;line-height:1.75}
.transition{display:grid;grid-template-columns:1fr 130px 1fr;min-height:510px;background:#111}
.before,.after{display:flex;flex-direction:column;justify-content:center;padding:46px clamp(26px,7vw,115px)}
.stage{color:var(--red);font:10px 'DM Mono',monospace;letter-spacing:1.4px}.before{background:#161616}.after{background:#090909}
.before small,.after small{margin-top:20px;color:#aaa;font-size:12px}
.brand-stage{display:grid;place-items:center;flex:1;width:100%;min-height:300px;padding:25px 0}
.legacy-logo{display:block;width:min(420px,92%);max-height:300px;object-fit:contain;filter:invert(1);mix-blend-mode:screen}
.current-logo{display:block;width:min(350px,82%);max-height:220px;object-fit:contain;filter:drop-shadow(0 10px 25px #000)}
.transition-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid #292929;border-right:1px solid #292929;color:var(--red)}
.transition-arrow span{font-size:35px}.transition-arrow small{margin-top:12px;color:#aaa;font:9px 'DM Mono',monospace;line-height:1.6;text-align:center}
.pillars{padding:clamp(80px,11vw,170px) clamp(24px,9vw,150px);border-top:1px solid #292929}.pillars h2{max-width:800px}
.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:90px;border-top:1px solid #333}
.pillar-grid article{padding:25px 32px 20px 0;border-right:1px solid #333}.pillar-grid article+article{padding-left:32px}.pillar-grid article:last-child{border-right:0}
.pillar-grid b{color:var(--red);font:10px 'DM Mono',monospace}.pillar-grid h3{margin:60px 0 13px;font-size:20px;letter-spacing:-.5px}.pillar-grid p{max-width:260px;margin:0;color:#bbb;font-size:13px;line-height:1.65}
.system{display:grid;grid-template-columns:1fr 1fr;background:#161616}.system-image{min-height:650px;background:#050505;display:grid;place-items:center;padding:8vw}.system-image img{width:min(500px,100%);aspect-ratio:1;object-fit:contain}
.system-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(60px,9vw,140px)}.system-copy h2{max-width:560px;font-size:clamp(45px,5vw,78px)}.system-copy>p:not(.eyebrow){max-width:460px;margin:30px 0;color:#bbb;font-size:15px;line-height:1.7}
.system-copy ul{display:grid;gap:14px;margin:15px 0 0;padding:0;list-style:none;color:#ddd;font-size:12px}.system-copy li{display:flex;align-items:center;gap:11px}.system-copy li span{display:block;width:9px;height:9px;border-radius:50%;background:#090909;border:1px solid #777}.system-copy li:nth-child(2) span{background:#fff;border-color:#fff}.system-copy li:nth-child(3) span{background:var(--red);border-color:var(--red)}
.closing{padding:clamp(105px,15vw,230px) 24px;text-align:center;background:radial-gradient(circle at 50% 100%,#4a0b10 0,#090909 43%)}.closing .eyebrow{margin-bottom:28px}.closing h2{font-size:clamp(50px,7vw,115px)}.closing>p:not(.eyebrow){max-width:480px;margin:35px auto;color:#bbb;font-size:14px;line-height:1.7}.closing a{display:inline-block;margin-top:18px;padding:14px 20px;border:1px solid #e5e5e5}.closing a:hover{border-color:var(--red);background:var(--red)}.closing a:hover span{color:#fff}
footer{display:flex;justify-content:space-between;padding:20px clamp(24px,5vw,78px);border-top:1px solid #303030;color:#aaa;font:9px 'DM Mono',monospace;letter-spacing:.7px}
@media(max-width:780px){.topbar{height:66px}.brand img{width:130px}.hero{display:block;min-height:auto}.hero-copy{min-height:560px;padding:80px 24px 64px}.hero h1{font-size:clamp(58px,17vw,92px)}.hero-image{min-height:360px}.hero-image img{object-fit:cover}.hero-caption{right:17px;bottom:14px}.manifesto{gap:35px;padding:90px 24px}.manifesto>div>p{margin-top:28px}.transition{grid-template-columns:1fr;min-height:0}.before,.after{min-height:340px;padding:36px 30px}.brand-stage{min-height:240px}.legacy-logo{max-height:230px}.current-logo{max-height:170px}.transition-arrow{height:80px;flex-direction:row;gap:14px;border-left:0;border-right:0;border-top:1px solid #292929;border-bottom:1px solid #292929}.transition-arrow small{text-align:left;margin:0}.pillar-grid{grid-template-columns:1fr;margin-top:55px}.pillar-grid article,.pillar-grid article+article{padding:24px 0;border-right:0;border-bottom:1px solid #333}.pillar-grid h3{margin-top:35px}.system{grid-template-columns:1fr}.system-image{min-height:360px;padding:50px}.system-copy{padding:80px 24px}.closing{padding:115px 24px}footer{display:grid;gap:7px}}
