/* Motion — the ONLY animations: two marquees + hover border/color transitions.
   No scroll reveals, no parallax, no entrance effects. */
:root{
  --transition-hover:.25s ease;      /* @kind other */ /* border-color / color only */
  --marquee-clients:36s;             /* @kind other */ /* translateX loop, linear infinite */
  --marquee-bts:48s;                 /* @kind other */
}
@keyframes as-marquee{ to{ transform:translateX(-50%); } }
