/* ==========================================================================
   MOTION — Canon Website OS
   ==========================================================================
   Ground truth: the OS defines no animation system. Conversion pages should
   feel instant and confident, not decorative — so motion here is restrained:
   short durations, no bounce, used only to confirm an action (hover/press/
   accordion open) rather than to entertain.
   ========================================================================== */

:root {
  --ease-out:     cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --ease-in-out:  cubic-bezier(0.65, 0, 0.35, 1); /* @kind other */

  --duration-instant: 100ms; /* @kind other */
  --duration-fast:    150ms; /* @kind other */
  --duration-base:    220ms; /* @kind other */
  --duration-slow:    400ms; /* @kind other */

  --press-scale: 0.98; /* @kind other */
}
