/* ── GLOBAL RESPONSIVE ── */
@media (max-width: 1199px) {
}

@media (prefers-reduced-motion: reduce) {
  [data-anim] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .client-strip__track {
    animation: none;
  }
}
