.hero-kicker,
.system-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-kicker::before,
.system-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow:
    0 0 10px rgba(55, 207, 134, 0.75),
    0 0 20px rgba(213, 255, 99, 0.28);
}

.page-home .page-main {
  padding-top: calc(var(--header-height) + 16px);
}

.page-home {
  --home-pointer-x: 50%;
  --home-pointer-y: 50%;
  --home-stage-glow-alpha: 0.18;
  --home-stage-halo-opacity: 0.68;
  --home-stage-halo-scale: 1;
  --home-stage-core-shift-x: 0px;
  --home-stage-core-shift-y: 0px;
  --home-pointer-glow-alpha: 0.18;
  --home-pointer-glow-scale: 1;
  --home-stage-energy: 0.38;
  --home-stage-tilt-depth: 1;
  --home-stage-panel-glow: 0.12;
  --home-stage-panel-shift: 0px;
  --home-shell-highlight-x: 34%;
  --home-shell-highlight-y: 28%;
  --home-hud-shift-x: 0px;
  --home-hud-shift-y: 0px;
}

.page-main-site {
  --main-pointer-x: 58%;
  --main-pointer-y: 34%;
}

.page-content-site {
  --content-pointer-x: 50%;
  --content-pointer-y: 20%;
}

.page-content-site .page-main::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 320px;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--content-pointer-x) var(--content-pointer-y), rgba(55, 207, 134, 0.08), transparent 16%),
    radial-gradient(circle at 50% 0%, rgba(55, 207, 134, 0.08), transparent 40%),
    radial-gradient(circle at 80% 0%, rgba(213, 255, 99, 0.05), transparent 26%);
  z-index: 0;
}

.home-particle-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.96;
  filter: saturate(1.08);
}

.home-pointer-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(var(--home-pointer-glow-scale));
  background: radial-gradient(circle, rgba(55, 207, 134, var(--home-pointer-glow-alpha)), rgba(55, 207, 134, 0) 72%);
  transition:
    opacity 180ms ease,
    filter 220ms ease,
    transform 220ms ease;
  filter: blur(10px);
  mix-blend-mode: screen;
}

.main-particle-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.48;
}

.main-pointer-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(55, 207, 134, 0.12), rgba(55, 207, 134, 0) 72%);
  transition: opacity 180ms ease;
  mix-blend-mode: screen;
}

.content-particle-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.32;
}

.content-pointer-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(55, 207, 134, 0.1), rgba(55, 207, 134, 0) 72%);
  transition: opacity 180ms ease;
  mix-blend-mode: screen;
}

.home-command-grid,
.main-command-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 28px;
  align-items: center;
}

.landing-copy,
.main-copy {
  position: relative;
  z-index: 2;
}

.landing-copy {
  padding: 22px 6px 22px 0;
}

.page-home .landing-copy::before {
  content: "";
  position: absolute;
  left: -80px;
  top: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213, 255, 99, 0.08), transparent 68%);
  filter: blur(4px);
  pointer-events: none;
}

.page-main-site .main-copy::before {
  content: "";
  position: absolute;
  left: -70px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 207, 134, 0.08), transparent 70%);
  pointer-events: none;
}

.page-content-site .hero-copy,
.page-content-site .detail-card,
.page-content-site .accent-panel:first-child,
.page-content-site .panel:first-child {
  position: relative;
  overflow: hidden;
}

.page-content-site .hero-copy::before,
.page-content-site .detail-card::before,
.page-content-site .accent-panel:first-child::before,
.page-content-site .panel:first-child::before {
  content: "";
  position: absolute;
  inset: -10% auto auto -8%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 207, 134, 0.1), transparent 70%);
  pointer-events: none;
}

.landing-copy .display-title {
  max-width: 11ch;
}

.landing-copy .display-title span,
.main-copy .page-title span {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(135deg, var(--primary), var(--secondary));
  background-clip: text;
  -webkit-background-clip: text;
}

.landing-copy .eyebrow,
.main-copy .eyebrow {
  margin-top: 18px;
  margin-bottom: 12px;
}

.lead-home,
.lead-main {
  max-width: 60ch;
}

.lead-home strong,
.lead-main strong {
  color: var(--text);
  font-weight: 700;
}

.home-load-item {
  opacity: 0;
  transform: translateY(26px);
  filter: blur(8px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.2, 0.85, 0.2, 1),
    filter 760ms ease;
}

.page-home.boot-copy .home-load-item,
.page-home.is-loaded .home-load-item {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.page-home.boot-copy .landing-copy .home-load-item:nth-child(1),
.page-home.is-loaded .landing-copy .home-load-item:nth-child(1) {
  transition-delay: 80ms;
}

.page-home.boot-copy .landing-copy .home-load-item:nth-child(2),
.page-home.is-loaded .landing-copy .home-load-item:nth-child(2) {
  transition-delay: 160ms;
}

.page-home.boot-copy .landing-copy .home-load-item:nth-child(3),
.page-home.is-loaded .landing-copy .home-load-item:nth-child(3) {
  transition-delay: 240ms;
}

.page-home.boot-copy .landing-copy .home-load-item:nth-child(4),
.page-home.is-loaded .landing-copy .home-load-item:nth-child(4) {
  transition-delay: 340ms;
}

.page-home.boot-copy .landing-copy .home-load-item:nth-child(5),
.page-home.is-loaded .landing-copy .home-load-item:nth-child(5) {
  transition-delay: 420ms;
}

.page-home.boot-copy .landing-copy .home-load-item:nth-child(6),
.page-home.is-loaded .landing-copy .home-load-item:nth-child(6) {
  transition-delay: 520ms;
}

.page-home.boot-copy .landing-copy .home-load-item:nth-child(7),
.page-home.is-loaded .landing-copy .home-load-item:nth-child(7) {
  transition-delay: 620ms;
}

.main-load-item {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.85, 0.2, 1);
}

.page-main-site.is-loaded .main-load-item {
  opacity: 1;
  transform: translateY(0);
}

.page-main-site.is-loaded .main-copy .main-load-item:nth-child(1) {
  transition-delay: 80ms;
}

.page-main-site.is-loaded .main-copy .main-load-item:nth-child(2) {
  transition-delay: 150ms;
}

.page-main-site.is-loaded .main-copy .main-load-item:nth-child(3) {
  transition-delay: 240ms;
}

.page-main-site.is-loaded .main-copy .main-load-item:nth-child(4) {
  transition-delay: 330ms;
}

.page-main-site.is-loaded .main-copy .main-load-item:nth-child(5) {
  transition-delay: 430ms;
}

.page-main-site.is-loaded .main-copy .main-load-item:nth-child(6) {
  transition-delay: 520ms;
}

.page-content-site .hero-copy > *,
.page-content-site .detail-card > *,
.page-content-site .accent-panel > *:not(.hero-actions),
.page-content-site .panel > * {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.85, 0.2, 1);
}

.page-content-site.is-loaded .hero-copy > *,
.page-content-site.is-loaded .detail-card > *,
.page-content-site.is-loaded .accent-panel > *:not(.hero-actions),
.page-content-site.is-loaded .panel > * {
  opacity: 1;
  transform: translateY(0);
}

.page-content-site.is-loaded .hero-copy > *:nth-child(1),
.page-content-site.is-loaded .detail-card > *:nth-child(1) {
  transition-delay: 60ms;
}

.page-content-site.is-loaded .hero-copy > *:nth-child(2),
.page-content-site.is-loaded .detail-card > *:nth-child(2) {
  transition-delay: 140ms;
}

.page-content-site.is-loaded .hero-copy > *:nth-child(3),
.page-content-site.is-loaded .detail-card > *:nth-child(3) {
  transition-delay: 220ms;
}

.page-content-site.is-loaded .hero-copy > *:nth-child(4),
.page-content-site.is-loaded .detail-card > *:nth-child(4) {
  transition-delay: 300ms;
}

.launch-metrics,
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.launch-metric,
.hero-stat {
  display: grid;
  gap: 6px;
}

.launch-metric span,
.hero-stat span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.launch-metric strong,
.hero-stat strong {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: -0.04em;
}

.landing-stage,
.main-display {
  position: relative;
  min-height: 640px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 38%, rgba(55, 207, 134, 0.18), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(213, 255, 99, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(9, 15, 9, 0.74), rgba(2, 4, 3, 0.96));
  overflow: hidden;
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(55, 207, 134, 0.08);
}

.page-home .landing-stage {
  isolation: isolate;
  transform-style: preserve-3d;
  perspective: 1400px;
  perspective-origin: 50% 44%;
  transition:
    transform 220ms ease-out,
    box-shadow 220ms ease-out,
    filter 220ms ease-out;
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(55, 207, 134, 0.08),
    0 0 120px rgba(55, 207, 134, var(--home-stage-glow-alpha));
  filter: saturate(1.08) brightness(1.02);
}

.page-home .landing-stage::after {
  background:
    radial-gradient(circle at var(--home-pointer-x) var(--home-pointer-y), rgba(55, 207, 134, var(--home-stage-glow-alpha)), transparent 16%),
    radial-gradient(circle at 50% 50%, rgba(55, 207, 134, 0.18), transparent 22%),
    radial-gradient(circle at 80% 24%, rgba(213, 255, 99, 0.12), transparent 18%);
  animation: haloFieldShift 9s ease-in-out infinite alternate;
  transition:
    background-position 180ms ease-out,
    opacity 220ms ease-out;
  opacity: 0.92;
}

.page-home.is-loaded .landing-stage {
  animation: stageEntrance 1200ms cubic-bezier(0.12, 0.9, 0.2, 1) both;
}

.page-main-site .main-display {
  isolation: isolate;
  transform-style: preserve-3d;
  transition:
    transform 220ms ease-out,
    box-shadow 220ms ease-out;
}

.page-main-site .main-display::after {
  background:
    radial-gradient(circle at var(--main-pointer-x) var(--main-pointer-y), rgba(55, 207, 134, 0.14), transparent 15%),
    radial-gradient(circle at 50% 50%, rgba(55, 207, 134, 0.16), transparent 22%),
    radial-gradient(circle at 80% 24%, rgba(213, 255, 99, 0.1), transparent 18%);
}

.page-main-site.is-loaded .main-display {
  animation: stageEntrance 1050ms cubic-bezier(0.12, 0.9, 0.2, 1) both;
}

.page-content-site .hero-copy,
.page-content-site .detail-card,
.page-content-site .accent-panel:first-child,
.page-content-site .panel:first-child {
  animation: stageEntrance 880ms cubic-bezier(0.12, 0.9, 0.2, 1) both;
}

.landing-stage::before,
.main-display::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 90%);
}

.page-home .landing-stage::before {
  animation: gridDrift 18s linear infinite;
}

.stage-hud {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translate(var(--home-hud-shift-x), var(--home-hud-shift-y));
  transition:
    opacity 700ms ease,
    transform 240ms ease-out,
    filter 240ms ease-out;
}

.page-home.boot-grid .stage-hud {
  opacity: 1;
}

.page-home.stage-engaged .stage-hud {
  filter: saturate(1.16) brightness(1.04);
}

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

.stage-hud::before {
  background:
    linear-gradient(90deg, transparent 0%, rgba(213, 255, 99, 0.05) 48%, transparent 56%),
    linear-gradient(180deg, transparent 0%, rgba(55, 207, 134, 0.04) 52%, transparent 64%);
  opacity: 0.42;
  mix-blend-mode: screen;
  animation: hudGhostSweep 13s ease-in-out infinite;
}

.stage-hud::after {
  inset: 12%;
  border: 1px solid rgba(55, 207, 134, 0.04);
  border-radius: 32px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 50px rgba(55, 207, 134, 0.04);
}

.hud-layer,
.hud-scan,
.hud-sweep,
.hud-reticle,
.hud-marker {
  position: absolute;
  pointer-events: none;
}

.hud-layer {
  inset: 6%;
  border-radius: 32px;
  border: 1px solid rgba(55, 207, 134, 0.08);
  box-shadow: inset 0 0 0 1px rgba(213, 255, 99, 0.03);
}

.hud-layer.hud-layer-a {
  inset: 5%;
  clip-path: polygon(0 6%, 10% 0, 90% 0, 100% 10%, 100% 90%, 94% 100%, 8% 100%, 0 92%);
  animation: hudFramePulse 6.8s ease-in-out infinite;
}

.hud-layer.hud-layer-b {
  inset: 14%;
  clip-path: polygon(0 12%, 12% 0, 88% 0, 100% 12%, 100% 88%, 88% 100%, 12% 100%, 0 88%);
  border-color: rgba(213, 255, 99, 0.07);
  animation: hudFramePulse 8.6s ease-in-out infinite reverse;
}

.hud-scan {
  inset: 0;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0) 6px,
      rgba(55, 207, 134, 0.03) 7px,
      rgba(255, 255, 255, 0) 10px
    );
  mask-image: radial-gradient(circle at center, black 32%, transparent 88%);
  opacity: 0.54;
  animation: scanlineDrift 12s linear infinite;
}

.hud-sweep {
  left: 50%;
  top: 50%;
  width: min(44vw, 560px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(55, 207, 134, 0.14) 46deg, transparent 86deg);
  mask-image: radial-gradient(circle, transparent 46%, black 48%, black 58%, transparent 62%);
  opacity: calc(0.34 + var(--home-stage-energy) * 0.32);
  animation: hudSweepRotate 10s linear infinite;
}

.hud-reticle {
  border: 1px solid rgba(55, 207, 134, 0.1);
  border-radius: 50%;
}

.hud-reticle.reticle-a {
  inset: 18%;
  animation: orbitSpin 26s linear infinite;
}

.hud-reticle.reticle-b {
  inset: 28%;
  border-style: dashed;
  border-color: rgba(213, 255, 99, 0.08);
  animation: orbitSpinReverse 18s linear infinite;
}

.hud-marker {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(213, 255, 99, 0.9);
  box-shadow:
    0 0 0 8px rgba(213, 255, 99, 0.06),
    0 0 18px rgba(213, 255, 99, 0.46);
  animation: nodeBlink 3.2s ease-in-out infinite;
}

.hud-marker.marker-a {
  top: 18%;
  right: 17%;
}

.hud-marker.marker-b {
  bottom: 22%;
  left: 18%;
  animation-delay: 0.8s;
}

.hud-marker.marker-c {
  left: 16%;
  top: 42%;
  animation-delay: 1.5s;
}

.landing-stage::after,
.main-display::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(55, 207, 134, 0.18), transparent 22%),
    radial-gradient(circle at 80% 24%, rgba(213, 255, 99, 0.12), transparent 18%);
  pointer-events: none;
}

.orbital-shell,
.display-shell {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(30vw, 430px);
  aspect-ratio: 1;
  transform: translate(-50%, -52%);
  z-index: 2;
  transform-style: preserve-3d;
}

.page-home .orbital-shell {
  transform:
    translate(
      calc(-50% + var(--stage-shift-x, 0px) + var(--home-stage-core-shift-x, 0px)),
      calc(-52% + var(--stage-shift-y, 0px) + var(--home-stage-core-shift-y, 0px))
    )
    rotateX(var(--stage-tilt-y, 0deg))
    rotateY(var(--stage-tilt-x, 0deg))
    scale(calc(var(--home-stage-halo-scale) * var(--home-stage-tilt-depth)));
  transition:
    transform 220ms ease-out,
    filter 220ms ease-out,
    opacity 700ms ease;
  filter:
    drop-shadow(0 0 42px rgba(55, 207, 134, 0.18))
    drop-shadow(0 0 90px rgba(55, 207, 134, 0.1));
  opacity: 0;
}

.page-home.boot-core .orbital-shell,
.page-home.is-loaded .orbital-shell {
  opacity: 1;
}

.page-home .orbital-shell::before,
.page-home .orbital-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.page-home .orbital-shell::before {
  inset: 10%;
  background:
    conic-gradient(
      from 90deg,
      transparent 0deg,
      rgba(213, 255, 99, 0.24) 58deg,
      transparent 126deg,
      rgba(55, 207, 134, 0.32) 204deg,
      transparent 302deg,
      rgba(255, 255, 255, 0.12) 340deg,
      transparent 360deg
    );
  mask-image: radial-gradient(circle, transparent 58%, black 60%, black 64%, transparent 66%);
  opacity: 0.86;
  animation: orbitSpin 10s linear infinite;
}

.page-home .orbital-shell::after {
  inset: 18%;
  background: radial-gradient(circle, rgba(55, 207, 134, 0.22), rgba(55, 207, 134, 0) 68%);
  opacity: var(--home-stage-halo-opacity);
  filter: blur(18px);
  transform: scale(var(--home-stage-halo-scale));
  animation: haloPulse 5.8s ease-in-out infinite;
}

.core-canvas {
  position: absolute;
  inset: 50%;
  width: 78%;
  height: 78%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.96;
  filter: drop-shadow(0 0 28px rgba(55, 207, 134, 0.16));
  mix-blend-mode: screen;
  transition:
    filter 240ms ease-out,
    opacity 240ms ease-out,
    transform 240ms ease-out;
}

.page-home.stage-engaged .core-canvas {
  opacity: 1;
  filter:
    drop-shadow(0 0 34px rgba(55, 207, 134, 0.26))
    drop-shadow(0 0 70px rgba(213, 255, 99, 0.16));
}

.page-main-site .display-shell {
  transform:
    translate(calc(-50% + var(--main-shift-x, 0px)), calc(-52% + var(--main-shift-y, 0px)))
    rotateX(var(--main-tilt-x, 0deg))
    rotateY(var(--main-tilt-y, 0deg));
  transition: transform 220ms ease-out;
  transform-style: preserve-3d;
}

.orb-layer,
.display-ring,
.core-sphere,
.orb-frame,
.orb-plane,
.orb-axis,
.orb-grid-sphere,
.orb-arc,
.orb-pulse {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.orb-layer,
.display-ring {
  border: 1px solid rgba(55, 207, 134, 0.16);
  box-shadow: 0 0 40px rgba(55, 207, 134, 0.08);
}

.orb-frame {
  width: 88%;
  height: 88%;
  border: 1px solid rgba(213, 255, 99, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(55, 207, 134, 0.08),
    0 0 26px rgba(55, 207, 134, 0.08);
}

.orb-frame.frame-a {
  transform: translate(-50%, -50%) rotate(18deg) scaleY(0.76);
  animation: frameSpinA 16s linear infinite;
}

.orb-frame.frame-b {
  width: 76%;
  height: 76%;
  border-style: dashed;
  transform: translate(-50%, -50%) rotate(-12deg) scaleX(0.78);
  animation: frameSpinB 11s linear infinite;
}

.orb-plane {
  border: 1px solid rgba(55, 207, 134, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(213, 255, 99, 0.04),
    0 0 22px rgba(55, 207, 134, 0.08);
  opacity: 0.86;
}

.orb-plane.plane-a {
  width: 88%;
  height: 42%;
  transform: translate(-50%, -50%) rotate(12deg) scaleX(1.06);
  animation: planeSpinA 18s linear infinite;
}

.orb-plane.plane-b {
  width: 60%;
  height: 86%;
  transform: translate(-50%, -50%) rotate(-28deg) scaleY(0.84);
  border-style: dashed;
  animation: planeSpinB 13s linear infinite;
}

.orb-plane.plane-c {
  width: 72%;
  height: 72%;
  transform: translate(-50%, -50%) rotate(56deg) scaleX(0.74) scaleY(1.08);
  border-color: rgba(213, 255, 99, 0.12);
  animation: planeSpinC 16s linear infinite reverse;
}

.orb-axis {
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(55, 207, 134, 0.42), rgba(213, 255, 99, 0.34), transparent);
  filter: blur(0.2px);
  opacity: 0.72;
}

.orb-axis.axis-a {
  width: 92%;
  height: 1px;
  animation: axisShiftA 9s ease-in-out infinite;
}

.orb-axis.axis-b {
  width: 1px;
  height: 92%;
  background: linear-gradient(180deg, transparent, rgba(55, 207, 134, 0.42), rgba(213, 255, 99, 0.34), transparent);
  animation: axisShiftB 9s ease-in-out infinite reverse;
}

.orb-axis.axis-c {
  width: 76%;
  height: 1px;
  transform: translate(-50%, -50%) rotate(58deg);
  animation: axisShiftC 10s ease-in-out infinite;
}

.orb-grid-sphere {
  width: 62%;
  height: 62%;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 18px 18px;
  border: 1px solid rgba(55, 207, 134, 0.08);
  opacity: 0.32;
  filter: blur(0.3px);
  transform: translate(-50%, -50%) scaleY(0.84);
}

.orb-grid-sphere::before,
.orb-grid-sphere::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.orb-grid-sphere::before {
  inset: -10%;
  background:
    radial-gradient(circle at var(--home-shell-highlight-x) var(--home-shell-highlight-y), rgba(255, 255, 255, 0.16), transparent 20%),
    radial-gradient(circle at 68% 74%, rgba(55, 207, 134, 0.1), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(213, 255, 99, 0.06), transparent 54%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01) 24%, rgba(55, 207, 134, 0.1) 58%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 34px rgba(255, 255, 255, 0.03),
    inset 0 -24px 42px rgba(0, 0, 0, 0.16),
    0 0 32px rgba(55, 207, 134, 0.08);
  opacity: 0.9;
  animation: shellBreath 8.4s ease-in-out infinite;
}

.orb-grid-sphere::after {
  inset: -2%;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0) 8px,
      rgba(55, 207, 134, 0.03) 9px,
      rgba(255, 255, 255, 0) 11px
    );
  mask-image: radial-gradient(circle, transparent 54%, black 70%, transparent 90%);
  opacity: 0.54;
  animation: shellScan 9.2s linear infinite;
}

.orb-arc {
  border: 1px solid transparent;
  border-top-color: rgba(55, 207, 134, 0.44);
  border-right-color: rgba(213, 255, 99, 0.24);
  opacity: 0.78;
  box-shadow: 0 0 12px rgba(55, 207, 134, 0.08);
}

.orb-arc.arc-a {
  width: 96%;
  height: 96%;
  animation: orbitSpin 14s linear infinite;
}

.orb-arc.arc-b {
  width: 70%;
  height: 70%;
  animation: orbitSpinReverse 8s linear infinite;
}

.orb-arc.arc-c {
  width: 48%;
  height: 48%;
  animation: orbitPulse 4.4s ease-in-out infinite;
}

.orb-layer.layer-a,
.display-ring.ring-a {
  width: 100%;
  height: 100%;
  animation: orbitSpin 18s linear infinite;
}

.orb-layer.layer-b,
.display-ring.ring-b {
  width: 78%;
  height: 78%;
  border-style: dashed;
  animation: orbitSpinReverse 12s linear infinite;
}

.orb-layer.layer-c,
.display-ring.ring-c {
  width: 56%;
  height: 56%;
  animation: orbitPulse 5s ease-in-out infinite;
}

.core-sphere {
  width: 32%;
  height: 32%;
  background:
    radial-gradient(circle at 34% 32%, rgba(255, 255, 255, 0.98), transparent 22%),
    radial-gradient(circle at 64% 70%, rgba(255, 255, 255, 0.1), transparent 26%),
    radial-gradient(circle at 50% 54%, rgba(213, 255, 99, 0.42), transparent 40%),
    linear-gradient(145deg, rgba(222, 255, 124, 0.96), rgba(55, 207, 134, 0.98) 58%, rgba(13, 86, 47, 0.96));
  background-size: 100% 100%, 100% 100%, 100% 100%, 160% 160%;
  box-shadow:
    0 0 50px rgba(55, 207, 134, 0.52),
    0 0 120px rgba(213, 255, 99, 0.22),
    inset 0 -16px 34px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.page-home .core-sphere {
  animation:
    coreBreath 4.6s ease-in-out infinite,
    orbitPulse 6s ease-in-out infinite,
    coreShift 12s ease-in-out infinite;
  transform: translate(-50%, -50%) scale(1);
}

.page-main-site .core-sphere {
  animation:
    coreBreath 5.4s ease-in-out infinite,
    orbitPulse 7s ease-in-out infinite;
}

.core-sphere::before {
  content: "";
  position: absolute;
  inset: -42%;
  border-radius: 50%;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg,
      rgba(213, 255, 99, 0.54) 66deg,
      transparent 122deg,
      rgba(55, 207, 134, 0.46) 208deg,
      transparent 288deg,
      rgba(255, 255, 255, 0.18) 334deg,
      transparent 360deg
    );
  mask-image: radial-gradient(circle, transparent 60%, black 64%, black 72%, transparent 76%);
  opacity: 0.92;
  animation: orbitSpin 8.5s linear infinite;
}

.page-home .core-sphere::after {
  content: "";
  position: absolute;
  inset: -54%;
  border-radius: 50%;
  border: 1px solid rgba(55, 207, 134, 0.14);
  animation: energyWave 3.6s ease-out infinite;
}

.orb-glow,
.orb-wave,
.orb-pulse {
  position: absolute;
  inset: 50%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.orb-glow {
  width: 46%;
  height: 46%;
  background: radial-gradient(circle, rgba(55, 207, 134, 0.24), rgba(213, 255, 99, 0.1) 36%, rgba(55, 207, 134, 0) 72%);
  filter: blur(16px);
  opacity: 0.88;
  animation: haloPulse 5.5s ease-in-out infinite;
}

.orb-wave {
  width: 28%;
  height: 28%;
  border: 1px solid rgba(55, 207, 134, 0.24);
  opacity: 0;
}

.page-home .orb-wave.wave-a {
  animation: orbWave 4.8s ease-out infinite;
}

.page-home .orb-wave.wave-b {
  animation: orbWave 4.8s ease-out 2.2s infinite;
}

.orb-pulse {
  border: 1px solid rgba(213, 255, 99, 0.16);
  opacity: 0;
}

.orb-pulse.pulse-a {
  width: 40%;
  height: 40%;
  animation: pulseRing 5.2s ease-out infinite;
}

.orb-pulse.pulse-b {
  width: 54%;
  height: 54%;
  animation: pulseRing 5.2s ease-out 2.4s infinite;
}

.orb-node,
.display-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 14px rgba(213, 255, 99, 0.7);
}

.page-home .orb-node {
  animation: nodeBlink 2.8s ease-in-out infinite;
}

.page-home .orb-node.node-b {
  animation-delay: 0.5s;
}

.page-home .orb-node.node-c {
  animation-delay: 1s;
}

.page-home .orb-node.node-d {
  animation-delay: 1.5s;
}

.page-main-site .display-node {
  animation: nodeBlink 3.4s ease-in-out infinite;
}

.page-main-site .display-node.node-b {
  animation-delay: 0.7s;
}

.page-main-site .display-node.node-c {
  animation-delay: 1.3s;
}

.page-main-site .display-node.node-d {
  animation-delay: 2s;
}

.orb-node.node-a,
.display-node.node-a {
  top: 12%;
  left: 48%;
}

.orb-node.node-b,
.display-node.node-b {
  top: 52%;
  right: 6%;
}

.orb-node.node-c,
.display-node.node-c {
  bottom: 10%;
  left: 26%;
}

.orb-node.node-d,
.display-node.node-d {
  left: 4%;
  top: 46%;
}

.stage-panel,
.display-card {
  position: absolute;
  z-index: 3;
  padding: 16px 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(16, 26, 17, 0.72), rgba(3, 6, 4, 0.82)),
    rgba(0, 0, 0, 0.52);
  border: 1px solid rgba(55, 207, 134, var(--home-stage-panel-glow));
  backdrop-filter: blur(16px);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(55, 207, 134, var(--home-stage-panel-glow)),
    0 0 34px rgba(55, 207, 134, var(--home-stage-panel-glow));
}

.page-home .stage-panel {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(var(--home-stage-panel-shift));
}

.page-home .stage-panel::before,
.page-home .stage-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-home .stage-panel::before {
  background: linear-gradient(110deg, transparent 0%, rgba(213, 255, 99, 0.12) 46%, transparent 62%);
  opacity: 0;
  transform: translateX(-120%);
  animation: panelSweep 5.8s ease-in-out infinite;
}

.page-home .stage-panel::after {
  inset: auto 16px 10px 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(55, 207, 134, 0.48), transparent);
  opacity: calc(0.36 + var(--home-stage-panel-glow));
}

.page-home.stage-engaged .stage-panel {
  filter: brightness(1.06) saturate(1.08);
}

.page-home.boot-ui .stage-panel,
.page-home.is-loaded .stage-panel {
  animation:
    panelReveal 900ms cubic-bezier(0.2, 0.85, 0.2, 1) forwards,
    panelFloat 6s ease-in-out 1s infinite;
}

.page-home.boot-ui .stage-panel.stage-panel-top,
.page-home.is-loaded .stage-panel.stage-panel-top {
  animation-delay: 120ms, 1080ms;
}

.page-home.boot-ui .stage-panel.stage-panel-left,
.page-home.is-loaded .stage-panel.stage-panel-left {
  animation-delay: 260ms, 1220ms;
}

.page-home.boot-ui .stage-panel.stage-panel-bottom,
.page-home.is-loaded .stage-panel.stage-panel-bottom {
  animation-delay: 420ms, 1380ms;
}

.page-main-site .display-card {
  animation: panelFloat 7.2s ease-in-out infinite;
}

.page-main-site .display-card.card-left {
  animation-delay: 0.7s;
}

.page-main-site .display-card.card-bottom {
  animation-delay: 1.4s;
}

.page-content-site .info-card,
.page-content-site .project-card,
.page-content-site .contact-card,
.page-content-site .mini-panel,
.page-content-site .journey-phase,
.page-content-site .skill-category,
.page-content-site .placeholder-card,
.page-content-site .meta-item,
.page-content-site .summary-item,
.page-content-site .contact-row {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.page-content-site .info-card:hover,
.page-content-site .project-card:hover,
.page-content-site .contact-card:hover,
.page-content-site .mini-panel:hover,
.page-content-site .journey-phase:hover,
.page-content-site .skill-category:hover,
.page-content-site .placeholder-card:hover,
.page-content-site .meta-item:hover,
.page-content-site .summary-item:hover,
.page-content-site .contact-row:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 207, 134, 0.22);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(55, 207, 134, 0.08);
}

.page-content-site .hero-kicker,
.page-content-site .status-pill,
.page-content-site .phase-label,
.page-content-site .project-status {
  box-shadow: 0 0 20px rgba(55, 207, 134, 0.08);
}

.page-content-site .section:first-of-type {
  padding-top: 26px;
}

.stage-panel strong,
.display-card strong {
  display: block;
  margin-bottom: 6px;
}

.stage-panel p,
.display-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.stage-panel.stage-panel-top {
  top: 24px;
  right: 26px;
  width: 220px;
}

.stage-panel.stage-panel-left {
  left: 24px;
  top: 38%;
  width: 200px;
}

.stage-panel.stage-panel-bottom {
  left: 50%;
  bottom: 26px;
  width: 260px;
  transform: translateX(-50%);
}

.display-card.card-top {
  top: 24px;
  right: 24px;
  width: 220px;
}

.display-card.card-left {
  left: 24px;
  top: 24%;
  width: 210px;
}

.display-card.card-bottom {
  left: 26px;
  right: 26px;
  bottom: 24px;
}

.display-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.display-card-grid .mini-panel {
  background: rgba(12, 18, 12, 0.72);
}

.signal-band,
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.signal-card-strong,
.highlight-card {
  position: relative;
  padding: 26px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(55, 207, 134, 0.12), transparent 30%),
    rgba(10, 14, 10, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.signal-card-strong::after,
.highlight-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 207, 134, 0.16), transparent 68%);
}

.signal-card-strong h3,
.highlight-card h3 {
  font-size: 1.18rem;
  margin-bottom: 10px;
}

.signal-card-strong p,
.highlight-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.home-float-button {
  animation: buttonFloat 4.6s ease-in-out infinite;
}

.home-float-button:nth-child(2) {
  animation-delay: 0.6s;
}

.home-float-button:nth-child(3) {
  animation-delay: 1.1s;
}

.main-float-button {
  animation: buttonFloat 5.1s ease-in-out infinite;
}

.main-float-button:nth-child(2) {
  animation-delay: 0.7s;
}

.partner-ribbon {
  margin-top: 26px;
  padding: 18px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.page-main-site .partner-ribbon {
  overflow: hidden;
}

.partner-ribbon .ribbon-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}

.page-main-site .partner-ribbon .ribbon-track {
  animation: ribbonDrift 14s linear infinite alternate;
}

.ribbon-item {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-spotlight {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 24px;
}

.content-grid-large {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}

.summary-list {
  display: grid;
  gap: 14px;
}

.summary-item {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(6, 10, 6, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-item strong {
  display: block;
  margin-bottom: 8px;
}

.resume-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
}

.detail-card .meta-grid {
  display: grid;
  gap: 12px;
}

.meta-item {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 10, 6, 0.62);
}

.meta-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.95rem;
}

.focus-grid,
.project-grid,
.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.journey-grid,
.skills-board {
  display: grid;
  gap: 18px;
}

.journey-phase,
.skill-category {
  position: relative;
  padding: 24px 24px 24px 68px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(55, 207, 134, 0.08), transparent 22%),
    rgba(9, 13, 9, 0.84);
}

.skill-category {
  padding-left: 24px;
}

.journey-phase::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 30px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 14px rgba(55, 207, 134, 0.54);
}

.journey-phase::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 48px;
  bottom: -28px;
  width: 1px;
  background: linear-gradient(180deg, rgba(55, 207, 134, 0.28), transparent);
}

.journey-phase:last-child::after {
  display: none;
}

.phase-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--primary);
  background: rgba(55, 207, 134, 0.08);
}

.skill-meter {
  display: grid;
  gap: 12px;
}

.skill-meter-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 56px;
  gap: 12px;
  align-items: center;
}

.skill-bar {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.skill-bar span {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 14px rgba(55, 207, 134, 0.22);
}

.project-card {
  display: grid;
  gap: 16px;
}

.project-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.project-status {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--secondary);
  background: rgba(213, 255, 99, 0.08);
}

.project-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.placeholder-card {
  min-height: 180px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(55, 207, 134, 0.22);
  background:
    radial-gradient(circle at top left, rgba(55, 207, 134, 0.12), transparent 32%),
    rgba(5, 8, 5, 0.82);
}

.placeholder-card small {
  display: block;
  color: var(--muted);
  line-height: 1.7;
}

.contact-grid .accent-panel {
  display: grid;
  gap: 18px;
}

.notice-box {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(213, 255, 99, 0.18);
  background: rgba(213, 255, 99, 0.04);
}

.notice-box p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.8;
}

.cta-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.portrait-card {
  display: grid;
  place-items: center;
}

.portrait-display {
  width: 100%;
  display: grid;
  gap: 18px;
}

.portrait-display img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(55, 207, 134, 0.2);
  background:
    radial-gradient(circle at top, rgba(55, 207, 134, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 12, 8, 0.8), rgba(2, 4, 2, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 20px 50px rgba(0, 0, 0, 0.4);
}

.portrait-meta {
  padding: 20px 22px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(55, 207, 134, 0.14);
  background: rgba(8, 12, 8, 0.76);
}

.portrait-meta span {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent);
}

.portrait-meta small {
  color: var(--muted);
  line-height: 1.8;
}

.portrait-placeholder {
  width: 100%;
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(55, 207, 134, 0.24);
  background:
    radial-gradient(circle at top, rgba(55, 207, 134, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 12, 8, 0.8), rgba(2, 4, 2, 0.96));
}

.portrait-placeholder span {
  display: block;
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 700;
}

.portrait-placeholder small {
  color: var(--muted);
  line-height: 1.8;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mini-panel {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 8, 0.72);
}

.page-main-site .section:first-of-type,
.page-home .section:first-of-type {
  padding-top: 22px;
}

.page-main-site .quick-link,
.page-main-site .panel,
.page-main-site .accent-panel,
.page-resume .panel,
.page-experience .panel,
.page-skills .panel,
.page-projects .panel,
.page-contact .panel {
  backdrop-filter: blur(18px);
}

@keyframes orbitSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes orbitSpinReverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes orbitPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes coreBreath {
  0%,
  100% {
    box-shadow:
      0 0 44px rgba(55, 207, 134, 0.42),
      0 0 92px rgba(213, 255, 99, 0.14);
    filter: saturate(1);
  }

  50% {
    box-shadow:
      0 0 68px rgba(55, 207, 134, 0.62),
      0 0 132px rgba(213, 255, 99, 0.24);
    filter: saturate(1.1);
  }
}

@keyframes coreShift {
  0%,
  100% {
    background-position:
      34% 32%,
      64% 70%,
      50% 54%,
      0% 50%;
  }

  50% {
    background-position:
      42% 30%,
      58% 74%,
      48% 48%,
      100% 50%;
  }
}

@keyframes energyWave {
  0% {
    opacity: 0;
    transform: scale(0.84);
  }

  25% {
    opacity: 0.34;
  }

  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes orbWave {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.88);
  }

  25% {
    opacity: 0.28;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.25);
  }
}

@keyframes pulseRing {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82);
  }

  24% {
    opacity: 0.22;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}

@keyframes nodeBlink {
  0%,
  100% {
    opacity: 0.46;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes haloPulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.06);
  }
}

@keyframes hudFramePulse {
  0%,
  100% {
    opacity: 0.38;
    box-shadow:
      inset 0 0 0 1px rgba(213, 255, 99, 0.03),
      0 0 0 rgba(55, 207, 134, 0);
  }

  50% {
    opacity: 0.68;
    box-shadow:
      inset 0 0 0 1px rgba(213, 255, 99, 0.06),
      0 0 28px rgba(55, 207, 134, 0.08);
  }
}

@keyframes hudGhostSweep {
  0%,
  100% {
    transform: translate3d(-2%, -1%, 0);
    opacity: 0.32;
  }

  50% {
    transform: translate3d(2%, 1%, 0);
    opacity: 0.5;
  }
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes panelReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes panelSweep {
  0%,
  100% {
    opacity: 0;
    transform: translateX(-120%);
  }

  22% {
    opacity: 0;
    transform: translateX(-120%);
  }

  48% {
    opacity: 0.7;
    transform: translateX(120%);
  }

  60% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes buttonFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes hudSweepRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes scanlineDrift {
  from {
    transform: translateY(-6%);
  }

  to {
    transform: translateY(6%);
  }
}

@keyframes haloFieldShift {
  from {
    transform: translate3d(-1%, -1%, 0) scale(1);
  }

  to {
    transform: translate3d(1%, 1%, 0) scale(1.03);
  }
}

@keyframes gridDrift {
  from {
    background-position:
      0 0,
      0 0;
  }

  to {
    background-position:
      42px 0,
      0 42px;
  }
}

@keyframes frameSpinA {
  from {
    transform: translate(-50%, -50%) rotate(18deg) scaleY(0.76);
  }

  to {
    transform: translate(-50%, -50%) rotate(378deg) scaleY(0.76);
  }
}

@keyframes shellBreath {
  0%,
  100% {
    opacity: 0.82;
    transform: scale(0.994);
  }

  50% {
    opacity: 0.96;
    transform: scale(1.012);
  }
}

@keyframes shellScan {
  from {
    transform: rotate(0deg) scale(1.01);
  }

  to {
    transform: rotate(360deg) scale(1.01);
  }
}

@keyframes frameSpinB {
  from {
    transform: translate(-50%, -50%) rotate(-12deg) scaleX(0.78);
  }

  to {
    transform: translate(-50%, -50%) rotate(-372deg) scaleX(0.78);
  }
}

@keyframes planeSpinA {
  from {
    transform: translate(-50%, -50%) rotate(12deg) scaleX(1.06);
  }

  to {
    transform: translate(-50%, -50%) rotate(372deg) scaleX(1.06);
  }
}

@keyframes planeSpinB {
  from {
    transform: translate(-50%, -50%) rotate(-28deg) scaleY(0.84);
  }

  to {
    transform: translate(-50%, -50%) rotate(-388deg) scaleY(0.84);
  }
}

@keyframes planeSpinC {
  from {
    transform: translate(-50%, -50%) rotate(56deg) scaleX(0.74) scaleY(1.08);
  }

  to {
    transform: translate(-50%, -50%) rotate(416deg) scaleX(0.74) scaleY(1.08);
  }
}

@keyframes axisShiftA {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg) scaleX(0.94);
    opacity: 0.42;
  }

  50% {
    transform: translate(-50%, -50%) rotate(3deg) scaleX(1);
    opacity: 0.78;
  }
}

@keyframes axisShiftB {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg) scaleY(0.94);
    opacity: 0.4;
  }

  50% {
    transform: translate(-50%, -50%) rotate(-3deg) scaleY(1);
    opacity: 0.76;
  }
}

@keyframes axisShiftC {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(58deg) scaleX(0.92);
    opacity: 0.34;
  }

  50% {
    transform: translate(-50%, -50%) rotate(64deg) scaleX(1.04);
    opacity: 0.68;
  }
}

@keyframes ribbonDrift {
  from {
    transform: translateX(-10px);
  }

  to {
    transform: translateX(10px);
  }
}

@keyframes stageEntrance {
  0% {
    opacity: 0;
    transform: scale(0.94);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-particle-canvas,
  .home-pointer-glow,
  .main-particle-canvas,
  .main-pointer-glow,
  .content-particle-canvas,
  .content-pointer-glow {
    display: none;
  }

  .page-home .core-sphere,
  .page-main-site .core-sphere,
  .page-home .core-sphere::after,
  .page-home .orbital-shell::before,
  .page-home .orbital-shell::after,
  .page-home .core-canvas,
  .page-home .stage-hud,
  .page-home .stage-hud::before,
  .page-home .stage-hud::after,
  .page-home .hud-layer,
  .page-home .hud-scan,
  .page-home .hud-sweep,
  .page-home .hud-reticle,
  .page-home .hud-marker,
  .page-home .orb-frame,
  .page-home .orb-plane,
  .page-home .orb-axis,
  .page-home .orb-grid-sphere,
  .page-home .orb-grid-sphere::before,
  .page-home .orb-grid-sphere::after,
  .page-home .orb-arc,
  .page-home .orb-wave,
  .page-home .orb-pulse,
  .page-home .orb-glow,
  .page-home .orb-node,
  .page-main-site .display-node,
  .page-home .stage-panel,
  .page-main-site .display-card,
  .home-float-button,
  .main-float-button,
  .page-home .landing-stage,
  .page-main-site .main-display,
  .page-content-site .hero-copy,
  .page-content-site .detail-card,
  .page-content-site .accent-panel:first-child,
  .page-content-site .panel:first-child,
  .orb-layer.layer-a,
  .orb-layer.layer-b,
  .orb-layer.layer-c,
  .display-ring.ring-a,
  .display-ring.ring-b,
  .display-ring.ring-c,
  .page-main-site .partner-ribbon .ribbon-track {
    animation: none !important;
    transition: none !important;
  }

  .home-load-item,
  .main-load-item,
  .page-content-site .hero-copy > *,
  .page-content-site .detail-card > *,
  .page-content-site .accent-panel > *:not(.hero-actions),
  .page-content-site .panel > * {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 1180px) {
  .home-command-grid,
  .main-command-grid,
  .main-spotlight,
  .content-grid-large,
  .cta-strip {
    grid-template-columns: 1fr;
  }

  .landing-stage,
  .main-display {
    min-height: 560px;
  }
}

@media (max-width: 1080px) {
  .launch-metrics,
  .hero-stats,
  .signal-band,
  .highlight-grid,
  .focus-grid,
  .project-grid,
  .contact-card-grid,
  .project-placeholder-grid,
  .resume-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .landing-copy {
    padding-right: 0;
  }

  .landing-stage,
  .main-display {
    min-height: 500px;
  }

  .orbital-shell,
  .display-shell {
    width: min(72vw, 360px);
  }

  .stage-panel.stage-panel-top,
  .display-card.card-top {
    right: 16px;
    top: 16px;
  }

  .stage-panel.stage-panel-left,
  .display-card.card-left {
    left: 16px;
  }

  .stage-panel.stage-panel-bottom,
  .display-card.card-bottom {
    left: 16px;
    right: 16px;
    width: auto;
    transform: none;
  }
}

@media (max-width: 640px) {
  .launch-metrics,
  .hero-stats,
  .signal-band,
  .highlight-grid,
  .focus-grid,
  .project-grid,
  .contact-card-grid,
  .project-placeholder-grid,
  .resume-grid,
  .contact-grid,
  .mini-grid,
  .display-card-grid {
    grid-template-columns: 1fr;
  }

  .landing-stage,
  .main-display {
    min-height: 420px;
  }

  .stage-panel,
  .display-card {
    padding: 14px;
  }

  .stage-panel.stage-panel-top,
  .stage-panel.stage-panel-left {
    width: 170px;
  }

  .journey-phase {
    padding-left: 24px;
  }

  .journey-phase::before,
  .journey-phase::after {
    display: none;
  }

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