/* Product-specific finishing layer kept separate for backwards-compatible packaging. */
.hero-art{animation:hero-in .8s cubic-bezier(.2,.8,.2,1) both}.reel-frame{animation:reel-float 6s ease-in-out infinite}.reel-caption i{animation:caption-line 2.4s ease-in-out infinite}.local-status i{animation:status-pulse 2s ease-in-out infinite}
@keyframes hero-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes reel-float{0%,100%{translate:0 0;rotate:0deg}50%{translate:0 -10px;rotate:-1deg}}@keyframes caption-line{0%,100%{width:28px}50%{width:58px}}@keyframes status-pulse{50%{opacity:.35;box-shadow:0 0 4px var(--acid)}}
@media(prefers-reduced-motion:reduce){.hero-art,.reel-frame,.reel-caption i,.local-status i{animation:none}}
