/* ═══ Scroll theater ═══
   View-timeline arrival used to fade/lift plates on every scroll entry.
   That looked like the food was loading again. Plates stay fully painted. */

@media (prefers-reduced-motion: reduce) {
  .order-card[data-dish],
  .order-card[data-dish] .order-card__viewport {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
