/* Route landing pages (/routes, /routes/ewr-to-sfo). Reuses the track-record hero,
   the landing stat strip, and .card; only the lists are new. */
.route-crumbs { font-size: 0.66rem; letter-spacing: 0.12em; color: var(--text-muted); margin-bottom: 10px; }
.route-crumbs a { color: inherit; text-decoration: none; }
.route-crumbs a:hover { color: var(--text-color); }
.route-facts { margin: 8px 0 0; padding-left: 1.1em; line-height: 1.55; }
.route-facts li { margin: 0 0 6px; }
.route-links { list-style: none; margin: 8px 0 0; padding: 0; columns: 2; column-gap: 24px; }
.route-links li { break-inside: avoid; margin: 0 0 8px; }
.route-links a { text-decoration: none; font-weight: 600; }
.route-links a:hover { text-decoration: underline; }
.route-index { columns: 3; }
@media (max-width: 760px) {
  .route-links, .route-index { columns: 1; }
}
