:root {
  color-scheme: dark;
  --bg: #0b0f18;
  --bg-alt: #111a2a;
  --ink: #f1f6ff;
  --ink-soft: #b9c7da;
  --accent: #46e3d2;
  --accent-2: #ff7a5a;
  --accent-3: #ffd36c;
  --accent-4: #7bf7a6;
  --line: #273245;
  --card: #151b28;
  --shadow: 0 26px 70px rgba(3, 6, 12, 0.75);
  --glow: 0 0 42px rgba(70, 227, 210, 0.35);
  --surface: rgba(13, 18, 30, 0.76);
  --surface-strong: rgba(12, 18, 30, 0.92);
  --surface-card: rgba(18, 25, 38, 0.92);
  --pill: rgba(255, 255, 255, 0.08);
  --aurora-1: rgba(62, 203, 214, 0.18);
  --aurora-2: rgba(242, 169, 92, 0.16);
  --aurora-3: rgba(120, 140, 200, 0.16);
  --aurora-4: rgba(48, 165, 158, 0.14);
}

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

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.5;
  background-color: var(--bg);
  background: radial-gradient(circle at 12% 18%, var(--aurora-1), transparent 45%),
    radial-gradient(circle at 82% 12%, var(--aurora-2), transparent 50%),
    radial-gradient(circle at 70% 88%, var(--aurora-3), transparent 50%),
    radial-gradient(circle at 25% 80%, var(--aurora-4), transparent 55%),
    linear-gradient(140deg, var(--bg) 0%, var(--bg-alt) 55%, #0c111d 100%);
}

button {
  font: inherit;
  color: inherit;
}

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

.bg-video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  filter: saturate(0.95) contrast(1.05) brightness(0.5);
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.aurora,
.ambient-grid,
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.aurora {
  inset: -20% -10% -10% -10%;
  background: radial-gradient(circle at 18% 22%, var(--aurora-1), transparent 45%),
    radial-gradient(circle at 78% 18%, var(--aurora-2), transparent 48%),
    radial-gradient(circle at 35% 85%, var(--aurora-3), transparent 50%),
    radial-gradient(circle at 65% 75%, var(--aurora-4), transparent 50%);
  filter: blur(60px) saturate(1.15);
  opacity: 0.75;
  animation: aurora-shift 18s ease-in-out infinite alternate;
}

.ambient-grid {
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.5;
  animation: grid-drift 28s linear infinite;
}

.noise {
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: 0.12;
  animation: noise-shift 10s steps(8) infinite;
}

.shell {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: 0 auto;
  padding: 42px 24px 64px;
}

body[data-bg="video"].video-ready .bg-video {
  opacity: 0.6;
}

body[data-bg="video"].video-ready .ambient-grid {
  opacity: 0;
  animation: none;
}

body[data-bg="video"].video-ready .aurora {
  opacity: 0.55;
}

body[data-bg="video"].video-ready .noise {
  opacity: 0.18;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}

.hero-copy {
  opacity: 0;
  transform: translateY(14px);
  animation: rise-in 0.9s ease forwards;
}

.hero-orbit-group {
  opacity: 0;
  transform: translateY(14px);
  animation: rise-in 0.9s ease forwards;
  animation-delay: 0.12s;
}

.eyebrow {
  display: inline-flex;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(70, 227, 210, 0.16);
  color: var(--accent);
  margin-bottom: 18px;
}

h1 {
  font-family: "Unbounded", "Trebuchet MS", sans-serif;
  font-size: clamp(2.6rem, 4vw, 3.5rem);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.tagline {
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}

.cta {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.cta-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cta.primary {
  background: linear-gradient(135deg, var(--accent) 0%, #2bd5be 55%, var(--accent-2) 100%);
  color: #f8fbff;
  box-shadow: var(--glow);
}

.cta.secondary {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(70, 227, 210, 0.14);
}

.cta.ghost {
  border-color: var(--line);
  color: var(--ink-soft);
  background: var(--surface);
}

.cta-row .cta {
  background: var(--surface-strong);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--ink);
  box-shadow: none;
}

.cta-row .cta:hover {
  border-color: rgba(70, 227, 210, 0.55);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.5);
}

.cta-row .cta:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 999px;
}

.cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.45);
}

.cta:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 999px;
}

.orbit-node:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 999px;
}

.text-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 6px;
}

.call-trigger.is-loading {
  opacity: 0.82;
  pointer-events: none;
  position: relative;
}

.call-trigger.is-loading::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(248, 251, 255, 0.6);
  border-top-color: #f8fbff;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: spin 0.8s linear infinite;
}

.call-status {
  min-height: 20px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin: 0;
}

.call-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
  justify-content: center;
}

.end-call {
  opacity: 0;
  transform: translateY(-2px);
  pointer-events: none;
}

body.call-connecting .end-call,
body.call-live .end-call {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.meta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}

.pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(10, 14, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.85rem;
  color: var(--ink);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px) saturate(1.1);
  text-align: center;
}

.pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--accent);
}

.pill-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-orbit-group {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.hero-orbit {
  position: relative;
  min-height: clamp(340px, 42vw, 460px);
  width: 100%;
  display: grid;
  place-items: center;
  --orbit-radius: clamp(140px, 18vw, 200px);
  --ring-one-size: calc(var(--orbit-radius) * 1.4);
  --ring-two-size: calc(var(--orbit-radius) * 2);
  --ring-three-size: calc(var(--orbit-radius) * 2.4);
}

.core-node {
  position: relative;
  appearance: none;
  background: linear-gradient(155deg, rgba(24, 34, 48, 0.96), rgba(10, 14, 24, 0.98));
  border: 1px solid rgba(70, 227, 210, 0.35);
  border-radius: 24px;
  padding: 22px 26px;
  text-align: center;
  box-shadow: var(--shadow), 0 0 0 1px rgba(70, 227, 210, 0.15),
    0 0 28px rgba(70, 227, 210, 0.2);
  z-index: 6;
  overflow: hidden;
  animation: core-float 6s ease-in-out infinite;
  cursor: pointer;
  transition: box-shadow 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
}

.core-node:hover {
  filter: brightness(1.1);
  border-color: rgba(70, 227, 210, 0.55);
  box-shadow: var(--shadow), 0 0 0 1px rgba(70, 227, 210, 0.25),
    0 0 40px rgba(70, 227, 210, 0.3);
}

.core-node:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.core-node:active {
  filter: brightness(0.98);
}

.core-label,
.core-title,
.core-subtitle {
  display: block;
}

.core-node::after {
  content: "";
  position: absolute;
  inset: -60%;
  background: conic-gradient(
    from 120deg,
    transparent,
    rgba(70, 227, 210, 0.28),
    rgba(255, 122, 90, 0.2),
    transparent 60%
  );
  opacity: 0.6;
  animation: core-glow 12s linear infinite;
  z-index: 0;
}

.core-node > * {
  position: relative;
  z-index: 1;
}

.core-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
}

.core-title {
  font-family: "Unbounded", sans-serif;
  font-size: 1.4rem;
  line-height: 1.15;
  margin: 8px 0 4px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.core-subtitle {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.core-visualizer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  height: 26px;
  margin: 10px 0 4px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.core-visualizer span {
  width: 6px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), rgba(70, 227, 210, 0.3));
  animation: core-bars 1.1s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.12s);
}

.core-live-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(70, 227, 210, 0.85);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.core-node.is-live .core-title {
  opacity: 0;
  transform: translateY(-6px);
}

.core-node.is-live .core-visualizer,
.core-node.is-live .core-live-label {
  opacity: 1;
  transform: translateY(0);
}

.core-node.is-connecting .core-visualizer {
  opacity: 0.6;
  transform: translateY(0);
}

.orbit {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.orbit-one {
  width: var(--ring-one-size);
  height: var(--ring-one-size);
  animation: ring-spin 20s linear infinite;
}

.orbit-two {
  width: var(--ring-two-size);
  height: var(--ring-two-size);
  animation: ring-spin 28s linear infinite reverse;
}

.orbit-three {
  width: var(--ring-three-size);
  height: var(--ring-three-size);
  animation: ring-spin 36s linear infinite;
}

.orbit-nav {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.orbit-node {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateX(var(--orbit-radius))
    rotate(calc(-1 * var(--angle)));
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  text-align: center;
  min-width: 112px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--surface-card);
  backdrop-filter: blur(8px);
  cursor: pointer;
  z-index: 4;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.orbit-node::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  border: 1px solid rgba(70, 227, 210, 0.35);
  opacity: 0;
  pointer-events: none;
}

.orbit-node:hover {
  transform: translate(-50%, -50%) rotate(var(--angle)) translateX(var(--orbit-radius))
    translateY(-2px) rotate(calc(-1 * var(--angle)));
  border-color: rgba(70, 227, 210, 0.55);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.45);
}

.orbit-node.is-active {
  background: linear-gradient(135deg, rgba(70, 227, 210, 0.28), rgba(255, 122, 90, 0.22));
  border-color: rgba(70, 227, 210, 0.6);
  box-shadow: 0 18px 30px rgba(70, 227, 210, 0.22);
}

.orbit-node.is-active::after {
  opacity: 0.8;
  animation: node-pulse 2s ease-out infinite;
}

.orbit-title {
  font-family: "Unbounded", sans-serif;
  font-size: 0.95rem;
  line-height: 1.1;
  white-space: nowrap;
}

.orbit-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
  line-height: 1.2;
  white-space: nowrap;
}

.orbit-status {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.2;
  white-space: nowrap;
}

.orbit-hint {
  position: static;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(243, 246, 251, 0.7);
  text-align: center;
  background: var(--surface);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.command {
  margin-top: 32px;
}

.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.section-head-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.section-head h2 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  margin: 0 0 6px;
}

.section-head p {
  margin: 0;
  color: var(--ink-soft);
}

.console-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.85rem;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  text-align: center;
  margin: 0;
  flex: 0 0 auto;
  max-width: 100%;
}

.focus-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.console-status span {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.1;
  padding: 0 4px;
  white-space: nowrap;
}

.console-status .focus-sep {
  color: rgba(243, 246, 251, 0.4);
  padding: 0 2px;
  min-height: auto;
  line-height: 1;
  align-self: flex-start;
}


.console {
  padding: 24px;
  border-radius: 32px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.agent-panels {
  display: block;
}

.agent-panel {
  background: var(--card);
  border-radius: 24px;
  border: 1px solid var(--line);
  padding: 24px;
  box-shadow: var(--shadow);
}

.agent-panel.is-active {
  animation: panel-enter 0.45s ease;
}

.panel-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.panel-header h3 {
  font-family: "Unbounded", sans-serif;
  margin: 0 0 6px;
}

.panel-header p {
  margin: 0;
  color: var(--ink-soft);
}

.panel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tag {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(70, 227, 210, 0.2);
  color: var(--accent);
  font-size: 0.8rem;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

.panel-card {
  background: var(--surface-card);
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4);
}

.panel-card h4 {
  margin: 0 0 10px;
}

.panel-card p {
  margin: 0 0 10px;
  color: var(--ink-soft);
}

.clean-list,
.signal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
}

.signal-list li {
  display: grid;
  grid-template-columns: minmax(110px, 140px) 1fr;
  gap: 14px;
  font-size: 0.9rem;
  align-items: start;
}

.signal-list span {
  color: var(--ink-soft);
  font-weight: 500;
  white-space: nowrap;
}

.signal-list strong {
  color: var(--ink);
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-grid span {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--pill);
  font-size: 0.85rem;
}

.badge {
  display: inline-flex;
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255, 122, 90, 0.2);
  color: var(--accent-2);
  font-weight: 600;
  font-size: 0.85rem;
}

.muted {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.text-link {
  color: var(--accent);
  font-weight: 600;
}

.remote-audio {
  display: none;
}

.footer {
  margin-top: 48px;
  padding: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.footer strong {
  font-family: "Unbounded", sans-serif;
  color: var(--ink);
  margin-right: 8px;
}

.handoff {
  position: fixed;
  inset: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.handoff.is-active {
  opacity: 1;
}

.handoff-path {
  width: 100%;
  height: 100%;
}

.handoff-path path {
  fill: none;
  stroke: rgba(70, 227, 210, 0.9);
  stroke-width: 2.4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(70, 227, 210, 0.5));
  stroke-dasharray: 1 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.45s ease;
}

.handoff-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(70, 227, 210, 0.2) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  opacity: 0;
}

.handoff.is-active .handoff-scan {
  animation: handoff-sweep 0.6s ease;
}

.handoff-swarm {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.handoff.is-active .handoff-swarm {
  opacity: 1;
}

.handoff-particle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, rgba(70, 227, 210, 0.95) 55%, rgba(70, 227, 210, 0) 70%);
  box-shadow: 0 0 14px rgba(70, 227, 210, 0.5);
  opacity: 0;
  transform: translate(-999px, -999px);
}

.handoff-label {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(243, 246, 251, 0.75);
  background: var(--surface);
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
}

@keyframes panel-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes core-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

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

@keyframes ring-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes core-bars {
  0%,
  100% {
    height: 6px;
    opacity: 0.6;
  }
  50% {
    height: 26px;
    opacity: 1;
  }
}

@keyframes node-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.12);
    opacity: 0;
  }
  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}

@keyframes aurora-shift {
  from {
    transform: translate3d(-2%, -2%, 0) scale(1);
  }
  to {
    transform: translate3d(2%, 3%, 0) scale(1.05);
  }
}

@keyframes grid-drift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 120px 120px, -120px -120px;
  }
}

@keyframes noise-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}

@keyframes handoff-sweep {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(10%);
  }
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-orbit {
    min-height: clamp(300px, 42vw, 380px);
    --orbit-radius: clamp(120px, 18vw, 170px);
  }

  .console-status {
    flex-wrap: wrap;
  }

  .meta-row {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media (max-width: 640px) {
  .shell {
    padding: 32px 18px 50px;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .cta {
    width: 100%;
    text-align: center;
  }

  .call-row {
    align-items: stretch;
  }

  .console {
    padding: 18px;
  }

  .hero-orbit {
    min-height: clamp(260px, 50vw, 340px);
    --orbit-radius: clamp(105px, 22vw, 140px);
  }

  .orbit-node {
    min-width: 100px;
    padding: 8px 12px;
  }

  .orbit-title {
    font-size: 0.85rem;
  }

  .orbit-sub {
    font-size: 0.75rem;
  }

  .console-status {
    gap: 4px;
    padding: 8px 12px;
    flex-wrap: nowrap;
  }

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

  .focus-row {
    gap: 6px 8px;
    flex-wrap: nowrap;
  }

  .signal-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .signal-list span {
    white-space: normal;
  }

  .section-head-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .panel-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .cta:hover,
  .orbit-node:hover {
    transform: none;
  }

  .bg-video {
    display: none;
  }
}
