@media (max-width: 720px) {
  body.a64-store { font-size: 1rem; }
  .page-main { padding-bottom: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
