:root {
  --black: #020306;
  --black-soft: #090b10;
  --paper: #eeede8;
  --paper-soft: #d8d7d2;
  --white: #f7f8fa;
  --blue: #187cff;
  --blue-bright: #66caff;
  --titanium: #b6a98f;
  --muted: #858991;
  --dark-line: rgba(255, 255, 255, 0.14);
  --paper-line: rgba(3, 5, 9, 0.18);
  --page: min(1380px, calc(100vw - 80px));
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); scrollbar-width: none; -ms-overflow-style: none; }
html::-webkit-scrollbar, body::-webkit-scrollbar { width: 0; height: 0; display: none; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
  font-family: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.is-loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: white; background: var(--blue); }

.grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0.045;
  pointer-events: none;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.pointer-aura {
  position: fixed;
  z-index: 1;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(32, 125, 255, 0.08), transparent 68%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
body:hover .pointer-aura { opacity: 1; }

.entry-loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 28px;
  padding: 34px 42px;
  color: var(--white);
  background: #010205;
  transition: clip-path 1s var(--ease) 0.15s, visibility 0s linear 1.2s;
  clip-path: inset(0 0 0 0);
}
.js .entry-loader { display: grid; }
.entry-loader.is-complete { clip-path: inset(0 0 100% 0); visibility: hidden; }
.loader-manifest { position: absolute; top: 47%; left: 50%; width: min(760px, 56vw); display: grid; gap: 28px; opacity: 0; transform: translate(-50%, calc(-50% + 22px)); animation: loader-copy-in 0.8s var(--ease) 0.12s forwards; }
.loader-status { display: flex; justify-content: space-between; margin: 0; color: #657080; font: 8px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.18em; }
.loader-status span:first-child { display: flex; align-items: center; gap: 10px; }
.loader-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 12px var(--blue); animation: loader-status-pulse 1.1s ease-in-out infinite; }
.loader-manifest h2 { margin: 0; color: var(--white); font-size: clamp(54px, 6.2vw, 108px); font-weight: 560; line-height: 0.92; letter-spacing: -0.075em; }
.loader-manifest h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(102, 202, 255, 0.82); }
.loader-signals { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.15); color: #76808c; font: 7px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.16em; }
.loader-signals span:nth-child(2) { text-align: center; }.loader-signals span:last-child { text-align: right; }
.loader-brand { display: flex; align-items: center; gap: 12px; font: 11px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.22em; }
.loader-brand img { width: 30px; filter: drop-shadow(0 0 12px rgba(24, 124, 255, 0.7)); animation: loader-spin 2s linear infinite; }
.loader-track { height: 1px; margin-bottom: 14px; overflow: hidden; background: rgba(255, 255, 255, 0.14); }
.loader-track i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--blue-bright)); transform: scaleX(0); transform-origin: left; }
.loader-count { min-width: 40px; color: #94a1af; font: 10px/1 "SFMono-Regular", Consolas, monospace; text-align: right; }

.scroll-line { position: fixed; top: 0; bottom: 0; right: 12px; z-index: 80; width: 2px; background: rgba(255, 255, 255, 0.04); }
.scroll-line i { display: block; width: 100%; height: 100%; background: var(--blue-bright); box-shadow: 0 0 12px var(--blue); transform: scaleY(0); transform-origin: top; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  min-height: 90px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 42px;
  border-bottom: 1px solid transparent;
  transition: min-height 0.4s var(--ease), background 0.4s ease, border-color 0.4s ease;
}
.site-header.is-scrolled { min-height: 70px; border-color: rgba(255, 255, 255, 0.1); background: rgba(2, 3, 6, 0.76); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; }
.brand > img { width: 38px; height: 38px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(24, 124, 255, 0.4)); }
.brand > span { display: grid; gap: 2px; }
.brand b { font-size: 15px; font-weight: 620; letter-spacing: 0.16em; }
.brand small { color: #7e8894; font: 8px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.3em; }
.header-note { margin: 0; justify-self: center; color: rgba(255, 255, 255, 0.46); font: 8px/1.5 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.18em; text-align: center; }
.site-nav { justify-self: end; display: flex; gap: 26px; }
.site-nav a { position: relative; padding: 8px 0; color: rgba(255, 255, 255, 0.68); font-size: 12px; letter-spacing: 0.08em; transition: color 0.4s ease, text-shadow 0.4s ease; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--blue-bright); box-shadow: 0 0 9px rgba(102, 202, 255, 0.65); opacity: 0; transition: right 0.5s var(--ease), opacity 0.35s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.is-active { color: var(--white); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { right: 0; opacity: 1; }
.site-nav a.is-active { text-shadow: 0 0 18px rgba(102, 202, 255, 0.2); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #010205;
}
.hero-media { position: absolute; inset: 0; transform: scale(1.075); will-change: transform; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1, 2, 5, 0.62) 0%, rgba(1, 2, 5, 0.1) 42%, rgba(1, 2, 5, 0.03) 72%), linear-gradient(0deg, rgba(1, 2, 5, 0.62), transparent 45%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.8s var(--ease); will-change: transform; }
.hero-light { position: absolute; top: 12%; right: 12%; width: 32vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(41, 145, 255, 0.14), transparent 68%); filter: blur(20px); animation: breathe 5s ease-in-out infinite; }
.hero-shutter { position: absolute; z-index: 5; top: 0; bottom: 0; width: 52%; background: #020306; transition: transform 1.45s var(--ease) 0.35s; }
.shutter-a { left: 0; }.shutter-b { right: 0; }
body.is-ready .shutter-a { transform: translateX(-102%); }
body.is-ready .shutter-b { transform: translateX(102%); }

.hero-copy { position: relative; z-index: 10; width: var(--page); min-height: 100svh; margin: 0 auto; padding: 142px 0 52px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-kicker { display: flex; justify-content: space-between; width: min(610px, 48vw); margin: 0; color: rgba(255, 255, 255, 0.55); font: 9px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.16em; opacity: 0; transform: translateY(16px); transition: opacity 0.7s ease 1s, transform 0.7s var(--ease) 1s; }
body.is-ready .hero-kicker { opacity: 1; transform: none; }
.hero h1 { margin: auto 0 2vh; font-weight: 610; line-height: 0.76; letter-spacing: -0.09em; }
.title-line { display: block; width: fit-content; font-size: clamp(112px, 15vw, 260px); opacity: 0; transform: translateY(70px); transition: opacity 1s ease, transform 1.2s var(--ease); }
.title-solid { color: var(--white); transition-delay: 0.82s; }
.title-hollow { margin-left: 7vw; color: transparent; -webkit-text-stroke: 1.5px rgba(239, 246, 255, 0.8); transition-delay: 0.96s; }
body.is-ready .title-line { opacity: 1; transform: none; }
.hero-footer { display: flex; align-items: end; gap: 32px; opacity: 0; transform: translateY(20px); transition: 0.8s var(--ease) 1.18s; }
body.is-ready .hero-footer { opacity: 1; transform: none; }
.hero-footer p { margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 15px; line-height: 1.75; letter-spacing: 0.05em; }
.hero-coordinate { position: absolute; z-index: 12; right: 36px; bottom: 44px; display: flex; align-items: center; gap: 12px; writing-mode: vertical-rl; color: rgba(255, 255, 255, 0.34); font: 8px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.14em; }
.hero-coordinate i { width: 1px; height: 36px; background: rgba(255, 255, 255, 0.24); }

.paper-section { color: #090a0c; background: var(--paper); }
.belief { position: relative; min-height: 1100px; padding: 64px max(40px, calc((100vw - min(1380px, calc(100vw - 80px))) / 2)) 100px; }
.paper-rail { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--paper-line); color: rgba(7, 9, 12, 0.56); font: 9px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.18em; }
.belief-copy { display: grid; grid-template-columns: 0.28fr 1fr; gap: 7vw; padding: 130px 0 110px; }
.display-index { margin: 0; color: rgba(7, 9, 12, 0.42); font: 12px/1.6 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.1em; }
.kinetic-copy { margin: 0; font-size: clamp(58px, 7.5vw, 126px); font-weight: 560; line-height: 1.08; letter-spacing: -0.075em; }
.kinetic-copy span { display: block; }
.js .kinetic-copy span { opacity: 0.12; transform: translateX(30px); transition: opacity 0.75s ease, transform 0.9s var(--ease); }
.js .kinetic-copy.is-visible span { opacity: 1; transform: none; }
.js .kinetic-copy.is-visible span:nth-child(2) { transition-delay: 0.08s; }.js .kinetic-copy.is-visible span:nth-child(3) { transition-delay: 0.16s; }.js .kinetic-copy.is-visible span:nth-child(4) { transition-delay: 0.24s; }
.kinetic-copy .blue-word { color: var(--blue); }
.belief-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; margin-left: 28%; padding-top: 26px; border-top: 1px solid var(--paper-line); }
.belief-foot p { margin: 0; max-width: 480px; font-size: 15px; line-height: 1.8; }
.belief-foot p:first-child { font-size: 22px; font-weight: 550; }

.moving-type { overflow: hidden; color: #050609; background: var(--blue); border-block: 1px solid rgba(255, 255, 255, 0.2); }
.moving-type div { width: max-content; display: flex; align-items: center; gap: 30px; padding: 22px 0; animation: marquee 24s linear infinite; }
.moving-type span { font: 11px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.22em; }
.moving-type i { width: 8px; height: 8px; border: 1px solid #050609; border-radius: 50%; }

.dark-section { background: var(--black); }
.capabilities { padding: 160px max(40px, calc((100vw - min(1380px, calc(100vw - 80px))) / 2)) 180px; }
.section-intro { display: grid; grid-template-columns: 0.8fr 1.6fr 0.7fr; align-items: end; gap: 50px; margin-bottom: 110px; }
.overline { margin: 0; color: var(--blue-bright); font: 9px/1.3 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.19em; }
.section-intro h2, .process > h2 { margin: 0; color: var(--white); font-size: clamp(54px, 6.8vw, 112px); font-weight: 540; line-height: 1.02; letter-spacing: -0.068em; }
.section-intro h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(245, 248, 255, 0.76); }
.intro-copy { margin: 0; color: #868b95; font-size: 14px; line-height: 1.9; }
.capability-stage { display: grid; grid-template-columns: minmax(380px, 0.78fr) minmax(520px, 1.22fr); gap: 8vw; align-items: start; }
.engine-figure { position: sticky; top: 104px; margin: 0; }
.image-frame { position: relative; height: min(70vh, 820px); overflow: hidden; background: #05070b; }
.image-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 110px rgba(0, 0, 0, 0.56); pointer-events: none; }
.image-frame img { width: 100%; height: 116%; object-fit: cover; object-position: center 48%; transform: translateY(var(--parallax-y, -5%)) scale(1.03); }
.image-scan { position: absolute; z-index: 2; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(125, 216, 255, 0.88), transparent); box-shadow: 0 0 22px 5px rgba(41, 141, 255, 0.45); animation: image-scan 4.5s var(--ease) infinite; }
.engine-figure figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; color: #626975; font: 8px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.13em; }
.capability-list { border-top: 1px solid var(--dark-line); }
.capability-item { position: relative; min-height: 340px; display: grid; grid-template-columns: 0.56fr 1fr; align-content: center; gap: 18px 40px; border-bottom: 1px solid var(--dark-line); }
.capability-item::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24, 124, 255, 0.12), transparent 70%); opacity: 0; transition: opacity 0.65s var(--ease); }
.capability-item:hover::before { opacity: 1; }
.capability-item > p { position: relative; margin: 0; color: #616b78; font: 8px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.17em; transition: color 0.45s ease, transform 0.65s var(--ease); }
.capability-item h3 { position: relative; grid-row: span 2; margin: 0; color: var(--white); font-size: clamp(38px, 4.2vw, 68px); font-weight: 520; letter-spacing: -0.055em; transition: color 0.45s ease, transform 0.65s var(--ease); }
.capability-item > div { position: relative; display: flex; flex-wrap: wrap; justify-content: center; justify-self: stretch; gap: 8px; transition: transform 0.65s var(--ease); }
.capability-item > div span { min-height: 36px; display: inline-grid; place-items: center; padding: 7px 12px; border: 1px solid rgba(255, 255, 255, 0.13); color: #8a929d; font-size: 10px; line-height: 1.35; text-align: center; transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease; }
.capability-item strong { position: relative; grid-column: 1 / -1; max-width: 560px; color: #a8adb6; font-size: 15px; font-weight: 400; line-height: 1.7; transition: color 0.45s ease, transform 0.65s var(--ease); }
.capability-item:hover > p, .capability-item:hover > strong { transform: translateX(12px); }
.capability-item:hover h3 { transform: translateX(-8px); }
.capability-item:hover > p { color: #7f9abc; }
.capability-item:hover > div span { color: #c6d9ee; border-color: rgba(102, 202, 255, 0.34); background: rgba(24, 124, 255, 0.06); }
.capability-item:hover strong { color: #c3c8d0; }

.systems { position: relative; min-height: 120svh; overflow: hidden; background: #03050a; }
.systems-media { position: absolute; inset: -8% 0; will-change: transform; }
.systems-media img { width: 100%; height: 116%; object-fit: cover; object-position: center; transform: translateY(var(--parallax-y, 0)); }
.systems-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 3, 7, 0.16), rgba(2, 3, 7, 0.75) 76%), linear-gradient(0deg, rgba(2, 3, 7, 0.75), transparent 35%, rgba(2, 3, 7, 0.28)); }
.systems-copy { position: relative; z-index: 2; width: var(--page); min-height: 120svh; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; text-align: right; }
.systems-copy h2 { margin: 34px 0 38px; color: var(--white); font-size: clamp(70px, 10vw, 166px); font-weight: 570; line-height: 0.88; letter-spacing: -0.085em; }
.systems-copy h2 span { display: block; }.systems-copy h2 span:nth-child(2) { color: transparent; -webkit-text-stroke: 1.2px rgba(242, 249, 255, 0.85); }
.systems-copy > p:last-child { max-width: 460px; margin: 0; color: rgba(225, 235, 246, 0.66); font-size: 15px; line-height: 1.9; }
.systems-flow { position: absolute; z-index: 3; left: 40px; right: 40px; bottom: 38px; display: flex; align-items: center; gap: 18px; color: rgba(255, 255, 255, 0.48); font: 8px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.18em; }
.systems-flow i { flex: 1; height: 1px; overflow: hidden; background: rgba(255, 255, 255, 0.2); }
.systems-flow i::after { content: ""; display: block; width: 26%; height: 100%; background: var(--blue-bright); box-shadow: 0 0 8px var(--blue); animation: data-run 3s linear infinite; }
.systems-flow i:nth-of-type(2)::after { animation-delay: -1s; }.systems-flow i:nth-of-type(3)::after { animation-delay: -2s; }

.principles { padding: 64px max(40px, calc((100vw - min(1380px, calc(100vw - 80px))) / 2)) 150px; }
.principles-heading { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 70px; align-items: end; padding: 120px 0 90px; }
.principles-heading h2 { margin: 0; font-size: clamp(54px, 7vw, 112px); font-weight: 550; line-height: 1.04; letter-spacing: -0.068em; }
.principles-heading strong { color: var(--blue); font-weight: inherit; }
.principles-heading p { margin: 0; padding-bottom: 10px; font-size: 15px; line-height: 1.8; }
.principle-list { border-top: 1px solid var(--paper-line); }
.principle-list article { position: relative; isolation: isolate; min-height: 190px; display: grid; grid-template-columns: 70px 0.8fr 1.3fr auto; align-items: center; gap: 40px; overflow: hidden; border-bottom: 1px solid var(--paper-line); transition: color 0.55s ease; }
.principle-list article::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(24, 124, 255, 0.1), rgba(24, 124, 255, 0.025) 55%, transparent); opacity: 0; transform: scaleX(0.92); transform-origin: left center; transition: opacity 0.55s ease, transform 0.7s var(--ease); }
.principle-list article:hover { color: var(--blue); }
.principle-list article:hover::before { opacity: 1; transform: scaleX(1); }
.principle-list article > * { position: relative; transition: color 0.55s ease, transform 0.7s var(--ease); }
.principle-list article:hover h3, .principle-list article:hover p { transform: translateX(14px); }
.principle-list article:hover span, .principle-list article:hover i { transform: translateX(5px); }
.principle-list span { font: 9px/1 "SFMono-Regular", Consolas, monospace; }.principle-list h3 { margin: 0; font-size: 30px; font-weight: 540; }.principle-list p { margin: 0; max-width: 480px; font-size: 14px; line-height: 1.75; }.principle-list i { font: normal 9px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.15em; }

.process { padding: 160px max(40px, calc((100vw - min(1380px, calc(100vw - 80px))) / 2)) 170px; }
.process > h2 { margin-top: 38px; }.process > h2 strong { color: var(--blue-bright); font-weight: inherit; }
.process ol { margin: 110px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-line); }
.process li { min-height: 180px; display: grid; grid-template-columns: 70px 1.1fr 0.9fr; align-items: center; gap: 50px; border-bottom: 1px solid var(--dark-line); }
.process li > span { color: #616975; font: 10px/1 "SFMono-Regular", Consolas, monospace; }.process li small { color: var(--blue-bright); font: 8px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.17em; }.process li h3 { margin: 12px 0 0; color: var(--white); font-size: 28px; font-weight: 520; }.process li > p { margin: 0; color: #777f8b; font-size: 14px; line-height: 1.8; }

.contact { position: relative; min-height: 92svh; overflow: hidden; background: #020306; }
.contact-image { position: absolute; inset: 0; opacity: 0.43; }
.contact-image img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; transform: scale(1.08); filter: saturate(0.85); }
.contact::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1, 2, 5, 0.94) 0%, rgba(1, 2, 5, 0.6) 47%, rgba(1, 2, 5, 0.16)); }
.contact-copy { position: relative; z-index: 2; width: var(--page); min-height: 92svh; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.contact h2 { margin: 35px 0 48px; color: var(--white); font-size: clamp(60px, 8.8vw, 142px); font-weight: 560; line-height: 0.95; letter-spacing: -0.078em; }
.contact h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.2px rgba(236, 245, 255, 0.78); }
.contact-button { min-width: 260px; min-height: 70px; display: inline-flex; align-items: center; justify-content: space-between; gap: 50px; padding: 0 24px; color: #05070b; border: 0; background: var(--white); cursor: pointer; transition: color 0.45s ease, background-color 0.45s ease, transform 0.45s var(--ease); }
.contact-button:hover { color: white; background: var(--blue); }.contact-button i { font-style: normal; }
.contact-meta { position: absolute; z-index: 2; left: 40px; right: 40px; bottom: 34px; display: flex; justify-content: space-between; color: rgba(255, 255, 255, 0.36); font: 8px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.16em; }

.site-footer { width: var(--page); min-height: 230px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; background: var(--black); }
.site-footer > p { color: #7e838b; text-align: center; font-size: 13px; letter-spacing: 0.14em; }.site-footer > div { display: grid; justify-items: end; gap: 12px; color: #555b65; font: 8px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: 0.13em; }.site-footer > div a { color: #9ca2ab; }

.contact-dialog { width: min(610px, calc(100vw - 28px)); padding: 38px; color: #16181c; border: 0; background: var(--paper); box-shadow: 0 45px 140px rgba(0, 0, 0, 0.72); }
.contact-dialog::backdrop { background: rgba(1, 2, 5, 0.82); backdrop-filter: blur(12px); }.dialog-close { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; border: 1px solid rgba(0, 0, 0, 0.24); border-radius: 50%; background: transparent; cursor: pointer; font-size: 24px; }.contact-dialog h2 { margin: 34px 0 14px; font-size: 38px; font-weight: 570; letter-spacing: -0.04em; }.contact-dialog > p:not(.overline) { color: #62666d; font-size: 14px; line-height: 1.7; }.contact-dialog form { display: grid; gap: 18px; margin-top: 30px; }.contact-dialog label { display: grid; gap: 8px; }.contact-dialog label span { font-size: 12px; }.contact-dialog input, .contact-dialog textarea { width: 100%; padding: 14px 0; color: #111318; border: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.26); outline: none; background: transparent; resize: vertical; }.contact-dialog input:focus, .contact-dialog textarea:focus { border-color: var(--blue); }.contact-dialog form button { min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; color: white; border: 0; background: var(--blue); cursor: pointer; }.contact-dialog form button i { font-style: normal; }.contact-dialog form small { color: #7a7d83; font-size: 10px; }
.toast { position: fixed; z-index: 220; left: 50%; bottom: 30px; padding: 13px 18px; color: white; border: 1px solid rgba(114, 210, 255, 0.4); background: rgba(4, 11, 21, 0.9); transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: 0.35s var(--ease); }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.js .reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.9s ease, transform 1s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes loader-spin { to { transform: rotate(360deg); } }
@keyframes breathe { 50% { opacity: 0.55; transform: scale(0.94); } }
@keyframes loader-copy-in { to { opacity: 1; transform: translate(-50%, -50%); } }
@keyframes loader-status-pulse { 50% { opacity: 0.35; transform: scale(0.72); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes image-scan { 0%, 12% { top: 0; opacity: 0; } 28% { opacity: 1; } 78% { opacity: 1; } 92%, 100% { top: 100%; opacity: 0; } }
@keyframes data-run { from { transform: translateX(-110%); } to { transform: translateX(410%); } }

@media (max-width: 1050px) {
  :root { --page: min(calc(100vw - 48px), 900px); }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 24px; }.header-note { display: none; }
  .site-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: grid; gap: 0; padding: 14px; border: 1px solid var(--dark-line); background: rgba(2, 3, 6, 0.96); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: 0.3s var(--ease); }.site-nav.is-open { opacity: 1; visibility: visible; transform: none; }.site-nav a { padding: 14px; }
  .menu-toggle { justify-self: end; width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; border: 0; background: transparent; cursor: pointer; }.menu-toggle i { width: 22px; height: 1px; background: white; transition: 0.3s ease; }.menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .title-line { font-size: clamp(100px, 21vw, 190px); }.hero-kicker { width: 100%; }
  .belief-copy { grid-template-columns: 1fr; gap: 50px; }.belief-foot { margin-left: 0; }
  .section-intro { grid-template-columns: 1fr; }.intro-copy { max-width: 520px; }
  .capability-stage { grid-template-columns: 1fr; }.engine-figure { position: relative; top: auto; max-width: 620px; }.image-frame { height: 760px; }
  .principles-heading { grid-template-columns: 1fr; }.principle-list article { grid-template-columns: 55px 0.8fr 1.2fr; }.principle-list i { display: none; }
}

@media (max-width: 680px) {
  :root { --page: calc(100vw - 32px); }
  .grain { opacity: 0.035; }.pointer-aura { display: none; }.scroll-line { right: 5px; }
  .entry-loader { grid-template-columns: 1fr auto; padding: 24px 20px; }.loader-manifest { top: 44%; width: calc(100vw - 40px); gap: 20px; }.loader-manifest h2 { font-size: clamp(43px, 14vw, 64px); }.loader-status { font-size: 6px; }.loader-signals { font-size: 5px; }.loader-track { grid-column: 1 / -1; grid-row: 2; }.loader-count { grid-column: 2; grid-row: 1; }
  .site-header { min-height: 70px; padding-inline: 16px; }.site-header.is-scrolled { min-height: 62px; }.brand > img { width: 32px; height: 32px; }.brand b { font-size: 13px; }
  .hero-media img { object-position: 63% center; }.hero-media::after { background: linear-gradient(0deg, rgba(1, 2, 5, 0.85), transparent 65%), linear-gradient(90deg, rgba(1, 2, 5, 0.22), transparent); }
  .hero-copy { padding: 118px 0 30px; }.hero-kicker { font-size: 7px; }.hero-kicker span:last-child { display: none; }.hero h1 { margin-top: auto; margin-bottom: 28px; }.title-line { font-size: clamp(86px, 31vw, 132px); line-height: 0.86; }.title-hollow { margin-left: 0; }.hero-footer { justify-content: space-between; }.hero-coordinate { display: none; }
  .belief { min-height: auto; padding: 40px 16px 80px; }.paper-rail { font-size: 7px; }.belief-copy { padding: 80px 0; }.kinetic-copy { font-size: clamp(45px, 14vw, 68px); }.belief-foot { grid-template-columns: 1fr; gap: 24px; }
  .moving-type div { padding: 17px 0; }.moving-type span { font-size: 9px; }
  .capabilities { padding: 100px 16px; }.section-intro { margin-bottom: 68px; }.section-intro h2, .process > h2 { font-size: clamp(48px, 15vw, 70px); }.image-frame { height: 580px; }.capability-item { min-height: 300px; grid-template-columns: 1fr; gap: 15px; }.capability-item h3 { grid-row: auto; font-size: 48px; }.capability-item strong { grid-column: auto; }
  .systems, .systems-copy { min-height: 100svh; }.systems-media img { object-position: 42% center; }.systems-overlay { background: linear-gradient(0deg, rgba(2, 3, 7, 0.82), rgba(2, 3, 7, 0.12) 55%, rgba(2, 3, 7, 0.55)); }.systems-copy { align-items: flex-start; justify-content: flex-end; padding-bottom: 130px; text-align: left; }.systems-copy h2 { font-size: clamp(68px, 22vw, 100px); }.systems-flow { left: 16px; right: 16px; bottom: 28px; gap: 8px; font-size: 6px; }
  .principles { padding: 40px 16px 90px; }.principles-heading { padding: 80px 0 60px; }.principles-heading h2 { font-size: 50px; }.principle-list article { min-height: 230px; grid-template-columns: 38px 1fr; align-content: center; gap: 16px; }.principle-list article:hover h3, .principle-list article:hover p { transform: translateX(6px); }.principle-list h3 { font-size: 25px; }.principle-list p { grid-column: 2; }
  .process { padding: 100px 16px; }.process ol { margin-top: 70px; }.process li { min-height: 210px; grid-template-columns: 40px 1fr; gap: 18px; align-content: center; }.process li > p { grid-column: 2; }
  .contact { min-height: 86svh; }.contact-image img { object-position: 72% center; }.contact-copy { min-height: 86svh; }.contact h2 { font-size: clamp(54px, 16vw, 76px); }.contact-meta { left: 16px; right: 16px; font-size: 6px; }
  .site-footer { grid-template-columns: 1fr; align-content: center; gap: 30px; }.site-footer > p { display: none; }.site-footer > div { justify-items: start; }
  .contact-dialog { padding: 32px 20px; }.contact-dialog h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .entry-loader { display: none; }
  .hero-shutter { display: none; }
  .title-line, .hero-kicker, .hero-footer, .js .reveal, .js .kinetic-copy span { opacity: 1; transform: none; }
}

:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 4px; }
