/* The native default is 40%. Explicit per-page scrim settings, including zero, take precedence. */
html .public-page :is(.ui91-hero-wide,.dp92-hero):not(.sd92-scrim-custom)::before,
html .public-page :is(.home-hero,.ac87-hero):not(.sd92-scrim-custom)::after{opacity:.4;pointer-events:none}
/* The academy previously darkened both its image and overlay. Keep dimming on the overlay alone. */
html .public-page .ac87-hero .ac87-hero-image{opacity:1}
/* Mobile home has an additional gradient on the content wrapper; use only the controlled overlay. */
html .public-page .home-hero .home-hero-inner{background:none}
