[data-aos] { pointer-events: auto; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .hero-grid { animation: none; }
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}
