:root {
  --black: #020607;
  --ink: #071113;
  --ink-2: #0a191b;
  --paper: #eaf0ec;
  --white: #f6faf7;
  --muted: #869391;
  --cyan: #48e7ee;
  --cyan-2: #19aebd;
  --lime: #9cff38;
  --violet: #8b5cff;
  --line: rgba(10, 25, 27, .13);
  --line-light: rgba(255, 255, 255, .12);
  --shell: min(1280px, calc(100vw - 112px));
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.loading, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { color: inherit; font: inherit; }
::selection { color: var(--black); background: var(--lime); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -80px; padding: 12px 18px; border-radius: 3px; color: var(--black); background: var(--lime); font-size: 13px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 20px; }

/* Opening sequence */
.loader { position: fixed; z-index: 999; inset: 0; display: grid; place-items: center; color: white; background: var(--black); opacity: 1; transition: opacity .55s var(--ease); }
.loader-core { position: relative; z-index: 3; width: min(420px, calc(100vw - 60px)); }
.loader-mark { position: relative; width: 70px; height: 70px; margin-bottom: 58px; display: grid; place-items: center; border: 1px solid rgba(72,231,238,.32); border-radius: 50%; color: var(--cyan); font: 700 18px/1 system-ui; }
.loader-mark::before, .loader-mark::after { content: ""; position: absolute; border: 1px solid rgba(72,231,238,.1); border-radius: 50%; animation: loaderOrbit 1.7s linear infinite; }
.loader-mark::before { inset: -13px; border-top-color: var(--cyan); }
.loader-mark::after { inset: -28px; animation-direction: reverse; animation-duration: 2.4s; border-right-color: rgba(156,255,56,.55); }
.loader-mark i { position: absolute; right: -32px; top: 34px; width: 26px; height: 1px; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.loader-meta { display: flex; justify-content: space-between; align-items: flex-end; color: rgba(255,255,255,.45); font: 10px/1 system-ui; letter-spacing: .18em; }
.loader-meta b { color: white; font-size: 38px; font-weight: 300; letter-spacing: -.04em; }
.loader-track { height: 1px; margin-top: 18px; background: rgba(255,255,255,.12); }
.loader-track i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--lime)); box-shadow: 0 0 16px var(--cyan); }
.loader.exit .loader-core { opacity: 0; transform: translateY(-24px); transition: opacity .35s, transform .35s var(--ease); }
.loader.exit { opacity: 0; pointer-events: none; }
.loader.done { visibility: hidden; pointer-events: none; }

/* Cursor and chrome */
.cursor-dot, .cursor-ring { position: fixed; z-index: 950; left: 0; top: 0; pointer-events: none; border-radius: 50%; mix-blend-mode: difference; }
.cursor-dot { width: 5px; height: 5px; background: white; transform: translate(-50%, -50%); }
.cursor-ring { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); transform: translate(-50%, -50%); transition: width .3s var(--ease), height .3s var(--ease), background .3s, border .3s; }
.cursor-ring span { opacity: 0; color: var(--black); font: 700 8px/1 system-ui; letter-spacing: .1em; transition: opacity .2s; }
.cursor-ring.active { width: 76px; height: 76px; border-color: var(--lime); background: var(--lime); mix-blend-mode: normal; }
.cursor-ring.active span { opacity: 1; }
.scroll-line { position: fixed; z-index: 201; right: 0; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,.05); }
.scroll-line i { display: block; width: 100%; height: 0; background: linear-gradient(var(--cyan), var(--lime)); box-shadow: 0 0 10px var(--cyan); }

.header { position: fixed; z-index: 200; inset: 0 0 auto; height: 92px; color: white; border-bottom: 1px solid rgba(255,255,255,.1); transition: height .35s, background .35s, backdrop-filter .35s; }
.header.scrolled { height: 72px; background: rgba(2,6,7,.77); backdrop-filter: blur(20px) saturate(1.3); }
.nav-wrap { width: var(--shell); height: 100%; margin: auto; display: flex; align-items: center; gap: 50px; }
.logo { width: 170px; height: 48px; display: flex; align-items: center; overflow: hidden; }
.logo img { width: 160px; height: auto; max-height: 46px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.nav-links { margin-left: auto; display: flex; gap: 34px; }
.nav-links a { position: relative; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.58); font-size: 12px; transition: color .25s; }
.nav-links a i { color: rgba(72,231,238,.48); font: normal 8px/1 system-ui; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -14px; height: 1px; background: var(--lime); transition: right .3s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: white; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-contact { min-width: 122px; height: 44px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; color: var(--black); border-radius: 2px; background: var(--lime); font-size: 12px; font-weight: 700; overflow: hidden; }
.nav-contact i { font-style: normal; transition: transform .3s var(--ease); }
.nav-contact:hover i { transform: rotate(45deg); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.04); }
.menu-toggle i { display: block; width: 17px; height: 1px; margin: 5px auto; background: white; transition: transform .25s; }
.menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { display: none; }

/* Hero */
.hero { position: relative; min-height: 980px; height: 100svh; color: white; background: var(--black); overflow: hidden; isolation: isolate; }
#glCanvas { position: absolute; z-index: -4; inset: 0; width: 100%; height: 100%; }
.hero-noise { position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .24; background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,.12) 0 .5px, transparent .7px), radial-gradient(circle at 70% 60%, rgba(255,255,255,.08) 0 .5px, transparent .7px); background-size: 7px 7px, 11px 11px; mix-blend-mode: overlay; }
.hero-grid-lines { position: absolute; z-index: -3; inset: 0; opacity: .18; background-image: linear-gradient(rgba(72,231,238,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(72,231,238,.1) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent 2%, black 55%, transparent); transform: perspective(900px) rotateX(62deg) scale(1.7) translateY(22%); transform-origin: bottom; }
.hero-vignette { position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 65% 42%, transparent 0, rgba(2,6,7,.12) 36%, rgba(2,6,7,.9) 88%), linear-gradient(90deg, rgba(2,6,7,.83), transparent 48%, rgba(2,6,7,.18)); }
.hero-frame { width: var(--shell); height: 100%; min-height: 980px; margin: auto; padding: 118px 0 38px; display: flex; flex-direction: column; }
.hero-status { display: flex; justify-content: space-between; color: rgba(255,255,255,.37); font: 9px/1 system-ui; letter-spacing: .19em; }
.hero-status span:first-child { display: flex; align-items: center; gap: 10px; }
.hero-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); animation: pulse 2s infinite; }
.hero-content { margin-top: auto; margin-bottom: auto; }
.hero-label { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; color: var(--cyan); font-size: 12px; font-weight: 650; letter-spacing: .16em; }
.hero-label i { color: rgba(255,255,255,.3); font-style: normal; }
.hero-title { margin: 0; width: 100%; font-size: clamp(72px, 8.6vw, 138px); line-height: .83; letter-spacing: -.065em; font-weight: 650; }
.title-row { position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.title-row b { display: block; font-weight: inherit; }
.title-row em { margin: 0 0 10px 22px; color: rgba(255,255,255,.23); font: normal 9px/1 system-ui; letter-spacing: 0; }
.title-row-b { padding-left: 8vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.82); }
.title-row-c { justify-content: flex-end; color: var(--lime); text-shadow: 0 0 42px rgba(156,255,56,.16); }
.title-row-c b { letter-spacing: .08em; }
.split-char { display: inline-block; transform: translateY(120%) rotate(8deg); opacity: 0; transition: transform 1s var(--ease), opacity .8s; }
.hero.ready .split-char { transform: translateY(0) rotate(0); opacity: 1; }
.hero-foot { max-width: 850px; margin: 34px 0 0 auto; display: flex; justify-content: flex-end; align-items: center; gap: 80px; }
.hero-foot p { max-width: 520px; margin: 0; color: rgba(255,255,255,.56); font-size: 15px; line-height: 1.85; }
.hero-cta { width: 118px; height: 118px; padding: 24px; flex: 0 0 auto; display: flex; flex-direction: column; justify-content: space-between; color: var(--black); border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 1px rgba(72,231,238,.32), 0 0 80px rgba(72,231,238,.12); font: 700 9px/1.35 system-ui; letter-spacing: .08em; transition: border-radius .4s var(--ease), background .3s; }
.hero-cta:hover { border-radius: 26%; background: var(--lime); }
.hero-cta i { align-self: flex-end; font: normal 22px/1 system-ui; }
.hero-terminal { position: absolute; right: 4vw; top: 18%; width: 340px; border: 1px solid rgba(72,231,238,.16); border-radius: 7px; background: rgba(1,9,11,.52); backdrop-filter: blur(14px); box-shadow: 0 24px 80px rgba(0,0,0,.2); }
.terminal-top { height: 38px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.07); font: 8px/1 system-ui; letter-spacing: .12em; }
.terminal-top i { display: flex; align-items: center; gap: 6px; color: var(--lime); font-style: normal; }
.terminal-top b { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
.terminal-body { min-height: 70px; padding: 20px 14px; display: flex; align-items: flex-start; gap: 8px; color: rgba(255,255,255,.7); font: 11px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; }
.terminal-body p { margin: 0; }
.terminal-prefix { color: var(--cyan); }
.terminal-caret { width: 6px; height: 14px; background: var(--lime); animation: blink .8s steps(1) infinite; }
.terminal-tags { min-height: 36px; padding: 0 12px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.25); border-top: 1px solid rgba(255,255,255,.07); font: 7px/1 system-ui; letter-spacing: .08em; }
.hero-index { display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.25); font: 8px/1 system-ui; letter-spacing: .16em; }
.hero-index i { width: 60px; height: 1px; background: rgba(255,255,255,.14); }
.hero-index span:last-child { margin-left: auto; }

/* Shared sections */
.section-rail { position: absolute; left: 22px; top: 130px; bottom: 130px; width: 24px; display: flex; flex-direction: column; align-items: center; color: rgba(7,17,19,.38); font: 700 8px/1 system-ui; letter-spacing: .14em; }
.section-rail i { flex: 1; width: 1px; margin: 18px 0; background: rgba(7,17,19,.15); }
.section-rail b { writing-mode: vertical-rl; font-weight: 600; }
.section-rail-dark { color: rgba(255,255,255,.35); }
.section-rail-dark i { background: rgba(255,255,255,.12); }
.micro-title { color: var(--cyan-2); font: 700 9px/1 system-ui; letter-spacing: .19em; }
.section-code { color: rgba(7,17,19,.35); font: 8px/1 system-ui; letter-spacing: .12em; }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.section-head h2 { margin: 18px 0 0; font-size: clamp(48px, 5vw, 72px); line-height: 1.08; letter-spacing: -.05em; font-weight: 650; }
.section-head h2 em { color: #7f8d8a; font-style: normal; font-weight: 450; }
.section-head > p { max-width: 430px; margin: 0; color: #6f7d7b; font-size: 14px; line-height: 1.9; }
.section-head.light { color: white; }
.section-head.light h2 em { color: rgba(255,255,255,.38); }
.section-head.light > p { color: rgba(255,255,255,.48); }

.manifesto { position: relative; padding: 145px 0 155px; background: var(--paper); }
.manifesto-top { display: flex; justify-content: space-between; }
.manifesto-text { margin: 90px 0 115px; font-size: clamp(44px, 5vw, 72px); line-height: 1.28; letter-spacing: -.048em; font-weight: 570; }
.manifesto-text span { color: transparent; background: linear-gradient(90deg, var(--cyan-2), #5e7990, var(--violet)); -webkit-background-clip: text; background-clip: text; }
.manifesto-bottom { display: grid; grid-template-columns: 1fr .8fr; gap: 120px; align-items: center; }
.manifesto-copy { padding-left: 8vw; }
.manifesto-copy h2 { margin: 0 0 30px; font-size: 30px; line-height: 1.5; letter-spacing: -.025em; }
.manifesto-copy p { margin: 0; max-width: 600px; color: #667472; font-size: 15px; line-height: 2; }
.manifesto-signal { position: relative; min-height: 440px; padding: 25px; border: 1px solid rgba(7,17,19,.14); border-radius: 12px; background: rgba(255,255,255,.34); box-shadow: 0 35px 90px rgba(7,17,19,.08); overflow: hidden; }
.manifesto-signal::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(25,174,189,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(25,174,189,.07) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle, black, transparent 73%); }
.signal-head { position: relative; display: flex; justify-content: space-between; color: #70807d; font: 8px/1 system-ui; letter-spacing: .13em; }
.signal-head b { color: var(--cyan-2); }
.signal-orbit { position: relative; width: 250px; height: 250px; margin: 50px auto 35px; display: grid; place-items: center; }
.signal-orbit i { position: absolute; border: 1px solid rgba(25,174,189,.22); border-radius: 50%; }
.signal-orbit i:nth-child(1) { inset: 0; animation: spin 18s linear infinite; border-top-color: var(--cyan-2); }
.signal-orbit i:nth-child(2) { inset: 27px; animation: spin 12s linear infinite reverse; border-right-color: var(--violet); }
.signal-orbit i:nth-child(3) { inset: 57px; animation: spin 8s linear infinite; border-bottom-color: var(--lime); }
.signal-orbit i:nth-child(4) { inset: 88px; background: radial-gradient(circle at 36% 32%, rgba(72,231,238,.5), rgba(7,17,19,.92) 58%); box-shadow: 0 0 60px rgba(25,174,189,.22); }
.signal-orbit > b { position: relative; color: white; font: 700 22px/1 system-ui; letter-spacing: .1em; }
.signal-orbit > span { position: absolute; left: 29px; top: 53px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 15px var(--lime); animation: pulse 2s infinite; }
.signal-data { position: relative; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.signal-data span { padding-top: 17px; display: grid; gap: 7px; }
.signal-data small { color: #82908e; font: 7px/1 system-ui; letter-spacing: .13em; }
.signal-data b { font: 700 9px/1 system-ui; letter-spacing: .08em; }

/* Capability bento */
.capabilities { position: relative; padding: 145px 0 160px; color: white; background: var(--ink); overflow: hidden; }
.capabilities::before { content: ""; position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 15% 35%, rgba(139,92,255,.18), transparent 25%), radial-gradient(circle at 80% 20%, rgba(72,231,238,.15), transparent 27%); }
.bento-grid { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(170px, auto); gap: 14px; }
.bento { position: relative; min-height: 420px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018)); box-shadow: inset 0 1px rgba(255,255,255,.05); overflow: hidden; transform-style: preserve-3d; }
.bento::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(72,231,238,.13), transparent 34%); opacity: 0; transition: opacity .3s; }
.bento:hover::after { opacity: 1; }
.bento-ai { grid-column: span 7; min-height: 540px; }
.bento-agent { grid-column: span 5; min-height: 540px; }
.bento-software { grid-column: span 5; }
.bento-data { grid-column: span 4; }
.bento-evolve { grid-column: span 3; }
.bento-meta { position: relative; z-index: 2; display: grid; grid-template-columns: 28px 1fr auto; color: rgba(255,255,255,.34); font: 8px/1 system-ui; letter-spacing: .14em; }
.bento-meta span { color: var(--cyan); }
.bento-meta i { color: rgba(255,255,255,.6); font: normal 18px/1 system-ui; }
.bento-copy { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 58px; transform: translateZ(28px); }
.bento-copy h3 { margin: 0 0 13px; font-size: 26px; letter-spacing: -.03em; }
.bento-copy p { max-width: 550px; margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.8; }
.tech-list { position: absolute; z-index: 3; left: 28px; right: 28px; bottom: 22px; display: flex; gap: 16px; color: rgba(72,231,238,.56); font: 7px/1 system-ui; letter-spacing: .12em; }
.neural-sphere { position: absolute; top: 36px; right: 24px; width: 310px; height: 310px; border-radius: 50%; background: radial-gradient(circle at 38% 32%, rgba(72,231,238,.34), rgba(9,22,24,.2) 42%, rgba(2,6,7,.88) 70%); box-shadow: inset -25px -30px 70px rgba(139,92,255,.2), 0 0 100px rgba(72,231,238,.12); }
.neural-sphere::before { content: ""; position: absolute; inset: 12%; border-radius: 50%; background-image: radial-gradient(circle, var(--cyan) 0 1px, transparent 1.7px); background-size: 18px 18px; mask-image: radial-gradient(circle, black 20%, transparent 70%); animation: neuralDrift 8s linear infinite; }
.neural-sphere i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.neural-sphere i:nth-child(1) { left: 22%; top: 34%; }.neural-sphere i:nth-child(2) { left: 67%; top: 23%; }.neural-sphere i:nth-child(3) { left: 73%; top: 68%; }.neural-sphere i:nth-child(4) { left: 32%; top: 76%; }.neural-sphere i:nth-child(5) { left: 49%; top: 48%; }
.neural-sphere span { position: absolute; inset: -5px; border: 1px solid rgba(72,231,238,.18); border-radius: 50%; border-left-color: var(--cyan); animation: spin 14s linear infinite; }
.agent-flow { position: absolute; left: 28px; right: 28px; top: 115px; height: 160px; display: flex; align-items: center; justify-content: center; }
.agent-flow > div { min-width: 96px; padding: 14px; display: grid; gap: 6px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.03); }
.agent-flow small { color: rgba(255,255,255,.3); font: 7px/1 system-ui; }
.agent-flow b { font-size: 11px; }
.agent-flow > i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(72,231,238,.1), var(--cyan), rgba(72,231,238,.1)); position: relative; overflow: hidden; }
.agent-flow > i::after { content: ""; position: absolute; width: 28px; height: 100%; background: white; filter: blur(3px); animation: dataFlow 1.6s linear infinite; }
.agent-flow .agent-core { min-width: 104px; height: 104px; place-items: center; align-content: center; border-radius: 50%; border-color: rgba(72,231,238,.4); background: radial-gradient(circle, rgba(72,231,238,.22), rgba(72,231,238,.04)); box-shadow: 0 0 50px rgba(72,231,238,.12); }
.agent-core span { color: var(--cyan); font: 700 27px/1 system-ui; }
.agent-core b { color: rgba(255,255,255,.45); font: 8px/1 system-ui; letter-spacing: .13em; }
.code-window { position: absolute; left: 28px; right: 28px; top: 84px; min-height: 190px; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; background: rgba(0,0,0,.22); overflow: hidden; }
.code-top { height: 34px; padding: 0 11px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid rgba(255,255,255,.07); }
.code-top span { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.18); }
.code-top b { margin-left: auto; color: rgba(255,255,255,.3); font: 7px/1 system-ui; }
.code-window pre { margin: 0; padding: 18px; color: rgba(255,255,255,.62); font: 10px/1.7 ui-monospace, SFMono-Regular, Menlo, monospace; }
.code-window pre i { color: rgba(255,255,255,.2); font-style: normal; }.code-window pre em { color: var(--violet); font-style: normal; }.code-window pre b { color: var(--lime); font-weight: 400; }
.data-viz { position: absolute; left: 28px; right: 28px; top: 100px; height: 160px; display: flex; align-items: flex-end; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
.data-viz i { position: relative; flex: 1; height: var(--h); background: linear-gradient(var(--cyan), rgba(72,231,238,.08)); border-radius: 2px 2px 0 0; animation: barPulse 3s ease-in-out infinite alternate; }
.data-viz i:nth-child(2n) { animation-delay: -.9s; }
.data-viz span { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 100% 25%; }
.evolve-rings { position: absolute; top: 65px; left: 50%; width: 180px; height: 180px; transform: translateX(-50%); display: grid; place-items: center; }
.evolve-rings i { position: absolute; border: 1px solid rgba(72,231,238,.16); border-radius: 50%; animation: spin 10s linear infinite; }
.evolve-rings i:nth-child(1) { inset: 0; border-top-color: var(--cyan); }.evolve-rings i:nth-child(2) { inset: 25px; border-left-color: var(--violet); animation-direction: reverse; }.evolve-rings i:nth-child(3) { inset: 52px; border-bottom-color: var(--lime); animation-duration: 6s; }
.evolve-rings span { color: var(--lime); font: 300 40px/1 system-ui; }

/* Solutions */
.work { position: relative; padding: 145px 0 160px; background: var(--paper); }
.work-list { border-top: 1px solid var(--line); }
.work-item { position: relative; min-height: 280px; padding: 42px 70px 42px 0; display: grid; grid-template-columns: 70px 1fr 320px; gap: 45px; align-items: center; border-bottom: 1px solid var(--line); overflow: hidden; transition: padding .4s var(--ease), background .3s; }
.work-item::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--ink); transform: translateY(102%); transition: transform .55s var(--ease); }
.work-item:hover { padding-left: 25px; color: white; }
.work-item:hover::before { transform: translateY(0); }
.work-num { align-self: start; color: var(--cyan-2); font: 700 10px/1 system-ui; }
.work-name small { color: var(--cyan-2); font: 700 8px/1 system-ui; letter-spacing: .15em; }
.work-name h3 { margin: 13px 0 14px; font-size: 30px; letter-spacing: -.035em; }
.work-name p { max-width: 570px; margin: 0; color: #6d7b79; font-size: 13px; line-height: 1.8; transition: color .3s; }
.work-item:hover .work-name p { color: rgba(255,255,255,.45); }
.work-name > div { display: flex; gap: 9px; margin-top: 22px; }
.work-name > div span { padding: 6px 9px; border: 1px solid rgba(7,17,19,.12); border-radius: 2px; color: #65726f; font-size: 8px; transition: color .3s, border .3s; }
.work-item:hover .work-name > div span { color: rgba(255,255,255,.5); border-color: rgba(255,255,255,.12); }
.work-visual { position: relative; height: 170px; border: 1px solid rgba(7,17,19,.1); border-radius: 8px; background: rgba(255,255,255,.35); transition: border .3s, transform .5s var(--ease), background .3s; }
.work-item:hover .work-visual { transform: scale(1.04) rotate(-1deg); border-color: rgba(72,231,238,.2); background: rgba(255,255,255,.04); }
.work-arrow { position: absolute; right: 14px; top: 50%; color: #8a9694; font-size: 22px; transform: translateY(-50%); transition: color .3s, transform .3s; }
.work-item:hover .work-arrow { color: var(--lime); transform: translateY(-50%) rotate(45deg); }
.knowledge-visual { display: grid; place-items: center; overflow: hidden; }
.knowledge-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(25,174,189,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(25,174,189,.08) 1px, transparent 1px); background-size: 25px 25px; }
.knowledge-visual i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan-2); box-shadow: 0 0 13px rgba(25,174,189,.6); }
.knowledge-visual i:nth-child(1) { left: 18%; top: 25%; }.knowledge-visual i:nth-child(2) { right: 16%; top: 28%; }.knowledge-visual i:nth-child(3) { left: 25%; bottom: 20%; }
.knowledge-core { position: relative; width: 62px; height: 62px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--ink); font: 700 10px/1 system-ui; box-shadow: 0 0 0 14px rgba(25,174,189,.08); }
.knowledge-visual b { position: absolute; inset: 20px; border: 1px solid rgba(25,174,189,.15); border-radius: 50%; animation: spin 12s linear infinite; border-top-color: var(--cyan); }
.automation-visual { display: flex; align-items: center; justify-content: center; padding: 30px; }
.automation-visual span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(25,174,189,.22); border-radius: 50%; color: var(--cyan-2); background: rgba(25,174,189,.07); font: 700 9px/1 system-ui; }
.automation-visual span:nth-of-type(2) { color: white; background: var(--ink); box-shadow: 0 0 30px rgba(72,231,238,.17); }
.automation-visual i { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan-2), transparent); animation: lineGlow 1.8s linear infinite; }
.product-visual { overflow: hidden; }
.product-visual span { position: absolute; inset: 17px; border: 1px solid rgba(25,174,189,.16); border-radius: 5px; }
.product-visual i { position: absolute; left: 17px; top: 17px; bottom: 17px; width: 44px; border-right: 1px solid rgba(25,174,189,.14); background-image: radial-gradient(circle, var(--cyan-2) 0 2px, transparent 2px); background-size: 100% 29px; background-position: center 13px; }
.product-visual b { position: absolute; left: 78px; right: 30px; top: 42px; height: 44px; border-radius: 4px; background: linear-gradient(90deg, rgba(25,174,189,.18), rgba(139,92,255,.08)); }
.product-visual em { position: absolute; left: 78px; right: 30px; bottom: 38px; height: 26px; background: repeating-linear-gradient(90deg, rgba(25,174,189,.18) 0 16%, transparent 16% 20%); }

/* Engine */
.engine-room { position: relative; padding: 155px 0; color: white; background: #061012; overflow: hidden; }
.engine-background { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; opacity: .025; transform: rotate(-8deg) scale(1.15); pointer-events: none; }
.engine-background span { font: 800 clamp(140px, 19vw, 300px)/.67 system-ui; letter-spacing: -.07em; white-space: nowrap; }
.engine-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; align-items: center; }
.engine-copy h2 { margin: 25px 0 30px; font-size: clamp(50px, 5.3vw, 76px); line-height: 1.06; letter-spacing: -.055em; }
.engine-copy h2 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.48); font-style: normal; font-weight: 500; }
.engine-copy p { max-width: 540px; color: rgba(255,255,255,.47); font-size: 14px; line-height: 1.95; }
.engine-stack { border-top: 1px solid var(--line-light); }
.engine-card { min-height: 170px; display: grid; grid-template-columns: 48px 1fr auto; gap: 24px; align-items: center; border-bottom: 1px solid var(--line-light); transition: padding .35s var(--ease), background .3s; }
.engine-card:hover { padding: 0 22px; background: rgba(72,231,238,.04); }
.engine-card > span { color: var(--cyan); font: 700 9px/1 system-ui; }
.engine-card small { color: rgba(255,255,255,.3); font: 8px/1 system-ui; letter-spacing: .14em; }
.engine-card h3 { margin: 9px 0; font-size: 22px; }
.engine-card p { margin: 0; color: rgba(255,255,255,.42); font-size: 12px; line-height: 1.7; }
.engine-card > i { color: rgba(255,255,255,.35); font-style: normal; font-size: 18px; transition: color .3s, transform .3s; }
.engine-card:hover > i { color: var(--lime); transform: rotate(45deg); }

/* Process */
.process { position: relative; padding: 145px 0 160px; background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-card { position: relative; min-height: 380px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: color .35s, background .35s, transform .35s var(--ease); }
.process-card::before { content: ""; position: absolute; inset: auto -30% -50% 30%; height: 210px; border-radius: 50%; background: rgba(72,231,238,.15); filter: blur(55px); opacity: 0; transition: opacity .35s; }
.process-card:hover { z-index: 2; color: white; background: var(--ink); transform: translateY(-7px); box-shadow: 0 30px 70px rgba(7,17,19,.13); }
.process-card:hover::before { opacity: 1; }
.process-card > span { color: var(--cyan-2); font: 700 10px/1 system-ui; }
.process-card > small { position: absolute; right: 28px; top: 28px; color: #899693; font: 8px/1 system-ui; letter-spacing: .12em; }
.process-card h3 { margin: 92px 0 18px; font-size: 26px; }
.process-card p { margin: 0; color: #71807d; font-size: 13px; line-height: 1.85; transition: color .3s; }
.process-card:hover p { color: rgba(255,255,255,.45); }
.process-card > div { position: absolute; left: 28px; right: 28px; bottom: 30px; display: flex; align-items: center; gap: 9px; color: #7d8987; font: 8px/1 system-ui; letter-spacing: .08em; }
.process-card > div i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }

/* Contact/footer */
.contact { position: relative; min-height: 900px; padding: 135px 0 110px; color: white; background: var(--black); overflow: hidden; isolation: isolate; }
#contactCanvas { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; opacity: .62; }
.contact-grid-bg { position: absolute; z-index: -3; inset: 0; background-image: linear-gradient(rgba(72,231,238,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(72,231,238,.07) 1px, transparent 1px); background-size: 62px 62px; mask-image: radial-gradient(circle at 65% 50%, black, transparent 68%); }
.contact-top { display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.34); font: 8px/1 system-ui; letter-spacing: .16em; }
.contact-top i { flex: 1; height: 1px; background: rgba(255,255,255,.1); }
.contact-title { max-width: 1050px; margin: 80px 0 95px; font-size: clamp(64px, 7.4vw, 108px); line-height: .98; letter-spacing: -.065em; font-weight: 600; }
.contact-title span { color: var(--lime); text-shadow: 0 0 50px rgba(156,255,56,.13); }
.contact-bottom { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: end; }
.contact-actions { display: flex; align-items: center; gap: 28px; }
.contact-button { position: relative; width: 230px; height: 82px; padding: 0 23px; display: grid; grid-template-columns: 1fr auto; align-content: center; color: var(--black); background: var(--lime); overflow: hidden; }
.contact-button::before { content: ""; position: absolute; inset: 0; background: var(--cyan); transform: translateX(-102%); transition: transform .45s var(--ease); }
.contact-button:hover::before { transform: translateX(0); }
.contact-button span, .contact-button small, .contact-button i { position: relative; z-index: 1; }
.contact-button span { font-size: 15px; font-weight: 750; }.contact-button small { margin-top: 5px; font: 9px/1 system-ui; letter-spacing: .08em; }.contact-button i { grid-row: 1 / span 2; grid-column: 2; align-self: center; font: normal 24px/1 system-ui; transition: transform .3s; }.contact-button:hover i { transform: rotate(45deg); }
.contact-actions p { color: rgba(255,255,255,.38); font-size: 11px; line-height: 1.8; }
.contact-card { padding: 28px; display: grid; grid-template-columns: 160px 1fr; gap: 32px; border: 1px solid rgba(72,231,238,.17); border-radius: 12px; background: rgba(255,255,255,.045); backdrop-filter: blur(15px); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.qr { align-self: start; padding: 11px; color: var(--ink); border-radius: 7px; background: white; }.qr img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; }.qr span { display: block; margin-top: 7px; text-align: center; color: #596966; font-size: 9px; }
.contact-details { display: grid; gap: 16px; }
.contact-details > div { padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.09); }.contact-details > div:last-child { padding: 0; border: 0; }
.contact-details small { display: block; margin-bottom: 6px; color: var(--cyan); font: 7px/1 system-ui; letter-spacing: .14em; }.contact-details strong { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.7; font-weight: 500; }
.footer { color: white; background: #020405; }
.footer-main { min-height: 220px; display: grid; grid-template-columns: .8fr 1.2fr 1fr; align-items: center; gap: 70px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-logo { width: 180px; }.footer-logo img { width: 100%; height: auto; object-fit: contain; filter: brightness(0) invert(1); }
.footer-main > p { color: rgba(255,255,255,.48); font: 600 13px/1.6 system-ui; letter-spacing: .11em; }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 38px; }.footer-main nav a { color: rgba(255,255,255,.42); font-size: 11px; transition: color .2s; }.footer-main nav a:hover { color: var(--lime); }
.footer-bottom { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: rgba(255,255,255,.26); font: 8px/1 system-ui; letter-spacing: .1em; }.footer-bottom > a:nth-child(2) { justify-self: center; }.footer-bottom > a:last-child { justify-self: end; }.footer-bottom a { transition: color .2s; }.footer-bottom a:hover { color: var(--cyan); }
.float-contact { position: fixed; z-index: 150; right: 25px; bottom: 24px; height: 46px; padding: 0 16px; display: flex; align-items: center; gap: 11px; color: var(--black); border-radius: 999px; background: var(--lime); box-shadow: 0 15px 45px rgba(0,0,0,.24); font: 700 10px/1 system-ui; letter-spacing: .07em; }.float-contact > i { width: 7px; height: 7px; border-radius: 50%; background: var(--black); animation: pulse 2s infinite; }.float-contact b { font-size: 14px; }

/* Motion */
.reveal { opacity: 0; transform: translateY(38px); transition: opacity .85s var(--ease), transform .85s var(--ease); transition-delay: calc(var(--delay, 0) * 100ms); }
.reveal[data-delay="1"] { --delay: 1; }.reveal[data-delay="2"] { --delay: 2; }.reveal[data-delay="3"] { --delay: 3; }.reveal[data-delay="4"] { --delay: 4; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.tilt-card { transform-style: preserve-3d; will-change: transform; }
@keyframes loaderOrbit { to { transform: rotate(360deg); } }
@keyframes pulse { 0%,100% { opacity: .55; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.18); } }
@keyframes blink { 0%,49% { opacity: 1; } 50%,100% { opacity: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes neuralDrift { to { transform: rotate(360deg) scale(1.12); } }
@keyframes dataFlow { from { transform: translateX(-35px); } to { transform: translateX(160px); } }
@keyframes barPulse { to { filter: brightness(1.45); transform: scaleY(.78); transform-origin: bottom; } }
@keyframes lineGlow { 50% { filter: brightness(2); box-shadow: 0 0 12px var(--cyan); } }

@media (max-width: 1120px) {
  :root { --shell: min(calc(100% - 76px), 1100px); }
  .nav-links { gap: 20px; }
  .hero-terminal { right: 3vw; width: 300px; }
  .manifesto-bottom { gap: 70px; }
  .bento-ai, .bento-agent { grid-column: span 6; }
  .bento-software { grid-column: span 6; }.bento-data, .bento-evolve { grid-column: span 3; }
  .work-item { grid-template-columns: 55px 1fr 260px; gap: 25px; }
  .engine-grid { gap: 75px; }
  .contact-bottom { gap: 55px; }
}

@media (max-width: 850px) {
  :root { --shell: min(calc(100% - 42px), 760px); }
  .cursor-dot, .cursor-ring { display: none; }
  .header, .header.scrolled { height: 72px; }
  .logo { width: 152px; }.logo img { width: 145px; }
  .nav-links, .nav-contact { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 72px 0 auto; padding: 18px 21px 28px; display: grid; color: white; background: rgba(2,6,7,.97); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,.1); opacity: 0; transform: translateY(-120%); pointer-events: none; transition: opacity .3s, transform .35s var(--ease); }.mobile-menu.open { opacity: 1; transform: translateY(0); pointer-events: auto; }.mobile-menu a { padding: 15px 0; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.08); }.mobile-menu small { color: var(--cyan); font: 8px/1 system-ui; }.mobile-menu span { font-size: 16px; }
  .hero { height: auto; min-height: 920px; }.hero-frame { min-height: 920px; padding-top: 110px; }.hero-title { font-size: clamp(62px, 13vw, 96px); }.title-row-b { padding-left: 0; }.hero-terminal { position: relative; top: auto; right: auto; margin: 45px 0 0 auto; }.hero-foot { margin-top: 32px; gap: 40px; }.hero-cta { width: 105px; height: 105px; }
  .section-rail { display: none; }
  .manifesto, .capabilities, .work, .process { padding: 105px 0; }
  .manifesto-text { margin: 65px 0 80px; }.manifesto-bottom { grid-template-columns: 1fr; }.manifesto-copy { padding-left: 0; }.manifesto-signal { max-width: 540px; width: 100%; margin-inline: auto; }
  .section-head { grid-template-columns: 1fr; gap: 30px; }.section-head > p { max-width: 560px; }
  .bento-ai, .bento-agent, .bento-software { grid-column: span 12; }.bento-data, .bento-evolve { grid-column: span 6; }
  .work-item { grid-template-columns: 45px 1fr; padding-right: 50px; }.work-visual { grid-column: 2; width: 100%; max-width: 420px; }.work-item:hover { padding-left: 15px; }
  .engine-room { padding: 110px 0; }.engine-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .contact { min-height: auto; padding: 105px 0; }.contact-title { margin: 65px 0 80px; }.contact-bottom { grid-template-columns: 1fr; }.contact-card { max-width: 600px; }
  .footer-main { grid-template-columns: 1fr 1fr; padding: 55px 0; }.footer-main nav { grid-column: span 2; }.footer-bottom { padding: 25px 0 90px; grid-template-columns: 1fr 1fr; gap: 18px; }.footer-bottom > a:nth-child(2) { justify-self: end; }.footer-bottom > a:last-child { justify-self: start; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 30px); }
  .loader-meta span { font-size: 8px; }.loader-meta b { font-size: 31px; }
  .hero { min-height: 880px; }.hero-frame { min-height: 880px; padding-top: 98px; }.hero-status span:last-child { display: none; }.hero-content { margin-top: 105px; margin-bottom: 0; }.hero-label { font-size: 10px; }.hero-title { font-size: 54px; line-height: .91; }.title-row em { display: none; }.title-row-c { justify-content: flex-start; }.hero-foot { display: block; }.hero-foot p { font-size: 14px; }.hero-cta { width: 88px; height: 88px; margin: 28px 0 0 auto; padding: 18px; font-size: 7px; }.hero-terminal { width: 100%; margin-top: 34px; }.hero-index { margin-top: auto; }
  .manifesto, .capabilities, .work, .process { padding: 80px 0; }.manifesto-top .section-code { display: none; }.manifesto-text { margin: 55px 0 65px; font-size: 36px; }.manifesto-copy h2 { font-size: 25px; }.manifesto-signal { min-height: 390px; }.signal-orbit { width: 220px; height: 220px; margin-top: 45px; }
  .section-head { margin-bottom: 48px; }.section-head h2 { font-size: 42px; }.section-head > p { font-size: 13px; }
  .bento { min-height: 430px; padding: 22px; }.bento-ai, .bento-agent, .bento-software, .bento-data, .bento-evolve { grid-column: span 12; }.bento-copy { left: 22px; right: 22px; bottom: 54px; }.bento-copy h3 { font-size: 23px; }.tech-list { left: 22px; right: 22px; }.neural-sphere { width: 250px; height: 250px; right: -50px; }.agent-flow { left: 16px; right: 16px; }.agent-flow > div { min-width: 70px; padding: 10px; }.agent-flow .agent-core { min-width: 86px; height: 86px; }.bento-data, .bento-evolve { min-height: 380px; }
  .work-item { grid-template-columns: 34px 1fr; padding: 30px 36px 30px 0; }.work-name h3 { font-size: 24px; }.work-name > div { flex-wrap: wrap; }.work-visual { height: 145px; }
  .engine-room { padding: 85px 0; }.engine-copy h2 { font-size: 45px; }.engine-card { grid-template-columns: 32px 1fr auto; gap: 14px; }.engine-card p { display: none; }
  .process-grid { grid-template-columns: 1fr; }.process-card { min-height: 330px; }
  .contact { padding: 85px 0; }.contact-top span:last-child { display: none; }.contact-title { margin: 55px 0 65px; font-size: 50px; }.contact-actions { align-items: flex-start; flex-direction: column; }.contact-button { width: 100%; }.contact-card { grid-template-columns: 1fr; }.qr { width: 170px; margin-inline: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }.footer-main nav { grid-column: auto; }.footer-bottom { grid-template-columns: 1fr; align-items: start; }.footer-bottom > a:nth-child(2), .footer-bottom > a:last-child { justify-self: start; }.float-contact { right: 14px; bottom: 14px; width: 46px; padding: 0; justify-content: center; }.float-contact span, .float-contact b { display: none; }
}

@media (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .split-char { opacity: 1 !important; transform: none !important; }
  .loader { display: none; }
}
