/* Header fit for the added "AI agent" nav item. Loaded site-wide.
   Columns rebalanced in partials/header.php to brand col-xl-2 / nav col-xl-7 /
   contacts col-xl-3 so all 7 items fit on one line and the contact icons stay
   on one row. This just gives the nav items clear breathing room. */
@media (min-width: 1200px) {
  .header .header-nav > .row { --bs-gutter-x: 2.1rem; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header .header-nav > .row { --bs-gutter-x: 1.5rem; }
  .header .header-item-level-1 { font-size: 1.4rem; }
}
