:root {
  --navy: #0b1424;
  --navy-2: #07101f;
  --navy-3: #050914;
  --blue: #155eef;
  --blue-2: #1463ff;
  --cyan: #66d9ff;
  --paper: #f5f7fb;
  --white: #ffffff;
  --ink: #0a1020;
  --muted: #7a8394;
  --muted-dark: #9ca7bb;
  --line: rgba(11, 20, 36, .12);
  --line-dark: rgba(255, 255, 255, .12);
  --shell: min(1220px, calc(100vw - 48px));
  --ease: cubic-bezier(.2,.7,.2,1);
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 30px 80px rgba(5, 9, 20, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy-3); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--blue); color: #fff; }

.shell { width: var(--shell); margin-inline: auto; position: relative; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; background: #fff; color: #000; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.scroll-progress { position: fixed; z-index: 1000; inset: 0 0 auto 0; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); box-shadow: 0 0 18px rgba(21,94,239,.6); }
.site-noise { position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: overlay; }
.pointer-glow { position: fixed; z-index: 2; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; opacity: 0; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(21,94,239,.14), rgba(21,94,239,0) 66%); filter: blur(4px); transition: opacity .3s; }
body:hover .pointer-glow { opacity: .8; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; color: #fff; border-bottom: 1px solid transparent; transition: background .35s var(--ease), border-color .35s, transform .35s; }
.site-header.scrolled { background: rgba(5,9,20,.76); border-color: rgba(255,255,255,.08); backdrop-filter: blur(18px) saturate(120%); -webkit-backdrop-filter: blur(18px) saturate(120%); }
.nav-shell { height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display:inline-flex; align-items:center; width:200px; flex:0 0 auto; padding:4px 9px; border-radius:12px; background:rgba(255,255,255,.97); border:1px solid rgba(255,255,255,.55); box-shadow:0 8px 28px rgba(0,0,0,.14); }
.brand img { width:100%; height:auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; font-size: 13px; color: rgba(255,255,255,.72); }
.desktop-nav a { position: relative; padding: 12px 0; transition: color .25s; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:7px; height:1px; background:var(--cyan); transition:right .25s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.active { color:#fff; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right:0; }
.nav-cta { display:flex; align-items:center; gap:9px; padding:11px 15px; border:1px solid rgba(255,255,255,.18); border-radius:999px; font-size:12px; font-weight:650; letter-spacing:.01em; transition:background .25s,border-color .25s,transform .25s; }
.nav-cta:hover { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.35); transform:translateY(-1px); }
.menu-toggle { display:none; width:44px; height:44px; margin-left:auto; background:transparent; border:1px solid rgba(255,255,255,.16); border-radius:50%; align-items:center; justify-content:center; flex-direction:column; gap:6px; cursor:pointer; }
.menu-toggle span { width:18px; height:1px; background:#fff; transition:transform .25s, opacity .25s; }
.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-nav { display:none; }

.hero { min-height: 100svh; position: relative; isolation: isolate; color:#fff; background: radial-gradient(circle at 74% 46%, #102c68 0%, #0b1833 28%, #07101f 58%, #050914 100%); overflow:hidden; }
.hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,9,20,.12),rgba(5,9,20,.03) 55%,rgba(5,9,20,.28)); z-index:-1; }
.hero-webgl { position:absolute; inset:0; width:100%; height:100%; z-index:-2; opacity:.72; }
.hero-grid { position:absolute; inset:0; z-index:-1; opacity:.18; background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size:70px 70px; mask-image:linear-gradient(to right,rgba(0,0,0,.75),transparent 78%); }
.hero-orb { position:absolute; border-radius:50%; filter:blur(70px); opacity:.14; pointer-events:none; }
.hero-orb-a { width:440px;height:440px;background:var(--blue);right:6%;top:10%; }
.hero-orb-b { width:280px;height:280px;background:var(--cyan);right:30%;bottom:-8%;opacity:.08; }
.hero-shell { min-height:100svh; padding-top:118px; padding-bottom:120px; display:grid; grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr); align-items:center; gap:44px; }
.hero-copy { position:relative; z-index:3; max-width:730px; }
.eyebrow, .section-kicker { margin:0 0 24px; font-size:11px; line-height:1.3; letter-spacing:.18em; font-weight:750; text-transform:uppercase; }
.hero-eyebrow { display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.65); }
.hero-eyebrow span { width:30px; height:1px; background:var(--cyan); box-shadow:0 0 14px rgba(102,217,255,.65); }
.hero-title { margin:0; font-size:clamp(58px,7.25vw,108px); line-height:.92; letter-spacing:-.065em; font-weight:640; max-width:900px; }
.hero-line { display:block; overflow:hidden; padding-bottom:.06em; }
.hero-line > span { display:block; }
.hero-title em, .section-title em, .contact-title em { color:var(--cyan); font-style:normal; font-weight:500; }
.hero-lede { max-width:640px; margin:32px 0 0; color:rgba(255,255,255,.68); font-size:clamp(16px,1.35vw,19px); line-height:1.7; }
.hero-actions { display:flex; align-items:center; gap:26px; margin-top:36px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:28px; min-height:54px; padding:0 20px 0 24px; border-radius:999px; border:1px solid transparent; font-size:13px; font-weight:750; letter-spacing:.015em; cursor:pointer; position:relative; overflow:hidden; transition:transform .25s var(--ease), box-shadow .25s; }
.button span,.button i { position:relative;z-index:1; }
.button i { font-style:normal; font-size:16px; transition:transform .25s var(--ease); }
.button:hover i { transform:translate(2px,-2px); }
.button-primary { color:#fff; background:linear-gradient(120deg,var(--blue),#3478ff); box-shadow:0 12px 35px rgba(21,94,239,.28); }
.button-primary::before { content:""; position:absolute; inset:0; background:linear-gradient(120deg,#2c74ff,var(--cyan)); opacity:0; transition:opacity .3s; }
.button-primary:hover::before { opacity:1; }
.button-primary:hover { transform:translateY(-2px); box-shadow:0 16px 45px rgba(21,94,239,.38); }
.button-light { color:var(--navy); background:#fff; }
.button-light:hover { transform:translateY(-2px); box-shadow:0 18px 45px rgba(0,0,0,.18); }
.text-link { color:rgba(255,255,255,.7); font-size:13px; font-weight:650; display:inline-flex; gap:8px; align-items:center; }
.text-link span { transition:transform .25s; }
.text-link:hover { color:#fff; }
.text-link:hover span { transform:translateX(4px); }
.hero-meta { margin-top:52px; display:flex; gap:0; border-top:1px solid rgba(255,255,255,.12); max-width:580px; }
.hero-meta div { padding:18px 32px 0 0; margin-right:32px; min-width:120px; }
.hero-meta div:not(:last-child) { border-right:1px solid rgba(255,255,255,.1); }
.hero-meta strong { display:block; font-size:18px; letter-spacing:-.02em; }
.hero-meta span { display:block; margin-top:2px; color:rgba(255,255,255,.43); font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.hero-visual { position:relative; height:min(66vw,700px); max-height:700px; min-height:500px; display:flex; align-items:center; justify-content:center; }
.visual-shell { width:min(540px,43vw); aspect-ratio:1; position:relative; display:grid; place-items:center; }
.logo-core { width:42%; position:relative; z-index:4; filter:drop-shadow(0 30px 60px rgba(0,0,0,.3)); }
.logo-core img { width:100%; height:auto; animation:coreFloat 6s ease-in-out infinite; }
.logo-core-glow { position:absolute; inset:-50%; background:radial-gradient(circle,rgba(21,94,239,.28),transparent 62%); filter:blur(28px); z-index:-1; }
.orbit { position:absolute; inset:8%; border:1px solid rgba(102,217,255,.22); border-radius:50%; transform:rotateX(68deg) rotateZ(-15deg); box-shadow:inset 0 0 30px rgba(21,94,239,.05); }
.orbit-2 { inset:19%; transform:rotateY(68deg) rotateZ(28deg); border-color:rgba(255,255,255,.13); }
.orbit-3 { inset:30%; transform:rotateX(55deg) rotateY(30deg); border-color:rgba(21,94,239,.32); }
.node { position:absolute; display:flex; align-items:center; gap:9px; color:rgba(255,255,255,.45); font-size:8px; letter-spacing:.16em; }
.node span { width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 15px var(--cyan); }
.node-1{top:13%;left:9%}.node-2{top:28%;right:-1%}.node-3{bottom:17%;right:6%}.node-4{bottom:25%;left:-3%}
@keyframes coreFloat { 0%,100%{transform:translateY(0) rotate(-.7deg)}50%{transform:translateY(-14px) rotate(.7deg)} }
.hero-bottom { position:absolute; left:50%; transform:translateX(-50%); bottom:24px; display:flex; justify-content:space-between; align-items:center; color:rgba(255,255,255,.4); font-size:9px; letter-spacing:.15em; text-transform:uppercase; }
.scroll-mark { width:52px; height:1px; background:rgba(255,255,255,.25); position:relative; overflow:hidden; }
.scroll-mark::after { content:""; position:absolute; inset:0; background:var(--cyan); transform:translateX(-100%); animation:scrollLine 2.2s infinite; }
@keyframes scrollLine { 0%{transform:translateX(-100%)}50%,100%{transform:translateX(100%)} }

.ticker { overflow:hidden; background:var(--blue); color:#fff; border-top:1px solid rgba(255,255,255,.1); border-bottom:1px solid rgba(0,0,0,.05); }
.ticker-track { width:max-content; display:flex; align-items:center; gap:26px; padding:13px 0; animation:ticker 30s linear infinite; font-size:10px; font-weight:750; letter-spacing:.18em; }
.ticker-track i { width:4px; height:4px; border-radius:50%; background:var(--cyan); }
@keyframes ticker { to { transform:translateX(-50%); } }

.section-dark { background:var(--navy-3); color:#fff; }
.section-light { background:var(--paper); color:var(--ink); }
.section-blue { background:var(--blue); color:#fff; }
.section-kicker { color:var(--blue); }
.section-dark .section-kicker { color:var(--cyan); }
.section-blue .section-kicker { color:#c8f1ff; }
.statement { padding:150px 0 130px; position:relative; overflow:hidden; }
.statement::before { content:""; position:absolute; width:620px;height:620px;border:1px solid rgba(21,94,239,.12);border-radius:50%;right:-260px;top:-120px;box-shadow:0 0 0 100px rgba(21,94,239,.02),0 0 0 200px rgba(21,94,239,.015); }
.statement-copy { margin-top:55px; }
.statement-line { margin:0; font-size:clamp(52px,8.2vw,128px); font-weight:700; line-height:.87; letter-spacing:-.06em; }
.statement-line.muted { color:#2d3442; }
.statement-line.accent { color:#fff; margin-top:10px; }
.statement-line.accent::after { content:""; display:inline-block; width:.16em; height:.16em; margin-left:.06em; border-radius:50%; background:var(--blue); box-shadow:0 0 22px rgba(21,94,239,.4); }
.statement-foot { display:grid; grid-template-columns:minmax(0,530px) 1fr; gap:80px; align-items:end; margin-top:72px; padding-top:30px; border-top:1px solid var(--line-dark); }
.statement-foot p { margin:0; color:rgba(255,255,255,.57); font-size:18px; line-height:1.65; }
.micro-grid { justify-self:end; display:grid; grid-template-columns:repeat(2,70px); grid-template-rows:repeat(2,70px); border:1px solid rgba(255,255,255,.12); }
.micro-grid span { border:1px solid rgba(255,255,255,.07); position:relative; }
.micro-grid span::after { content:""; width:4px;height:4px;border-radius:50%;background:var(--cyan);position:absolute;right:-2px;bottom:-2px; }

.brands, .model, .company { padding:140px 0; }
.section-head { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(280px,.55fr); gap:80px; align-items:end; margin-bottom:76px; }
.section-title { margin:0; font-size:clamp(48px,5.8vw,82px); line-height:.98; letter-spacing:-.055em; font-weight:650; }
.section-title em { color:var(--blue); }
.section-intro { margin:0 0 7px; color:#667084; line-height:1.7; font-size:16px; }
.section-head-dark .section-intro { color:rgba(255,255,255,.55); }
.section-head-dark .section-title em { color:var(--cyan); }

.brand-feature { min-height:640px; position:relative; overflow:hidden; border-radius:var(--radius-lg); color:#fff; background:linear-gradient(135deg,#101c34 0%,#0c1426 55%,#0a1020 100%); box-shadow:var(--shadow); display:grid; grid-template-columns:minmax(0,.78fr) minmax(420px,1.22fr); transform-style:preserve-3d; perspective:1200px; }
.brand-feature::after { content:""; position:absolute; inset:0; border:1px solid rgba(255,255,255,.08); border-radius:inherit; pointer-events:none; }
.brand-feature-bg { position:absolute; inset:0; background:radial-gradient(circle at 76% 42%,rgba(104,190,255,.22),transparent 28%),radial-gradient(circle at 66% 80%,rgba(232,168,130,.11),transparent 35%); }
.brand-copy { padding:64px; position:relative; z-index:3; display:flex; flex-direction:column; align-items:flex-start; }
.brand-index { display:flex; align-items:center; gap:12px; margin-bottom:90px; }
.brand-index span { font-size:11px; color:rgba(255,255,255,.4); }
.brand-index i { font-style:normal; font-size:8px; letter-spacing:.16em; color:#bfefff; border:1px solid rgba(102,217,255,.3); padding:5px 8px; border-radius:999px; }
.brand-category { margin:0 0 12px; font-size:9px; letter-spacing:.18em; color:#bfefff; font-weight:750; }
.brand-copy h3 { margin:0; font-size:clamp(62px,7vw,92px); line-height:.92; letter-spacing:-.065em; font-weight:620; }
.brand-copy > p:not(.brand-category) { color:rgba(255,255,255,.6); max-width:390px; margin:25px 0 30px; font-size:16px; line-height:1.7; }
.brand-domain { margin-top:auto; color:rgba(255,255,255,.4); font-size:11px; letter-spacing:.08em; }
.brand-domain span { color:var(--cyan); }
.brand-product-wrap { position:relative; min-height:640px; display:grid; place-items:center; overflow:hidden; }
.product-halo { position:absolute; width:70%; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,rgba(102,217,255,.23),rgba(21,94,239,.05) 44%,transparent 70%); filter:blur(12px); }
.product-grid { position:absolute; inset:8%; opacity:.12; transform:perspective(700px) rotateX(65deg) translateY(20%); transform-origin:center 70%; background-image:linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size:34px 34px; mask-image:radial-gradient(circle,#000 20%,transparent 72%); }
.brand-product { width:min(104%,900px); height:auto; max-height:none; object-fit:contain; position:relative; z-index:2; filter:drop-shadow(0 35px 50px rgba(0,0,0,.42)); transform:translateZ(44px) rotate(-2deg); transform-origin:center; }
.product-tag { position:absolute; z-index:3; padding:8px 10px; border:1px solid rgba(255,255,255,.14); background:rgba(5,9,20,.44); backdrop-filter:blur(10px); border-radius:999px; font-size:7px; letter-spacing:.16em; color:rgba(255,255,255,.65); }
.tag-a { top:24%; right:8%; }.tag-b { bottom:20%; left:11%; }
.brand-pipeline { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:20px; }
.pipeline-card { min-height:260px; border:1px solid var(--line); border-radius:var(--radius-md); padding:30px; position:relative; overflow:hidden; background:rgba(255,255,255,.46); }
.pipeline-card > div:first-child { display:flex; justify-content:space-between; color:#8991a0; font-size:10px; }
.pipeline-card small { font-size:8px; letter-spacing:.15em; }
.pipeline-card h3 { font-size:34px; margin:66px 0 6px; letter-spacing:-.04em; }
.pipeline-card p { max-width:480px; margin:0; color:#737c8d; font-size:14px; }
.pipeline-mark { position:absolute; right:26px; bottom:10px; font-size:80px; font-weight:200; line-height:1; color:#dce1ea; transition:transform .35s,color .35s; }
.pipeline-card:hover .pipeline-mark { transform:rotate(90deg); color:var(--blue); }

.model { position:relative; overflow:hidden; }
.model::before { content:""; position:absolute; inset:0; opacity:.09; background-image:radial-gradient(circle at center,rgba(21,94,239,.55) 0 1px,transparent 1px); background-size:28px 28px; mask-image:linear-gradient(to bottom,transparent,#000 25%,#000 70%,transparent); }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); position:relative; }
.process-card { min-height:420px; padding:34px 28px 38px; border-right:1px solid var(--line-dark); position:relative; transition:background .3s; }
.process-card:first-child { border-left:1px solid var(--line-dark); }
.process-card:hover { background:rgba(255,255,255,.035); }
.process-no { font-size:10px; color:rgba(255,255,255,.35); letter-spacing:.12em; }
.process-icon { width:84px;height:84px;border:1px solid rgba(102,217,255,.35);border-radius:50%;margin:74px 0 68px;position:relative; }
.process-icon::before,.process-icon::after,.process-icon span { content:""; position:absolute; background:var(--cyan); }
.process-icon::before { width:1px;height:58%;left:50%;top:21%; }.process-icon::after { height:1px;width:58%;top:50%;left:21%; }.process-icon span { width:8px;height:8px;border-radius:50%;left:calc(50% - 4px);top:calc(50% - 4px);box-shadow:0 0 18px var(--cyan); }
.icon-create { border-radius:12px; transform:rotate(45deg); }.icon-create span { transform:rotate(-45deg); }
.icon-launch::before { height:72%; top:14%; }.icon-launch::after { width:38%; left:31%; transform:rotate(-45deg); }.icon-launch span { top:14%; }
.icon-grow { border-color:rgba(21,94,239,.8); }.icon-grow::before { transform:rotate(45deg); }.icon-grow::after { transform:rotate(-45deg); }.icon-grow span { background:var(--blue); box-shadow:0 0 18px var(--blue); }
.process-card h3 { margin:0 0 10px; font-size:31px; letter-spacing:-.035em; }
.process-card p { margin:0; color:rgba(255,255,255,.48); font-size:14px; line-height:1.7; }

.ecosystem { min-height:760px; display:flex; align-items:center; position:relative; overflow:hidden; }
.ecosystem::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 78% 48%,rgba(255,255,255,.15),transparent 29%),linear-gradient(120deg,rgba(0,0,0,.08),transparent 55%); }
.ecosystem-shell { display:grid; grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr); gap:70px; align-items:center; padding-block:110px; }
.ecosystem-copy .section-title { color:#fff; }
.ecosystem-copy .section-title em { color:#d4f6ff; }
.ecosystem-copy > p:last-child { max-width:510px; color:rgba(255,255,255,.68); font-size:17px; line-height:1.7; margin-top:30px; }
.ecosystem-visual { width:min(640px,48vw); aspect-ratio:1; justify-self:end; position:relative; display:grid; place-items:center; }
.eco-ring { position:absolute; border-radius:50%; border:1px solid rgba(255,255,255,.24); }
.eco-ring-1{inset:5%;animation:ecoSpin 24s linear infinite}.eco-ring-2{inset:21%;border-style:dashed;animation:ecoSpin 16s linear infinite reverse}.eco-ring-3{inset:36%;border-color:rgba(255,255,255,.5);animation:ecoSpin 11s linear infinite}
.eco-ring::before,.eco-ring::after { content:""; position:absolute; width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 16px #fff; }
.eco-ring::before { left:14%; top:12%; }.eco-ring::after { right:10%; bottom:18%; }
@keyframes ecoSpin { to { transform:rotate(360deg); } }
.eco-center { width:22%; aspect-ratio:1; display:grid; place-items:center; background:rgba(5,9,20,.16); border:1px solid rgba(255,255,255,.22); border-radius:28%; box-shadow:0 30px 80px rgba(0,0,0,.16); backdrop-filter:blur(8px); }
.eco-center img { width:72%; filter:drop-shadow(0 12px 20px rgba(0,0,0,.18)); }
.eco-label { position:absolute; padding:8px 11px; border-radius:999px; border:1px solid rgba(255,255,255,.28); background:rgba(255,255,255,.08); backdrop-filter:blur(8px); font-size:8px; font-weight:750; letter-spacing:.16em; }
.label-product{left:1%;top:22%}.label-brand{right:4%;top:15%}.label-creative{right:-2%;bottom:31%}.label-commerce{left:8%;bottom:14%}.label-customer{right:33%;bottom:0}

.company-shell { display:grid; grid-template-columns:minmax(0,.8fr) minmax(530px,1.2fr); gap:100px; }
.company-copy { position:sticky; top:130px; align-self:start; }
.company-lede { margin-top:34px !important; font-size:20px !important; color:#343c4a !important; }
.company-copy > p:not(.section-kicker) { max-width:530px; color:#6f7888; line-height:1.75; font-size:16px; }
.stats-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.stat-card { min-height:170px; padding:24px; border-radius:18px; background:#fff; border:1px solid var(--line); display:flex; flex-direction:column; justify-content:space-between; }
.stat-card strong { font-size:44px; letter-spacing:-.06em; font-weight:650; }
.stat-card span { font-size:8px; letter-spacing:.15em; color:#7e8797; }
.company-data { margin-top:18px; border-top:1px solid var(--line); }
.company-data > div { display:grid; grid-template-columns:190px 1fr; gap:30px; padding:22px 0; border-bottom:1px solid var(--line); }
.company-data span { color:#8b93a1; font-size:11px; }
.company-data strong { font-size:14px; line-height:1.55; font-weight:600; }
.company-data a { transition:color .25s; }.company-data a:hover { color:var(--blue); }

.contact { padding:140px 0 110px; position:relative; overflow:hidden; }
.contact::before { content:""; position:absolute; inset:auto -15% -60% 35%; height:750px; background:radial-gradient(ellipse,rgba(21,94,239,.24),transparent 62%); filter:blur(10px); }
.contact-light { position:absolute; left:6%; top:30%; width:180px; height:180px; border-radius:50%; background:var(--blue); filter:blur(120px); opacity:.2; }
.contact-shell { display:grid; grid-template-columns:minmax(0,.9fr) minmax(480px,.7fr); gap:100px; align-items:start; }
.contact-title { margin:0; font-size:clamp(66px,7.2vw,106px); line-height:.9; letter-spacing:-.065em; font-weight:650; }
.contact-copy > p:not(.section-kicker) { max-width:520px; color:rgba(255,255,255,.55); font-size:17px; line-height:1.7; margin-top:32px; }
.contact-email { display:inline-flex; gap:12px; align-items:center; margin-top:34px; font-size:20px; font-weight:600; border-bottom:1px solid rgba(255,255,255,.18); padding-bottom:5px; }
.contact-email span { color:var(--cyan); transition:transform .25s; }.contact-email:hover span{transform:translate(3px,-3px)}
.contact-form { padding:34px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.035); border-radius:26px; backdrop-filter:blur(12px); }
.form-row { margin-bottom:22px; }
.form-row label { display:flex; justify-content:space-between; margin-bottom:8px; color:rgba(255,255,255,.58); font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.form-row label span { color:rgba(255,255,255,.25); }
.form-row input,.form-row textarea { width:100%; color:#fff; background:transparent; border:0; border-bottom:1px solid rgba(255,255,255,.15); border-radius:0; padding:9px 0 12px; outline:none; transition:border-color .25s; resize:vertical; }
.form-row input::placeholder,.form-row textarea::placeholder { color:rgba(255,255,255,.22); }
.form-row input:focus,.form-row textarea:focus { border-color:var(--cyan); }
.hp-field { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.submit-button { width:100%; border:0; margin-top:4px; }
.form-status { min-height:20px; margin:14px 0 0; font-size:12px; color:rgba(255,255,255,.5); }
.form-status.success { color:#9be7c4; }.form-status.error { color:#ffb5b5; }

.site-footer { background:#03060d; color:#fff; padding:74px 0 26px; border-top:1px solid rgba(255,255,255,.07); }
.footer-top { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; padding-bottom:46px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-brand { width:240px; display:inline-flex; align-items:center; padding:5px 10px; border-radius:12px; background:rgba(255,255,255,.97); border:1px solid rgba(255,255,255,.5); box-shadow:0 10px 30px rgba(0,0,0,.18); }
.footer-brand img { width:100%; height:auto; }
.footer-top p { margin:0; color:rgba(255,255,255,.38); max-width:330px; text-align:right; font-size:13px; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr 1fr; gap:50px; padding:46px 0 64px; }
.footer-grid > div { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.footer-label { color:rgba(255,255,255,.3); font-size:8px; letter-spacing:.15em; text-transform:uppercase; margin-bottom:6px; }
.footer-grid a { color:rgba(255,255,255,.67); font-size:12px; transition:color .25s; }.footer-grid a:hover{color:#fff}
.footer-bottom { display:flex; justify-content:space-between; padding-top:20px; border-top:1px solid rgba(255,255,255,.07); color:rgba(255,255,255,.27); font-size:9px; letter-spacing:.05em; }

.reveal { will-change:transform,opacity; }

@media (max-width: 1080px) {
  :root{--shell:min(100% - 36px, 1000px)}
  .desktop-nav{display:none}.nav-cta{margin-left:auto}.menu-toggle{display:flex}.nav-cta{display:none}
  .mobile-nav { position:absolute; top:84px; left:18px; right:18px; padding:18px; border:1px solid rgba(255,255,255,.12); border-radius:18px; background:rgba(5,9,20,.96); backdrop-filter:blur(18px); opacity:0; visibility:hidden; transform:translateY(-10px); transition:all .25s; display:flex; flex-direction:column; gap:4px; }
  .mobile-nav.open { opacity:1; visibility:visible; transform:none; }
  .mobile-nav a { padding:13px 12px; border-radius:10px; color:rgba(255,255,255,.75); font-size:14px; }.mobile-nav a:hover{background:rgba(255,255,255,.05);color:#fff}
  .hero-shell{grid-template-columns:1fr .78fr;gap:20px}.hero-title{font-size:clamp(58px,8vw,88px)}.visual-shell{width:42vw}.node small{display:none}
  .section-head{grid-template-columns:1fr .55fr;gap:50px}.brand-feature{grid-template-columns:.8fr 1.2fr}.brand-copy{padding:46px}.brand-product-wrap{min-height:580px}.brand-feature{min-height:580px}
  .process-grid{grid-template-columns:repeat(2,1fr)}.process-card:nth-child(2){border-right:1px solid var(--line-dark)}.process-card:nth-child(3){border-left:1px solid var(--line-dark);border-top:1px solid var(--line-dark)}.process-card:nth-child(4){border-top:1px solid var(--line-dark)}
  .ecosystem-shell{grid-template-columns:.8fr 1.2fr;gap:30px}.ecosystem-visual{width:50vw}
  .company-shell{grid-template-columns:.72fr 1.28fr;gap:60px}.contact-shell{gap:60px}
}

@media (max-width: 820px) {
  :root{--shell:calc(100vw - 32px);--radius-lg:26px}
  .nav-shell{height:72px}.brand{width:180px;padding:3px 8px}.mobile-nav{top:72px}
  .hero{min-height:auto}.hero-shell{grid-template-columns:1fr;min-height:920px;padding-top:130px;padding-bottom:110px;align-content:start}.hero-copy{max-width:none}.hero-title{font-size:clamp(52px,13.6vw,84px)}.hero-lede{max-width:600px}.hero-visual{position:absolute;right:-22%;bottom:0;width:74%;height:480px;min-height:0;opacity:.62}.visual-shell{width:100%}.hero-meta{max-width:520px}.hero-grid{mask-image:linear-gradient(to bottom,#000,transparent 82%)}
  .statement{padding:110px 0}.statement-foot{grid-template-columns:1fr;gap:40px}.micro-grid{justify-self:start}.statement-line{font-size:clamp(46px,13vw,88px)}
  .brands,.model,.company{padding:105px 0}.section-head{grid-template-columns:1fr;gap:28px;margin-bottom:54px}.section-title{font-size:clamp(44px,10.8vw,70px)}.section-intro{max-width:560px}
  .brand-feature{grid-template-columns:1fr;min-height:auto}.brand-copy{padding:38px 30px 26px}.brand-index{margin-bottom:56px}.brand-copy h3{font-size:68px}.brand-domain{margin-top:26px}.brand-product-wrap{min-height:450px}.brand-product{width:82%}.brand-pipeline{grid-template-columns:1fr}.pipeline-card{min-height:220px}
  .ecosystem{min-height:auto}.ecosystem-shell{grid-template-columns:1fr;padding-block:100px}.ecosystem-visual{width:min(580px,95vw);justify-self:center;margin-top:20px}
  .company-shell{grid-template-columns:1fr;gap:60px}.company-copy{position:static}.contact-shell{grid-template-columns:1fr;gap:60px}.contact{padding:110px 0 90px}.contact-form{max-width:600px;width:100%}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width: 560px) {
  :root{--shell:calc(100vw - 28px)}
  .hero-shell{min-height:900px;padding-top:118px}.hero-title{font-size:clamp(48px,14vw,72px)}.hero-title .hero-line:nth-child(2){font-size:.94em}.hero-lede{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-meta{margin-top:40px}.hero-meta div{padding-right:16px;margin-right:16px;min-width:0;flex:1}.hero-meta strong{font-size:15px}.hero-meta span{font-size:8px}.hero-visual{width:92%;right:-37%;height:430px;opacity:.48}.node{display:none}.hero-bottom{display:none}
  .statement{padding:88px 0}.statement-copy{margin-top:38px}.statement-line{font-size:13.6vw}.statement-foot{margin-top:48px}.statement-foot p{font-size:16px}
  .brands,.model,.company{padding:88px 0}.section-kicker{margin-bottom:18px}.section-title{font-size:12vw}.brand-copy{padding:30px 22px 22px}.brand-index{margin-bottom:44px}.brand-copy h3{font-size:55px}.brand-product-wrap{min-height:350px}.tag-a,.tag-b{display:none}.brand-feature{border-radius:22px}.pipeline-card{padding:24px}.pipeline-card h3{margin-top:52px}
  .process-grid{grid-template-columns:1fr}.process-card,.process-card:first-child,.process-card:nth-child(2),.process-card:nth-child(3),.process-card:nth-child(4){border-left:1px solid var(--line-dark);border-right:1px solid var(--line-dark);border-top:1px solid var(--line-dark)}.process-card:last-child{border-bottom:0}.process-card{min-height:330px}.process-icon{margin:50px 0 48px}
  .ecosystem-copy .section-title{font-size:12vw}.ecosystem-visual{width:108vw;margin-left:-8vw}.eco-label{font-size:6px}.company-data>div{grid-template-columns:1fr;gap:5px}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:120px}.contact-title{font-size:14vw}.contact-form{padding:24px 20px}.footer-top{align-items:flex-start;flex-direction:column}.footer-top p{text-align:left}.footer-grid{grid-template-columns:1fr 1fr;gap:36px}.footer-bottom{flex-direction:column;gap:7px}.footer-brand{width:210px}
  .pointer-glow{display:none}
}



/* Back-to-top control */
.scroll-top {
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:95;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  color:#fff;
  background:rgba(7,16,31,.82);
  backdrop-filter:blur(14px) saturate(130%);
  -webkit-backdrop-filter:blur(14px) saturate(130%);
  box-shadow:0 14px 36px rgba(0,0,0,.22), inset 0 0 0 1px rgba(21,94,239,.08);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px) scale(.94);
  transition:opacity .25s var(--ease), visibility .25s, transform .25s var(--ease), background .25s, border-color .25s;
}
.scroll-top svg { width:22px; height:22px; }
.scroll-top.visible { opacity:1; visibility:visible; transform:none; }
.scroll-top:hover { background:var(--blue); border-color:rgba(102,217,255,.5); transform:translateY(-2px); }
.scroll-top:focus-visible { outline:2px solid var(--cyan); outline-offset:3px; }

@media (max-width:560px) {
  .scroll-top { width:46px; height:46px; right:16px; bottom:16px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.001ms!important; animation-iteration-count:1!important; transition-duration:.001ms!important; }
  .hero-webgl{display:none}.reveal{opacity:1!important;transform:none!important}.hero-line>span{transform:none!important}.ticker-track{animation:none}
}

/* Legal + utility pages */
.legal-page { min-height:100vh; background:var(--paper); color:var(--ink); }
.legal-header { position:relative; background:var(--navy-3); color:#fff; border-bottom:1px solid rgba(255,255,255,.08); }
.legal-header .nav-shell { height:84px; }
.legal-main { padding:92px 0 120px; }
.legal-shell { max-width:860px; }
.legal-eyebrow { color:var(--blue); font-size:10px; font-weight:750; letter-spacing:.16em; text-transform:uppercase; margin-bottom:16px; }
.legal-main h1 { margin:0; font-size:clamp(48px,7vw,76px); line-height:.95; letter-spacing:-.055em; }
.legal-updated { margin:18px 0 50px; color:#8a93a2; font-size:12px; }
.legal-content { font-size:15px; line-height:1.8; color:#4f5868; }
.legal-content h2 { margin:42px 0 12px; font-size:24px; line-height:1.2; color:var(--ink); letter-spacing:-.03em; }
.legal-content p,.legal-content ul { margin:0 0 18px; }
.legal-content ul { padding-left:22px; }
.legal-content a { color:var(--blue); text-decoration:underline; text-underline-offset:3px; }
.legal-note { padding:18px 20px; border:1px solid var(--line); background:#fff; border-radius:14px; }
.utility-page { min-height:100svh; display:grid; place-items:center; background:radial-gradient(circle at 70% 40%,#10326e,#07101f 45%,#050914 80%); color:#fff; padding:30px; text-align:center; }
.utility-card { max-width:720px; }
.utility-code { color:var(--cyan); font-size:11px; letter-spacing:.2em; text-transform:uppercase; }
.utility-card h1 { margin:14px 0 18px; font-size:clamp(58px,10vw,110px); line-height:.9; letter-spacing:-.07em; }
.utility-card p { color:rgba(255,255,255,.6); max-width:540px; margin:0 auto 28px; }
.utility-logo { width:230px; height:auto; margin:0 auto 44px; padding:10px; background:#fff; border-radius:18px; box-shadow:0 20px 55px rgba(0,0,0,.22); object-fit:contain; }
