/* Flexa DS — motion. Durations/curves lifted from prototype keyframes & transitions.
   sealIn .4s cubic-bezier(.2,.8,.3,1.1) · slideUp .28s ease · fadeIn .15–.2s ·
   border/hover .12s · pulseDot 1.4–1.6s. Reduce-motion reset lives in guidelines/keyframes.css. */
:root {
  --dur-fast: 120ms;   /* hover, border-color, small state */
  --dur-med: 280ms;    /* sheets slide up, layout shifts */
  --dur-slow: 400ms;   /* the Cedar Seal settle */
  --dur-pulse: 1.4s;   /* live status dots */

  --ease-out: ease;
  --ease-seal: cubic-bezier(0.2, 0.8, 0.3, 1.1); /* scale-settle, slight overshoot */
}
