:root{
--dur-quick:160ms;     /* @kind other */
--dur-base:240ms;      /* @kind other */
--dur-slow:420ms;      /* @kind other */
--dur-cinematic:900ms; /* @kind other */
/* Calm, no overshoot — nothing in this brand bounces. */
--ease-standard:cubic-bezier(.32,.72,0,1); /* @kind other */
--ease-out:cubic-bezier(.22,1,.36,1);      /* @kind other */
--ease-in:cubic-bezier(.55,0,1,.45);       /* @kind other */
--transition-base:all var(--dur-base) var(--ease-standard); /* @kind other */
}
