/* Accessibility corrections without changing the normal page layout. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .btn:hover, .btn:focus-visible, .peek:hover, .peek-card:hover {
    transform: none !important;
  }
  [data-njd-story] .story-scene { pointer-events: auto !important; }
}
