/* Shared reveal motion for the concept collection. */
@media(prefers-reduced-motion:no-preference) {
 .velarivo-motion { animation:velarivo-section-in .65s ease both; }
 @keyframes velarivo-section-in { from { opacity:0; translate:0 18px; } to { opacity:1; translate:0 0; } }
}
