/* v12 — Heritage landing-page mobile navigation drawer flow fix.
   Keep the expanded hamburger menu in normal document flow so the complete
   menu is visible below the Heritage masthead instead of being positioned
   underneath the ribbon/language/header stack. Desktop navigation is unchanged. */
@media (max-width: 1050px) {
  .brochure-home .brochure-drawer {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
    max-height: none !important;
    overflow: visible !important;
    z-index: 119 !important;
  }
  .brochure-home .brochure-drawer.open {
    display: grid !important;
  }
}
