/* Shared main-site language selector treatment for the Heritage landing page. */
.heritage-main-language-strip{background:#041c33;color:#e8eef4;font-family:"DM Sans",Arial,sans-serif;font-size:12px;position:relative;z-index:121}
.heritage-main-language-inner{width:min(1180px,calc(100% - 40px));min-height:48px;margin:auto;display:flex;align-items:center;justify-content:flex-end}
.heritage-main-language-strip .site-language-bar{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:4px!important;border:1px solid rgba(231,201,141,.48)!important;border-radius:999px!important;background:rgba(255,255,255,.055)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important;white-space:nowrap!important;direction:ltr!important;unicode-bidi:isolate!important;width:auto!important}
.heritage-main-language-strip .site-language-bar .langs-label{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:0 7px 0 8px!important;color:#f1dfb7!important;font-size:9px!important;font-weight:800!important;letter-spacing:.09em!important;text-transform:uppercase!important;line-height:1!important}
.heritage-main-language-strip .site-language-bar .langs-label svg{display:block;width:14px!important;height:14px!important;flex:0 0 auto!important;stroke:currentColor!important}
.heritage-main-language-strip .site-language-bar .lang-tabs{display:flex!important;align-items:center!important;gap:3px!important;direction:ltr!important}
.heritage-main-language-strip .site-language-bar button{appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:31px!important;padding:0 12px!important;border:1px solid transparent!important;border-radius:999px!important;background:transparent!important;color:#f4f7fa!important;font-family:"DM Sans",Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:.01em!important;line-height:1!important;cursor:pointer!important;white-space:nowrap!important;direction:ltr!important;unicode-bidi:isolate!important;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease!important}
.heritage-main-language-strip .site-language-bar button:hover{color:#fff!important;border-color:rgba(231,201,141,.52)!important;background:rgba(255,255,255,.075)!important;transform:translateY(-1px)}
.heritage-main-language-strip .site-language-bar button.active{color:#061b2b!important;background:#e7c98d!important;border-color:#e7c98d!important;box-shadow:0 2px 10px rgba(0,0,0,.16)!important}
.heritage-main-language-strip .site-language-bar button:focus-visible{outline:2px solid #fff!important;outline-offset:2px!important}
@media(max-width:760px){
  .heritage-main-language-inner{width:min(100% - 28px,1180px);min-height:58px;justify-content:center;padding:7px 0}
  .heritage-main-language-strip .site-language-bar{width:100%!important;justify-content:space-between!important;gap:5px!important;padding:5px!important}
  .heritage-main-language-strip .site-language-bar .langs-label{flex:0 0 auto!important;padding-inline:7px 5px!important}
  .heritage-main-language-strip .site-language-bar .lang-tabs{flex:1 1 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:3px!important}
  .heritage-main-language-strip .site-language-bar button{width:100%!important;min-height:34px!important;padding:0 8px!important;font-size:11px!important}
}
@media(max-width:390px){
  .heritage-main-language-inner{width:calc(100% - 20px)}
  .heritage-main-language-strip .site-language-bar .langs-label{font-size:8px!important;letter-spacing:.05em!important;padding-inline:5px 3px!important}
  .heritage-main-language-strip .site-language-bar .langs-label svg{width:13px!important;height:13px!important}
  .heritage-main-language-strip .site-language-bar button{font-size:10px!important;padding:0 5px!important}
}

/* Once the language control is moved above the Heritage masthead, collapse the old empty mobile language row. */
@media(max-width:720px){
  .brochure-home .brochure-topbar{
    height:72px!important;
    min-height:72px!important;
    padding:0 12px!important;
    grid-template-columns:44px minmax(0,1fr) 44px!important;
    grid-template-rows:72px!important;
    grid-template-areas:"menu logo spacer"!important;
  }
  .brochure-home .brochure-menu{grid-area:menu!important;align-self:center!important}
  .brochure-home .brochure-logo{grid-area:logo!important;justify-self:center!important;min-width:0!important}
  .brochure-home .brochure-drawer{top:72px!important}
}
