:root{
  --dur-instant:80ms;/* @kind other */ --dur-fast:140ms;/* @kind other */ --dur-base:220ms;/* @kind other */ --dur-slow:320ms;/* @kind other */ --dur-ambient:900ms;/* @kind other */ --dur-reveal:800ms;/* @kind other */
  --ease-calm:cubic-bezier(.2,.8,.2,1);/* @kind other */
  --ease-in-out:cubic-bezier(.4,0,.2,1);/* @kind other */
  --ease-exit:cubic-bezier(.4,0,1,1);/* @kind other */
  /* Fluid dynamics bezier — mandatory for nav choreography and scroll reveals. */
  --ease-fluid:cubic-bezier(.32,.72,0,1);/* @kind other */
  --lift-hover:-1px;/* @kind spacing */ --press-scale:.985;/* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{--dur-fast:0ms;/* @kind other */ --dur-base:0ms;/* @kind other */ --dur-slow:0ms;/* @kind other */ --dur-ambient:0ms;/* @kind other */ --dur-reveal:0ms/* @kind other */}}
