/* Motion — grounded in parsio.com's extracted motion tokens.
   ease-out is the dominant site curve. Motion is functional, never decorative. */
:root {
  --adu-duration-xs: 150ms;   /* @kind other */ /* hovers, focus rings, color transitions */
  --adu-duration-sm: 220ms;   /* @kind other */ /* small position / shadow transitions (card lift) */
  --adu-duration-lg: 500ms;   /* @kind other */ /* entrance animations */
  --adu-ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);  /* @kind other */ /* default */
  --adu-ease: cubic-bezier(0.4, 0, 0.2, 1);        /* @kind other */ /* symmetric, e.g. shimmer */
}
