:root {
  --black: #090a0d;
  --ink: #111318;
  --panel: #17191f;
  --soft: #f1f0ed;
  --white: #ffffff;
  --muted: #9da0a8;
  --red: #f3211b;
  --red-dark: #b90d09;
  --line: rgba(255, 255, 255, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }

.ambient { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: 0; }
.ambient-one { width: 360px; height: 360px; background: rgba(243,33,27,.18); top: 120px; right: -140px; }
.ambient-two { width: 300px; height: 300px; background: rgba(255,255,255,.05); top: 560px; left: -180px; }

.site-header {
  height: 86px;
  padding: 0 clamp(24px, 5vw, 82px);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  background: rgba(9,10,13,.82);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; background: var(--red); border-radius: 4px 12px 4px 4px; font-size: 23px; font-weight: 950; font-style: italic; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: .055em; }
.brand-copy small { color: #8f929a; font-size: 7px; letter-spacing: .28em; margin-top: 5px; }
nav { display: flex; gap: 36px; }
nav a { color: #b9bbc1; font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 28px; }
.lang-switch { display: flex; align-items: center; gap: 6px; color: #565962; font-size: 12px; }
.lang { color: #6f727a; background: none; border: 0; padding: 5px 2px; cursor: pointer; font-weight: 800; }
.lang.active { color: var(--white); }
.phone-link { font-size: 13px; font-weight: 800; padding-bottom: 5px; border-bottom: 2px solid var(--red); }

.section-shell { width: min(1440px, 100%); margin: 0 auto; padding-left: clamp(24px, 6vw, 96px); padding-right: clamp(24px, 6vw, 96px); }
.hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: 34px; position: relative; z-index: 1; padding-top: 72px; padding-bottom: 70px; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: #b0b3bb; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 37px; height: 2px; background: var(--red); }
h1 { font-size: clamp(51px, 6.1vw, 94px); line-height: .92; letter-spacing: -.055em; margin: 27px 0 28px; max-width: 850px; font-weight: 860; }
h1 em, .request-copy h2 em { color: var(--red); font-style: normal; }
.hero-lede { color: #aeb0b7; max-width: 600px; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; margin: 0 0 36px; }
.hero-actions { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; }
.btn { height: 57px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 35px; font-size: 13px; font-weight: 850; border-radius: 4px; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); box-shadow: 0 12px 36px rgba(243,33,27,.25); }
.btn-primary:hover { background: #ff3a34; }
.btn-ghost { border: 1px solid #34363d; color: #d5d6d9; }
.btn-ghost:hover { background: rgba(255,255,255,.05); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; border-top: 1px solid var(--line); max-width: 690px; }
.trust-row div { padding: 20px 19px 0 0; min-width: 0; }
.trust-row div + div { padding-left: 19px; border-left: 1px solid var(--line); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: 13px; letter-spacing: .03em; }
.trust-row span { color: #8c8f98; font-size: 12px; margin-top: 7px; line-height: 1.35; }

.hero-visual { height: 660px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 4% 2% 8% 8%; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.11), rgba(255,255,255,0) 66%); }
.hero-visual::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.truck-stage { position: relative; width: min(850px, 108%); z-index: 3; transform: translate(2%, 32px); }
.truck-photo { display: block; width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 32px 38px rgba(0,0,0,.48)); }
.route-tag { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; color: #b7bac1; font-size: 10px; font-weight: 850; letter-spacing: .08em; background: rgba(15,16,20,.72); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(9px); padding: 10px 12px; border-radius: 4px; }
.route-tag i { width: 6px; height: 6px; background: var(--red); border-radius: 50%; box-shadow: 0 0 12px var(--red); }
.route-tag b { color: #62656d; font-size: 8px; }
.route-tag-one { left: 2%; top: 27%; }
.route-tag-two { right: 1%; top: 20%; }
.route-tag-three { right: 10%; bottom: 18%; }
.route-line { position: absolute; z-index: 1; border-top: 1px dashed rgba(243,33,27,.32); transform-origin: left; }
.line-one { width: 65%; left: 11%; top: 33%; transform: rotate(-9deg); }
.line-two { width: 48%; left: 45%; top: 40%; transform: rotate(31deg); }
.availability-card { position: absolute; z-index: 7; left: 3%; bottom: 10%; min-width: 280px; background: rgba(22,24,29,.9); border: 1px solid rgba(255,255,255,.12); border-radius: 11px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; box-shadow: 0 20px 50px rgba(0,0,0,.35); backdrop-filter: blur(12px); }
.availability-card .pulse, .availability i { width: 8px; height: 8px; border-radius: 50%; background: #45d178; box-shadow: 0 0 0 5px rgba(69,209,120,.11); }
.availability-card div { flex: 1; }
.availability-card small, .availability-card strong { display: block; }
.availability-card small { color: #797c84; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 3px; }
.availability-card strong { font-size: 13px; }
.availability-card b { color: var(--red); font-size: 12px; }

.finder-section { position: relative; z-index: 5; padding-top: 0; padding-bottom: 0; }
.finder-card { display: grid; grid-template-columns: .82fr 1.25fr .82fr; gap: clamp(25px, 4vw, 58px); align-items: stretch; margin: -26px auto 0; padding: clamp(28px, 4vw, 52px); color: #fff; background: #121419; border: 1px solid #292c34; border-radius: var(--radius); box-shadow: 0 34px 80px rgba(0,0,0,.32); }
.finder-intro { display: flex; flex-direction: column; justify-content: center; }
.finder-intro > div { display: flex; gap: 12px; color: #858892; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.finder-intro h2 { margin: 24px 0 18px; font-size: clamp(30px, 3vw, 46px); line-height: 1.02; letter-spacing: -.04em; }
.finder-intro p { max-width: 380px; margin: 0; color: #a7aab2; font-size: 15px; line-height: 1.6; }
.finder-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; align-content: center; }
.finder-field { display: block; }
.finder-field.wide { grid-column: 1 / -1; }
.finder-field > span { display: block; margin-bottom: 8px; color: #a8abb3; font-size: 13px; font-weight: 750; }
.finder-field input, .finder-field select { width: 100%; height: 52px; padding: 0 14px; color: #fff; background: #1b1e24; border: 1px solid #343842; border-radius: 6px; outline: none; font-size: 15px; }
.finder-field input::placeholder { color: #696d76; }
.finder-field input:focus, .finder-field select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(243,33,27,.13); }
.finder-result { min-height: 100%; padding: 25px; display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--red); border-radius: 14px; transition: background .2s ease; }
.finder-result.is-idle { background: #20232a; }
.finder-result.is-error { background: #5b1d1b; }
.finder-result-label { color: rgba(255,255,255,.65); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.finder-result strong { display: block; margin-top: 18px; font-size: clamp(24px, 2.2vw, 34px); line-height: 1.06; letter-spacing: -.025em; }
.finder-result p { margin: 13px 0 25px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.5; }
.finder-result button { width: 100%; min-height: 50px; margin-top: auto; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: #101217; border: 0; border-radius: 5px; font-size: 13px; font-weight: 850; cursor: pointer; }
.finder-result button:disabled { color: #777b84; background: #181a20; cursor: not-allowed; }
.finder-result button b { color: var(--red); font-size: 20px; }

.fleet { position: relative; z-index: 2; padding-top: 112px; padding-bottom: 124px; background: var(--soft); color: var(--ink); max-width: none; }
.fleet::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(0,0,0,.025) 0 1px, transparent 1px 54px); background-size: 54px 100%; pointer-events: none; }
.fleet > * { position: relative; max-width: 1248px; margin-left: auto; margin-right: auto; }
.section-heading { display: grid; grid-template-columns: 1fr 1.25fr .9fr; align-items: end; gap: 48px; margin-bottom: 52px; }
.section-heading > div:first-child, .request-copy > div:first-child { display: flex; gap: 13px; color: #7b7e84; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.section-index { color: var(--red); }
.section-heading h2, .request-copy h2 { margin: 0; font-size: clamp(37px, 4vw, 62px); line-height: 1; letter-spacing: -.045em; }
.section-heading p { color: #676a71; margin: 0; line-height: 1.65; font-size: 14px; }
.fleet-grid { display: grid; grid-template-columns: 1fr 1fr .82fr; gap: 16px; }
.vehicle-card, .route-panel { min-height: 490px; background: #fff; border: 1px solid #deddda; border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.vehicle-card.featured { background: var(--ink); color: var(--white); border-color: var(--ink); }
.vehicle-top { display: flex; align-items: center; justify-content: space-between; }
.chip { color: #fff; background: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .14em; border-radius: 3px; padding: 7px 9px; }
.chip.muted { background: #e7e6e3; color: #55585f; }
.availability { display: flex; align-items: center; gap: 8px; color: #8a8d94; font-size: 11px; }
.availability i { display: block; width: 6px; height: 6px; box-shadow: none; }
.vehicle-photo { height: 184px; margin: 25px -11px 16px; overflow: hidden; background: #17191f; border-radius: 13px; }
.vehicle-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.vehicle-card:hover .vehicle-photo img { transform: scale(1.025); }
.truck-card-photo { background: radial-gradient(circle at 58% 45%, #343842, #121419 70%); }
.truck-card-photo img { object-fit: contain; transform: scale(1.06); }
.vehicle-card:hover .truck-card-photo img { transform: scale(1.09); }
.van-card-photo img { object-position: center 48%; }
.vehicle-card h3 { font-size: 23px; letter-spacing: -.025em; margin: 3px 0 18px; }
.spec-list { border-top: 1px solid rgba(128,130,135,.2); }
.spec-list span { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(128,130,135,.16); gap: 10px; }
.spec-list small { color: #747780; font-size: 12px; }
.spec-list strong { font-size: 13px; text-align: right; }
.select-vehicle { margin-top: auto; padding: 16px 0 0; color: inherit; background: none; border: 0; display: flex; align-items: center; justify-content: space-between; font-weight: 850; font-size: 13px; cursor: pointer; }
.select-vehicle b { color: var(--red); font-size: 20px; transition: transform .2s ease; }
.select-vehicle:hover b { transform: translateX(5px); }
.route-panel { background: var(--red); color: #fff; border: 0; padding: 30px; }
.route-panel .section-index { color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .16em; }
.route-panel h3 { font-size: 31px; margin: 24px 0; letter-spacing: -.035em; line-height: 1.05; }
.route-list { border-top: 1px solid rgba(255,255,255,.25); }
.route-list button { width: 100%; color: #fff; padding: 17px 2px; background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; font-weight: 900; font-size: 16px; cursor: pointer; }
.route-list button span:last-child { text-align: right; }
.route-list button b { font-weight: 400; opacity: .65; transition: transform .2s ease; }
.route-list button:hover b { transform: translateX(5px); }
.route-panel p { color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.5; margin-top: auto; }

.media-showcase { margin-top: 18px; min-height: 540px; display: grid; grid-template-columns: .34fr .66fr; overflow: hidden; color: #fff; background: var(--ink); border-radius: var(--radius); box-shadow: 0 30px 70px rgba(26, 27, 31, .14); }
.media-copy { padding: clamp(30px, 4vw, 56px); display: flex; flex-direction: column; align-items: flex-start; }
.media-copy > div:first-child { display: flex; gap: 13px; color: #7b7e84; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.media-copy h3 { margin: 32px 0 22px; font-size: clamp(36px, 4vw, 60px); line-height: .98; letter-spacing: -.045em; }
.media-copy p { margin: 0; max-width: 380px; color: #a4a7ae; font-size: 15px; line-height: 1.7; }
.media-tabs { display: flex; gap: 8px; margin-top: auto; padding-top: 35px; }
.media-tab { width: 52px; height: 42px; color: #8d9098; background: transparent; border: 1px solid #383b43; border-radius: 4px; font-size: 11px; font-weight: 900; cursor: pointer; transition: .2s ease; }
.media-tab.active, .media-tab:hover { color: #fff; background: var(--red); border-color: var(--red); }
.media-frame { position: relative; min-height: 540px; padding: 0; overflow: hidden; background: #dfe5ec; border: 0; cursor: zoom-in; }
.media-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.media-frame:hover img { transform: scale(1.018); }
.media-overlay { position: absolute; inset: auto 22px 22px auto; display: flex; align-items: center; gap: 18px; padding: 13px 15px; color: #fff; background: rgba(9, 10, 13, .85); border: 1px solid rgba(255,255,255,.18); border-radius: 5px; backdrop-filter: blur(10px); }
.media-overlay b { font-size: 10px; letter-spacing: .04em; }
.media-overlay i { color: var(--red); font-size: 18px; font-style: normal; }
.media-dialog { width: min(1460px, calc(100vw - 40px)); max-width: none; padding: 0; overflow: visible; background: #111318; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; box-shadow: 0 35px 100px rgba(0,0,0,.65); }
.media-dialog::backdrop { background: rgba(3, 4, 6, .86); backdrop-filter: blur(9px); }
.media-dialog img { display: block; width: 100%; height: auto; border-radius: 11px; }
.dialog-close { position: absolute; z-index: 2; top: -15px; right: -15px; width: 38px; height: 38px; color: #fff; background: var(--red); border: 3px solid #111318; border-radius: 50%; font-size: 24px; line-height: 1; cursor: pointer; }

.video-showcase { margin-top: 18px; min-height: 520px; display: grid; grid-template-columns: .66fr .34fr; overflow: hidden; color: #fff; background: #0d0f13; border-radius: var(--radius); box-shadow: 0 30px 70px rgba(26, 27, 31, .14); }
.video-stage { min-height: 520px; display: grid; place-items: center; padding: clamp(18px, 3vw, 38px); overflow: hidden; background: radial-gradient(circle at 50% 46%, #343943 0, #171a20 48%, #090a0d 100%); }
.video-stage video { display: block; width: 100%; height: 100%; max-height: 470px; object-fit: contain; background: #050608; border-radius: 12px; box-shadow: 0 20px 55px rgba(0,0,0,.42); }
.video-copy { padding: clamp(30px, 4vw, 56px); display: flex; flex-direction: column; align-items: flex-start; }
.video-copy > div:first-child { display: flex; gap: 13px; color: #7b7e84; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.video-copy h3 { margin: 32px 0 22px; font-size: clamp(36px, 4vw, 58px); line-height: .98; letter-spacing: -.045em; }
.video-copy p { margin: 0; color: #9da0a8; font-size: 15px; line-height: 1.7; }
.video-tabs { width: 100%; display: grid; gap: 8px; margin-top: auto; padding-top: 30px; }
.video-tab { width: 100%; height: 50px; padding: 0 14px; display: flex; align-items: center; gap: 12px; color: #8e9199; background: #15171c; border: 1px solid #292c34; border-radius: 5px; cursor: pointer; transition: .2s ease; }
.video-tab b { width: 30px; color: #fff; font-size: 10px; }
.video-tab span { font-size: 13px; font-weight: 800; }
.video-tab.active, .video-tab:hover { color: #fff; background: var(--red); border-color: var(--red); }

.request-section { background: var(--red); position: relative; overflow: hidden; }
.request-section::before { content: "A"; position: absolute; left: -2vw; bottom: -24vw; font-size: 64vw; font-weight: 950; font-style: italic; line-height: 1; color: rgba(90,0,0,.11); pointer-events: none; }
.request-inner { position: relative; z-index: 1; padding-top: 115px; padding-bottom: 115px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); align-items: center; }
.section-index.light { color: #fff; }
.request-copy > div:first-child { color: rgba(255,255,255,.64); }
.request-copy h2 { margin: 24px 0 25px; font-size: clamp(44px, 5vw, 76px); }
.request-copy h2 em { color: #3c0705; }
.request-copy > p { max-width: 510px; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.65; }
.direct-contacts { display: flex; align-items: flex-start; gap: clamp(24px, 4vw, 54px); margin-top: 42px; flex-wrap: wrap; }
.direct-contact { display: inline-flex; flex-direction: column; }
.direct-contact small { color: rgba(255,255,255,.62); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 7px; }
.direct-contact strong { font-size: 24px; }
.quote-form { background: #fff; color: var(--ink); border-radius: var(--radius); padding: clamp(24px, 4vw, 46px); box-shadow: 0 30px 75px rgba(87,0,0,.23); }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 17px; }
.quote-form label > span { display: block; color: #5e626a; font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }
.quote-form input, .quote-form select { width: 100%; height: 51px; color: var(--ink); background: #f3f2ef; border: 1px solid #e8e6e2; border-radius: 5px; padding: 0 14px; outline: none; font-size: 15px; }
.quote-form input:focus, .quote-form select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(243,33,27,.1); }
.messenger-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.submit-btn { width: 100%; min-height: 57px; color: #fff; border: 0; border-radius: 5px; padding: 0 15px; display: flex; align-items: center; gap: 10px; font-weight: 850; font-size: 13px; cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.submit-btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.submit-btn b { margin-left: auto; color: #fff; font-size: 20px; }
.whatsapp-btn { background: #168a42; }
.viber-btn { background: #665cac; }
.messenger-icon { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 9px; font-weight: 950; }
.form-note { color: #80848c; text-align: center; font-size: 12px; line-height: 1.45; margin: 12px 0 0; }

.site-footer { min-height: 132px; padding: 24px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(30px, 5vw, 80px); background: #060709; border-top: 1px solid var(--line); }
.social-block { justify-self: center; display: flex; align-items: center; gap: 18px; }
.social-block > span { color: #686b74; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.social-links { display: flex; gap: 8px; }
.social-link { min-width: 118px; height: 42px; display: flex; align-items: center; gap: 9px; padding: 0 11px; color: #cfd1d6; background: #111319; border: 1px solid #262932; border-radius: 5px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.social-link:hover { transform: translateY(-2px); border-color: #454954; background: #171a20; }
.social-link b { width: 20px; height: 20px; display: grid; place-items: center; color: #fff; border-radius: 4px; font-size: 11px; }
.social-link.facebook b, .social-link.facebook-group b { background: #1877f2; font-family: Arial, sans-serif; font-size: 16px; }
.social-link.youtube b { background: #ff0033; font-size: 8px; }
.social-link.telegram b { background: #229ed9; font-size: 12px; }
.social-link span { font-size: 10px; font-weight: 850; }
.social-link i { margin-left: auto; color: #5e616a; font-style: normal; font-size: 11px; }
.footer-meta { text-align: right; }
.footer-meta a { color: #d1d3d7; font-size: 12px; font-weight: 850; }
.footer-meta .footer-email { display: block; color: #8b8f98; font-size: 10px; margin-bottom: 7px; }
.footer-meta p { color: #73767e; font-size: 9px; margin: 8px 0 0; }
.toast { position: fixed; left: 50%; bottom: 25px; transform: translate(-50%, 20px); z-index: 50; color: #fff; background: #17191f; border: 1px solid #33363e; border-radius: 8px; padding: 13px 17px; font-size: 12px; opacity: 0; pointer-events: none; transition: .25s ease; box-shadow: 0 15px 40px rgba(0,0,0,.3); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header nav { display: none; }
  .social-block > span { display: none; }
  .social-link { min-width: 104px; }
  .hero { grid-template-columns: 1fr; padding-top: 82px; }
  .hero-visual { height: 520px; }
  .truck-stage { width: min(760px, 94vw); }
  .finder-card { grid-template-columns: .8fr 1.2fr; }
  .finder-result { grid-column: 1 / -1; min-height: 230px; }
  .section-heading { grid-template-columns: .6fr 1.4fr; }
  .section-heading p { grid-column: 2; }
  .fleet-grid { grid-template-columns: 1fr 1fr; }
  .route-panel { grid-column: 1 / -1; min-height: 360px; }
  .route-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 35px; }
  .media-showcase { grid-template-columns: .4fr .6fr; min-height: 440px; }
  .media-frame { min-height: 440px; }
  .video-showcase { grid-template-columns: .6fr .4fr; min-height: 440px; }
  .video-stage { min-height: 440px; }
  .request-inner { grid-template-columns: 1fr 1.15fr; gap: 45px; }
}

@media (max-width: 760px) {
  .messenger-actions { grid-template-columns: 1fr; }
  .site-header { height: 72px; padding: 0 18px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .header-actions { gap: 14px; }
  .phone-link { display: none; }
  .hero { min-height: auto; padding: 68px 20px 34px; display: block; }
  h1 { font-size: clamp(48px, 15vw, 70px); margin-top: 22px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; justify-content: space-between; }
  .trust-row { grid-template-columns: 1fr; margin-top: 40px; }
  .trust-row div, .trust-row div + div { padding: 14px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .hero-visual { height: 400px; margin: 15px -5px 0; }
  .route-tag { font-size: 8px; }
  .route-tag-one { left: 0; top: 19%; }
  .route-tag-two { right: 0; top: 12%; }
  .route-tag-three { right: 3%; bottom: 15%; }
  .availability-card { left: 3%; right: 3%; bottom: 0; min-width: 0; }
  .finder-section { padding: 0 20px; }
  .finder-card { display: block; margin-top: 15px; padding: 24px; }
  .finder-intro { margin-bottom: 28px; }
  .finder-intro h2 { font-size: 34px; }
  .finder-form { grid-template-columns: 1fr; }
  .finder-field.wide { grid-column: auto; }
  .finder-result { min-height: 270px; margin-top: 18px; }
  .fleet { padding: 80px 20px; }
  .section-heading { display: block; }
  .section-heading h2 { margin: 23px 0 20px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .vehicle-card, .route-panel { min-height: 470px; }
  .route-panel { grid-column: auto; min-height: 430px; }
  .route-list { display: block; }
  .media-showcase { grid-template-columns: 1fr; min-height: 0; }
  .media-copy { min-height: 320px; }
  .media-frame { min-height: 0; aspect-ratio: 3 / 2; }
  .media-overlay { right: 12px; bottom: 12px; }
  .media-dialog { width: calc(100vw - 20px); }
  .dialog-close { top: -12px; right: -8px; }
  .video-showcase { grid-template-columns: 1fr; min-height: 0; }
  .video-stage { min-height: 0; aspect-ratio: 4 / 3; padding: 14px; }
  .video-stage video { max-height: none; }
  .video-copy { min-height: 330px; }
  .request-inner { grid-template-columns: 1fr; padding: 80px 20px; gap: 45px; }
  .request-copy h2 { font-size: 48px; }
  .direct-contacts { gap: 24px; }
  .direct-contact strong { font-size: 19px; }
  .form-row.two { grid-template-columns: 1fr; gap: 0; }
  .site-footer { display: flex; align-items: flex-start; flex-direction: column; padding: 35px 20px; }
  .social-block > span { display: block; }
  .social-block { width: 100%; align-items: flex-start; flex-direction: column; gap: 12px; }
  .social-links { width: 100%; display: grid; grid-template-columns: 1fr; }
  .social-link { width: 100%; }
  .footer-meta { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .select-vehicle b, .route-list button b { transition: none; }
}
