:root{
/* durations */
--dur-instant:120ms;/* @kind other */--dur-fast:220ms;/* @kind other */--dur-base:400ms;/* @kind other */--dur-slow:800ms;/* @kind other */--dur-cinematic:1400ms;/* @kind other */--dur-ambient:24s;/* @kind other */
/* easings — expensive, decelerating, never bouncy */
--ease-out:cubic-bezier(.16,1,.3,1);/* @kind other */--ease-in-out:cubic-bezier(.83,0,.17,1);/* @kind other */--ease-soft:cubic-bezier(.4,0,.2,1);/* @kind other */--ease-reveal:cubic-bezier(.77,0,.175,1);/* @kind other */--ease-linear:linear;/* @kind other */
/* stagger */
--stagger-char:28ms;/* @kind other */--stagger-word:70ms;/* @kind other */--stagger-item:90ms;/* @kind other */
/* reveal distances */
--reveal-y:40px;/* @kind other */--reveal-y-hero:110%;/* @kind other */--reveal-blur:10px;
/* hover / press */
--hover-lift:-2px;/* @kind other */--hover-opacity:.72;/* @kind other */--press-scale:.98;/* @kind other */
/* transitions (composed) */
--transition-fade:opacity var(--dur-base) var(--ease-out);/* @kind other */
--transition-move:transform var(--dur-base) var(--ease-out),opacity var(--dur-base) var(--ease-out);/* @kind other */
--transition-color:color var(--dur-fast) var(--ease-soft),background-color var(--dur-fast) var(--ease-soft),border-color var(--dur-fast) var(--ease-soft);/* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{--dur-fast:1ms;/* @kind other */--dur-base:1ms;/* @kind other */--dur-slow:1ms;/* @kind other */--dur-cinematic:1ms;/* @kind other */--reveal-y:0px;--reveal-y-hero:0%;--reveal-blur:0px}}
