/* Wayback Fixer auto-supplement */
/* Elementor entrance-animation elements keep visibility:hidden until frontend JS
   fires; without it (no per-page post-NNNN.css) content stays invisible. Force on. */
.elementor-invisible{opacity:1 !important;visibility:visible !important;animation:none !important;}
.elementor img,.elementor-widget-container img{max-width:100%;height:auto;}

/* Mobile header: logo 30% + nav 70% + social ~6% overflows; social column can
   overlap the burger. Hide it on small screens (matches Elementor mobile breakpoint). */
@media (max-width: 767px) {
  .elementor-1231 .elementor-element.elementor-element-14d6195 {
    display: none !important;
  }
}

/* Elementor Pro nav-menu JS chunk (nav-menu.*.bundle.min.js) is missing from the
   Wayback archive — burger toggle is handled by r-img-fallback.js instead. */

@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none !important;
  }
  .elementor-nav-menu--toggle .elementor-menu-toggle {
    position: relative;
    z-index: 9999;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    min-width: 44px;
    min-height: 44px;
  }
  .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu--dropdown {
    pointer-events: none !important;
  }
  .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown {
    pointer-events: auto !important;
  }
  .elementor-nav-menu--stretch .elementor-nav-menu--dropdown {
    left: 0;
    right: 0;
    width: 100%;
  }
}
