.video-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}

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

#hero-video {
  display: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.hero-scroll {
  height: 300vh;
  position: relative;
  z-index: 1;
}

.site-content {
  position: relative;
  z-index: 2;
  background: radial-gradient(
      ellipse at 72% 50%,
      rgba(252, 163, 17, 0.1) 0%,
      transparent 55%
    ),
    linear-gradient(135deg, #000000 0%, #14213d 60%, #0a0a0a 100%);
}



@media (max-width: 1024px) {
  .hero-scroll {
    height: 280vh;
  }
}

@media (max-width: 912px) {
  .hero-scroll {
    height: 260vh;
  }
}

@media (max-width: 900px) {
  .hero-scroll {
    height: 260vh;
  }
}

@media (max-width: 768px) {
  .hero-scroll {
    height: 240vh;
  }
}

@media (max-width: 480px) {
  .hero-scroll {
    height: 220vh;
  }
}

@media (max-width: 320px) {
  .hero-scroll {
    height: 200vh;
  }
}
