/* Decorative photography shares the hero's existing image layer. */
.hero-background-stack{position:absolute;inset:0;z-index:-2;overflow:hidden;pointer-events:none}
.hero-background-stack .hero-background-frame{z-index:0;opacity:0!important;transition:none}
.hero-background-stack .hero-background-frame.is-current{opacity:1!important}
@media(prefers-reduced-motion:reduce){.hero-background-frame{transition:none!important}}
@media print{.hero-background-stack{display:none!important}}
