/* FUTURE — Ambient canvas & motion support (theme in pro-theme.css) */

#future-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
}

.site-header,
main,
.site-footer,
.chat-widget,
.preloader {
  position: relative;
  z-index: 2;
}

.scanlines,
.hero-hud,
.cursor-glow,
.cyber-id,
.section-beam {
  display: none !important;
}

.glitch-active .hero h1 .line-inner::before,
.glitch-active .hero h1 .line-inner::after {
  display: none !important;
}

.hero-media video {
  filter: brightness(0.55) saturate(1.05) !important;
}

.hero-particles {
  display: block !important;
  opacity: 0.25 !important;
}

@media (prefers-reduced-motion: reduce) {
  #future-canvas { display: none; }
}
