@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}
/* Content is always visible to Google crawlers.
   JS applies opacity:0 + translateY after double-rAF. */
