/* Accessibility + Reduced Motion */

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

  body::before,
  body::after {
    transform: none;
  }

  .hero-slogan-reveal {
    opacity: 1;
    color: var(--text);
    animation: none;
  }

  .hero-subtitle-reveal {
    opacity: 1;
    animation: none;
    transform: none;
  }

  html.has-reading-sample-scroll {
    scroll-snap-type: none;
  }

  .sample-visual-group,
  .sample-visual-layer,
  .sample-page-copy-body,
  .sample-text-safe-zone {
    transition: none;
  }

  .sample-visual-layer {
    transform: none;
    translate: 0 0;
    rotate: 0deg;
    animation: none;
  }

  .cover-tilt {
    transform: none;
  }

  .cover-gloss {
    opacity: 0.16;
  }

  .cover-imperfections {
    opacity: 0.05;
  }
}
