/* Homepage desktop cleanup: remove the redundant League Navigation deck and icon grid.
   The station deck selector and all mobile navigation remain unchanged. */

@media (min-width: 768px) {
  .cofp-flagship__designation + .cofp-flagship__deck {
    display: none !important;
  }
}
