/* Six primary links need the existing mobile navigation on narrow laptops. */
@media (min-width: 1040px) and (max-width: 1199px) {
  .rc-header .rc-nav { display: none; }
  .rc-header .rc-burger { display: grid; }
}

@media (min-width: 1200px) {
  .rc-header .rc-nav { margin-left: .5rem; gap: .15rem; }
  .rc-header .rc-nav__link { white-space: nowrap; }
  .rc-header .rc-header__cta { flex-shrink: 0; }
}
