/* Moving From – navigation-brand UI. Mobile-first, scales to TV. */
:root {
  --navy: #0b1b2b; --navy-2: #12283d; --blue: #2f80ff; --blue-d: #1f66d6; --sky: #e8f1ff;
  --ink: #16212b; --ink-2: #4a5763; --muted: #6b7783; --line: #e2e8ef; --bg: #f5f7fa; --card: #ffffff;
  --ok: #1d9a5b; --ok-bg: #e6f6ed; --warn: #b7791f; --radius: 14px; --radius-s: 8px;
  --shadow: 0 1px 2px rgba(11,27,43,.06), 0 8px 24px -12px rgba(11,27,43,.18);
  --wrap: 1240px; --font: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; font-size: clamp(14px, 0.15vw + 13.5px, 16px); overflow-x: clip; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.55; overflow-x: clip; max-width: 100vw; }
*, *::before, *::after { min-width: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-d); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(1.45rem, 2.4vw, 2.15rem); font-weight: 800; overflow-wrap: anywhere; }
h2 { font-size: clamp(1.12rem, 1.6vw, 1.4rem); font-weight: 750; overflow-wrap: anywhere; }
h3 { font-size: 1rem; font-weight: 700; overflow-wrap: anywhere; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), 100% - 32px); margin-inline: auto; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.fine { font-size: .8rem; color: var(--muted); margin: .5rem 0 0; }
.big { font-size: 1.25rem; font-weight: 800; margin: .2em 0; overflow-wrap: anywhere; }
.strong { font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--blue); color: #fff; padding: 8px 12px; border-radius: 6px; z-index: 100; }
.skip:focus { left: 8px; }
.kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; color: var(--blue); margin: 0 0 .5rem; }
.lead { font-size: 1rem; color: var(--ink-2); max-width: 70ch; }
.section { padding: clamp(32px, 5vw, 72px) 0; }
.section-block { margin: 2.5rem 0; }
.section-head { margin-bottom: 1.25rem; }
.section-head p { margin: 0; }
.prose p { max-width: 78ch; }
.prose h2 { margin-top: 1.6em; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.25rem; box-shadow: var(--shadow); min-width: 0; overflow-wrap: anywhere; }
.card + .card { margin-top: 1rem; }
.card h3 { margin-top: 0; }
.btn { display: inline-flex; align-items: center; gap: .4em; padding: .6em 1.05em; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 600; font-size: .95rem; cursor: pointer; line-height: 1.2; text-decoration: none; transition: transform .1s, box-shadow .15s; }
.btn:hover { text-decoration: none; box-shadow: var(--shadow); transform: translateY(-1px); }
.btn-primary { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn-ghost { background: transparent; }
.btn-sm { font-size: .82rem; padding: .45em .85em; }
.btn-wide { width: 100%; justify-content: center; margin-top: 1rem; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(11,27,43,.96); backdrop-filter: saturate(150%) blur(8px); color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { display: flex; align-items: center; gap: .75rem; min-height: 62px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: #fff; font-weight: 800; font-size: 1.1rem; letter-spacing: -.02em; flex: none; }
.brand:hover { text-decoration: none; }
.brand-mark { width: 34px; height: 34px; }
.brand-text { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-text small { font-size: .58rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-top: .22em; }
.brand-footer .brand-text small { color: var(--muted); }
.brand-text > span > span { color: var(--blue); }
.brand-footer { color: var(--ink); }
.main-nav { display: none; gap: 1.25rem; margin-left: 1rem; }
.main-nav a { color: rgba(255,255,255,.85); font-weight: 600; font-size: .95rem; }
.main-nav a:hover { color: #fff; }
.search { position: relative; margin-left: auto; display: flex; align-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 0 .25rem 0 .9rem; flex: 1 1 120px; max-width: 340px; min-width: 0; }
.search input { flex: 1; min-width: 0; background: transparent; border: 0; color: #fff; padding: .55rem 0; font-size: .95rem; outline: none; }
.search input::placeholder { color: rgba(255,255,255,.6); }
.search button { background: transparent; border: 0; color: #fff; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; }
.suggest { position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #fff; color: var(--ink); border-radius: 12px; box-shadow: 0 12px 30px -8px rgba(0,0,0,.35); overflow: hidden; z-index: 60; }
.suggest[hidden] { display: none; }
.suggest a { display: block; padding: .55rem .9rem; border-bottom: 1px solid var(--line); }
.suggest a:hover, .suggest a.is-hi { background: var(--sky); text-decoration: none; }
.suggest a small { color: var(--muted); margin-left: .4em; }
.nav-toggle { display: inline-grid; place-items: center; width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { display: block; width: 20px; height: 2px; background: #fff; content: ""; position: relative; }
.nav-toggle span::before { position: absolute; top: -6px; } .nav-toggle span::after { position: absolute; top: 6px; }
.main-nav.is-open { display: flex; position: absolute; top: 64px; left: 0; right: 0; flex-direction: column; background: var(--navy); padding: 1rem 16px 1.25rem; gap: .9rem; border-bottom: 1px solid rgba(255,255,255,.1); }

/* home */
.home-hero { background: radial-gradient(1200px 600px at 10% -10%, #1f3a5c 0%, var(--navy) 55%, #07131f 100%); color: #fff; padding: clamp(28px, 4vw, 56px) 0; }
.home-hero-grid { display: grid; gap: 2rem; }
.home-hero h1 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.5rem); }
.home-hero .lead { color: rgba(255,255,255,.8); }
.home-hero .kicker { color: #8ab8ff; }
.route-finder { display: grid; gap: .75rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 1rem; border-radius: var(--radius); margin: 1.25rem 0; }
.route-finder .field { position: relative; }
.route-finder label { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: #8ab8ff; margin-bottom: .3rem; font-weight: 700; }
.route-finder input { width: 100%; padding: .7rem .9rem; border-radius: 10px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.95); color: var(--ink); font-size: 1rem; }
.route-finder .suggest { top: calc(100% + 4px); }
.home-stats { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem 1.5rem; }
.home-stats strong { display: block; font-size: 1.25rem; font-weight: 800; overflow-wrap: anywhere; }
.home-stats span { color: rgba(255,255,255,.7); font-size: .85rem; }
.home-map-wrap .fine { color: rgba(255,255,255,.55); }
.lmap { width: 100%; height: 360px; border-radius: var(--radius); background: #dfe7ef; border: 1px solid var(--line); z-index: 1; }
.lmap-home { height: clamp(360px, 55vh, 640px); border-color: rgba(255,255,255,.15); box-shadow: 0 30px 60px -30px rgba(0,0,0,.7); }
.leaflet-container { font-family: var(--font); }
.mf-pin { width: 12px; height: 12px; border-radius: 50%; background: var(--blue); border: 2px solid #fff; box-shadow: 0 0 0 2px rgba(47,128,255,.35); transition: transform .12s; }
.mf-pin.is-hi, .mf-pin:hover { transform: scale(1.6); background: #ff7a1a; box-shadow: 0 0 0 4px rgba(255,122,26,.3); z-index: 999 !important; }
.mf-pin.is-city { background: var(--navy-2); }
.route-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: .75rem; }
.route-card { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto; align-items: center; gap: .5rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-s); padding: .7rem .85rem; color: var(--ink); font-size: .86rem; font-weight: 600; line-height: 1.3; }
.route-card > span { min-width: 0; overflow-wrap: anywhere; }
.route-card:hover { border-color: var(--blue); text-decoration: none; box-shadow: var(--shadow); }
.route-arrow { color: var(--blue); }
.route-to { text-align: left; }
.route-miles { color: var(--muted); font-weight: 500; font-size: .82rem; white-space: nowrap; }
.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.city-card { display: block; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; color: var(--ink); box-shadow: var(--shadow); }
.city-card img, .city-card-ph { width: 100%; aspect-ratio: 5/3; object-fit: cover; background: linear-gradient(135deg, #1f3a5c, #2f80ff); }
.city-card-body { display: block; padding: .7rem .9rem; }
.city-card-body strong { display: block; }
.city-card-body span span, .city-card-body > span:last-child { color: var(--muted); font-size: .85rem; }
.city-card:hover { text-decoration: none; transform: translateY(-2px); }
.region-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.state-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 1rem; }
.state-list li { padding: .2rem 0; break-inside: avoid; }
.how-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.how-grid h3 { color: var(--blue-d); }

/* breadcrumbs, tabs */
.crumbs { padding: .9rem 0 .25rem; font-size: .85rem; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .25rem .5rem; padding: 0; margin: 0; }
.crumbs li + li::before { content: "›"; color: var(--muted); margin-right: .5rem; }
.tabs { display: flex; gap: .25rem; overflow-x: auto; padding: .75rem 0; margin: .5rem 0 1rem; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.tabs a { white-space: nowrap; padding: .45em .9em; border-radius: 999px; font-weight: 600; font-size: .9rem; color: var(--ink-2); }
.tabs a:hover, .tabs a.is-active { background: var(--sky); color: var(--blue-d); text-decoration: none; }

/* hero */
.hero { position: relative; overflow: hidden; color: #fff; background: var(--navy); min-height: 300px; display: flex; align-items: flex-end; margin-top: .5rem; }
.hero-plain { background: linear-gradient(120deg, #12283d, #0b1b2b 60%, #1a3d63); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,27,43,.15) 0%, rgba(11,27,43,.55) 55%, rgba(11,27,43,.92) 100%); }
.hero-content { position: relative; padding: clamp(60px, 10vw, 120px) 0 1.5rem; }
.hero h1 { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.hero .lead { color: rgba(255,255,255,.88); }
.hero .kicker { color: #8ab8ff; }
.hero-facts { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; }
.hero-facts li { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 10px; padding: .55rem .7rem; backdrop-filter: blur(4px); display: flex; flex-direction: column; justify-content: flex-end; min-height: 3.9rem; min-width: 0; }
.hero-facts strong { display: block; font-size: clamp(.88rem, 1.1vw, 1.02rem); line-height: 1.25; overflow-wrap: anywhere; }
.hero-facts span { font-size: .72rem; color: rgba(255,255,255,.7); overflow-wrap: anywhere; }
.hero-credit { position: absolute; right: 10px; bottom: 8px; font-size: .68rem; color: rgba(255,255,255,.6); display: flex; gap: .5rem; align-items: center; }
.hero-credit a { color: inherit; text-decoration: underline; }
.hero-credit .credit { display: none; } .hero-credit .credit.is-active { display: inline; }
.hero-next { background: rgba(0,0,0,.35); color: #fff; border: 0; width: 26px; height: 26px; border-radius: 50%; cursor: pointer; font-size: 1rem; line-height: 1; }

/* ads */
.ad { margin: 1.5rem 0; min-height: 90px; display: flex; justify-content: center; align-items: center; }
.ad:empty { display: none; }
.ad-sidebar { margin: 0 0 1rem; }

/* split map/info */
.split { display: grid; gap: 1.25rem; margin: 1.25rem 0 2rem; }
.split-info dl.facts { margin: 0 0 1rem; }
.facts { display: grid; gap: .35rem .75rem; margin: 0; }
.facts > div { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; border-bottom: 1px dashed var(--line); padding: .35rem 0; font-size: .93rem; }
.facts dt { flex: 0 0 auto; }
.facts dd { flex: 1 1 auto; min-width: 0; overflow-wrap: anywhere; }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; font-weight: 600; text-align: right; }
.map-embed .map-frame { position: relative; aspect-ratio: 16/10; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #e7edf3; }
.map-tall .map-frame { aspect-ratio: 4/5; }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-links { display: flex; flex-wrap: wrap; gap: .5rem 1rem; align-items: center; margin-top: .6rem; font-size: .9rem; }
.map-link { font-weight: 600; }

/* content grid */
.content-grid { display: grid; gap: 1.5rem; }
.content-main, .content-side, .split > *, .split-list > *, .two-col > * { min-width: 0; }
.content-side .card { margin-bottom: 1rem; }
.plain-list { list-style: none; padding: 0; margin: 0; }
.plain-list li { padding: .3rem 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: .5rem; align-items: baseline; min-width: 0; }
.plain-list li a { min-width: 0; overflow-wrap: anywhere; }
.plain-list li:last-child { border-bottom: 0; }
.plain-list small { color: var(--muted); white-space: nowrap; }
ol.plain-list { counter-reset: n; }
ol.plain-list li::before { counter-increment: n; content: counter(n) "."; color: var(--muted); margin-right: .4rem; }
.chip-list { list-style: none; padding: 0; margin: .25rem 0 1rem; display: flex; flex-wrap: wrap; gap: .45rem; }
.chip { display: inline-flex; align-items: center; gap: .35em; padding: .38em .8em; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: .82rem; font-weight: 600; color: var(--ink); max-width: 100%; overflow-wrap: anywhere; }
.chip small { color: var(--muted); font-weight: 500; }
.chip:hover { border-color: var(--blue); color: var(--blue-d); text-decoration: none; }
.chip-static { cursor: default; background: var(--bg); }
.chip-more { background: var(--sky); border-color: transparent; color: var(--blue-d); }
.tips { padding-left: 1.1rem; margin: 0; }
.tips li { margin: .45rem 0; font-size: .93rem; }
.two-col { display: grid; gap: 1.5rem; }
.alt-grid { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin-top: 1rem; align-items: stretch; }
.alt-grid .card { display: flex; flex-direction: column; margin: 0; }
.alt-grid h3 { min-height: 2.6em; display: flex; align-items: flex-end; margin: 0 0 .35rem; font-size: .95rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.alt-grid .big { font-size: clamp(1.02rem, 1.3vw, 1.25rem); margin: 0 0 .35rem; overflow-wrap: anywhere; }
.alt-grid .small { margin: 0; }

/* tables */
.table-wrap { overflow-x: auto; margin: 1rem 0; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.cost-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.cost-table caption { text-align: left; font-weight: 700; padding: .8rem 1rem .4rem; color: var(--ink); caption-side: top; }
.cost-table th, .cost-table td { padding: .6rem .9rem; text-align: left; border-top: 1px solid var(--line); white-space: nowrap; }
.cost-table thead th { background: var(--bg); color: var(--muted); font-weight: 600; font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; border-top: 0; }
.cost-table tbody th { font-weight: 600; }
.table-pair { display: grid; gap: 1rem; }

/* calculator */
.calc { margin: 2rem 0; }
.calc-form { display: grid; gap: .9rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.field label { display: block; font-size: .8rem; font-weight: 700; color: var(--ink-2); margin-bottom: .3rem; }
.field input, .field select { width: 100%; padding: .6rem .7rem; border: 1px solid var(--line); border-radius: 10px; font: inherit; background: #fff; }
.field-check { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .5rem; }
.field-check label { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .9rem; margin: 0; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; color: var(--ink-2); transition: border-color .15s, background .15s; }
.field-check label:has(input:checked) { border-color: var(--blue); background: var(--sky); color: var(--blue-d); }
.field-check input { accent-color: var(--blue); width: 16px; height: 16px; margin: 0; }
.calc-result { margin-top: 1.25rem; background: var(--navy); color: #fff; border-radius: var(--radius); padding: 1.1rem 1.25rem; }
.calc-range { font-size: clamp(1.35rem, 2.4vw, 1.9rem); font-weight: 800; display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; overflow-wrap: anywhere; }
.calc-sep { font-size: 1rem; color: rgba(255,255,255,.6); font-weight: 500; }
.calc-note { margin: .35rem 0 0; color: rgba(255,255,255,.75); font-size: .9rem; }

/* movers list + map */
.movers-section { margin: 2.5rem 0; }
.split-list { display: grid; gap: 1.25rem; }
.map-col { align-self: stretch; }
.map-sticky { position: sticky; top: 76px; }
.map-col .lmap { height: 380px; }
.mover { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.1rem; margin-bottom: .75rem; transition: border-color .15s, box-shadow .15s; scroll-margin-top: 90px; }
.mover:hover, .mover.is-hi { border-color: var(--blue); box-shadow: var(--shadow); }
.mover-head { display: flex; flex-wrap: wrap; gap: .5rem 1rem; align-items: baseline; justify-content: space-between; }
.mover-name { margin: 0; font-size: 1rem; overflow-wrap: anywhere; }
.mover-legal { color: var(--muted); font-size: .82rem; margin: .2rem 0 .4rem; }
.badges { display: flex; flex-wrap: wrap; gap: .35rem; }
.badge { font-size: .72rem; font-weight: 700; padding: .25em .6em; border-radius: 999px; background: var(--bg); color: var(--ink-2); border: 1px solid var(--line); }
.badge-ok { background: var(--ok-bg); color: var(--ok); border-color: transparent; }
.mover-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .25rem .75rem; margin: .5rem 0 .75rem; font-size: .88rem; }
.mover-facts dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.mover-facts dd { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
.mover-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.city-rows { list-style: none; padding: 0; margin: 0; counter-reset: c; }
.city-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .2rem .75rem; align-items: center; padding: .65rem .8rem; border: 1px solid var(--line); border-radius: var(--radius-s); background: #fff; margin-bottom: .5rem; }
.city-row .muted { grid-column: 1; font-size: .85rem; }
.city-row .btn { grid-row: 1 / span 2; }
.city-row.is-hi, .city-row:hover { border-color: var(--blue); }

/* faq */
.faq { margin: 2.5rem 0; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-s); margin-bottom: .5rem; padding: 0 1rem; }
.faq-item summary { cursor: pointer; font-weight: 700; padding: .85rem 0; list-style: none; position: relative; padding-right: 2rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: .7rem; color: var(--blue); font-size: 1.3rem; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 0 0 1rem; color: var(--ink-2); }

/* lists, misc */
.alpha-nav { display: flex; flex-wrap: wrap; gap: .3rem; margin: 1rem 0; }
.alpha-nav a { padding: .3em .6em; border: 1px solid var(--line); border-radius: 6px; background: #fff; font-weight: 700; }
.alpha-group { margin: 1.5rem 0; }
.alpha-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 2rem; }
.alpha-list li { padding: .25rem 0; break-inside: avoid; }
.alpha-list small { color: var(--muted); }
.result-list { list-style: none; padding: 0; }
.result-list li { padding: .6rem 0; border-bottom: 1px solid var(--line); }
.search-page { background: #fff; border-color: var(--line); margin: 1rem 0; padding: .3rem .3rem .3rem 1rem; }
.search-page input { color: var(--ink); }
.error-page { padding: 4rem 0; }
.pair-picker { display: grid; gap: .75rem; margin: .75rem 0; }
.pair-picker label { font-size: .85rem; font-weight: 700; color: var(--ink-2); display: grid; gap: .3rem; }
.pair-picker select { padding: .55rem .6rem; border-radius: 10px; border: 1px solid var(--line); font: inherit; }

/* footer */
.site-footer { background: var(--navy); color: rgba(255,255,255,.8); margin-top: 3rem; padding: 2.5rem 0 1.5rem; font-size: .9rem; }
.site-footer a { color: #fff; }
.site-footer h3 { color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { padding: .2rem 0; }
.site-footer .muted { color: rgba(255,255,255,.6); }
.footer-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; color: rgba(255,255,255,.55); }

/* consent */
.consent { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 90; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 40px -12px rgba(0,0,0,.35); padding: .75rem .9rem; display: flex; flex-wrap: wrap; gap: .6rem .9rem; align-items: center; justify-content: flex-end; font-size: .82rem; max-width: calc(100vw - 24px); box-sizing: border-box; }
.consent[hidden] { display: none; }
.consent p { margin: 0; flex: 1 1 220px; min-width: 0; overflow-wrap: anywhere; }
.consent .btn { background: var(--blue); color: #fff; border-color: var(--blue); }

/* ------- breakpoints ------- */
@media (min-width: 640px) {
  .home-stats { grid-template-columns: repeat(4, 1fr); }
  .route-finder { grid-template-columns: 1fr 1fr auto; align-items: end; }
  .hero-facts { grid-template-columns: repeat(4, 1fr); }
  .consent { left: auto; max-width: 420px; }
  .pair-picker { grid-template-columns: 1fr 1fr auto; align-items: end; }
}
@media (min-width: 900px) {
  .main-nav { display: flex; }
  .nav-toggle { display: none; }
  .split { grid-template-columns: 1.15fr .85fr; }
  .split-list { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .map-col .lmap { height: calc(100vh - 120px); min-height: 520px; }
  .two-col { grid-template-columns: 1fr 1fr; }
  .table-pair { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .home-hero-grid { grid-template-columns: 1fr 1.1fr; align-items: center; }
  .content-grid { grid-template-columns: minmax(0, 1fr) 320px; align-items: start; }
  .content-side { position: sticky; top: 80px; }
  .split-list { grid-template-columns: 1.1fr .9fr; }
}
@media (min-width: 1440px) {
  :root { --wrap: 1320px; }
  .content-grid { grid-template-columns: minmax(0, 1fr) 360px; }
}
@media (min-width: 1920px) {
  :root { --wrap: 1480px; }
  html { font-size: 17px; }
  .lmap-home { height: 700px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide { transition: none; }
}
@media print {
  .site-header, .site-footer, .ad, .consent, .map-col, .btn { display: none !important; }
}

@media (max-width: 480px) {
  .brand-text small { display: none; }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route-grid { grid-template-columns: 1fr; }
  .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cost-table { font-size: .84rem; }
  .cost-table th, .cost-table td { padding: .5rem .6rem; }
}
