:root {
  --paper: #ffffff;
  --paper-soft: #f6fbff;
  --paper-blue: #eef8ff;
  --ink: #071525;
  --ink-2: #0d2a46;
  --muted: #5e7287;
  --soft: #dae8f4;
  --line: rgba(10, 54, 90, 0.14);
  --line-strong: rgba(0, 166, 255, 0.28);
  --cyan: #00b9ff;
  --cyan-2: #5ee5ff;
  --blue: #346dff;
  --violet: #7f5cff;
  --magenta: #db4dff;
  --amber: #ffb938;
  --mint: #19c994;
  --danger: #ff4f82;
  --panel: rgba(255, 255, 255, 0.82);
  --panel-strong: rgba(255, 255, 255, 0.96);
  --shadow: 0 30px 90px rgba(12, 53, 89, 0.16);
  --shadow-strong: 0 34px 110px rgba(7, 34, 67, 0.24);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max: 1500px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(15, 80, 130, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 80, 130, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.58), transparent 74%);
  pointer-events: none;
  z-index: -4;
}
body::after {
  content: "";
  position: fixed;
  inset: -20%;
  background: radial-gradient(circle at var(--pointer-x, 60%) var(--pointer-y, 22%), rgba(0, 185, 255, 0.16), transparent 24rem), linear-gradient(112deg, transparent 0%, rgba(127, 92, 255, 0.06) 38%, transparent 58%);
  transform: translateX(-24%);
  animation: sweep 14s ease-in-out infinite;
  pointer-events: none;
  z-index: -3;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font-family: inherit; }
img { display: block; max-width: 100%; height: auto; }
#aiCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.52;
  pointer-events: none;
}
.brand-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.brand-glow span {
  position: absolute;
  border-radius: 999px;
  filter: blur(3px);
  opacity: 0.18;
  border: 1px solid rgba(0, 185, 255, 0.2);
  box-shadow: inset 0 0 90px rgba(0, 185, 255, 0.13), 0 0 160px rgba(127, 92, 255, 0.12);
  animation: drift 18s ease-in-out infinite alternate;
}
.brand-glow span:nth-child(1) { width: 30rem; height: 30rem; left: -7%; top: 8%; }
.brand-glow span:nth-child(2) { width: 22rem; height: 22rem; right: 4%; top: 21%; animation-delay: -6s; }
.brand-glow span:nth-child(3) { width: 36rem; height: 36rem; left: 37%; bottom: -18%; animation-delay: -11s; }
.section-pad {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: max(12px, env(safe-area-inset-top));
  z-index: 30;
  width: min(calc(100% - 28px), var(--max));
  margin: 14px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(6, 69, 120, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(24px) saturate(150%);
  box-shadow: 0 18px 70px rgba(12, 53, 89, 0.13), inset 0 1px 0 rgba(255,255,255,0.9);
}
.brand { display: flex; align-items: center; min-width: 132px; padding-left: 6px; }
.brand img { width: 156px; height: auto; filter: drop-shadow(0 14px 30px rgba(0, 185, 255, 0.16)); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 5px; color: var(--muted); font-size: 0.92rem; white-space: nowrap; }
.nav-links a { padding: 10px 13px; border-radius: 999px; transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); background: rgba(0, 185, 255, 0.08); outline: none; box-shadow: inset 0 0 0 1px rgba(0, 185, 255, 0.18); }
.nav-cta, .primary-btn, .secondary-btn, .filter, .screen-zoom, .lightbox-copy a {
  border: 1px solid rgba(0, 185, 255, 0.3);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255,255,255,0.78);
  cursor: pointer;
  font-weight: 850;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.nav-cta { padding: 11px 16px; background: linear-gradient(135deg, rgba(0,185,255,0.16), rgba(127,92,255,0.13)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.92); font-size: 0.9rem; }
.nav-cta:hover, .primary-btn:hover, .secondary-btn:hover, .filter:hover, .screen-zoom:hover, .lightbox-copy a:hover,
.nav-cta:focus-visible, .primary-btn:focus-visible, .secondary-btn:focus-visible, .filter:focus-visible, .screen-zoom:focus-visible, .lightbox-copy a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 185, 255, 0.68);
  box-shadow: 0 16px 46px rgba(0, 128, 255, 0.16);
  outline: none;
}
.hero { min-height: auto; display: grid; grid-template-columns: 1fr; gap: clamp(28px, 4vw, 54px); align-items: start; padding: 72px 0 54px; }
.hero-copy { position: relative; z-index: 2; max-width: 1050px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--cyan); font-size: 0.78rem; font-weight: 950; text-transform: uppercase; letter-spacing: 0.14em; }
.eyebrow span { width: 10px; height: 10px; border-radius: 999px; background: var(--mint); box-shadow: 0 0 22px var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(3.15rem, 6.2vw, 7.2rem); line-height: 0.86; letter-spacing: -0.086em; max-width: 9.4em; }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4.1vw, 5.1rem); line-height: 0.94; letter-spacing: -0.068em; }
h3 { letter-spacing: -0.028em; line-height: 1.08; }
.hero-lede, .split > p, .intro-copy p, .stage-copy p, .launch-copy p, .atlas-heading > p, .screen-page-head p { color: var(--muted); font-size: clamp(1.04rem, 1.3vw, 1.22rem); line-height: 1.72; }
.hero-lede { max-width: 860px; color: #41586f; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.primary-btn, .secondary-btn, .lightbox-copy a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 20px; }
.primary-btn { color: #03101b; border-color: transparent; background: linear-gradient(135deg, var(--cyan-2), var(--mint) 54%, var(--amber)); box-shadow: 0 18px 58px rgba(0, 185, 255, 0.2), inset 0 1px 0 rgba(255,255,255,0.7); }
.secondary-btn { color: var(--ink); background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(127,92,255,0.08)); }
.signal-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; color: var(--muted); }
.signal-strip span { border: 1px solid rgba(0, 105, 165, 0.13); background: rgba(255,255,255,0.84); border-radius: 999px; padding: 9px 12px; font-weight: 760; font-size: 0.86rem; box-shadow: 0 12px 34px rgba(11, 54, 92, 0.08); }
.hero-panel { position: relative; min-width: 0; perspective: 1400px; width: 100%; }
.native-shell { position: relative; border: 1px solid var(--line-strong); border-radius: var(--radius-xl); background: linear-gradient(145deg, rgba(255,255,255,0.98), rgba(244,250,255,0.86)); box-shadow: var(--shadow-strong), 0 0 90px rgba(0, 185, 255, 0.12); overflow: hidden; transform-style: preserve-3d; }
.native-shell::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 12%, rgba(255,255,255,0.52) 42%, transparent 64%); transform: translateX(-115%); animation: shellScan 8s ease-in-out infinite; z-index: 4; pointer-events: none; }
.hero-shell { width: 100%; transform: rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)); transition: transform 160ms ease; }
.window-bar { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-bottom: 1px solid rgba(6,69,120,0.11); background: linear-gradient(90deg, rgba(249,252,255,0.96), rgba(235,247,255,0.92)); color: #557089; font-size: 0.83rem; }
.window-bar span { width: 10px; height: 10px; border-radius: 999px; background: var(--cyan); box-shadow: 0 0 18px rgba(0,185,255,0.52); }
.window-bar span:nth-child(2) { background: var(--violet); box-shadow: 0 0 18px rgba(127,92,255,0.48); }
.window-bar span:nth-child(3) { background: var(--amber); box-shadow: 0 0 18px rgba(255,185,56,0.48); }
.window-bar strong { margin-left: 6px; font-weight: 850; }
.native-scroll { overflow-x: auto; overflow-y: hidden; background: #071627; scrollbar-color: rgba(0, 185, 255, 0.42) rgba(6, 22, 37, 0.16); scrollbar-width: thin; }
.native-scroll::-webkit-scrollbar { height: 10px; }
.native-scroll::-webkit-scrollbar-track { background: rgba(6, 22, 37, 0.12); }
.native-scroll::-webkit-scrollbar-thumb { background: linear-gradient(90deg, var(--cyan), var(--violet)); border-radius: 999px; }
.native-scroll img { width: 100%; height: auto; max-width: 1920px; margin-inline: auto; }
.hero-scroll img { width: 100%; min-width: 0; }
.hero-chips { position: absolute; left: 24px; bottom: -28px; width: min(380px, calc(100% - 48px)); padding: 16px 18px; border: 1px solid rgba(0,185,255,0.18); border-radius: 22px; background: rgba(255,255,255,0.88); backdrop-filter: blur(18px); box-shadow: 0 20px 60px rgba(7,34,67,0.16); }
.hero-chips strong { display: block; color: var(--ink); margin-bottom: 5px; }
.hero-chips span { color: var(--muted); }
.ticker { width: 100%; overflow: hidden; border-block: 1px solid rgba(6,69,120,0.11); background: rgba(255,255,255,0.7); }
.ticker div { display: flex; width: max-content; gap: 34px; padding: 17px 0; animation: tickerMove 32s linear infinite; }
.ticker span { color: var(--ink-2); font-weight: 900; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.78rem; }
.split { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(26px, 6vw, 90px); align-items: start; padding: 112px 0 48px; }
.interface-intro { padding: 66px 0 36px; }
.intro-copy { max-width: 960px; margin-bottom: 28px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.capability-card { position: relative; min-height: 290px; overflow: hidden; border: 1px solid rgba(6,69,120,0.12); border-radius: 28px; padding: 22px; background: rgba(255,255,255,0.82); box-shadow: 0 20px 54px rgba(10,54,90,0.11); cursor: pointer; transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.capability-card:hover, .capability-card:focus-visible { transform: translateY(-5px); border-color: rgba(0,185,255,0.34); box-shadow: 0 26px 70px rgba(0,128,255,0.15); outline: none; }
.capability-number { color: var(--cyan); font-weight: 950; font-size: 0.82rem; letter-spacing: 0.16em; }
.capability-card h3 { margin: 14px 0 9px; font-size: 1.32rem; }
.capability-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.capability-card img { position: absolute; left: 22px; right: 22px; bottom: 18px; width: calc(100% - 44px); border-radius: 16px; border: 1px solid rgba(255,255,255,0.9); box-shadow: 0 16px 42px rgba(8,33,62,0.16); }
.wide-stage { padding: 78px 0; }
.stage-copy { max-width: 900px; margin-bottom: 26px; }
.stage-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.stage-tile { position: relative; display: block; border: 1px solid var(--line-strong); border-radius: 30px; box-shadow: var(--shadow); background: #071627; overflow-x: auto; }
.stage-tile img { width: 100%; max-width: 1920px; margin: 0 auto; }
.stage-tile span { position: sticky; left: 18px; bottom: 18px; display: inline-flex; margin: 18px; padding: 11px 14px; border-radius: 999px; background: rgba(255,255,255,0.9); color: var(--ink); font-weight: 900; box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
.proof-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 40px 0 80px; }
.proof-card { border: 1px solid rgba(6,69,120,0.12); border-radius: 24px; padding: 22px; background: rgba(255,255,255,0.84); box-shadow: 0 18px 44px rgba(10,54,90,0.08); }
.proof-card span { display: inline-flex; color: var(--amber); font-weight: 950; margin-bottom: 20px; }
.proof-card h3 { margin-bottom: 10px; font-size: 1.1rem; }
.proof-card p { margin: 0; color: var(--muted); line-height: 1.56; }
.screen-section { padding: 46px 0 96px; }
.section-head { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.66fr); gap: 28px; align-items: end; margin-bottom: 34px; }
.section-head h2 { max-width: 900px; }
.filter-bar { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter { padding: 10px 13px; font-size: 0.84rem; color: var(--muted); }
.filter.active { color: #03101d; background: linear-gradient(135deg, var(--cyan-2), var(--mint)); border-color: transparent; }
.atlas-group { padding: 38px 0 34px; border-top: 1px solid rgba(6,69,120,0.11); }
.atlas-heading { max-width: 920px; margin-bottom: 20px; }
.atlas-heading h2 { font-size: clamp(2rem, 3.5vw, 3.8rem); }
.screen-list { display: grid; grid-template-columns: 1fr; gap: 26px; }
.screen-card { display: block; overflow: hidden; border: 1px solid rgba(6,69,120,0.13); border-radius: 30px; background: rgba(255,255,255,0.9); box-shadow: 0 24px 72px rgba(10,54,90,0.12); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.screen-card:hover { transform: translateY(-3px); border-color: rgba(0,185,255,0.34); box-shadow: 0 30px 80px rgba(0,128,255,0.13); }
.screen-frame { position: relative; min-height: 0; }
.screen-frame img { width: 100%; max-width: 1920px; height: auto; }
.screen-zoom { position: absolute; left: 16px; bottom: 16px; min-height: 40px; padding: 10px 14px; background: rgba(255,255,255,0.92); }
.screen-copy { padding: 24px; display: flex; flex-direction: column; justify-content: center; border-top: 1px solid rgba(6,69,120,0.11); background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(246,251,255,0.88)); }
.screen-copy span { color: var(--cyan); font-size: 0.7rem; font-weight: 950; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 10px; }
.screen-copy h3 { font-size: clamp(1.35rem, 2.5vw, 2.25rem); margin-bottom: 10px; }
.screen-copy p { color: var(--muted); line-height: 1.58; }
.screen-copy a, .back-link, .screen-nav-row a { display: inline-flex; width: fit-content; margin-top: 12px; color: var(--ink); font-weight: 900; border-bottom: 2px solid rgba(0,185,255,0.44); }
.launch { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(26px, 5vw, 70px); align-items: center; padding: 86px 0 108px; border-top: 1px solid rgba(6,69,120,0.12); }
.launch-copy .primary-btn { margin-top: 12px; }
.launch-matrix { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.launch-matrix div { display: grid; grid-template-columns: auto 1fr; gap: 10px 14px; align-items: start; min-height: 132px; padding: 20px; border: 1px solid rgba(6,69,120,0.13); border-radius: 22px; background: rgba(255,255,255,0.86); box-shadow: 0 18px 44px rgba(10,54,90,0.08); }
.launch-matrix span { grid-row: span 2; width: 12px; height: 12px; border-radius: 999px; margin-top: 4px; background: var(--cyan); box-shadow: 0 0 20px rgba(0,185,255,0.72); }
.launch-matrix div:nth-child(2n) span { background: var(--violet); box-shadow: 0 0 20px rgba(127,92,255,0.72); }
.launch-matrix div:nth-child(3n) span { background: var(--amber); box-shadow: 0 0 20px rgba(255,185,56,0.72); }
.launch-matrix strong { letter-spacing: -0.02em; }
.launch-matrix em { color: var(--muted); font-style: normal; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 36px 0 46px; border-top: 1px solid rgba(6,69,120,0.12); }
.site-footer img { width: 136px; height: auto; opacity: 0.96; }
.site-footer p { margin: 12px 0 0; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; color: var(--ink-2); }
.footer-links a { padding: 9px 11px; border-radius: 999px; background: rgba(0,185,255,0.08); }
.lightbox { width: min(1680px, calc(100vw - 30px)); max-height: min(92vh, 1100px); padding: 0; border: 1px solid rgba(0, 185, 255, 0.34); border-radius: 28px; color: var(--ink); background: rgba(255,255,255,0.95); backdrop-filter: blur(28px); box-shadow: 0 34px 130px rgba(7,34,67,0.35); overflow: hidden; }
.lightbox::backdrop { background: rgba(7, 18, 32, 0.5); backdrop-filter: blur(8px); }
.lightbox-inner .native-scroll { max-height: 75vh; }
.lightbox-inner img { width: 100%; max-width: 1920px; object-fit: contain; background: #071627; }
.lightbox-copy { padding: 20px 24px 24px; background: rgba(255,255,255,0.96); }
.lightbox-copy h2 { font-size: clamp(1.5rem, 3.2vw, 2.4rem); margin-bottom: 8px; letter-spacing: -0.04em; }
.lightbox-copy p { margin: 0 0 14px; color: var(--muted); line-height: 1.58; }
.lightbox-copy a { min-height: 42px; padding: 11px 16px; }
.close-lightbox { position: absolute; top: 12px; right: 12px; z-index: 5; width: 42px; height: 42px; border-radius: 999px; border: 1px solid rgba(6,69,120,0.18); color: var(--ink); background: rgba(255,255,255,0.88); cursor: pointer; font-size: 1.6rem; line-height: 1; }
.screen-hero { padding: 54px 0 52px; }
.screen-page-head { max-width: 1050px; padding: 30px 0 22px; }
.screen-page-head h1 { max-width: 11em; }
.page-shell { margin-top: 12px; }
.page-native img { width: 100%; max-width: 1920px; }
.screen-nav-row { display: flex; justify-content: space-between; gap: 18px; padding-top: 22px; }
.screen-explainer { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 18px 0 70px; }
.explain-card { border: 1px solid rgba(6,69,120,0.12); border-radius: 22px; padding: 20px; background: rgba(255,255,255,0.88); box-shadow: 0 18px 44px rgba(10,54,90,0.08); }
.explain-card span { display: block; margin-bottom: 10px; color: var(--cyan); font-weight: 950; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; }
.explain-card p { margin: 0; color: var(--muted); line-height: 1.58; }
.related-section { padding: 10px 0 86px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.related-card { display: block; overflow: hidden; border: 1px solid rgba(6,69,120,0.12); border-radius: 22px; background: rgba(255,255,255,0.88); box-shadow: 0 18px 44px rgba(10,54,90,0.08); }
.related-card img { width: 100%; height: auto; }
.related-card span { display: block; padding: 14px 16px 16px; font-weight: 900; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 680ms ease, transform 680ms ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.hidden { display: none !important; }
@keyframes sweep { 0%, 100% { transform: translateX(-34%) rotate(0deg); } 50% { transform: translateX(25%) rotate(7deg); } }
@keyframes drift { from { transform: translate3d(-2%, -1%, 0) scale(0.94); } to { transform: translate3d(4%, 3%, 0) scale(1.08); } }
@keyframes shellScan { 0%, 30% { transform: translateX(-115%); } 48%, 100% { transform: translateX(115%); } }
@keyframes tickerMove { to { transform: translateX(-50%); } }
@media (max-width: 1180px) {
  .split, .launch { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; min-height: auto; }
  .hero-copy { max-width: 900px; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head { grid-template-columns: 1fr; align-items: start; }
  .filter-bar { justify-content: flex-start; }
  .screen-copy { padding: 22px; }
}
@media (max-width: 820px) {
  .section-pad { width: min(calc(100% - 28px), var(--max)); }
  .site-header { top: 8px; width: min(calc(100% - 20px), var(--max)); border-radius: 28px; align-items: stretch; flex-wrap: wrap; gap: 8px; }
  .brand { min-width: 0; flex: 1; }
  .brand img { width: 128px; }
  .nav-cta { padding: 10px 12px; font-size: 0.82rem; }
  .nav-links { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; padding: 2px 0; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a { padding: 9px 11px; }
  h1 { font-size: clamp(3rem, 16vw, 5.1rem); letter-spacing: -0.078em; }
  h2 { font-size: clamp(2.25rem, 11vw, 3.6rem); }
  .hero { gap: 32px; padding: 42px 0 38px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .primary-btn, .secondary-btn { width: 100%; }
  .signal-strip span { font-size: 0.8rem; }
  .native-shell { border-radius: 23px; }
  .window-bar { padding: 10px 12px; }
  .window-bar strong { max-width: 210px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-chips { position: relative; left: auto; bottom: auto; width: auto; margin-top: 12px; }
  .hero-scroll img, .screen-frame img, .stage-tile img, .page-native img, .lightbox-inner img { width: auto; max-width: none; min-width: 1120px; }
  .ticker div { gap: 24px; animation-duration: 26s; }
  .split { padding: 80px 0 28px; }
  .interface-intro, .wide-stage, .launch { padding: 68px 0; }
  .capability-grid, .proof-band, .launch-matrix, .screen-explainer, .related-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 280px; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; width: 100%; padding-bottom: 4px; scrollbar-width: none; }
  .filter-bar::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; }
  .screen-card { border-radius: 24px; }
  .screen-copy { padding: 19px; }
  .screen-section { padding-bottom: 68px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; }
  .lightbox { width: calc(100vw - 18px); border-radius: 22px; }
  .lightbox-copy { padding: 16px 18px 20px; }
  .screen-nav-row { flex-direction: column; }
}
@media (max-width: 440px) {
  .section-pad { width: min(calc(100% - 22px), var(--max)); }
  .site-header { width: min(calc(100% - 16px), var(--max)); padding: 9px; }
  .nav-cta { width: auto; }
  .hero-lede, .split > p, .intro-copy p, .stage-copy p, .launch-copy p, .atlas-heading > p, .screen-page-head p { font-size: 1rem; }
  .eyebrow { font-size: 0.7rem; letter-spacing: 0.11em; }
  .capability-card, .proof-card, .launch-matrix div, .explain-card { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
  #aiCanvas { opacity: 0.2; }
  .reveal { opacity: 1; transform: none; }
}
