/* Layout safety for static mirror — GSAP/ScrollSmoother Parcel bundles don't init as globals */

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right,
.fade-in-left-stagger,
.fade-in-right-stagger,
[class*="fade-in"] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  translate: none !important;
}

/* ScrollSmoother half-init leaves broken wrappers */
#smooth-wrapper,
#smooth-content {
  height: auto !important;
  overflow: visible !important;
  transform: none !important;
  position: relative !important;
  width: 100% !important;
}

body {
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.pin-spacer {
  display: contents !important;
}

/* Ensure images aren't collapsed */
img {
  max-width: 100%;
  height: auto;
}

/* Hide scraped cookie banner leftovers; live iubenda may recreate if needed */
#iubenda-cs-banner {
  display: none !important;
}
