:root{
  /* Movimento de maresia: entra devagar, para com suavidade. Nada de bounce. */
  --ease-calm:cubic-bezier(.22,.61,.36,1); /* @kind other */
  --ease-out-soft:cubic-bezier(.16,.84,.44,1); /* @kind other */
  --ease-in-out-soft:cubic-bezier(.4,.14,.3,1); /* @kind other */
  --duration-instant:120ms; /* @kind other */
  --duration-fast:200ms; /* @kind other */
  --duration-base:320ms; /* @kind other */
  --duration-slow:560ms; /* @kind other */
  --duration-reveal:900ms; /* @kind other */
  --transition-interactive:color var(--duration-fast) var(--ease-calm), background-color var(--duration-fast) var(--ease-calm), border-color var(--duration-fast) var(--ease-calm), opacity var(--duration-fast) var(--ease-calm); /* @kind other */
  --transition-reveal:opacity var(--duration-reveal) var(--ease-out-soft), transform var(--duration-reveal) var(--ease-out-soft); /* @kind other */
  --reveal-distance:16px; /* @kind spacing */  /* deslocamento máximo em entrada — nunca mais que isso */
  --hover-image-scale:1.03; /* @kind other */
}
@media (prefers-reduced-motion:reduce){
  :root{--duration-base:1ms; /* @kind other */--duration-slow:1ms; /* @kind other */--duration-reveal:1ms; /* @kind other */--reveal-distance:0px;--hover-image-scale:1 /* @kind other */}
}
