/* ==========================================================================
   Reduced motion — loaded last so it overrides every animation/transition
   declared in the other files for users who asked the OS for less motion.
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .reveal-init {
    opacity: 1;
    transform: none;
  }

  .cursor-dot,
  .cursor-ring,
  #particles {
    display: none;
  }
}
