/* KASPIT — full-screen particle constellation. */
.particles-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.particles-bg canvas { display: block; width: 100%; height: 100%; }

@media (prefers-reduced-motion: reduce) {
  .particles-bg { opacity: 0.3; }
}
