.static-mobile-menu[hidden], .static-search[hidden] { display: none !important; }
.static-mobile-menu { position: fixed; inset: 0; z-index: 1000; }
.static-menu-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(40, 28, 30, .48); }
.static-menu-panel { position: relative; width: min(88vw, 380px); height: 100%; overflow-y: auto; padding: 26px; background: #fffaf7; box-shadow: 12px 0 40px rgba(42, 28, 30, .18); }
.static-menu-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.static-menu-heading img { width: 220px; max-width: calc(100% - 50px); height: auto; }
.static-menu-heading button { width: 40px; height: 40px; border: 0; background: transparent; color: #332427; font: 300 32px/1 Arial, sans-serif; cursor: pointer; }
.static-menu-panel > p { margin: 12px 0 28px; color: #7d6f71; font-size: 14px; }
.static-menu-panel nav { display: grid; }
.static-menu-panel nav a { padding: 15px 2px; border-top: 1px solid #eadfe0; color: #332427; font: 600 14px/1.3 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.static-search { z-index: 20; }
body.menu-open { overflow: hidden; }
.static-form-message { display: flex; align-items: center; gap: 8px; margin-top: 14px; color: #7b3947; font-weight: 600; }
