@import url("https://api.fontshare.com/v2/css?f[]=general-sans@500,600,700&f[]=satoshi@400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600..900;1,9..144,600..900&display=swap");

:root {
  color-scheme: dark;
  --bg: #050302;
  --bg-2: #0d0805;
  --ink: #f7f4ec;
  --bone: #dcd4c7;
  --soft: rgba(247, 244, 236, 0.76);
  --muted: rgba(247, 244, 236, 0.5);
  --faint: rgba(247, 244, 236, 0.1);
  --line: rgba(247, 244, 236, 0.16);
  --line-strong: rgba(247, 244, 236, 0.3);
  --orange: #ff6b14;
  --orange-2: #ff8a2c;
  --green: #56f08a;
  --red: #e15241;
  --steel: #8fa3a7;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --sans: "Satoshi", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "General Sans", var(--sans);
  --serif: "Fraunces", Georgia, ui-serif, serif;
  --max: 1240px;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: var(--sans);
  background:
    linear-gradient(180deg, rgba(5, 3, 2, 0.05), var(--bg) 48rem),
    linear-gradient(90deg, rgba(255, 107, 20, 0.08), transparent 34%, rgba(86, 240, 138, 0.035)),
    var(--bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 247, 234, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 247, 234, 0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, black, transparent 74%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 30%, rgba(0, 0, 0, 0.42)),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34));
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

::selection {
  background: var(--orange);
  color: #080402;
}

[id] {
  scroll-margin-top: 5.8rem;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-150%);
  padding: 0.65rem 0.85rem;
  color: #080402;
  background: var(--orange);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.home-header {
  position: fixed;
  top: 0.8rem;
  left: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 1.5rem), 1320px);
  overflow: hidden;
  padding: 0.44rem 0.5rem 0.44rem 0.44rem;
  border: 1px solid rgba(255, 247, 234, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 107, 20, 0.2), transparent 24rem),
    linear-gradient(90deg, rgba(5, 3, 2, 0.9), rgba(5, 3, 2, 0.67) 48%, rgba(5, 3, 2, 0.9)),
    rgba(6, 4, 3, 0.78);
  box-shadow:
    0 24px 90px rgba(0, 0, 0, 0.54),
    inset 0 1px 0 rgba(255, 247, 234, 0.08);
  backdrop-filter: blur(24px) saturate(1.18);
  transform: translateX(-50%);
}

.home-header::before,
.home-header::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-header::before {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent, rgba(255, 138, 44, 0.5) 12%, transparent 25% 66%, rgba(86, 240, 138, 0.22), transparent),
    repeating-linear-gradient(90deg, rgba(255, 247, 234, 0.055) 0 1px, transparent 1px 64px);
  mask-image: linear-gradient(180deg, black 0 1px, transparent 1px 100%);
}

.home-header::after {
  left: 13rem;
  right: 26rem;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 107, 20, 0.36), transparent 30%, transparent 70%, rgba(86, 240, 138, 0.22));
  opacity: 0.7;
}

.home-header.is-scrolled {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 107, 20, 0.15), transparent 24rem),
    linear-gradient(90deg, rgba(5, 3, 2, 0.96), rgba(5, 3, 2, 0.82) 48%, rgba(5, 3, 2, 0.96));
}

.home-brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.home-brand-mark {
  position: relative;
  isolation: auto;
  display: grid;
  place-items: center;
  width: 10.6rem;
  height: 2.72rem;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: #ff9a35;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 900;
  background: transparent;
  box-shadow: none;
}

.home-brand-mark img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  opacity: 0.98;
  filter: saturate(1.02) contrast(1.04) brightness(0.96) drop-shadow(0 0 10px rgba(255, 107, 20, 0.1));
}

.home-brand-mark::before,
.home-brand-mark::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-brand-mark::before {
  display: none;
}

.home-brand-mark::after {
  display: none;
}

.home-brand-copy strong,
.home-brand-copy small {
  display: block;
  line-height: 1;
}

.header-code {
  position: relative;
  isolation: isolate;
  z-index: 1;
  display: inline-flex;
  gap: 0.56rem;
  align-items: center;
  margin: 0 auto 0 1rem;
  padding: 0.26rem 0.38rem 0.26rem 0.72rem;
  overflow: hidden;
  border: 1px solid rgba(255, 138, 44, 0.38);
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 50%, rgba(255, 138, 44, 0.28), transparent 4.8rem),
    linear-gradient(90deg, rgba(255, 107, 20, 0.17), rgba(5, 3, 2, 0.72) 58%, rgba(86, 240, 138, 0.1)),
    rgba(5, 3, 2, 0.84);
  color: rgba(255, 247, 234, 0.76);
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 234, 0.1),
    inset 0 -1px 0 rgba(255, 107, 20, 0.14),
    0 0 34px rgba(255, 107, 20, 0.18);
}

.header-code::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.header-code::before {
  inset: 0.22rem;
  z-index: -1;
  border: 1px solid rgba(86, 240, 138, 0.12);
  border-radius: inherit;
  mask-image: linear-gradient(90deg, transparent 0 64%, black);
}

.header-code .code-kicker {
  color: rgba(255, 183, 112, 0.78);
  white-space: nowrap;
}

.header-code strong {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22rem;
  padding: 0.2rem 0.56rem 0.23rem;
  border: 1px solid rgba(255, 138, 44, 0.34);
  border-radius: 999px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.18rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  background:
    linear-gradient(180deg, rgba(255, 174, 89, 0.2), rgba(255, 107, 20, 0.045)),
    rgba(255, 107, 20, 0.11);
  box-shadow:
    inset 0 1px 0 rgba(255, 229, 196, 0.12),
    0 0 20px rgba(255, 107, 20, 0.1);
}

.header-code strong em {
  color: rgba(255, 247, 234, 0.86);
  font-size: 0.72rem;
  font-style: normal;
  font-family: var(--mono);
  text-transform: uppercase;
}

.header-code b,
.header-code time {
  color: var(--orange-2);
  font-weight: 900;
}

.home-brand-copy strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-brand-copy small {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.12rem;
  padding: 0.16rem;
  border: 1px solid rgba(255, 247, 234, 0.08);
  border-radius: 8px;
  background: rgba(255, 247, 234, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 247, 234, 0.06);
}

.home-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.52rem;
  overflow: hidden;
  padding: 0 0.86rem;
  border-radius: 6px;
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms var(--ease);
}

.home-nav a:not(.nav-action)::after {
  content: "";
  position: absolute;
  left: 0.82rem;
  right: 0.82rem;
  bottom: 0.42rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 138, 44, 0), rgba(255, 138, 44, 0.75), rgba(86, 240, 138, 0));
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 180ms ease, transform 180ms var(--ease);
}

.home-nav a:hover,
.home-nav a:focus-visible {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 247, 234, 0.08), rgba(255, 247, 234, 0.03)),
    rgba(255, 247, 234, 0.035);
}

.home-nav a:not(.nav-action):hover::after,
.home-nav a:not(.nav-action):focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-nav .nav-action {
  --button-cut: 0.48rem;
  min-width: 9rem;
  border: 1px solid rgba(255, 132, 43, 0.54);
  color: #080402;
  background:
    linear-gradient(180deg, rgba(255, 180, 96, 0.14), transparent 46%),
    linear-gradient(135deg, #d55210 0%, #f06a14 52%, #c9440b 100%);
  box-shadow:
    0 12px 30px rgba(255, 107, 20, 0.13),
    inset 0 1px 0 rgba(255, 203, 142, 0.14),
    inset 0 -1px 0 rgba(68, 18, 0, 0.42);
  clip-path: polygon(0 0, calc(100% - var(--button-cut)) 0, 100% var(--button-cut), 100% 100%, var(--button-cut) 100%, 0 calc(100% - var(--button-cut)));
}

.home-nav .nav-action:hover,
.home-nav .nav-action:focus-visible {
  color: #080402;
  background:
    linear-gradient(180deg, rgba(255, 190, 112, 0.18), transparent 46%),
    linear-gradient(135deg, #e45c13 0%, #f47917 52%, #d24a0d 100%);
  transform: translateY(-1px);
}

.home-menu {
  position: relative;
  z-index: 1;
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(255, 138, 44, 0.34);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 107, 20, 0.12), rgba(255, 247, 234, 0.035)),
    rgba(5, 3, 2, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 247, 234, 0.08);
}

.home-menu span {
  display: block;
  width: 1.1rem;
  height: 2px;
  margin: 0.28rem auto;
  background: linear-gradient(90deg, var(--orange-2), var(--ink));
  box-shadow: 0 0 14px rgba(255, 107, 20, 0.32);
}

.home-main {
  overflow: clip;
}

.hero-section {
  position: relative;
  min-height: 90svh;
  padding: 6.7rem 1rem 2rem;
  isolation: isolate;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: -18rem -10rem auto -10rem;
  z-index: -2;
  height: 42rem;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 42%, rgba(255, 107, 20, 0.28), transparent 23rem),
    radial-gradient(circle at 72% 18%, rgba(86, 240, 138, 0.11), transparent 24rem),
    radial-gradient(circle at 50% 58%, rgba(255, 247, 234, 0.08), transparent 26rem);
  opacity: 0.62;
  filter: blur(20px);
  animation: heroAurora 18s ease-in-out infinite alternate;
}

.hero-bg,
.receipts-bg,
.final-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.46;
  filter: saturate(1.02) contrast(1.12);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 3, 2, 0.96), rgba(5, 3, 2, 0.78) 48%, rgba(5, 3, 2, 0.54)),
    linear-gradient(180deg, rgba(5, 3, 2, 0.08), var(--bg) 96%);
}

.hero-geometry {
  position: absolute;
  right: max(-9rem, -8vw);
  top: 8rem;
  z-index: -1;
  width: min(50vw, 46rem);
  opacity: 0.2;
  pointer-events: none;
  transform: rotate(-7deg);
  filter: drop-shadow(0 0 34px rgba(255, 107, 20, 0.14));
}

.hero-geometry svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.hero-geometry circle,
.hero-geometry path {
  fill: none;
  stroke: rgba(255, 138, 44, 0.76);
  stroke-width: 1.25;
  stroke-dasharray: 1220;
  stroke-dashoffset: 1220;
  vector-effect: non-scaling-stroke;
  animation: geometryDraw 5.8s var(--ease) 0.4s forwards, geometryFloat 16s ease-in-out 6s infinite;
}

.hero-geometry path:nth-child(4),
.hero-geometry path:nth-child(5) {
  stroke: rgba(86, 240, 138, 0.42);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 3rem;
  width: min(100%, var(--max));
  min-height: calc(90svh - 8.7rem);
  margin: 0 auto;
}

.hero-copy h1,
.section-head h2,
.receipts-copy h2,
.gary-copy h2,
.boundary-copy h2,
.final-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy h1 {
  max-width: 10.4ch;
  font-size: clamp(5.5rem, 7.6vw, 6.55rem);
}

.hero-copy h1 em {
  display: inline-block;
  color: var(--orange-2);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 800;
  line-height: 0.82;
  text-shadow: 0 0 40px rgba(255, 107, 20, 0.18);
}

.hero-copy h1 em .punct {
  color: var(--orange-2);
  font-family: var(--display);
  font-style: normal;
  font-weight: 800;
}

.hero-copy {
  grid-column: 1;
  grid-row: 1;
}

.hero-lede {
  max-width: 38rem;
  margin: 1.35rem 0 0;
  color: rgba(255, 247, 234, 0.82);
  font-size: 1.2rem;
  line-height: 1.68;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

.button {
  --button-cut: 0.58rem;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.12rem;
  overflow: hidden;
  padding: 0 1.16rem;
  border: 1px solid rgba(255, 247, 234, 0.12);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 247, 234, 0.08);
  clip-path: polygon(0 0, calc(100% - var(--button-cut)) 0, 100% var(--button-cut), 100% 100%, var(--button-cut) 100%, 0 calc(100% - var(--button-cut)));
  transition:
    transform 180ms var(--ease),
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.button::before,
.button::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.button::before {
  inset: -2px;
  z-index: -1;
  background:
    linear-gradient(112deg, transparent 0 38%, rgba(255, 226, 185, 0.13) 47%, transparent 56% 100%);
  opacity: 0;
  transform: translateX(-34%);
  transition: opacity 180ms ease, transform 520ms var(--ease);
}

.button::after {
  left: 0.72rem;
  right: 0.72rem;
  bottom: 0.46rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 210, 151, 0.3), transparent);
  opacity: 0.26;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:focus-visible,
.home-nav .nav-action:focus-visible,
.system-glass a:focus-visible {
  outline: 2px solid rgba(255, 138, 44, 0.58);
  outline-offset: 3px;
}

.button:hover::before,
.button:focus-visible::before {
  opacity: 1;
  transform: translateX(34%);
}

.button-primary {
  border-color: rgba(255, 132, 43, 0.54);
  color: #090402;
  background:
    linear-gradient(135deg, #df5d12 0%, #f26f16 58%, #d64c0c 100%);
  box-shadow:
    0 16px 42px rgba(255, 107, 20, 0.18),
    inset 0 1px 0 rgba(255, 203, 142, 0.2),
    inset 0 -1px 0 rgba(68, 18, 0, 0.48);
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: rgba(255, 157, 64, 0.64);
  background:
    linear-gradient(135deg, #ea6516 0%, #ff7b1a 58%, #de5511 100%);
  box-shadow:
    0 20px 52px rgba(255, 107, 20, 0.24),
    inset 0 1px 0 rgba(255, 210, 151, 0.24),
    inset 0 -1px 0 rgba(68, 18, 0, 0.42);
}

.button-secondary {
  color: var(--ink);
  border-color: rgba(255, 247, 234, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 247, 234, 0.1), rgba(255, 247, 234, 0.03)),
    rgba(5, 3, 2, 0.55);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 138, 44, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 107, 20, 0.13), rgba(255, 247, 234, 0.06)),
    rgba(5, 3, 2, 0.62);
  box-shadow: 0 18px 46px rgba(255, 107, 20, 0.11);
}

.button-text {
  color: rgba(255, 247, 234, 0.9);
  border-color: rgba(255, 247, 234, 0.13);
  background:
    linear-gradient(90deg, rgba(86, 240, 138, 0.08), transparent 34%),
    rgba(255, 247, 234, 0.035);
}

.button-text:hover,
.button-text:focus-visible {
  color: var(--ink);
  border-color: rgba(86, 240, 138, 0.36);
  background:
    linear-gradient(90deg, rgba(86, 240, 138, 0.12), rgba(255, 247, 234, 0.04)),
    rgba(255, 247, 234, 0.045);
}

.proof-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 42rem;
  margin: 1.35rem 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 234, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 107, 20, 0.1), rgba(86, 240, 138, 0.04) 52%, transparent),
    rgba(5, 3, 2, 0.68);
  box-shadow:
    0 22px 80px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 247, 234, 0.08);
  backdrop-filter: blur(12px);
}

.hero-intel-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.72rem;
  align-items: stretch;
  width: min(100%, 42rem);
  margin-top: 1.35rem;
}

.hero-intel-row .proof-row {
  width: 100%;
  max-width: none;
  margin: 0;
}

.proof-row::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 138, 44, 0.18), transparent),
    linear-gradient(rgba(255, 247, 234, 0.035) 1px, transparent 1px);
  background-size: 100% 100%, 100% 0.55rem;
  opacity: 0.5;
}

.proof-row div {
  position: relative;
  min-height: 5.35rem;
  padding: 0.9rem 0.95rem;
  background: rgba(5, 3, 2, 0.54);
}

.proof-row div + div {
  border-left: 1px solid rgba(255, 247, 234, 0.11);
}

.proof-row dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.proof-row dd {
  margin: 0.75rem 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 2.22rem;
  font-weight: 800;
  line-height: 0.92;
  font-variant-numeric: tabular-nums;
}

.proof-row dd span {
  display: inline-block;
  min-width: 4.7ch;
}

.number-stamp {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 100%;
  padding: 0.82rem;
  overflow: hidden;
  border: 1px solid rgba(255, 107, 20, 0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 107, 20, 0.18), transparent 8rem),
    linear-gradient(180deg, rgba(255, 247, 234, 0.06), rgba(5, 3, 2, 0.78)),
    rgba(5, 3, 2, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 234, 0.08),
    0 22px 70px rgba(0, 0, 0, 0.22);
}

.number-stamp::before {
  content: "";
  position: absolute;
  inset: 0.58rem;
  border: 1px solid rgba(255, 138, 44, 0.16);
  border-radius: 999px;
  transform: rotateX(66deg) scale(1.25);
  pointer-events: none;
}

.number-stamp::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 247, 234, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 247, 234, 0.035) 1px, transparent 1px);
  background-size: 0.75rem 0.75rem;
  mask-image: radial-gradient(circle at 50% 45%, black, transparent 72%);
}

.number-stamp > * {
  position: relative;
  z-index: 1;
}

.stamp-kicker,
.number-stamp dt {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
}

.number-stamp strong {
  display: block;
  margin-top: 0.4rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.3rem, 3vw, 3.1rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.85;
}

.number-stamp dl {
  display: grid;
  gap: 0.46rem;
  margin: 1rem 0 0;
}

.number-stamp dd {
  margin: 0.18rem 0 0;
  color: rgba(255, 247, 234, 0.84);
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-system {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  gap: 0.7rem;
  align-self: center;
}

.system-screen {
  position: relative;
  min-height: clamp(30rem, 58svh, 42rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #050302;
  box-shadow: 0 48px 140px rgba(0, 0, 0, 0.44);
}

.signal-video,
.lane-video {
  position: absolute;
  inset: 0 0 7.7rem;
  z-index: 1;
  width: 100%;
  height: calc(100% - 7.7rem);
  min-height: 0;
  object-fit: cover;
  background: #050302;
  filter: saturate(1.08) contrast(1.12) brightness(0.82);
}

.lane-video {
  inset: 0;
  height: 100%;
}

.signal-art {
  position: absolute;
  inset: 0 0 7.7rem;
  z-index: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 107, 20, 0.2), transparent 12rem),
    linear-gradient(135deg, rgba(255, 247, 234, 0.08), transparent 28%),
    #050302;
  transition: opacity 220ms ease, filter 220ms ease;
}

.signal-art span {
  position: absolute;
  display: block;
}

.art-grid {
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(247, 244, 236, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 244, 236, 0.08) 1px, transparent 1px);
  background-size: 4.2rem 4.2rem;
  transform: perspective(620px) rotateX(57deg) scale(1.35);
  transform-origin: center bottom;
}

.art-core {
  left: 50%;
  top: 48%;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 999px;
  background: var(--ink);
  box-shadow:
    0 0 0 8px rgba(255, 107, 20, 0.14),
    0 0 34px rgba(255, 107, 20, 0.82),
    0 0 90px rgba(255, 107, 20, 0.42);
  transform: translate(-50%, -50%);
  animation: corePulse 2.8s ease-in-out infinite;
}

.art-ring {
  left: 50%;
  top: 48%;
  width: 16rem;
  height: 16rem;
  border: 2px solid rgba(255, 138, 44, 0.74);
  border-radius: 999px;
  transform: translate(-50%, -50%) rotateX(66deg);
  box-shadow: 0 0 28px rgba(255, 107, 20, 0.22);
}

.art-ring-a {
  animation: orbitA 7s linear infinite;
}

.art-ring-b {
  width: 24rem;
  height: 10rem;
  border-color: rgba(247, 244, 236, 0.42);
  animation: orbitB 10s linear infinite;
}

.art-ring-c {
  width: 34rem;
  height: 20rem;
  border-color: rgba(86, 240, 138, 0.36);
  animation: orbitC 12s linear infinite reverse;
}

.art-line {
  left: 8%;
  right: 8%;
  top: 48%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 244, 236, 0.64), transparent);
}

.art-line-a {
  transform: rotate(16deg);
}

.art-line-b {
  transform: rotate(-18deg);
}

.art-node {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 20px rgba(86, 240, 138, 0.9);
}

.art-node-a {
  left: 18%;
  top: 34%;
  animation: nodeFloat 4.6s ease-in-out infinite;
}

.art-node-b {
  right: 19%;
  top: 58%;
  animation: nodeFloat 5s ease-in-out 600ms infinite;
}

.art-node-c {
  left: 58%;
  bottom: 18%;
  animation: nodeFloat 4.2s ease-in-out 1s infinite;
}

.art-bars {
  left: 8%;
  right: 8%;
  bottom: 10%;
  height: 18%;
  opacity: 0.54;
  background:
    linear-gradient(90deg, rgba(255, 107, 20, 0.85) 0 2px, transparent 2px 18px),
    linear-gradient(180deg, transparent, rgba(255, 107, 20, 0.12));
  mask-image: linear-gradient(90deg, transparent, black 14%, black 86%, transparent);
  animation: barsSlide 6s linear infinite;
}

.signal-art-learn {
  background:
    radial-gradient(circle at 64% 28%, rgba(255, 107, 20, 0.25), transparent 12rem),
    linear-gradient(145deg, rgba(247, 244, 236, 0.08), transparent 38%),
    #050302;
}

.signal-art-learn .art-ring {
  border-radius: 8px;
  transform: translate(-50%, -50%) rotateX(58deg) rotateZ(45deg);
}

.signal-art-learn .art-ring-a {
  width: 14rem;
  height: 14rem;
}

.signal-art-learn .art-ring-b {
  width: 20rem;
  height: 20rem;
  border-color: rgba(247, 244, 236, 0.36);
}

.signal-art-learn .art-ring-c {
  width: 26rem;
  height: 26rem;
  border-color: rgba(255, 107, 20, 0.45);
}

.signal-art-reading .art-ring {
  width: 28rem;
  height: 8rem;
  border-radius: 999px;
}

.signal-art-reading .art-line-a {
  top: 40%;
  transform: rotate(0deg);
  background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 138, 44, 0.76) 18px 26px, transparent 26px 38px);
  animation: barsSlide 2.8s linear infinite;
}

.signal-art-reading .art-line-b {
  top: 56%;
  transform: rotate(0deg);
  background: repeating-linear-gradient(90deg, transparent 0 10px, rgba(247, 244, 236, 0.54) 10px 14px, transparent 14px 28px);
  animation: barsSlide 3.4s linear infinite reverse;
}

.signal-art-sports {
  background:
    linear-gradient(90deg, rgba(255, 107, 20, 0.18), transparent 25%, rgba(255, 107, 20, 0.08)),
    #050302;
}

.signal-art-sports .art-grid {
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(255, 138, 44, 0.32) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255, 138, 44, 0.22) 2px, transparent 2px);
  background-size: 5rem 5rem;
}

.signal-art-sports .art-ring-a {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
}

.signal-art-sports .art-ring-b {
  width: 44rem;
  height: 26rem;
  border-radius: 28rem;
}

.signal-art-markets .art-line-a,
.signal-art-markets .art-line-b {
  height: 2px;
  background:
    linear-gradient(90deg, transparent, rgba(86, 240, 138, 0.72), rgba(255, 107, 20, 0.86), transparent);
  animation: marketWave 3.8s ease-in-out infinite alternate;
}

.signal-art-markets .art-bars {
  height: 34%;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 18px,
    rgba(86, 240, 138, 0.68) 18px 21px,
    transparent 21px 34px,
    rgba(255, 107, 20, 0.72) 34px 38px,
    transparent 38px 54px
  );
}

.signal-art-matrix .art-grid {
  opacity: 0.7;
  background-size: 2.5rem 2.5rem;
  transform: perspective(560px) rotateX(60deg) rotateY(0deg) scale(1.45);
  animation: gridPush 7s linear infinite;
}

.signal-art-matrix .art-ring {
  border-radius: 8px;
  transform: translate(-50%, -50%) rotateX(60deg) rotateZ(45deg);
}

.signal-art::before,
.signal-art::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}

.signal-art-learn .art-grid {
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 138, 44, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 244, 236, 0.07) 1px, transparent 1px);
  background-size: 100% 3.2rem, 3.2rem 100%;
  transform: perspective(620px) rotateX(54deg) scale(1.25);
}

.signal-art-learn::before {
  left: 18%;
  right: 18%;
  top: 16%;
  bottom: 18%;
  border: 1px solid rgba(247, 244, 236, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(255, 138, 44, 0.32) 49% 51%, transparent 51%),
    linear-gradient(180deg, transparent 0 22%, rgba(255, 138, 44, 0.52) 22% 23%, transparent 23% 47%, rgba(247, 244, 236, 0.28) 47% 48%, transparent 48% 72%, rgba(86, 240, 138, 0.42) 72% 73%, transparent 73%),
    radial-gradient(circle at 50% 22%, rgba(255, 107, 20, 0.18), transparent 7rem);
  transform: perspective(640px) rotateX(58deg);
  animation: lessonRise 6s ease-in-out infinite;
}

.signal-art-learn .art-core {
  width: 5.8rem;
  height: 5.8rem;
  border: 1px solid rgba(255, 138, 44, 0.52);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 107, 20, 0.18), transparent),
    linear-gradient(90deg, transparent 0 46%, rgba(247, 244, 236, 0.34) 46% 54%, transparent 54%),
    rgba(5, 3, 2, 0.9);
  box-shadow: 0 0 48px rgba(255, 107, 20, 0.28);
  transform: translate(-50%, -50%) rotate(45deg);
}

.signal-art-learn .art-bars {
  left: 23%;
  right: 23%;
  bottom: 18%;
  height: 28%;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 138, 44, 0.9), transparent 70%) 0 16% / 100% 2px no-repeat,
    linear-gradient(90deg, rgba(247, 244, 236, 0.58), transparent 64%) 0 50% / 100% 2px no-repeat,
    linear-gradient(90deg, rgba(86, 240, 138, 0.68), transparent 58%) 0 84% / 100% 2px no-repeat;
  mask-image: none;
  animation: lessonLines 3.8s ease-in-out infinite;
}

.signal-art-reading {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 107, 20, 0.18), transparent 12rem),
    linear-gradient(145deg, rgba(247, 244, 236, 0.05), transparent 36%),
    #050302;
}

.signal-art-reading .art-core {
  top: 46%;
  width: 4.25rem;
  height: 7.6rem;
  border: 1px solid rgba(255, 138, 44, 0.62);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 50% 16%, rgba(247, 244, 236, 0.5) 0 0.12rem, transparent 0.16rem),
    linear-gradient(180deg, rgba(255, 107, 20, 0.18), rgba(5, 3, 2, 0.84));
  box-shadow:
    inset 0 0 0 0.45rem rgba(5, 3, 2, 0.72),
    0 0 54px rgba(255, 107, 20, 0.32);
  animation: phoneGlow 3.2s ease-in-out infinite;
}

.signal-art-reading .art-ring {
  width: 15rem;
  height: 15rem;
  border-color: transparent rgba(255, 138, 44, 0.46) transparent transparent;
  border-radius: 999px;
  transform: translate(-50%, -50%) rotate(34deg);
}

.signal-art-reading .art-ring-b {
  width: 22rem;
  height: 22rem;
  border-color: transparent rgba(247, 244, 236, 0.26) transparent transparent;
}

.signal-art-reading .art-ring-c {
  width: 29rem;
  height: 29rem;
  border-color: transparent rgba(86, 240, 138, 0.22) transparent transparent;
}

.signal-art-reading .art-line-a,
.signal-art-reading .art-line-b {
  left: 8%;
  right: 8%;
  height: 4.2rem;
  background:
    repeating-linear-gradient(90deg, transparent 0 1.1rem, rgba(255, 138, 44, 0.78) 1.1rem 1.35rem, transparent 1.35rem 2.15rem),
    linear-gradient(180deg, transparent 0 47%, rgba(247, 244, 236, 0.3) 47% 53%, transparent 53%);
  clip-path: polygon(0 58%, 7% 26%, 14% 70%, 21% 38%, 28% 62%, 35% 18%, 42% 78%, 49% 42%, 56% 66%, 63% 25%, 70% 72%, 77% 35%, 84% 62%, 91% 45%, 100% 58%, 100% 100%, 0 100%);
  animation: callWave 2.8s linear infinite;
}

.signal-art-reading .art-line-a {
  top: 31%;
}

.signal-art-reading .art-line-b {
  top: 56%;
  opacity: 0.56;
  animation-direction: reverse;
}

.signal-art-sports {
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 107, 20, 0.2), transparent 10rem),
    linear-gradient(90deg, rgba(255, 107, 20, 0.14), transparent 32%),
    #050302;
}

.signal-art-sports::before {
  left: 8%;
  right: 8%;
  top: 15%;
  bottom: 10%;
  border: 1px solid rgba(255, 138, 44, 0.32);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 3.5rem, rgba(247, 244, 236, 0.34) 3.58rem 3.68rem, transparent 3.74rem),
    linear-gradient(90deg, transparent 0 49.8%, rgba(247, 244, 236, 0.26) 49.8% 50.2%, transparent 50.2%),
    linear-gradient(180deg, transparent 0 49.8%, rgba(255, 138, 44, 0.28) 49.8% 50.2%, transparent 50.2%);
  transform: perspective(680px) rotateX(58deg);
}

.signal-art-sports .art-grid {
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 138, 44, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 138, 44, 0.14) 1px, transparent 1px);
  background-size: 5.4rem 5.4rem;
}

.signal-art-sports .art-line-a {
  left: 18%;
  right: auto;
  top: 38%;
  width: 48%;
  height: 24%;
  border: 2px solid rgba(255, 138, 44, 0.72);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 999px 0 0;
  background: none;
  transform: none;
  animation: playRoute 3.5s ease-in-out infinite;
}

.signal-art-sports .art-line-b {
  left: 28%;
  right: 17%;
  top: 59%;
  height: 2px;
  background: linear-gradient(90deg, rgba(86, 240, 138, 0.78), rgba(255, 138, 44, 0.82), transparent);
  transform: rotate(-13deg);
}

.signal-art-sports .art-core {
  left: 77%;
  top: 34%;
  width: 1.25rem;
  height: 1.25rem;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 247, 234, 0.46), transparent 20%),
    var(--orange);
  box-shadow:
    0 0 0 0.55rem rgba(255, 107, 20, 0.12),
    0 0 34px rgba(255, 107, 20, 0.84);
  animation: ballPop 2.4s ease-in-out infinite;
}

.signal-art-markets {
  background:
    radial-gradient(circle at 76% 30%, rgba(86, 240, 138, 0.12), transparent 12rem),
    linear-gradient(160deg, rgba(255, 107, 20, 0.1), transparent 36%),
    #050302;
}

.signal-art-markets::before {
  left: 8%;
  right: 8%;
  top: 14%;
  bottom: 16%;
  border: 1px solid rgba(247, 244, 236, 0.1);
  border-radius: 8px;
  background-image:
    linear-gradient(rgba(247, 244, 236, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 244, 236, 0.07) 1px, transparent 1px);
  background-size: 100% 2.4rem, 3.8rem 100%;
}

.signal-art-markets .art-line-a {
  left: 11%;
  right: 10%;
  top: 22%;
  height: 13rem;
  background: linear-gradient(90deg, rgba(86, 240, 138, 0.78), rgba(255, 138, 44, 0.94));
  clip-path: polygon(0 82%, 10% 72%, 20% 77%, 31% 56%, 43% 63%, 55% 40%, 68% 34%, 82% 20%, 100% 8%, 100% 13%, 82% 25%, 68% 39%, 55% 45%, 43% 69%, 31% 61%, 20% 82%, 10% 77%, 0 88%);
  animation: chartLift 4.4s ease-in-out infinite;
}

.signal-art-markets .art-line-b {
  left: 10%;
  right: 10%;
  top: 66%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 244, 236, 0.34), transparent);
  animation: none;
}

.signal-art-markets .art-bars {
  left: 10%;
  right: 10%;
  bottom: 16%;
  height: 26%;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 1.05rem,
    rgba(86, 240, 138, 0.5) 1.05rem 1.22rem,
    transparent 1.22rem 2.05rem,
    rgba(255, 138, 44, 0.66) 2.05rem 2.28rem,
    transparent 2.28rem 3.1rem
  );
  mask-image: linear-gradient(180deg, transparent, black 32%);
  animation: barsSlide 5.5s linear infinite;
}

.signal-art-markets .art-core {
  left: 83%;
  top: 28%;
  width: 0.9rem;
  height: 0.9rem;
  background: var(--green);
  box-shadow:
    0 0 0 0.55rem rgba(86, 240, 138, 0.12),
    0 0 38px rgba(86, 240, 138, 0.82);
}

.signal-art-matrix {
  background:
    radial-gradient(circle at 50% 48%, rgba(86, 240, 138, 0.13), transparent 12rem),
    linear-gradient(145deg, rgba(255, 107, 20, 0.1), transparent 34%),
    #050302;
}

.signal-art-matrix::before {
  inset: 9%;
  border: 1px solid rgba(86, 240, 138, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 28%, rgba(86, 240, 138, 0.74) 0 0.28rem, transparent 0.32rem),
    radial-gradient(circle at 76% 24%, rgba(255, 138, 44, 0.7) 0 0.24rem, transparent 0.3rem),
    radial-gradient(circle at 70% 74%, rgba(86, 240, 138, 0.68) 0 0.25rem, transparent 0.3rem),
    radial-gradient(circle at 28% 70%, rgba(247, 244, 236, 0.5) 0 0.2rem, transparent 0.26rem),
    linear-gradient(90deg, rgba(247, 244, 236, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(247, 244, 236, 0.07) 1px, transparent 1px);
  background-size: auto, auto, auto, auto, 2.8rem 100%, 100% 2.8rem;
  animation: aiGrid 7s linear infinite;
}

.signal-art-matrix .art-core {
  width: 6.5rem;
  height: 6.5rem;
  border: 1px solid rgba(86, 240, 138, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 47%, rgba(86, 240, 138, 0.34) 47% 53%, transparent 53%),
    linear-gradient(180deg, transparent 0 47%, rgba(255, 138, 44, 0.34) 47% 53%, transparent 53%),
    rgba(5, 3, 2, 0.9);
  box-shadow:
    0 0 0 0.7rem rgba(86, 240, 138, 0.08),
    0 0 48px rgba(86, 240, 138, 0.2);
  transform: translate(-50%, -50%) rotate(45deg);
}

.signal-art-matrix .art-line-a {
  top: 36%;
  transform: rotate(24deg);
  background: linear-gradient(90deg, transparent, rgba(86, 240, 138, 0.62), transparent);
}

.signal-art-matrix .art-line-b {
  top: 62%;
  transform: rotate(-24deg);
  background: linear-gradient(90deg, transparent, rgba(255, 138, 44, 0.58), transparent);
}

.system-screen::before {
  content: "";
  position: absolute;
  inset: 0 0 7.7rem;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(5, 3, 2, 0.44)),
    radial-gradient(circle at 50% 45%, transparent 0 34%, rgba(5, 3, 2, 0.16) 72%, rgba(5, 3, 2, 0.46) 100%),
    linear-gradient(90deg, rgba(5, 3, 2, 0.24), transparent 50%, rgba(5, 3, 2, 0.24));
}

.system-screen::after {
  content: "";
  position: absolute;
  left: -30%;
  right: -30%;
  top: -30%;
  bottom: calc(7.7rem - 30%);
  z-index: 2;
  pointer-events: none;
  background:
    conic-gradient(from 0deg, transparent 0 42%, rgba(255, 107, 20, 0.28) 44%, transparent 47% 100%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 70px, rgba(255, 247, 234, 0.07) 71px 72px);
  mix-blend-mode: screen;
  opacity: 0.14;
  animation: routerSweep 14s linear infinite;
}

.system-glass {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem 1rem;
  min-height: 7.7rem;
  padding: 1rem 1.1rem;
  border-top: 1px solid rgba(255, 247, 234, 0.14);
  background:
    linear-gradient(90deg, rgba(255, 107, 20, 0.12), transparent 34%),
    rgba(5, 3, 2, 0.94);
  backdrop-filter: blur(18px);
}

.system-glass span,
.lane-button span,
.lane-copy span,
.receipt-ledger span,
.gary-difference span,
.boundary-steps span,
.system-route > span:not(.route-viz):not(.route-motion) {
  color: var(--orange-2);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(255, 107, 20, 0.28);
}

.system-glass strong {
  grid-column: 1;
  max-width: 28rem;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.02;
}

.system-glass p {
  grid-column: 1;
  margin: 0;
  color: rgba(247, 244, 236, 0.68);
  font-size: 0.8rem;
  line-height: 1.38;
}

.system-glass a {
  --button-cut: 0.52rem;
  position: relative;
  isolation: isolate;
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  min-width: 8rem;
  overflow: hidden;
  padding: 0 0.94rem;
  border: 1px solid rgba(255, 132, 43, 0.54);
  border-radius: 8px;
  color: #080402;
  background:
    linear-gradient(180deg, rgba(255, 180, 96, 0.14), transparent 46%),
    linear-gradient(135deg, #d55210 0%, #f06a14 52%, #c9440b 100%);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 16px 42px rgba(255, 107, 20, 0.18),
    inset 0 1px 0 rgba(255, 203, 142, 0.2),
    inset 0 -1px 0 rgba(68, 18, 0, 0.48);
  clip-path: polygon(0 0, calc(100% - var(--button-cut)) 0, 100% var(--button-cut), 100% 100%, var(--button-cut) 100%, 0 calc(100% - var(--button-cut)));
  transition:
    transform 180ms var(--ease),
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.system-glass a::before,
.system-glass a::after,
.home-nav .nav-action::before,
.home-nav .nav-action::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.system-glass a::before,
.home-nav .nav-action::before {
  inset: -2px;
  background: linear-gradient(112deg, transparent 0 38%, rgba(255, 226, 185, 0.13) 47%, transparent 56% 100%);
  opacity: 0;
  transform: translateX(-34%);
  transition: opacity 180ms ease, transform 520ms var(--ease);
}

.system-glass a::after,
.home-nav .nav-action::after {
  left: 0.72rem;
  right: 0.72rem;
  bottom: 0.42rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 210, 151, 0.3), transparent);
  opacity: 0.26;
}

.system-glass a:hover,
.system-glass a:focus-visible {
  border-color: rgba(255, 157, 64, 0.64);
  background:
    linear-gradient(180deg, rgba(255, 190, 112, 0.18), transparent 46%),
    linear-gradient(135deg, #e45c13 0%, #f47917 52%, #d24a0d 100%);
  box-shadow:
    0 20px 52px rgba(255, 107, 20, 0.24),
    inset 0 1px 0 rgba(255, 210, 151, 0.24),
    inset 0 -1px 0 rgba(68, 18, 0, 0.42);
  transform: translateY(-2px);
}

.system-glass a:hover::before,
.system-glass a:focus-visible::before,
.home-nav .nav-action:hover::before,
.home-nav .nav-action:focus-visible::before {
  opacity: 1;
  transform: translateX(34%);
}

.system-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 247, 234, 0.1);
}

.system-route {
  position: relative;
  min-height: 5.75rem;
  padding: 0.82rem 4.25rem 0.82rem 0.82rem;
  border: 0;
  border-radius: 0;
  text-align: left;
  background: rgba(5, 3, 2, 0.78);
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.route-motion {
  position: absolute;
  inset: -1px;
  z-index: 0;
  width: auto;
  overflow: hidden;
  opacity: 0.56;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 260ms ease, transform 360ms var(--ease), filter 260ms ease;
}

.route-motion video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.3) contrast(1.24) brightness(0.72);
  transform: scale(1.1);
}

.route-motion::before,
.route-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.route-motion::before {
  background:
    linear-gradient(90deg, rgba(5, 3, 2, 0.98), rgba(5, 3, 2, 0.82) 43%, rgba(5, 3, 2, 0.42)),
    linear-gradient(180deg, rgba(5, 3, 2, 0.12), rgba(5, 3, 2, 0.82));
}

.route-motion::after {
  border-left: 1px solid rgba(255, 247, 234, 0.08);
  background:
    linear-gradient(180deg, transparent, rgba(255, 107, 20, 0.16)),
    repeating-linear-gradient(0deg, rgba(255, 247, 234, 0.09) 0 1px, transparent 1px 8px);
  mix-blend-mode: screen;
  opacity: 0.45;
}

.route-viz {
  position: absolute;
  right: 0.65rem;
  top: 0.65rem;
  z-index: 3;
  width: 3.05rem;
  height: 2.05rem;
  opacity: 0.86;
  filter: drop-shadow(0 0 14px rgba(255, 107, 20, 0.42));
  mix-blend-mode: screen;
  pointer-events: none;
}

.route-viz::before,
.route-viz::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 138, 44, 0.62);
}

.route-viz-cue::before {
  border-radius: 999px;
  transform: rotateX(62deg);
  animation: miniSpin 3.2s linear infinite;
}

.route-viz-cue::after {
  width: 0.45rem;
  height: 0.45rem;
  inset: 50% auto auto 50%;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 16px rgba(86, 240, 138, 0.9);
  transform: translate(-50%, -50%);
}

.route-viz-learn::before,
.route-viz-learn::after,
.route-viz-matrix::before,
.route-viz-matrix::after {
  border-radius: 4px;
  transform: rotate(45deg) scale(0.72);
  animation: miniCube 4s ease-in-out infinite;
}

.route-viz-learn::after,
.route-viz-matrix::after {
  transform: rotate(45deg) scale(0.48);
  border-color: rgba(247, 244, 236, 0.38);
}

.route-viz-reading::before,
.route-viz-reading::after {
  top: 45%;
  height: 2px;
  border: 0;
  background: repeating-linear-gradient(90deg, transparent 0 6px, rgba(255, 138, 44, 0.84) 6px 12px, transparent 12px 18px);
  animation: miniScan 2.2s linear infinite;
}

.route-viz-reading::after {
  top: 62%;
  background: repeating-linear-gradient(90deg, transparent 0 8px, rgba(247, 244, 236, 0.55) 8px 12px, transparent 12px 22px);
  animation-direction: reverse;
}

.route-viz-sports::before {
  border-radius: 999px;
  transform: translateX(34%) scaleX(1.65);
}

.route-viz-sports::after {
  width: 0.5rem;
  height: 0.5rem;
  inset: 38% auto auto 20%;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(255, 107, 20, 0.9);
  animation: miniBall 2.5s ease-in-out infinite;
}

.route-viz-markets::before,
.route-viz-markets::after {
  border: 0;
  height: 2px;
  top: 52%;
  background: linear-gradient(90deg, rgba(86, 240, 138, 0.82), rgba(255, 138, 44, 0.9));
  clip-path: polygon(0 70%, 18% 42%, 32% 58%, 45% 16%, 60% 62%, 78% 30%, 100% 54%, 100% 100%, 0 100%);
  animation: marketWave 2.7s ease-in-out infinite alternate;
}

.route-viz-learn::before {
  inset: 0.15rem 0.12rem auto;
  height: 0.42rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 138, 44, 0.86);
  box-shadow:
    0 0.67rem 0 rgba(247, 244, 236, 0.44),
    0 1.34rem 0 rgba(86, 240, 138, 0.5);
  transform: none;
  animation: tierBlink 3.2s ease-in-out infinite;
}

.route-viz-learn::after {
  inset: auto 0.1rem 0.08rem;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 138, 44, 0.8), transparent);
  transform: none;
  animation: miniScan 2.8s linear infinite;
}

.route-viz-reading::before {
  left: 0.1rem;
  top: 0.16rem;
  width: 1rem;
  height: 1.6rem;
  border: 1px solid rgba(255, 138, 44, 0.72);
  border-radius: 0.28rem;
  background: rgba(5, 3, 2, 0.62);
  animation: phoneGlow 3s ease-in-out infinite;
}

.route-viz-reading::after {
  left: 1.25rem;
  right: 0;
  top: 42%;
  height: 1.05rem;
  border: 0;
  background: linear-gradient(90deg, rgba(86, 240, 138, 0.7), rgba(255, 138, 44, 0.84));
  clip-path: polygon(0 55%, 14% 20%, 28% 70%, 42% 30%, 56% 74%, 70% 28%, 84% 64%, 100% 50%, 100% 58%, 84% 72%, 70% 36%, 56% 82%, 42% 38%, 28% 78%, 14% 28%, 0 62%);
  animation: callWave 2.2s linear infinite;
}

.route-viz-sports::before {
  inset: 0.16rem 0.1rem;
  border: 1px solid rgba(255, 138, 44, 0.52);
  border-radius: 4px;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 0.52rem, rgba(247, 244, 236, 0.42) 0.56rem 0.6rem, transparent 0.64rem),
    linear-gradient(90deg, transparent 0 49%, rgba(247, 244, 236, 0.26) 49% 51%, transparent 51%);
  transform: perspective(120px) rotateX(48deg);
}

.route-viz-sports::after {
  width: 0.5rem;
  height: 0.5rem;
  inset: 0.78rem auto auto 0.45rem;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(255, 107, 20, 0.9);
  animation: miniBall 2.4s ease-in-out infinite;
}

.route-viz-markets::before {
  left: 0;
  right: 0;
  top: 0.34rem;
  height: 1.45rem;
  background: linear-gradient(90deg, rgba(86, 240, 138, 0.88), rgba(255, 138, 44, 0.95));
  clip-path: polygon(0 78%, 16% 62%, 28% 68%, 42% 42%, 54% 50%, 70% 25%, 84% 18%, 100% 4%, 100% 18%, 84% 30%, 70% 38%, 54% 62%, 42% 54%, 28% 80%, 16% 74%, 0 90%);
  animation: chartLift 2.8s ease-in-out infinite;
}

.route-viz-markets::after {
  left: 0.15rem;
  right: 0.15rem;
  top: auto;
  bottom: 0.08rem;
  height: 0.75rem;
  background: repeating-linear-gradient(90deg, transparent 0 0.35rem, rgba(86, 240, 138, 0.52) 0.35rem 0.45rem, transparent 0.45rem 0.8rem, rgba(255, 138, 44, 0.62) 0.8rem 0.94rem, transparent 0.94rem 1.2rem);
  clip-path: none;
  animation: barsSlide 4s linear infinite;
}

.route-viz-matrix::before {
  inset: 0.25rem 0.65rem 0.18rem;
  border: 1px solid rgba(86, 240, 138, 0.54);
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 0 46%, rgba(86, 240, 138, 0.42) 46% 54%, transparent 54%),
    linear-gradient(180deg, transparent 0 46%, rgba(255, 138, 44, 0.38) 46% 54%, transparent 54%);
  transform: rotate(45deg);
  animation: miniCube 4s ease-in-out infinite;
}

.route-viz-matrix::after {
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 12% 38%, rgba(86, 240, 138, 0.9) 0 0.14rem, transparent 0.18rem),
    radial-gradient(circle at 86% 24%, rgba(255, 138, 44, 0.92) 0 0.14rem, transparent 0.18rem),
    radial-gradient(circle at 78% 82%, rgba(86, 240, 138, 0.72) 0 0.13rem, transparent 0.17rem),
    linear-gradient(24deg, transparent 0 30%, rgba(86, 240, 138, 0.36) 31% 32%, transparent 33%),
    linear-gradient(-20deg, transparent 0 48%, rgba(255, 138, 44, 0.35) 49% 50%, transparent 51%);
  transform: none;
  animation: aiGrid 3.4s linear infinite;
}

.route-viz::before,
.route-viz::after {
  display: none;
}

.route-viz {
  width: 3.55rem;
  height: 2.36rem;
}

.route-viz span {
  position: absolute;
  display: block;
  pointer-events: none;
}

.route-viz .viz-a,
.route-viz .viz-b,
.route-viz .viz-c,
.route-viz .viz-d,
.route-viz .viz-e {
  transform-origin: center;
}

.route-viz-cue .viz-a {
  inset: 0.18rem 0.18rem 0.26rem;
  border: 1px solid rgba(255, 138, 44, 0.88);
  border-radius: 999px;
  transform: rotateX(62deg) rotateZ(0deg);
  box-shadow: 0 0 18px rgba(255, 107, 20, 0.32);
  animation: cueMicroOrbit 5.2s linear infinite;
}

.route-viz-cue .viz-b {
  inset: 0.42rem 0.74rem 0.56rem;
  border: 1px solid rgba(247, 244, 236, 0.5);
  border-radius: 999px;
  transform: rotateX(64deg) rotateZ(-18deg);
  animation: cueMicroOrbitAlt 6.6s linear infinite;
}

.route-viz-cue .viz-c {
  left: 62%;
  top: 48%;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(86, 240, 138, 0.92);
  transform: translate(-50%, -50%);
  animation: microPulse 2.4s ease-in-out infinite;
}

.route-viz-cue .viz-d {
  left: 0.3rem;
  right: 0.3rem;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 244, 236, 0.42), transparent);
  transform: rotate(-14deg);
}

.route-viz-cue .viz-e {
  left: 0.46rem;
  right: 0.46rem;
  bottom: 0.18rem;
  height: 0.35rem;
  background: repeating-linear-gradient(90deg, transparent 0 0.28rem, rgba(255, 138, 44, 0.5) 0.28rem 0.34rem, transparent 0.34rem 0.62rem);
  opacity: 0.72;
  animation: microScan 3.4s linear infinite;
}

.route-viz-learn .viz-a,
.route-viz-learn .viz-b,
.route-viz-learn .viz-c {
  right: 0.14rem;
  height: 0.34rem;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(255, 107, 20, 0.2);
}

.route-viz-learn .viz-a {
  left: 0.42rem;
  top: 0.28rem;
  background: linear-gradient(90deg, rgba(255, 107, 20, 0.52), var(--orange-2));
}

.route-viz-learn .viz-b {
  left: 0.7rem;
  top: 0.96rem;
  background: linear-gradient(90deg, rgba(247, 244, 236, 0.28), rgba(247, 244, 236, 0.76));
}

.route-viz-learn .viz-c {
  left: 1rem;
  top: 1.62rem;
  background: linear-gradient(90deg, rgba(86, 240, 138, 0.32), rgba(86, 240, 138, 0.82));
}

.route-viz-learn .viz-d {
  left: 0.08rem;
  top: 0.18rem;
  bottom: 0.18rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 138, 44, 0.7), transparent);
}

.route-viz-learn .viz-e {
  left: 0.28rem;
  top: 0.14rem;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: rgba(255, 247, 234, 0.72);
  box-shadow: 0 0 16px rgba(255, 138, 44, 0.78);
  animation: tierRunner 3.6s ease-in-out infinite;
}

.route-viz-reading .viz-a {
  left: 0.1rem;
  top: 0.22rem;
  width: 0.88rem;
  height: 1.68rem;
  border: 1px solid rgba(255, 138, 44, 0.9);
  border-radius: 0.3rem;
  background:
    radial-gradient(circle at 50% 12%, rgba(247, 244, 236, 0.58) 0 0.05rem, transparent 0.08rem),
    linear-gradient(180deg, rgba(255, 107, 20, 0.16), rgba(5, 3, 2, 0.82));
  box-shadow: 0 0 16px rgba(255, 107, 20, 0.26);
}

.route-viz-reading .viz-b {
  left: 1.15rem;
  right: 0.1rem;
  top: 0.54rem;
  height: 0.78rem;
  background: linear-gradient(90deg, rgba(86, 240, 138, 0.7), rgba(255, 138, 44, 0.9));
  clip-path: polygon(0 52%, 12% 28%, 24% 70%, 36% 32%, 48% 78%, 60% 20%, 72% 68%, 84% 40%, 100% 52%, 100% 60%, 84% 48%, 72% 76%, 60% 28%, 48% 86%, 36% 40%, 24% 78%, 12% 36%, 0 60%);
  animation: callWave 2.1s linear infinite;
}

.route-viz-reading .viz-c {
  left: 0.66rem;
  top: 0.44rem;
  width: 1.95rem;
  height: 1.2rem;
  border: 1px solid rgba(247, 244, 236, 0.26);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  opacity: 0.8;
  animation: ringBreath 2.8s ease-in-out infinite;
}

.route-viz-reading .viz-d {
  right: 0.12rem;
  top: 1.62rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(86, 240, 138, 0.9);
}

.route-viz-reading .viz-e {
  left: 1.08rem;
  right: 0.12rem;
  bottom: 0.18rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 138, 44, 0.84), transparent);
}

.route-viz-sports .viz-a {
  inset: 0.18rem 0.14rem 0.22rem;
  border: 1px solid rgba(255, 138, 44, 0.78);
  border-radius: 0.26rem;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 0.42rem, rgba(247, 244, 236, 0.34) 0.46rem 0.5rem, transparent 0.54rem),
    linear-gradient(90deg, transparent 0 49%, rgba(247, 244, 236, 0.22) 49% 51%, transparent 51%),
    rgba(5, 3, 2, 0.32);
  transform: perspective(120px) rotateX(48deg);
}

.route-viz-sports .viz-b {
  left: 0.5rem;
  top: 0.58rem;
  width: 1.72rem;
  height: 0.9rem;
  border: 1px solid rgba(255, 138, 44, 0.76);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 999px 0 0;
  animation: playRoute 3.2s ease-in-out infinite;
}

.route-viz-sports .viz-c {
  left: 2.36rem;
  top: 1.12rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 32%, rgba(255, 247, 234, 0.5), transparent 26%),
    var(--orange);
  box-shadow: 0 0 15px rgba(255, 107, 20, 0.92);
  animation: miniBall 2.35s ease-in-out infinite;
}

.route-viz-sports .viz-d {
  right: 0.36rem;
  top: 0.36rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 12px rgba(86, 240, 138, 0.82);
}

.route-viz-sports .viz-e {
  left: 0.34rem;
  right: 0.34rem;
  bottom: 0.18rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(86, 240, 138, 0.64), rgba(255, 138, 44, 0.72), transparent);
}

.route-viz-markets .viz-a {
  inset: 0.12rem 0.06rem 0.12rem;
  border-left: 1px solid rgba(247, 244, 236, 0.18);
  border-bottom: 1px solid rgba(247, 244, 236, 0.18);
  background:
    linear-gradient(rgba(247, 244, 236, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 244, 236, 0.08) 1px, transparent 1px);
  background-size: 100% 0.52rem, 0.56rem 100%;
  opacity: 0.7;
}

.route-viz-markets .viz-b {
  left: 0.16rem;
  right: 0.04rem;
  top: 0.2rem;
  height: 1.5rem;
  background: linear-gradient(90deg, rgba(86, 240, 138, 0.92), rgba(255, 138, 44, 0.96));
  clip-path: polygon(0 80%, 12% 66%, 23% 71%, 35% 48%, 46% 56%, 60% 32%, 73% 25%, 87% 12%, 100% 4%, 100% 17%, 87% 24%, 73% 36%, 60% 44%, 46% 68%, 35% 59%, 23% 82%, 12% 77%, 0 92%);
  filter: drop-shadow(0 0 7px rgba(86, 240, 138, 0.55));
  animation: chartLift 2.9s ease-in-out infinite;
}

.route-viz-markets .viz-c {
  left: 0.56rem;
  right: 0.28rem;
  bottom: 0.18rem;
  height: 0.75rem;
  background: repeating-linear-gradient(90deg, transparent 0 0.3rem, rgba(86, 240, 138, 0.58) 0.3rem 0.39rem, transparent 0.39rem 0.64rem, rgba(255, 138, 44, 0.72) 0.64rem 0.76rem, transparent 0.76rem 1rem);
  animation: barsSlide 3.8s linear infinite;
}

.route-viz-markets .viz-d {
  right: 0.08rem;
  top: 0.16rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: var(--orange-2);
  box-shadow: 0 0 14px rgba(255, 138, 44, 0.8);
}

.route-viz-markets .viz-e {
  left: 0.26rem;
  top: 1.32rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(86, 240, 138, 0.72);
}

.route-viz-matrix .viz-a {
  left: 1.12rem;
  top: 0.25rem;
  width: 1.34rem;
  height: 1.34rem;
  border: 1px solid rgba(86, 240, 138, 0.66);
  border-radius: 0.12rem;
  background:
    linear-gradient(90deg, transparent 0 46%, rgba(86, 240, 138, 0.38) 46% 54%, transparent 54%),
    linear-gradient(180deg, transparent 0 46%, rgba(255, 138, 44, 0.38) 46% 54%, transparent 54%);
  transform: rotate(45deg);
  box-shadow: 0 0 16px rgba(86, 240, 138, 0.2);
  animation: miniCube 4.4s ease-in-out infinite;
}

.route-viz-matrix .viz-b,
.route-viz-matrix .viz-c,
.route-viz-matrix .viz-d,
.route-viz-matrix .viz-e {
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 999px;
  box-shadow: 0 0 12px currentColor;
}

.route-viz-matrix .viz-b {
  left: 0.22rem;
  top: 0.58rem;
  color: var(--green);
  background: var(--green);
}

.route-viz-matrix .viz-c {
  right: 0.3rem;
  top: 0.34rem;
  color: var(--orange-2);
  background: var(--orange-2);
}

.route-viz-matrix .viz-d {
  right: 0.46rem;
  bottom: 0.28rem;
  color: var(--green);
  background: var(--green);
}

.route-viz-matrix .viz-e {
  left: 0.48rem;
  right: 0.38rem;
  top: 1.15rem;
  width: auto;
  height: 1px;
  border-radius: 0;
  color: rgba(86, 240, 138, 0.55);
  background:
    linear-gradient(24deg, transparent 0 36%, rgba(86, 240, 138, 0.7) 36% 38%, transparent 38%),
    linear-gradient(-22deg, transparent 0 45%, rgba(255, 138, 44, 0.68) 45% 47%, transparent 47%),
    linear-gradient(90deg, transparent, rgba(247, 244, 236, 0.24), transparent);
  box-shadow: none;
  animation: aiGrid 3.6s linear infinite;
}

.route-viz-video {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow:
    0 0 18px rgba(255, 107, 20, 0.18),
    0 0 28px rgba(86, 240, 138, 0.08);
  mix-blend-mode: screen;
}

.route-viz-video .glyph-video {
  position: absolute;
  inset: -34% -42%;
  z-index: 0;
  width: 184%;
  height: 168%;
  object-fit: cover;
  opacity: 0.92;
  filter: saturate(1.52) contrast(1.5) brightness(1.1);
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse at 54% 50%, black 0 42%, rgba(0, 0, 0, 0.76) 58%, transparent 80%);
  mask-image: radial-gradient(ellipse at 54% 50%, black 0 42%, rgba(0, 0, 0, 0.76) 58%, transparent 80%);
  pointer-events: none;
}

.route-viz-video > span {
  opacity: 0;
}

.route-viz-video::before,
.route-viz-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
}

.route-viz-video::before {
  border: 0;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 58% 50%, rgba(255, 138, 44, 0.2), transparent 62%),
    radial-gradient(ellipse at 38% 54%, rgba(86, 240, 138, 0.1), transparent 58%);
  mix-blend-mode: screen;
}

.route-viz-video::after {
  background:
    linear-gradient(90deg, transparent, rgba(86, 240, 138, 0.18), transparent),
    repeating-linear-gradient(0deg, rgba(255, 247, 234, 0.12) 0 1px, transparent 1px 7px);
  mix-blend-mode: screen;
  opacity: 0.52;
  transform: translateX(-38%);
  animation: hudSweep 3.8s ease-in-out infinite;
}

.system-route:hover .route-viz-video,
.system-route:focus-visible .route-viz-video,
.system-route.active .route-viz-video {
  box-shadow:
    0 0 24px rgba(255, 107, 20, 0.32),
    0 0 34px rgba(86, 240, 138, 0.14);
}

.system-route:hover .glyph-video,
.system-route:focus-visible .glyph-video,
.system-route.active .glyph-video {
  opacity: 1;
  filter: saturate(1.65) contrast(1.58) brightness(1.24);
}

.system-route::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--orange), var(--green), transparent);
  opacity: 0;
  transform: translateX(-35%);
  transition: opacity 180ms ease, transform 260ms var(--ease);
}

.system-route:hover,
.system-route:focus-visible,
.system-route.active {
  background: rgba(255, 107, 20, 0.11);
}

.system-route:hover .route-motion,
.system-route:focus-visible .route-motion,
.system-route.active .route-motion {
  opacity: 0.84;
  filter: brightness(1.12);
  transform: scale(1);
}

.system-route.active::before {
  opacity: 1;
  transform: translateX(0);
}

.system-route > span:not(.route-viz):not(.route-motion),
.system-ledger strong {
  position: relative;
  z-index: 2;
}

.system-ledger strong {
  display: block;
  margin-top: 0.55rem;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.05;
}

.system-route small {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 0.32rem;
  color: rgba(247, 244, 236, 0.52);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

@keyframes routerSweep {
  to {
    transform: rotate(360deg);
  }
}

@keyframes heroAurora {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate3d(2%, 2%, 0) scale(1.08);
    opacity: 0.72;
  }
}

@keyframes geometryDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes geometryFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -0.7rem, 0);
  }
}

@keyframes corePulse {
  50% {
    box-shadow:
      0 0 0 14px rgba(255, 107, 20, 0.08),
      0 0 48px rgba(255, 107, 20, 0.9),
      0 0 120px rgba(255, 107, 20, 0.5);
  }
}

@keyframes orbitA {
  to {
    transform: translate(-50%, -50%) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes orbitB {
  to {
    transform: translate(-50%, -50%) rotateX(66deg) rotateZ(-360deg);
  }
}

@keyframes orbitC {
  to {
    transform: translate(-50%, -50%) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes nodeFloat {
  50% {
    transform: translateY(-22px) scale(1.16);
  }
}

@keyframes barsSlide {
  to {
    background-position: 72px 0, 0 0;
  }
}

@keyframes marketWave {
  50% {
    transform: translateY(-28px) scaleY(1.2);
  }
}

@keyframes gridPush {
  to {
    background-position: 0 2.5rem, 2.5rem 0;
  }
}

@keyframes miniSpin {
  to {
    transform: rotateX(62deg) rotateZ(360deg);
  }
}

@keyframes miniCube {
  50% {
    transform: rotate(45deg) scale(0.86);
  }
}

@keyframes miniScan {
  to {
    background-position: 36px 0;
  }
}

@keyframes miniBall {
  50% {
    transform: translate(30px, 9px);
  }
}

@keyframes lessonRise {
  50% {
    transform: perspective(640px) rotateX(58deg) translateY(-0.7rem);
  }
}

@keyframes lessonLines {
  50% {
    filter: brightness(1.32);
    transform: translateY(-0.35rem);
  }
}

@keyframes phoneGlow {
  50% {
    box-shadow:
      inset 0 0 0 0.45rem rgba(5, 3, 2, 0.72),
      0 0 62px rgba(255, 107, 20, 0.44);
  }
}

@keyframes callWave {
  to {
    background-position: 3rem 0, 0 0;
  }
}

@keyframes playRoute {
  50% {
    filter: brightness(1.35);
    transform: translate(0.65rem, -0.35rem);
  }
}

@keyframes ballPop {
  50% {
    transform: translate(-0.75rem, 1.25rem) scale(1.12);
  }
}

@keyframes chartLift {
  50% {
    filter: brightness(1.25);
    transform: translateY(-0.55rem);
  }
}

@keyframes aiGrid {
  to {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      2.8rem 0,
      0 2.8rem;
  }
}

@keyframes tierBlink {
  50% {
    filter: brightness(1.35);
    transform: translateY(-0.12rem);
  }
}

@keyframes cueMicroOrbit {
  to {
    transform: rotateX(62deg) rotateZ(360deg);
  }
}

@keyframes cueMicroOrbitAlt {
  to {
    transform: rotateX(64deg) rotateZ(-378deg);
  }
}

@keyframes microPulse {
  50% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.18);
  }
}

@keyframes ringBreath {
  50% {
    opacity: 0.48;
    transform: translateX(0.16rem) scaleX(1.08);
  }
}

@keyframes microScan {
  to {
    background-position: 2.4rem 0;
  }
}

@keyframes tierRunner {
  0%,
  100% {
    transform: translate(0, 0);
  }

  38% {
    transform: translate(0.32rem, 0.66rem);
  }

  72% {
    transform: translate(0.64rem, 1.32rem);
  }
}

@keyframes hudSweep {
  50% {
    opacity: 0.78;
    transform: translateX(34%);
  }
}

.router-section,
.gary-section {
  position: relative;
  padding: 5rem 1rem;
}

.gary-section {
  padding: 3.75rem 1rem;
  scroll-margin-top: 4.8rem;
}

.router-section {
  padding-top: 4.5rem;
}

.section-grid,
.boundary-layout {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.54fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: 1.15rem;
}

.section-head h2 {
  grid-column: 1;
}

.section-head p {
  margin: 0;
}

.router-intro {
  display: grid;
  grid-column: 2;
  align-self: end;
  gap: 1rem;
  padding-bottom: 0.15rem;
}

.section-head h2,
.receipts-copy h2,
.gary-copy h2,
.boundary-copy h2,
.final-card h2 {
  max-width: 11ch;
  margin-top: 0.7rem;
  font-size: 5.2rem;
}

.router-section .section-head {
  gap: 1.25rem;
  margin-bottom: 0.45rem;
}

.router-section .section-head h2 {
  max-width: 16ch;
  margin-top: 0;
  font-size: clamp(3.35rem, 4.45vw, 4.25rem);
  line-height: 0.92;
}

.section-head p,
.receipts-copy p,
.gary-copy p,
.boundary-copy p,
.final-card p {
  margin: 0;
  color: var(--soft);
  font-size: 1.06rem;
  line-height: 1.65;
}

.router-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.43fr) minmax(0, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 247, 234, 0.1);
  box-shadow: 0 44px 130px rgba(0, 0, 0, 0.32);
}

.lane-panel {
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  background: rgba(255, 247, 234, 0.1);
}

.lane-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 247, 234, 0.1);
  counter-reset: product-lane;
}

.lane-close {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 0.55rem;
  padding: 0.56rem 0.9rem 0.62rem;
  border-top: 1px solid rgba(255, 247, 234, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 107, 20, 0.16), rgba(30, 255, 119, 0.05) 65%, transparent),
    rgba(5, 3, 2, 0.92);
}

.lane-close span {
  color: #ff9b3d;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(255, 107, 20, 0.34);
}

.lane-close strong {
  color: var(--ivory);
  font-size: 0.98rem;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.lane-button {
  position: relative;
  counter-increment: product-lane;
  display: block;
  width: 100%;
  min-height: 5.45rem;
  padding: 0.62rem 3rem 0.66rem 0.9rem;
  border: 0;
  border-radius: 0;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(255, 107, 20, 0), rgba(255, 107, 20, 0)),
    rgba(5, 3, 2, 0.82);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.lane-button::before,
.lane-button::after {
  position: absolute;
  right: 0.95rem;
  pointer-events: none;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease, width 220ms var(--ease);
}

.lane-button::before {
  content: "";
  bottom: 1rem;
  width: 1.7rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 138, 44, 0.72));
  opacity: 0.42;
}

.lane-button::after {
  content: "0" counter(product-lane);
  top: 0.92rem;
  color: rgba(247, 244, 236, 0.5);
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0;
}

.lane-button:hover,
.lane-button:focus-visible,
.lane-button.active {
  background:
    linear-gradient(90deg, rgba(255, 107, 20, 0.18), rgba(255, 107, 20, 0.02)),
    rgba(12, 8, 5, 0.94);
}

.lane-button.active {
  box-shadow: inset 3px 0 0 var(--orange);
}

.lane-button:hover::before,
.lane-button:focus-visible::before,
.lane-button.active::before {
  width: 2.5rem;
  opacity: 0.9;
}

.lane-button:hover::after,
.lane-button:focus-visible::after,
.lane-button.active::after {
  color: var(--orange-2);
  opacity: 1;
  transform: translateY(-1px);
}

.lane-button strong {
  display: block;
  margin-top: 0.36rem;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.36rem;
  font-weight: 700;
  line-height: 1;
}

.lane-button small {
  display: block;
  max-width: 22rem;
  margin-top: 0.3rem;
  color: rgba(255, 247, 234, 0.64);
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.22;
}

.lane-button em {
  display: block;
  margin-top: 0.32rem;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lane-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.72fr);
  min-height: 39.5rem;
  margin: 0;
  background: rgba(5, 3, 2, 0.86);
}

.lane-media {
  position: relative;
  min-height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  background: #050302;
}

.lane-art {
  inset: 0;
  height: 100%;
}

.lane-media .signal-art {
  opacity: 0.18;
  mix-blend-mode: screen;
}

.lane-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 220ms ease;
}

.lane-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, transparent 48%, rgba(5, 3, 2, 0.36)),
    linear-gradient(180deg, rgba(5, 3, 2, 0.02), rgba(5, 3, 2, 0.32));
  pointer-events: none;
}

.lane-copy {
  display: grid;
  grid-template-columns: 1fr;
  align-content: stretch;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 0.78rem;
  padding: 1.35rem 1.45rem 1.45rem;
  background:
    radial-gradient(circle at 0% 22%, rgba(255, 107, 20, 0.16), transparent 16rem),
    linear-gradient(90deg, rgba(255, 107, 20, 0.1), transparent 40%),
    linear-gradient(180deg, rgba(255, 247, 234, 0.06), transparent),
    rgba(5, 3, 2, 0.96);
}

.lane-copy > span {
  grid-column: 1;
}

.lane-copy h3 {
  grid-column: 1;
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.15rem, 2.75vw, 3.35rem);
  font-weight: 800;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.lane-copy p {
  grid-column: 1;
  max-width: 31rem;
  margin: 0;
  color: rgba(255, 247, 234, 0.84);
  font-size: 0.95rem;
  line-height: 1.5;
}

.lane-points {
  display: grid;
  align-self: start;
  gap: 0.48rem;
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
}

.lane-points li {
  position: relative;
  min-height: 2.45rem;
  padding: 0.65rem 0.7rem 0.65rem 2rem;
  border: 1px solid rgba(255, 247, 234, 0.1);
  border-radius: 6px;
  color: rgba(255, 247, 234, 0.78);
  background:
    linear-gradient(90deg, rgba(255, 107, 20, 0.12), transparent 62%),
    rgba(255, 247, 234, 0.035);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.22;
}

.lane-points li::before {
  content: "";
  position: absolute;
  left: 0.78rem;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(255, 107, 20, 0.64);
  transform: translateY(-50%);
}

.lane-meta {
  display: grid;
  grid-column: 1;
  grid-row: auto;
  align-self: end;
  justify-items: stretch;
  gap: 1rem;
  margin-top: 0.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.lane-meta strong {
  color: var(--bone);
  font-family: var(--mono);
  font-size: 0.78rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.press-strip {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
  width: min(calc(100% - 2rem), var(--max));
  margin: -0.45rem auto 0;
  padding: 0.72rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 247, 234, 0.11);
  border-bottom: 1px solid rgba(255, 247, 234, 0.11);
}

.press-strip p {
  position: relative;
  z-index: 4;
  margin: 0;
  padding: 0.46rem 0.66rem;
  border: 1px solid rgba(255, 138, 44, 0.24);
  border-radius: 999px;
  color: #ff9b3d;
  background:
    linear-gradient(90deg, rgba(255, 107, 20, 0.18), rgba(5, 3, 2, 0.92)),
    var(--bg);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 0 0 0.45rem var(--bg),
    0 12px 30px rgba(0, 0, 0, 0.32);
}

.press-track {
  grid-column: 2;
  display: flex;
  width: max-content;
  gap: 0.7rem;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent, black 2rem, black calc(100% - 2rem), transparent);
  animation: pressMarquee 42s linear infinite;
}

.press-track span {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0 0.78rem;
  border: 1px solid rgba(255, 247, 234, 0.11);
  border-radius: 999px;
  color: rgba(255, 247, 234, 0.74);
  background:
    linear-gradient(90deg, rgba(255, 107, 20, 0.08), rgba(255, 247, 234, 0.035)),
    rgba(5, 3, 2, 0.58);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

@keyframes pressMarquee {
  to {
    transform: translateX(calc(-50% - 0.35rem));
  }
}

.receipts-section {
  position: relative;
  min-height: 50rem;
  padding: 1.45rem 1rem 4.25rem;
  overflow: hidden;
  isolation: isolate;
  scroll-margin-top: 5rem;
}

.receipts-bg {
  opacity: 0.54;
}

.receipts-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 3, 2, 0.94), rgba(5, 3, 2, 0.66), rgba(5, 3, 2, 0.9)),
    linear-gradient(180deg, var(--bg), transparent 24%, var(--bg));
}

.receipts-inner {
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(560px, 1.12fr);
  gap: clamp(2rem, 3.6vw, 3.25rem);
  align-items: stretch;
  width: min(100%, var(--max));
  min-height: auto;
  margin: 0 auto;
}

.receipts-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
  max-width: 100%;
}

.receipts-copy h2 {
  margin-top: 0;
  max-width: 8.2ch;
  font-size: clamp(4rem, 5.4vw, 4.85rem);
}

.receipt-proof-stack {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 1rem;
  align-self: stretch;
  height: 100%;
  min-height: 0;
}

.receipt-ledger {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  min-height: 0;
  height: 100%;
  border: 1px solid rgba(255, 247, 234, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 107, 20, 0.22), rgba(255, 247, 234, 0.08) 35%, rgba(255, 107, 20, 0.16)),
    rgba(255, 247, 234, 0.1);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 247, 234, 0.1);
}

.receipt-ledger::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 107, 20, 0.14), transparent 18%),
    linear-gradient(180deg, rgba(255, 247, 234, 0.05), transparent 26%, rgba(255, 107, 20, 0.08));
  mix-blend-mode: screen;
  opacity: 0.5;
}

.receipt-ledger article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.58rem;
  min-height: 9.15rem;
  padding: clamp(3.45rem, 4vw, 4rem) clamp(1.15rem, 1.6vw, 1.55rem) clamp(1.15rem, 1.6vw, 1.55rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 107, 20, 0.1), transparent 16rem),
    linear-gradient(180deg, rgba(12, 8, 5, 0.88), rgba(5, 3, 2, 0.82));
  backdrop-filter: blur(12px);
}

.receipt-ledger article::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1rem;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), transparent 62%);
  opacity: 0.52;
}

.receipt-ledger article::after {
  content: "";
  position: absolute;
  right: 1.1rem;
  top: 1.1rem;
  width: 0.42rem;
  height: 0.42rem;
  border: 1px solid rgba(255, 107, 20, 0.72);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(255, 107, 20, 0.32);
}

.receipt-ledger article > span,
.receipt-ledger article > strong,
.receipt-ledger article > p,
.receipt-ledger article > em {
  position: relative;
  z-index: 1;
}

.receipt-ledger article > span {
  position: absolute;
  left: clamp(1.15rem, 1.6vw, 1.55rem);
  top: clamp(1.15rem, 1.6vw, 1.55rem);
  display: inline-flex;
  width: fit-content;
  padding: 0.24rem 0.42rem 0.22rem;
  border: 1px solid rgba(255, 107, 20, 0.2);
  border-radius: 999px;
  color: var(--orange);
  background: rgba(255, 107, 20, 0.07);
  box-shadow: 0 0 24px rgba(255, 107, 20, 0.08);
  font-size: clamp(0.76rem, 0.84vw, 0.9rem);
  line-height: 1;
  letter-spacing: 0;
}

.receipt-ledger strong {
  display: block;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.18rem, 2.8vw, 3.35rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  text-wrap: balance;
}

.receipt-ledger p {
  width: min(100%, 22rem);
  margin: 0;
  color: rgba(255, 247, 234, 0.68);
  font-size: 0.96rem;
  line-height: 1.42;
}

.receipt-ledger p a {
  color: var(--orange-2);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.receipt-ledger em {
  display: inline-flex;
  gap: 0.16rem;
  align-items: center;
  width: fit-content;
  margin-top: 0.12rem;
  padding: 0.28rem 0.5rem;
  border: 1px solid rgba(255, 107, 20, 0.2);
  border-radius: 999px;
  color: rgba(255, 247, 234, 0.68);
  background: rgba(5, 3, 2, 0.36);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.receipt-ledger em a {
  color: var(--orange-2);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.receipt-close-card {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, auto);
  gap: 0.28rem 1.25rem;
  align-items: center;
  min-height: 5.35rem;
  margin: 0;
  padding: 0.72rem 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(255, 107, 20, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(255, 107, 20, 0.18), rgba(6, 32, 18, 0.22) 72%),
    linear-gradient(180deg, rgba(255, 247, 234, 0.055), rgba(5, 3, 2, 0.82)),
    rgba(5, 3, 2, 0.88);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 247, 234, 0.1);
}

.receipt-close-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 107, 20, 0.28), transparent 22rem),
    repeating-linear-gradient(90deg, rgba(255, 247, 234, 0.035) 0 1px, transparent 1px 9px);
  pointer-events: none;
  opacity: 0.72;
}

.receipt-close-card > * {
  position: relative;
  z-index: 1;
}

.receipt-close-card span {
  grid-column: 1;
}

.receipt-close-card strong {
  display: block;
  max-width: 100%;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.18rem, 1.42vw, 1.55rem);
  font-weight: 900;
  line-height: 0.95;
}

.receipt-close-card p {
  max-width: 45rem;
  margin: 0;
  color: rgba(255, 247, 234, 0.72);
  font-size: 0.9rem;
  line-height: 1.35;
}

.receipt-close-card .button {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  min-width: 13rem;
  min-height: 2.75rem;
}

.sports-proof-wall {
  width: 100%;
  margin-top: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 107, 20, 0.16), transparent 18rem),
    rgba(255, 247, 234, 0.05);
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.34);
}

.sports-slip-show {
  display: grid;
  gap: 0.72rem;
  position: relative;
  padding: 0.58rem;
}

.slip-stage {
  position: relative;
  min-height: clamp(18rem, 22vw, 21rem);
  overflow: hidden;
  border: 1px solid rgba(255, 247, 234, 0.08);
  border-radius: 6px;
  background: rgba(5, 3, 2, 0.88);
}

.slip-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 3, 2, 0.1), rgba(5, 3, 2, 0.52)),
    var(--receipt-image) center / cover;
  cursor: zoom-in;
  transition: opacity 360ms ease, transform 540ms var(--ease);
  transform: scale(1.025);
}

.slip-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.slip-slide::before,
.slip-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.slip-slide::before {
  z-index: 1;
  background: rgba(5, 3, 2, 0.42);
  backdrop-filter: blur(18px);
}

.slip-slide::after {
  z-index: 3;
  background:
    linear-gradient(180deg, transparent 38%, rgba(5, 3, 2, 0.88)),
    linear-gradient(90deg, rgba(5, 3, 2, 0.45), transparent 52%);
}

.slip-slide img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0.45rem;
  object-fit: contain;
  filter: saturate(0.96) contrast(1.08) brightness(0.94);
}

.slip-slide figcaption {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  max-width: calc(100% - 6rem);
  min-height: 3.1rem;
  padding: 0.62rem 1rem 0.62rem 1.16rem;
  margin: 0.72rem;
  border: 1px solid rgba(255, 107, 20, 0.48);
  border-left: 3px solid var(--orange);
  border-radius: 5px;
  background:
    linear-gradient(115deg, rgba(255, 107, 20, 0.18), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 247, 234, 0.05) 0 1px, transparent 1px 7px),
    rgba(5, 3, 2, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 234, 0.12),
    0 18px 54px rgba(0, 0, 0, 0.48),
    0 0 28px rgba(255, 107, 20, 0.12);
  clip-path: polygon(0 0, calc(100% - 0.72rem) 0, 100% 50%, calc(100% - 0.72rem) 100%, 0 100%);
}

.slip-slide figcaption::before,
.slip-slide figcaption::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.slip-slide figcaption::before {
  inset: 0.38rem auto 0.38rem 0.42rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 247, 234, 0.55), transparent);
}

.slip-slide figcaption::after {
  right: 0.86rem;
  top: 50%;
  width: 1.05rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 107, 20, 0.15), var(--orange));
  box-shadow: 0 0 14px rgba(255, 107, 20, 0.55);
  transform: translateY(-50%);
}

.slip-win {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.05rem, 2.3vw, 1.68rem);
  font-weight: 900;
  line-height: 0.92;
  padding-right: 0.9rem;
  white-space: nowrap;
  text-shadow:
    0 1px 0 rgba(255, 107, 20, 0.36),
    0 10px 24px rgba(0, 0, 0, 0.55);
}

.slip-controls {
  position: absolute;
  inset: 0.58rem;
  z-index: 8;
  pointer-events: none;
}

.slip-control {
  position: absolute;
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 247, 234, 0.16);
  border-radius: 999px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 247, 234, 0.1), rgba(255, 247, 234, 0.02)),
    rgba(5, 3, 2, 0.76);
  box-shadow:
    inset 0 0 0 1px rgba(255, 107, 20, 0.08),
    0 16px 40px rgba(0, 0, 0, 0.36);
  font-family: var(--mono);
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.slip-control[data-slip-prev] {
  left: 0.72rem;
}

.slip-control[data-slip-next] {
  right: 0.72rem;
}

.slip-control::before {
  content: "<";
}

.slip-control[data-slip-next]::before {
  content: ">";
}

.slip-control:hover,
.slip-control:focus-visible {
  border-color: rgba(255, 107, 20, 0.72);
  background: rgba(255, 107, 20, 0.14);
  transform: translateY(-50%) scale(1.04);
}

.sports-proof-note {
  color: rgba(255, 247, 234, 0.48);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.5;
}

.receipt-lightbox[hidden] {
  display: none;
}

.receipt-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 107, 20, 0.12), transparent 32rem),
    rgba(3, 2, 1, 0.92);
  backdrop-filter: blur(16px);
  cursor: zoom-out;
}

.receipt-lightbox img {
  max-width: min(96vw, 82rem);
  max-height: 92vh;
  object-fit: contain;
  border: 1px solid rgba(255, 247, 234, 0.2);
  border-radius: 8px;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.62);
  cursor: default;
}

.receipt-lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 247, 234, 0.18);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(5, 3, 2, 0.78);
  cursor: pointer;
}

.receipt-lightbox-close::before,
.receipt-lightbox-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.1rem;
  height: 2px;
  background: currentColor;
}

.receipt-lightbox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.receipt-lightbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gary-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.68fr) minmax(0, 0.98fr);
  gap: 3.2rem;
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.gary-media {
  position: relative;
  min-height: 38rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #050302;
  box-shadow: 0 50px 140px rgba(0, 0, 0, 0.38);
}

.gary-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 52%, rgba(5, 3, 2, 0.5)),
    linear-gradient(90deg, rgba(5, 3, 2, 0.12), transparent 34%, rgba(5, 3, 2, 0.16));
}

.gary-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

.gary-copy {
  display: grid;
  gap: 0.82rem;
  max-width: 48rem;
}

.gary-copy h2 {
  max-width: 12ch;
  font-size: clamp(3.55rem, 4.85vw, 4.75rem);
}

.gary-copy p {
  margin: 0;
}

.gary-copy > p {
  max-width: 46rem;
}

.gary-proof-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 0.35rem;
  border: 1px solid rgba(255, 247, 234, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 247, 234, 0.1);
}

.gary-proof-copy div {
  min-height: 7.15rem;
  padding: 0.9rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 107, 20, 0.12), transparent 12rem),
    rgba(5, 3, 2, 0.72);
}

.gary-proof-copy span,
.gary-next-card > span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gary-proof-copy strong {
  display: block;
  margin-top: 1.15rem;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 0.95;
}

.gary-proof-copy p {
  margin-top: 0.65rem;
  color: rgba(255, 247, 234, 0.68);
  font-size: 0.94rem;
  line-height: 1.48;
}

.gary-difference {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0.35rem 0 0;
  border: 1px solid rgba(255, 138, 44, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 107, 20, 0.18), rgba(86, 240, 138, 0.055)),
    rgba(255, 247, 234, 0.08);
}

.gary-difference div {
  min-height: 8.5rem;
  padding: 0.92rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 107, 20, 0.12), transparent 11rem),
    rgba(5, 3, 2, 0.76);
}

.gary-difference strong {
  display: block;
  margin-top: 1.1rem;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.15rem, 1.5vw, 1.64rem);
  font-weight: 900;
  line-height: 0.94;
}

.gary-difference p {
  margin-top: 0.55rem;
  color: rgba(255, 247, 234, 0.66);
  font-size: 0.9rem;
  line-height: 1.44;
}

.gary-next-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem 1.15rem;
  align-items: center;
  margin-top: 0.45rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(255, 107, 20, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(255, 107, 20, 0.16), rgba(6, 32, 18, 0.18) 72%),
    repeating-linear-gradient(90deg, rgba(255, 247, 234, 0.035) 0 1px, transparent 1px 9px),
    rgba(5, 3, 2, 0.86);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 247, 234, 0.1);
}

.gary-next-card > span,
.gary-next-card h3,
.gary-next-card p,
.gary-actions {
  position: relative;
  z-index: 1;
}

.gary-next-card > span {
  grid-column: 1;
}

.gary-next-card h3 {
  grid-column: 1;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.22rem, 1.52vw, 1.62rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.gary-next-card p {
  grid-column: 1;
  max-width: 43rem;
  color: rgba(255, 247, 234, 0.72);
  font-size: 0.88rem;
  line-height: 1.36;
}

.gary-actions {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  min-width: 14rem;
}

.gary-actions .button {
  width: 100%;
}

.boundary-section {
  background:
    linear-gradient(180deg, transparent, rgba(255, 107, 20, 0.035) 44%, transparent),
    var(--bg);
}

.boundary-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.88fr);
  gap: 2rem;
  align-items: center;
}

.boundary-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 247, 234, 0.1);
}

.boundary-steps div {
  min-height: 19rem;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 247, 234, 0.06), transparent),
    rgba(5, 3, 2, 0.82);
}

.boundary-steps strong {
  display: block;
  margin: 6.2rem 0 0.9rem;
  color: var(--ink);
  font-family: var(--display);
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 0.95;
}

.boundary-steps p {
  margin: 0;
  color: rgba(255, 247, 234, 0.68);
  line-height: 1.5;
}

.final-section {
  position: relative;
  min-height: 36rem;
  display: grid;
  place-items: center;
  padding: 6rem 1rem;
  overflow: hidden;
  isolation: isolate;
}

.final-bg {
  opacity: 0.36;
}

.final-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, var(--bg), rgba(5, 3, 2, 0.64), var(--bg)),
    linear-gradient(90deg, rgba(5, 3, 2, 0.92), rgba(5, 3, 2, 0.48), rgba(5, 3, 2, 0.92));
}

.final-card {
  width: min(100%, 52rem);
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 3, 2, 0.74);
  text-align: center;
  backdrop-filter: blur(16px);
}

.final-card h2 {
  max-width: 11ch;
  margin: 0 auto;
}

.final-card p {
  max-width: 37rem;
  margin: 1.15rem auto 0;
}

.final-actions {
  justify-content: center;
}

.faq-section {
  position: relative;
  padding: 5.2rem 1rem;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 107, 20, 0.12), transparent 28rem),
    linear-gradient(180deg, transparent, rgba(255, 107, 20, 0.035) 42%, transparent),
    var(--bg);
}

.faq-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  width: min(100%, var(--max));
  margin: 0 auto;
}

.faq-copy span,
.footer-col span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-copy h2 {
  max-width: 10ch;
  margin: 0.8rem 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(3.15rem, 5vw, 5.25rem);
  font-weight: 850;
  line-height: 0.9;
}

.faq-copy p {
  max-width: 33rem;
  margin: 1rem 0 0;
  color: rgba(255, 247, 234, 0.72);
  font-size: 1rem;
  line-height: 1.62;
}

.faq-list {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 247, 234, 0.08);
}

.faq-list details {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 107, 20, 0.08), transparent 16rem),
    rgba(5, 3, 2, 0.78);
}

.faq-list details + details {
  border-top: 1px solid rgba(255, 247, 234, 0.1);
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 4.6rem;
  padding: 1rem 3.2rem 1rem 1rem;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.18rem, 1.8vw, 1.7rem);
  font-weight: 850;
  line-height: 1.02;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: translateY(-60%) rotate(45deg);
  transition: transform 180ms var(--ease);
}

.faq-list details[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.faq-list p {
  max-width: 58rem;
  margin: -0.35rem 0 0;
  padding: 0 1rem 1.2rem;
  color: rgba(255, 247, 234, 0.68);
  line-height: 1.58;
}

.home-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) repeat(3, minmax(150px, 0.72fr));
  gap: 1.35rem;
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  padding: 2.2rem 0 2.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.home-footer strong {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.home-footer strong span {
  color: var(--orange-2);
  font-family: var(--serif);
  font-style: italic;
}

.home-footer p {
  margin: 0.45rem 0 0;
  line-height: 1.5;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 0.58rem;
}

.home-footer a {
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-footer a:hover,
.home-footer a:focus-visible {
  color: var(--orange-2);
}

.risk-note {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 247, 234, 0.1);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.js .reveal {
  opacity: 0;
  transform: translateY(1.35rem);
  transition: opacity 760ms ease, transform 760ms var(--ease);
}

.js .reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.hero-section .reveal {
  opacity: 1;
  transform: none;
}

@supports (animation-timeline: view()) {
  .js .reveal {
    animation: revealByView both;
    animation-timeline: view();
    animation-range: entry 8% cover 28%;
  }

  .hero-section .reveal {
    animation: none;
  }
}

@keyframes revealByView {
  from {
    opacity: 0;
    transform: translateY(1.35rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .hero-copy h1 {
    font-size: 5rem;
  }

  .hero-layout,
  .section-head,
  .receipts-inner,
  .gary-layout,
  .boundary-layout {
    grid-template-columns: 1fr;
  }

  .receipt-proof-stack {
    min-height: auto;
  }

  .hero-copy,
  .hero-system,
  .proof-row {
    grid-column: auto;
    grid-row: auto;
  }

  .section-head h2,
  .section-head p {
    grid-column: 1;
  }

  .router-intro {
    grid-column: 1;
    max-width: 44rem;
  }

  .hero-layout {
    gap: 1.4rem;
  }

  .hero-system {
    width: min(100%, 42rem);
  }

  .hero-intel-row {
    width: min(100%, 45rem);
  }

  .section-head h2,
  .receipts-copy h2,
  .gary-copy h2,
  .boundary-copy h2,
  .final-card h2 {
    font-size: 4.1rem;
  }

  .router-shell {
    grid-template-columns: 1fr;
  }

  .lane-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lane-button {
    min-height: 10.2rem;
  }

  .lane-detail {
    grid-template-columns: 1fr;
  }

  .lane-media {
    min-height: 22rem;
  }

  .lane-copy h3 {
    max-width: 16ch;
    font-size: 3.4rem;
  }

  .gary-media {
    min-height: 35rem;
    width: min(100%, 31rem);
  }

  .receipts-copy {
    max-width: 100%;
  }

  .slip-stage {
    min-height: 24rem;
  }

  .faq-inner {
    grid-template-columns: 1fr;
  }

  .home-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  [id],
  .gary-section {
    scroll-margin-top: 1rem;
  }

  .home-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2.8rem;
    grid-template-areas:
      "brand menu"
      "code code";
    align-items: center;
    gap: 0.42rem 0.75rem;
    left: 0.625rem;
    right: 0.625rem;
    width: auto;
    min-height: 0;
    overflow: visible;
    padding: 0.44rem;
    transform: none;
  }

  .home-header::after {
    display: none;
  }

  .home-brand {
    grid-area: brand;
    flex: 0 0 auto;
    min-width: 0;
  }

  .home-brand-mark {
    width: 8.9rem;
    height: 2.45rem;
  }

  .home-brand-copy {
    display: none;
  }

  .header-code {
    position: relative;
    grid-area: code;
    left: auto;
    right: auto;
    top: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0.34rem 0.5rem;
    border-radius: 8px;
    font-size: 0.54rem;
    pointer-events: none;
  }

  .home-menu {
    position: relative;
    grid-area: menu;
    right: auto;
    left: auto;
    top: auto;
    z-index: 5;
    display: grid !important;
    flex: 0 0 2.8rem;
    place-items: center;
    justify-self: end;
    margin-left: auto;
    background:
      linear-gradient(180deg, rgba(255, 177, 91, 0.2), transparent 48%),
      linear-gradient(135deg, #d55210, #f06a14 56%, #c9440b);
    border-color: rgba(255, 149, 55, 0.72);
    box-shadow:
      0 12px 30px rgba(255, 107, 20, 0.24),
      inset 0 1px 0 rgba(255, 223, 174, 0.22),
      inset 0 -1px 0 rgba(76, 19, 0, 0.42);
  }

  .home-menu span {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    background: #080402;
    box-shadow: none;
  }

  .home-menu::before,
  .home-menu::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.35rem;
    height: 2px;
    background: #080402;
    box-shadow: none;
  }

  .home-menu::before {
    transform: translate(-50%, calc(-50% - 4px));
  }

  .home-menu::after {
    transform: translate(-50%, calc(-50% + 4px));
  }

  .home-menu span:first-child {
    transform: translateY(-4px);
  }

  .home-menu span:last-child {
    transform: translateY(4px);
  }

  .home-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.46rem);
    display: none;
    grid-template-columns: 1fr;
    gap: 1px;
    padding: 0.4rem;
    border: 1px solid rgba(255, 247, 234, 0.14);
    border-radius: 8px;
    background:
      radial-gradient(circle at 12% 0%, rgba(255, 107, 20, 0.16), transparent 18rem),
      rgba(6, 4, 3, 0.96);
    box-shadow:
      0 24px 70px rgba(0, 0, 0, 0.52),
      inset 0 1px 0 rgba(255, 247, 234, 0.08);
    backdrop-filter: blur(22px);
  }

  .home-nav.open {
    display: grid;
  }

  .home-nav a {
    width: 100%;
    justify-content: center;
  }

  .hero-section {
    min-height: auto;
    padding: 8.45rem 0.75rem 1.5rem;
  }

  .hero-layout {
    min-height: auto;
    min-width: 0;
    width: 100%;
  }

  .hero-copy h1 {
    max-width: 9ch;
    font-size: 3.1rem;
  }

  .hero-copy,
  .hero-lede,
  .hero-system,
  .system-screen,
  .section-grid,
  .router-shell,
  .lane-detail {
    min-width: 0;
    max-width: 100%;
  }

  .hero-lede {
    max-width: 34ch;
    overflow-wrap: break-word;
  }

  .system-glass p {
    max-width: 34ch;
  }

  .hero-lede,
  .section-head p,
  .receipts-copy p,
  .gary-copy p,
  .boundary-copy p,
  .final-card p {
    font-size: 0.98rem;
  }

  .hero-actions .button,
  .final-actions .button {
    width: 100%;
  }

  .hero-intel-row {
    grid-template-columns: 1fr;
  }

  .proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-row div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-row div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .proof-row dd {
    font-size: 2rem;
  }

  .number-stamp {
    min-height: 10rem;
  }

  .system-screen {
    min-height: 18rem;
  }

  .system-glass {
    grid-template-columns: 1fr;
  }

  .system-glass strong {
    display: block;
    margin-top: 0.5rem;
    text-align: left;
  }

  .system-glass p {
    margin-top: 0.45rem;
  }

  .system-glass a {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .system-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .system-route {
    min-height: 6rem;
    padding: 0.78rem 3.12rem 0.78rem 0.78rem;
  }

  .route-motion {
    width: 100%;
    opacity: 0.44;
    transform: none;
    mask-image: none;
  }

  .route-motion::before {
    background:
      linear-gradient(90deg, rgba(5, 3, 2, 0.99), rgba(5, 3, 2, 0.86) 50%, rgba(5, 3, 2, 0.6)),
      linear-gradient(180deg, rgba(5, 3, 2, 0.28), rgba(5, 3, 2, 0.86));
  }

  .route-viz {
    right: 0.34rem;
    top: 0.56rem;
    width: 3.55rem;
    height: 2.36rem;
    transform: scale(0.78);
    transform-origin: top right;
  }

  .system-ledger strong {
    font-size: 1rem;
    line-height: 1.02;
  }

  .system-route small {
    font-size: 0.54rem;
  }

  .press-strip {
    grid-template-columns: 1fr;
    width: min(calc(100% - 1.5rem), var(--max));
    margin-top: 0;
  }

  .press-strip p {
    white-space: normal;
  }

  .router-section,
  .gary-section,
  .boundary-section,
  .receipts-section,
  .faq-section,
  .final-section {
    padding: 4rem 0.75rem;
  }

  .section-head h2,
  .receipts-copy h2,
  .gary-copy h2,
  .boundary-copy h2,
  .final-card h2 {
    font-size: 3.1rem;
  }

  .lane-list,
  .receipt-ledger,
  .boundary-steps,
  .gary-difference {
    grid-template-columns: 1fr;
  }

  .slip-stage {
    min-height: 21rem;
  }

  .slip-control {
    width: 2.45rem;
    height: 2.45rem;
  }

  .lane-button {
    min-height: 8.4rem;
  }

  .lane-button strong {
    font-size: 1.82rem;
  }

  .lane-media {
    min-height: 17rem;
  }

  .lane-copy {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .lane-copy h3 {
    font-size: 2.8rem;
  }

  .lane-meta {
    grid-column: 1;
    grid-row: auto;
    display: grid;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
  }

  .lane-meta .button {
    width: 100%;
  }

  .receipts-inner {
    min-height: auto;
  }

  .receipt-ledger {
    min-height: auto;
  }

  .receipt-close-card {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .receipt-close-card strong,
  .receipt-close-card p {
    max-width: 100%;
  }

  .receipt-close-card .button {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .receipt-ledger article {
    min-height: 13.4rem;
  }

  .receipt-ledger strong {
    margin: auto 0 0.75rem;
    font-size: 2.3rem;
  }

  .gary-media {
    width: 100%;
    min-height: 31rem;
  }

  .gary-difference div {
    min-height: 7.5rem;
  }

  .boundary-steps div {
    min-height: 13.2rem;
  }

  .boundary-steps strong {
    margin-top: 3.7rem;
    font-size: 2.1rem;
  }

  .home-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: 2.72rem;
  }

  .section-head h2,
  .receipts-copy h2,
  .gary-copy h2,
  .faq-copy h2,
  .boundary-copy h2,
  .final-card h2 {
    font-size: 2.62rem;
  }

  .hero-actions {
    gap: 0.55rem;
  }
}

@media (max-width: 520px) {
  .home-menu {
    position: fixed;
    grid-area: auto;
    justify-self: auto;
    top: 1.12rem;
    left: min(calc(100vw - 3.55rem), 20.8rem);
    right: auto;
    margin-left: 0;
  }

  .home-nav {
    position: fixed;
    left: 0.625rem;
    right: 0.625rem;
    top: 6.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  video {
    animation: none;
  }

  .press-track {
    width: auto;
    flex-wrap: wrap;
    animation: none;
    transform: none;
  }

  .hero-section::before,
  .hero-geometry circle,
  .hero-geometry path,
  .proof-row::before,
  .receipt-ledger::before,
  .receipt-close-card::before {
    animation: none !important;
  }
}
