/* Header brand mark: existing favicon next to KP */
nav:not(.fnav) > a.navhome {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.navmark {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

/* Reclaim the mark's width so the 8-item + search nav still fits
   the 660px wrap on one line (see nav-tighten.v3.css). */
@media (min-width: 641px) {
  nav:not(.fnav) {
    gap: 8px;
  }
  nav:not(.fnav) > a.navhome {
    margin-right: 0;
  }
}
