/* Override Bricksforge ScrollSmoother — restore natural scrolling */
#smooth-wrapper {
  position: static !important;
  overflow: visible !important;
  height: auto !important;
  width: auto !important;
}
#smooth-content {
  transform: none !important;
  will-change: auto !important;
}

/* Fix bricks-lazy-hidden — make all content visible */
.bricks-lazy-hidden {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Disable Swup page transition overlays */
.swup-transition-overlay,
.swup-progress-bar {
  display: none !important;
}