/* GlassQuote v346 — performance + menu cleanup */

/* The global header already identifies the site; keep the menu immediately useful. */
.menu-v320 .menu-primary-stack{grid-template-columns:1fr!important;gap:8px!important}
.menu-v320 .menu-primary-pair{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
.menu-v320 .menu-section:first-of-type{margin-top:0!important;padding-top:0!important}
@media(max-width:520px){
  .menu-v320 .menu-primary-pair{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(min-width:700px){
  .menu-v320 .menu-primary-pair{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
