/* No animation wrappers, margin changes or font-metric changes.
   Text is ordinary visible HTML when scripts/motion are unavailable. */
@media (prefers-reduced-motion: no-preference) {
  /* Older caption styles force opacity:1 !important. One dedicated motion
     variable now owns reveal opacity without changing their normal colour. */
  html:is(#hero-directions,[data-proo-home-release])[data-cinema-demo] [data-reveal-01] {
    opacity: var(--cinema-reveal-opacity, 1) !important;
  }
  html[data-cinema-demo].cinema-reveal-boot :is(
    .proo-static-hero__copy > .proo-static-hero__title,
    .proo-static-hero__copy > .proo-static-hero__subtitle,
    .proo-card-one-followup__title,
    .proo-card-one-followup__copy,
    .posh-caption-title,
    .posh-caption-desc
  ) { visibility: hidden !important; }
}
