/* Fix Webflow scroll-reveal overlays that don't animate without Webflow's cloud JS */
.image-show-style { display: none !important; }

/* Fix elements frozen in their pre-animation state (opacity:0, translated off-screen) */
[data-w-id] { opacity: 1 !important; transform: none !important; }
