:root{
/* Conducted motion — provisional 120 BPM until "MAKE" is measured; beat = 500ms */
--tempo-bpm:120;/* @kind other */
--dur-16th:125ms;/* @kind other */ /* micro: hovers, fades, chrome state changes */
--dur-8th:250ms;/* @kind other */  /* standard: card transitions, menus, toasts */
--dur-4th:500ms;/* @kind other */  /* reveals, overlays, page-level movement */
--dur-half:1000ms;/* @kind other *//* ceremony: release-day dressing, the Reveal at hero scale */
--ease-conducted:cubic-bezier(0.36,0,0.16,1);/* @kind other */ /* entrances, movement */
--ease-settle:cubic-bezier(0.2,0.7,0.2,1);/* @kind other */    /* exits, returns */
}
@media (prefers-reduced-motion:reduce){
:root{--dur-16th:0ms;/* @kind other */--dur-4th:250ms;/* @kind other */--dur-half:250ms/* @kind other */}
}
