/* Only the first-screen entrance is held briefly during initialization.
   The watchdog releases this state even when animation libraries fail to load. */
@media (prefers-reduced-motion: no-preference) {
  html.motion-boot .hero-intro .eyebrow,
  html.motion-boot .hero-intro h1,
  html.motion-boot .hero-intro > p,
  html.motion-boot .hero-buttons > *,
  html.motion-boot .workspace-wrap { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
}
@media print {
  .hero-intro > *, .hero-buttons > *, .workspace-wrap,
  .work-pricing-heading, .work-plan, .work-capabilities-heading,
  .work-capabilities-grid article, .work-example-stage, .work-example-caption > *,
  .swarm-section header, .swarm-section iframe, .swarm-example-caption > *,
  #questions .section-heading, #questions .faq > details, .closing > .wrap > *,
  .footer-main, [data-motion="reveal"] { opacity: 1 !important; transform: none !important; }
}
