/* E055 — lightweight global motion: compositor-only reveals and hover feedback. */
.motion-on [data-reveal]{transition-delay:var(--ep-reveal-delay,0ms);will-change:opacity,transform}
.motion-on [data-reveal].is-visible{will-change:auto}
@media (hover:hover) and (pointer:fine){
  .ep-motion-card{transition:translate .32s cubic-bezier(.2,.65,.3,1),box-shadow .32s ease,border-color .32s ease}
  .ep-motion-card:hover{translate:0 -4px;box-shadow:0 20px 45px -34px rgba(8,34,25,.42)}
  a.ep-motion-link .icon,.ep-motion-link a .icon{transition:translate .25s ease}
  a.ep-motion-link:hover .icon,.ep-motion-link a:hover .icon{translate:4px 0}
}
@media(prefers-reduced-motion:reduce){.ep-motion-card{translate:none!important}}
