.route-landing {
  background: var(--black);
  color: var(--white);
}

.route-wrap {
  width: min(1180px, 90vw);
  margin: 0 auto;
}

.route-header {
  position: fixed;
}

.route-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.route-nav a {
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
}

.route-nav a:hover {
  color: var(--gold);
}

.route-languages {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 18px;
  border-left: 1px solid var(--line);
  font-size: 12px;
}

.route-languages a,
.route-languages strong {
  min-width: 22px;
  color: var(--text-muted);
  text-align: center;
}

.route-languages strong {
  color: var(--gold);
}

.route-hero {
  min-height: 100dvh;
  display: grid;
  align-items: center;
  padding: 96px 0 64px;
}

.route-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  align-items: center;
  gap: clamp(36px, 7vw, 96px);
}

.route-hero h1 {
  max-width: 760px;
  margin: 14px 0 24px;
}

.route-lead {
  max-width: 680px;
  color: var(--text-muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.8;
}

.route-hero .hero-actions {
  flex-wrap: nowrap;
}

.route-hero .btn,
.route-cta .btn {
  white-space: nowrap;
}

.route-hero .btn:active,
.route-cta .btn:active {
  transform: translateY(1px);
}

.route-hero img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .18);
}

.route-section {
  padding: 100px 0;
  border-top: 1px solid var(--line);
}

.route-section h2,
.route-cta h2 {
  max-width: 800px;
  margin: 12px 0 42px;
}

.route-card-grid,
.market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.route-card-grid article,
.market-grid article {
  min-height: 230px;
  padding: 34px;
  background: var(--black);
}

.route-card-grid span {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 2px;
}

.route-card-grid h3,
.market-grid h3 {
  margin: 30px 0 14px;
}

.route-card-grid p,
.market-grid p {
  color: var(--text-muted);
  line-height: 1.8;
}

.route-live-section {
  background: #101010;
}

.live-channel-layout {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(48px, 8vw, 110px);
}

.live-channel-heading {
  position: sticky;
  top: 110px;
}

.live-channel-heading h2 {
  margin-bottom: 20px;
}

.live-channel-heading > p:not(.eyebrow):not(.channel-status) {
  color: var(--text-muted);
  line-height: 1.75;
}

.live-channel-grid {
  grid-template-columns: 1fr;
}

.channel-status {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--gold);
  font-size: 13px;
  line-height: 1.6;
}

.route-map-section {
  overflow: hidden;
}

.route-map {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(240px, 1fr) minmax(180px, 240px);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 30px;
  min-height: 360px;
  padding: clamp(32px, 6vw, 74px);
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    #101010;
  background-size: 44px 44px;
}

.route-hub {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--gold);
  background: #090909;
}

.route-hub strong {
  font-size: clamp(24px, 3vw, 38px);
}

.route-hub span {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
}

.route-track {
  position: relative;
  min-height: 110px;
}

.route-track-line {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--gold);
}

.route-track-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
}

.route-track-outbound {
  top: 32px;
}

.route-track-outbound::after {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.route-track-inbound {
  bottom: 32px;
}

.route-track-inbound::after {
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}

.route-destinations {
  grid-column: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.route-destinations span {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--text-muted);
  font-size: 12px;
  text-align: center;
}

.direction-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1px;
  margin-top: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.direction-grid article {
  min-height: 220px;
  padding: 34px;
  background: var(--black);
}

.direction-grid span {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 2px;
}

.direction-grid h3 {
  margin: 30px 0 14px;
}

.direction-grid p {
  color: var(--text-muted);
  line-height: 1.8;
}

.route-section-muted {
  background: #101010;
}

.market-grid {
  grid-template-columns: 1.2fr .9fr .9fr;
}

.market-grid article {
  background: #090909;
}

.route-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
}

.route-steps li {
  display: flex;
  min-height: 200px;
  flex-direction: column;
  gap: 16px;
  padding: 30px;
  background: var(--black);
}

.route-steps li::before {
  content: counter(list-item, decimal-leading-zero);
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 2px;
}

.route-steps span {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
}

.route-cta {
  padding: 78px 0;
  background: #111;
  border-top: 1px solid var(--line);
}

.route-cta .route-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.route-cta h2 {
  margin-bottom: 0;
}

.route-footer {
  padding: 34px 0;
  background: var(--gold);
  color: var(--black);
}

.route-footer .route-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 24px;
  font-size: 13px;
}

.route-footer a {
  color: inherit;
}

@media (max-width: 1100px) {
  .route-nav a[href="#services"],
  .route-nav a[href="#routes"] {
    display: none;
  }
}

@media (max-width: 900px) {

  .route-hero-grid,
  .live-channel-layout,
  .market-grid {
    grid-template-columns: 1fr;
  }

  .route-hero {
    min-height: auto;
  }

  .live-channel-heading {
    position: static;
  }

  .route-map {
    grid-template-columns: 1fr;
    grid-template-rows: auto 120px auto auto;
  }

  .route-track {
    min-height: 120px;
  }

  .route-track-line {
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
  }

  .route-track-outbound {
    right: auto;
    left: calc(50% - 24px);
  }

  .route-track-outbound::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .route-track-inbound {
    right: calc(50% - 24px);
    bottom: 0;
    left: auto;
  }

  .route-track-inbound::after {
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }

  .route-destinations {
    grid-column: 1;
  }

  .route-hero img {
    max-height: 440px;
    object-fit: cover;
  }

  .route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .route-nav > a {
    display: none;
  }

  .route-languages {
    padding-left: 0;
    border-left: 0;
  }

  .route-card-grid,
  .direction-grid,
  .route-steps {
    grid-template-columns: 1fr;
  }

  .route-section {
    padding: 72px 0;
  }

  .route-card-grid article,
  .market-grid article,
  .direction-grid article,
  .route-steps li {
    min-height: auto;
    padding: 24px;
  }

  .route-cta .route-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .route-hero .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .route-map {
    min-height: 0;
    padding: 28px 20px;
  }
}
