/* Van9 motion — calm and planned, like the product. Fades and small slides.
   No bounces, no pulsing, no countdown urgency (anti-brief §2).
   prefers-reduced-motion is honored globally in base.css. */
:root{
  --duration-fast:120ms;/* @kind other */
  --duration-base:200ms;/* @kind other */
  --duration-slow:320ms;/* @kind other */
  --ease-out:cubic-bezier(.2,0,0,1);/* @kind other */
  --ease-in-out:cubic-bezier(.4,0,.2,1);/* @kind other */
  --press-scale:0.98;/* @kind other */
}
