:root {
  --bg: #050505;
  --bg-soft: #09100c;
  --surface: rgba(10, 18, 13, 0.64);
  --surface-strong: rgba(12, 21, 15, 0.82);
  --surface-light: rgba(255, 255, 255, 0.04);
  --border: rgba(182, 255, 0, 0.18);
  --line: rgba(0, 255, 148, 0.15);
  --text: #f5f7f2;
  --muted: #9da69f;
  --muted-strong: #d7ded8;
  --accent: #00ff94;
  --accent-soft: #b6ff00;
  --accent-dim: rgba(0, 255, 148, 0.22);
  --danger-muted: rgba(255, 255, 255, 0.06);
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.45);
  --radius: 28px;
  --max-width: 1180px;
  --grid-gap: clamp(1.25rem, 2vw, 2rem);
  --header-height: 84px;
  --gradient: linear-gradient(135deg, #00ff94 0%, #b6ff00 100%);
  --motion-distance: 28px;
  --motion-duration: 700ms;
  --interactive-duration: 240ms;
  --button-lift: -2px;
  --card-lift: -6px;
  --story-lift: -8px;
  --tap-scale: 0.97;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(0, 255, 148, 0.14), transparent 30%),
    radial-gradient(circle at top right, rgba(182, 255, 0, 0.1), transparent 35%),
    var(--bg);
  color: var(--text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body[data-motion-mode="mobile"] {
  --shadow: 0 14px 40px rgba(0, 0, 0, 0.34);
  --motion-distance: 18px;
  --motion-duration: 480ms;
  --interactive-duration: 180ms;
  --button-lift: -1px;
  --card-lift: -3px;
  --story-lift: -3px;
}

body[data-motion-mode="reduced"] {
  --motion-distance: 0px;
  --motion-duration: 0ms;
  --interactive-duration: 0ms;
  --button-lift: 0px;
  --card-lift: 0px;
  --story-lift: 0px;
}

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

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

main {
  position: relative;
  z-index: 1;
}

#network-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22) 0.5px, transparent 0.5px),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.15) 0.5px, transparent 0.5px);
  background-size: 22px 22px, 28px 28px;
  mix-blend-mode: soft-light;
}

.ambient-glow {
  position: fixed;
  width: 36rem;
  height: 36rem;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(100px);
  opacity: 0.18;
}

.ambient-glow-left {
  top: 4rem;
  left: -12rem;
  background: rgba(0, 255, 148, 0.8);
}

.ambient-glow-right {
  top: 24rem;
  right: -14rem;
  background: rgba(182, 255, 0, 0.65);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 1rem auto 0;
  padding: 1rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(4, 9, 6, 0.72);
  border-color: rgba(182, 255, 0, 0.12);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(182, 255, 0, 0.25);
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(182, 255, 0, 0.18), rgba(0, 0, 0, 0) 70%),
    rgba(6, 10, 7, 0.7);
  box-shadow:
    inset 0 0 20px rgba(0, 255, 148, 0.18),
    0 0 30px rgba(0, 255, 148, 0.18);
}

.brand-mark-image {
  width: 3.6rem;
  height: 3.6rem;
  flex-shrink: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
  filter:
    drop-shadow(0 0 10px rgba(0, 255, 148, 0.42))
    drop-shadow(0 0 22px rgba(182, 255, 0, 0.16));
}

.brand-core {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: var(--gradient);
  box-shadow:
    0 0 20px rgba(0, 255, 148, 0.7),
    0 0 44px rgba(182, 255, 0, 0.32);
  animation: pulse 3.4s ease-in-out infinite;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.brand-name {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-tag {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.3rem;
  color: var(--muted-strong);
  font-size: 0.94rem;
}

.site-nav a:not(.button),
.footer-links a,
.mobile-menu-nav a {
  transition:
    color var(--interactive-duration) ease,
    transform var(--interactive-duration) ease,
    background-color var(--interactive-duration) ease,
    border-color var(--interactive-duration) ease,
    box-shadow var(--interactive-duration) ease;
}

.site-nav a:not(.button):focus-visible,
.footer-links a:focus-visible,
.mobile-menu-nav a:focus-visible {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.75rem 1.3rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.94rem;
  font-weight: 500;
  transition:
    transform var(--interactive-duration) ease,
    box-shadow var(--interactive-duration) ease,
    border-color var(--interactive-duration) ease,
    background-color var(--interactive-duration) ease;
}

.button:focus-visible {
  transform: translateY(var(--button-lift));
}

.button-primary {
  color: #061008;
  background: var(--gradient);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 14px 30px rgba(0, 255, 148, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.45);
}

.button-primary:focus-visible {
  box-shadow:
    0 18px 36px rgba(0, 255, 148, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.45);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(182, 255, 0, 0.12);
  backdrop-filter: blur(16px);
}

.button-small {
  min-height: 2.7rem;
  padding-inline: 1.05rem;
}

.button-mobile {
  display: none;
}

.button,
.menu-toggle,
.mobile-menu-close,
.mobile-menu a,
.footer-links a,
.glass-card,
.use-case-card,
.agent-card,
.network-node {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.menu-toggle,
.mobile-menu-close {
  display: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(182, 255, 0, 0.12);
  border-radius: 16px;
  background: rgba(8, 13, 10, 0.72);
  backdrop-filter: blur(18px);
  color: var(--text);
  transition:
    transform var(--interactive-duration) ease,
    border-color var(--interactive-duration) ease,
    box-shadow var(--interactive-duration) ease,
    background-color var(--interactive-duration) ease;
}

.menu-toggle {
  gap: 0.28rem;
  flex-direction: column;
}

.menu-toggle-line,
.mobile-menu-close span {
  display: block;
  width: 1.2rem;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-line:first-child {
  transform: translateY(0.34rem) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-line:last-child {
  transform: translateY(-0.34rem) rotate(-45deg);
}

.mobile-menu-close {
  position: relative;
}

.mobile-menu-close span:first-child {
  position: absolute;
  transform: rotate(45deg);
}

.mobile-menu-close span:last-child {
  position: absolute;
  transform: rotate(-45deg);
}

.mobile-menu-backdrop,
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 240ms ease,
    visibility 240ms ease;
}

.mobile-menu-backdrop {
  background: rgba(4, 8, 6, 0.42);
  backdrop-filter: blur(14px);
}

.mobile-menu {
  display: flex;
  justify-content: flex-end;
}

.mobile-menu-panel {
  width: min(90vw, 24rem);
  height: 100%;
  padding: 1.25rem 1rem 1rem;
  background:
    linear-gradient(180deg, rgba(11, 18, 13, 0.96), rgba(7, 10, 8, 0.98)),
    rgba(255, 255, 255, 0.03);
  border-left: 1px solid rgba(182, 255, 0, 0.12);
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.35);
  transform: translateX(100%);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mobile-menu-label {
  color: var(--accent-soft);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-menu-nav,
.mobile-menu-actions {
  margin-top: 1.25rem;
}

.mobile-menu-nav {
  display: grid;
  gap: 0.7rem;
}

.mobile-menu-nav a {
  min-height: 3.3rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(182, 255, 0, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted-strong);
}

.mobile-menu-actions .button {
  width: 100%;
}

body.menu-open .mobile-menu-backdrop,
body.menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.menu-open .mobile-menu-panel {
  transform: translateX(0);
}

.panel {
  position: relative;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.hero {
  padding-top: clamp(4rem, 8vw, 7rem);
  min-height: calc(100svh - 2rem);
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  color: var(--accent-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-soft));
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.6rem, 8vw, 6.7rem);
}

h2 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.08rem);
}

.hero-copy p {
  max-width: 34rem;
  margin-top: 1.45rem;
}

.hero-title-line {
  display: block;
}

.hero-actions,
.developer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}

.metric-card {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(182, 255, 0, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(18px);
}

.metric-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  min-height: 38rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-grid-lines {
  position: absolute;
  inset: 10% 2% 8%;
  border: 1px solid rgba(182, 255, 0, 0.08);
  border-radius: 40px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 68px 68px;
  box-shadow:
    inset 0 0 80px rgba(0, 255, 148, 0.08),
    var(--shadow);
  overflow: hidden;
}

.hero-grid-lines::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: linear-gradient(
    120deg,
    transparent 36%,
    rgba(0, 255, 148, 0.08) 50%,
    transparent 64%
  );
  animation: shimmer 12s linear infinite;
}

.orbital-system {
  position: relative;
  width: min(90vw, 30rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.signal-ring,
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(182, 255, 0, 0.14);
  border-radius: 50%;
}

.signal-ring {
  box-shadow: inset 0 0 40px rgba(0, 255, 148, 0.06);
}

.signal-ring-outer,
.orbit-three {
  inset: 0;
}

.signal-ring-mid,
.orbit-two {
  inset: 12%;
}

.signal-ring-inner,
.orbit-one {
  inset: 24%;
}

.hero-orbit {
  animation: rotate-orbit linear infinite;
}

.orbit-one {
  animation-duration: 11s;
}

.orbit-two {
  animation-duration: 14s;
  animation-direction: reverse;
}

.orbit-three {
  animation-duration: 18s;
}

.orbit-particle {
  position: absolute;
  top: -0.45rem;
  left: calc(50% - 0.45rem);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, var(--accent-soft) 42%, var(--accent) 100%);
  box-shadow:
    0 0 14px rgba(255, 255, 255, 0.55),
    0 0 36px rgba(0, 255, 148, 0.6);
}

.orbit-particle-beta {
  background: radial-gradient(circle, #ffffff 0%, #00ff94 42%, #b6ff00 100%);
}

.orbit-particle-gamma {
  background: radial-gradient(circle, #ffffff 0%, #b6ff00 30%, #00ff94 100%);
}

.hero-core {
  position: relative;
  width: 10rem;
  height: 10rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.28), transparent 32%),
    radial-gradient(circle, rgba(182, 255, 0, 0.38), rgba(0, 255, 148, 0.08) 52%, rgba(0, 0, 0, 0) 72%),
    rgba(4, 10, 6, 0.84);
  border: 1px solid rgba(182, 255, 0, 0.2);
  box-shadow:
    inset 0 0 42px rgba(0, 255, 148, 0.2),
    0 0 60px rgba(0, 255, 148, 0.18);
}

.core-glow {
  position: absolute;
  inset: -16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 148, 0.22), transparent 65%);
  filter: blur(10px);
  animation: pulse 4.2s ease-in-out infinite;
}

.core-text {
  position: relative;
  z-index: 1;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--text);
}

.system-readout {
  position: absolute;
  right: 0;
  bottom: 2rem;
  display: grid;
  gap: 0.8rem;
  width: min(18rem, 42vw);
}

.readout-card {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(182, 255, 0, 0.08);
  border-radius: 18px;
  background: rgba(7, 13, 9, 0.8);
  backdrop-filter: blur(18px);
}

.readout-label,
.card-kicker,
.comparison-label,
.timeline-phase {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--accent-soft);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-copy {
  display: grid;
  gap: 0.9rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.section-copy p {
  max-width: 36rem;
}

.how-it-works {
  min-height: 240vh;
}

.story-wrap {
  position: relative;
  height: 180vh;
}

.story-shell {
  position: sticky;
  top: calc(var(--header-height) + 1.5rem);
  min-height: min(72vh, 48rem);
  padding: 2rem;
  border: 1px solid rgba(182, 255, 0, 0.12);
  border-radius: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(180deg, rgba(13, 20, 15, 0.9), rgba(7, 12, 9, 0.82)),
    rgba(255, 255, 255, 0.03);
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.story-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(0, 255, 148, 0.1), transparent 28%),
    radial-gradient(circle at 88% 40%, rgba(182, 255, 0, 0.08), transparent 30%);
  pointer-events: none;
}

.story-progress {
  position: relative;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.story-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--gradient);
  transform-origin: left center;
  transform: scaleX(var(--story-progress, 0.1));
}

.story-rail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: center;
  margin-top: 2.5rem;
  min-height: calc(100% - 4.5rem);
}

.story-step {
  position: relative;
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 18rem;
  padding: clamp(1.4rem, 2vw, 2rem);
  border: 1px solid rgba(182, 255, 0, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform var(--interactive-duration) ease,
    border-color var(--interactive-duration) ease,
    box-shadow var(--interactive-duration) ease,
    background-color var(--interactive-duration) ease;
}

.story-step.active {
  transform: translate3d(0, var(--story-lift), 0);
  border-color: rgba(182, 255, 0, 0.22);
  background: rgba(182, 255, 0, 0.045);
  box-shadow:
    inset 0 0 28px rgba(0, 255, 148, 0.08),
    0 16px 44px rgba(0, 0, 0, 0.22);
}

.story-index {
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.86rem;
  letter-spacing: 0.16em;
}

.story-icon {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 22px;
  background: rgba(0, 255, 148, 0.07);
  border: 1px solid rgba(182, 255, 0, 0.16);
  overflow: hidden;
}

.story-icon span,
.story-icon-oracle span,
.story-icon-agents span {
  position: absolute;
  inset: 0;
}

.story-icon span::before,
.story-icon span::after,
.story-icon-oracle span::before,
.story-icon-oracle span::after,
.story-icon-agents span::before,
.story-icon-agents span::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: var(--gradient);
}

.story-icon span::before {
  width: 0.7rem;
  height: 0.7rem;
  top: 0.85rem;
  left: 0.75rem;
  box-shadow: 1.4rem 1rem 0 rgba(182, 255, 0, 0.9), 2.2rem -0.2rem 0 rgba(0, 255, 148, 0.8);
}

.story-icon span::after {
  width: 2.2rem;
  height: 1px;
  top: 2rem;
  left: 0.9rem;
  background: linear-gradient(90deg, rgba(0, 255, 148, 0.3), rgba(182, 255, 0, 0.9));
}

.story-icon-oracle span::before {
  inset: 1rem;
  border: 1px solid rgba(182, 255, 0, 0.6);
  background: transparent;
}

.story-icon-oracle span::after {
  width: 1.25rem;
  height: 1.25rem;
  top: 1.35rem;
  left: 1.35rem;
  box-shadow: 0 0 20px rgba(0, 255, 148, 0.4);
}

.story-icon-agents span::before {
  width: 2.2rem;
  height: 2.2rem;
  top: 0.9rem;
  left: 0.9rem;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 255, 148, 0.16), rgba(182, 255, 0, 0.32));
}

.story-icon-agents span::after {
  width: 0.5rem;
  height: 0.5rem;
  top: 1.75rem;
  right: 0.95rem;
  box-shadow:
    -0.9rem -0.85rem 0 rgba(182, 255, 0, 0.9),
    -0.9rem 0.9rem 0 rgba(0, 255, 148, 0.8);
}

.story-connector {
  position: relative;
  width: clamp(3rem, 6vw, 6rem);
  height: 2px;
}

.connector-line,
.connector-glow {
  position: absolute;
  inset: 0;
  border-radius: 999px;
}

.connector-line {
  background: rgba(255, 255, 255, 0.09);
}

.connector-glow {
  background: linear-gradient(90deg, transparent, var(--accent), var(--accent-soft), transparent);
  transform: translateX(calc(var(--story-progress, 0) * 100% - 50%));
  filter: blur(1px);
}

.components-grid,
.comparison-grid,
.use-case-grid {
  display: grid;
  gap: var(--grid-gap);
}

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

.glass-card,
.use-case-card,
.comparison-panel,
.timeline-card,
.agent-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(182, 255, 0, 0.09);
  background:
    linear-gradient(180deg, rgba(16, 23, 18, 0.82), rgba(10, 16, 12, 0.88)),
    rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.glass-card {
  padding: 2rem;
  min-height: 19rem;
  transition:
    transform var(--interactive-duration) ease,
    box-shadow var(--interactive-duration) ease,
    border-color var(--interactive-duration) ease;
}

.glass-card:active,
.use-case-card:active,
.agent-card:active {
  transform: scale(0.985);
}

.card-line {
  position: absolute;
  right: -12%;
  bottom: -12%;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 148, 0.18), transparent 60%);
  filter: blur(6px);
}

.agents-marquee {
  position: relative;
  padding: 0.5rem 0;
  overflow: hidden;
}

.agents-marquee::before,
.agents-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8rem;
  z-index: 1;
}

.agents-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}

.agents-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), transparent);
}

.agents-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.agent-card {
  width: min(20rem, 78vw);
  min-height: 15rem;
  padding: 1.6rem;
}

.agent-icon,
.use-case-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 1rem;
  border-radius: 18px;
  color: #051008;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.95rem;
  background: var(--gradient);
  box-shadow: 0 0 30px rgba(0, 255, 148, 0.25);
}

.network-map {
  position: relative;
  min-height: 32rem;
  margin-top: 2rem;
  border-radius: 40px;
  border: 1px solid rgba(182, 255, 0, 0.08);
  background:
    radial-gradient(circle at center, rgba(0, 255, 148, 0.08), transparent 42%),
    rgba(8, 13, 10, 0.72);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.network-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 100%);
}

.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.network-lines line {
  stroke: url(#lineGradient);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 10 16;
  animation: dash 8s linear infinite;
}

.network-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 8.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(182, 255, 0, 0.14);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), transparent 28%),
    radial-gradient(circle, rgba(0, 255, 148, 0.1), rgba(0, 0, 0, 0) 68%),
    rgba(10, 16, 12, 0.9);
  box-shadow:
    inset 0 0 34px rgba(0, 255, 148, 0.1),
    0 10px 36px rgba(0, 0, 0, 0.4);
  transition:
    transform var(--interactive-duration) ease,
    border-color var(--interactive-duration) ease,
    box-shadow var(--interactive-duration) ease;
}

.network-center {
  top: calc(50% - 5rem);
  left: calc(50% - 5rem);
  width: 10rem;
  background:
    radial-gradient(circle at center, rgba(182, 255, 0, 0.25), rgba(0, 255, 148, 0.08) 50%, transparent 70%),
    rgba(9, 15, 10, 0.92);
}

.network-node-top-left {
  top: 12%;
  left: 10%;
}

.network-node-top-right {
  top: 14%;
  right: 10%;
}

.network-node-bottom-right {
  right: 12%;
  bottom: 10%;
}

.network-node-bottom-left {
  left: 8%;
  bottom: 10%;
}

.node-label {
  max-width: 6ch;
  text-align: center;
  font-size: 0.95rem;
  color: var(--muted-strong);
}

.token-flow .section-copy h2 {
  max-width: 9ch;
}

.flow-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
  padding: 2rem 0;
}

.flow-line {
  position: absolute;
  left: 3%;
  right: 3%;
  top: 4rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 255, 148, 0.12), rgba(182, 255, 0, 0.5), rgba(0, 255, 148, 0.12));
  overflow: hidden;
}

.flow-line::after {
  content: "";
  position: absolute;
  top: -0.2rem;
  width: 2.2rem;
  height: 0.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.65);
  animation: travel 6s linear infinite;
}

.flow-node {
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding: 3.2rem 1.2rem 1.25rem;
  border: 1px solid rgba(182, 255, 0, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  min-height: 13rem;
}

.flow-node::before {
  content: "";
  position: absolute;
  top: 2.88rem;
  left: 50%;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--gradient);
  box-shadow: 0 0 18px rgba(0, 255, 148, 0.6);
}

.flow-node.active::before {
  animation: pulse 2.4s ease-in-out infinite;
}

.flow-token {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 4.8rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.84rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.use-case-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.use-case-card {
  padding: 1.75rem;
  min-height: 15rem;
  transition:
    transform var(--interactive-duration) ease,
    border-color var(--interactive-duration) ease,
    box-shadow var(--interactive-duration) ease;
}

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

.comparison-panel {
  min-height: 22rem;
  padding: 2rem;
}

.comparison-panel ul {
  display: grid;
  gap: 1rem;
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
}

.comparison-panel li {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted-strong);
}

.comparison-panel-accent {
  border-color: rgba(182, 255, 0, 0.16);
  background:
    linear-gradient(180deg, rgba(17, 28, 17, 0.82), rgba(8, 14, 10, 0.88)),
    rgba(255, 255, 255, 0.02);
}

.developers .section-copy h2 {
  max-width: 6ch;
}

.developer-console {
  max-width: 62rem;
  margin-top: 2rem;
  border-radius: 28px;
  border: 1px solid rgba(182, 255, 0, 0.12);
  background: rgba(6, 10, 8, 0.88);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.console-header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
}

.console-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.console-dot:first-child {
  background: #ff5f56;
}

.console-dot:nth-child(2) {
  background: #ffbd2e;
}

.console-dot:nth-child(3) {
  background: #27c93f;
}

.console-title {
  margin-left: 0.7rem;
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
}

.console-body {
  position: relative;
  min-height: 17rem;
  margin: 0;
  padding: 1.6rem 1.2rem 2rem;
  overflow: auto;
  color: var(--muted-strong);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.92rem;
  line-height: 1.8;
}

.cursor {
  display: inline-block;
  width: 0.6ch;
  height: 1.2rem;
  margin-left: 0.15rem;
  vertical-align: middle;
  background: var(--accent);
  animation: blink 0.95s steps(1) infinite;
}

.developer-actions {
  padding: 0 1.2rem 1.2rem;
  margin-top: 0;
}

.timeline {
  position: relative;
  display: grid;
  gap: 1.6rem;
  max-width: 48rem;
  padding-left: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.timeline-progress {
  position: absolute;
  left: 0.55rem;
  top: 0;
  width: 2px;
  height: 0;
  background: var(--gradient);
  box-shadow: 0 0 16px rgba(0, 255, 148, 0.4);
}

.timeline-item {
  position: relative;
  padding-left: 1.25rem;
}

.timeline-dot {
  position: absolute;
  left: -0.02rem;
  top: 1.9rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(182, 255, 0, 0.18);
  background: rgba(7, 13, 9, 0.92);
}

.timeline-dot::after {
  content: "";
  position: absolute;
  inset: 0.22rem;
  border-radius: 999px;
  background: var(--gradient);
}

.timeline-card {
  padding: 1.5rem 1.5rem 1.65rem;
}

.final-cta {
  padding-bottom: 7rem;
}

.cta-shell {
  position: relative;
  display: grid;
  place-items: center;
  gap: 1rem;
  min-height: 25rem;
  padding: 4rem 2rem;
  text-align: center;
  border-radius: 40px;
  border: 1px solid rgba(182, 255, 0, 0.12);
  background:
    linear-gradient(180deg, rgba(12, 20, 14, 0.92), rgba(8, 12, 10, 0.9)),
    rgba(255, 255, 255, 0.02);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.cta-shell h2 {
  max-width: 9ch;
}

.cta-shell p {
  max-width: 30rem;
}

.cta-orb {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(182, 255, 0, 0.24), rgba(0, 255, 148, 0.08) 46%, transparent 68%);
  filter: blur(4px);
  animation: pulse 4.6s ease-in-out infinite;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 0 0 3rem;
  color: var(--muted);
}

.footer-brand p {
  margin-top: 0.35rem;
  font-size: 0.94rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, var(--motion-distance), 0);
  transition:
    opacity var(--motion-duration) ease,
    transform var(--motion-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal,
.button,
.menu-toggle,
.mobile-menu-close,
.glass-card,
.use-case-card,
.agent-card,
.network-node,
.story-step,
.story-progress-bar,
.hero-orbit,
.core-glow,
.cta-orb {
  will-change: transform, opacity;
}

.button.is-pressed,
.menu-toggle.is-pressed,
.mobile-menu-close.is-pressed,
.mobile-menu a.is-pressed,
.footer-links a.is-pressed {
  transform: scale(var(--tap-scale));
}

.button.is-pressed,
.menu-toggle.is-pressed,
.mobile-menu-close.is-pressed {
  border-color: rgba(182, 255, 0, 0.24);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.2),
    0 0 24px rgba(0, 255, 148, 0.12);
}

.mobile-menu a.is-pressed,
.footer-links a.is-pressed {
  border-color: rgba(182, 255, 0, 0.18);
  background: rgba(182, 255, 0, 0.05);
}

.glass-card.is-pressed,
.use-case-card.is-pressed,
.agent-card.is-pressed,
.network-node.is-pressed {
  transform: scale(0.985);
  border-color: rgba(182, 255, 0, 0.22);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 0 24px rgba(0, 255, 148, 0.08);
}

@media (hover: hover) and (pointer: fine) {
  .site-nav a:not(.button):hover,
  .footer-links a:hover {
    color: var(--text);
  }

  .button:hover {
    transform: translateY(var(--button-lift));
  }

  .button-primary:hover {
    box-shadow:
      0 18px 36px rgba(0, 255, 148, 0.3),
      inset 0 1px 1px rgba(255, 255, 255, 0.45);
  }

  .glass-card:hover,
  .use-case-card:hover,
  .agent-card:hover {
    transform: translateY(var(--card-lift));
    border-color: rgba(182, 255, 0, 0.22);
    box-shadow:
      0 20px 60px rgba(0, 0, 0, 0.34),
      inset 0 0 34px rgba(0, 255, 148, 0.08);
  }

  .agents-marquee:hover .agents-track {
    animation-play-state: paused;
  }

  .network-node:hover {
    transform: scale(1.04);
    border-color: rgba(182, 255, 0, 0.3);
    box-shadow:
      inset 0 0 34px rgba(0, 255, 148, 0.18),
      0 14px 40px rgba(0, 0, 0, 0.45),
      0 0 34px rgba(0, 255, 148, 0.12);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.82;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@keyframes blink {
  0%,
  48% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@keyframes rotate-orbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes shimmer {
  from {
    transform: translateX(-18%) translateY(-8%);
  }
  to {
    transform: translateX(18%) translateY(8%);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -160;
  }
}

@keyframes travel {
  from {
    transform: translateX(-10%);
  }
  to {
    transform: translateX(1750%);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .components-grid,
  .comparison-grid,
  .use-case-grid,
  .flow-stage {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 32rem;
  }

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

  .story-wrap {
    height: auto;
  }

  .story-shell {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .story-rail {
    grid-template-columns: 1fr;
  }

  .story-connector {
    width: 2px;
    height: 3.5rem;
    justify-self: center;
  }

  .connector-glow {
    background: linear-gradient(180deg, transparent, var(--accent), var(--accent-soft), transparent);
    transform: translateY(calc(var(--story-progress, 0) * 120% - 40%));
  }

  .how-it-works {
    min-height: auto;
  }

  .network-map {
    min-height: 40rem;
  }

  .flow-line {
    left: 50%;
    top: 0;
    bottom: 0;
    right: auto;
    width: 2px;
    height: auto;
  }

  .flow-line::after {
    top: 0;
    left: -0.2rem;
    width: 0.4rem;
    height: 2.2rem;
    animation: travel-vertical 6s linear infinite;
  }

  .flow-node {
    padding-top: 1.4rem;
    padding-left: 4rem;
    min-height: auto;
  }

  .flow-node::before {
    top: 50%;
    left: 1.7rem;
  }
}

@keyframes travel-vertical {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(1900%);
  }
}

@media (max-width: 900px) {
  .site-header {
    width: min(calc(100% - 1rem), var(--max-width));
    padding: 0.8rem 1rem;
  }

  .panel {
    width: min(calc(100% - 1rem), var(--max-width));
  }

  .network-node {
    width: 7rem;
  }

  .network-center {
    width: 8rem;
    top: calc(50% - 4rem);
    left: calc(50% - 4rem);
  }
}

@media (max-width: 768px) {
  :root {
    --grid-gap: 1rem;
    --header-height: 72px;
  }

  body {
    background:
      radial-gradient(circle at top center, rgba(0, 255, 148, 0.12), transparent 28%),
      var(--bg);
  }

  #network-canvas {
    display: none;
  }

  .page-noise {
    opacity: 0.06;
  }

  .ambient-glow {
    display: none;
  }

  .site-header {
    margin-top: 0.6rem;
    padding: 0.75rem 0.9rem;
    border-radius: 24px;
  }

  .site-header.is-scrolled {
    padding-block: 0.65rem;
  }

  .site-nav {
    display: none;
  }

  .brand-tag {
    display: none;
  }

  .menu-toggle,
  .mobile-menu-close {
    display: inline-flex;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2rem, 9vw, 2.35rem);
  }

  h2 {
    max-width: 12ch;
    font-size: clamp(1.8rem, 7vw, 2.2rem);
  }

  h3 {
    font-size: 1.4rem;
  }

  p {
    font-size: 0.95rem;
  }

  .panel {
    width: min(calc(100% - 1.25rem), var(--max-width));
    padding: 4.8rem 0;
  }

  .hero {
    min-height: auto;
    padding-top: 2.5rem;
  }

  .hero-grid {
    gap: 1.5rem;
  }

  .hero-copy,
  .section-copy,
  .developers .section-copy {
    justify-items: center;
    text-align: center;
  }

  .hero-copy p,
  .section-copy p {
    max-width: 100%;
  }

  .hero-visual {
    min-height: 19.5rem;
  }

  .hero-grid-lines::after,
  .signal-ring-outer,
  .signal-ring-mid,
  .hero-orbit,
  .network-lines,
  .network-map::before {
    display: none;
  }

  .orbital-system {
    width: min(72vw, 16rem);
  }

  .hero-core {
    width: 7.2rem;
    height: 7.2rem;
  }

  .core-glow {
    filter: blur(6px);
    opacity: 0.76;
  }

  .core-text {
    font-size: 1.55rem;
  }

  .hero-actions,
  .developer-actions {
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-actions .button,
  .developer-actions .button,
  .cta-shell .button,
  .mobile-menu-actions .button {
    width: 100%;
    min-height: 3.25rem;
  }

  .hero-metrics {
    gap: 0.75rem;
  }

  .system-readout {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  .readout-card {
    text-align: left;
    backdrop-filter: blur(10px);
  }

  .story-shell,
  .network-map,
  .developer-console,
  .cta-shell {
    border-radius: 28px;
  }

  .agent-card,
  .use-case-card,
  .comparison-panel,
  .timeline-card,
  .glass-card {
    border-radius: 24px;
  }

  .story-shell {
    padding: 1.2rem;
  }

  .story-progress {
    display: none;
  }

  .story-rail {
    gap: 1.1rem;
    margin-top: 0;
  }

  .story-step {
    min-height: 0;
    padding: 1.15rem;
    gap: 0.85rem;
  }

  .story-step.active {
    transform: translate3d(0, var(--story-lift), 0);
  }

  .story-connector {
    height: 2.5rem;
  }

  .glass-card,
  .use-case-card,
  .comparison-panel,
  .timeline-card {
    min-height: 0;
    padding: 1.2rem;
  }

  .card-line {
    width: 10rem;
    height: 10rem;
    opacity: 0.45;
    filter: blur(3px);
  }

  .agents-marquee {
    overflow-x: auto;
    padding: 0 0.1rem 0.4rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .agents-marquee::-webkit-scrollbar {
    display: none;
  }

  .agents-marquee::before,
  .agents-marquee::after {
    display: none;
  }

  .agents-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(18.5rem, calc(100vw - 2.25rem));
    gap: 1rem;
    animation: none;
  }

  .agent-card {
    width: auto;
    min-height: 0;
    scroll-snap-align: center;
  }

  .network-map {
    display: grid;
    gap: 0.9rem;
    align-content: start;
    min-height: auto;
    padding: 1rem;
  }

  .network-map::after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: 2rem;
    bottom: 2rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(0, 255, 148, 0.16), rgba(182, 255, 0, 0.55), rgba(0, 255, 148, 0.16));
    opacity: 0.7;
  }

  .network-node {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 5rem;
    padding: 1rem;
    border-radius: 22px;
    aspect-ratio: auto;
    z-index: 1;
    box-shadow:
      inset 0 0 24px rgba(0, 255, 148, 0.08),
      0 8px 24px rgba(0, 0, 0, 0.28);
  }

  .network-center {
    width: 100%;
  }

  .node-label {
    max-width: none;
    font-size: 1rem;
  }

  .flow-stage {
    gap: 1rem;
    padding: 0.8rem 0;
  }

  .flow-line {
    left: 50%;
    right: auto;
    top: 1rem;
    bottom: 1rem;
    width: 2px;
    transform: translateX(-50%);
  }

  .flow-line::after {
    top: 0;
    left: -0.2rem;
    width: 0.4rem;
    height: 1.8rem;
    animation: travel-vertical 4.8s linear infinite;
  }

  .flow-node {
    padding: 2.1rem 1rem 1rem;
    text-align: center;
  }

  .flow-node::before {
    top: 1.2rem;
    left: 50%;
  }

  .flow-token {
    justify-self: center;
  }

  .comparison-grid,
  .use-case-grid,
  .components-grid {
    gap: 1rem;
  }

  .comparison-panel-accent {
    order: 2;
  }

  .developer-console {
    margin-top: 1.25rem;
  }

  .console-body {
    min-height: 13rem;
    padding: 1.2rem 1rem 1.4rem;
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .console-title {
    max-width: 11ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .timeline {
    gap: 1rem;
    padding-left: 1.55rem;
  }

  .timeline-card {
    padding: 1.2rem;
  }

  .final-cta {
    padding-bottom: 4.8rem;
  }

  .cta-shell {
    min-height: 20rem;
    padding: 3rem 1rem;
  }

  .cta-orb {
    width: 15rem;
    height: 15rem;
    opacity: 0.72;
    filter: blur(2px);
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding-bottom: 2.5rem;
  }

  .footer-links {
    width: 100%;
    display: grid;
    gap: 0.7rem;
  }

  .footer-links a {
    min-height: 3rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(182, 255, 0, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
  }

  .site-header.is-scrolled,
  .button-secondary,
  .story-shell,
  .developer-console,
  .cta-shell,
  .mobile-menu-backdrop {
    backdrop-filter: blur(10px);
  }
}

@media (max-width: 425px) {
  .site-header,
  .panel,
  .site-footer {
    width: min(calc(100% - 0.75rem), var(--max-width));
  }

  .hero-visual {
    min-height: 17.5rem;
  }

  .orbital-system {
    width: min(74vw, 14.5rem);
  }

  .story-step,
  .glass-card,
  .use-case-card,
  .comparison-panel,
  .timeline-card,
  .flow-node {
    padding: 1rem;
  }

  .agent-card {
    padding: 1.2rem;
  }

  .mobile-menu-panel {
    width: 100%;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .brand-mark {
    width: 2.35rem;
    height: 2.35rem;
  }

  .brand-mark-image {
    width: 2.8rem;
    height: 2.8rem;
  }

  .button,
  .footer-links a {
    min-height: 3.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0ms !important;
    scroll-behavior: auto !important;
  }

  #network-canvas {
    display: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
