:root {
  --ink: #050b12;
  --navy: #07131f;
  --navy-2: #0b1c2b;
  --steel: #abc0ce;
  --paper: #f4f0e8;
  --white: #fffdf8;
  --orange: #ff6a00;
  --amber: #ffab1a;
  --yellow: #ffd84a;
  --green: #7bff49;
  --cyan: #37d8ff;
  --muted: #9aaab4;
  --line: rgba(255,255,255,.13);
  --shell: min(1180px, calc(100vw - 48px));
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--white); background: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 999; left: 16px; top: 12px; transform: translateY(-150%); padding: 10px 15px; background: var(--orange); color: #000; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 90; inset: 0 0 auto; height: 92px; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { height: 72px; background: rgba(5,11,18,.92); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; position: relative; z-index: 2; }
.brand-bolt { width: 45px; height: 50px; display: grid; place-items: center; position: relative; color: var(--ink); font: 900 18px/1 var(--display); transform: skew(-7deg); background: linear-gradient(145deg,var(--yellow),var(--orange)); clip-path: polygon(15% 0,100% 0,82% 41%,100% 41%,20% 100%,34% 54%,0 54%); filter: drop-shadow(0 0 12px rgba(255,106,0,.35)); }
.brand-bolt span { transform: skew(7deg) translateY(-2px); letter-spacing: -1px; }
.brand-type { display: flex; flex-direction: column; font-family: var(--display); font-style: italic; line-height: .78; letter-spacing: .02em; transform: skew(-4deg); }
.brand-type strong { color: var(--white); font-size: 28px; font-weight: 900; }
.brand-type em { color: var(--amber); font-size: 19px; font-weight: 900; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: 34px; font: 800 12px/1 var(--body); letter-spacing: .12em; }
.site-nav a { position: relative; padding: 12px 0; color: #d7e0e5; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--orange); transition: .2s; }
.site-nav a:hover::after { right: 0; }
.nav-status { display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border: 1px solid rgba(255,171,26,.4); background: rgba(255,106,0,.09); color: var(--amber); }
.nav-status i,.launch-chip i,.coming-button i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px var(--orange); animation: pulse 1.8s infinite; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: #fff; }

.hero { min-height: 780px; height: 100svh; max-height: 980px; position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: #04090f; }
.hero-image { position: absolute; z-index: -4; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroIn 1.1s ease-out both; }
.hero-shade { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg,rgba(3,8,14,.98) 0%,rgba(3,8,14,.86) 27%,rgba(3,8,14,.2) 61%,rgba(3,8,14,.1)),linear-gradient(0deg,rgba(3,8,14,.92),transparent 28%,rgba(3,8,14,.22)); }
.hero-grid,.final-grid { position: absolute; z-index: -2; inset: 0; opacity: .12; background-image: linear-gradient(rgba(55,216,255,.28) 1px,transparent 1px),linear-gradient(90deg,rgba(55,216,255,.28) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg,#000,transparent 55%); }
.hero-content { padding-top: 60px; }
.eyebrow,.kicker { margin: 0 0 20px; color: var(--orange); font: 800 12px/1.2 var(--body); letter-spacing: .19em; }
.eyebrow span { display: inline-flex; align-items: center; gap: 12px; }
.eyebrow span::before { content: ""; width: 42px; height: 3px; background: linear-gradient(90deg,var(--orange),var(--yellow)); box-shadow: 0 0 10px var(--orange); }
.hero h1 { margin: 0; max-width: 620px; font: italic 900 clamp(74px,8.2vw,128px)/.72 var(--display); letter-spacing: -.035em; text-transform: uppercase; text-shadow: 0 5px 30px rgba(0,0,0,.4); transform: skew(-2deg); }
.hero h1 em { color: transparent; font-style: inherit; -webkit-text-stroke: 2px var(--amber); filter: drop-shadow(0 0 10px rgba(255,106,0,.3)); }
.hero-copy { max-width: 580px; margin: 34px 0 0; color: #c4d0d7; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; gap: 22px; min-height: 56px; padding: 0 24px; font: 900 13px/1 var(--body); letter-spacing: .11em; position: relative; overflow: hidden; transform: skew(-5deg); }
.button > * { transform: skew(5deg); }
.button-primary { color: #080b0d; background: linear-gradient(135deg,var(--yellow),var(--orange)); box-shadow: 0 10px 30px rgba(255,106,0,.24); }
.button-primary::before { content: ""; position: absolute; inset: 0; transform: translateX(-110%); background: rgba(255,255,255,.4); transition: .35s; }
.button-primary:hover::before { transform: translateX(0); }
.button b { font-size: 20px; }
.launch-chip { display: inline-flex; align-items: center; gap: 10px; color: #cfdae0; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.hero-specs { position: absolute; right: 5vw; bottom: 34px; display: flex; background: rgba(3,8,13,.73); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.hero-specs div { min-width: 145px; padding: 15px 20px; border-left: 1px solid var(--line); }
.hero-specs div:first-child { border-left: 0; }
.hero-specs small { display: block; color: #7f929e; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.hero-specs strong { color: var(--amber); font: 800 17px/1.4 var(--display); letter-spacing: .07em; }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; width: 28px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 3px; height: 7px; border-radius: 2px; background: var(--orange); transform: translateX(-50%); animation: scroll 1.6s infinite; }

.section { padding: 125px 0; }
.manifesto { color: var(--ink); background: var(--paper); position: relative; overflow: hidden; }
.manifesto::after { content: ""; position: absolute; right: -10%; bottom: -50%; width: 600px; height: 600px; border: 110px solid rgba(255,106,0,.06); border-radius: 50%; }
.manifesto-grid { display: grid; grid-template-columns: 80px minmax(0,1.45fr) minmax(280px,.75fr); gap: 56px; align-items: start; position: relative; z-index: 1; }
.section-index { color: rgba(5,11,18,.12); font: 900 72px/1 var(--display); writing-mode: vertical-rl; }
.kicker { margin-bottom: 17px; }
.section-copy h2,.section-heading h2,.steps h2,.proof h2,.faq h2,.final-cta h2 { margin: 0; font: 800 clamp(49px,6vw,82px)/.88 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
h2 em { color: var(--orange); font-style: italic; }
.section-copy > p:not(.kicker) { color: #40505b; max-width: 680px; margin: 27px 0 0; }
.mission-card { padding: 31px; color: white; background: var(--navy); border: 1px solid rgba(5,11,18,.14); box-shadow: 14px 14px 0 var(--orange); transform: rotate(1.2deg); }
.mission-card-label { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.mission-card blockquote { margin: 21px 0 25px; font: italic 800 32px/1.05 var(--display); text-transform: uppercase; }
.mission-card-lines { display: flex; gap: 5px; }
.mission-card-lines i { width: 35px; height: 4px; background: var(--orange); }
.mission-card-lines i:nth-child(2) { width: 18px; background: var(--amber); }
.mission-card-lines i:nth-child(3) { width: 8px; background: var(--cyan); }

.system { background: #0a141f; position: relative; }
.system::before { content:""; position:absolute; inset:0; opacity:.35; background: radial-gradient(circle at 50% 110%,rgba(55,216,255,.15),transparent 45%); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 55px; position: relative; }
.section-heading > p { max-width: 320px; margin: 0 0 7px; color: var(--muted); font-size: 14px; }
.component-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; position: relative; }
.component-card { min-height: 410px; padding: 32px; position: relative; background: linear-gradient(160deg,#111f2d,#09121c); border: 1px solid rgba(255,255,255,.12); transition: .25s; overflow: hidden; }
.component-card::after { content:""; position:absolute; inset:auto -25% -55% 25%; height:230px; background:radial-gradient(circle,rgba(55,216,255,.13),transparent 68%); }
.component-card:hover { transform: translateY(-7px); border-color: rgba(255,171,26,.48); }
.component-card.feature { border-color: rgba(255,106,0,.5); background: linear-gradient(155deg,#192535,#121821); }
.card-number { position: absolute; top: 20px; right: 24px; color: rgba(255,255,255,.17); font: 900 46px/1 var(--display); }
.component-icon { height: 125px; position: relative; margin-bottom: 22px; display: flex; align-items: center; justify-content: center; }
.component-icon i { display:block; position:relative; background:linear-gradient(#e5edf0,#5c707f); box-shadow:inset 0 0 0 2px #263a48,0 0 18px rgba(55,216,255,.14); }
.icon-shell { gap:5px; }
.icon-shell i { width:65px; height:60px; border-radius:10px 3px 3px 10px; }
.icon-shell i:nth-child(2){width:50px;height:42px;border-radius:3px;background:linear-gradient(#313d45,#12181c);}
.icon-shell i:nth-child(3){transform:scaleX(-1);}
.icon-chassis { gap:5px; }
.icon-chassis::before { content:""; position:absolute; width:90%; height:2px; background:var(--green); box-shadow:0 0 14px var(--green); }
.icon-chassis i { width:40px; height:45px; border-radius:4px; background:#273743; border:2px solid var(--cyan); }
.icon-chassis i:nth-child(2){height:60px;width:72px;border-color:var(--orange);}
.icon-chassis i:nth-child(3){height:35px;}
.icon-chassis i:nth-child(4){height:52px;width:58px;}
.icon-connect i:first-child,.icon-connect i:last-child { width:70px; height:32px; border-radius:4px; background:#e7eef1; }
.icon-connect i:nth-child(2) { width:70px; height:4px; background:linear-gradient(90deg,var(--orange),var(--yellow),var(--green)); box-shadow:none; }
.component-card h3 { margin: 0 0 12px; font: italic 800 28px/1 var(--display); }
.component-card p { margin: 0; color: #94a5af; font-size: 14px; }
.card-tag { position:absolute; bottom:25px; left:31px; color:var(--amber); font-size:9px; font-weight:800; letter-spacing:.18em; }

.steps { position:relative; background:linear-gradient(135deg,#f46b00,#ff9d00); color:#0b0c0e; overflow:hidden; }
.steps-burst { position:absolute; inset:-40%; background:repeating-conic-gradient(from 0deg at 52% 45%,rgba(255,255,255,.14) 0 3deg,transparent 3deg 10deg); }
.steps .shell { position:relative; }
.kicker.light { color:white; }
.steps h2 em { color:#fff; text-shadow:2px 3px 0 rgba(0,0,0,.13); }
.steps-title { margin-bottom:65px; }
.step-list { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); position:relative; }
.step-list::before { content:""; position:absolute; left:12%; right:12%; top:57px; border-top:3px dashed rgba(5,11,18,.28); }
.step-list li { position:relative; z-index:1; padding:0 35px; text-align:center; }
.step-orb { width:112px; height:112px; display:grid; place-items:center; margin:0 auto 28px; border-radius:50%; background:#0b1722; border:6px solid rgba(255,255,255,.65); box-shadow:0 9px 0 rgba(5,11,18,.16),0 0 0 6px rgba(5,11,18,.2); }
.step-orb span { color:var(--amber); font:900 52px/1 var(--display); }
.step-orb.ignition { box-shadow:0 9px 0 rgba(5,11,18,.16),0 0 0 6px rgba(5,11,18,.2),0 0 35px rgba(123,255,73,.7); }
.step-orb.ignition span { color:var(--green); }
.step-list small { font-size:9px; font-weight:800; letter-spacing:.18em; }
.step-list h3 { margin:3px 0 10px; font:italic 900 39px/1 var(--display); }
.step-list p { margin:0; font-size:13px; font-weight:600; }

.proof { background:var(--paper); color:var(--ink); }
.proof-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.proof-art { position:relative; aspect-ratio:1/1; overflow:hidden; box-shadow:20px 20px 0 var(--navy); }
.proof-art img { width:100%; height:100%; object-fit:cover; object-position:70% center; transform:scale(1.35); }
.proof-stamp { position:absolute; right:18px; bottom:18px; width:115px; height:115px; display:grid; place-items:center; text-align:center; border-radius:50%; color:#071019; background:var(--amber); border:5px solid #071019; outline:3px solid var(--amber); font:italic 900 23px/.85 var(--display); transform:rotate(-9deg); }
.proof-copy > p:not(.kicker) { color:#41515a; margin:24px 0 0; }
.proof-points { display:grid; grid-template-columns:1fr 1fr; gap:13px; margin-top:30px; }
.proof-points span { font-size:12px; font-weight:800; }
.proof-points b { display:inline-grid; place-items:center; width:22px; height:22px; margin-right:7px; color:#fff; background:var(--orange); border-radius:50%; }

.faq { background:#0a141f; }
.faq-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:85px; }
.faq-heading { position:sticky; top:120px; align-self:start; }
.faq-list details { border-top:1px solid rgba(255,255,255,.16); }
.faq-list details:last-child { border-bottom:1px solid rgba(255,255,255,.16); }
.faq-list summary { list-style:none; cursor:pointer; display:flex; justify-content:space-between; gap:25px; padding:26px 0; font:800 21px/1.15 var(--display); letter-spacing:.03em; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color:var(--orange); font:400 28px/1 var(--body); transition:.2s; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { margin:-4px 45px 26px 0; color:#9cabb4; font-size:14px; }

.final-cta { min-height:570px; padding:110px 0; position:relative; display:grid; place-items:center; text-align:center; overflow:hidden; background:radial-gradient(circle at center,rgba(255,106,0,.25),transparent 32%),#050a10; }
.final-grid { opacity:.15; mask-image:radial-gradient(circle,#000,transparent 70%); }
.final-inner { position:relative; z-index:1; }
.final-orbit { display:grid; place-items:center; width:80px; height:80px; margin:0 auto 25px; border:1px solid rgba(255,171,26,.5); border-radius:50%; box-shadow:0 0 40px rgba(255,106,0,.18); }
.final-orbit::before,.final-orbit::after { content:""; position:absolute; width:56px; height:56px; border:2px solid var(--orange); transform:rotate(45deg); }
.final-orbit::after { width:29px; height:29px; border-color:var(--green); box-shadow:0 0 16px var(--green); }
.final-orbit i { width:8px; height:8px; background:#fff; border-radius:50%; box-shadow:0 0 20px #fff; }
.final-cta h2 { font-size:clamp(66px,9vw,125px); }
.final-cta p:not(.kicker) { color:#9dafb8; }
.coming-button { display:inline-flex; align-items:center; gap:11px; margin-top:24px; padding:17px 26px; border:1px solid rgba(255,171,26,.42); color:var(--amber); background:rgba(255,106,0,.08); font-size:11px; font-weight:900; letter-spacing:.2em; }

.site-footer { padding:45px 0 28px; color:#8fa0aa; background:#02070b; border-top:1px solid var(--line); }
.footer-main { display:flex; align-items:center; justify-content:space-between; gap:30px; padding-bottom:35px; }
.brand-footer { opacity:.9; }
.footer-main > p,.footer-main > a:last-child { font-size:10px; font-weight:800; letter-spacing:.15em; }
.footer-main > a:last-child { color:var(--amber); }
.footer-legal { display:grid; grid-template-columns:auto 1fr 1.2fr; gap:30px; padding-top:25px; border-top:1px solid rgba(255,255,255,.08); font-size:9px; line-height:1.6; }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .65s ease,transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
.component-card:nth-child(2),.step-list li:nth-child(2) { transition-delay:.1s; }
.component-card:nth-child(3),.step-list li:nth-child(3) { transition-delay:.2s; }
@keyframes heroIn { from{opacity:0;transform:scale(1.04)} to{opacity:1;transform:scale(1)} }
@keyframes pulse { 50%{opacity:.45;box-shadow:0 0 3px var(--orange)} }
@keyframes scroll { 0%{opacity:0;transform:translate(-50%,0)} 40%{opacity:1} 100%{opacity:0;transform:translate(-50%,14px)} }

@media (max-width: 980px) {
  :root { --shell:min(100% - 36px,760px); }
  .site-nav { position:fixed; inset:0; padding:120px 30px 40px; display:flex; flex-direction:column; align-items:flex-start; gap:12px; visibility:hidden; opacity:0; transform:translateY(-15px); background:rgba(4,10,16,.98); transition:.25s; }
  .site-nav.open { visibility:visible; opacity:1; transform:none; }
  .site-nav a { width:100%; padding:16px 0; font:800 34px/1 var(--display); }
  .menu-button { display:block; position:relative; z-index:2; }
  .menu-open { overflow:hidden; }
  .hero { min-height:820px; height:100svh; }
  .hero-image { object-position:62% center; }
  .hero-shade { background:linear-gradient(90deg,rgba(3,8,14,.96),rgba(3,8,14,.63) 54%,rgba(3,8,14,.1)),linear-gradient(0deg,rgba(3,8,14,.9),transparent 35%); }
  .hero h1 { font-size:clamp(70px,13vw,108px); }
  .hero-specs { right:18px; left:18px; justify-content:center; }
  .hero-specs div { min-width:0; flex:1; }
  .scroll-cue { display:none; }
  .manifesto-grid { grid-template-columns:50px 1fr; gap:25px; }
  .mission-card { grid-column:2; margin-top:20px; }
  .component-grid { grid-template-columns:1fr; }
  .component-card { min-height:340px; }
  .step-list { grid-template-columns:1fr; gap:40px; }
  .step-list::before { left:55px; right:auto; top:55px; bottom:55px; border-top:0; border-left:3px dashed rgba(5,11,18,.28); }
  .step-list li { display:grid; grid-template-columns:112px 1fr; gap:26px; padding:0; text-align:left; }
  .step-orb { margin:0; }
  .proof-grid { gap:45px; }
  .faq-grid { grid-template-columns:1fr; gap:45px; }
  .faq-heading { position:static; }
  .footer-legal { grid-template-columns:1fr 1fr; }
  .footer-legal span:last-child { grid-column:1/-1; }
}

@media (max-width: 680px) {
  :root { --shell:calc(100% - 28px); }
  .site-header { height:75px; }
  .brand-bolt { width:37px; height:42px; }
  .brand-type strong { font-size:23px; }
  .brand-type em { font-size:15px; }
  .hero { min-height:830px; align-items:flex-start; padding-top:155px; }
  .hero-image { object-position:67% center; }
  .hero-shade { background:linear-gradient(180deg,rgba(3,8,14,.93) 0%,rgba(3,8,14,.64) 48%,rgba(3,8,14,.84) 76%,rgba(3,8,14,.98)),linear-gradient(90deg,rgba(3,8,14,.78),transparent); }
  .hero-content { padding-top:0; }
  .hero h1 { font-size:clamp(63px,20vw,90px); }
  .hero-copy { max-width:93%; font-size:14px; margin-top:25px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:18px; margin-top:27px; }
  .hero-specs { bottom:18px; }
  .hero-specs div { padding:10px 8px; }
  .hero-specs small { font-size:6px; }
  .hero-specs strong { font-size:13px; }
  .section { padding:82px 0; }
  .manifesto-grid { display:block; }
  .section-index { display:none; }
  .section-copy h2,.section-heading h2,.steps h2,.proof h2,.faq h2 { font-size:47px; }
  .mission-card { margin:45px 10px 0 0; }
  .section-heading { display:block; }
  .section-heading > p { margin-top:18px; }
  .component-card { min-height:380px; padding:27px; }
  .steps-title { margin-bottom:45px; }
  .step-list li { grid-template-columns:78px 1fr; gap:18px; }
  .step-list::before { left:38px; }
  .step-orb { width:76px; height:76px; border-width:4px; }
  .step-orb span { font-size:36px; }
  .step-list h3 { font-size:32px; }
  .step-list p { font-size:12px; }
  .proof-grid { grid-template-columns:1fr; }
  .proof-art { width:calc(100% - 16px); box-shadow:14px 14px 0 var(--navy); }
  .proof-points { grid-template-columns:1fr; }
  .faq-list summary { font-size:18px; }
  .final-cta { min-height:500px; }
  .final-cta h2 { font-size:64px; }
  .footer-main { align-items:flex-start; flex-direction:column; }
  .footer-main > p { display:none; }
  .footer-legal { grid-template-columns:1fr; }
  .footer-legal span:last-child { grid-column:auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
}
