:root{--red:#E01C24;--black:#000;--white:#F5F5F2;--muted:#999;--line:#252525}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#000;color:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}.nav{position:fixed;top:0;left:0;right:0;z-index:10;height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:linear-gradient(#000 20%,transparent);backdrop-filter:blur(8px)}.brand img{width:150px;height:70px;object-fit:cover;object-position:left center}.nav nav{display:flex;gap:32px}.nav a{color:#d7d7d5;text-decoration:none;font-size:12px;text-transform:uppercase;letter-spacing:.16em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:30px;background:var(--red);color:white!important;text-decoration:none;border:0;padding:18px 24px;text-transform:uppercase;font-weight:800;font-size:12px;letter-spacing:.1em;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 40px #e01c2444}.btn-small{padding:13px 18px!important}.hero{min-height:100vh;position:relative;display:grid;place-items:center;padding:120px 6vw 70px;overflow:hidden;background:radial-gradient(circle at 75% 45%,#250307 0,transparent 33%),linear-gradient(115deg,#080808,#000 55%)}.hero-inner{width:min(1120px,100%);position:relative;z-index:2}.launch-pill{display:inline-flex;align-items:center;gap:10px;border:1px solid #ffffff25;border-radius:999px;padding:9px 13px;font-size:10px;letter-spacing:.2em;font-weight:800}.launch-pill span{width:7px;height:7px;background:var(--red);border-radius:50%;box-shadow:0 0 16px var(--red)}.hero-logo{width:280px;display:block;margin:28px 0 20px}.eyebrow{font-size:11px;letter-spacing:.24em;color:#aaa}.eyebrow i,footer i{color:var(--red);font-style:normal}.hero h1,.manifesto h2,.wide-title,.ecosystem h2,.statement h2,.wait-card h2{font-size:clamp(64px,10vw,150px);line-height:.78;letter-spacing:-.065em;margin:35px 0;font-weight:950}.hero h1 em,h2 em{color:var(--red);font-style:normal}.lede{max-width:700px;color:#aaa;font-size:18px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:35px}.text-link{color:#ddd;text-decoration:none;font-size:11px;letter-spacing:.13em;text-transform:uppercase}.section{padding:120px 6vw}.section-kicker{font-size:10px;letter-spacing:.22em;color:#777;border-top:1px solid var(--line);padding-top:18px}.manifesto-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:8vw;align-items:end}.manifesto h2,.ecosystem h2,.wait-card h2{font-size:clamp(52px,7vw,110px)}.manifesto-grid>div p{color:#aaa;font-size:18px;line-height:1.8}.manifesto .quote{color:white;border-left:2px solid var(--red);padding-left:20px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.wide-title{font-size:clamp(54px,8vw,120px)}.pillar-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pillar-grid article{min-height:350px;padding:28px;border-right:1px solid var(--line);position:relative}.pillar-grid article:last-child{border:0}.pillar-grid span,.tag{color:var(--red);font-size:10px;letter-spacing:.18em}.pillar-grid h3{font-size:32px;margin-top:70px}.pillar-grid p,.feature p,.ecosystem-head p{color:#8e8e8e;line-height:1.6}.pillar-grid small{position:absolute;bottom:28px;font-size:9px;letter-spacing:.12em;color:#777}.ecosystem{background:#050505}.ecosystem-head{display:flex;justify-content:space-between;align-items:end}.ecosystem-head p{max-width:430px;margin-bottom:40px}.feature-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.feature{min-height:260px;border:1px solid var(--line);padding:30px;position:relative;overflow:hidden;background:linear-gradient(145deg,#0b0b0b,#030303)}.feature-big{grid-row:span 2;min-height:532px}.feature h3{font-size:32px;margin-top:45px}.feature-big h3{font-size:64px}.statement{min-height:85vh;display:grid;place-items:center;text-align:center;background:radial-gradient(circle,#300307 0,#050505 38%,#000 70%)}.statement h2{font-size:clamp(70px,11vw,160px)}.waitlist{padding-top:40px}.wait-card{border:1px solid #292929;padding:clamp(35px,7vw,90px);background:linear-gradient(135deg,#0d0d0d,#030303);position:relative;overflow:hidden}.wait-card p{max-width:670px;color:#999;font-size:17px;line-height:1.7}.wait-card form{display:flex;max-width:850px;margin:32px 0 15px;position:relative;z-index:2}.wait-card input{flex:1;min-width:0;background:#000;border:1px solid #333;color:white;padding:20px;font-size:15px;outline:none}.wait-card input:focus{border-color:var(--red)}.wait-card small{color:#666}.form-message{font-size:13px!important;color:#ddd!important;min-height:20px}footer{padding:70px 6vw 30px;border-top:1px solid var(--line)}footer img{width:190px}footer>p{max-width:850px;font-size:10px;letter-spacing:.14em;line-height:2;color:#777}footer>div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:22px;margin-top:40px;color:#555;font-size:10px;letter-spacing:.14em}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-preview{position:relative;overflow:hidden;background:linear-gradient(180deg,#000,#070707)}.preview-layout{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;min-height:820px}.preview-copy h2,.roadmap-head h2,.ai-copy h2,.mission h2,.faq h2{font-size:clamp(52px,7vw,110px);line-height:.82;letter-spacing:-.06em;margin:30px 0}.preview-copy p,.ai-copy>p,.mission-copy p{color:#999;line-height:1.75;font-size:17px}.phone-stage{min-height:760px;display:grid;place-items:center;position:relative}.phone{width:340px;min-height:690px;border:7px solid #1c1c1c;border-radius:48px;background:linear-gradient(160deg,#101010,#020202);padding:18px 20px;box-shadow:0 50px 120px #000,0 0 0 1px #555;position:relative}.score-ring{width:175px;height:175px;border-radius:50%;margin:28px auto;display:grid;place-items:center;background:conic-gradient(var(--red) 0 82%,#242424 82%);position:relative}.world-grid,.deep-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:50px}.world,.deep{min-height:330px;padding:38px;border:1px solid #242424;background:#080808}.world h3,.deep h3{font-size:clamp(34px,5vw,72px);line-height:.95}.world p,.deep p,.faq-list details p{color:#888;line-height:1.7}.timeline{display:grid;grid-template-columns:repeat(4,1fr);margin-top:40px;border-top:1px solid #333}.timeline div{padding:28px 20px 50px;border-right:1px solid #222}.ai-section{background:radial-gradient(circle at 75% 45%,#260307 0,transparent 30%),#020202}.ai-layout,.mission-grid,.faq-layout{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.ai-console{border:1px solid #2a2a2a;background:linear-gradient(145deg,#0d0d0d,#030303);padding:24px;min-height:510px}.console-msg{padding:15px 17px;margin:12px 0;font-size:12px;line-height:1.6}.user-msg{margin-left:auto;background:#171717}.ai-msg{border-left:2px solid var(--red);background:#0a0a0a}.faq-list details{border-top:1px solid #292929;padding:24px 0}.faq-list summary{cursor:pointer;display:flex;justify-content:space-between}.footer-links{display:flex;gap:18px}.footer-links a{color:#777;text-decoration:none}.skip-link{position:fixed;left:12px;top:-60px;z-index:100;background:var(--white);color:#000;padding:12px 16px;font-weight:800}.skip-link:focus{top:12px}:focus-visible{outline:2px solid var(--red);outline-offset:4px}.hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}button:disabled{opacity:.6;cursor:wait}@media(max-width:900px){.nav nav{display:none}.manifesto-grid,.ecosystem-head,.preview-layout,.ai-layout,.mission-grid,.faq-layout{display:block}.pillar-grid,.feature-grid,.world-grid,.deep-grid,.timeline{grid-template-columns:1fr}.pillar-grid article{min-height:230px;border-right:0;border-bottom:1px solid var(--line)}.wait-card form{display:block}.wait-card button{width:100%;margin-top:10px}.hero-actions{align-items:flex-start;flex-direction:column}.footer-links{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn{transition:none}}
/* Brand asset presentation */
.brand{display:flex;align-items:center}
.brand img{width:132px;height:58px;object-fit:contain;object-position:left center}
.hero-logo{width:min(360px,72vw);height:auto;object-fit:contain;object-position:left center;display:block;margin:28px 0 20px}
.phone-brand img{width:88px;height:42px;object-fit:contain;object-position:left center}
footer>img{width:220px;height:auto;object-fit:contain;object-position:left center}
@media(max-width:900px){.brand img{width:108px;height:50px}.hero-logo{width:min(310px,78vw)}}

/* Hero composition refinement */
.nav{height:88px;padding-left:5.5vw;padding-right:5.5vw}
.brand img{width:145px;height:68px;object-fit:contain;object-position:left center}
.hero{min-height:100vh;place-items:start;padding:clamp(180px,22vh,245px) 6vw 72px}
.hero-inner{margin-left:4.5vw}
.hero-logo{width:min(315px,62vw);margin:20px 0 14px}
.hero h1{margin:26px 0 24px}
.hero .lede{max-width:650px}
.hero-actions{margin-top:28px}
@media(max-width:900px){
 .nav{height:74px;padding-left:5vw;padding-right:5vw}
 .brand img{width:118px;height:56px}
 .hero{padding:145px 6vw 65px;place-items:start}
 .hero-inner{margin-left:0}
 .hero-logo{width:min(280px,76vw)}
}

/* VISUAL EXPERIENCE V2 */
.scroll-progress{position:fixed;z-index:40;top:0;left:0;height:2px;width:0;background:var(--red);box-shadow:0 0 18px #e01c24;pointer-events:none}
.nav{transition:height .35s ease,background .35s ease,border-color .35s ease;border-bottom:1px solid transparent}
.nav.scrolled{height:70px;background:#000000e8;border-bottom-color:#1b1b1b}
.nav nav a{position:relative;transition:color .25s ease}.nav nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--red);transition:width .25s}.nav nav a:hover{color:#fff}.nav nav a:hover:after{width:100%}
.hero{isolation:isolate}.hero-grid{position:absolute;inset:0;opacity:.16;background-image:linear-gradient(#ffffff0d 1px,transparent 1px),linear-gradient(90deg,#ffffff0d 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(to bottom,transparent 5%,#000 45%,transparent 96%)}
.hero-scan{position:absolute;width:52vw;height:52vw;right:-14vw;top:15%;border:1px solid #e01c2428;border-radius:50%;box-shadow:0 0 0 80px #e01c2405,0 0 0 160px #e01c2404;animation:pulseRing 6s ease-in-out infinite}
.hero-inner{max-width:1050px}.hero h1{text-shadow:0 15px 60px #000}.hero-logo{filter:drop-shadow(0 16px 35px #000)}
.hero-status{display:flex;gap:28px;margin-top:62px;padding-top:18px;border-top:1px solid #242424;max-width:770px}.hero-status span{font-size:9px;letter-spacing:.18em;color:#707070}.hero-status b{color:var(--red);margin-right:7px}
.section-kicker{position:relative}.section-kicker:before{content:"";display:inline-block;width:28px;height:1px;background:var(--red);vertical-align:middle;margin-right:12px}
.pillar-grid article,.feature,.world,.deep{transition:transform .35s ease,border-color .35s ease,background .35s ease}.pillar-grid article:hover,.feature:hover,.world:hover,.deep:hover{transform:translateY(-6px);border-color:#4a2022;background:linear-gradient(145deg,#100809,#030303)}
.pillar-grid article:after{content:"";position:absolute;inset:auto 0 0;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .35s}.pillar-grid article:hover:after{transform:scaleX(1)}
.feature-big:after{content:"MP";position:absolute;right:-18px;bottom:-55px;font-size:220px;font-weight:950;letter-spacing:-.12em;color:#ffffff05}
.phone{transform:perspective(1200px) rotateY(-8deg) rotateX(3deg);transition:transform .5s ease;box-shadow:35px 55px 130px #000,0 0 0 1px #555}.phone-stage:hover .phone{transform:perspective(1200px) rotateY(0) rotateX(0) translateY(-8px)}
.phone-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:#e01c2420;filter:blur(70px)}
.world{position:relative;overflow:hidden}.world:after{content:"";position:absolute;width:180px;height:180px;border:1px solid #ffffff0b;border-radius:50%;right:-70px;bottom:-70px;box-shadow:0 0 0 35px #ffffff05}
.marquee{overflow:hidden;border-top:1px solid #202020;border-bottom:1px solid #202020;background:#050505;padding:19px 0}.marquee div{display:flex;width:max-content;gap:32px;animation:marquee 28s linear infinite}.marquee span{font-size:11px;font-weight:800;letter-spacing:.2em;color:#aaa}.marquee i{font-style:normal;color:var(--red)}
.wait-card:after{content:"2027";position:absolute;right:-20px;bottom:-55px;font-size:220px;font-weight:950;letter-spacing:-.08em;color:#ffffff035;pointer-events:none}
.btn{position:relative;overflow:hidden}.btn:after{content:"";position:absolute;top:-100%;left:-30%;width:20%;height:300%;background:#ffffff25;transform:rotate(24deg);transition:left .55s}.btn:hover:after{left:120%}
@keyframes pulseRing{0%,100%{transform:scale(.94);opacity:.5}50%{transform:scale(1.04);opacity:1}}@keyframes marquee{to{transform:translateX(-50%)}}
@media(max-width:900px){.hero-grid{background-size:48px 48px}.hero-scan{width:90vw;height:90vw;right:-48vw;top:25%}.hero-status{gap:12px;overflow:hidden}.hero-status span{font-size:8px}.hero-status b{display:none}.phone{transform:none}.marquee div{animation-duration:20s}}
@media(prefers-reduced-motion:reduce){.hero-scan,.marquee div{animation:none}.phone{transform:none}}

/* V2 STORYTELLING */
.story{padding:120px 6vw;background:linear-gradient(180deg,#020202,#070303 55%,#020202)}.story .section-head{max-width:1200px;margin:0 auto 70px}.story .section-head h2 span,.launch-copy h2 span{color:var(--red)}.story-stack{max-width:1200px;margin:auto;display:grid;gap:18px}
.story-panel{min-height:390px;border:1px solid #202020;background:#050505;position:relative;overflow:hidden;display:grid;grid-template-columns:80px minmax(0,1fr) 38%;align-items:center;padding:46px;isolation:isolate}
.story-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 50%,#e01c2415,transparent 35%);z-index:-1}.story-num{align-self:start;color:#4c4c4c;font-size:12px;letter-spacing:.2em}.story-copy{max-width:600px}.story-copy .eyebrow{color:var(--red);font-size:10px;letter-spacing:.28em;font-weight:800}.story-copy h3{font-size:clamp(38px,5vw,72px);line-height:.92;margin:14px 0 20px;letter-spacing:-.045em}.story-copy p{color:#9b9b9b;line-height:1.7;max-width:560px}.story-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.story-tags span{border:1px solid #292929;border-radius:999px;padding:8px 11px;font-size:8px;letter-spacing:.16em;color:#777}.story-visual{height:260px;position:relative;display:grid;place-items:center}
.metric-ring{width:190px;height:190px;border-radius:50%;border:1px solid #333;display:grid;place-content:center;text-align:center;box-shadow:0 0 0 18px #e01c2408,0 0 70px #e01c241a}.metric-ring:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;border-top:3px solid var(--red);transform:rotate(35deg)}.metric-ring strong{font-size:64px;line-height:1}.metric-ring small{font-size:8px;letter-spacing:.2em;color:#777}.metric-bars{position:absolute;bottom:4px;display:flex;align-items:end;gap:5px;height:55px}.metric-bars i{width:5px;background:#e01c24}.metric-bars i:nth-child(1){height:22%}.metric-bars i:nth-child(2){height:48%}.metric-bars i:nth-child(3){height:35%}.metric-bars i:nth-child(4){height:82%}.metric-bars i:nth-child(5){height:60%}.metric-bars i:nth-child(6){height:100%}.metric-bars i:nth-child(7){height:75%}
.focus-orbit{width:210px;height:210px;border:1px solid #333;border-radius:50%;display:grid;place-items:center;position:relative;box-shadow:0 0 60px #e01c2412}.focus-orbit:before,.focus-orbit:after{content:"";position:absolute;border:1px solid #ffffff0e;border-radius:50%}.focus-orbit:before{inset:28px}.focus-orbit:after{inset:58px}.focus-orbit b{position:absolute;width:8px;height:8px;background:var(--red);border-radius:50%;top:12px;box-shadow:0 0 20px var(--red);animation:orbit 6s linear infinite;transform-origin:4px 93px}.focus-orbit span{font-size:11px;letter-spacing:.25em}
.faith-mark{font-family:Georgia,serif;font-size:150px;line-height:1;color:#f5f5f2;text-shadow:0 0 50px #e01c2430}.faith-line{position:absolute;bottom:18px;font-size:9px;letter-spacing:.25em;color:#777}.topo{border:1px solid #202020;background:repeating-radial-gradient(ellipse at 60% 40%,transparent 0 18px,#ffffff0b 19px 20px);place-content:end start;padding:28px}.topo span{color:var(--red);font-size:9px;letter-spacing:.2em}.topo b{margin-top:8px;font-size:18px;line-height:1.5;letter-spacing:.08em}
.system-map i{position:absolute;width:12px;height:12px;border:2px solid var(--red);border-radius:50%;box-shadow:0 0 20px #e01c24}.system-map i:nth-child(1){top:20px}.system-map i:nth-child(2){right:35px;top:75px}.system-map i:nth-child(3){right:70px;bottom:18px}.system-map i:nth-child(4){left:70px;bottom:18px}.system-map i:nth-child(5){left:35px;top:75px}.system-map:before{content:"";position:absolute;width:190px;height:190px;border:1px solid #2b2b2b;border-radius:50%}.system-map:after{content:"";position:absolute;width:120px;height:120px;border:1px dashed #3b3b3b;border-radius:50%;animation:spin 14s linear infinite}.system-map strong{z-index:2;font-size:42px;letter-spacing:-.08em}
.launch-sequence{min-height:82vh;padding:100px 10vw;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;overflow:hidden;position:relative;background:radial-gradient(circle at 20% 50%,#e01c2419,transparent 34%),#020202}.launch-year{font-size:clamp(120px,19vw,330px);font-weight:950;letter-spacing:-.09em;color:#0b0b0b;-webkit-text-stroke:1px #252525;line-height:.8}.launch-copy{max-width:650px}.launch-copy h2{font-size:clamp(42px,5vw,76px);line-height:.94;letter-spacing:-.05em}.launch-copy p{color:#999;line-height:1.7;margin:24px 0 30px}
@keyframes orbit{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:900px){.story{padding:80px 5vw}.story-panel{grid-template-columns:1fr;padding:30px;min-height:560px}.story-num{position:absolute;right:24px;top:24px}.story-visual{height:220px}.launch-sequence{grid-template-columns:1fr;padding:80px 6vw}.launch-year{margin-bottom:50px}}
@media(prefers-reduced-motion:reduce){.focus-orbit b,.system-map:after{animation:none}}

/* V2 PRODUCT ECOSYSTEM */
.product-showcase{padding:130px 6vw;background:#020202;overflow:hidden}.product-showcase .section-head{max-width:1200px;margin:0 auto 80px}.product-showcase .section-head h2 span{color:var(--red)}
.product-stage{max-width:1100px;height:720px;margin:0 auto 90px;position:relative;display:flex;align-items:center;justify-content:center;perspective:1600px}.product-stage:before{content:"";position:absolute;width:850px;height:500px;background:radial-gradient(ellipse,#e01c2424,transparent 66%);filter:blur(15px)}
.device{width:260px;height:550px;border:1px solid #4a4a4a;border-radius:38px;background:#080808;padding:9px;position:absolute;box-shadow:0 45px 100px #000;transition:transform .5s ease;z-index:2}.device:before{content:"";position:absolute;width:78px;height:18px;border-radius:20px;background:#000;top:17px;left:50%;transform:translateX(-50%);z-index:5}.device-main{width:292px;height:610px;z-index:4;transform:translateY(-8px)}.device-left{transform:translateX(-255px) rotateY(18deg) rotateZ(-3deg) scale(.91)}.device-right{transform:translateX(255px) rotateY(-18deg) rotateZ(3deg) scale(.91)}.product-stage:hover .device-left{transform:translateX(-285px) rotateY(13deg) rotateZ(-2deg) scale(.92)}.product-stage:hover .device-right{transform:translateX(285px) rotateY(-13deg) rotateZ(2deg) scale(.92)}.device-screen{height:100%;border-radius:30px;padding:44px 20px 22px;background:linear-gradient(155deg,#111,#030303 60%);overflow:hidden;position:relative}.mini-top{font-size:7px;letter-spacing:.2em;color:#777}.mini-title{font-size:34px;font-weight:900;line-height:.92;margin-top:42px}.mini-ring{width:125px;height:125px;border:2px solid var(--red);border-right-color:#2b2b2b;border-radius:50%;display:grid;place-content:center;text-align:center;margin:40px auto;font-size:40px;font-weight:900}.mini-ring small{display:block;font-size:7px;letter-spacing:.2em;color:#777}.mini-row{border-top:1px solid #252525;padding-top:16px;display:flex;justify-content:space-between;font-size:7px;letter-spacing:.12em}.mini-row span{color:var(--red)}
.dashboard-greeting{font-size:26px;font-weight:900;margin:32px 0 18px}.momentum-score{border:1px solid #272727;padding:20px;position:relative;background:#090909}.momentum-score span{font-size:7px;letter-spacing:.18em;color:#777}.momentum-score strong{font-size:62px;display:block;line-height:1}.momentum-score i{position:absolute;width:62px;height:62px;border:2px solid var(--red);border-left-color:#222;border-radius:50%;right:18px;top:24px}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.dash-grid div{border:1px solid #222;padding:13px 10px}.dash-grid small{font-size:6px;letter-spacing:.12em;color:#666;display:block}.dash-grid b{font-size:14px}.next-action{position:absolute;left:20px;right:20px;bottom:22px;background:var(--red);padding:15px}.next-action small{font-size:6px;display:block;opacity:.7}.next-action b{font-size:8px;letter-spacing:.1em}.ai-screen{display:flex;flex-direction:column;align-items:center}.ai-screen .mini-top{align-self:flex-start}.ai-orb{width:150px;height:150px;border:1px solid #e01c2470;border-radius:50%;display:grid;place-items:center;margin-top:70px;font-size:38px;font-weight:900;box-shadow:0 0 50px #e01c2428,inset 0 0 40px #e01c2412}.ai-copy{text-align:center;font-size:22px;font-weight:900;line-height:1;margin-top:38px}.ai-prompt{position:absolute;bottom:25px;left:18px;right:18px;border:1px solid #333;border-radius:30px;padding:14px;color:#555;font-size:9px}.stage-floor{position:absolute;bottom:25px;width:700px;height:90px;border-radius:50%;background:#e01c2412;filter:blur(30px);transform:rotateX(70deg)}
.product-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-card{min-height:440px;border:1px solid #202020;background:linear-gradient(145deg,#080808,#030303);padding:32px;position:relative;overflow:hidden}.product-id{font-size:8px;letter-spacing:.2em;color:var(--red)}.product-card h3{font-size:38px;line-height:.95;letter-spacing:-.04em;margin:20px 0}.product-card p{color:#888;line-height:1.65;font-size:14px}.product-ui{position:absolute;left:30px;right:30px;bottom:28px;height:125px;border-top:1px solid #222}
.core-ui{display:flex;align-items:end;gap:6px}.core-ui span{writing-mode:vertical-rl;transform:rotate(180deg);height:85px;border-left:3px solid #2b2b2b;padding-left:7px;font-size:7px;letter-spacing:.12em}.core-ui span:first-child,.core-ui span:last-child{border-color:var(--red)}
.ai-lines i{position:absolute;left:50%;top:50%;height:1px;width:120px;background:linear-gradient(90deg,var(--red),transparent);transform-origin:left}.ai-lines i:nth-child(1){transform:rotate(0deg)}.ai-lines i:nth-child(2){transform:rotate(120deg)}.ai-lines i:nth-child(3){transform:rotate(240deg)}.ai-lines b{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border:1px solid #444;border-radius:50%;display:grid;place-items:center;background:#050505}
.pulse-ui{display:grid;place-items:center}.pulse-ui svg{width:100%}.pulse-ui polyline{fill:none;stroke:var(--red);stroke-width:2;filter:drop-shadow(0 0 5px #e01c24)}
.recovery-ui{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:18px}.recovery-ui div{border:1px solid #222;display:grid;place-content:center;text-align:center}.recovery-ui strong{font-size:27px}.recovery-ui small{font-size:6px;letter-spacing:.16em;color:#666}.verse-ui{display:flex;align-items:center;gap:25px}.verse-ui b{font-family:Georgia,serif;font-size:90px}.verse-ui span{font-size:8px;letter-spacing:.2em;line-height:2;color:#777}.map-ui{background:repeating-radial-gradient(ellipse at 65% 55%,transparent 0 12px,#ffffff0b 13px 14px);padding:18px}.map-ui span{font-size:8px;letter-spacing:.2em;color:var(--red)}.map-ui i{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 15px var(--red)}.map-ui i:nth-of-type(1){left:65%;top:35%}.map-ui i:nth-of-type(2){left:42%;top:65%}.map-ui i:nth-of-type(3){left:78%;top:72%}
.connected-strip{max-width:1200px;margin:55px auto 0;border-top:1px solid #222;border-bottom:1px solid #222;padding:24px;display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.18em;color:#777}.connected-strip i{font-style:normal;color:#444}.connected-strip strong{color:var(--red)}
@media(max-width:900px){.product-showcase{padding:90px 5vw}.product-stage{height:600px;transform:scale(.78);margin:-40px auto 10px}.device-left{transform:translateX(-180px) rotateY(15deg) scale(.85)}.device-right{transform:translateX(180px) rotateY(-15deg) scale(.85)}.product-stage:hover .device-left{transform:translateX(-180px) rotateY(15deg) scale(.85)}.product-stage:hover .device-right{transform:translateX(180px) rotateY(-15deg) scale(.85)}.product-grid{grid-template-columns:1fr}.product-card{min-height:390px}.connected-strip{gap:10px;overflow:auto;white-space:nowrap}}
@media(max-width:560px){.product-stage{height:530px;transform:scale(.65);margin:-80px -35% -40px}.product-grid{gap:10px}}

/* V2 FINAL POLISH */
.menu-toggle{display:none;width:42px;height:42px;border:1px solid #292929;background:#080808;align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer}.menu-toggle span{display:block;width:18px;height:1px;background:#fff;transition:.3s}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.mobile-menu{display:none;position:absolute;top:74px;left:0;right:0;background:#050505f7;border-top:1px solid #202020;border-bottom:1px solid #202020;padding:25px 5vw 30px;backdrop-filter:blur(18px)}.mobile-menu a{display:block!important;padding:15px 0;font-size:13px!important;border-bottom:1px solid #181818}.mobile-menu .btn{margin-top:18px;border-bottom:0!important}.mobile-menu.open{display:block}
.wait-benefits{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.wait-benefits span{border:1px solid #2d2d2d;border-radius:999px;padding:8px 11px;font-size:8px;letter-spacing:.16em;color:#8b8b8b}.wait-card form:focus-within{filter:drop-shadow(0 15px 30px #e01c2412)}.wait-card input{transition:border-color .25s,background .25s}.wait-card input:hover{border-color:#555}.form-message[data-type="success"]{border-left:2px solid var(--red);padding-left:12px}
@media(max-width:900px){.desktop-cta{display:none!important}.menu-toggle{display:flex}.nav{overflow:visible}.hero h1{font-size:clamp(58px,17vw,92px)}.hero .lede{font-size:16px}.hero-status{margin-top:42px}.section{padding:85px 5vw}.section-head{display:block!important}.section-head>p{margin-top:25px!important}.pillar-grid article{padding:26px}.ecosystem-head h2,.manifesto h2,.wait-card h2{font-size:clamp(48px,13vw,74px)}.feature-big h3{font-size:48px}.story-copy h3{font-size:44px}.product-card h3{font-size:34px}.launch-copy h2{font-size:46px}.wait-card{padding:38px 24px}.wait-card p{font-size:15px}.wait-benefits{gap:6px}footer>div{gap:15px;flex-wrap:wrap}}
@media(max-width:480px){.hero{padding-top:125px}.hero-logo{width:245px}.hero-status span:nth-child(4),.hero-status span:nth-child(5){display:none}.phone-stage{min-height:620px}.phone{width:300px;min-height:620px}.story-panel{padding:25px;min-height:520px}.story-tags span{font-size:7px}.launch-year{font-size:34vw}.connected-strip{padding-left:0;padding-right:0}.wait-card form input{font-size:16px}}


/* VISUAL EXPERIENCE V3 — COMMAND CENTER */
.v3-command{padding:140px 5vw;background:radial-gradient(circle at 50% 45%,#160607 0,#050303 35%,#010101 68%);overflow:hidden}.v3-command-head{max-width:1320px;margin:auto auto 70px;display:grid;grid-template-columns:1.4fr .7fr;gap:80px;align-items:end}.v3-command-head h2{font-size:clamp(56px,7vw,110px);line-height:.86;letter-spacing:-.06em;margin:18px 0 0}.v3-command-head h2 span{color:var(--red)}.v3-command-head p{color:#8d8d8d;line-height:1.75}
.command-console{max-width:1320px;min-height:700px;margin:auto;border:1px solid #292929;background:#050505;display:grid;grid-template-columns:60px 1fr 300px;box-shadow:0 50px 160px #000;position:relative}.command-console:before{content:"";position:absolute;inset:-1px;pointer-events:none;background:linear-gradient(110deg,#e01c241e,transparent 25%,transparent 75%,#ffffff08);z-index:4}
.console-rail{border-right:1px solid #222;display:flex;align-items:center;flex-direction:column;padding:22px 0;gap:24px}.console-rail b{font-size:18px;color:var(--red);margin-bottom:35px}.console-rail i{width:7px;height:7px;border:1px solid #555;border-radius:50%}.console-rail i.active{background:var(--red);border-color:var(--red);box-shadow:0 0 15px var(--red)}.console-rail small{margin-top:auto;writing-mode:vertical-rl;font-size:7px;letter-spacing:.2em;color:#555}
.console-main{padding:26px 30px 30px}.console-top{display:flex;justify-content:space-between;border-bottom:1px solid #1e1e1e;padding-bottom:18px;font-size:7px;letter-spacing:.18em;color:#555}.console-top strong{color:#aaa}.console-top span:last-child{color:#777}.console-greeting{padding:48px 0 36px}.console-greeting small{font-size:8px;letter-spacing:.24em;color:#777}.console-greeting h3{font-size:clamp(45px,5vw,72px);line-height:.88;letter-spacing:-.05em;margin:12px 0}.console-greeting h3 span{color:var(--red)}
.signal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.signal{min-height:120px;border:1px solid #222;padding:17px;display:flex;flex-direction:column;justify-content:space-between;background:#080808}.signal small{font-size:7px;letter-spacing:.16em;color:#666}.signal b{font-size:18px}.signal span{font-size:8px;color:#666}.hero-signal{grid-row:span 2;min-height:248px;background:linear-gradient(145deg,#130607,#060606)}.hero-signal strong{font-size:86px;line-height:.8}.hero-signal span{color:var(--red)}.hero-signal i{height:2px;background:#252525;position:relative}.hero-signal i:after{content:"";position:absolute;inset:0 auto 0 0;width:var(--p);background:var(--red);box-shadow:0 0 10px var(--red)}
.action-line{border:1px solid #292929;margin-top:8px;padding:18px;display:grid;grid-template-columns:1fr auto auto;gap:25px;align-items:center}.action-line small{display:block;font-size:6px;letter-spacing:.18em;color:#666}.action-line b{font-size:12px}.action-line>span{font-size:10px;color:#777}.action-line button{border:0;background:var(--red);color:#fff;font-weight:800;font-size:9px;letter-spacing:.1em;padding:14px 18px}
.console-ai{border-left:1px solid #222;padding:28px 24px;background:linear-gradient(180deg,#090909,#040404);display:flex;flex-direction:column}.ai-status{font-size:8px;letter-spacing:.18em;color:#777}.ai-status i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--red);box-shadow:0 0 12px var(--red);margin-right:7px}.console-ai h4{font-size:34px;line-height:.95;margin:70px 0 18px}.console-ai p{font-size:12px;line-height:1.7;color:#777}.ai-recommend{margin-top:28px;padding:18px;border-left:2px solid var(--red);background:#0d0808}.ai-recommend small{font-size:6px;letter-spacing:.18em;color:var(--red);display:block}.ai-recommend b{display:block;font-size:12px;margin:9px 0}.ai-recommend span{font-size:10px;color:#666;line-height:1.5}.ai-input{margin-top:auto;border:1px solid #292929;border-radius:30px;padding:14px 16px;color:#555;font-size:9px}.ai-input b{float:right;color:#aaa}
.v3-principles{max-width:1320px;margin:45px auto 0;display:flex;align-items:center;justify-content:space-between}.v3-principles>div{min-width:150px}.v3-principles b{color:var(--red);font-size:8px;margin-right:10px}.v3-principles span{font-size:10px;letter-spacing:.16em;font-weight:800}.v3-principles p{font-size:10px;color:#666;margin:8px 0 0}.v3-principles>i{font-style:normal;color:#333}
@media(max-width:1000px){.v3-command-head{grid-template-columns:1fr;gap:20px}.command-console{grid-template-columns:48px 1fr}.console-ai{grid-column:1/-1;border-left:0;border-top:1px solid #222;min-height:360px}.console-ai h4{margin-top:35px}.ai-input{margin-top:30px}.v3-principles{overflow:auto;gap:30px;padding-bottom:10px}}
@media(max-width:650px){.v3-command{padding:90px 4vw}.v3-command-head h2{font-size:15vw}.command-console{grid-template-columns:1fr}.console-rail{display:none}.console-main{padding:22px 16px}.console-top span:first-child{display:none}.console-greeting{padding:35px 0 28px}.signal-grid{grid-template-columns:1fr 1fr}.hero-signal{grid-column:1/-1;grid-row:auto;min-height:180px}.action-line{grid-template-columns:1fr auto}.action-line>span{display:none}.console-ai{padding:25px 18px}.v3-principles{margin-top:30px}}

/* V3 DAY IN THE LIFE */
.v3-day{padding:140px 6vw;background:#030303;overflow:hidden}.v3-day-head{max-width:1250px;margin:auto auto 75px;display:grid;grid-template-columns:1.2fr .7fr;gap:70px;align-items:end}.v3-day-head h2{font-size:clamp(55px,7vw,105px);line-height:.87;letter-spacing:-.06em;margin:18px 0 0}.v3-day-head h2 span,.history-copy h3 span{color:var(--red)}.v3-day-head p,.history-copy p{color:#858585;line-height:1.75}
.day-layout{max-width:1250px;margin:auto;display:grid;grid-template-columns:440px 1fr;border:1px solid #242424;min-height:660px;background:#050505}.day-timeline{padding:24px;border-right:1px solid #242424;position:relative}.day-timeline:before{content:"";position:absolute;left:100px;top:55px;bottom:55px;width:1px;background:#242424}.day-event{width:100%;min-height:96px;border:0;background:transparent;color:#fff;display:grid;grid-template-columns:58px 20px 1fr;gap:12px;align-items:center;text-align:left;cursor:pointer;padding:10px;position:relative}.day-event time{font-size:9px;color:#555;letter-spacing:.1em}.day-event i{width:9px;height:9px;border:1px solid #555;border-radius:50%;background:#050505;z-index:2}.day-event div{padding:13px 16px;border:1px solid transparent;transition:.25s}.day-event small{display:block;font-size:6px;letter-spacing:.2em;color:#666}.day-event b{display:block;font-size:13px;margin:5px 0}.day-event span{font-size:8px;color:#555}.day-event.active i{background:var(--red);border-color:var(--red);box-shadow:0 0 16px var(--red)}.day-event.active div{border-color:#3a2021;background:#100708}.day-event.active small{color:var(--red)}
.day-intelligence{padding:55px;position:relative;background:radial-gradient(circle at 70% 35%,#e01c2412,transparent 38%)}.day-screen{height:100%;position:relative}.day-screen>small{font-size:8px;letter-spacing:.2em;color:var(--red)}.day-screen h3{font-size:clamp(48px,6vw,86px);line-height:.87;letter-spacing:-.055em;margin:35px 0}.day-screen p{max-width:500px;color:#777;line-height:1.7}.day-action{position:absolute;bottom:0;left:0;font-size:9px;letter-spacing:.15em;border-bottom:1px solid var(--red);padding-bottom:7px}.day-score{position:absolute;right:20px;top:110px;width:170px;height:170px;border:2px solid var(--red);border-left-color:#252525;border-radius:50%;display:grid;place-content:center;text-align:center}.day-score strong{font-size:58px}.day-score span{font-size:7px;letter-spacing:.18em;color:#777}.day-symbol{position:absolute;right:60px;top:110px;font:150px Georgia;color:#eee;text-shadow:0 0 60px #e01c2430}.day-chart{height:120px;display:flex;gap:8px;align-items:end;width:260px}.day-chart i{width:16px;background:var(--red)}.day-chart i:nth-child(1){height:30%}.day-chart i:nth-child(2){height:52%}.day-chart i:nth-child(3){height:44%}.day-chart i:nth-child(4){height:75%}.day-chart i:nth-child(5){height:68%}.day-chart i:nth-child(6){height:100%}.focus-count{font-size:100px;font-weight:900;line-height:.8;color:#111;-webkit-text-stroke:1px #333}.focus-count small{display:block;font-size:8px;letter-spacing:.2em;color:var(--red);-webkit-text-stroke:0;margin-top:18px}.day-coordinates{font-size:28px;font-weight:900;line-height:1.3;color:#222;-webkit-text-stroke:1px #444}.review-stats{display:flex;gap:10px}.review-stats span{border:1px solid #222;padding:18px 25px;font-size:7px;letter-spacing:.14em;color:#666}.review-stats b{display:block;font-size:30px;color:#fff;letter-spacing:-.04em}
.v3-dataflow{max-width:1250px;height:440px;margin:100px auto;position:relative;border:1px solid #1d1d1d;background:radial-gradient(circle at center,#110607,#030303 42%)}.v3-dataflow svg{position:absolute;inset:40px 7%;width:86%;height:360px}.v3-dataflow path{fill:none;stroke:#3a2021;stroke-width:1}.data-core{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:130px;height:130px;border:1px solid var(--red);border-radius:50%;display:grid;place-content:center;text-align:center;box-shadow:0 0 60px #e01c2420}.data-core b{font-size:38px}.data-core span{font-size:6px;letter-spacing:.2em;color:#777}.data-node{position:absolute;z-index:2;background:#060606;border:1px solid #292929;padding:14px 18px;min-width:150px}.data-node i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--red);margin-right:7px}.data-node b{font-size:9px;letter-spacing:.13em}.data-node small{display:block;font-size:7px;color:#555;margin-top:5px}.n1{left:7%;top:10%}.n2{left:3%;top:42%}.n3{left:7%;bottom:10%}.n4{right:7%;top:20%}.n5{right:7%;bottom:20%}
.progress-history{max-width:1250px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center;padding:70px 0}.history-copy h3{font-size:clamp(42px,5vw,72px);line-height:.92;letter-spacing:-.05em}.history-chart{height:330px;border:1px solid #222;position:relative;padding:40px;background:linear-gradient(#070707,#030303)}.history-chart svg{position:absolute;left:40px;right:40px;bottom:55px;width:calc(100% - 80px);height:230px}.history-chart .area{fill:url(#area)}.history-chart .trend{fill:none;stroke:var(--red);stroke-width:3;filter:drop-shadow(0 0 5px #e01c24)}.chart-labels{position:absolute;bottom:25px;left:40px;right:40px;display:flex;justify-content:space-between;font-size:7px;color:#555}.history-stat{position:absolute;right:25px;top:22px;background:#080808dd;border:1px solid #282828;padding:14px}.history-stat small,.history-stat span{display:block;font-size:6px;letter-spacing:.15em;color:#666}.history-stat strong{font-size:28px;color:var(--red)}
@media(max-width:900px){.v3-day-head,.progress-history{grid-template-columns:1fr;gap:30px}.day-layout{grid-template-columns:1fr}.day-timeline{border-right:0;border-bottom:1px solid #242424}.day-intelligence{min-height:600px;padding:38px}.v3-dataflow{height:560px}.v3-dataflow svg{display:none}.data-core{top:50%}.data-node{min-width:125px}.n1{left:5%;top:8%}.n2{left:5%;top:28%}.n3{left:5%;bottom:8%}.n4{right:5%;top:18%}.n5{right:5%;bottom:18%}}@media(max-width:560px){.v3-day{padding:90px 4vw}.v3-day-head h2{font-size:14vw}.day-timeline{padding:12px}.day-timeline:before{left:78px}.day-event{grid-template-columns:46px 16px 1fr}.day-intelligence{padding:30px 20px;min-height:570px}.day-score{position:relative;right:auto;top:auto;width:120px;height:120px;margin:25px 0}.day-symbol{font-size:100px;right:20px}.v3-dataflow{margin:70px auto}.data-node{min-width:110px;padding:10px}.data-node small{display:none}.history-chart{height:280px;padding:20px}.history-chart svg{left:20px;width:calc(100% - 40px)}}

/* V3 MOMENTUM AI LAB */
.v3-ai-lab{padding:140px 5vw;background:linear-gradient(180deg,#020202,#080304 55%,#020202);overflow:hidden}.ai-lab-head{max-width:1320px;margin:auto auto 75px;display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end}.ai-lab-head h2{font-size:clamp(55px,7vw,108px);line-height:.86;letter-spacing:-.06em;margin:18px 0 0}.ai-lab-head h2 span,.ai-view h3 span{color:var(--red)}.ai-lab-head p{color:#858585;line-height:1.75}
.ai-demo{max-width:1320px;margin:auto;border:1px solid #282828;min-height:700px;display:grid;grid-template-columns:245px 1fr 255px;background:#050505;box-shadow:0 55px 150px #000}.ai-scenarios{border-right:1px solid #222;padding:18px}.ai-case{width:100%;border:0;border-bottom:1px solid #191919;background:transparent;color:#fff;padding:20px 14px;text-align:left;cursor:pointer;transition:.25s}.ai-case small{font-size:6px;letter-spacing:.14em;color:#555}.ai-case b{display:block;font-size:9px;letter-spacing:.11em;margin:7px 0}.ai-case span{font-size:8px;color:#555}.ai-case.active{background:#100708;border-left:2px solid var(--red)}.ai-case.active small,.ai-case.active b{color:var(--red)}
.ai-workspace{padding:28px 35px;position:relative;background:radial-gradient(circle at 50% 45%,#e01c2410,transparent 40%)}.ai-work-top{display:flex;justify-content:space-between;border-bottom:1px solid #1d1d1d;padding-bottom:18px;font-size:7px;letter-spacing:.16em;color:#666}.ai-work-top i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--red);box-shadow:0 0 12px var(--red);margin-right:6px}.ai-view{padding:55px 5px 10px}.ai-view-kicker{font-size:8px;letter-spacing:.22em;color:var(--red)}.ai-view h3{font-size:clamp(45px,5vw,72px);line-height:.9;letter-spacing:-.05em;margin:24px 0}.ai-view>p{max-width:650px;color:#858585;line-height:1.75;font-size:13px}.ai-evidence{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:40px}.ai-evidence span{border:1px solid #242424;padding:17px;font-size:7px;letter-spacing:.12em;color:#666}.ai-evidence b{display:block;font-size:22px;color:#fff;letter-spacing:-.03em;margin-bottom:5px}.ai-next{margin-top:30px;border-left:2px solid var(--red);background:#0e0808;padding:20px}.ai-next small{display:block;font-size:6px;letter-spacing:.18em;color:var(--red);margin-bottom:8px}.ai-next b{font-size:12px}
.why-panel{border-left:1px solid #222;padding:28px 22px;background:#070707}.why-head{display:flex;justify-content:space-between;border-bottom:1px solid #222;padding-bottom:16px}.why-head span,.why-head b{font-size:7px;letter-spacing:.16em}.why-head span{color:var(--red)}.why-head b{color:#555}.why-panel>p{font-size:11px;line-height:1.6;color:#777;margin:30px 0}.why-source{display:grid;grid-template-columns:12px 1fr;gap:10px;padding:20px 0;border-top:1px solid #1d1d1d}.why-source i{width:6px;height:6px;border-radius:50%;background:var(--red);margin-top:4px;box-shadow:0 0 10px #e01c24}.why-source b{font-size:8px;letter-spacing:.12em}.why-source span{display:block;font-size:9px;line-height:1.55;color:#5f5f5f;margin-top:7px}.why-rule{margin-top:35px;padding:18px;border:1px solid #342022;font-size:9px;font-weight:800;letter-spacing:.12em}.why-rule span{display:block;color:#777;font-size:7px;margin-top:8px;font-weight:400}.ai-promise{max-width:1320px;margin:35px auto 0;padding:22px 0;border-top:1px solid #222;border-bottom:1px solid #222;display:flex;justify-content:space-around;gap:18px;font-size:8px;letter-spacing:.17em;color:#777}.ai-promise i{font-style:normal;color:var(--red)}
@media(max-width:1050px){.ai-lab-head{grid-template-columns:1fr;gap:25px}.ai-demo{grid-template-columns:200px 1fr}.why-panel{grid-column:1/-1;border-left:0;border-top:1px solid #222}.why-source{display:inline-grid;width:30%;vertical-align:top;margin-right:2%}.why-rule{max-width:400px}}@media(max-width:700px){.v3-ai-lab{padding:90px 4vw}.ai-lab-head h2{font-size:14vw}.ai-demo{grid-template-columns:1fr}.ai-scenarios{border-right:0;border-bottom:1px solid #222;display:flex;overflow:auto;padding:10px}.ai-case{min-width:170px;border-bottom:0;border-right:1px solid #191919}.ai-workspace{padding:24px 18px;min-height:590px}.ai-view{padding-top:38px}.ai-evidence{grid-template-columns:1fr 1fr}.ai-evidence span:last-child{grid-column:1/-1}.why-source{display:grid;width:100%;margin:0}.ai-promise{overflow:auto;white-space:nowrap;justify-content:flex-start}}

/* V3 CONNECTED ECOSYSTEM */
.v3-ecosystem{padding:140px 5vw;background:#020202;overflow:hidden}.v3-eco-head{max-width:1320px;margin:auto auto 65px;display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end}.v3-eco-head h2{font-size:clamp(55px,7vw,108px);line-height:.86;letter-spacing:-.06em;margin:18px 0 0}.v3-eco-head h2 span,.eco-pane-copy h3 span{color:var(--red)}.v3-eco-head p{color:#858585;line-height:1.75}
.eco-orbit{max-width:1100px;height:720px;margin:auto;position:relative}.eco-rings i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid #ffffff0b;border-radius:50%}.eco-rings i:nth-child(1){width:330px;height:330px;border-color:#e01c2424}.eco-rings i:nth-child(2){width:570px;height:570px}.eco-rings i:nth-child(3){width:830px;height:680px;border-style:dashed}.eco-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:280px;height:280px;border-radius:50%;border:1px solid #5b2225;background:radial-gradient(circle,#160708,#050505 68%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 0 100px #e01c2418;z-index:2}.eco-core-logo{font-size:58px;font-weight:950;letter-spacing:-.09em;color:#fff}.eco-core small{font-size:6px;letter-spacing:.22em;color:var(--red)}.eco-core h3{font-size:22px;line-height:.92;margin:10px}.eco-core p{font-size:7px;color:#666}.eco-core>span{margin-top:8px;font-size:6px;letter-spacing:.18em;border:1px solid #3b2223;padding:7px 10px}
.eco-satellite{position:absolute;width:160px;height:78px;border:1px solid #2a2a2a;background:#070707;color:#fff;padding:14px;text-align:left;cursor:pointer;transition:.3s;z-index:3}.eco-satellite b{display:block;font-size:9px;letter-spacing:.12em}.eco-satellite small{font-size:6px;letter-spacing:.15em;color:#555}.eco-satellite:before{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#444;right:12px;top:12px}.eco-satellite.active{border-color:#673034;background:#110708;transform:scale(1.06)}.eco-satellite.active:before{background:var(--red);box-shadow:0 0 12px var(--red)}.eco-satellite.cardio{left:7%;top:15%}.eco-satellite.water{right:7%;top:15%}.eco-satellite.protocol{left:1%;top:48%}.eco-satellite.dream{right:1%;top:48%}.eco-satellite.faith{left:12%;bottom:10%}.eco-satellite.adventure{right:12%;bottom:10%}
.eco-detail{max-width:1200px;margin:-15px auto 0;border:1px solid #252525;background:#050505}.eco-detail-nav{padding:18px 25px;border-bottom:1px solid #222;display:flex;justify-content:space-between;font-size:7px;letter-spacing:.18em;color:#666}.eco-detail-nav b{color:var(--red)}.eco-pane{min-height:500px;display:grid;grid-template-columns:1fr 390px;align-items:center;padding:45px 70px;gap:70px}.eco-pane-copy small{font-size:8px;letter-spacing:.22em;color:var(--red)}.eco-pane-copy h3{font-size:clamp(50px,6vw,82px);line-height:.87;letter-spacing:-.055em;margin:20px 0}.eco-pane-copy p{color:#858585;line-height:1.75;max-width:580px}.eco-features{display:flex;flex-wrap:wrap;gap:7px;margin-top:28px}.eco-features span{border:1px solid #292929;border-radius:999px;padding:8px 11px;font-size:7px;letter-spacing:.14em;color:#777}
.eco-mini-device{width:260px;height:420px;border:1px solid #444;border-radius:34px;margin:auto;padding:42px 20px 22px;background:linear-gradient(155deg,#111,#030303);position:relative;box-shadow:20px 35px 70px #000}.eco-mini-device:before{content:"";position:absolute;width:70px;height:16px;background:#000;border-radius:20px;top:14px;left:50%;transform:translateX(-50%)}.run-top{font-size:7px;letter-spacing:.17em;color:#666}.run-time{font-size:58px;font-weight:900;letter-spacing:-.06em;margin-top:70px}.run-label{font-size:7px;letter-spacing:.18em;color:#777}.run-track{height:85px;display:flex;align-items:end;gap:7px;margin-top:35px}.run-track i{flex:1;background:var(--red)}.run-track i:nth-child(1){height:25%}.run-track i:nth-child(2){height:70%}.run-track i:nth-child(3){height:45%}.run-track i:nth-child(4){height:90%}.run-track i:nth-child(5){height:55%}.run-stats{position:absolute;left:20px;right:20px;bottom:25px;display:flex;gap:8px}.run-stats span{flex:1;border:1px solid #222;padding:10px;font-size:6px;color:#666}.run-stats b{display:block;font-size:18px;color:#fff}.water-device{text-align:center}.drop{font-size:90px;color:#31bfff;text-shadow:0 0 40px #008cff88;margin-top:40px}.water-num{font-size:54px;font-weight:900}.water-fill{height:4px;background:#202020;margin-top:25px}.water-fill i{display:block;width:72%;height:100%;background:#31bfff;box-shadow:0 0 10px #31bfff}.protocol-row{display:grid;grid-template-columns:50px 1fr 20px;align-items:center;border-bottom:1px solid #222;padding:25px 0;margin-top:8px}.protocol-row b{font-size:10px}.protocol-row span{font-size:8px;color:#777}.protocol-row i{font-style:normal;color:var(--red)}.dream-device{text-align:center;background:radial-gradient(circle at 50% 38%,#3b2b7a55,#080817 48%,#020205)}.dream-moon{font-size:100px;color:#8b7dff;margin-top:28px}.dream-time{font-size:32px;font-weight:800}.dream-wave{display:flex;height:55px;align-items:center;justify-content:center;gap:5px;margin:30px 0}.dream-wave i{width:3px;background:#42c8ff}.dream-wave i:nth-child(1),.dream-wave i:nth-child(7){height:20%}.dream-wave i:nth-child(2),.dream-wave i:nth-child(6){height:50%}.dream-wave i:nth-child(3),.dream-wave i:nth-child(5){height:80%}.dream-wave i:nth-child(4){height:100%}.faith-device{text-align:center}.faith-cross{font:150px Georgia;margin-top:25px;text-shadow:0 0 50px #e01c2430}.faith-day{font-size:28px;font-weight:900;margin:20px}.adventure-device{overflow:hidden}.adventure-lines{height:250px;margin-top:20px;background:repeating-radial-gradient(ellipse at 60% 50%,transparent 0 13px,#ffffff12 14px 15px)}.adventure-coord{position:absolute;left:20px;bottom:45px;font-size:13px;font-weight:800;line-height:1.4}
.eco-flow{max-width:1200px;margin:40px auto 0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #222;border-bottom:1px solid #222;padding:25px 0}.eco-flow small{display:block;font-size:6px;letter-spacing:.16em;color:#555}.eco-flow b{font-size:8px;letter-spacing:.12em}.eco-flow i{font-style:normal;color:var(--red)}
@media(max-width:900px){.v3-eco-head{grid-template-columns:1fr;gap:25px}.eco-orbit{transform:scale(.78);margin:-70px -15%}.eco-pane{grid-template-columns:1fr;padding:40px;gap:40px}.eco-flow{overflow:auto;gap:25px;white-space:nowrap}}@media(max-width:600px){.v3-ecosystem{padding:90px 4vw}.v3-eco-head h2{font-size:14vw}.eco-orbit{height:600px;transform:scale(.62);margin:-100px -48%}.eco-pane{padding:30px 20px}.eco-pane-copy h3{font-size:13vw}.eco-mini-device{width:230px;height:390px}.eco-detail-nav b{display:none}.eco-flow{margin-top:25px}}

/* V3 UNIVERSE + ROAD TO 2027 + FINALE */
.v3-universe{padding:150px 5vw;background:linear-gradient(180deg,#020202,#080505,#020202);overflow:hidden}.universe-head{max-width:1320px;margin:auto auto 80px;display:grid;grid-template-columns:1.35fr .65fr;gap:80px;align-items:end}.universe-head h2{font-size:clamp(52px,6.6vw,102px);line-height:.87;letter-spacing:-.06em;margin:18px 0 0}.universe-head h2 span,.road-head h2 span{color:var(--red)}.universe-head p,.road-head p{color:#858585;line-height:1.75}.universe-stage{max-width:1250px;height:820px;margin:auto;position:relative}.universe-stage:before,.universe-stage:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid #ffffff0b;border-radius:50%}.universe-stage:before{width:600px;height:600px}.universe-stage:after{width:900px;height:760px;border-style:dashed}.universe-center{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:310px;height:310px;border-radius:50%;border:1px solid #63262a;background:radial-gradient(circle,#190809,#050505 67%);box-shadow:0 0 110px #e01c2419;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.universe-center small{font-size:7px;letter-spacing:.22em;color:var(--red)}.universe-center b{font-size:32px;line-height:.9;margin:14px}.universe-center span{font-size:7px;letter-spacing:.17em;color:#666}.universe-card{position:absolute;z-index:2;width:300px;min-height:220px;padding:27px;border:1px solid #292929;background:linear-gradient(145deg,#0a0a0a,#040404);transition:.3s}.universe-card:hover{border-color:#5d2b2e;transform:translateY(-6px)}.universe-card small{font-size:7px;letter-spacing:.2em;color:var(--red)}.universe-card h3{font-size:31px;line-height:.92;letter-spacing:-.04em;margin:20px 0}.universe-card p{font-size:10px;line-height:1.6;color:#666}.universe-card>b{position:absolute;bottom:25px;font-size:7px;letter-spacing:.14em;color:#888}.u-software{left:2%;top:8%}.u-studios{right:2%;top:8%}.u-nutrition{left:2%;bottom:8%}.u-products{right:2%;bottom:8%}.future-rule{max-width:1250px;margin:20px auto 0;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #222;border-bottom:1px solid #222;padding:25px 0;font-size:8px;letter-spacing:.16em;color:#777}.future-rule i{height:1px;flex:1;background:#2b2b2b}
.v3-road{padding:160px 5vw;position:relative;background:#020202;overflow:hidden}.road-ghost{position:absolute;right:-2vw;top:0;font-size:34vw;font-weight:950;line-height:.75;color:#ffffff025;letter-spacing:-.09em}.road-head{max-width:900px;position:relative;z-index:2}.road-head h2{font-size:clamp(55px,7vw,105px);line-height:.87;letter-spacing:-.06em;margin:18px 0 28px}.road-head p{max-width:650px}.road-track{max-width:1250px;margin:100px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}.road-line{position:absolute;left:4%;right:4%;top:29px;height:1px;background:#282828}.road-line i{display:block;width:43%;height:100%;background:var(--red);box-shadow:0 0 14px #e01c24}.road-stop{position:relative;padding-top:70px}.road-stop:before{content:"";position:absolute;top:23px;left:0;width:12px;height:12px;border:1px solid #555;border-radius:50%;background:#020202;z-index:2}.road-stop.complete:before,.road-stop.active:before{background:var(--red);border-color:var(--red);box-shadow:0 0 18px #e01c24}.road-stop small{font-size:7px;letter-spacing:.18em;color:#666}.road-stop>b{display:block;font-size:55px;color:#151515;margin:12px 0}.road-stop h3{font-size:17px;margin:0 0 12px}.road-stop p{font-size:10px;line-height:1.6;color:#666;max-width:230px}.road-stop span{display:inline-block;margin-top:18px;border:1px solid #292929;padding:7px 9px;font-size:6px;letter-spacing:.15em;color:#777}.road-stop.active span{color:var(--red);border-color:#4a2527}
.v3-finale{min-height:900px;display:grid;place-items:center;position:relative;overflow:hidden;background:#000;text-align:center;padding:120px 5vw}.finale-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(circle at center,#000,transparent 70%);-webkit-mask-image:radial-gradient(circle at center,#000,transparent 70%)}.finale-glow{position:absolute;width:700px;height:700px;border-radius:50%;background:#e01c2415;filter:blur(90px)}.finale-inner{position:relative;z-index:2;max-width:1050px}.finale-mark{font-size:90px;font-weight:950;letter-spacing:-.1em;margin-bottom:25px;text-shadow:0 0 50px #e01c2440}.finale-inner>small{font-size:8px;letter-spacing:.28em;color:var(--red)}.finale-inner h2{font-size:clamp(65px,9vw,140px);line-height:.79;letter-spacing:-.07em;margin:30px 0}.finale-inner>p{max-width:650px;margin:0 auto;color:#888;line-height:1.7}.finale-lines{display:flex;justify-content:center;gap:25px;flex-wrap:wrap;margin:40px 0}.finale-lines span{font-size:7px;letter-spacing:.18em;color:#666}.finale-btn{display:inline-flex;align-items:center;gap:35px;padding:19px 25px}.finale-btn b{font-size:16px}.finale-meta{margin-top:28px;display:flex;justify-content:center;gap:12px;font-size:6px;letter-spacing:.18em;color:#555}.finale-meta i{font-style:normal;color:var(--red)}
@media(max-width:900px){.universe-head{grid-template-columns:1fr;gap:25px}.universe-stage{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}.universe-stage:before,.universe-stage:after{display:none}.universe-center{position:relative;left:auto;top:auto;transform:none;grid-column:1/-1;margin:0 auto 35px}.universe-card{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:auto}.road-track{grid-template-columns:1fr 1fr;gap:50px}.road-line{display:none}.road-stop{padding-top:30px}.road-stop:before{top:0}.future-rule{overflow:auto;white-space:nowrap}}@media(max-width:560px){.v3-universe,.v3-road{padding:100px 4vw}.universe-head h2,.road-head h2{font-size:14vw}.universe-stage{grid-template-columns:1fr}.universe-center{width:240px;height:240px}.universe-card{min-height:200px}.road-track{grid-template-columns:1fr}.v3-finale{min-height:760px;padding:90px 4vw}.finale-inner h2{font-size:18vw}.finale-lines{gap:12px}.finale-meta{flex-wrap:wrap}}


/* V3 FINAL INTEGRATION */
html{scroll-behavior:smooth;scroll-padding-top:90px}
section[id]{scroll-margin-top:82px}
button,.btn,a{-webkit-tap-highlight-color:transparent}
.day-event:focus-visible,.ai-case:focus-visible,.eco-satellite:focus-visible,.menu-toggle:focus-visible,.btn:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--red);outline-offset:4px}
[hidden]{display:none!important}
.v3-command,.v3-day,.v3-ai-lab,.v3-ecosystem,.v3-universe,.v3-road,.v3-finale{content-visibility:auto;contain-intrinsic-size:900px}
@media(max-width:700px){.nav{padding-left:4vw;padding-right:4vw}.brand img{max-width:175px}.v3-principles{scrollbar-width:none}.v3-principles::-webkit-scrollbar,.ai-scenarios::-webkit-scrollbar,.eco-flow::-webkit-scrollbar{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1!important;transform:none!important}}

/* V4 — CINEMATIC EXPERIENCE ENGINE */
.v4-hero-atmosphere{position:absolute;inset:0;overflow:hidden;pointer-events:none}.v4-horizon{position:absolute;left:50%;bottom:6%;width:110vw;height:38vh;transform:translateX(-50%) perspective(700px) rotateX(68deg);background:repeating-linear-gradient(90deg,#ffffff08 0 1px,transparent 1px 80px),repeating-linear-gradient(0deg,#ffffff08 0 1px,transparent 1px 65px);mask-image:linear-gradient(to top,#000,transparent);-webkit-mask-image:linear-gradient(to top,#000,transparent)}.v4-beam{position:absolute;width:1px;height:85vh;top:-15%;background:linear-gradient(transparent,#e01c2455,transparent);filter:blur(.2px);transform-origin:top}.v4-beam.b1{left:22%;transform:rotate(22deg)}.v4-beam.b2{right:22%;transform:rotate(-22deg)}.v4-live-rail{position:absolute;left:4vw;right:4vw;bottom:25px;display:flex;align-items:center;gap:12px;font-size:6px;letter-spacing:.2em;color:#555}.v4-live-rail i{height:1px;flex:1;background:#ffffff12}.v4-live-rail span:first-child{color:#8a8a8a}
.v4-opening{height:300vh;background:#000;position:relative}.v4-opening-sticky{height:100vh;position:sticky;top:0;display:grid;place-items:center;overflow:hidden}.v4-opening-sticky:before{content:"";position:absolute;width:55vw;height:55vw;border:1px solid #ffffff08;border-radius:50%;box-shadow:0 0 0 8vw #ffffff02,0 0 0 16vw #ffffff018}.v4-opening-word{position:absolute;text-align:center;opacity:0;transform:translateY(50px) scale(.96);transition:opacity .7s ease,transform .7s ease;pointer-events:none}.v4-opening-word.active{opacity:1;transform:none}.v4-opening-word small{display:block;font-size:8px;letter-spacing:.32em;color:var(--red);margin-bottom:24px}.v4-opening-word strong{display:block;font-size:clamp(70px,11vw,175px);line-height:.78;letter-spacing:-.075em}.v4-opening-index{position:absolute;bottom:45px;left:5vw;right:5vw;display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center;font-size:7px;color:#555}.v4-opening-index i{height:1px;background:linear-gradient(90deg,var(--red) var(--v4-progress,0%),#222 var(--v4-progress,0%))}
body.v4-scrolling .nav{background:#000000cc;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
@media(max-width:700px){.v4-opening-word strong{font-size:18vw}.v4-opening{height:250vh}.v4-live-rail span:not(:first-child){display:none}.v4-horizon{width:160vw}.v4-opening-sticky:before{width:95vw;height:95vw}}
@media(prefers-reduced-motion:reduce){.v4-opening{height:auto;padding:100px 5vw}.v4-opening-sticky{height:auto;position:relative;display:block}.v4-opening-word{position:relative;opacity:1;transform:none;margin:80px 0}.v4-opening-index{display:none}}

/* V4 — LIVE PRODUCT MOTION */
.v4-animate-data .signal{transform:translateY(18px);opacity:.45;transition:transform .7s cubic-bezier(.2,.8,.2,1),opacity .7s}.v4-animate-data.v4-live .signal{transform:none;opacity:1}.v4-animate-data.v4-live .signal:nth-child(2){transition-delay:.08s}.v4-animate-data.v4-live .signal:nth-child(3){transition-delay:.14s}.v4-animate-data.v4-live .signal:nth-child(4){transition-delay:.2s}.v4-animate-data.v4-live .signal:nth-child(5){transition-delay:.26s}.v4-animate-data.v4-live .signal:nth-child(6){transition-delay:.32s}.v4-animate-data .hero-signal>i{transform-origin:left;transform:scaleX(0);transition:transform 1.2s .25s cubic-bezier(.2,.8,.2,1)}.v4-animate-data.v4-live .hero-signal>i{transform:scaleX(1)}.v4-animate-data.v4-live .console-ai{animation:v4AiWake .9s .25s both}.v4-animate-data.v4-live .ai-status i{animation:v4Pulse 1.8s infinite}
@keyframes v4AiWake{from{opacity:.2;transform:translateX(18px)}to{opacity:1;transform:none}}@keyframes v4Pulse{50%{box-shadow:0 0 24px var(--red);opacity:.55}}
.v4-device-reveal .device{opacity:.15;filter:blur(5px);transition:opacity .9s,filter .9s,transform 1s cubic-bezier(.2,.8,.2,1)}.v4-device-reveal .device-left{transform:translate3d(70px,35px,0) rotateY(12deg)}.v4-device-reveal .device-main{transform:translateY(70px) scale(.94)}.v4-device-reveal .device-right{transform:translate3d(-70px,35px,0) rotateY(-12deg)}.v4-device-reveal.v4-live .device{opacity:1;filter:none}.v4-device-reveal.v4-live .device-left,.v4-device-reveal.v4-live .device-right,.v4-device-reveal.v4-live .device-main{transform:none}.v4-device-reveal.v4-live .device-main{transition-delay:.08s}.v4-device-reveal.v4-live .device-right{transition-delay:.16s}
.v4-intelligence-live .ai-workspace:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 0 45%,#e01c2412 50%,transparent 55%);transform:translateY(-120%);opacity:0}.v4-intelligence-live.v4-live .ai-workspace:after{animation:v4Scan 3.8s ease-in-out infinite;opacity:1}@keyframes v4Scan{0%,15%{transform:translateY(-120%)}70%,100%{transform:translateY(120%)}}
.v4-depth-section .eco-core{transition:transform .25s ease-out,box-shadow .5s}.v4-depth-section.v4-live .eco-core{box-shadow:0 0 140px #e01c2425}.v4-depth-section.v4-live .eco-rings i:nth-child(2){animation:v4Ring 18s linear infinite}.v4-depth-section.v4-live .eco-rings i:nth-child(3){animation:v4RingReverse 28s linear infinite}@keyframes v4Ring{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes v4RingReverse{to{transform:translate(-50%,-50%) rotate(-360deg)}}
@media(prefers-reduced-motion:reduce){.v4-animate-data .signal,.v4-device-reveal .device{opacity:1!important;filter:none!important;transform:none!important}.v4-animate-data .hero-signal>i{transform:none!important}.v4-intelligence-live .ai-workspace:after{display:none}}

/* V4 — FIVE CINEMATIC WORLDS */
.v4-worlds{position:relative;background:#020202}.v4-worlds:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.65;background:var(--world-atmosphere,radial-gradient(circle at 75% 30%,#e01c2408,transparent 35%));transition:background 1s ease}.v4-world-indicator{position:sticky;top:90px;z-index:8;margin-left:auto;margin-right:4vw;width:125px;display:grid;grid-template-columns:22px 1fr;grid-template-rows:auto auto;gap:5px 10px;align-items:center;pointer-events:none}.v4-world-indicator span{grid-row:1/3;font-size:22px;font-weight:900;color:var(--red)}.v4-world-indicator i{height:1px;background:#444;position:relative}.v4-world-indicator i:after{content:"";display:block;height:100%;width:var(--world-progress,20%);background:var(--red);transition:width .5s}.v4-world-indicator b{font-size:7px;letter-spacing:.2em;color:#888}
.v4-worlds .story-panel{min-height:86vh;position:relative;isolation:isolate;overflow:hidden;transition:border-color .6s,background .8s,transform .8s,opacity .8s}.v4-worlds .story-panel:before{content:attr(data-world);position:absolute;right:-1vw;bottom:-4vw;font-size:clamp(110px,19vw,310px);font-weight:950;line-height:.75;letter-spacing:-.08em;color:#ffffff025;z-index:-1;transform:translateX(7%);transition:transform 1.2s cubic-bezier(.2,.8,.2,1),color .8s}.v4-worlds .story-panel.v4-world-active:before{transform:translateX(0)}.v4-worlds .story-panel .story-copy,.v4-worlds .story-panel .story-visual{transition:transform .9s cubic-bezier(.2,.8,.2,1),opacity .8s}.v4-worlds .story-panel:not(.v4-world-active) .story-copy{transform:translateY(25px);opacity:.7}.v4-worlds .story-panel:not(.v4-world-active) .story-visual{transform:translateX(25px) scale(.96);opacity:.55}.v4-worlds .story-panel.v4-world-active{border-color:#3b2728}.v4-worlds .story-panel.v4-world-active .story-visual{filter:drop-shadow(0 0 45px #e01c2415)}
.v4-worlds .body-panel.v4-world-active{background:radial-gradient(circle at 78% 50%,#4b0b0d22,transparent 36%),#050505}.v4-worlds .mind-panel.v4-world-active{background:radial-gradient(circle at 78% 50%,#28344624,transparent 36%),#040505}.v4-worlds .faith-panel.v4-world-active{background:radial-gradient(circle at 78% 50%,#7a53151c,transparent 38%),#050504}.v4-worlds .life-panel.v4-world-active{background:radial-gradient(circle at 78% 50%,#213a2824,transparent 38%),#040504}.v4-worlds .system-panel.v4-world-active{background:radial-gradient(circle at 78% 50%,#e01c241a,transparent 38%),#050303}
.v4-world-active .metric-bars i{animation:v4Bar 1.4s ease-in-out infinite alternate}.v4-world-active .metric-bars i:nth-child(2n){animation-delay:.25s}.v4-world-active .metric-bars i:nth-child(3n){animation-delay:.45s}@keyframes v4Bar{to{transform:scaleY(.65);opacity:.5}}.v4-world-active .focus-orbit{animation:v4Float 3s ease-in-out infinite}.v4-world-active .faith-mark{text-shadow:0 0 60px #e3ba5960}.v4-world-active .topo{animation:v4Topo 8s ease-in-out infinite alternate}.v4-world-active .system-map strong{box-shadow:0 0 55px #e01c2440}@keyframes v4Float{50%{transform:translateY(-10px)}}@keyframes v4Topo{to{background-position:20px 16px}}
@media(max-width:700px){.v4-world-indicator{top:78px;margin-right:3vw;width:95px}.v4-worlds .story-panel{min-height:auto}.v4-worlds .story-panel:before{font-size:27vw;bottom:2vw}.v4-worlds .story-panel:not(.v4-world-active) .story-copy,.v4-worlds .story-panel:not(.v4-world-active) .story-visual{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.v4-worlds .story-panel:before,.v4-worlds .story-panel .story-copy,.v4-worlds .story-panel .story-visual{transform:none!important;opacity:1!important}.v4-world-active .metric-bars i,.v4-world-active .focus-orbit,.v4-world-active .topo{animation:none!important}}

/* V4 chapter HUD */
.v4-chapter{position:fixed;z-index:90;right:20px;top:50%;transform:translateY(-50%);width:112px;display:grid;grid-template-columns:24px 1fr;gap:5px 9px;align-items:center;opacity:0;transition:opacity .4s}
.v4-chapter.visible{opacity:1}
.v4-chapter span{grid-row:1/3;color:var(--red);font-size:20px;font-weight:900}
.v4-chapter i{height:1px;background:#383838;position:relative;overflow:hidden}
.v4-chapter i:after{content:"";position:absolute;inset:0;background:var(--red);transform:scaleX(var(--chapter-progress,.1));transform-origin:left}
.v4-chapter b{font-size:6px;letter-spacing:.16em;color:#777;white-space:nowrap}
.v4-chapter-section{position:relative}
.v4-chapter-section.v4-chapter-active{outline:1px solid transparent}
.nav nav a.v4-nav-active{color:#fff}
@media(max-width:900px){.v4-chapter{right:10px;width:82px}.v4-chapter b{display:none}}
@media(max-width:600px){.v4-chapter{top:auto;bottom:15px;right:15px;transform:none;background:rgba(5,5,5,.88);border:1px solid #242424;padding:8px;width:65px}.v4-chapter span{font-size:14px}}

/* V4 finale + conversion */
.v4-final-conversion{min-height:100vh}
.v4-final-status{display:flex;align-items:center;justify-content:center;gap:16px;margin:0 auto 34px;font-size:7px;letter-spacing:.22em;color:#777}
.v4-final-status i{width:90px;height:1px;background:linear-gradient(90deg,var(--red),#333)}
.v4-final-conversion .finale-mark{position:relative}
.v4-final-conversion .finale-mark:after{content:"";position:absolute;width:130px;height:130px;border:1px solid rgba(224,28,36,.22);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);animation:v4FinalRing 4s ease-in-out infinite}
@keyframes v4FinalRing{50%{width:175px;height:175px;opacity:.2}}
.v4-final-conversion .finale-btn{box-shadow:0 0 0 1px rgba(224,28,36,.15),0 20px 60px rgba(224,28,36,.12)}
.v4-waitlist-premium{background:radial-gradient(circle at 50% 35%,rgba(224,28,36,.1),transparent 34%),#020202}
.v4-waitlist-premium .wait-card{border-color:#352225;box-shadow:0 40px 120px rgba(0,0,0,.6),0 0 80px rgba(224,28,36,.05)}
.v4-waitlist-premium form{position:relative}
.v4-waitlist-premium input:focus{box-shadow:0 0 0 1px var(--red),0 0 35px rgba(224,28,36,.1)}
.v4-waitlist-premium .wait-benefits span{background:rgba(255,255,255,.025)}
@media(prefers-reduced-motion:reduce){.v4-final-conversion .finale-mark:after{animation:none}}

/* V4.1 production pacing refinements from rendered-site QA */
@media(min-width:901px){
  .section{padding-top:96px;padding-bottom:96px}
  .story{padding-top:96px;padding-bottom:96px}
  .story .section-head{margin-bottom:52px}
  .product-showcase{padding-top:105px;padding-bottom:105px}
  .product-showcase .section-head{margin-bottom:58px}
  .product-stage{height:640px;margin-bottom:64px}
  .v4-worlds .story-panel{min-height:72vh}
  .v3-command,.v3-day,.v3-ai-lab,.v3-ecosystem{padding-top:110px;padding-bottom:110px}
  .v3-command-head,.v3-day-head,.ai-lab-head,.v3-eco-head{margin-bottom:56px}
}
