:root {
  --pointer-x: 50%;
  --pointer-y: 35%;
  --laser: 110, 232, 255;
  --cobalt: 47, 134, 255;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 8%, rgba(77, 145, 255, 0.16), transparent 24%),
    radial-gradient(circle at 86% 16%, rgba(68, 201, 255, 0.12), transparent 22%),
    radial-gradient(circle at 56% 110%, rgba(12, 78, 168, 0.28), transparent 34%),
    linear-gradient(180deg, #040814 0%, #050917 24%, #070d1d 51%, #040814 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(var(--laser), 0.14), transparent 22%);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.cursor-halo {
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(var(--laser), 0.14), transparent 0),
    radial-gradient(circle at calc(var(--pointer-x) + 10%) calc(var(--pointer-y) + 4%), rgba(var(--cobalt), 0.1), transparent 0);
  filter: blur(30px);
  mix-blend-mode: screen;
}

.noise-mask {
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.14) 0.6px, transparent 0.6px),
    radial-gradient(rgba(255, 255, 255, 0.08) 0.6px, transparent 0.6px);
  background-position: 0 0, 14px 14px;
  background-size: 28px 28px;
  opacity: 0.06;
  animation: drift-grain 18s steps(6) infinite;
}

.grid-mask {
  background-image:
    linear-gradient(rgba(112, 171, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 171, 255, 0.06) 1px, transparent 1px);
  background-size: 144px 144px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 95%);
}

.laser-band {
  position: absolute;
  width: 68vw;
  height: 18rem;
  border-radius: 999px;
  filter: blur(82px);
  opacity: 0.18;
  mix-blend-mode: screen;
}

.laser-band-a {
  top: 4rem;
  left: -10rem;
  background: linear-gradient(90deg, rgba(var(--laser), 0.2), rgba(var(--cobalt), 0.06));
  animation: laser-drift 20s ease-in-out infinite;
}

.laser-band-b {
  top: 42%;
  right: -18rem;
  background: linear-gradient(90deg, rgba(var(--cobalt), 0.18), rgba(var(--laser), 0.04));
  animation: laser-drift 24s ease-in-out infinite reverse;
}

.laser-band-c {
  bottom: 0;
  left: 16%;
  background: linear-gradient(90deg, rgba(var(--laser), 0.1), rgba(var(--cobalt), 0.18));
  animation: laser-drift 18s ease-in-out infinite;
}

.glass-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(6, 11, 22, 0.86)),
    linear-gradient(135deg, rgba(116, 216, 255, 0.04), transparent 38%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(0, 0, 0, 0.32);
}

.glass-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 22%, transparent 75%, rgba(111, 227, 255, 0.08));
  pointer-events: none;
}

.stage-shell {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(10, 18, 34, 0.9), rgba(5, 9, 20, 0.94)),
    radial-gradient(circle at top, rgba(96, 191, 255, 0.08), transparent 38%);
}

.stage-vignette {
  background:
    radial-gradient(circle at 50% 35%, transparent 0, transparent 48%, rgba(4, 8, 20, 0.42) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 16%, transparent 82%, rgba(0, 0, 0, 0.2));
}

.stage-top {
  position: relative;
  z-index: 2;
}

#productStage canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-title {
  max-width: min(100%, 11.5em);
  font-size: clamp(2.65rem, 4.6vw, 4.85rem);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.hero-copy {
  overflow-wrap: anywhere;
}

.neon-label {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.5rem;
  color: rgba(110, 232, 255, 0.96);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.neon-label::before {
  content: "";
  width: 6.6rem;
  max-width: 24vw;
  height: 1px;
  background: linear-gradient(90deg, rgba(110, 232, 255, 0), rgba(110, 232, 255, 1));
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  transition: color 240ms ease, background 240ms ease, transform 240ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: white;
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}

.metric-pill,
.glass-chip,
.chip {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(26px);
}

.metric-pill {
  min-width: 0;
  border-radius: 1.75rem;
  padding: 1.25rem 1.1rem;
}

.metric-pill-value {
  font-size: 1.625rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: white;
}

.metric-pill-label {
  margin-top: 0.65rem;
  color: rgb(170, 186, 213);
  line-height: 1.7;
  font-size: 0.9rem;
}

.story-panel {
  min-width: 0;
  padding-top: 4rem;
}

.story-number,
.card-kicker {
  color: rgba(110, 232, 255, 0.92);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.story-title {
  margin-top: 1.4rem;
  font-size: clamp(2.5rem, 4.6vw, 4.5rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: white;
}

.story-copy,
.card-copy {
  color: rgb(176, 188, 210);
  line-height: 1.95;
  font-size: 1rem;
}

.story-copy {
  margin-top: 1.5rem;
  max-width: 47rem;
}

.card-title {
  margin-top: 0.7rem;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.3;
  color: white;
}

.card-copy {
  margin-top: 0.9rem;
  font-size: 0.95rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  color: rgba(207, 241, 255, 0.95);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.media-card {
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.84), rgba(5, 10, 20, 0.92)),
    linear-gradient(135deg, rgba(117, 220, 255, 0.04), transparent 44%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(0, 0, 0, 0.28);
}

.media-card-image {
  width: 100%;
  height: 17rem;
  object-fit: cover;
}

.media-card-body {
  padding: 1.5rem 1.5rem 1.7rem;
}

.soft-hover {
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease;
}

.soft-hover:hover {
  transform: scale(0.986) translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 70px rgba(20, 46, 98, 0.36);
}

.glass-chip {
  min-width: 0;
  border-radius: 1.25rem;
  padding: 0.85rem 1rem;
}

.glass-chip-key {
  display: block;
  color: rgba(110, 232, 255, 0.94);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.glass-chip-value {
  margin-top: 0.35rem;
  display: block;
  color: white;
  font-size: 0.86rem;
  line-height: 1.6;
}

.dot {
  width: 0.7rem;
  height: 0.7rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(110, 232, 255, 1), rgba(47, 134, 255, 1));
  box-shadow: 0 0 0 10px rgba(47, 134, 255, 0.12);
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

@keyframes laser-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }
  50% {
    transform: translate3d(3rem, -2rem, 0) rotate(-5deg);
  }
}

@keyframes drift-grain {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(-2%, 1.5%, 0);
  }
  50% {
    transform: translate3d(1.2%, 2.2%, 0);
  }
  75% {
    transform: translate3d(2.4%, -1.6%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1024px) {
  main .grid > * {
    min-width: 0;
  }

  #experience > .grid > * {
    min-width: 0;
  }

  .story-panel {
    padding-top: 3rem;
  }

  .stage-shell {
    margin-bottom: 1rem;
  }
}

@media (max-width: 640px) {
  header .glass-card {
    gap: 1rem;
    padding: 1rem 1.1rem;
  }

  .header-cta {
    display: none !important;
  }

  .hero-title {
    max-width: calc(100vw - 3rem);
    font-size: clamp(2.15rem, 9vw, 2.55rem);
    line-height: 1.12;
  }

  .hero-copy {
    max-width: calc(100vw - 3rem) !important;
  }

  .neon-label {
    max-width: 100%;
    gap: 0.65rem;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
  }

  .metric-pill {
    padding: 1.1rem 1rem;
  }

  .story-title {
    line-height: 1;
  }

  .media-card-image {
    height: 14rem;
  }
}
