@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .btn:hover { transform: none !important; }
}
@media (forced-colors: active) {
  :focus-visible { outline: 2px solid Highlight !important; }
}
