.lp-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: var(--lp-header-h);
  perspective: 900px;
}

/* ── Ambient light rig ── */
.lp-disco-lights {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.lp-disco-spot {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 140vmax;
  height: 140vmax;
  margin-left: -70vmax;
  opacity: 0.22;
  mix-blend-mode: screen;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 340deg,
    rgba(255, 255, 255, 0.5) 352deg,
    rgba(196, 169, 98, 0.6) 358deg,
    transparent 360deg
  );
  animation: lp-spot-rotate 10s linear infinite;
  transform-origin: 50% 12%;
}

.lp-disco-spot--2 {
  animation-duration: 14s;
  animation-direction: reverse;
  opacity: 0.16;
  filter: hue-rotate(40deg);
}

.lp-disco-spot--3 {
  animation-duration: 7s;
  opacity: 0.12;
  top: 5%;
}

@keyframes lp-spot-rotate {
  to { transform: rotate(360deg); }
}

.lp-disco-sweep {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(ellipse 30% 18% at 50% 38%, rgba(255, 255, 255, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 8% 4% at 50% 36%, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  animation: lp-sweep-pulse 4s ease-in-out infinite;
  mix-blend-mode: overlay;
}

@keyframes lp-sweep-pulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

.lp-disco-caustics {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 8%),
    radial-gradient(circle at 75% 70%, rgba(196, 169, 98, 0.1) 0%, transparent 6%),
    radial-gradient(circle at 45% 90%, rgba(255, 255, 255, 0.06) 0%, transparent 5%),
    radial-gradient(circle at 60% 75%, rgba(255, 220, 150, 0.08) 0%, transparent 4%),
    radial-gradient(circle at 30% 65%, rgba(255, 255, 255, 0.05) 0%, transparent 3%);
  animation: lp-caustics-drift 12s ease-in-out infinite;
}

@keyframes lp-caustics-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(2%, -1%) scale(1.02); }
  66% { transform: translate(-2%, 1%) scale(0.98); }
}

.lp-hero.is-energized,
.lp-mana-hero.is-energized .lp-disco-spot {
  opacity: 0.45;
  animation-duration: 4s;
}

.lp-hero.is-energized,
.lp-mana-hero.is-energized .lp-disco-spot--2 {
  animation-duration: 5s;
}

.lp-hero.is-energized,
.lp-mana-hero.is-energized .lp-disco-spot--3 {
  animation-duration: 3s;
}

.lp-hero.is-energized,
.lp-mana-hero.is-energized .lp-disco-caustics {
  opacity: 0.65;
}

/* ── Hanging rig ── */
.lp-disco-rig {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -4vh;
  transform-origin: 50% 0%;
  animation: lp-rig-sway 9s ease-in-out infinite;
}

@keyframes lp-rig-sway {
  0%, 100% { transform: rotate(-2deg); }
  50% { transform: rotate(2deg); }
}

.lp-disco-hook {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  margin-bottom: -2px;
}

.lp-disco-wire {
  width: 1px;
  height: clamp(60px, 12vh, 120px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}

.lp-disco-ball-wrap {
  position: relative;
  width: min(62vw, 340px);
  height: min(62vw, 340px);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.7));
}

.lp-disco-ball-canvas {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.lp-disco-ball-canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  outline: none;
}

.lp-hero.is-energized,
.lp-mana-hero.is-energized .lp-disco-ball-wrap {
  filter:
    drop-shadow(0 28px 56px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 48px rgba(255, 255, 255, 0.18));
}

.lp-hero.is-energized,
.lp-mana-hero.is-energized .lp-disco-rig {
  animation-duration: 4s;
}

/* ── Hero copy ── */
.lp-hero__copy {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: var(--lp-space-lg);
  padding: 0 var(--lp-space-md);
}

.lp-hero__headline {
  font-family: var(--lp-font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  line-height: 1;
  margin: 0 0 var(--lp-space-sm);
  letter-spacing: -0.02em;
}

.lp-hero__sub {
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lp-text-muted);
  margin: 0 0 var(--lp-space-md);
}

.lp-hero__scroll {
  position: absolute;
  bottom: var(--lp-space-lg);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lp-text-dim);
  z-index: 2;
}

.lp-hero__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin: 0.75rem auto 0;
  background: linear-gradient(180deg, var(--lp-accent), transparent);
  animation: lp-scroll-pulse 2s ease-in-out infinite;
}

@keyframes lp-scroll-pulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.8); }
  50% { opacity: 1; transform: scaleY(1); }
}

@media (prefers-reduced-motion: reduce) {
  .lp-disco-rig,
  .lp-disco-spot,
  .lp-disco-sweep,
  .lp-disco-caustics,
  .lp-hero__scroll::after {
    animation: none;
  }
}