/* ============================================================================
   brandos-safe-motion.css — belt-and-braces reduced-motion enforcement
   -------------------------------------------------------------------
   Only affects BrandOS overlay motion classes. Existing site animations are
   controlled by their own author. This file is optional.
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  .brandos-motion-breath,
  .brandos-motion-arrival,
  .brandos-motion-reveal {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .brandos-seal svg {
    filter: none !important;
  }
}
