:root{--night:#0b0b0f;--surface:#131319;--violet:#6b46ff;--violet-soft:#c8bbff;--coral:#ff633d;--white:#fff;--muted:#aaaab5;--line:#2b2b34;color-scheme:dark;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--night);color:var(--white);font-synthesis:none}
*{box-sizing:border-box}
html{background:var(--night);scroll-behavior:smooth}
body{margin:0;min-width:320px;background:var(--night)}
button,input{font:inherit}
a{color:inherit}
.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}
.page{min-height:100dvh;overflow:hidden;position:relative;background:var(--night)}
.page:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;right:-250px;top:-330px;background:radial-gradient(circle,#6b46ff38,transparent 68%);pointer-events:none}
.nav{min-height:84px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #202027;position:relative;z-index:3}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;letter-spacing:-.04em;font-weight:500}
.gates-mini{height:28px;display:flex;align-items:flex-end;gap:5px;transform:skew(-5deg)}
.gates-mini i{display:block;width:8px;background:var(--violet)}
.gates-mini i:first-child{height:21px}.gates-mini i:last-child{height:28px}
.nav-right{display:flex;align-items:center;gap:24px;color:#9b9ba6;font-size:.875rem}
.in-motion{display:flex;align-items:center;gap:8px}
.in-motion i{width:7px;height:7px;border-radius:50%;background:var(--coral);box-shadow:0 0 12px #ff633d88}
.language{min-width:44px;min-height:44px;border:0;background:transparent;color:#b7b7c0;cursor:pointer;border-radius:8px}
.language:hover{background:#ffffff0a;color:white}
.language:focus-visible,.signup input:focus-visible,.signup button:focus-visible,.back-link:focus-visible{outline:3px solid var(--violet-soft);outline-offset:3px}
.hero{padding:clamp(4rem,8vw,7rem) 6vw clamp(4rem,7vw,6rem);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:clamp(3rem,6vw,6rem);align-items:center;position:relative;z-index:2}
.hero-copy{max-width:720px}
.eyebrow{display:flex;align-items:center;gap:10px;color:var(--violet-soft);font-size:.78rem;line-height:1.4;text-transform:uppercase;letter-spacing:.14em;margin:0}
.eyebrow:before{content:"";width:30px;height:2px;background:var(--violet);flex:0 0 auto}
h1{font-size:clamp(3.4rem,7vw,7.3rem);line-height:.93;font-weight:500;letter-spacing:-.065em;margin:1.6rem 0 1.5rem}
.intro{max-width:660px;color:#b7b7c1;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.65;margin:0}
.signup{margin-top:2.1rem;max-width:590px}
.signup-row{display:flex;gap:10px}
.signup input[type=email]{flex:1;min-width:0;min-height:54px;border:1px solid #3a3a45;background:#15151c;color:white;border-radius:999px;padding:0 20px;font-size:1rem}
.signup input[type=email]::placeholder{color:#7f7f8a}
.signup button{min-height:54px;border:0;border-radius:999px;padding:0 23px;background:var(--violet);color:white;font-weight:500;cursor:pointer;white-space:nowrap;transition:transform .2s ease,background .2s ease}
.signup button:hover{transform:translateY(-2px);background:#7b5aff}
.consent{color:#777781;font-size:.8rem;line-height:1.5;margin:.7rem 1.15rem 0}
.honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.brand-art{height:clamp(350px,43vw,490px);border-radius:30px;background:linear-gradient(150deg,#17171f,#0e0e13);border:1px solid #ffffff0d;display:flex;align-items:flex-end;justify-content:center;gap:46px;padding-bottom:58px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff05}
.brand-art:after{content:"";position:absolute;width:360px;height:120px;bottom:4px;background:radial-gradient(ellipse,#6b46ff66,transparent 70%);filter:blur(13px)}
.orbit{position:absolute;width:min(390px,82%);aspect-ratio:1;border:1px solid #ffffff10;border-radius:50%;top:38px;left:50%;transform:translateX(-50%)}
.orbit-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--coral);right:17%;top:18%;box-shadow:0 0 20px var(--coral)}
.gate{width:72px;background:linear-gradient(180deg,#8065ff,#5c37f1);transform:skew(-5deg);position:relative;z-index:2;box-shadow:0 0 60px #6b46ff48;transform-origin:bottom;animation:rise .8s cubic-bezier(.2,.8,.2,1) both}
.gate:after{content:"";position:absolute;right:-8px;top:0;width:8px;height:100%;background:#2e198e}
.gate-one{height:53%}.gate-two{height:75%;animation-delay:.14s}
@keyframes rise{from{opacity:0;transform:translateY(30px) skew(-5deg) scaleY(.72)}to{opacity:1;transform:translateY(0) skew(-5deg) scaleY(1)}}
.portfolio{border-top:1px solid #202027;padding:2rem 6vw 2.4rem;position:relative;z-index:2}
.portfolio-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;color:#7d7d87;margin-bottom:1.1rem}
.portfolio-heading h2,.portfolio-heading p{font-size:.875rem;line-height:1.5;font-weight:400;margin:0}
.products{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid #292931;border-radius:17px;overflow:hidden}
.product{min-height:86px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;background:#111117}
.product+.product{border-left:1px solid #292931}
.product small{color:#74747e;font-size:.7rem;line-height:1.35;text-transform:uppercase;letter-spacing:.08em}
.product strong{font-size:.92rem;line-height:1.35;font-weight:500}
.footer{padding:1.6rem 6vw;display:flex;justify-content:space-between;gap:20px;color:#6e6e78;font-size:.8rem;line-height:1.5;border-top:1px solid #202027}
.success-page{min-height:100dvh;padding:2rem 6vw 5rem;display:flex;flex-direction:column;background:radial-gradient(circle at 75% 20%,#6b46ff2c,transparent 34%),var(--night)}
.success-card{margin:auto 0;max-width:780px}
.success-card h1{font-size:clamp(3.5rem,8vw,7.5rem)}
.success-card>p:not(.eyebrow){color:#b7b7c1;font-size:1.1rem;line-height:1.65}
.back-link{display:inline-flex;align-items:center;gap:10px;margin-top:1.4rem;padding:.9rem 1.25rem;border-radius:999px;background:var(--violet);text-decoration:none;font-weight:500}
@media(max-width:900px){.hero{grid-template-columns:1fr}.brand-art{height:360px}.products{grid-template-columns:repeat(3,1fr)}.product:nth-child(4){border-left:0}.product:nth-child(n+4){border-top:1px solid #292931}}
@media(max-width:560px){.nav{padding:0 20px}.in-motion{display:none}.hero{padding:3.6rem 20px 4rem;gap:3.3rem}h1{font-size:clamp(3.25rem,17vw,4.8rem)}.signup-row{flex-direction:column}.signup button{width:100%}.consent{text-align:center;margin-left:0;margin-right:0}.brand-art{height:300px;border-radius:22px}.gate{width:58px}.portfolio{padding:1.7rem 20px 2rem}.portfolio-heading{align-items:flex-start;flex-direction:column;gap:4px}.products{grid-template-columns:repeat(2,1fr)}.product:nth-child(4){border-left:1px solid #292931}.product:nth-child(odd){border-left:0}.product:nth-child(n+3){border-top:1px solid #292931}.footer{padding:1.4rem 20px;flex-direction:column;gap:5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gate{animation:none}.signup button{transition:none}}
