.routes-page {
  background: var(--paper);
}

.routes-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.routes-hero-media,
.routes-hero-media picture,
.routes-hero-media img,
.routes-hero-scrim,
.routes-hero-grid {
  position: absolute;
  inset: 0;
}

.routes-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.06);
  animation: hero-image-in 1.7s var(--ease) both;
}

.routes-hero-scrim {
  background: linear-gradient(90deg, rgba(5, 29, 60, .97) 0%, rgba(7, 43, 87, .86) 38%, rgba(7, 43, 87, .4) 74%, rgba(7, 43, 87, .3) 100%), linear-gradient(0deg, rgba(4, 22, 45, .78), transparent 55%);
}

.routes-hero-grid {
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.routes-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: center;
  gap: 55px;
  min-height: 650px;
  padding-top: 84px;
  padding-bottom: 126px;
}

.routes-hero-copy {
  max-width: 730px;
}

.routes-hero-copy h1 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(56px, 7vw, 103px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.routes-hero-copy h1 span:last-child {
  color: #7dbcfb;
}

.routes-hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 27px 0 31px;
  color: rgba(255, 255, 255, .75);
  font-size: 17px;
  line-height: 1.9;
}

.routes-hero-meta {
  align-self: center;
  justify-self: end;
  width: 160px;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, .36);
}

.routes-hero-meta span {
  display: block;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.routes-hero-meta i {
  display: block;
  width: 30px;
  height: 1px;
  margin: 27px 0 18px;
  background: var(--orange);
}

.routes-hero-meta strong {
  color: rgba(255, 255, 255, .8);
  font-family: var(--font-sans);
  font-size: 14px;
  letter-spacing: .13em;
  line-height: 1.55;
}

.routes-hero-bottom {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 35px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .58);
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: .08em;
}

.routes-hero-bottom .live-dot {
  width: 6px;
  height: 6px;
}

.routes-breadcrumb {
  color: var(--muted);
  background: var(--paper);
}

.routes-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.routes-breadcrumb a {
  color: var(--blue);
  font-weight: 700;
}

.routes-breadcrumb a:hover {
  color: var(--orange);
}

.routes-overview {
  background: var(--paper);
}

.routes-overview-layout,
.domestic-routes-layout,
.market-directions-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: center;
  gap: clamp(50px, 7.5vw, 112px);
}

.routes-map-wrap {
  position: relative;
  min-height: 520px;
  padding: 27px 27px 20px;
  border: 1px solid #d4e4f2;
  background: rgba(245, 249, 253, .72);
}

.routes-map-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  border-top: 2px solid var(--orange);
  border-left: 2px solid var(--orange);
  content: "";
}

.routes-map-meta,
.routes-map-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8da5bd;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.routes-map {
  display: block;
  width: 100%;
  height: auto;
  margin: 14px auto 7px;
  overflow: visible;
}

.routes-map-water {
  fill: none;
  stroke: #b9d4ec;
  stroke-width: 14;
  opacity: .36;
}

.routes-map-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.routes-map-path-main {
  stroke: url(#routes-line);
  stroke-width: 2.4;
  stroke-dasharray: 4 7;
  animation: route-dash 22s linear infinite;
}

.routes-map-path-secondary {
  stroke: #91b8dc;
  stroke-width: 1.2;
  stroke-dasharray: 3 8;
  opacity: .72;
}

.routes-map-node circle {
  fill: var(--blue);
  stroke: var(--paper);
  stroke-width: 3;
  filter: drop-shadow(0 2px 4px rgba(18, 86, 160, .22));
}

.routes-map-node text {
  fill: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
}

.routes-map-node .routes-map-sub {
  fill: #92a9c0;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.routes-map-node-core circle:first-child {
  fill: var(--orange);
  stroke-width: 4;
}

.routes-map-node-core .routes-map-ring {
  fill: none;
  stroke: var(--orange);
  stroke-width: 1;
  opacity: .58;
  animation: node-pulse 2.6s ease-out infinite;
}

.routes-map-node-core text {
  fill: var(--orange);
  font-size: 16px;
}

.routes-map-node-core .routes-map-sub {
  fill: #a9bfd4;
  font-size: 8px;
}

.routes-map-water-label {
  fill: #8da8c3;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.routes-map-legend {
  justify-content: flex-start;
  gap: 20px;
  padding-top: 11px;
  border-top: 1px solid #d4e4f2;
  letter-spacing: .04em;
}

.routes-map-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.routes-map-note {
  display: block;
  margin-top: 13px;
  color: #8da5bd;
  font-size: 10px;
  line-height: 1.6;
}

.routes-overview-copy h2,
.domestic-routes-copy h2,
.market-directions-copy h2 {
  margin-bottom: 22px;
}

.routes-overview-copy .section-lead,
.domestic-routes-copy .section-lead,
.market-directions-copy .section-lead {
  max-width: 510px;
}

.routes-overview-points {
  display: grid;
  gap: 0;
  max-width: 540px;
  margin: 30px 0 0;
}

.routes-overview-points article {
  display: flex;
  gap: 17px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.routes-overview-points article > span,
.node-list article > span {
  flex: 0 0 auto;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.routes-overview-points strong,
.routes-overview-points small {
  display: block;
}

.routes-overview-points strong {
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 800;
}

.routes-overview-points small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.routes-overview-copy .text-link {
  margin-top: 28px;
}

.domestic-routes {
  background: var(--mist-blue);
}

.domestic-routes-layout {
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
}

.domestic-chip-groups {
  display: grid;
  gap: 27px;
  margin-top: 30px;
}

.domestic-chip-groups .group-label {
  margin-bottom: 12px;
}

.domestic-chip-groups .chip-list span {
  background: rgba(255, 255, 255, .72);
}

.direction-list {
  display: grid;
  gap: 12px;
}

.direction-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-deep);
  font-size: 13px;
}

.direction-list i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.direction-list b {
  font-weight: 800;
}

.direction-list small {
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.domestic-routes-panel {
  padding: 34px 35px 30px;
  color: var(--paper);
  background: var(--blue-deep);
  box-shadow: 0 18px 48px rgba(11, 46, 89, .13);
}

.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: #8fb2d2;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.node-list {
  display: grid;
}

.node-list article {
  display: grid;
  grid-template-columns: 25px 39px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.node-list article > span {
  color: var(--orange-soft);
}

.node-list article > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(125, 188, 251, .42);
  color: #8ac4fb;
}

.node-list article > i .icon {
  width: 17px;
  height: 17px;
}

.node-list strong,
.node-list small {
  display: block;
}

.node-list strong {
  color: var(--paper);
  font-size: 15px;
  font-weight: 700;
}

.node-list small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
}

.schedule-note {
  display: flex;
  gap: 9px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, .54);
  font-size: 11px;
  line-height: 1.7;
}

.schedule-note i {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.route-system {
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
}

.route-system-heading {
  align-items: flex-end;
}

.route-system-heading h2 {
  color: var(--paper);
}

.route-system-heading > p {
  color: rgba(255, 255, 255, .58);
}

.route-system-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  min-height: 187px;
}

.route-system-line {
  position: absolute;
  z-index: 0;
  top: 45px;
  right: 8.33%;
  left: 8.33%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.4s .2s var(--ease);
}

.route-system-track.is-visible .route-system-line {
  transform: scaleX(1);
}

.route-system-track article {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.route-system-track article > span {
  align-self: flex-start;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.route-system-track article > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-top: -1px;
  border: 1px solid rgba(125, 188, 251, .38);
  border-radius: 50%;
  color: #8ac4fb;
  background: rgba(11, 46, 89, .88);
  box-shadow: 0 0 0 9px rgba(11, 46, 89, .72);
}

.route-system-track article > i .icon {
  width: 27px;
  height: 27px;
}

.route-system-track article strong {
  max-width: 145px;
  margin-top: 22px;
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.route-system-track article small {
  margin-top: 6px;
  color: rgba(255,255,255,.42);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.route-system-track article.is-core > i {
  border-color: var(--orange);
  color: var(--paper);
  background: var(--blue);
  box-shadow: 0 0 0 9px rgba(11, 46, 89, .72), 0 0 30px rgba(38, 132, 232, .22);
}

.route-system-track article.is-core strong {
  color: var(--orange-soft);
}

.route-system-foot {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(125, 188, 251, .17);
  color: rgba(255,255,255,.47);
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: .08em;
}

.route-signal {
  width: 38px;
  height: 2px;
  background: var(--orange);
}

.market-directions {
  background: var(--paper);
}

.market-directions-layout {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}

.market-directions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.market-directions-grid article {
  position: relative;
  min-height: 175px;
  padding: 21px;
  border: 1px solid var(--line);
  background: var(--mist);
  transition: border-color .3s ease, transform .3s var(--ease), box-shadow .3s ease;
}

.market-directions-grid article:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.market-directions-grid article > span {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.market-directions-grid article > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  margin: 24px 0 13px;
  color: var(--blue);
  border: 1px solid #c8ddec;
  background: var(--paper);
}

.market-directions-grid article > i .icon {
  width: 20px;
  height: 20px;
}

.market-directions-grid strong,
.market-directions-grid small {
  display: block;
}

.market-directions-grid strong {
  color: var(--blue-deep);
  font-size: 16px;
  font-weight: 800;
}

.market-directions-grid small {
  margin-top: 3px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.routes-cta {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.routes-cta-background,
.routes-cta-background picture,
.routes-cta-background img,
.routes-cta-background > div:not(.image-slot) {
  position: absolute;
  inset: 0;
}

.routes-cta-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.75) contrast(1.05);
}

.routes-cta-background > div:not(.image-slot) {
  background: linear-gradient(90deg, rgba(4, 24, 49, .94), rgba(4, 24, 49, .62)), linear-gradient(0deg, rgba(4, 24, 49, .82), transparent 65%);
}

.routes-cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 510px;
}

.routes-cta-content h2 {
  max-width: 710px;
  margin-bottom: 23px;
  color: var(--paper);
}

.routes-cta-content > p:not(.section-kicker) {
  max-width: 510px;
  margin-bottom: 29px;
  color: rgba(255, 255, 255, .65);
  font-size: 15px;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .routes-hero-inner {
    display: block;
    min-height: 620px;
    padding-top: 135px;
  }

  .routes-hero-meta {
    display: none;
  }

  .routes-overview-layout,
  .domestic-routes-layout,
  .market-directions-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .routes-map-wrap {
    max-width: 700px;
  }

  .routes-overview-copy,
  .domestic-routes-copy,
  .market-directions-copy {
    max-width: 720px;
  }

  .route-system-track {
    max-width: 780px;
  }
}

@media (max-width: 680px) {
  .routes-hero {
    min-height: 650px;
  }

  .routes-hero-media img {
    object-position: 61% center;
  }

  .routes-hero-scrim {
    background: linear-gradient(180deg, rgba(5, 29, 60, .83), rgba(7, 43, 87, .89)), linear-gradient(90deg, rgba(7, 43, 87, .6), transparent);
  }

  .routes-hero-inner {
    min-height: 650px;
    padding-top: 121px;
    padding-bottom: 108px;
  }

  .routes-hero-copy h1 {
    font-size: clamp(48px, 14.8vw, 68px);
  }

  .routes-hero-copy > p:not(.eyebrow) {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.85;
  }

  .routes-hero-bottom {
    bottom: 25px;
    align-items: flex-start;
    font-size: 8px;
    line-height: 1.6;
  }

  .routes-breadcrumb .container {
    min-height: 50px;
    font-size: 10px;
  }

  .routes-map-wrap {
    min-height: 0;
    padding: 20px 15px 16px;
  }

  .routes-map-meta,
  .routes-map-legend {
    font-size: 7px;
  }

  .routes-map {
    margin-top: 10px;
  }

  .routes-map-node text {
    font-size: 10px;
  }

  .routes-map-node .routes-map-sub {
    font-size: 6px;
  }

  .routes-map-node-core text {
    font-size: 12px;
  }

  .routes-map-water-label {
    font-size: 8px;
  }

  .routes-map-legend {
    gap: 12px;
  }

  .routes-map-note {
    font-size: 9px;
  }

  .routes-overview-points {
    margin-top: 21px;
  }

  .routes-overview-points article {
    gap: 12px;
    padding: 13px 0;
  }

  .routes-overview-points strong {
    font-size: 13px;
  }

  .routes-overview-points small {
    font-size: 10px;
  }

  .domestic-chip-groups {
    margin-top: 21px;
  }

  .domestic-routes-panel {
    padding: 25px 20px 23px;
  }

  .panel-head {
    font-size: 7px;
  }

  .node-list article {
    grid-template-columns: 20px 34px minmax(0, 1fr);
    gap: 9px;
    min-height: 77px;
  }

  .node-list strong {
    font-size: 13px;
  }

  .node-list small {
    font-size: 9px;
  }

  .schedule-note {
    font-size: 10px;
  }

  .route-system-heading {
    display: block;
  }

  .route-system-heading > p {
    max-width: 320px;
    margin-top: 20px;
  }

  .route-system-track {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    margin-top: 24px;
    padding-left: 17px;
  }

  .route-system-line {
    top: 14px;
    right: auto;
    bottom: 14px;
    left: 45px;
    width: 1px;
    height: auto;
    transform: scaleY(0);
    transform-origin: center top;
  }

  .route-system-track.is-visible .route-system-line {
    transform: scaleY(1);
  }

  .route-system-track article {
    display: grid;
    grid-template-columns: 28px 54px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 90px;
    text-align: left;
  }

  .route-system-track article > span {
    align-self: center;
    font-size: 8px;
  }

  .route-system-track article > i {
    width: 54px;
    height: 54px;
    margin: 0;
    box-shadow: 0 0 0 6px rgba(11, 46, 89, .82);
  }

  .route-system-track article > i .icon {
    width: 19px;
    height: 19px;
  }

  .route-system-track article strong {
    max-width: none;
    margin: 0;
    font-size: 13px;
  }

  .route-system-track article small {
    grid-column: 3;
    margin-top: -28px;
    font-size: 7px;
  }

  .route-system-foot {
    margin-top: 22px;
    font-size: 8px;
    line-height: 1.5;
  }

  .market-directions-grid {
    gap: 9px;
  }

  .market-directions-grid article {
    min-height: 145px;
    padding: 15px;
  }

  .market-directions-grid article > i {
    width: 34px;
    height: 34px;
    margin: 18px 0 10px;
  }

  .market-directions-grid strong {
    font-size: 13px;
  }

  .market-directions-grid small {
    font-size: 7px;
  }

  .routes-cta,
  .routes-cta-content {
    min-height: 540px;
  }

  .routes-cta-content > p:not(.section-kicker) {
    max-width: 310px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .routes-map-path-main,
  .routes-map-node-core .routes-map-ring {
    animation: none;
  }
}

/* Added connection modules: directional relationships, not fixed schedules. */
.routes-delta-section {
  background: var(--paper);
}

.routes-node-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.routes-node-card {
  position: relative;
  min-height: 218px;
  padding: 22px 22px 24px;
  border: 1px solid #cddfeb;
  background: linear-gradient(155deg, #fff, #f3f8fc);
  transition: transform .35s var(--ease), border-color .35s ease, box-shadow .35s ease;
}

.routes-node-card:hover {
  border-color: var(--blue-bright);
  box-shadow: 0 18px 36px rgba(11, 46, 89, .1);
  transform: translateY(-5px);
}

.routes-node-card > span {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.routes-node-card > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 39px 0 22px;
  border-radius: 50%;
  color: var(--blue);
  background: #e6f1fb;
}

.routes-node-card > i .icon {
  width: 21px;
  height: 21px;
}

.routes-node-card strong,
.routes-node-card small {
  display: block;
}

.routes-node-card strong {
  color: var(--blue-deep);
  font-size: 19px;
  font-weight: 800;
}

.routes-node-card small {
  margin-top: 6px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.routes-module-note {
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.routes-waterway-section {
  color: var(--paper);
  background: var(--blue-deep);
}

.routes-waterway-layout,
.routes-rail-layout {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
}

.routes-waterway-visual {
  order: 2;
}

.routes-waterway-copy {
  order: 1;
}

.routes-waterway-copy h2,
.routes-rail-copy h2,
.routes-gateway-copy h2 {
  color: var(--paper);
}

.routes-waterway-copy .heading-accent,
.routes-rail-copy .heading-accent,
.routes-gateway-copy .heading-accent {
  color: var(--orange-soft);
}

.routes-waterway-copy .section-lead,
.routes-rail-copy .section-lead,
.routes-gateway-copy .section-lead {
  color: rgba(255, 255, 255, .64);
}

.routes-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 24px;
  margin-top: 31px;
}

.routes-mini-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .72);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.6;
}

.routes-mini-points i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(233, 104, 50, .13);
}

.routes-rail-section {
  background: var(--mist);
}

.routes-rail-copy {
  order: 1;
}

.routes-rail-section .routes-rail-copy h2 {
  color: var(--blue-deep);
}

.routes-rail-section .routes-rail-copy .heading-accent {
  color: var(--blue);
}

.routes-rail-section .routes-rail-copy .section-lead {
  color: var(--muted);
}

.routes-rail-visual {
  order: 2;
}

.routes-rail-node-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 34px;
}

.routes-rail-node-list span {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 79px;
  padding: 12px 10px;
  border-top: 2px solid var(--blue-bright);
  background: rgba(255, 255, 255, .74);
}

.routes-rail-node-list b {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 8px;
  letter-spacing: .12em;
}

.routes-rail-node-list strong {
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 800;
}

.routes-gateway-section {
  color: var(--paper);
  background: #071f3d;
}

.routes-gateway-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(48px, 7vw, 105px);
}

.routes-gateway-copy {
  grid-row: span 2;
}

.routes-gateway-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
  padding: 22px 0 6px;
}

.routes-gateway-line {
  position: absolute;
  top: 53px;
  right: 15%;
  left: 15%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
  opacity: .8;
}

.routes-gateway-flow article {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.routes-gateway-flow article i {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(125, 188, 251, .55);
  border-radius: 50%;
  color: var(--orange-soft);
  background: #0a2b52;
  box-shadow: 0 0 0 8px #071f3d;
}

.routes-gateway-flow article i .icon {
  width: 24px;
  height: 24px;
}

.routes-gateway-flow article strong,
.routes-gateway-flow article small {
  display: block;
}

.routes-gateway-flow article strong {
  margin-top: 19px;
  color: var(--paper);
  font-size: 16px;
  font-weight: 800;
}

.routes-gateway-flow article small,
.routes-gateway-flow > span {
  color: rgba(255, 255, 255, .43);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.5;
}

.routes-gateway-flow article small {
  margin-top: 5px;
}

.routes-gateway-flow > span {
  position: absolute;
  top: 75px;
  transform: translateX(-50%);
}

.routes-gateway-flow > span:nth-of-type(1) { left: 33.33%; }
.routes-gateway-flow > span:nth-of-type(2) { left: 66.66%; }

.routes-gateway-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.routes-gateway-cards article {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-height: 143px;
  padding: 20px 21px;
  border: 1px solid rgba(125, 188, 251, .23);
  background: rgba(12, 51, 92, .55);
}

.routes-gateway-cards span {
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.routes-gateway-cards strong {
  margin-top: 25px;
  color: var(--paper);
  font-size: 17px;
  font-weight: 800;
}

.routes-gateway-cards small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .routes-node-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .routes-waterway-layout,
  .routes-rail-layout,
  .routes-gateway-layout {
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .routes-waterway-layout,
  .routes-rail-layout,
  .routes-gateway-layout {
    grid-template-columns: 1fr;
  }

  .routes-waterway-visual,
  .routes-waterway-copy,
  .routes-rail-copy,
  .routes-rail-visual {
    order: initial;
  }

  .routes-waterway-copy,
  .routes-rail-copy,
  .routes-gateway-copy {
    grid-row: auto;
  }

  .routes-waterway-visual,
  .routes-rail-visual {
    max-width: 760px;
  }

  .routes-gateway-flow {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .routes-node-card {
    min-height: 178px;
    padding: 17px;
  }

  .routes-node-card > i {
    width: 40px;
    height: 40px;
    margin: 27px 0 16px;
  }

  .routes-node-card strong {
    font-size: 16px;
  }

  .routes-node-card small {
    font-size: 7px;
  }

  .routes-module-note {
    font-size: 10px;
  }

  .routes-waterway-layout,
  .routes-rail-layout,
  .routes-gateway-layout {
    gap: 34px;
  }

  .routes-waterway-visual,
  .routes-rail-visual {
    min-height: 310px;
  }

  .routes-rail-node-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 25px;
  }

  .routes-rail-node-list span:last-child {
    grid-column: span 2;
  }

  .routes-gateway-flow {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 4px 0 4px 26px;
  }

  .routes-gateway-line {
    top: 20px;
    right: auto;
    bottom: 20px;
    left: 57px;
    width: 1px;
    height: auto;
  }

  .routes-gateway-flow article {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0 17px;
    text-align: left;
  }

  .routes-gateway-flow article i {
    grid-row: span 2;
    box-shadow: 0 0 0 7px #071f3d;
  }

  .routes-gateway-flow article strong {
    margin-top: 0;
    font-size: 15px;
  }

  .routes-gateway-flow article small {
    margin-top: 4px;
  }

  .routes-gateway-flow > span {
    position: static;
    margin-left: 80px;
    transform: none;
    font-size: 7px;
  }

  .routes-gateway-cards {
    grid-template-columns: 1fr;
  }
}

