@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rv, .reveal, .eye, .lead, .sub, .cta, .scrollcue,
  .hero .eyebrow, .hero .loc, .hero .row, .hero .foot,
  .pill, header p, .logos, .kick, h1, .stagger > *, .atlas-note,
  .atlas-title, .atlas-title strong span {
    opacity: 1 !important;
    transform: none !important;
  }
  .frame img:first-child { opacity: 1 !important; transform: none !important; }
  .reveal .track, .walk .track, .flag .ftrack { height: auto !important; }
  .reveal .stick, .walk .stick, .flag .fstick { position: relative !important; }
  .atlas { height: auto !important; }
  .atlas-sticky { position: relative !important; min-height: 100svh; }
}
