/* Site-wide overrides and lightweight interactions (replaces Webflow JS) */

html.no-js [style*="opacity: 0"],
html.no-js [style*="opacity:0"] {
  opacity: 1 !important;
  transform: none !important;
}

.reveal {
  transition:
    opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

@media screen and (max-width: 991px) {
  .w-nav.w--nav-menu-open .w-nav-menu,
  .w-nav.w--nav-menu-open .w-nav-menu-2 {
    display: flex !important;
  }
}
