/* Archive rebuild safety net (not part of original site).
   Ensures Elementor entrance-animation content is visible even without JS.
   When the frontend JS runs, the keyframe animations still play normally. */
.elementor-invisible{opacity:1 !important;visibility:visible !important;}
.elementor-widget.elementor-invisible{visibility:visible !important;}

/* Popup / hamburger nav-menu fix: the only Elementor dialog library the Wayback
   Machine captured (v4.9.4) is newer than the one the site shipped (v4.9.3), and
   its JS sets an inline max-height:0 that collapses the popup content to nothing.
   Restore the content so the menu opens. */
.elementor-popup-modal .dialog-message{max-height:100vh !important;}
.elementor-popup-modal .dialog-widget-content{height:auto !important;max-height:100vh !important;overflow-y:auto !important;}
