/* Motion — the site's real values: 0.3s border transition on cards,
   Elementor's "grow"/"float" hover animations, 500ms cross-fade on the
   hero slideshow, 1200ms highlight sweep on the animated headline. */
:root {
  --dur-fast: 150ms; /* @kind other */
  --dur-base: 300ms; /* @kind other */
  --dur-slow: 500ms; /* @kind other */
  --dur-highlight: 1200ms; /* @kind other */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --ease-out: cubic-bezier(0, 0, 0.2, 1); /* @kind other */
  --ease-grow: cubic-bezier(0.25, 0.46, 0.45, 0.94); /* @kind other */
  --hover-grow: scale(1.06); /* @kind other */
  --hover-float: translateY(-8px); /* @kind other */
  --press-shrink: scale(0.985); /* @kind other */
}
