/* Paceļam — public page. Asphalt dark, amber road markings, a display face with character. */
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('../fonts/manrope-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('../fonts/manrope-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('../fonts/manrope-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Unbounded'; font-style: normal; font-weight: 500 900; font-display: swap; src: url('../fonts/unbounded-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Unbounded'; font-style: normal; font-weight: 500 900; font-display: swap; src: url('../fonts/unbounded-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Unbounded'; font-style: normal; font-weight: 500 900; font-display: swap; src: url('../fonts/unbounded-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --bg: #0B0D11; --bg2: #0F1218; --card: #151921; --card2: #1B2029; --line: #262C36; --line2: #323A46;
  --ink: #EDF1F6; --mut: #98A2B1; --acc: #F5A623; --acc2: #FFC65C; --acc-text: #F5A623; --green-text: #4CCB8B; --blue-text: #7FB0E0;
  --ease: cubic-bezier(.23, 1, .32, 1); --ease-io: cubic-bezier(.77, 0, .175, 1);
  --display: 'Unbounded', 'Manrope', 'Segoe UI', system-ui, sans-serif;
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 17px/1.5 Manrope, 'Segoe UI', system-ui, -apple-system, sans-serif; font-feature-settings: 'tnum' 1; overflow-x: hidden; }
h1, h2, h3, p { margin: 0; }
a { color: var(--acc-text); }
.skip { position: absolute; left: -999px; top: 8px; z-index: 40; padding: 12px 16px; background: var(--acc); color: #17110A; border-radius: 12px; font-weight: 700; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--acc); outline-offset: 3px; }
.wrap { width: min(1160px, 100% - 32px); margin: 0 auto; }
@media (min-width: 720px) { .wrap { width: min(1160px, 100% - 64px); } }
.grain { position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* header */
.hdr { position: sticky; top: 0; z-index: 20; background: rgba(11, 13, 17, .9); border-bottom: 1px solid var(--line); }
.hdr__in { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 64px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; font-family: var(--display); font-size: 22px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); text-decoration: none; }
.brand span { color: var(--acc); }
.hdr__nav { display: flex; align-items: center; gap: 2px; }
.hdr__nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px; border-radius: 12px; color: var(--mut); font-size: 14px; font-weight: 700; text-decoration: none; }
.hdr__nav a.is-on { color: var(--ink); }
.hdr__nav .lang { min-width: 44px; justify-content: center; letter-spacing: .06em; }
.hdr__nav .lang.is-on { background: var(--card2); }
.hdr__cta { display: none; }
@media (min-width: 720px) { .hdr__cta { display: inline-flex; } }

/* buttons: island buttons with the arrow in its own circle */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 10px 14px 10px 22px; border: 1px solid transparent; border-radius: 999px; background: var(--card2); color: var(--ink); font-size: 17px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform 140ms var(--ease), background-color 140ms var(--ease), box-shadow 140ms var(--ease); }
.btn:active { transform: scale(.97); }
.btn--primary { background: linear-gradient(180deg, var(--acc2), var(--acc)); color: #17110A; box-shadow: 0 10px 30px rgba(245, 166, 35, .22), inset 0 1px 0 rgba(255, 255, 255, .35); }
.btn--ghost { background: rgba(21, 25, 33, .7); border-color: var(--line2); }
.btn--big { min-height: 62px; font-size: 18px; padding-left: 26px; }
.btn--sm { min-height: 44px; font-size: 15px; padding: 8px 16px; border-radius: 12px; }
.btn__arr { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(23, 17, 10, .12); flex: none; transition: transform 200ms var(--ease); }
.btn--ghost .btn__arr { background: rgba(237, 241, 246, .08); }
.btn__arr svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (hover: hover) and (pointer: fine) {
  .btn:hover .btn__arr { transform: translateX(3px); }
  .btn--primary:hover { box-shadow: 0 14px 36px rgba(245, 166, 35, .3), inset 0 1px 0 rgba(255, 255, 255, .35); }
}

/* hero */
.hero { position: relative; padding: 48px 0 32px; overflow: hidden; }
.hero__glow { position: absolute; inset: -20% -10% auto; height: 80%; pointer-events: none; background: radial-gradient(60% 50% at 70% 30%, rgba(245, 166, 35, .16), transparent 70%), radial-gradient(40% 40% at 15% 60%, rgba(91, 147, 204, .12), transparent 70%); }
.hero__grid { position: relative; display: grid; gap: 30px; align-items: center; }
@media (min-width: 980px) { .hero { padding: 72px 0 56px; } .hero__grid { grid-template-columns: 1.05fr .95fr; gap: 40px; } }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; padding: 7px 14px 7px 10px; border: 1px solid var(--line2); border-radius: 999px; background: rgba(21, 25, 33, .6); color: var(--mut); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--acc); box-shadow: 0 0 0 4px rgba(245, 166, 35, .2); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(245, 166, 35, 0); } }
.hero h1 { font-family: var(--display); font-size: clamp(34px, 5.4vw, 62px); font-weight: 800; letter-spacing: -.02em; line-height: 1.04; }
.hero h1 em { font-style: normal; color: var(--acc); }
.hero__lead { max-width: 600px; margin-top: 20px; color: var(--mut); font-size: clamp(17px, 2vw, 20px); line-height: 1.5; }
.hero__lead b { color: var(--ink); font-weight: 700; }
.hero__actions { display: grid; gap: 10px; margin-top: 28px; }
@media (min-width: 520px) { .hero__actions { grid-template-columns: auto auto; justify-content: start; } }
.hero__demo { margin-top: 24px; padding: 14px 16px; border: 1px dashed var(--line2); border-radius: 16px; background: rgba(21, 25, 33, .4); }
.hero__demo p { color: var(--mut); font-size: 14px; margin-bottom: 10px; }
.hero__demo .row { display: flex; flex-wrap: wrap; gap: 8px; }

/* the scene: schematic Baltics with routes, a truck and two floating cards */
.scene { position: relative; aspect-ratio: 520 / 580; max-height: 620px; margin: 0 auto; width: min(100%, 520px); border-radius: 26px; border: 1px solid var(--line); background: linear-gradient(180deg, var(--card) 0%, var(--bg2) 100%); box-shadow: 0 30px 80px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .06); overflow: visible; }
.map { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 26px; overflow: hidden; }
.map .draw { stroke-dasharray: 700; stroke-dashoffset: 700; animation: draw 2.2s var(--ease) forwards; }
.map .d0 { animation-duration: 1.8s; animation-delay: .3s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.map__faint .draw { stroke-dasharray: 4 7; animation: none; opacity: 0; animation: fadein 1s ease forwards; }
.map__faint .d1 { animation-delay: .5s; } .map__faint .d2 { animation-delay: .6s; } .map__faint .d3 { animation-delay: .7s; } .map__faint .d4 { animation-delay: .8s; } .map__faint .d5 { animation-delay: .9s; } .map__faint .d6 { animation-delay: 1s; }
@keyframes fadein { to { opacity: 1; } }
.map .city { opacity: 0; animation: fadein .6s ease forwards; }
.map .city:nth-child(1) { animation-delay: .2s; } .map .city:nth-child(2) { animation-delay: .25s; } .map .city:nth-child(3) { animation-delay: .3s; } .map .city:nth-child(4) { animation-delay: .35s; } .map .city:nth-child(5) { animation-delay: .4s; } .map .city:nth-child(6) { animation-delay: .1s; } .map .city:nth-child(7) { animation-delay: .5s; } .map .city:nth-child(8) { animation-delay: .55s; } .map .city:nth-child(9) { animation-delay: .6s; } .map .city:nth-child(10) { animation-delay: .1s; } .map .city:nth-child(11) { animation-delay: .7s; } .map .city:nth-child(12) { animation-delay: .75s; } .map .city:nth-child(13) { animation-delay: .8s; } .map .city:nth-child(14) { animation-delay: .85s; } .map .city:nth-child(15) { animation-delay: .9s; }
.map__cargo { opacity: 0; animation: fadein .6s ease 1.5s forwards; }
.map__cargo .pulse { transform-box: fill-box; transform-origin: center; animation: pulse2 2.6s ease-in-out infinite; }
@keyframes pulse2 { 50% { transform: scale(1.6); opacity: .4; } }
.truck { opacity: 0; animation: fadein .4s ease 1.8s forwards; }
.pickups .pickup { opacity: 0; animation: fadein .6s ease 1.5s forwards; }
.mock__meta { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* phones and weak devices: the scene is a still picture — no running truck, no pulses, no filters */
@media (max-width: 979px), (prefers-reduced-motion: reduce) {
  .map .draw, .map .city, .map__cargo, .mock { animation: none; opacity: 1; stroke-dashoffset: 0; transform: none; }
  .truck { animation: none; opacity: 1; }
  .pickups .pickup { animation: none; opacity: 1; }
  .pickups .pickup:not(.map__cargo), .pickup__label { display: none; }
  .map__cargo .pickup__label { display: block; }
  .map__cargo .pulse, .eyebrow i { animation: none; }
  .grain { display: none; }
}
.mock { position: absolute; width: min(262px, 66%); padding: 14px 16px; background: rgba(21, 25, 33, .92); border: 1px solid var(--line2); border-radius: 18px; box-shadow: 0 24px 60px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .06); opacity: 0; animation: rise .9s var(--ease) forwards; }
.mock--a { left: 12px; bottom: 34px; animation-delay: 1.4s; }
.mock--b { right: 12px; top: 92px; animation-delay: 1.7s; }
.mock--c { right: 12px; bottom: 34px; display: none; }
/* GSAP scene (desktop): the script owns roads, trail, truck and cards */
.scene--gsap .map__main, .scene--gsap .map__halo, .scene--gsap .map__direct { display: none; }
.scene--gsap .map .draw, .scene--gsap .map .city, .scene--gsap .map__cargo, .scene--gsap .truck { animation: none; opacity: 1; stroke-dashoffset: 0; }
.scene--gsap .map__faint .draw { animation: none; opacity: 1; }
.scene--gsap .mock { animation: none; opacity: 1; visibility: hidden; }
.scene--gsap .mock--c { display: block; }
.scene--gsap .pickup__pulse, .scene--gsap .pulse { animation: none; }
.tour, .tour-halo, .tour-done, .tour-road { display: none; }
.scene--gsap .tour, .scene--gsap .tour-halo, .scene--gsap .tour-done, .scene--gsap .tour-road { display: block; }
.truck__load, .truck__shadow { display: none; }
.scene--gsap .truck__load, .scene--gsap .truck__shadow { display: block; }
.scene--gsap { transform-style: preserve-3d; }
/* trip counter: only in the animated scene */
.hud { display: none; position: absolute; left: 12px; bottom: 10px; align-items: center; gap: 7px; padding: 6px 10px; border: 1px solid var(--line2); border-radius: 999px; background: rgba(21, 25, 33, .92); box-shadow: 0 16px 40px rgba(0, 0, 0, .45); font-size: 11px; color: var(--mut); white-space: nowrap; }
.hud b { font-family: var(--display); font-weight: 700; font-size: 12px; color: var(--ink); letter-spacing: -.01em; }
.hud .hud__d { color: var(--acc); }
.hud .hud__e { color: #62D28A; }
.hud i { width: 1px; height: 14px; background: var(--line2); }
.scene--gsap .hud { display: inline-flex; }
/* GSAP cards sit where the map is emptiest at the moment they pop: a and c — top-left (sea), never on screen together */
.scene--gsap .mock--a { top: 84px; bottom: auto; }
.scene--gsap .mock--c { left: 12px; right: auto; top: 84px; bottom: auto; }
/* phones: one card over the still map (the one that matches the marker on it), the other two stay in the desktop scene */
@media (max-width: 979px) { .mock { width: min(250px, 66%); animation: none; opacity: 1; transform: none; } .mock--a, .mock--c { display: none; } .mock--b { left: 10px; bottom: 10px; right: auto; top: auto; } }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.mock__top { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 8px; }
.tag { display: inline-flex; align-items: center; min-height: 22px; padding: 2px 8px; border-radius: 7px; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.tag--cargo { background: rgba(91, 147, 204, .18); color: var(--blue-text); }
.tag--truck { background: rgba(245, 166, 35, .16); color: var(--acc-text); }
.tag--urgent { background: var(--acc); color: #17110A; }
.tag--planned { background: rgba(63, 191, 127, .18); color: var(--green-text); }
.mock__age { margin-left: auto; color: var(--mut); font-size: 12px; }
.mock__route { font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: -.01em; }
.mock__route span { color: var(--mut); font-weight: 500; margin: 0 6px; }
.mock__metric { margin-top: 5px; font-family: var(--display); font-size: 15px; font-weight: 700; color: var(--acc-text); }
.mock__metric.is-good { color: var(--green-text); }
.mock__metric small { margin-left: 8px; font-family: Manrope, sans-serif; color: var(--mut); font-size: 12px; font-weight: 500; }
.mock__facts { margin-top: 6px; font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
.mock__meta { margin-top: 4px; color: var(--mut); font-size: 12px; }
.mock__btn { display: flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 10px; border-radius: 12px; background: linear-gradient(180deg, var(--acc2), var(--acc)); color: #17110A; font-weight: 800; }

/* road strip with three facts */
.road { position: relative; margin-top: 28px; padding: 26px 0; background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.road::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 0; border-top: 3px dashed rgba(245, 166, 35, .28); pointer-events: none; }
.road__in { position: relative; display: grid; gap: 12px; }
@media (min-width: 760px) { .road__in { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } }
.fact { display: flex; align-items: center; gap: 16px; padding: 14px 18px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; }
.fact b { font-family: var(--display); font-size: 28px; font-weight: 800; color: var(--acc-text); letter-spacing: -.02em; white-space: nowrap; }
.fact span { color: var(--mut); font-size: 14px; line-height: 1.4; }

/* sections */
.sec { padding: 64px 0; border-top: 1px solid var(--line); }
.sec__k { display: block; margin-bottom: 12px; color: var(--acc-text); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sec h2 { font-family: var(--display); font-size: clamp(24px, 3.4vw, 38px); font-weight: 700; letter-spacing: -.02em; line-height: 1.15; max-width: 24ch; }
/* steps as milestones on a road */
.steps { position: relative; display: grid; gap: 12px; margin: 32px 0 0; padding: 0; list-style: none; counter-reset: s; }
@media (min-width: 760px) {
  .steps { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; padding-top: 34px; }
  .steps::before { content: ''; position: absolute; left: 6%; right: 6%; top: 12px; border-top: 3px dashed rgba(245, 166, 35, .35); }
  .step::before { content: ''; position: absolute; left: calc(50% - 9px); top: -32px; width: 18px; height: 18px; border-radius: 50%; background: var(--bg); border: 3px solid var(--acc); box-shadow: 0 0 0 6px rgba(245, 166, 35, .12); }
}
.step { position: relative; padding: 18px 16px 20px; background: var(--card); border: 1px solid var(--line); border-radius: 18px; transition: transform 200ms var(--ease), border-color 200ms var(--ease); }
.step__n { font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .1em; color: var(--acc-text); }
.step h3 { margin-top: 10px; font-family: var(--display); font-size: 16px; font-weight: 700; }
.step p { margin-top: 8px; color: var(--mut); font-size: 14px; line-height: 1.45; }
@media (hover: hover) and (pointer: fine) { .step:hover { transform: translateY(-3px); border-color: var(--line2); } }
.modes { display: grid; gap: 14px; margin-top: 30px; }
@media (min-width: 760px) { .modes { grid-template-columns: 1fr 1fr; } }
.mode { position: relative; padding: 26px 24px 24px; background: linear-gradient(180deg, var(--card), var(--bg2)); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.mode--urgent { border-color: rgba(245, 166, 35, .5); box-shadow: 0 0 0 1px rgba(245, 166, 35, .15), 0 24px 60px rgba(245, 166, 35, .08); }
.mode__n { position: absolute; right: 16px; bottom: -14px; font-family: var(--display); font-size: 64px; font-weight: 800; color: rgba(237, 241, 246, .05); letter-spacing: -.04em; pointer-events: none; }
.mode h3 { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-family: var(--display); font-size: 20px; font-weight: 700; }
.mode p { margin-top: 12px; color: var(--mut); line-height: 1.55; }
.mode .ex { margin-top: 16px; padding-top: 12px; border-top: 1px dashed var(--line2); font-size: 14px; color: var(--mut); }
.mode .ex b { color: var(--ink); }
.who { display: grid; gap: 14px; margin-top: 30px; }
@media (min-width: 900px) { .who { grid-template-columns: 1fr 1fr; } }
.who__card { padding: 26px 24px; background: var(--card); border: 1px solid var(--line); border-radius: 22px; }
.who__card h3 { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 20px; font-weight: 700; }
.who__card h3 i { width: 12px; height: 12px; border-radius: 50%; background: var(--acc); box-shadow: 0 0 0 5px rgba(245, 166, 35, .18); }
.who__card.is-customer h3 i { background: var(--blue-text); box-shadow: 0 0 0 5px rgba(127, 176, 224, .18); }
.who__card ul { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.who__card li { position: relative; padding-left: 24px; color: var(--mut); line-height: 1.45; }
.who__card li::before { content: ''; position: absolute; left: 0; top: 9px; width: 10px; height: 10px; border-radius: 3px; background: var(--line2); }
.who__card li b { color: var(--ink); }
.who__card .btn { margin-top: 22px; }
.sec--name { background: var(--bg2); }
.name { display: grid; gap: 22px; align-items: center; }
@media (min-width: 900px) { .name { grid-template-columns: 1.1fr .9fr; gap: 48px; } }
.name__word { font-family: var(--display); font-size: clamp(40px, 6.4vw, 88px); font-weight: 800; letter-spacing: -.04em; line-height: 1; white-space: nowrap; }
.name__word span { display: inline-block; color: var(--acc); }
.name__word.in span { animation: drop .9s var(--ease) both; }
@keyframes drop { from { transform: translateY(-.3em); opacity: 0; } to { transform: none; opacity: 1; } }
.name__glo { display: grid; gap: 12px; }
.name__glo div { padding: 14px 18px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; }
.name__glo b { display: block; font-family: var(--display); font-size: 17px; font-weight: 700; }
.name__glo small { color: var(--mut); font-size: 15px; }
.cta { position: relative; padding: 72px 0; border-top: 1px solid var(--line); text-align: center; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 60% at 50% 100%, rgba(245, 166, 35, .18), transparent 70%); pointer-events: none; }
.cta h2 { position: relative; font-family: var(--display); font-size: clamp(24px, 3.4vw, 40px); font-weight: 700; letter-spacing: -.02em; margin: 0 auto; max-width: 22ch; }
.cta .row { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.foot { padding: 24px 0 40px; border-top: 1px solid var(--line); color: var(--mut); font-size: 14px; }
.foot .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; }
.foot a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 6px; color: var(--mut); font-weight: 700; }
.foot span { display: inline-flex; align-items: center; min-height: 44px; }

/* entrance and scroll reveals (short, complete on their own, never leave anything hidden) */
.a1, .a2, .a3, .a4, .a5 { animation: rise .8s var(--ease) both; }
.a2 { animation-delay: .08s; } .a3 { animation-delay: .16s; } .a4 { animation-delay: .24s; } .a5 { animation-delay: .32s; }
.rv { opacity: 0; transform: translateY(18px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv:nth-child(2) { transition-delay: .06s; } .rv:nth-child(3) { transition-delay: .12s; } .rv:nth-child(4) { transition-delay: .18s; } .rv:nth-child(5) { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0ms !important; animation-delay: 0ms !important; transition-duration: 0ms !important; }
  .rv, .mock, .map .draw, .map .city, .map__cargo { opacity: 1; transform: none; stroke-dashoffset: 0; }
  .truck { opacity: 1; }
}
