/* ALTCER motion tokens — Web Brand System v0.2 §16.
   Motion communicates state or geometry only. No parallax, no animated gradients, no particles. */
:root{
  --dur-fast:160ms; /* @kind other */
  --dur-base:200ms; /* @kind other */
  --dur-slow:240ms; /* @kind other */
  --ease-standard:cubic-bezier(0.2,0,0.2,1); /* @kind other */
  --ease-linear:linear; /* @kind other */
  --reveal-offset:12px; /* opacity + 12 px translate, first reveal only */
}
@media (prefers-reduced-motion:reduce){
  :root{--dur-fast:0ms /* @kind other */;--dur-base:0ms /* @kind other */;--dur-slow:0ms /* @kind other */;--reveal-offset:0px}
}
