
;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
  }

  html body .site-header.site-header button.menu-toggle.menu-toggle .menu-icon-final {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    color: #fff !important;
  }
}
/* /DASS menu high reset - 2026-05-11 */
/* DASS menu high reset - 2026-05-11 */
@media (max-width: 940px) {
  html body .site-header.site-header button.menu-toggle.menu-toggle.menu-toggle::before,
  html body.page-id-6 .site-header.site-header button.menu-toggle.menu-toggle.menu-toggle::before,
  html body .site-header.site-header button.menu-toggle.menu-toggle.menu-toggle::after,
  html body.page-id-6 .site-header.site-header button.menu-toggle.menu-toggle.menu-toggle::after,
  html body .site-header.site-header::after,
  html body.page-id-6 .site-header.site-header::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
  }

  html body .site-header.site-header button.menu-toggle.menu-toggle .menu-icon-final {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    color: #fff !important;
  }
}
/* /DASS menu high reset - 2026-05-11 */
/* DASS menu pseudo reset - 2026-05-11 */
@media (max-width: 940px) {
  body .site-header button.menu-toggle::before,
  body .site-header button.menu-toggle::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
  }

  body .site-header button.menu-toggle .menu-icon-final {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* /DASS menu pseudo reset - 2026-05-11 */
/* DASS menu symbol reset - 2026-05-11 */
@media (max-width: 940px) {
  html body .site-header.site-header button.menu-toggle.menu-toggle span,
  html body .site-header.site-header button.menu-toggle.menu-toggle .menu-symbol,
  html body.page-id-6 .site-header.site-header button.menu-toggle.menu-toggle span,
  html body.page-id-6 .site-header.site-header button.menu-toggle.menu-toggle .menu-symbol {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  html body .site-header.site-header button.menu-toggle.menu-toggle .menu-icon-final {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/* /DASS menu symbol reset - 2026-05-11 */
/* DASS static mobile menu reliable - 2026-05-11 */
@media (max-width: 940px) {
  .site-header,
  .site-header.solid {
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    left: 10px !important;
    width: auto !important;
    max-width: none !important;
    min-height: 64px !important;
    transform: none !important;
    padding: 8px 58px 8px 10px !important;
    border-radius: 8px !important;
    z-index: 9999 !important;
  }

  .site-header::after {
    content: none !important;
    display: none !important;
  }

  .site-header .brand {
    min-width: 0 !important;
    max-width: calc(100% - 58px) !important;
  }

  .site-header .brand img {
    width: 44px !important;
    height: 44px !important;
  }

  .site-header .brand small {
    display: none !important;
  }

  .site-header .menu-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    z-index: 10001 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 40px !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    color: #fff !important;
    background: rgba(255,255,255,.07) !important;
    border: 1px solid rgba(212,164,44,.55) !important;
    border-radius: 6px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .site-header .menu-toggle span {
    display: none !important;
  }

  .site-header .menu-toggle::before {
    content: "" !important;
    display: block !important;
    width: 22px !important;
    height: 16px !important;
    background:
      linear-gradient(currentColor,currentColor) 0 0 / 100% 2px no-repeat,
      linear-gradient(currentColor,currentColor) 0 7px / 100% 2px no-repeat,
      linear-gradient(currentColor,currentColor) 0 14px / 100% 2px no-repeat !important;
  }

  .site-header .main-nav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: 0 !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 10px !important;
    background: rgba(9,9,9,.98) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 44px rgba(0,0,0,.35) !important;
  }

  .site-header .main-nav.is-open {
    display: flex !important;
  }

  .site-header .main-nav a {
    display: block !important;
    padding: 13px 12px !important;
    text-align: center !important;
  }

  .site-header .main-nav .nav-cta {
    margin-top: 6px !important;
  }
}
/* /DASS static mobile menu reliable - 2026-05-11 */
