/* Candidate 38 — restore the approved Hero alpha video at the inherited mobile cutoff. */
@media (max-width:700px) and (prefers-reduced-motion:no-preference){
  .contact-clean-mobile-hero-arcs-preview-candidate .animated-title-video{
    display:block!important;
  }

  .contact-clean-mobile-hero-arcs-preview-candidate .animated-wordmark.is-video-ready .animated-title-fallback{
    opacity:0!important;
  }
}
