/* Brizy uses .brz-animated for scroll-triggered fade-ins; without the runtime
   fully wiring up its IntersectionObserver, columns stay at opacity:0. Force them
   to their settled state. */
.brz .brz-animated,
.brz [data-brz-iteration-count] {
  opacity: 1 !important;
  animation: none !important;
  transition: none !important;
}

