.mobile-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 998; }
.main-navigation.open ~ .mobile-overlay { display: block; }

.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); }

.screen-reader-text { clip: rect(1px,1px,1px,1px); position: absolute; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { clip: auto; display: block; height: auto; width: auto; position: fixed; top: 5px; left: 5px; z-index: 100000; background: #fff; padding: 15px 23px; font-size: 1rem; box-shadow: 0 0 2px 2px rgba(0,0,0,.6); }

@media print {
    .site-header, .site-footer, .hero, .cta-banner, .menu-toggle, .map-section { display: none !important; }
    body { font-size: 12pt; color: #000; }
    a { color: #000; text-decoration: underline; }
}
