/* Keep the expanded public navigation inside laptop viewports.
   The brand name stays available to assistive technology. */
@media (min-width: 961px) and (max-width: 1500px) {
  .site-header .brand > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .site-header .brand { flex: 0 0 auto; }
}
