/* Keep the desktop header on one row and switch layouts before items collide. */
header{flex-wrap:nowrap;gap:clamp(18px,3vw,55px)}
header .brand,header .custom-logo-link,header .pill{flex:0 0 auto;white-space:nowrap}
header nav{min-width:0;gap:clamp(16px,2.3vw,44px);white-space:nowrap}
@media(max-width:1100px){header nav{display:none}.menuToggle{display:block;margin-left:auto}header nav.is-open{display:flex;position:absolute;left:0;right:0;top:100%;padding:25px 5vw;flex-direction:column;background:var(--navy);border-top:1px solid #fff2;box-shadow:0 15px 25px #0004;white-space:normal}}
@media(max-width:900px){header .pill{display:none}}
