:root {
  color-scheme: dark;
  --ink: #111813;
  --panel: #19221b;
  --text: #f3efe3;
  --muted: #c2c0b1;
  --gold: #d9b052;
  --gold-bright: #f2d58a;
  --line: rgba(218, 183, 96, 0.26);
  --cyan: #83d5cc;
  --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 12px;
  padding: 10px 14px;
  background: #fff;
  color: #000;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(22px, 4vw, 72px);
  border-bottom: 1px solid rgba(234, 210, 147, 0.14);
  background: linear-gradient(180deg, rgba(5, 7, 6, 0.88), rgba(5, 7, 6, 0.24));
  backdrop-filter: blur(10px);
  transition: height .35s var(--ease), background .35s var(--ease);
}
.site-header.is-compact { height: 68px; background: rgba(5, 7, 6, 0.92); }
.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(242,213,138,.42);
  border-radius: 50%;
  background: #080b09;
  box-shadow: 0 0 18px rgba(217,176,82,.13);
}
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.35; }
.brand-mark svg path + path { stroke-width: 1.8; }
.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) sepia(1) saturate(2.6) hue-rotate(354deg) brightness(1.08) contrast(1.14);
}
.brand-name { font-size: 20px; letter-spacing: .06em; }
.brand-name b { color: var(--gold-bright); }
.brand-index { font: 600 9px/1.1 Consolas, monospace; color: #7f806f; letter-spacing: .15em; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.site-nav a {
  position: relative;
  padding: 12px 0;
  color: #c9c6b8;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 1px;
  background: var(--gold);
  transition: right .3s var(--ease);
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-action {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 12px 15px 12px 18px;
  border: 1px solid rgba(236, 202, 119, .52);
  color: #f4e7c1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s, background .25s, border-color .25s;
}
.header-action i, .button i { font-style: normal; transition: transform .25s var(--ease); }
.header-action:hover { background: var(--gold); border-color: var(--gold); color: #100d06; }
.header-action:hover i, .button:hover i { transform: translate(3px, -3px); }

/* Scroll-linked Cruma relic: a quiet techno-magic instrument, not a gear. */
.scroll-relic {
  --relic-turn-a: 0deg;
  --relic-turn-b: 0deg;
  --relic-turn-c: 0deg;
  --relic-shift: -22px;
  --relic-drift: 0px;
  --relic-charge: 0%;
  --relic-wave-scale: 2.15;
  --relic-wave-opacity: 0;
  --relic-core-scale: .86;
  --relic-energy: .2;
  position: fixed;
  z-index: 8;
  right: -62px;
  top: 52%;
  width: 286px;
  height: 390px;
  color: var(--gold-bright);
  pointer-events: none;
  opacity: .74;
  transform: translate3d(var(--relic-drift), calc(-50% + var(--relic-shift)), 0);
  transition: opacity .35s var(--ease);
  will-change: transform;
}
.relic-assembly {
  position: absolute;
  right: 0;
  top: 76px;
  width: 256px;
  height: 256px;
  filter: drop-shadow(0 20px 34px rgba(0,0,0,.48));
}
.relic-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 50%;
  will-change: transform;
}
.relic-ring::before,
.relic-ring::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}
.relic-ring-outer {
  width: 224px;
  height: 224px;
  margin: -112px;
  transform: rotate(var(--relic-turn-a));
  background: conic-gradient(
    from 18deg,
    rgba(226,188,93,.04) 0 8deg,
    rgba(226,188,93,.82) 8deg 72deg,
    transparent 72deg 102deg,
    rgba(118,173,164,.72) 102deg 177deg,
    transparent 177deg 222deg,
    rgba(226,188,93,.68) 222deg 322deg,
    transparent 322deg 360deg
  );
  -webkit-mask: radial-gradient(circle, transparent 0 78%, #000 79% 84%, transparent 85%);
  mask: radial-gradient(circle, transparent 0 78%, #000 79% 84%, transparent 85%);
}
.relic-ring-outer::before {
  inset: 18px;
  border: 1px solid rgba(131,213,204,.18);
}
.relic-ring-outer > i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px;
  border: 1px solid rgba(242,213,138,.9);
  background: #0b100d;
  transform: rotate(45deg) translateY(-105px);
  box-shadow: 0 0 13px rgba(217,176,82,.35);
}
.relic-ring-outer > i:nth-child(2) { transform: rotate(165deg) translateY(-105px); }
.relic-ring-outer > i:nth-child(3) { transform: rotate(276deg) translateY(-105px); }
.relic-ring-inner {
  width: 154px;
  height: 154px;
  margin: -77px;
  border: 1px solid rgba(131,213,204,.22);
  transform: rotate(var(--relic-turn-b));
  background: conic-gradient(from 90deg, transparent 0 18%, rgba(131,213,204,.74) 18% 20%, transparent 20% 49%, rgba(232,193,97,.72) 49% 52%, transparent 52% 82%, rgba(131,213,204,.55) 82% 84%, transparent 84%);
  -webkit-mask: radial-gradient(circle, transparent 0 88%, #000 89% 100%);
  mask: radial-gradient(circle, transparent 0 88%, #000 89% 100%);
}
.relic-ring-inner > i {
  position: absolute;
  left: 50%;
  top: -4px;
  width: 1px;
  height: 18px;
  background: linear-gradient(var(--cyan), transparent);
  box-shadow: 0 0 8px rgba(131,213,204,.45);
}
.relic-ring-inner > i:nth-child(2) { top: 50%; left: auto; right: -4px; transform: rotate(90deg); }
.relic-ring-inner > i:nth-child(3) { top: auto; bottom: -4px; transform: rotate(180deg); }
.relic-orbit {
  position: absolute;
  inset: 52px;
  border: 1px solid rgba(227,185,85,.2);
  border-radius: 50%;
  transform: rotate(var(--relic-turn-c));
}
.relic-orbit > i {
  position: absolute;
  left: 50%;
  top: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d8fbf5;
  box-shadow: 0 0 8px #83d5cc, 0 0 22px rgba(131,213,204,.8);
}
.relic-wave {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 104px;
  height: 104px;
  margin: -52px;
  border: 1px solid rgba(154,238,226,.86);
  border-radius: 50%;
  opacity: var(--relic-wave-opacity);
  transform: scale(var(--relic-wave-scale));
  box-shadow: 0 0 12px rgba(131,213,204,.34), inset 0 0 14px rgba(131,213,204,.18);
  will-change: transform, opacity;
}
.relic-wave::before,
.relic-wave::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}
.relic-wave::before { inset: -8px; border: 1px solid rgba(217,176,82,.42); }
.relic-wave::after { inset: 13px; border: 1px dashed rgba(131,213,204,.36); }
.relic-flare {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 198px;
  height: 1px;
  margin-left: -99px;
  opacity: calc(.12 + var(--relic-energy) * .72);
  transform: rotate(var(--relic-turn-c)) scaleX(calc(.66 + var(--relic-energy) * .34));
  background: linear-gradient(90deg, transparent, rgba(131,213,204,.6), #f5d987 50%, rgba(131,213,204,.6), transparent);
  box-shadow: 0 0 10px rgba(131,213,204,.32);
  will-change: opacity, transform;
}
.relic-flare > i { position: absolute; left: 50%; top: -7px; width: 1px; height: 15px; background: rgba(242,213,138,.7); }
.relic-flare > i:first-child { left: 22%; }
.relic-flare > i:last-child { left: 78%; }
.relic-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  margin: -26px;
  border: 1px solid rgba(242,213,138,.72);
  background: linear-gradient(135deg, rgba(217,176,82,.48), rgba(13,24,21,.92) 48%, rgba(131,213,204,.42));
  box-shadow: inset 0 0 18px rgba(131,213,204,.18), 0 0 26px rgba(217,176,82,.15);
  transform: rotate(45deg) scale(var(--relic-core-scale));
  will-change: transform;
}
.relic-core::before,
.relic-core::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(131,213,204,.42);
}
.relic-core::after { inset: 17px; opacity: calc(.48 + var(--relic-energy) * .52); background: #d9fff8; box-shadow: 0 0 15px #83d5cc, 0 0 32px rgba(131,213,204,.6), 0 0 calc(34px + var(--relic-energy) * 28px) rgba(217,176,82,.48); }
.relic-core > i { position: absolute; inset: -8px 24px; background: linear-gradient(transparent, rgba(242,213,138,.8), transparent); }
.relic-axis { position: absolute; left: 50%; top: 14px; bottom: 14px; width: 1px; background: linear-gradient(transparent, rgba(217,176,82,.28) 22%, transparent 48% 52%, rgba(217,176,82,.28) 78%, transparent); }
.relic-axis::after { content: ""; position: absolute; left: -1px; top: 22%; width: 3px; height: 56%; opacity: calc(.1 + var(--relic-energy) * .82); background: linear-gradient(transparent, #83d5cc, #f4d98e, #83d5cc, transparent); filter: blur(.4px); box-shadow: 0 0 12px rgba(131,213,204,.62); }
.relic-path { position: absolute; left: 17px; top: 12px; bottom: 20px; width: 1px; background: linear-gradient(transparent, rgba(131,213,204,.12) 12%, rgba(217,176,82,.34) 48%, rgba(131,213,204,.12) 88%, transparent); }
.relic-path::before { content: ""; position: absolute; left: -3px; top: var(--relic-charge); width: 7px; height: 7px; margin-top: -3px; border-radius: 50%; background: #e6fffa; box-shadow: 0 0 8px #83d5cc, 0 0 24px rgba(131,213,204,.75); }
.relic-path i { position: absolute; left: -14px; top: var(--relic-charge); width: 28px; height: 1px; background: linear-gradient(90deg, transparent, rgba(242,213,138,.82), transparent); }
.relic-readout { position: absolute; top: 36px; left: 36px; display: grid; gap: 7px; font: 650 8px/1 Consolas, monospace; letter-spacing: .16em; color: #777f74; }
.relic-readout b { color: rgba(242,213,138,.85); font-size: 17px; font-weight: 400; letter-spacing: .12em; }
.relic-status { position: absolute; left: 36px; bottom: 22px; color: #647068; font: 650 7px/1 Consolas, monospace; letter-spacing: .16em; }

.hero {
  position: relative;
  min-height: max(680px, 100svh);
  isolation: isolate;
  overflow: clip;
  background: #060807;
}
.hero-media, .hero-media > * { position: absolute; inset: 0; }
.hero-world {
  width: calc(100% + 64px);
  height: calc(100% + 64px);
  inset: -32px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  filter: saturate(.82) contrast(1.03) brightness(.88);
}
.hero-vignette {
  background:
    linear-gradient(90deg, rgba(5, 7, 6, .9) 0%, rgba(5, 7, 6, .7) 29%, rgba(5, 7, 6, .14) 67%, rgba(5, 7, 6, .2) 100%),
    linear-gradient(180deg, rgba(4, 6, 5, .45), transparent 38%, rgba(5, 7, 6, .66) 100%);
}
.hero-light {
  inset: -20%;
  background: radial-gradient(circle at 72% 24%, rgba(245, 205, 110, .22), transparent 28%);
  mix-blend-mode: screen;
  will-change: transform;
}
.hero-grid {
  opacity: .12;
  background-image:
    linear-gradient(rgba(217, 176, 82, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 176, 82, .13) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, black, transparent 48%, black);
}
.signal-field { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.signal { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 15px 4px rgba(240, 198, 99, .3); animation: drift 7s ease-in-out infinite; }
.signal::after { content: ""; position: absolute; width: 46px; height: 1px; right: 8px; top: 1px; background: linear-gradient(90deg, transparent, rgba(222, 183, 86, .45)); }
.signal-a { left: 8%; top: 28%; }
.signal-b { left: 42%; top: 14%; animation-delay: -2.2s; }
.signal-c { left: 66%; top: 76%; animation-delay: -4.5s; }
.signal-d { right: 4%; top: 48%; animation-delay: -1.1s; }
@keyframes drift { 50% { transform: translate3d(7px, -12px, 0); opacity: .35; } }

.hero-layout {
  position: relative;
  z-index: 3;
  width: min(1680px, calc(100% - clamp(40px, 8vw, 144px)));
  min-height: max(680px, 100svh);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, .88fr) minmax(580px, 1.2fr);
  align-items: center;
  gap: clamp(28px, 4vw, 78px);
  padding: 130px 0 100px;
}
.hero-copy { position: relative; z-index: 4; max-width: 710px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--gold-bright);
  font: 700 11px/1.2 Consolas, monospace;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 1px; background: var(--gold); box-shadow: 12px 0 0 rgba(217, 176, 82, .36); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 28px;
  max-width: 690px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 5.15vw, 96px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.055em;
  text-wrap: balance;
}
h1 em { display: block; padding-top: .17em; color: #d8bd7f; font-weight: 400; }
.hero-lead {
  max-width: 590px;
  margin-bottom: 36px;
  color: #c5c3b9;
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.68;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 22px;
  border: 1px solid rgba(229, 205, 142, .34);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s var(--ease), background .25s, color .25s;
}
.button-primary { min-width: 218px; background: var(--gold); color: #100d06; border-color: var(--gold); }
.button-quiet { min-width: 234px; background: rgba(9, 12, 10, .45); color: #e5dfce; backdrop-filter: blur(7px); }
.button:hover { transform: translateY(-3px); }
.button-quiet:hover { background: rgba(217, 176, 82, .12); }
.button-quiet:hover i { transform: translateY(4px); }

.hero-facts {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  border-top: 1px solid var(--line);
}
.hero-facts > div { display: flex; align-items: flex-start; gap: 12px; padding: 18px 18px 0 0; }
.hero-facts > div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-facts strong { color: var(--gold); font: 700 10px/1.3 Consolas, monospace; }
.hero-facts span { color: #b9b6a7; font-size: 11px; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }

.product-scene {
  position: relative;
  min-width: 0;
  perspective: 1600px;
  transform-style: preserve-3d;
  will-change: transform;
}
.product-window {
  position: relative;
  width: min(790px, 100%);
  margin: 40px 0 0 auto;
  background: rgba(7, 9, 8, .94);
  border: 1px solid rgba(232, 201, 119, .44);
  box-shadow: -24px 36px 75px rgba(0, 0, 0, .62), 0 0 0 8px rgba(5, 7, 6, .24), inset 0 0 45px rgba(222, 184, 87, .04);
  transform: rotateY(-6deg) rotateX(1.5deg);
  transform-origin: 50% 50%;
  transition: transform .28s var(--ease);
  overflow: hidden;
}
.window-rail, .window-status {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid rgba(229, 198, 117, .18);
  color: #9b957f;
  font: 600 9px/1 Consolas, monospace;
  letter-spacing: .14em;
}
.window-rail div { display: flex; gap: 6px; }
.window-rail i { width: 6px; height: 6px; border: 1px solid #8d8162; }
.capture-viewport { position: relative; aspect-ratio: 1.58; overflow: hidden; background: #090c0a; }
.capture-viewport img {
  position: absolute;
  width: 132%;
  max-width: none;
  height: auto;
  left: -16%;
  top: -1%;
  filter: saturate(.92) contrast(1.03);
}
.capture-viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.04);
  pointer-events: none;
}
.capture-scan {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 1px;
  top: 22%;
  opacity: .45;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 16px rgba(131, 213, 204, .35);
  animation: scan 6s ease-in-out infinite;
}
@keyframes scan { 50% { top: 78%; opacity: .16; } }
.window-status { border-top: 1px solid rgba(229, 198, 117, .18); border-bottom: 0; }
.window-status span { display: flex; align-items: center; gap: 8px; }
.window-status i { width: 6px; height: 6px; border-radius: 50%; background: #8fd86b; box-shadow: 0 0 10px #75d14a; }
.window-status b { color: #b69c60; font-weight: 600; }
.product-note {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d4cebc;
  font: 600 10px/1 Consolas, monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.product-note span { color: var(--gold); }
.product-note::before { content: ""; width: 52px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.note-top { right: 3%; top: 0; }
.note-bottom { left: 1%; bottom: 2%; }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(214, 178, 87, .2); border-radius: 50%; pointer-events: none; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px rgba(225, 183, 81, .8); }
.orbit-one { width: 590px; height: 590px; right: 1%; top: -8%; animation: orbit 26s linear infinite; }
.orbit-one::before { left: 17%; top: 6%; }.orbit-one::after { right: 6%; bottom: 24%; }
.orbit-two { width: 420px; height: 420px; right: 14%; top: 5%; border-style: dashed; opacity: .5; animation: orbit 34s linear infinite reverse; }
.orbit-two::before { left: 6%; bottom: 24%; }.orbit-two::after { right: 16%; top: 5%; }
@keyframes orbit { to { transform: rotate(360deg); } }

.scroll-cue {
  position: absolute;
  z-index: 4;
  left: clamp(22px, 4vw, 72px);
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #77796d;
  font: 600 9px/1 Consolas, monospace;
  letter-spacing: .15em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: left bottom;
}
.scroll-cue i { position: relative; width: 58px; height: 1px; overflow: hidden; background: rgba(222, 187, 98, .22); }
.scroll-cue i::after { content: ""; position: absolute; width: 18px; height: 1px; background: var(--gold); animation: cue 2.2s var(--ease) infinite; }
@keyframes cue { from { transform: translateX(-24px); } to { transform: translateX(64px); } }
.hero-coordinate { position: absolute; z-index: 4; right: 24px; bottom: 22px; color: rgba(204, 197, 176, .42); font: 600 9px/1 Consolas, monospace; letter-spacing: .12em; writing-mode: vertical-rl; }

.advantages {
  position: relative;
  z-index: 7;
  padding: clamp(58px, 6vw, 92px) clamp(22px, 7vw, 128px) clamp(68px, 7vw, 108px);
  border-top: 1px solid rgba(229,198,117,.2);
  border-bottom: 1px solid rgba(229,198,117,.15);
  background:
    radial-gradient(ellipse at 12% 0, rgba(217,176,82,.11), transparent 31%),
    radial-gradient(ellipse at 90% 100%, rgba(131,213,204,.09), transparent 30%),
    linear-gradient(180deg, #0b0f0c, #070908);
}
.advantages::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image: linear-gradient(90deg, transparent 49.7%, rgba(217,176,82,.28) 50%, transparent 50.3%);
  background-size: 25% 100%;
}
.advantages-head {
  position: relative;
  max-width: 1500px;
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: .42fr 1fr .75fr;
  align-items: end;
  gap: clamp(20px, 4vw, 70px);
}
.advantages-head > span { color: var(--gold); font: 700 9px/1 Consolas, monospace; letter-spacing: .18em; }
.advantages-head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 3.2vw, 52px); font-weight: 400; letter-spacing: -.04em; }
.advantages-head p { margin: 0; color: #94988b; font-size: 13px; line-height: 1.65; }
.advantages-grid {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.advantages-grid article {
  position: relative;
  min-width: 0;
  min-height: 520px;
  padding: 0 0 30px;
  border-left: 1px solid var(--line);
  background: rgba(8,12,9,.72);
  overflow: hidden;
  transition: background .35s, transform .35s var(--ease);
}
.advantages-grid article:first-child { border-left: 0; }
.advantages-grid article::after { content: attr(data-index); position: absolute; right: -8px; bottom: -34px; color: rgba(217,176,82,.025); font: 800 150px/.8 Georgia, serif; }
.advantages-grid article:hover { z-index: 2; background: linear-gradient(155deg, rgba(217,176,82,.11), rgba(9,14,11,.82)); transform: translateY(-7px); }
.advantage-media { position: relative; height: clamp(220px, 18vw, 278px); margin-bottom: 28px; overflow: hidden; background: #090c0a; }
.advantage-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,8,6,.01), rgba(5,8,6,.03) 58%, rgba(5,8,6,.56)); pointer-events: none; }
.advantage-media img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) brightness(.9) contrast(1.04); transform: scale(1.035); transition: transform .75s var(--ease), filter .55s; }
.advantage-media > i { position: absolute; z-index: 2; left: 18px; top: 18px; width: 32px; height: 32px; border-left: 1px solid rgba(242,213,138,.72); border-top: 1px solid rgba(242,213,138,.72); }
.advantage-media > i::after { content: ""; position: absolute; left: -1px; top: -1px; width: 5px; height: 5px; background: var(--gold); box-shadow: 0 0 12px rgba(217,176,82,.55); }
.advantages-grid article:hover .advantage-media img { transform: scale(1.085); filter: saturate(1) brightness(1) contrast(1.02); }
.advantage-media--launcher::before { content: ""; position: absolute; z-index: 1; right: 4%; top: 10%; width: 59%; height: 80%; background: radial-gradient(ellipse, rgba(131,213,204,.13), transparent 67%); pointer-events: none; }
.advantage-media--launcher .advantage-launcher-window { position: absolute; z-index: 2; left: 45%; top: 50%; width: 52%; height: auto; object-fit: contain; border: 1px solid rgba(225,191,104,.46); background: #0a1015; box-shadow: 0 18px 42px rgba(0,0,0,.68), 0 0 24px rgba(131,213,204,.11); filter: none; transform: translateY(-50%) rotateY(-2deg); transform-origin: center; }
.advantages-grid article:hover .advantage-media--launcher .advantage-launcher-window { filter: none; transform: translateY(-50%) rotateY(0) scale(1.025); }
.advantages-grid article:nth-child(even) .advantage-media > i { border-color: rgba(131,213,204,.72); }
.advantages-grid article:nth-child(even) .advantage-media > i::after { background: var(--cyan); box-shadow: 0 0 12px rgba(131,213,204,.6); }
.advantages-grid article > span { display: block; margin: 0 clamp(22px,2.3vw,34px); color: #777d72; font: 700 9px/1 Consolas, monospace; letter-spacing: .15em; }
.advantages-grid h3 { margin: 13px clamp(22px,2.3vw,34px) 17px; font-family: Georgia, serif; font-size: clamp(24px, 2vw, 32px); font-weight: 400; line-height: 1.08; }
.advantages-grid p { margin: 0 clamp(22px,2.3vw,34px); color: #9ca093; font-size: 13px; line-height: 1.68; }

/* The four advantage scenes become short product demonstrations on hover/focus. */
.advantage-card { outline: none; }
.advantage-card:focus-visible { box-shadow: inset 0 0 0 1px rgba(242,213,138,.72), 0 0 0 2px rgba(8,12,9,.9); }
.advantage-demo {
  position: absolute;
  z-index: 4;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  color: #f2ead6;
  font-family: Consolas, monospace;
  text-shadow: 0 1px 5px #020403;
}
.demo-mode {
  position: absolute;
  left: 18px;
  bottom: 14px;
  padding: 6px 8px 5px;
  border: 1px solid rgba(131,213,204,.4);
  background: rgba(4,8,7,.78);
  color: #b7e7df;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
  opacity: 0;
  transform: translateY(8px);
}
.advantage-card:is(:hover, :focus, .is-demo-active) .demo-mode { animation: demoModeIn .45s .08s var(--ease) both; }

/* 01 — exact screen regions appear and are read as HP. */
.hp-widget { position: absolute; height: 10px; padding: 2px 3px 2px 19px; border: 1px solid rgba(20,22,17,.88); background: rgba(5,7,6,.72); box-shadow: 0 2px 8px rgba(0,0,0,.6); opacity: 0; }
.hp-widget b { position: absolute; left: 3px; top: 1px; color: #e2d7b6; font-size: 6px; line-height: 8px; }
.hp-widget i { display: block; width: 100%; height: 5px; margin-top: 0; background: linear-gradient(90deg, #ae3640, #d35d5c); box-shadow: inset 0 1px rgba(255,255,255,.18); }
.hp-widget--self { left: 8%; top: 16%; width: 31%; }
.hp-widget--target { left: 54%; top: 16%; width: 29%; }
.roi-box {
  position: absolute;
  border: 1px solid #65ffe0;
  background: linear-gradient(180deg, rgba(80,255,215,.05), rgba(80,255,215,.13));
  box-shadow: 0 0 0 1px rgba(2,7,6,.7), inset 0 0 16px rgba(86,255,218,.06), 0 0 18px rgba(86,255,218,.13);
  opacity: 0;
  transform: scaleX(.08);
  transform-origin: left center;
}
.roi-box::before, .roi-box::after { content: ""; position: absolute; width: 7px; height: 7px; border-color: #dfffee; }
.roi-box::before { left: -2px; top: -2px; border-left: 2px solid; border-top: 2px solid; }
.roi-box::after { right: -2px; bottom: -2px; border-right: 2px solid; border-bottom: 2px solid; }
.roi-box b { position: absolute; left: -1px; bottom: calc(100% + 4px); padding: 3px 5px; background: #52d8bb; color: #06100d; font-size: 7px; letter-spacing: .08em; text-shadow: none; white-space: nowrap; }
.roi-box i { position: absolute; inset: 0 auto 0 -8%; width: 12%; background: linear-gradient(90deg, transparent, rgba(219,255,245,.7), transparent); opacity: 0; }
.roi-box--self { left: 7%; top: 14%; width: 34%; height: 15%; }
.roi-box--target { left: 53%; top: 14%; width: 32%; height: 15%; }
.demo-readout { position: absolute; padding: 4px 6px; border-left: 2px solid #65ffe0; background: rgba(3,9,7,.78); color: #bfffee; font-size: 9px; font-weight: 700; opacity: 0; }
.demo-readout--self { left: 30%; top: 31%; }
.demo-readout--target { left: 74%; top: 31%; }
.advantage-card:is(:hover, :focus, .is-demo-active) .hp-widget { animation: hpWidgetIn 5.8s .08s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .roi-box--self { animation: roiAcquire 5.8s .18s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .roi-box--target { animation: roiAcquire 5.8s 1.18s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .roi-box i { animation: roiScan 5.8s 1.4s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .demo-readout--self { animation: roiReadout 5.8s .82s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .demo-readout--target { animation: roiReadout 5.8s 1.82s infinite both; }

/* 02 — the same keys the user configures are pressed in a complete farm cycle. */
.demo-cycle::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,6,5,.08), rgba(3,6,5,.7)); opacity: 0; }
.cycle-keys { position: absolute; z-index: 1; left: 7%; right: 7%; bottom: 17%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.cycle-key { min-width: 0; padding: 6px; border: 1px solid rgba(220,193,119,.28); background: rgba(4,7,6,.78); opacity: 0; transform: translateY(8px); }
.cycle-key b { display: block; color: #f3d885; font-size: 12px; line-height: 1; }
.cycle-key small { display: block; overflow: hidden; margin-top: 4px; color: #b6b8ac; font-size: 6px; line-height: 1.15; white-space: nowrap; text-overflow: ellipsis; }
.cycle-key--one { --press-delay: .35s; }
.cycle-key--two { --press-delay: 1.65s; }
.cycle-key--three { --press-delay: 3.65s; }
.cycle-states { position: absolute; z-index: 2; left: 7%; top: 15%; right: 7%; height: 25px; }
.cycle-states span { position: absolute; inset: 0 auto auto 0; padding: 6px 8px; border-left: 2px solid var(--cyan); background: rgba(3,8,7,.78); color: #c9fff4; font-size: 8px; font-weight: 700; letter-spacing: .08em; opacity: 0; }
.cycle-timeline { position: absolute; z-index: 2; left: 7%; right: 7%; bottom: 10%; height: 1px; background: rgba(217,176,82,.22); }
.cycle-timeline::after { content: ""; display: block; width: 0; height: 1px; background: linear-gradient(90deg, var(--gold), var(--cyan)); box-shadow: 0 0 8px rgba(131,213,204,.65); }
.advantage-card:is(:hover, :focus, .is-demo-active) .demo-cycle::before { animation: demoShade .35s both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .cycle-key { animation: cycleKey 7.2s var(--press-delay) infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .cycle-states span:nth-child(1) { animation: cycleState 7.2s .3s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .cycle-states span:nth-child(2) { animation: cycleState 7.2s 1.62s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .cycle-states span:nth-child(3) { animation: cycleState 7.2s 3.55s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .cycle-states span:nth-child(4) { animation: cycleStateLast 7.2s 5.18s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .cycle-timeline::after { animation: cycleProgress 7.2s .3s infinite linear; }

/* 03 — window focus moves to the buffer, the heal lands, then the main attacks. */
.party-windows { position: absolute; z-index: 2; left: 6%; right: 6%; top: 10%; display: flex; gap: 5px; }
.party-window { flex: 1; padding: 6px 5px; border: 1px solid rgba(212,194,137,.25); background: rgba(3,7,6,.76); color: #989c90; font-size: 6px; letter-spacing: .05em; white-space: nowrap; }
.party-window i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: #51564e; }
.party-heal { position: absolute; z-index: 2; left: 31%; top: 46%; width: 43%; height: 1px; background: linear-gradient(90deg, transparent, #9ff9ee 15%, #dfffee 72%, transparent); opacity: 0; transform: rotate(-3deg) scaleX(.1); transform-origin: right; filter: drop-shadow(0 0 5px #71dcca); }
.party-heal i { position: absolute; left: 5%; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: #d7fff8; box-shadow: 0 0 12px 5px rgba(110,240,219,.65); }
.party-heal b, .party-attack b { position: absolute; padding: 3px 5px; background: rgba(3,8,7,.82); color: #bffff4; font-size: 7px; letter-spacing: .08em; }
.party-heal b { right: 4%; bottom: 7px; }
.party-attack { position: absolute; z-index: 2; left: 48%; top: 42%; width: 34px; height: 34px; opacity: 0; }
.party-attack i { position: absolute; inset: 0; border: 1px solid #f4d67f; border-radius: 50%; box-shadow: 0 0 17px rgba(242,200,96,.6); }
.party-attack i::before, .party-attack i::after { content: ""; position: absolute; left: 50%; top: -9px; width: 1px; height: 50px; background: linear-gradient(transparent, #ffe79f, transparent); }
.party-attack i::after { transform: rotate(90deg); }
.party-attack b { left: 32px; top: 24px; color: #ffe6a2; }
.party-status { position: absolute; z-index: 2; left: 6%; bottom: 14%; height: 21px; }
.party-status > i { position: absolute; left: 0; top: 0; width: max-content; padding: 5px 7px; border-left: 2px solid var(--cyan); background: rgba(3,8,7,.8); color: #c8fff5; font-size: 7px; font-style: normal; font-weight: 700; letter-spacing: .06em; opacity: 0; }
.advantage-card:is(:hover, :focus, .is-demo-active) .party-window--buffer { animation: partyWindowBuffer 6.8s .45s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .party-window--main { animation: partyWindowMain 6.8s .45s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .party-heal { animation: partyHeal 6.8s .45s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .party-attack { animation: partyAttack 6.8s .45s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .party-status > i:nth-child(1) { animation: partyState 6.8s .45s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .party-status > i:nth-child(2) { animation: partyState 6.8s 2.2s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .party-status > i:nth-child(3) { animation: partyStateLast 6.8s 4.25s infinite both; }

/* 04 — launcher verifies the license, files and update before allowing start. */
.demo-launcher { background: linear-gradient(180deg, transparent 30%, rgba(2,5,5,.78)); }
.launcher-checks { position: absolute; z-index: 4; left: 6%; right: 6%; bottom: 23%; display: flex; gap: 4px; }
.launcher-checks span { flex: 1; min-width: 0; padding: 5px 3px; border: 1px solid rgba(131,213,204,.2); background: rgba(3,8,8,.82); color: #808c87; font-size: 6px; text-align: center; opacity: 0; transform: translateY(7px); }
.launcher-checks i { display: inline-block; width: 5px; height: 5px; margin-right: 3px; border: 1px solid currentColor; border-radius: 50%; }
.launcher-checks span:nth-child(1) { --check-delay: .35s; }
.launcher-checks span:nth-child(2) { --check-delay: 1.35s; }
.launcher-checks span:nth-child(3) { --check-delay: 2.35s; }
.launcher-progress { position: absolute; z-index: 4; left: 6%; right: 6%; bottom: 15%; height: 3px; background: rgba(118,138,129,.2); overflow: hidden; }
.launcher-progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #b99a4b, #83d5cc); box-shadow: 0 0 9px rgba(131,213,204,.55); }
.launcher-ready { position: absolute; z-index: 4; right: 6%; bottom: 7%; padding: 5px 7px; border: 1px solid rgba(141,235,213,.48); background: rgba(4,12,10,.86); color: #c8fff4; font-size: 7px; letter-spacing: .07em; opacity: 0; transform: translateY(6px); }
.advantage-card:is(:hover, :focus, .is-demo-active) .launcher-checks span { animation: launcherCheck 5.8s var(--check-delay) infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .launcher-progress i { animation: launcherProgress 5.8s .25s infinite both; }
.advantage-card:is(:hover, :focus, .is-demo-active) .launcher-ready { animation: launcherReady 5.8s .25s infinite both; }

@keyframes demoModeIn { to { opacity: 1; transform: none; } }
@keyframes demoShade { to { opacity: 1; } }
@keyframes hpWidgetIn { 0%,4% { opacity: 0; transform: translateY(-4px); } 10%,88% { opacity: 1; transform: none; } 96%,100% { opacity: 0; } }
@keyframes roiAcquire { 0%,6% { opacity: 0; transform: scaleX(.08); } 14%,82% { opacity: 1; transform: scaleX(1); } 94%,100% { opacity: 0; transform: scaleX(1); } }
@keyframes roiScan { 0%,18% { left: -8%; opacity: 0; } 22% { opacity: 1; } 56% { left: 98%; opacity: .9; } 62%,100% { left: 98%; opacity: 0; } }
@keyframes roiReadout { 0%,10% { opacity: 0; transform: translateY(4px); } 18%,80% { opacity: 1; transform: none; } 92%,100% { opacity: 0; } }
@keyframes cycleKey { 0%,4% { opacity: 0; transform: translateY(8px); } 9%,100% { opacity: 1; transform: none; } 15% { border-color: #a8fff1; color: #d9fff8; background: rgba(39,122,108,.72); box-shadow: 0 0 14px rgba(97,236,213,.38); transform: translateY(2px) scale(.96); } 22% { transform: none; } }
@keyframes cycleState { 0%,3% { opacity: 0; transform: translateX(-5px); } 8%,18% { opacity: 1; transform: none; } 24%,100% { opacity: 0; } }
@keyframes cycleStateLast { 0%,3% { opacity: 0; transform: translateX(-5px); } 8%,25% { opacity: 1; transform: none; } 35%,100% { opacity: 0; } }
@keyframes cycleProgress { 0% { width: 0; } 88% { width: 100%; } 100% { width: 100%; opacity: 0; } }
@keyframes partyWindowBuffer { 0%,8% { color: #8a9088; border-color: rgba(212,194,137,.25); } 14%,53% { color: #cffff5; border-color: #83d5cc; background: rgba(29,94,84,.72); box-shadow: 0 0 12px rgba(131,213,204,.25); } 60%,100% { color: #8a9088; border-color: rgba(212,194,137,.25); } }
@keyframes partyWindowMain { 0%,8% { color: #f2d98e; border-color: #d9b652; background: rgba(104,79,24,.58); } 14%,53% { color: #8a9088; border-color: rgba(212,194,137,.25); background: rgba(3,7,6,.76); } 60%,100% { color: #f2d98e; border-color: #d9b652; background: rgba(104,79,24,.58); } }
@keyframes partyHeal { 0%,25% { opacity: 0; transform: rotate(-3deg) scaleX(.08); } 31%,46% { opacity: 1; transform: rotate(-3deg) scaleX(1); } 54%,100% { opacity: 0; transform: rotate(-3deg) scaleX(1); } }
@keyframes partyAttack { 0%,59% { opacity: 0; transform: scale(.45) rotate(-20deg); } 65%,77% { opacity: 1; transform: scale(1) rotate(0); } 84%,100% { opacity: 0; transform: scale(1.25) rotate(15deg); } }
@keyframes partyState { 0%,3% { opacity: 0; transform: translateX(-5px); } 8%,21% { opacity: 1; transform: none; } 29%,100% { opacity: 0; } }
@keyframes partyStateLast { 0%,4% { opacity: 0; transform: translateX(-5px); } 10%,28% { opacity: 1; transform: none; } 36%,100% { opacity: 0; } }
@keyframes launcherCheck { 0%,4% { opacity: 0; transform: translateY(7px); } 10%,100% { opacity: 1; transform: none; color: #c8fff5; border-color: rgba(131,213,204,.46); } 14%,100% { background: rgba(20,66,59,.84); } }
@keyframes launcherProgress { 0% { width: 0; } 65%,88% { width: 100%; } 100% { width: 100%; opacity: 0; } }
@keyframes launcherReady { 0%,58% { opacity: 0; transform: translateY(6px); } 68%,90% { opacity: 1; transform: none; } 100% { opacity: 0; } }

.capabilities {
  position: relative;
  z-index: 6;
  padding: clamp(72px, 7vw, 112px) clamp(22px, 7vw, 128px) clamp(72px, 7vw, 112px);
  background:
    radial-gradient(ellipse at 10% 12%, rgba(217,176,82,.1), transparent 31%),
    radial-gradient(ellipse at 86% 82%, rgba(71,143,136,.09), transparent 34%),
    linear-gradient(135deg, transparent 0 43%, rgba(217,176,82,.025) 43.1% 43.4%, transparent 43.5%),
    linear-gradient(180deg, #080b09, #0c100d 56%, #080b09),
    var(--ink);
  border-top: 1px solid rgba(229, 198, 117, .18);
}
.capabilities::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .1; background-image: linear-gradient(rgba(217,176,82,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(217,176,82,.08) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent); }
.chapter-head {
  position: relative;
  max-width: 1500px;
  margin: 0 auto clamp(44px, 4.5vw, 70px);
  display: grid;
  grid-template-columns: .42fr 1.35fr .7fr;
  align-items: end;
  gap: clamp(24px, 5vw, 90px);
}
.chapter-number { align-self: start; color: var(--gold); font: 700 10px/1 Consolas, monospace; letter-spacing: .2em; }
.chapter-head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 4.4vw, 70px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.chapter-head h2 em { color: #c8aa67; font-weight: 400; }
.chapter-head p { margin: 0; color: var(--muted); line-height: 1.7; }
.capability-flow { position: relative; max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: 1.45fr .7fr .7fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-flow article { min-height: 242px; padding: 26px; border-left: 1px solid var(--line); background: rgba(11, 15, 12, .68); transition: background .3s; }
.capability-flow article:first-child { border-left: 0; }
.capability-flow article:hover { background: rgba(29, 28, 20, .76); }
.flow-index { display: block; margin-bottom: 44px; color: var(--gold); font: 700 10px/1 Consolas, monospace; }
.capability-flow small { color: #8f907e; font: 650 10px/1 Consolas, monospace; letter-spacing: .13em; text-transform: uppercase; }
.capability-flow h3 { max-width: 430px; margin: 14px 0 0; font-family: Georgia, serif; font-size: clamp(25px, 2vw, 36px); font-weight: 400; line-height: 1.08; }
.capability-flow p { max-width: 490px; margin: 18px 0 0; color: #a9aa9a; line-height: 1.65; }
.flow-primary { position: relative; display: grid; grid-template-columns: 1fr 160px; gap: 22px; }
.flow-primary .flow-index { grid-column: 1 / -1; margin-bottom: 8px; }
.flow-radar { position: relative; align-self: end; aspect-ratio: 1; border: 1px solid rgba(217, 176, 82, .2); border-radius: 50%; }
.flow-radar::before, .flow-radar::after { content: ""; position: absolute; inset: 25%; border: 1px solid rgba(217, 176, 82, .22); border-radius: 50%; }
.flow-radar::after { inset: 49% 0 auto; height: 1px; border: 0; border-top: 1px solid rgba(217, 176, 82, .2); border-radius: 0; }
.flow-radar i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.flow-radar i:nth-child(1) { left: 28%; top: 21%; }.flow-radar i:nth-child(2) { right: 19%; bottom: 31%; }.flow-radar i:nth-child(3) { left: 46%; bottom: 14%; }

.system-story {
  --story-accent: #83d5cc;
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(76px, 7vw, 118px) clamp(22px, 6vw, 104px) 0;
  background: #151d18;
  border-top: 1px solid rgba(229,198,117,.15);
}
.system-story::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  height: auto;
  min-height: 0;
  background:
    linear-gradient(90deg,rgba(10,15,12,.58) 0%,rgba(10,15,12,.24) 38%,rgba(10,15,12,.1) 62%,rgba(10,15,12,.34) 100%),
    linear-gradient(180deg,rgba(9,14,11,.08),transparent 48%,rgba(9,14,11,.36) 100%);
  opacity: 1;
  pointer-events: none;
}
.system-story::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: .92;
  filter: saturate(.98) brightness(1.03) contrast(1.01);
  transition: background-image .5s ease, opacity .5s ease;
  pointer-events: none;
}
.system-story[data-scene="home"]::after {
  background-image:
    linear-gradient(180deg, rgba(6,8,7,.02), rgba(6,8,7,.22)),
    url("assets/approved/feature-bg-home-logo-v1.webp");
}
.system-story[data-scene="combat"]::after {
  background-image:
    linear-gradient(180deg, rgba(6,8,7,.02), rgba(6,8,7,.22)),
    url("assets/approved/feature-bg-combat-logo-v1.webp");
}
.system-story[data-scene="buffer"]::after {
  background-image:
    linear-gradient(180deg, rgba(6,8,7,.02), rgba(6,8,7,.22)),
    url("assets/approved/feature-bg-buffer-logo-v1.webp");
}
.system-story[data-scene="target"]::after {
  background-image:
    linear-gradient(180deg, rgba(6,8,7,.02), rgba(6,8,7,.22)),
    url("assets/approved/feature-bg-target-logo-v1.webp");
}
.system-story[data-scene="rest"]::after {
  background-image:
    linear-gradient(180deg, rgba(6,8,7,.02), rgba(6,8,7,.22)),
    url("assets/approved/feature-bg-rest-logo-v2.webp");
}
.system-story[data-scene="loot"]::after {
  background-image:
    linear-gradient(180deg, rgba(6,8,7,.02), rgba(6,8,7,.22)),
    url("assets/approved/feature-bg-loot-logo-v1.webp");
}
.system-story[data-scene="drain"]::after {
  background-image:
    linear-gradient(180deg, rgba(6,8,7,.02), rgba(6,8,7,.22)),
    url("assets/approved/feature-bg-drain-logo-v2.webp");
}
.system-story[data-scene="input-test"]::after {
  background-image:
    linear-gradient(180deg, rgba(6,8,7,.02), rgba(6,8,7,.22)),
    url("assets/approved/feature-bg-input-test-logo-v1.webp");
}
.system-story[data-scene="fishing"]::after {
  background-image:
    linear-gradient(180deg, rgba(6,8,7,.02), rgba(6,8,7,.22)),
    url("assets/approved/feature-bg-fishing-logo-v2.webp");
}
.system-story[data-scene="roi"]::after {
  background-image:
    linear-gradient(180deg, rgba(6,8,7,.02), rgba(6,8,7,.22)),
    url("assets/approved/feature-bg-roi-logo-v2.webp");
}
.system-story[data-scene]::after { display: none; }
.story-backdrops {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: visible;
  background: #151d18;
}
.story-backdrop-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: clip;
}
.system-story::before { z-index: 1; pointer-events: none; }
.system-story .story-intro,
.system-story .story-layout { position: relative; z-index: 2; }
.story-backdrop-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(6,8,7,.03),rgba(6,8,7,.22));
}
.story-backdrop-stage img {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  max-width: none;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
  filter: saturate(.94) brightness(1.03) contrast(1.01);
  transition: opacity .9s ease,transform 1.25s var(--ease);
}
.story-backdrop-stage img.is-active {
  opacity: 1;
  transform: scale(1);
}
.story-noise { display: none; }
.story-intro { max-width: 1500px; margin: 0 auto clamp(48px,6vw,88px); display: grid; grid-template-columns: minmax(180px,.36fr) minmax(520px,1.08fr) minmax(260px,.46fr); align-items: end; gap: clamp(28px,5vw,82px); }
.story-intro .chapter-number { margin-bottom: 9px; }
.story-intro h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(44px,4.7vw,76px); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.story-intro h2 em { color: #c8aa67; font-weight: 400; }
.story-intro p { margin: 0 0 8px; padding-left: 22px; border-left: 1px solid var(--line); color: #a2a598; line-height: 1.72; }
.story-layout { max-width: 1600px; margin: 0 auto; display: grid; grid-template-columns: minmax(390px,.72fr) minmax(600px,1.28fr); gap: clamp(46px,7vw,120px); align-items: start; }
.story-copy { position: relative; min-width: 0; }
.story-copy::before { content: ""; position: absolute; left: 25px; top: 7%; bottom: 7%; width: 1px; background: linear-gradient(180deg, transparent, rgba(217,176,82,.3) 12%, rgba(131,213,204,.24) 88%, transparent); }
.story-step { min-height: min(620px,68vh); display: grid; grid-template-columns: 52px minmax(0,1fr); gap: clamp(20px,3vw,44px); align-content: center; padding: 38px 0; opacity: .3; transform: translateX(-7px); transition: opacity .72s var(--ease),transform .78s var(--ease); }
.story-step.is-active { opacity: 1; transform: none; }
.story-step > div { max-width: 620px; padding: clamp(24px,3vw,38px); border: 1px solid rgba(230,211,164,.16); border-radius: 2px; background: linear-gradient(135deg,rgba(18,25,20,.78),rgba(14,20,16,.5)); box-shadow: 0 20px 58px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.story-index { color: #6f756b; font: 700 11px/1 Consolas,monospace; transition: color .4s,text-shadow .4s; }
.story-index::after { content: ""; display: block; width: 7px; height: 7px; margin: 18px 0 0 1px; border: 1px solid currentColor; background: #080b09; transform: rotate(45deg); transition: background .4s,box-shadow .4s; }
.story-step.is-active .story-index { color: var(--story-accent); text-shadow: 0 0 18px color-mix(in srgb,var(--story-accent),transparent 50%); }
.story-step.is-active .story-index::after { background: var(--story-accent); box-shadow: 0 0 14px color-mix(in srgb,var(--story-accent),transparent 35%); }
.story-step small { color: #7e8377; font: 650 10px/1 Consolas,monospace; letter-spacing: .16em; text-transform: uppercase; }
.story-step h3 { max-width: 600px; margin: 16px 0 20px; font-family: Georgia,serif; font-size: clamp(36px,3.4vw,58px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.story-step p { max-width: 560px; margin: 0; color: #c1c4ba; font-size: 16px; line-height: 1.72; }
.story-step ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.story-step li { padding: 9px 11px; border: 1px solid rgba(217,176,82,.18); color: #858a7f; font: 650 9px/1 Consolas,monospace; letter-spacing: .07em; text-transform: uppercase; transition: border-color .35s,color .35s,background .35s; }
.story-step.is-active li { border-color: color-mix(in srgb,var(--story-accent),transparent 70%); color: #c5c8bb; background: color-mix(in srgb,var(--story-accent),transparent 94%); }
.story-visual { position: sticky; top: 92px; min-width: 0; height: calc(100vh - 116px); display: grid; place-items: center; perspective: 1200px; }
.story-visual[data-accent="gold"] { --story-accent: #e3b955; }.story-visual[data-accent="blue"] { --story-accent: #60a5fa; }.story-visual[data-accent="green"] { --story-accent: #63d68a; }
.story-halo { position: absolute; width: min(58vw,820px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,color-mix(in srgb,var(--story-accent),transparent 91%),transparent 66%); filter: blur(12px); transition: background .65s; animation: haloBreath 6s ease-in-out infinite; }
@keyframes haloBreath { 50% { transform: scale(1.07); opacity: .68; } }
.story-frame { position: relative; z-index: 2; width: min(100%,1040px); overflow: hidden; border: 1px solid color-mix(in srgb,var(--story-accent),transparent 60%); border-radius: 3px; background: rgba(13,18,15,.8); box-shadow: 0 26px 72px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.035); transform: none; transition: border-color .55s,box-shadow .55s,transform .5s var(--ease); backdrop-filter: blur(9px); }
.story-visual:hover .story-frame { transform: translateY(-3px); box-shadow: 0 34px 96px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.035); }
.story-frame-head,.story-frame-foot { height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; color: #8c9085; font: 700 9px/1 Consolas,monospace; letter-spacing: .16em; }
.story-frame-head { border-bottom: 1px solid rgba(217,176,82,.15); }.story-frame-foot { border-top: 1px solid rgba(217,176,82,.15); }
.story-frame-head div { display: flex; gap: 6px; }.story-frame-head i { width: 6px; height: 6px; border: 1px solid var(--story-accent); transition: border-color .55s; }
.story-frame-foot span { display: inline-flex; align-items: center; gap: 9px; }.story-frame-foot span i { width: 5px; height: 5px; border-radius: 50%; background: var(--story-accent); box-shadow: 0 0 12px var(--story-accent); transition: background .55s,box-shadow .55s; }
.story-frame-foot b { color: var(--story-accent); font-weight: 700; transition: color .55s; }
.story-images { position: relative; aspect-ratio: 1.53; overflow: hidden; background: #080b09; }
.story-images img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.035) translateY(7px); clip-path: inset(0); filter: saturate(.82) brightness(.88); transition: opacity .7s ease,transform 1s var(--ease),filter .9s ease; }
.story-images img.is-active { opacity: 1; transform: scale(1.01); clip-path: inset(0); filter: saturate(.98) brightness(1); }
.story-scan { display: none; }
@keyframes storyScan { 70%,100% { transform: translateY(760%); } }
.story-reticle { display: none; }
.story-reticle::before,.story-reticle::after { content: ""; position: absolute; background: color-mix(in srgb,var(--story-accent),transparent 38%); }.story-reticle::before { left: -14px; right: -14px; top: 26px; height: 1px; }.story-reticle::after { top: -14px; bottom: -14px; left: 26px; width: 1px; }
.story-reticle i { position: absolute; inset: 10px; border: 1px solid color-mix(in srgb,var(--story-accent),transparent 66%); border-radius: 50%; animation: reticlePulse 2.4s ease-in-out infinite; }.story-reticle i + i { inset: 20px; background: var(--story-accent); border: 0; box-shadow: 0 0 10px var(--story-accent); }
@keyframes reticlePulse { 50% { transform: scale(.78); opacity: .45; } }
.story-rail { position: absolute; right: -24px; top: 50%; display: grid; gap: 10px; transform: translateY(-50%); }.story-rail i { width: 3px; height: 18px; border: 1px solid rgba(217,176,82,.18); transition: height .45s,background .45s,border-color .45s; }.story-rail i.is-active { height: 34px; border-color: var(--story-accent); background: var(--story-accent); box-shadow: 0 0 10px color-mix(in srgb,var(--story-accent),transparent 65%); }
.story-ghost { display: none; }

.interface-gallery {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(100px, 11vw, 180px) clamp(22px, 7vw, 128px);
  background:
    radial-gradient(circle at 73% 35%, rgba(138, 113, 55, .14), transparent 35%),
    linear-gradient(145deg, #0a0d0b, #060806 68%);
  border-top: 1px solid rgba(229, 198, 117, .16);
}
.gallery-backdrop { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.gallery-backdrop span {
  position: absolute;
  right: -1.8vw;
  top: 8%;
  color: rgba(213, 185, 112, .035);
  font: 800 clamp(52px, 8vw, 142px)/.82 Consolas, monospace;
  letter-spacing: -.08em;
  writing-mode: vertical-rl;
}
.gallery-backdrop i { position: absolute; width: 3px; height: 3px; background: var(--gold); box-shadow: 0 0 16px rgba(217,176,82,.5); animation: drift 8s ease-in-out infinite; }
.gallery-backdrop i:nth-of-type(1) { left: 7%; top: 23%; }
.gallery-backdrop i:nth-of-type(2) { left: 46%; top: 12%; animation-delay: -3s; }
.gallery-backdrop i:nth-of-type(3) { right: 18%; bottom: 12%; animation-delay: -5s; }
.gallery-backdrop i:nth-of-type(4) { right: 3%; top: 42%; animation-delay: -1.5s; }
.gallery-heading {
  max-width: 1500px;
  margin: 0 auto clamp(58px, 7vw, 104px);
  display: grid;
  grid-template-columns: minmax(500px, 1.3fr) minmax(280px, .55fr);
  align-items: end;
  gap: clamp(30px, 8vw, 140px);
}
.gallery-heading .chapter-number { display: block; margin-bottom: 30px; }
.gallery-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 5vw, 84px); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.gallery-heading h2 em { color: #c8aa67; font-weight: 400; }
.gallery-heading p { margin: 0 0 8px; padding-left: 22px; border-left: 1px solid var(--line); color: #a8a99a; line-height: 1.72; }

.gallery-shell {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, .34fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 68px);
  align-items: start;
}
.gallery-tabs { position: sticky; top: 96px; border-top: 1px solid var(--line); }
.gallery-tab {
  position: relative;
  width: 100%;
  min-height: 116px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  gap: 10px 14px;
  padding: 24px 18px 24px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: #b5b3a7;
  text-align: left;
  cursor: pointer;
  transition: color .3s, padding-left .35s var(--ease), background .3s;
}
.gallery-tab::before { content: ""; position: absolute; left: 0; top: 50%; width: 0; height: 1px; background: var(--gold); transition: width .35s var(--ease); }
.gallery-tab span { grid-row: 1 / 3; color: #777b6f; font: 700 10px/1 Consolas, monospace; }
.gallery-tab b { font-family: Georgia, serif; font-size: 23px; font-weight: 400; line-height: 1; }
.gallery-tab i { color: #777b70; font-size: 11px; font-style: normal; line-height: 1.4; }
.gallery-tab:hover { color: var(--text); background: rgba(217,176,82,.035); }
.gallery-tab.is-active { padding-left: 28px; color: var(--gold-bright); background: linear-gradient(90deg, rgba(217,176,82,.1), transparent); }
.gallery-tab.is-active::before { width: 18px; }
.gallery-tab.is-active span { color: var(--gold); }
.gallery-tab.is-active i { color: #aaa28d; }

.gallery-stage { min-width: 0; }
.gallery-frame {
  position: relative;
  border: 1px solid rgba(224, 189, 101, .38);
  background: #050705;
  box-shadow: 0 34px 90px rgba(0,0,0,.5), 0 0 0 8px rgba(213, 180, 94, .025);
  transition: transform .42s var(--ease), opacity .24s;
}
.gallery-stage.is-switching .gallery-frame { opacity: .3; transform: translateY(8px) scale(.995); }
.gallery-frame-top {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid rgba(224,189,101,.18);
  color: #8f8d7e;
  font: 650 9px/1 Consolas, monospace;
  letter-spacing: .15em;
}
.gallery-frame-top div { display: flex; gap: 6px; }
.gallery-frame-top i { width: 6px; height: 6px; border: 1px solid #8c8163; }
.gallery-image-wrap { position: relative; aspect-ratio: 1.54; overflow: hidden; background: #070907; }
.gallery-image-wrap > img {
  position: absolute;
  width: 132%;
  max-width: none;
  height: auto;
  left: -16%;
  top: 0;
  transition: opacity .24s, transform .42s var(--ease);
}
.gallery-stage.is-switching .gallery-image-wrap > img { opacity: 0; transform: scale(1.012); }
.gallery-focus {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: 6%;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(131,213,204,.36);
  border-radius: 50%;
  animation: focusPulse 3.8s ease-in-out infinite;
}
.gallery-focus::before, .gallery-focus::after { content: ""; position: absolute; background: rgba(131,213,204,.45); }
.gallery-focus::before { width: 68px; height: 1px; left: -12px; top: 22px; }
.gallery-focus::after { width: 1px; height: 68px; left: 22px; top: -12px; }
.gallery-focus span { position: absolute; inset: 11px; border: 1px solid rgba(131,213,204,.28); border-radius: 50%; }
@keyframes focusPulse { 50% { opacity: .38; transform: scale(.9); } }
.gallery-caption {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) 1fr;
  gap: 30px;
  padding: 28px 0 0;
  border-bottom: 1px solid var(--line);
}
.gallery-caption small { color: #777b70; font: 650 9px/1 Consolas, monospace; letter-spacing: .15em; text-transform: uppercase; }
.gallery-caption h3 { margin: 8px 0 24px; font-family: Georgia, serif; font-size: clamp(26px, 2.3vw, 40px); font-weight: 400; }
.gallery-caption p { margin: 2px 0 24px; max-width: 600px; color: #a9aa9b; line-height: 1.7; }

.start-flow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(76px, 7.5vw, 122px) clamp(22px, 7vw, 128px);
  border-top: 1px solid rgba(229,198,117,.16);
  background:
    radial-gradient(circle at 18% 42%, rgba(83,177,167,.14), transparent 29%),
    radial-gradient(circle at 79% 54%, rgba(217,176,82,.15), transparent 34%),
    linear-gradient(100deg, #070a09 0 19%, transparent 19.2% 78%, rgba(217,176,82,.025) 78.2%),
    linear-gradient(180deg, #080b0a, #0b100d 52%, #070908);
}
.start-flow::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -34px;
  background:
    linear-gradient(90deg, rgba(5,8,7,.78) 0%, rgba(5,8,7,.48) 34%, rgba(5,8,7,.68) 67%, rgba(5,8,7,.9) 100%),
    linear-gradient(180deg, rgba(5,8,7,.28), rgba(5,8,7,.12) 45%, rgba(5,8,7,.88) 96%),
    url("assets/approved/advantage-launcher-bg-clean-v3.webp") center 17% / cover no-repeat;
  opacity: .48;
  filter: saturate(.72) contrast(1.04) brightness(.72);
  transform: scale(1.025);
  animation: startWorldBreath 18s ease-in-out infinite alternate;
}
.start-flow::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 45%, rgba(227,181,86,.11), transparent 31%),
    linear-gradient(90deg, transparent 0 12%, rgba(229,198,117,.08) 12.05% 12.12%, transparent 12.17% 87.8%, rgba(131,213,204,.055) 87.85% 87.92%, transparent 88%);
  mask-image: linear-gradient(180deg, transparent, #000 13% 88%, transparent);
}
@keyframes startWorldBreath {
  from { transform: scale(1.025) translate3d(-.35%, 0, 0); }
  to { transform: scale(1.045) translate3d(.35%, -.45%, 0); }
}
.start-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(217,176,82,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217,176,82,.055) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.start-heading {
  max-width: 1500px;
  margin: 0 auto clamp(42px, 4.5vw, 68px);
  display: grid;
  grid-template-columns: minmax(500px, 1.3fr) minmax(280px, .55fr);
  align-items: end;
  gap: clamp(30px, 8vw, 140px);
}
.start-heading .chapter-number { display: block; margin-bottom: 30px; }
.start-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(43px, 4.4vw, 70px); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.start-heading h2 em { color: #c8aa67; font-weight: 400; }
.start-heading p { margin: 0 0 8px; padding-left: 22px; border-left: 1px solid var(--line); color: #a8a99a; line-height: 1.72; }

.start-console {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: center;
}
.start-steps { border-top: 1px solid var(--line); }
.start-step {
  position: relative;
  width: 100%;
  min-height: 104px;
  display: grid;
  grid-template-columns: 34px 1fr 16px;
  align-items: center;
  gap: 14px;
  padding: 18px 8px 18px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: #a8a79b;
  text-align: left;
  cursor: pointer;
  transition: color .3s, padding-left .35s var(--ease), background .3s;
}
.start-step::before { content: ""; position: absolute; left: 0; top: 50%; width: 0; height: 1px; background: var(--gold); transition: width .35s var(--ease); }
.start-step > span { color: #6f756b; font: 700 10px/1 Consolas, monospace; }
.start-step div { display: grid; gap: 8px; }
.start-step small { color: #777b70; font: 650 9px/1 Consolas, monospace; letter-spacing: .14em; text-transform: uppercase; }
.start-step b { font-family: Georgia, serif; font-size: clamp(18px, 1.45vw, 24px); font-weight: 400; line-height: 1.1; }
.start-step > i { width: 7px; height: 7px; border: 1px solid #777b70; transform: rotate(45deg); transition: background .3s, border-color .3s, box-shadow .3s; }
.start-step:hover { color: var(--text); background: rgba(217,176,82,.035); }
.start-step.is-active { padding-left: 26px; color: var(--gold-bright); background: linear-gradient(90deg, rgba(217,176,82,.11), transparent); }
.start-step.is-active::before { width: 17px; }
.start-step.is-active > span, .start-step.is-active small { color: var(--gold); }
.start-step.is-active > i { border-color: var(--cyan); background: var(--cyan); box-shadow: 0 0 14px rgba(131,213,204,.6); }

.launcher-stage { position: relative; min-width: 0; }
.launcher-orbit { position: absolute; z-index: -1; width: min(57vw, 820px); aspect-ratio: 1; right: -7%; top: 40%; border: 1px solid rgba(217,176,82,.12); border-radius: 50%; transform: translateY(-50%); animation: launcherTurn 28s linear infinite; }
.launcher-orbit::before, .launcher-orbit::after { content: ""; position: absolute; border: 1px solid rgba(131,213,204,.1); border-radius: 50%; }
.launcher-orbit::before { inset: 12%; }.launcher-orbit::after { inset: 29%; }
.launcher-orbit i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px rgba(217,176,82,.6); }
.launcher-orbit i:nth-child(1) { left: 10%; top: 28%; }.launcher-orbit i:nth-child(2) { right: 2%; top: 53%; }.launcher-orbit i:nth-child(3) { left: 49%; bottom: -2px; }
@keyframes launcherTurn { to { transform: translateY(-50%) rotate(360deg); } }
.launcher-frame {
  position: relative;
  width: min(100%, 940px);
  margin-left: auto;
  border: 1px solid rgba(224,189,101,.4);
  background: #050705;
  box-shadow: 0 42px 110px rgba(0,0,0,.62), 0 0 0 9px rgba(213,180,94,.025);
  transition: opacity .22s, transform .4s var(--ease);
}
.launcher-stage.is-switching .launcher-frame { opacity: .55; transform: translateY(6px) scale(.997); }
.launcher-frame-top { height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid rgba(224,189,101,.18); color: #8f8d7e; font: 650 9px/1 Consolas, monospace; letter-spacing: .15em; }
.launcher-frame-top b { color: rgba(131,213,204,.66); font-weight: 650; }
.launcher-capture { position: relative; overflow: hidden; aspect-ratio: 860 / 700; background: #0b0f14; }
.launcher-capture img { display: block; width: 100%; height: 100%; object-fit: cover; }
.launcher-scan { position: absolute; inset: -40% 0 auto; height: 38%; background: linear-gradient(180deg, transparent, rgba(131,213,204,.055), transparent); animation: launcherScan 6.8s ease-in-out infinite; }
@keyframes launcherScan { 50%, 100% { transform: translateY(470%); } }
.launcher-corner { position: absolute; width: 34px; height: 34px; border-color: rgba(131,213,204,.6); }
.corner-a { left: 14px; top: 14px; border-left: 1px solid; border-top: 1px solid; }.corner-b { right: 14px; bottom: 14px; border-right: 1px solid; border-bottom: 1px solid; }
.start-caption { display: grid; grid-template-columns: minmax(220px, .7fr) 1fr; gap: 28px; padding: 27px 0 0; border-bottom: 1px solid var(--line); }
.start-caption small { color: #777b70; font: 650 9px/1 Consolas, monospace; letter-spacing: .15em; text-transform: uppercase; }
.start-caption h3 { margin: 8px 0 24px; font-family: Georgia, serif; font-size: clamp(27px, 2.3vw, 40px); font-weight: 400; }
.start-caption p { margin: 2px 0 24px; max-width: 620px; color: #a9aa9b; line-height: 1.7; }
.start-bottom { max-width: 1500px; margin: clamp(34px, 4vw, 54px) auto 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(217,176,82,.16); }
.start-facts { display: flex; flex-wrap: wrap; gap: 18px 34px; color: #9a9c8e; font-size: 12px; }
.start-facts span { display: inline-flex; align-items: center; gap: 9px; }
.start-facts i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px rgba(131,213,204,.55); }

.faq-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 7vw, 112px) clamp(22px, 7vw, 128px);
  border-top: 1px solid rgba(229,198,117,.16);
  background:
    radial-gradient(ellipse at 15% 18%, rgba(217,176,82,.095), transparent 31%),
    radial-gradient(ellipse at 86% 78%, rgba(77,158,150,.085), transparent 30%),
    repeating-linear-gradient(90deg, transparent 0 109px, rgba(217,176,82,.025) 110px, transparent 111px),
    linear-gradient(180deg, #090c0a, #070908);
}
.faq-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -170px;
  bottom: -310px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(217,176,82,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(217,176,82,.014), 0 0 0 128px rgba(131,213,204,.01);
}
.faq-section::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -26px;
  background:
    linear-gradient(90deg, rgba(6,9,7,.91) 0%, rgba(6,9,7,.69) 43%, rgba(6,9,7,.78) 72%, rgba(6,9,7,.93) 100%),
    linear-gradient(180deg, rgba(6,9,7,.48), rgba(6,9,7,.2) 44%, rgba(6,9,7,.92) 96%),
    url("assets/approved/story-observatory-clean-v3.webp") center 44% / cover no-repeat;
  opacity: .58;
  filter: saturate(.64) contrast(1.04) brightness(.68);
  transform: scale(1.02);
  animation: faqWorldBreath 22s ease-in-out infinite alternate;
}
@keyframes faqWorldBreath {
  from { transform: scale(1.02) translate3d(.25%, 0, 0); }
  to { transform: scale(1.04) translate3d(-.3%, -.35%, 0); }
}
.faq-heading {
  max-width: 1500px;
  margin: 0 auto clamp(38px, 4vw, 60px);
  display: grid;
  grid-template-columns: minmax(480px, 1.2fr) minmax(280px, .58fr);
  align-items: end;
  gap: clamp(30px, 7vw, 120px);
}
.faq-heading .chapter-number { display: block; margin-bottom: 24px; }
.faq-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 4.2vw, 68px); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.faq-heading h2 em { color: #c8aa67; font-weight: 400; }
.faq-heading p { margin: 0 0 7px; padding-left: 22px; border-left: 1px solid var(--line); color: #a8a99a; line-height: 1.7; }
.faq-grid {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.faq-grid details {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(10,14,11,.66);
  transition: background .28s, border-color .28s;
}
.faq-grid details[open] { background: linear-gradient(135deg, rgba(217,176,82,.095), rgba(10,14,11,.82) 54%); border-bottom-color: rgba(217,176,82,.35); }
.faq-grid summary {
  min-height: 78px;
  display: grid;
  grid-template-columns: 34px minmax(0,1fr) 22px;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  color: #d5d1c2;
  cursor: pointer;
  list-style: none;
}
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { color: var(--gold); font: 700 9px/1 Consolas, monospace; letter-spacing: .12em; }
.faq-grid summary b { font-family: Georgia, serif; font-size: clamp(18px, 1.5vw, 23px); font-weight: 400; line-height: 1.15; }
.faq-grid summary i { position: relative; width: 18px; height: 18px; }
.faq-grid summary i::before,
.faq-grid summary i::after { content: ""; position: absolute; left: 3px; right: 3px; top: 8px; height: 1px; background: var(--cyan); transition: transform .3s var(--ease); }
.faq-grid summary i::after { transform: rotate(90deg); }
.faq-grid details[open] summary i::after { transform: rotate(0); }
.faq-grid details p { margin: 0; padding: 0 70px 24px; color: #989c90; font-size: 13px; line-height: 1.7; }
.faq-grid summary:hover { color: var(--gold-bright); }

.contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(76px, 7.5vw, 122px) clamp(22px, 7vw, 128px);
  border-top: 1px solid rgba(229,198,117,.16);
  background:
    linear-gradient(120deg, rgba(217,176,82,.085), transparent 38%),
    radial-gradient(circle at 86% 18%, rgba(131,213,204,.12), transparent 25%),
    radial-gradient(ellipse at 12% 88%, rgba(113,78,38,.11), transparent 34%),
    repeating-linear-gradient(135deg, transparent 0 68px, rgba(217,176,82,.018) 69px, transparent 70px),
    #070908;
}
.contact-section::before { content: ""; position: absolute; z-index: -1; width: 760px; height: 760px; right: -420px; top: 8%; border: 1px solid rgba(217,176,82,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(217,176,82,.018), 0 0 0 180px rgba(131,213,204,.012); }
.contact-section::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -34px;
  background:
    linear-gradient(90deg, rgba(5,8,6,.91) 0%, rgba(5,8,6,.74) 42%, rgba(5,8,6,.65) 70%, rgba(5,8,6,.9) 100%),
    linear-gradient(180deg, rgba(5,8,6,.5), rgba(5,8,6,.17) 36%, rgba(5,8,6,.94) 96%),
    url("assets/approved/hero-paladin-cruma-clean-v3.webp") center 50% / cover no-repeat;
  opacity: .5;
  filter: saturate(.7) contrast(1.02) brightness(.66);
  transform: scale(1.025);
  animation: contactWorldBreath 24s ease-in-out infinite alternate;
}
@keyframes contactWorldBreath {
  from { transform: scale(1.025) translate3d(-.2%, 0, 0); }
  to { transform: scale(1.045) translate3d(.35%, -.3%, 0); }
}
.contact-signal { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.contact-signal i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px rgba(131,213,204,.7); animation: drift 8s ease-in-out infinite; }
.contact-signal i:nth-child(1) { left: 8%; top: 34%; }.contact-signal i:nth-child(2) { left: 46%; bottom: 13%; animation-delay: -2.8s; }.contact-signal i:nth-child(3) { right: 7%; top: 26%; animation-delay: -5s; }
.contact-heading {
  max-width: 1500px;
  margin: 0 auto clamp(42px, 4.5vw, 68px);
  display: grid;
  grid-template-columns: minmax(500px, 1.3fr) minmax(280px, .55fr);
  align-items: end;
  gap: clamp(30px, 8vw, 140px);
}
.contact-heading .chapter-number { display: block; margin-bottom: 30px; }
.contact-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(43px, 4.4vw, 70px); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.contact-heading h2 em { color: #c8aa67; font-weight: 400; }
.contact-heading p { margin: 0 0 8px; padding-left: 22px; border-left: 1px solid var(--line); color: #a8a99a; line-height: 1.72; }
.contact-layout { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: minmax(270px, .36fr) minmax(0, 1fr); gap: clamp(34px, 5vw, 76px); align-items: start; }
.contact-notes { border-top: 1px solid var(--line); }
.contact-notes article { display: grid; grid-template-columns: 32px 1fr; gap: 16px; padding: 26px 4px; border-bottom: 1px solid var(--line); }
.contact-notes article > span { color: var(--gold); font: 700 10px/1 Consolas, monospace; }
.contact-notes small { color: #777b70; font: 650 9px/1 Consolas, monospace; letter-spacing: .14em; text-transform: uppercase; }
.contact-notes h3 { margin: 9px 0 10px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.contact-notes p { margin: 0; color: #8f9185; font-size: 13px; line-height: 1.65; }
.contact-direct { padding: 28px 4px 0; }
.contact-direct small { display: block; margin-bottom: 10px; color: #777b70; font: 650 9px/1 Consolas, monospace; letter-spacing: .13em; text-transform: uppercase; }
.contact-direct a { display: inline-flex; gap: 12px; align-items: center; color: var(--gold-bright); text-decoration: none; }
.contact-direct i { font-style: normal; transition: transform .25s var(--ease); }.contact-direct a:hover i { transform: translate(3px,-3px); }
.form-stack { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.request-form { position: relative; padding: clamp(24px, 2.4vw, 38px); border: 1px solid rgba(224,189,101,.28); background: linear-gradient(145deg, rgba(20,25,22,.96), rgba(10,13,11,.96)); box-shadow: 0 32px 80px rgba(0,0,0,.34); }
.request-form::before { content: ""; position: absolute; left: -1px; top: 36px; width: 1px; height: 84px; background: var(--gold); box-shadow: 0 0 18px rgba(217,176,82,.35); }
.form-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--gold); font: 700 9px/1 Consolas, monospace; letter-spacing: .15em; }
.form-head h3 { margin: 8px 0 0; font-family: Georgia, serif; font-size: clamp(25px, 2vw, 34px); font-weight: 400; }
.form-head > i { width: 10px; height: 10px; border: 1px solid var(--cyan); transform: rotate(45deg); box-shadow: 0 0 14px rgba(131,213,204,.25); transition: transform .38s var(--ease), background .3s, box-shadow .3s; }
.request-form:focus-within .form-head > i { transform: rotate(135deg) scale(1.15); background: var(--cyan); box-shadow: 0 0 18px rgba(131,213,204,.52); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.request-form > label, .form-row label { display: grid; gap: 8px; margin-bottom: 16px; }
.request-form label > span { color: #9c9e91; font-size: 11px; font-weight: 650; letter-spacing: .04em; }
.request-form input:not([type="checkbox"]), .request-form textarea { width: 100%; border: 1px solid rgba(217,176,82,.2); border-radius: 0; background: #090d0b; color: var(--text); font: inherit; outline: none; transition: border-color .25s, background .25s, box-shadow .25s; }
.request-form input:not([type="checkbox"]) { height: 48px; padding: 0 14px; }
.request-form textarea { min-height: 112px; padding: 13px 14px; resize: vertical; line-height: 1.5; }
.request-form input::placeholder, .request-form textarea::placeholder { color: #5f635b; }
.request-form input:focus, .request-form textarea:focus { border-color: rgba(242,213,138,.68); background: #0d120f; box-shadow: 0 0 0 3px rgba(217,176,82,.07); }
.request-form input:user-invalid, .request-form textarea:user-invalid { border-color: rgba(251,113,133,.65); }
.form-consent { grid-template-columns: 18px 1fr !important; align-items: start; gap: 10px !important; margin: 4px 0 22px !important; }
.form-consent input { appearance: none; width: 16px; height: 16px; margin: 1px 0 0; border: 1px solid #6f756b; background: #080b09; cursor: pointer; }
.form-consent input:checked { border-color: var(--gold); background: var(--gold); box-shadow: inset 0 0 0 3px #11140f; }
.form-consent span { font-size: 11px !important; font-weight: 400 !important; line-height: 1.5; }
.form-consent a { color: #cbb477; }
.form-action { display: grid; gap: 12px; }
.form-action button { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 18px; border: 1px solid var(--gold); background: var(--gold); color: #100d06; font: 750 11px/1 "Segoe UI", sans-serif; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s, transform .25s var(--ease); }
.form-action button:hover { background: var(--gold-bright); transform: translateY(-2px); }.form-action button:disabled { opacity: .5; cursor: wait; transform: none; }
.form-action button i { font-style: normal; }
.form-action p { min-height: 34px; margin: 0; color: #95988b; font-size: 12px; line-height: 1.5; }
.request-form.is-success .form-action p { color: #68d391; }.request-form.is-error .form-action p { color: #fb7185; }

.site-footer { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 clamp(22px, 7vw, 128px); color: #777a6e; border-top: 1px solid rgba(229,198,117,.13); background: #060806; font: 600 9px/1 Consolas, monospace; letter-spacing: .13em; text-transform: uppercase; }
.site-footer a { color: #b9a978; text-decoration: none; }
.site-footer div { display: flex; gap: clamp(16px, 2.5vw, 38px); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.no-js [data-reveal] { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }

/* 2026 composition pass: one visual hierarchy across the whole landing page. */
.scroll-relic,
.hero-grid,
.product-note,
.orbit,
.hero-coordinate,
.start-grid,
.launcher-orbit,
.faq-section::before,
.contact-section::before,
.contact-signal,
.gallery-backdrop { display: none; }

.site-header {
  background: rgba(7,10,8,.86);
  border-bottom-color: rgba(230,211,164,.12);
  backdrop-filter: blur(18px) saturate(1.1);
}

.hero-world { filter: saturate(.94) contrast(1.01) brightness(1.02); }
.hero-vignette {
  background:
    linear-gradient(90deg,rgba(5,8,6,.82) 0%,rgba(5,8,6,.62) 31%,rgba(5,8,6,.12) 68%,rgba(5,8,6,.18) 100%),
    linear-gradient(180deg,rgba(4,6,5,.26),transparent 48%,rgba(5,7,6,.5) 100%);
}
.hero-layout {
  width: min(1500px,calc(100% - clamp(40px,8vw,128px)));
  min-height: max(660px,100svh);
  grid-template-columns: minmax(400px,.82fr) minmax(560px,1.18fr);
  padding: 112px 0 72px;
}
h1 { max-width: 650px; font-size: clamp(54px,4.55vw,84px); line-height: .94; }
.hero-lead { max-width: 560px; color: #d2d2c8; }
.product-window {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  border-color: rgba(232,201,119,.34);
  border-radius: 3px;
  box-shadow: 0 30px 78px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.025);
  transform: none;
}
.hero-character {
  position: absolute;
  z-index: 4;
  top: 3%;
  right: -8%;
  width: min(50vw,600px);
  height: auto;
  max-width: none;
  pointer-events: none;
  filter: drop-shadow(-15px 22px 20px rgba(0,0,0,.38));
  transform: none;
  transform-origin: 50% 70%;
}
.capture-viewport img { filter: saturate(.98) contrast(1.01) brightness(1.03); }
.capture-scan { opacity: .18; }

.advantages,
.interface-gallery,
.start-flow,
.faq-section,
.contact-section { border-top-color: rgba(230,211,164,.12); }

.advantages {
  padding-top: clamp(70px,6.5vw,104px);
  padding-bottom: clamp(76px,7vw,116px);
  background:
    radial-gradient(ellipse at 12% 4%,rgba(217,176,82,.1),transparent 30%),
    radial-gradient(ellipse at 88% 94%,rgba(131,213,204,.075),transparent 29%),
    linear-gradient(180deg,#1b251e,#141c17);
}
.advantages::before { display: none; }
.advantages-head { max-width: 1360px; grid-template-columns: .32fr 1fr .7fr; margin-bottom: 38px; }
.advantages-head p { color: #b7baaf; font-size: 14px; }
.advantages-grid {
  max-width: 1360px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  border: 0;
}
.advantages-grid article,
.advantages-grid article:first-child,
.advantages-grid article:nth-child(3) {
  min-height: 440px;
  padding-bottom: 34px;
  border: 1px solid rgba(230,211,164,.13);
  border-radius: 3px;
  background: linear-gradient(145deg,rgba(34,45,37,.94),rgba(20,29,23,.95));
  box-shadow: 0 20px 58px rgba(0,0,0,.2);
}
.advantages-grid article:hover { transform: translateY(-4px); background: linear-gradient(145deg,rgba(45,55,43,.97),rgba(22,32,25,.96)); }
.advantage-media { height: clamp(250px,25vw,340px); margin-bottom: 25px; }
.advantage-media::after { background: linear-gradient(180deg,transparent 58%,rgba(6,9,7,.38)); }
.advantage-media img { filter: saturate(.98) brightness(1) contrast(1.01); }
.advantages-grid h3 { font-size: clamp(25px,2vw,34px); }
.advantages-grid p { max-width: 540px; color: #b5b9ad; font-size: 14px; }

.system-story { padding-top: clamp(72px,6vw,100px); }
.story-intro { max-width: 1360px; margin-bottom: 40px; }
.story-intro p,
.start-heading p,
.faq-heading p,
.contact-heading p { color: #c1c4b9; }
.story-layout { max-width: 1440px; grid-template-columns: minmax(460px,.82fr) minmax(620px,1.18fr); gap: clamp(38px,4.5vw,68px); }
.story-step { min-height: 480px; }
.story-step > div { padding: clamp(22px,2.3vw,32px); }
.story-step h3 { margin-top: 13px; margin-bottom: 16px; font-size: clamp(32px,2.65vw,46px); line-height: 1.01; }
.story-step p { font-size: 15px; line-height: 1.62; }
.story-step ul { margin-top: 22px; }
.story-frame-head,.story-frame-foot { height: 38px; }
.story-images { aspect-ratio: 1.58; }

.start-flow {
  padding-top: clamp(74px,6vw,104px);
  padding-bottom: clamp(78px,6.5vw,110px);
  background: linear-gradient(180deg,#19231c,#131b16);
}
.start-flow::before {
  opacity: .84;
  filter: saturate(.92) contrast(1.01) brightness(1);
}
.start-flow::after { background: linear-gradient(90deg,rgba(8,12,9,.52),rgba(8,12,9,.12) 52%,rgba(8,12,9,.35)); }
.start-heading,.start-console,.start-bottom { max-width: 1360px; }
.launcher-frame {
  border-color: rgba(224,189,101,.28);
  border-radius: 3px;
  box-shadow: 0 28px 76px rgba(0,0,0,.42);
}
.launcher-scan { opacity: .25; }

.faq-section {
  padding-top: clamp(72px,6vw,100px);
  padding-bottom: clamp(76px,6vw,106px);
  background: linear-gradient(180deg,#1a241d,#141c17);
}
.faq-section::after {
  opacity: .82;
  filter: saturate(.9) contrast(1.01) brightness(1);
}
.faq-heading,.faq-grid { max-width: 1360px; }
.faq-grid { gap: 12px; border: 0; }
.faq-grid details { border: 1px solid rgba(230,211,164,.16); border-radius: 2px; background: rgba(29,40,32,.9); }
.faq-grid details[open] { background: linear-gradient(135deg,rgba(58,50,30,.42),rgba(16,22,18,.94) 58%); }
.faq-grid details p { color: #b2b6aa; }

.contact-section {
  padding-top: clamp(74px,6vw,104px);
  padding-bottom: clamp(78px,6.5vw,112px);
  background: linear-gradient(180deg,#1a241d,#131b16);
}
.contact-section::after {
  opacity: .8;
  filter: saturate(.92) contrast(1.01) brightness(1);
}
.contact-heading,.contact-layout { max-width: 1360px; }
.contact-notes p { color: #aeb2a6; }
.request-form {
  border-color: rgba(224,189,101,.2);
  border-radius: 3px;
  background: linear-gradient(145deg,rgba(34,45,37,.96),rgba(19,27,22,.97));
  box-shadow: 0 24px 64px rgba(0,0,0,.28);
}
.request-form input:not([type="checkbox"]),.request-form textarea { background: rgba(13,19,15,.82); }

@media (max-width: 1180px) {
  .scroll-relic { right: -96px; opacity: .56; }
  .site-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero-layout { grid-template-columns: minmax(340px, .8fr) minmax(480px, 1.2fr); }
  .hero-facts { grid-template-columns: 1fr; max-width: 300px; }
  .hero-facts > div + div { padding-left: 0; border-left: 0; }
  .advantages-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .advantages-grid article { min-height: 500px; border-bottom: 1px solid var(--line); }
  .advantages-grid article:nth-child(3) { border-left: 0; }
  .chapter-head { grid-template-columns: 1fr 2fr; }
  .chapter-head p { grid-column: 2; }
  .capability-flow { grid-template-columns: 1fr 1fr; }
  .flow-primary { grid-column: 1 / -1; }
  .gallery-shell { grid-template-columns: 230px minmax(0, 1fr); }
  .gallery-tab { min-height: 104px; }
  .start-console { grid-template-columns: 235px minmax(0, 1fr); }
  .start-step { min-height: 98px; }
  .story-intro { grid-template-columns: 1fr 2fr; }
  .story-intro p { grid-column: 2; }
  .story-layout { grid-template-columns: minmax(330px,.72fr) minmax(520px,1.28fr); gap: 50px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-notes { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid var(--line); }
  .contact-notes article { border-right: 1px solid var(--line); padding: 24px 18px; }
  .contact-direct { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .scroll-relic { right: -108px; opacity: .42; transform: translate3d(var(--relic-drift), calc(-50% + var(--relic-shift)), 0) scale(.82); transform-origin: right center; }
  .site-header { height: 70px; padding: 0 20px; }
  .brand-index { display: none; }
  .header-action span { display: none; }
  .header-action { gap: 0; padding: 11px 14px; }
  .hero { min-height: auto; }
  .hero-layout { width: min(100% - 36px, 720px); min-height: 0; grid-template-columns: 1fr; padding: 120px 0 86px; }
  .hero-vignette { background: linear-gradient(180deg, rgba(5,7,6,.84), rgba(5,7,6,.7) 55%, #060806 100%); }
  .hero-copy { max-width: 650px; }
  h1 { font-size: clamp(52px, 13vw, 78px); }
  .hero-facts { max-width: none; grid-template-columns: repeat(3, 1fr); }
  .hero-facts > div + div { padding-left: 14px; border-left: 1px solid var(--line); }
  .advantages-head { display: block; }
  .advantages-head h2 { margin: 12px 0 16px; }
  .advantages-head p { max-width: 560px; }
  .product-scene { margin-top: 12px; }
  .product-window { width: 100%; margin-top: 24px; transform: none; }
  .hero-character { display: none; }
  .note-bottom { display: none; }
  .orbit-one { width: 90vw; height: 90vw; }
  .orbit-two { width: 70vw; height: 70vw; }
  .scroll-cue, .hero-coordinate { display: none; }
  .chapter-head { display: block; }
  .chapter-number { margin-bottom: 26px; }
  .chapter-head p { max-width: 580px; margin-top: 28px; }
  .capability-flow { grid-template-columns: 1fr; }
  .capability-flow article { border-left: 0; border-top: 1px solid var(--line); }
  .capability-flow article:first-child { border-top: 0; }
  .flow-primary { grid-column: auto; }
  .gallery-heading { display: block; }
  .gallery-heading p { max-width: 620px; margin-top: 28px; }
  .gallery-shell { grid-template-columns: 1fr; }
  .gallery-tabs { position: static; display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); }
  .gallery-tab { min-height: 96px; border-right: 1px solid var(--line); padding-left: 18px; }
  .gallery-tab.is-active { padding-left: 28px; }
  .start-heading { display: block; }
  .start-heading p { max-width: 620px; margin-top: 28px; }
  .start-console { grid-template-columns: 1fr; }
  .start-steps { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); }
  .start-step { min-height: 94px; border-right: 1px solid var(--line); padding-left: 18px; }
  .start-step.is-active { padding-left: 28px; }
  .launcher-frame { margin: 0 auto; }
  .launcher-orbit { width: 90vw; right: -20%; }
  .start-bottom { align-items: flex-start; flex-direction: column; }
  .faq-heading { display: block; }
  .faq-heading p { max-width: 620px; margin-top: 28px; }
  .faq-grid { grid-template-columns: 1fr; }
  .system-story { padding-left: 20px; padding-right: 20px; padding-bottom: 82px; }
  .story-intro { display: block; }
  .story-intro p { max-width: 620px; margin-top: 28px; }
  .story-backdrops,
  .story-visual { display: none; }
  .story-layout { display: block; }
  .story-copy { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
  .story-copy::before { display: none; }
  .story-step {
    position: relative;
    display: block;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(230,211,164,.18);
    background: linear-gradient(145deg,rgba(25,34,28,.98),rgba(13,19,15,.98));
    box-shadow: 0 18px 46px rgba(0,0,0,.24);
    opacity: 1;
    transform: none;
  }
  .story-step::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1650 / 1025;
    background-color: #080b09;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid rgba(230,211,164,.16);
  }
  .story-step[data-story-step="0"]::before { background-image: url("assets/approved/lu4-gui-real-home-v1.webp"); }
  .story-step[data-story-step="1"]::before { background-image: url("assets/approved/lu4-gui-combat-v1.webp"); }
  .story-step[data-story-step="2"]::before { background-image: url("assets/approved/lu4-gui-buffer-v1.webp"); }
  .story-step[data-story-step="3"]::before { background-image: url("assets/approved/lu4-gui-target-v1.webp"); }
  .story-step[data-story-step="4"]::before { background-image: url("assets/approved/lu4-gui-rest-v1.webp"); }
  .story-step[data-story-step="5"]::before { background-image: url("assets/approved/lu4-gui-loot-v1.webp"); }
  .story-step[data-story-step="6"]::before { background-image: url("assets/approved/lu4-gui-drain-v1.webp"); }
  .story-step[data-story-step="7"]::before { background-image: url("assets/approved/lu4-gui-input-test-v1.webp"); }
  .story-step[data-story-step="8"]::before { background-image: url("assets/approved/lu4-gui-fishing-v1.webp"); }
  .story-step[data-story-step="9"]::before { background-image: url("assets/approved/lu4-gui-roi-v1.webp"); }
  .story-step > div { max-width: none; padding: 26px; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .story-index { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 7px 9px; color: #e3c777; background: rgba(7,10,8,.86); border: 1px solid rgba(227,199,119,.42); }
  .story-index::after { display: none; }
  .story-step h3 { font-size: clamp(27px,4.2vw,36px); }
  .story-step p { font-size: 14px; }
  .story-step ul { margin-top: 20px; }
  .story-rail { display: none; }
  .story-ghost { right: 0; bottom: -18px; }
  .contact-heading { display: block; }
  .contact-heading p { max-width: 620px; margin-top: 28px; }
  .contact-notes { display: block; border-left: 0; }
  .contact-notes article { border-right: 0; }
  .form-stack { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .scroll-relic { display: none; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-name { font-size: 17px; }
  .header-action { width: 44px; min-width: 44px; height: 44px; padding: 0; justify-content: center; }
  .hero-layout { width: calc(100% - 28px); padding-top: 105px; }
  .eyebrow { font-size: 9px; margin-bottom: 22px; }
  h1 { font-size: clamp(48px, 16vw, 68px); line-height: .94; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; margin-top: 42px; }
  .hero-facts > div + div { padding-left: 0; border-left: 0; }
  .advantages { padding: 58px 14px 64px; }
  .advantages-head { padding: 0 6px; margin-bottom: 30px; }
  .advantages-head h2 { font-size: 38px; }
  .advantages-grid { grid-template-columns: 1fr; }
  .advantages-grid article { min-height: 0; padding-bottom: 30px; border-left: 0; }
  .advantage-media { height: 235px; }
  .advantages-grid h3 { font-size: 26px; }
  .product-note, .orbit { display: none; }
  .window-rail, .window-status { height: 32px; }
  .capture-viewport { aspect-ratio: 1650 / 1025; }
  .capture-viewport img { width: 100%; height: 100%; left: 0; object-fit: contain; }
  .capabilities { padding-left: 20px; padding-right: 20px; }
  .chapter-head h2 { font-size: 40px; }
  .flow-primary { display: block; }
  .flow-radar { display: none; }
  .interface-gallery { padding-left: 14px; padding-right: 14px; }
  .gallery-heading { padding: 0 6px; }
  .gallery-heading h2 { font-size: 45px; }
  .gallery-tabs { display: block; border-left: 0; }
  .gallery-tab { min-height: 84px; border-right: 0; }
  .gallery-tab i { display: none; }
  .gallery-frame-top { height: 34px; }
  .gallery-image-wrap { aspect-ratio: 1650 / 1025; }
  .gallery-image-wrap > img { width: 100%; height: 100%; left: 0; object-fit: contain; }
  .gallery-caption { grid-template-columns: 1fr; gap: 0; padding: 24px 6px 0; }
  .gallery-caption h3 { margin-bottom: 14px; }
  .start-flow { padding-left: 14px; padding-right: 14px; }
  .start-flow::before { background-position: 35% 20%; opacity: .38; }
  .start-heading { padding: 0 6px; }
  .start-flow { padding-top: 64px; padding-bottom: 64px; }
  .start-heading h2 { font-size: 40px; }
  .start-steps { display: block; border-left: 0; }
  .start-step { min-height: 82px; border-right: 0; }
  .start-step b { font-size: 18px; }
  .launcher-frame-top { height: 34px; }
  .start-caption { grid-template-columns: 1fr; gap: 0; padding: 24px 6px 0; }
  .start-caption h3 { margin-bottom: 14px; }
  .start-bottom { margin-left: 6px; margin-right: 6px; }
  .start-facts { display: grid; }
  .start-bottom .button { width: 100%; }
  .faq-section { padding: 64px 14px; }
  .faq-section::after { background-position: 61% 45%; opacity: .42; }
  .faq-heading { padding: 0 6px; }
  .faq-heading h2 { font-size: 40px; }
  .faq-grid summary { min-height: 72px; grid-template-columns: 26px minmax(0,1fr) 18px; gap: 10px; padding: 16px 14px; }
  .faq-grid summary b { font-size: 18px; }
  .faq-grid details p { padding: 0 48px 20px; font-size: 12px; }
  .system-story { padding-left: 14px; padding-right: 14px; }
  .story-intro { padding: 0 6px; }
  .system-story { padding-top: 64px; }
  .story-intro h2 { font-size: 40px; }
  .story-intro p { font-size: 14px; }
  .story-copy { grid-template-columns: 1fr; gap: 18px; }
  .story-step > div { padding: 23px 20px 22px; }
  .story-step h3 { margin: 12px 0 15px; font-size: 30px; line-height: 1.02; }
  .story-step p { font-size: 14px; }
  .story-step ul { display: flex; gap: 7px; margin-top: 18px; }
  .story-step li { padding: 8px 9px; }
  .contact-section { padding-left: 14px; padding-right: 14px; }
  .contact-section::after { background-position: 62% 50%; opacity: .36; }
  .contact-heading { padding: 0 6px; }
  .contact-section { padding-top: 64px; padding-bottom: 64px; }
  .contact-heading h2 { font-size: 40px; }
  .contact-layout { padding: 0 6px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .request-form { padding: 24px 18px; }
  .site-footer { min-height: 126px; align-items: flex-start; flex-direction: column; justify-content: center; font-size: 11px; line-height: 1.4; }
  .site-footer div { flex-wrap: wrap; gap: 12px 20px; }
  .site-footer a { display: inline-flex; align-items: center; min-height: 40px; padding: 5px 0; }
}
