/* BARBA V10 — restore mobile hamburger without restoring header CTAs */
@media (max-width:700px){
  .header-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    margin-left:auto!important;
    gap:0!important;
  }
  .header-actions > .header-link,
  .header-actions > .button{
    display:none!important;
  }
  .header-actions > .menu-toggle{
    display:grid!important;
    place-items:center!important;
    width:42px!important;
    height:42px!important;
    margin:0!important;
    padding:6px!important;
    color:#fff!important;
    background:rgba(7,10,12,.18)!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:10px!important;
    box-shadow:0 4px 16px rgba(0,0,0,.16)!important;
    position:relative!important;
    z-index:130!important;
  }
  .header-actions > .menu-toggle svg{
    width:24px!important;
    height:24px!important;
    stroke:currentColor!important;
    stroke-width:1.7!important;
  }
  .site-header.header-scrolled .header-actions > .menu-toggle{
    background:rgba(7,10,12,.52)!important;
    border-color:rgba(212,168,92,.20)!important;
  }
}
