/* Aleafiaa's single source of truth for public-site interaction timing. */
:root{
  --motion-fast:220ms;
  --motion-button:250ms;
  --motion-normal:300ms;
  --motion-shadow:320ms;
  --motion-slow:480ms;
  --ease-premium:cubic-bezier(.22,.61,.36,1);
  --hover-lift:-5px;
  --hover-scale:1.035;
  --hover-shadow:0 20px 42px rgba(20,35,65,.14);
  /* Compatibility aliases for existing public components. */
  --af-motion-fast:var(--motion-fast);
  --af-motion-base:var(--motion-normal);
  --af-motion-enter:var(--motion-slow);
  --af-motion-ease:var(--ease-premium);
  --af-motion-shadow:var(--hover-shadow);
}
