/* Accommodate the additional navigation item at the existing tablet breakpoint. */
@media (min-width:769px) and (max-width:1024px) {
  .header-cta .btn { display:none; }
  .main-nav { gap:18px; }
}
