/* Public desktop navbar: match the authenticated colour mark and give the paired logo slightly more presence. */
@media (min-width: 561px) {
  .site-nav__logo-image { width: clamp(158px, 18.5vw, 194px); }
}
