/* The new four-link primary menu needs a tablet breakpoint before it collides
   with the full wordmark and account actions. This remains theme-scoped. */
@media(max-width:1080px){
  body.mhd-aicc-sales-theme .mhd-mobile-toggle{display:block}
  body.mhd-aicc-sales-theme .mhd-primary-nav{position:fixed;z-index:120;top:88px;left:20px;right:20px;display:none;max-height:calc(100vh - 108px);overflow-y:auto;flex-direction:column;align-items:stretch;gap:16px;margin-left:0;padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(5,16,34,.98);box-shadow:0 28px 80px rgba(0,0,0,.42);backdrop-filter:blur(20px)}
  body.mhd-aicc-sales-theme.admin-bar .mhd-primary-nav{top:120px;max-height:calc(100vh - 140px)}
  body.mhd-aicc-sales-theme .mhd-primary-nav.is-open{display:flex}
  body.mhd-aicc-sales-theme .mhd-menu{width:100%;flex-direction:column;align-items:stretch;gap:5px}
  body.mhd-aicc-sales-theme .mhd-menu a{width:100%;padding:12px 13px;border-radius:12px}
  body.mhd-aicc-sales-theme .mhd-header-actions{width:100%}
  body.mhd-aicc-sales-theme .mhd-header-actions .mhd-btn{flex:1}
}
@media(max-width:782px){
  body.mhd-aicc-sales-theme .mhd-primary-nav{top:78px;max-height:calc(100vh - 98px)}
  body.mhd-aicc-sales-theme.admin-bar .mhd-primary-nav{top:124px;max-height:calc(100vh - 144px)}
}
@media(max-width:520px){
  body.mhd-aicc-sales-theme .mhd-primary-nav{left:14px;right:14px;padding:15px}
  body.mhd-aicc-sales-theme .mhd-header-actions{display:grid;grid-template-columns:1fr}
}
