/* Mainstages are deliberately not animated: they are above the fold on every
   layout, which is the motion people complained about.

   This file previously ran a rotate-in on .mstg [class*="mn_"] as a plain
   load-time animation. It never rendered, because the panel rule in
   animation.css scored higher on the same element and replaced the animation
   shorthand; raising its specificity would have reintroduced a hero rotate on
   every page load. The keyframes and the rule are gone rather than overridden
   so that cannot happen by accident.

   To animate mainstages again, copy a variation body from
   styles/variations/animations/mainstages/ and give it a scroll-driven
   timeline first. */
:root { --animation-mainstage-id: 'none'; }
