/* Products That Count — motion.
   The guide is a print/static document and specifies no motion. These values
   are INFERRED to match the brand's character: dynamic and confident, so
   motion is quick and linear-ish, never bouncy, never elastic. Planes slide
   and wipe on their diagonals; nothing scales up or springs. */
:root{
  --duration-instant:80ms; /* @kind other */
  --duration-fast:160ms; /* @kind other */
  --duration-base:240ms; /* @kind other */
  --duration-slow:400ms; /* @kind other */
  --ease-standard:cubic-bezier(.2,.6,.2,1); /* @kind other */
  --ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
  --ease-in:cubic-bezier(.5,0,1,1); /* @kind other */

  --press-scale:1; /* @kind other */   /* the brand does not shrink on press — it darkens */
  --hover-shift:2px; /* @kind other */ /* directional nudge along the reading axis */
}
