.journey { padding: 82px 0 72px; background: #f4f4ef; color: #192b25; }
.journey-wrap { width: min(1440px, calc(100% - 96px)); margin-inline: auto; }
.journey-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 32px; }
.journey-kicker { font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; color: #5c6e5e; margin-bottom: 18px; }
.journey h2 { font-size: clamp(2rem, 3.8vw, 3.5rem); line-height: 1.06; font-weight: 500; letter-spacing: -.055em; }
.journey h2 span { color: #788279; }
.journey-intro { font-size: .83rem; color: #59685b; max-width: 310px; line-height: 1.75; }
.night-map { background: #0d201f; color: #e8eee5; border-radius: 18px; overflow: hidden; border: 1px solid #293f37; }
.night-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 25px; border-bottom: 1px solid #ffffff12; }
.night-toolbar-label { display: flex; align-items: center; gap: 10px; font-size: .63rem; letter-spacing: .11em; text-transform: uppercase; }
.night-toolbar-label::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #a6c9aa; box-shadow: 0 0 10px #a6c9aa55; }
.night-pause { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 40px; border: 1px solid #ffffff30; background: transparent; color: #d3dfd1; padding: 8px 14px; border-radius: 999px; cursor: pointer; font-size: .67rem; transition: background 180ms ease; }
.night-pause:hover { background: #ffffff10; }
.night-pause:disabled { cursor: default; opacity: .65; }
.night-pause svg { width: 12px; height: 12px; }
.night-pause[aria-pressed="true"] .pause-bars { display: none; }
.night-pause:not([aria-pressed="true"]) .play-triangle { display: none; }
.night-map-viewport { position: relative; background: #1a322c; }
.night-map-svg { display: block; width: 100%; height: clamp(300px, calc(100svh - 250px), 600px); }
.map-land { fill: #1a322c; stroke: #3e5a45; stroke-width: 1.2; }
.map-road-network { fill: none; stroke: #71836c; stroke-width: 1; opacity: .2; }
.map-city-lights { fill: #bacd9b; opacity: .55; }
.map-contour { fill: none; stroke: #36726b; stroke-width: 1; opacity: .16; }
.map-label { fill: #c3d2bc; font-family: var(--font-body); font-size: 11px; }
.map-label-small { fill: #80998b; font-family: var(--font-body); font-size: 9px; letter-spacing: 1.4px; }
.map-water-label { fill: #679087; font-family: var(--font-body); font-size: 13px; letter-spacing: 9px; opacity: .6; }
.map-node { fill: #dbe7cf; stroke: #101f1b; stroke-width: 3; }
.map-route { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.map-route-halo { fill: none; stroke: currentColor; stroke-width: 10; opacity: .09; }
.map-layer { transition: opacity 250ms ease; }
.map-layer--sea { color: #57bce2; }
.map-layer--land { color: #efab65; }
.map-layer--air { color: #ef807b; }
.map-vehicle-ring { fill: #0d201f; stroke: currentColor; stroke-width: 1.3; }
.map-vehicle-glow { fill: currentColor; opacity: .09; }
.map-vehicle-icon { fill: #e5ece2; stroke: #0d201f; stroke-width: .6; }
.map-vehicle { pointer-events: none; }
.night-map[data-highlight="sea"] .map-layer:not(.map-layer--sea),
.night-map[data-highlight="land"] .map-layer:not(.map-layer--land),
.night-map[data-highlight="air"] .map-layer:not(.map-layer--air) { opacity: .22; }
.night-legend { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #ffffff16; }
.night-route-button { --route-ink: #57bce2; position: relative; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 13px; padding: 22px 25px; text-align: left; border: 0; background: transparent; color: #e4ece0; cursor: pointer; transition: background 200ms ease; }
.night-route-button + .night-route-button { border-left: 1px solid #ffffff16; }
.night-route-button[data-map-route="land"] { --route-ink: #efab65; }
.night-route-button[data-map-route="air"] { --route-ink: #ef807b; }
.night-route-button > svg { width: 27px; height: 27px; color: var(--route-ink); }
.night-route-button b { display: block; font-size: .9rem; font-weight: 500; }
.night-route-button small { display: block; color: #9fb3a4; font-size: .62rem; margin-top: 4px; }
.night-route-number { font: .65rem Consolas, monospace; color: var(--route-ink); }
.night-route-button:hover, .night-route-button[aria-pressed="true"] { background: #ffffff06; }
.night-route-button[aria-pressed="true"]::after { content: ""; position: absolute; bottom: 0; left: 25px; right: 25px; height: 2px; background: var(--route-ink); }
.night-map button:focus-visible { outline: 2px solid #cee0bd; outline-offset: -4px; }
.journey-footnote { display: flex; justify-content: space-between; gap: 20px; margin-top: 15px; color: #63715f; font-size: .62rem; }
@media (max-width: 1100px) { .journey-wrap { width: calc(100% - 56px); } .night-route-button { padding: 20px 18px; gap: 9px; } }
@media (max-width: 760px) {
  .journey { padding-block: 54px 42px; }
  .journey-wrap { width: calc(100% - 40px); }
  .journey-head { display: block; margin-bottom: 26px; }
  .journey-intro { margin-top: 19px; max-width: 390px; font-size: .78rem; }
  .night-toolbar { padding: 12px 14px; gap: 8px; }
  .night-toolbar-label { font-size: .51rem; letter-spacing: .07em; }
  .night-pause { font-size: .59rem; padding: 7px 10px; }
  .night-map-viewport { overflow-x: auto; scrollbar-width: thin; scrollbar-color: #527567 #0d201f; }
  .night-map-svg { min-width: 650px; height: auto; }
  .night-map-viewport::after { content: "Карту можно двигать в стороны ↔"; display: block; position: sticky; left: 0; padding: 0 14px 12px; color: #9fb3a4; font-size: .59rem; }
  .night-legend { grid-template-columns: 1fr; }
  .night-route-button { padding: 14px 18px; min-height: 72px; }
  .night-route-button + .night-route-button { border-left: 0; border-top: 1px solid #ffffff12; }
  .night-route-button b { font-size: .83rem; }
  .night-route-button small { margin-top: 2px; }
  .journey-footnote { display: block; line-height: 1.7; }
  .journey-footnote span:last-child { display: block; margin-top: 3px; }
}
@media (prefers-reduced-motion: reduce) { .night-map * { transition: none !important; } }
