/* Cache-busting header nav override, v3: the JS-injected search pill (when
   present) pushes the 8-item nav past the 660px wrap on desktop and it wraps
   to two lines. Make the search button icon-only at desktop and tighten the
   type rhythm slightly. New filename so iOS Safari cannot serve a stale
   cached copy. Desktop only; mobile uses the hamburger. */
@media (min-width: 641px) {
  nav:not(.fnav) {
    gap: 10px;
    font-size: 12.5px;
  }
  nav:not(.fnav) a:not(:first-child) {
    letter-spacing: 0.04em;
  }
  nav:not(.fnav) .kp-search-btn {
    width: 36px;
    padding: 0;
  }
  nav:not(.fnav) .kp-search-btn .kp-kbd {
    display: none;
  }
}
