:root {
  --night: #050b12;
  --atlantic: #081923;
  --panel: #0c222e;
  --glass: rgba(16, 42, 55, .64);
  --ice: #e9f1f3;
  --mist: #a8b9c1;
  --cobalt: #5a72ff;
  --cyan: #66e1df;
  --line: rgba(214, 235, 240, .14);
  --paper: #e8edec;
  --display: "Archivo", sans-serif;
  --mono: "DM Mono", monospace;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; overflow-x: clip; }
body { margin: 0; color: var(--ice); background: var(--night); font-family: var(--display); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
canvas { display: block; }
::selection { background: var(--cobalt); color: white; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }

.grain {
  position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.cursor-orb { position: fixed; z-index: 89; width: 18px; height: 18px; margin: -9px; border: 1px solid rgba(102,225,223,.65); border-radius: 50%; pointer-events: none; opacity: 0; transition: width .35s var(--ease-out), height .35s var(--ease-out), opacity .3s; }
.cursor-orb.active { width: 56px; height: 56px; margin: -28px; background: rgba(90,114,255,.09); backdrop-filter: blur(3px); }

.loader { position: fixed; inset: 0; z-index: 200; background: var(--night); display: grid; place-items: center; }
.loader-word { display: flex; align-items: center; gap: 16px; }
.loader-word b { font-weight: 500; font-size: 25px; letter-spacing: -.05em; }
.loader-line { position: absolute; left: 7vw; right: 7vw; bottom: 8vh; height: 1px; background: rgba(255,255,255,.09); overflow: hidden; }
.loader-line i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--cobalt), var(--cyan)); }
.loader-count { position: absolute; right: 7vw; bottom: calc(8vh + 18px); font-family: var(--mono); font-size: 10px; color: var(--mist); }

.logo-bars { display: inline-flex; align-items: flex-end; gap: 3px; width: 29px; height: 32px; }
.logo-bars i { display: block; width: 6px; border-radius: 5px; background: var(--ice); transform: skewY(-30deg); }
.logo-bars i:nth-child(1) { height: 17px; }.logo-bars i:nth-child(2) { height: 25px; }.logo-bars i:nth-child(3) { height: 32px; background: linear-gradient(var(--cyan), var(--cobalt)); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-copy b { display: block; font-size: 17px; line-height: .9; font-weight: 520; letter-spacing: -.045em; }
.brand-copy small { display: block; margin-top: 6px; font-family: var(--mono); font-size: 6px; letter-spacing: .22em; text-transform: uppercase; color: rgba(233,241,243,.52); }

.nav-shell {
  position: fixed; top: 18px; left: 50%; transform: translateX(-50%); width: min(calc(100% - 36px), 1480px); height: 74px; padding: 0 18px 0 22px;
  z-index: 80; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  border: 1px solid rgba(255,255,255,.1); background: rgba(5,11,18,.56); backdrop-filter: blur(24px) saturate(130%); border-radius: 16px;
  box-shadow: 0 18px 70px rgba(0,0,0,.24);
}
.nav-shell nav { display: flex; gap: 38px; }
.nav-shell nav a { font-family: var(--mono); font-size: 9px; color: rgba(233,241,243,.6); transition: color .2s; }
.nav-shell nav a:hover { color: white; }
.nav-contact { justify-self: end; display: flex; align-items: center; gap: 18px; padding: 12px 13px 12px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 100px; font-family: var(--mono); font-size: 8px; }
.nav-contact i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--ice); color: var(--night); font-style: normal; }
.menu-button { display: none; border: 0; background: none; justify-self: end; }
.nav-progress { position: absolute; height: 1px; left: 18px; right: 18px; bottom: 0; overflow: hidden; }
.nav-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--cobalt), var(--cyan)); transform: scaleX(0); transform-origin: left; }

.micro { font-family: var(--mono); font-size: 9px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; color: rgba(233,241,243,.54); }
.micro span { color: var(--cyan); margin-right: 13px; }
.hero { height: 145vh; position: relative; }
.hero-sticky { position: sticky; top: 0; height: 100vh; min-height: 720px; overflow: hidden; background: var(--night); }
#hero-3d { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; transition: opacity .8s var(--ease-out); }
.spline-stage { position: absolute; z-index: 3; right: 0; top: 0; width: 58%; height: 100%; overflow: hidden; opacity: 0; transform: translateX(8%); transition: opacity 1s var(--ease-out), transform 1.2s var(--ease-out); }
.spline-stage spline-viewer { width: 100%; height: 100%; display: block; }
.spline-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--night) 0%, rgba(5,11,18,.45) 22%, transparent 54%), linear-gradient(0deg, rgba(5,11,18,.75), transparent 28%); }
.spline-ready .spline-stage { opacity: 1; transform: translateX(0); }
.spline-ready #hero-3d { opacity: .2; }
.hero-grid {
  position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 75px 75px; mask-image: radial-gradient(circle at 68% 50%, black, transparent 68%);
}
.hero-grid::before { content: ""; position: absolute; width: 70vw; height: 70vw; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); top: 50%; left: 67%; transform: translate(-50%,-50%); box-shadow: 0 0 0 9vw rgba(255,255,255,.015), 0 0 0 18vw rgba(255,255,255,.01); }
.hero-glow { position: absolute; width: 70vw; height: 70vw; border-radius: 50%; right: -20vw; top: 0; background: radial-gradient(circle, rgba(90,114,255,.18), rgba(102,225,223,.04) 38%, transparent 67%); filter: blur(35px); }
.hero-copy { position: relative; z-index: 5; height: 100%; padding: 0 clamp(24px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; }
.hero-kicker { margin: 40px 0 26px; display: flex; align-items: center; gap: 12px; }
.hero-kicker span { width: 32px; height: 1px; margin: 0; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.split-title { margin: 0; max-width: 1100px; font-size: clamp(57px, 7.3vw, 126px); line-height: .83; letter-spacing: -.065em; font-weight: 520; font-stretch: 82%; text-transform: uppercase; }
.title-line { display: block; overflow: hidden; padding-bottom: .09em; }
.title-line i { display: block; font-style: normal; transform: translateY(110%); }
.title-line-indent { padding-left: 8vw; }
.title-line-accent { padding-left: 25vw; color: transparent; -webkit-text-stroke: 1px rgba(233,241,243,.75); }
.hero-bottom { display: flex; align-items: center; gap: 55px; margin: 30px 0 0 8vw; }
.hero-bottom > p { width: 380px; margin: 0; color: rgba(233,241,243,.6); font-size: 13px; line-height: 1.65; }
.round-action { width: 88px; height: 88px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); display: grid; place-content: center; position: relative; background: rgba(255,255,255,.025); backdrop-filter: blur(8px); }
.round-action::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(102,225,223,.2); border-radius: inherit; transition: background .3s; }
.round-action:hover::before { background: var(--cobalt); }
.round-action span { position: relative; font-family: var(--mono); font-size: 7px; text-transform: uppercase; line-height: 1.35; }
.round-action i { position: absolute; right: 15px; bottom: 12px; color: var(--cyan); font-style: normal; }
.hero-status { position: absolute; z-index: 5; left: clamp(24px,6vw,92px); right: clamp(24px,6vw,92px); bottom: 25px; display: flex; justify-content: space-between; font-family: var(--mono); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; color: rgba(233,241,243,.34); }
.hero-status span:first-child i { display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.system-label { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 6px; color: rgba(233,241,243,.5); letter-spacing: .1em; }
.system-label i { width: 4px; height: 4px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 10px var(--cyan); }
.system-label b { color: var(--cobalt); font-weight: 400; }
.label-a { right: 9vw; top: 27%; }.label-b { right: 6vw; bottom: 29%; }.label-c { left: 53%; top: 19%; }

.trust-rail { height: 78px; background: var(--cobalt); display: flex; align-items: center; overflow: hidden; transform: rotate(-1.1deg) scale(1.02); position: relative; z-index: 10; margin: -18px 0; }
.rail-track { display: flex; align-items: center; gap: 34px; white-space: nowrap; animation: rail 28s linear infinite; }
.rail-track span { font-size: 22px; text-transform: uppercase; letter-spacing: -.035em; font-weight: 580; }
.rail-track i { font-style: normal; font-size: 12px; color: var(--cyan); }
@keyframes rail { to { transform: translateX(-50%); } }

.manifesto { min-height: 130vh; padding: 150px clamp(24px, 6vw, 92px); position: relative; background: var(--paper); color: var(--night); overflow: hidden; }
.manifesto-top { display: flex; justify-content: space-between; border-top: 1px solid rgba(5,11,18,.18); padding-top: 17px; }
.manifesto-top .micro { color: rgba(5,11,18,.52); }
.manifesto-top > p:last-child { width: 370px; font-size: 12px; line-height: 1.6; color: rgba(5,11,18,.52); margin: 0; }
.manifesto-text { margin-top: 15vh; position: relative; z-index: 2; }
.manifesto-text span { display: block; font-size: clamp(45px, 6.2vw, 104px); font-weight: 520; font-stretch: 82%; line-height: .98; letter-spacing: -.055em; text-transform: uppercase; color: rgba(5,11,18,.13); transition: color .2s; }
.manifesto-text span.active { color: var(--night); }
.manifesto-text span:last-child { color: transparent; -webkit-text-stroke: 1px rgba(5,11,18,.26); }
.manifesto-text span:last-child.active { color: var(--cobalt); -webkit-text-stroke: 0; }
.manifesto-seal { position: absolute; right: 3vw; bottom: 8vh; width: 190px; height: 190px; border-radius: 50%; border: 1px solid rgba(5,11,18,.22); display: grid; place-items: center; animation: seal-rotate 24s linear infinite; }
.manifesto-seal span { position: absolute; width: 100%; height: 100%; font-family: var(--mono); font-size: 7px; letter-spacing: .12em; text-align: center; padding-top: 9px; }
.manifesto-seal b { font-size: 68px; font-weight: 400; color: var(--cobalt); animation: seal-rotate 24s linear infinite reverse; }
@keyframes seal-rotate { to { transform: rotate(360deg); } }

.capabilities { background: var(--night); padding: 112px 0 35px; overflow: hidden; }
.cap-intro { padding: 0 clamp(24px, 6vw, 92px); display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; }
.cap-intro .micro { grid-column: 1 / -1; }
.cap-intro h2, .operating-head h2, .parallax-title h2 { margin: 0; font-size: clamp(55px, 7vw, 108px); line-height: .87; letter-spacing: -.06em; text-transform: uppercase; font-weight: 520; font-stretch: 82%; }
.capabilities .cap-intro h2 { font-size: clamp(48px, 5.4vw, 82px); }
.cap-intro h2 em, .operating-head h2 em, .parallax-title h2 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(233,241,243,.6); }
.cap-lead { align-self: end; max-width: 440px; color: rgba(233,241,243,.52); font-size: 14px; line-height: 1.7; }
.cap-viewport { margin-top: 46px; padding-left: clamp(24px, 6vw, 92px); }
.cap-track { display: flex; gap: 18px; width: max-content; will-change: transform; }
.cap-card { width: min(62vw, 660px); height: clamp(440px, 53vh, 555px); flex: none; position: relative; overflow: hidden; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: linear-gradient(145deg, rgba(16,42,55,.82), rgba(7,19,28,.9)); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 30px 80px rgba(0,0,0,.3); }
.cap-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(90,114,255,.18), transparent 30%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.cap-card:hover::after { opacity: 1; }
.cap-card-two { background: linear-gradient(145deg, #dbe4e5, #91a8b2); color: var(--night); }
.cap-card-three { background: linear-gradient(145deg, #4459dc, #172166 72%); }
.cap-card-four { background: linear-gradient(145deg, #0f3038, #07151d); }
.cap-card-head { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: start; font-family: var(--mono); font-size: 8px; }
.cap-card-head i { font-style: normal; font-size: 34px; font-family: var(--display); font-weight: 300; opacity: .5; }
.cap-visual { position: absolute; left: 0; right: 0; top: 54px; height: min(23vh, 225px); }
#data-canvas { width: 100%; height: 100%; }
.people-visual { display: grid; place-items: center; }
.people-visual span { position: absolute; border: 1px solid rgba(5,11,18,.28); border-radius: 50%; width: 180px; height: 180px; }
.people-visual span:nth-child(1) { transform: translateX(-130px); }.people-visual span:nth-child(2) { transform: translateX(130px); }.people-visual span:nth-child(3) { transform: translateY(-85px); }.people-visual span:nth-child(4) { transform: translateY(85px); }
.people-visual span:nth-child(5) { width: 105px; height: 105px; background: var(--night); box-shadow: 0 0 0 25px rgba(5,11,18,.06); }
.tech-visual { display: grid; place-items: center; perspective: 600px; }
.tech-core { width: 120px; height: 120px; display: grid; place-items: center; background: rgba(5,11,18,.85); border: 1px solid rgba(255,255,255,.3); border-radius: 26px; font-size: 34px; transform: rotateX(55deg) rotateZ(45deg); box-shadow: 30px 30px 60px rgba(0,0,0,.25); }
.tech-visual > i { position: absolute; width: 310px; height: 120px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; animation: tech-spin 10s linear infinite; }
.tech-visual > i:nth-child(3) { transform: rotate(60deg); animation-duration: 14s; }.tech-visual > i:nth-child(4) { transform: rotate(-60deg); animation-duration: 17s; }
@keyframes tech-spin { to { rotate: 360deg; } }
.service-visual { display: grid; place-items: center; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 30px 30px; }
.service-scan { width: 210px; height: 210px; border-radius: 50%; border: 1px solid var(--cyan); position: relative; box-shadow: 0 0 0 35px rgba(102,225,223,.04), 0 0 0 70px rgba(102,225,223,.025); }
.service-scan::before { content: ""; position: absolute; width: 50%; height: 50%; left: 50%; bottom: 50%; transform-origin: bottom left; background: conic-gradient(from 90deg, rgba(102,225,223,.3), transparent 35%); border-right: 1px solid var(--cyan); animation: radar 5s linear infinite; }
@keyframes radar { to { transform: rotate(360deg); } }
.service-visual span { position: absolute; bottom: 18px; font-family: var(--mono); font-size: 7px; letter-spacing: .16em; color: var(--cyan); }
.cap-card-copy { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 23px; }
.cap-card-copy > p { margin: 0 0 15px; font-family: var(--mono); font-size: 8px; opacity: .55; text-transform: uppercase; }
.cap-card-copy h3 { margin: 0; font-size: clamp(34px, 3.35vw, 48px); line-height: .88; letter-spacing: -.055em; text-transform: uppercase; font-stretch: 82%; font-weight: 540; }
.cap-card-copy ul { display: flex; gap: 23px; margin: 20px 0 0; padding: 13px 0 0; list-style: none; border-top: 1px solid currentColor; opacity: .53; }
.cap-card-copy li { font-family: var(--mono); font-size: 7px; text-transform: uppercase; }

.wave-story { height: 150vh; background: var(--night); }
.wave-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
#wave-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.wave-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,18,.92), rgba(5,11,18,.25) 60%, rgba(5,11,18,.05)), linear-gradient(0deg, rgba(5,11,18,.7), transparent 45%); pointer-events: none; }
.wave-copy { position: relative; z-index: 2; width: min(850px, 70vw); height: 100%; margin-left: clamp(24px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; }
.wave-copy h2 { margin: 22px 0; font-size: clamp(53px, 6vw, 92px); line-height: .9; letter-spacing: -.058em; text-transform: uppercase; font-stretch: 82%; font-weight: 520; }
.wave-copy h2 em { color: var(--cyan); font-style: normal; }
.wave-copy > p:last-child { font-family: var(--mono); font-size: 8px; color: rgba(255,255,255,.5); }
.wave-meter { position: absolute; right: 30px; top: 50%; z-index: 3; display: flex; align-items: center; gap: 12px; rotate: 90deg; }
.wave-meter i { width: 130px; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); }
.wave-meter span { font-family: var(--mono); font-size: 7px; letter-spacing: .12em; }

.operating { background: var(--paper); color: var(--night); padding-top: 150px; }
.operating-head { padding: 0 clamp(24px,6vw,92px); }
.operating-head .micro { color: rgba(5,11,18,.52); }
.operating-head h2 em { -webkit-text-stroke-color: rgba(5,11,18,.42); }
.device-scroll { height: 158vh; margin-top: -5vh; }
.device-sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; justify-content: center; perspective: 1300px; overflow: hidden; }
.device-frame { width: min(88vw, 1400px); height: min(70vh, 740px); background: #06131b; color: var(--ice); border: 1px solid rgba(5,11,18,.3); border-radius: 24px; padding: 12px; transform: rotateX(var(--rx, 24deg)) scale(var(--scale, .76)); box-shadow: 0 80px 120px rgba(5,11,18,.25), inset 0 1px rgba(255,255,255,.15); will-change: transform; }
.device-bar { height: 45px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 7px; letter-spacing: .1em; }
.device-brand { display: flex; align-items: center; gap: 10px; }
.device-brand .logo-bars { width: 15px; height: 17px; gap: 2px; }.device-brand .logo-bars i { width: 3px; }.device-brand .logo-bars i:nth-child(1){height:9px}.device-brand .logo-bars i:nth-child(2){height:13px}.device-brand .logo-bars i:nth-child(3){height:17px}
.device-bar > span i { display: inline-block; width: 5px; height: 5px; margin-left: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.device-grid { height: calc(100% - 45px); display: grid; grid-template-columns: 160px 1fr 230px; }
.device-side { padding: 25px 14px; border-right: 1px solid var(--line); }
.device-side > span { display: flex; justify-content: space-between; padding: 15px 11px; margin-bottom: 4px; border-radius: 6px; font-family: var(--mono); font-size: 7px; color: rgba(255,255,255,.38); }
.device-side > span.active { background: rgba(90,114,255,.17); color: white; }.device-side b { font-weight: 400; }
.device-main { position: relative; overflow: hidden; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 50px 50px; }
.core-engine { position: absolute; width: 470px; height: 470px; right: 2vw; top: 50%; transform: translateY(-50%); display: grid; place-items: center; perspective: 800px; }
.engine-ring { position: absolute; border: 1px solid rgba(102,225,223,.3); border-radius: 50%; animation: engine 12s linear infinite; }
.er-one { inset: 3%; transform: rotateX(67deg) rotateZ(20deg); }.er-two { inset: 18%; transform: rotateY(68deg) rotateZ(40deg); animation-duration: 16s; animation-direction: reverse; }.er-three { inset: 31%; transform: rotateX(75deg) rotateY(20deg); animation-duration: 9s; }
@keyframes engine { to { rotate: 360deg; } }
.engine-center { width: 105px; height: 105px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #315369, #07131c 68%); border: 1px solid rgba(255,255,255,.25); box-shadow: 0 0 65px rgba(90,114,255,.3); }
.engine-center b { font-size: 46px; font-weight: 300; line-height: .8; }.engine-center span { margin-top: 8px; font-family: var(--mono); font-size: 6px; color: var(--cyan); }
.engine-node { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }
.en-one{left:12%;top:35%}.en-two{right:18%;bottom:22%;background:var(--cobalt)}.en-three{right:7%;top:31%}
.device-caption { position: absolute; z-index: 2; left: 35px; bottom: 30px; }
.device-caption span { font-family: var(--mono); font-size: 6px; letter-spacing: .12em; color: var(--cyan); }
.device-caption h3 { margin: 9px 0 0; font-size: clamp(30px,3vw,50px); line-height: .92; text-transform: uppercase; letter-spacing: -.05em; }
.device-stats { border-left: 1px solid var(--line); padding: 13px; }
.device-stats > div { position: relative; padding: 19px 9px 22px; border-bottom: 1px solid var(--line); }
.device-stats span { font-family: var(--mono); font-size: 6px; color: var(--cyan); }.device-stats b { display: block; margin-top: 10px; font-size: 13px; font-weight: 420; }.device-stats i { position: absolute; right: 8px; top: 18px; font-family: var(--mono); font-size: 7px; font-style: normal; color: rgba(255,255,255,.3); }
.device-hint { position: absolute; bottom: 20px; color: rgba(5,11,18,.4); font-family: var(--mono); font-size: 7px; text-transform: uppercase; letter-spacing: .12em; }
.device-hint span { margin-left: 10px; color: var(--cobalt); }

.parallax-world { min-height: 150vh; padding: 150px 0; background: var(--atlantic); overflow: hidden; position: relative; }
.parallax-title { padding: 0 clamp(24px,6vw,92px) 120px; }
.parallax-rows { display: flex; flex-direction: column; gap: 18px; transform: rotate(-4deg) scale(1.08); }
.p-row { display: flex; gap: 18px; width: max-content; will-change: transform; }
.p-row > div { width: 420px; height: 170px; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: linear-gradient(135deg, rgba(25,62,78,.75), rgba(7,22,31,.75)); backdrop-filter: blur(10px); font-size: 25px; text-transform: uppercase; letter-spacing: -.035em; display: flex; flex-direction: column; justify-content: space-between; }
.p-row > div span { font-family: var(--mono); font-size: 7px; color: var(--cyan); letter-spacing: .12em; }
.row-right > div { background: linear-gradient(135deg, rgba(90,114,255,.7), rgba(18,34,94,.7)); }
.world-note { width: min(500px,80vw); margin: 140px 6vw 0 auto; font-size: 18px; line-height: 1.55; color: rgba(233,241,243,.57); }

.ecosystem {
  position: relative;
  isolation: isolate;
  padding: 150px clamp(24px,6vw,92px);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 8%, rgba(90,114,255,.18), transparent 30%),
    radial-gradient(circle at 18% 60%, rgba(102,225,223,.08), transparent 28%),
    linear-gradient(180deg, #06121a, #03080d 85%);
  color: var(--ice);
}
.ecosystem::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}
.ecosystem-aura {
  position: absolute;
  z-index: -1;
  width: 68vw;
  height: 68vw;
  right: -32vw;
  top: -20vw;
  border: 1px solid rgba(102,225,223,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(90,114,255,.025), 0 0 0 14vw rgba(102,225,223,.018);
  animation: ecosystem-orbit 24s linear infinite;
}
@keyframes ecosystem-orbit { to { transform: rotate(360deg); } }
.ecosystem-head {
  display: grid;
  grid-template-columns: minmax(0,1.5fr) minmax(270px,.65fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: 55px;
}
.ecosystem-head h2 {
  max-width: 980px;
  margin: 30px 0 0;
  font-size: clamp(54px,7vw,112px);
  line-height: .86;
  letter-spacing: -.065em;
  text-transform: uppercase;
  font-stretch: 82%;
  font-weight: 520;
}
.ecosystem-head h2 em {
  display: block;
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(102,225,223,.7);
}
.ecosystem-head > p {
  max-width: 500px;
  margin: 0;
  color: rgba(233,241,243,.58);
  font-size: 15px;
  line-height: 1.65;
}
.ecosystem-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 28px;
  margin-bottom: 28px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(233,241,243,.5);
}
.ecosystem-legend span { display: inline-flex; align-items: center; gap: 9px; }
.ecosystem-legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px rgba(102,225,223,.65); }
.ecosystem-legend .legend-technology { background: var(--cobalt); box-shadow: 0 0 12px rgba(90,114,255,.7); }
.ecosystem-legend .legend-learning { background: #ffbd63; box-shadow: 0 0 12px rgba(255,189,99,.55); }
.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  grid-auto-flow: dense;
  grid-auto-rows: minmax(330px, auto);
  gap: 14px;
  perspective: 1600px;
}
.ecosystem-card {
  --kind: var(--cobalt);
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  min-height: 330px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--mx,78%) var(--my,12%), color-mix(in srgb, var(--kind) 19%, transparent), transparent 37%),
    linear-gradient(145deg, rgba(19,41,53,.92), rgba(5,13,19,.96));
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 28px 50px rgba(0,0,0,.18);
  color: var(--ice);
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translateZ(0);
  transform-style: preserve-3d;
  transition: transform .22s ease, border-color .35s, box-shadow .35s;
  will-change: transform;
}
.ecosystem-card[data-kind="specialist"] { --kind: var(--cyan); }
.ecosystem-card[data-kind="learning"] { --kind: #ffbd63; }
.ecosystem-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.08), transparent 65%);
  transform: translateX(-110%);
  transition: transform .65s ease;
}
.ecosystem-card::after {
  content: "";
  position: absolute;
  inset: auto -35% -50% auto;
  width: 230px;
  height: 230px;
  border: 1px solid color-mix(in srgb, var(--kind) 35%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 34px color-mix(in srgb, var(--kind) 4%, transparent);
  pointer-events: none;
}
.ecosystem-card:hover {
  z-index: 3;
  border-color: color-mix(in srgb, var(--kind) 62%, white 10%);
  box-shadow: inset 0 1px rgba(255,255,255,.14), 0 38px 72px rgba(0,0,0,.38), 0 0 48px color-mix(in srgb, var(--kind) 12%, transparent);
}
.ecosystem-card:hover::before { transform: translateX(110%); }
.ecosystem-card.card-wide { grid-column: span 2; }
.ecosystem-card.card-tall { grid-row: span 2; min-height: 674px; }
.ecosystem-mark {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 15px 35px rgba(0,0,0,.25);
  transform: translateZ(36px);
}
.ecosystem-mark img { width: 50px; height: 50px; object-fit: contain; border-radius: 10px; }
.ecosystem-mark .mark-letter { font-size: 34px; line-height: 1; font-weight: 600; letter-spacing: -.08em; color: white; }
.ecosystem-mark.mark-advanza { background: linear-gradient(145deg,#112f4a,#5a72ff); }
.ecosystem-mark.mark-apptlas { background: linear-gradient(145deg,#0b1722,#5a72ff 62%,#66e1df); }
.ecosystem-mark.mark-jle { background: #10222b; }
.ecosystem-mark.mark-jle .mark-letter { font-size: 21px; color: #66e1df; letter-spacing: -.04em; }
.ecosystem-copy { position: relative; z-index: 2; margin-top: auto; transform: translateZ(24px); }
.ecosystem-copy > span {
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--kind);
}
.ecosystem-copy h3 {
  margin: 10px 0 14px;
  font-size: clamp(27px,2.2vw,41px);
  line-height: .93;
  letter-spacing: -.045em;
  font-weight: 510;
}
.ecosystem-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(233,241,243,.58);
  font-size: 11px;
  line-height: 1.55;
}
.ecosystem-card > b {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 400;
  letter-spacing: .08em;
  color: rgba(233,241,243,.45);
  transform: translateZ(18px);
}
.card-orbit {
  position: absolute;
  width: 220px;
  height: 220px;
  right: 7%;
  top: 50%;
  border: 1px solid color-mix(in srgb, var(--kind) 35%, transparent);
  border-radius: 50%;
  transform: translateY(-50%) rotateX(65deg);
  animation: card-orbit 10s linear infinite;
}
.card-orbit::before, .card-orbit::after { content: ""; position: absolute; inset: 20%; border: inherit; border-radius: inherit; }
.card-orbit::after { inset: 38%; background: color-mix(in srgb, var(--kind) 35%, transparent); box-shadow: 0 0 40px var(--kind); }
@keyframes card-orbit { to { rotate: 360deg; } }
.ecosystem-disclaimer {
  max-width: 970px;
  margin: 35px 0 0 auto;
  padding-left: 22px;
  border-left: 1px solid rgba(102,225,223,.4);
  color: rgba(233,241,243,.42);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: .035em;
}

.corporate-proof { min-height: 110vh; padding: 150px clamp(24px,6vw,92px); background: var(--paper); color: var(--night); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; position: relative; overflow: hidden; }
.proof-number { position: absolute; right: -2vw; top: -20vh; font-size: 90vh; line-height: 1; font-weight: 300; color: rgba(90,114,255,.06); pointer-events: none; }
.proof-copy { position: relative; z-index: 1; }
.proof-copy .micro { color: rgba(5,11,18,.52); }
.proof-copy h2 { margin: 45px 0 35px; font-size: clamp(43px,5.2vw,82px); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; font-stretch: 82%; font-weight: 520; }
.proof-copy > p:last-child { max-width: 600px; font-size: 16px; line-height: 1.7; color: rgba(5,11,18,.58); }
.proof-list { position: relative; z-index: 2; align-self: end; }
.proof-list > div { display: grid; grid-template-columns: 40px 160px 1fr; padding: 25px 0; border-top: 1px solid rgba(5,11,18,.18); }
.proof-list span { font-family: var(--mono); font-size: 8px; color: var(--cobalt); }.proof-list b { font-size: 15px; text-transform: uppercase; font-weight: 560; }.proof-list p { margin: 0; font-size: 11px; line-height: 1.5; color: rgba(5,11,18,.52); }

.contact { height: 100vh; min-height: 700px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--night); text-align: center; }
#contact-particles { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-ring { position: absolute; width: 70vw; height: 70vw; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.contact-ring i { position: absolute; inset: 12%; border: inherit; border-radius: inherit; }.contact-ring i:nth-child(2){inset:26%}.contact-ring i:nth-child(3){inset:40%; border-color:rgba(102,225,223,.2)}
.contact-content { position: relative; z-index: 3; }
.contact-content h2 { width: min(1100px,90vw); margin: 25px auto; font-size: clamp(57px,8vw,130px); line-height: .83; letter-spacing: -.07em; text-transform: uppercase; font-stretch: 80%; font-weight: 520; }
.contact-content > p:not(.micro) { color: rgba(255,255,255,.5); font-size: 13px; }
.contact-orb { width: 180px; height: 180px; margin: 45px auto 0; border-radius: 50%; display: grid; place-content: center; background: var(--cobalt); box-shadow: 0 0 0 16px rgba(90,114,255,.08), 0 0 80px rgba(90,114,255,.35); transition: background .3s; }
.contact-orb:hover { background: var(--cyan); color: var(--night); }
.contact-orb span { font-family: var(--mono); font-size: 9px; line-height: 1.5; }.contact-orb i { margin-top: 16px; font-style: normal; font-size: 22px; }

footer { min-height: 135px; padding: 0 clamp(24px,6vw,92px); background: #03070b; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.08); }
.footer-center, .footer-right { font-family: var(--mono); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.35); }
.footer-right { justify-self: end; display: flex; gap: 25px; }

.reveal { opacity: 0; transform: translateY(35px); }

@media (max-width: 980px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-shell nav, .nav-contact { display: none; }
  .menu-button { display: flex; flex-direction: column; gap: 7px; padding: 12px 0 12px 12px; }
  .menu-button span { width: 24px; height: 1px; background: white; }
  .nav-shell nav.open { display: flex; position: absolute; top: 82px; left: 0; right: 0; padding: 28px; flex-direction: column; background: rgba(5,11,18,.96); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; }
  .device-grid { grid-template-columns: 120px 1fr; }.device-stats { display: none; }
  .ecosystem-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .proof-list > div { grid-template-columns: 35px 130px 1fr; }
}

@media (max-width: 700px) {
  .cursor-orb { display: none; }
  .nav-shell { top: 10px; width: calc(100% - 20px); height: 64px; border-radius: 13px; }
  .brand-copy b { font-size: 15px; }
  .hero { height: 125vh; }.hero-sticky { min-height: 690px; }
  .hero-copy { padding: 80px 15px 50px; justify-content: center; }
  .hero-kicker { margin-top: 0; }
  .split-title { font-size: clamp(43px,13.8vw,63px); line-height: .86; }
  .title-line-indent { padding-left: 0; }.title-line-accent { padding-left: 0; }
  .hero-bottom { margin: 26px 0 0; align-items: flex-start; gap: 20px; }
  .hero-bottom > p { width: calc(100% - 95px); font-size: 11px; }
  .round-action { width: 78px; height: 78px; flex: none; }
  .hero-status { left: 15px; right: 15px; }.hero-status span:last-child, .system-label { display: none; }
  #hero-3d { opacity: .85; transform: scale(1.25) translateX(16%); }
  .spline-stage { width: 105%; right: -37%; opacity: 0; }
  .spline-ready .spline-stage { opacity: .64; }
  .spline-stage::after { background: linear-gradient(90deg, var(--night) 0%, rgba(5,11,18,.7) 45%, transparent 82%), linear-gradient(0deg, rgba(5,11,18,.85), transparent 40%); }
  .trust-rail { height: 58px; }.rail-track span { font-size: 17px; }
  .manifesto { min-height: 110vh; padding: 100px 15px; }
  .manifesto-top > p:last-child { display: none; }
  .manifesto-text { margin-top: 14vh; }
  .manifesto-text span { font-size: 11.5vw; line-height: 1.02; margin-bottom: 7px; }
  .manifesto-seal { width: 120px; height: 120px; right: 15px; bottom: 7vh; }.manifesto-seal b { font-size: 48px; }
  .capabilities { padding: 110px 0 70px; }
  .cap-intro { padding: 0 15px; grid-template-columns: 1fr; }
  .cap-intro h2, .operating-head h2, .parallax-title h2 { font-size: 14vw; }
  .cap-lead { margin-top: 15px; font-size: 12px; }
  .cap-viewport { padding-left: 15px; margin-top: 60px; overflow-x: auto; scrollbar-width: none; }
  .cap-track { transform: none !important; }
  .cap-card { width: 86vw; height: 570px; border-radius: 18px; padding: 20px; }
  .cap-visual { height: 245px; top: 60px; }
  .cap-card-copy { left: 20px; right: 20px; bottom: 22px; }
  .cap-card-copy h3 { font-size: 10.5vw; }
  .cap-card-copy ul { flex-wrap: wrap; gap: 10px 18px; }
  .wave-story { height: 120vh; }
  .wave-copy { width: auto; margin: 0 15px; justify-content: flex-end; padding-bottom: 12vh; }
  .wave-copy h2 { font-size: 13vw; }
  .wave-overlay { background: linear-gradient(0deg, rgba(5,11,18,.95), rgba(5,11,18,.08) 85%); }
  .wave-meter { display: none; }
  .operating { padding-top: 100px; }.operating-head { padding: 0 15px; }
  .device-scroll { height: 132vh; margin-top: 0; }
  .device-frame { width: 94vw; height: 62vh; border-radius: 14px; padding: 7px; }
  .device-grid { grid-template-columns: 1fr; }.device-side { display: none; }
  .core-engine { width: 330px; height: 330px; right: -70px; }
  .device-caption { left: 19px; bottom: 20px; }.device-caption h3 { font-size: 30px; }
  .parallax-world { padding: 100px 0; min-height: 120vh; }
  .parallax-title { padding: 0 15px 80px; }
  .p-row > div { width: 260px; height: 125px; font-size: 17px; }
  .world-note { margin-top: 100px; font-size: 14px; }
  .ecosystem { padding: 105px 15px; }
  .ecosystem-head { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }
  .ecosystem-head h2 { font-size: 14vw; }
  .ecosystem-head > p { font-size: 12px; }
  .ecosystem-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .ecosystem-card, .ecosystem-card.card-tall { grid-column: auto; grid-row: auto; min-height: 345px; }
  .ecosystem-card.card-wide { grid-column: auto; }
  .card-orbit { right: -80px; opacity: .6; }
  .ecosystem-disclaimer { font-size: 7px; }
  .corporate-proof { min-height: auto; padding: 110px 15px; grid-template-columns: 1fr; }
  .proof-copy h2 { font-size: 12vw; }
  .proof-list > div { grid-template-columns: 30px 1fr; gap: 8px; }.proof-list p { grid-column: 2; }
  .contact { min-height: 720px; }
  .contact-content h2 { font-size: 14vw; }
  .contact-orb { width: 150px; height: 150px; }
  footer { padding: 35px 15px; grid-template-columns: 1fr auto; min-height: 150px; }.footer-center { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .loader { display: none; }.title-line i { transform: none; }.reveal { opacity: 1; transform: none; }
  .ecosystem-card { transform: none !important; }
}
