:root {
  --ink: #101820;
  --ink-2: #17232d;
  --orange: #c84d18;
  --orange-bright: #f06424;
  --paper: #f6f3ee;
  --white: #fff;
  --slate: #52606d;
  --line: #d9d6d0;
  --soft: #ebe6de;
  --shell: min(1240px, calc(100% - 48px));
  --heading: "Arial Narrow", "Bahnschrift Condensed", "Franklin Gothic Condensed", sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); text-transform: uppercase; line-height: .98; letter-spacing: -.02em; }
h1 { font-size: clamp(3.8rem, 7.4vw, 7.2rem); }
h2 { font-size: clamp(2.6rem, 4.7vw, 4.8rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
p { color: var(--slate); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(80px, 10vw, 140px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; }

.eyebrow { margin-bottom: 20px; color: var(--orange); font-size: .73rem; font-weight: 800; letter-spacing: .18em; }
.eyebrow-light { color: #ff9a64; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid var(--orange); background: var(--orange); color: var(--white); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { background: #a93f13; border-color: #a93f13; transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 16px; }
.button-ghost { border-color: rgba(255,255,255,.62); background: transparent; }
.button-ghost:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink); }
.text-link { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { color: var(--orange); }
.text-link-light { color: var(--white); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(246,243,238,.97); border-bottom: 1px solid rgba(16,24,32,.12); backdrop-filter: blur(12px); }
.topline { background: var(--ink); color: #ccd3d8; font-size: .72rem; }
.topline-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; }
.topline p { margin: 0; color: inherit; }
.topline a { color: var(--white); font-weight: 700; }
.nav-row { display: flex; min-height: 116px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; width: 230px; min-width: 230px; align-items: center; }
.brand-logo { width: 230px; height: 102px; border-radius: 3px; filter: contrast(1.04) saturate(1.03); object-fit: contain; object-position: center; }
.brand-mark { display: grid; width: 46px; height: 46px; place-items: center; background: var(--orange); color: var(--white); font: 800 1.18rem/1 var(--heading); letter-spacing: -.03em; transform: skew(-6deg); }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font: 800 1.42rem/.9 var(--heading); letter-spacing: .03em; }
.brand small { margin-top: 5px; font-size: .58rem; font-weight: 800; letter-spacing: .19em; }
.primary-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.primary-nav > a:not(.button):not(.nav-erp) { position: relative; font-size: .75rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.primary-nav > a.active::after, .primary-nav > a:not(.button):not(.nav-erp):hover::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--orange); content: ""; }
.nav-erp { padding: 8px 12px; border: 1px solid var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 740px; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("../images/hero/fleet-lineup.jpg") center/cover no-repeat; filter: saturate(.9) contrast(1.05); }
.hero-shade { background: linear-gradient(90deg, rgba(9,16,22,.94) 0%, rgba(9,16,22,.82) 46%, rgba(9,16,22,.25) 75%, rgba(9,16,22,.08) 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 740px; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .7fr); align-items: end; gap: 70px; padding-top: 120px; padding-bottom: 72px; }
.hero-copy { max-width: 810px; }
.hero-tagline { width: fit-content; margin: 0 0 22px; padding: 9px 14px; border-left: 4px solid var(--orange-bright); background: rgba(16,24,32,.76); color: var(--white); font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero h1 { max-width: 890px; margin-bottom: 28px; color: var(--white); }
.hero h1 em { color: #ff8b50; font-style: normal; }
.hero-lede { max-width: 700px; margin-bottom: 34px; color: #dbe0e4; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-brief { padding: 32px; border-top: 4px solid var(--orange-bright); background: rgba(16,24,32,.92); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.hero-brief .brief-label { color: #ff9a64; font-size: .67rem; font-weight: 800; letter-spacing: .16em; }
.hero-brief h2 { margin-bottom: 22px; color: var(--white); font-size: 2.25rem; }
.hero-brief ul { margin: 0 0 28px; padding: 0; list-style: none; }
.hero-brief li { display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); color: #e8ecef; font-size: .87rem; }
.hero-brief li span { color: #ff9a64; font-size: .7rem; font-weight: 800; }
.hero-brief > a { color: var(--white); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hero-brief > a span { color: #ff9a64; }
.image-caption { position: absolute; z-index: 3; right: 18px; bottom: 12px; margin: 0; color: rgba(255,255,255,.66); font-size: .65rem; }

.trust-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 26px 24px; border-left: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 1px solid var(--line); }
.trust-grid span, .trust-grid strong { display: block; }
.trust-grid span { margin-bottom: 5px; color: var(--slate); font-size: .67rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.trust-grid strong { font: 800 1.35rem/1.1 var(--heading); text-transform: uppercase; }

.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 120px; align-items: end; }
.split-heading h2 { max-width: 730px; margin: 0; }
.intro-copy p { margin-bottom: 28px; font-size: 1.08rem; }
.section-dark { background: var(--ink); color: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 56px; }
.section-heading h2 { max-width: 860px; margin: 0; }
.light-heading h2 { color: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.service-grid-four { grid-template-columns: repeat(4, 1fr); }
.service-grid article { min-height: 300px; padding: 36px 38px; border-right: 1px solid rgba(255,255,255,.18); }
.service-grid article:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.service-grid article > span { color: #ff9a64; font-size: .7rem; font-weight: 800; }
.service-grid h3 { margin: 100px 0 14px; color: var(--white); }
.service-grid p { color: #bfc7ce; }

.vehicle-gallery-section { padding: clamp(70px, 8vw, 110px) 0 0; overflow: hidden; background: var(--ink-2); color: var(--white); }
.gallery-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.gallery-heading-row h2 { max-width: 820px; margin: 0; color: var(--white); }
.vehicle-gallery { display: grid; min-height: 500px; grid-template-columns: 1.1fr .9fr .8fr 1.15fr; grid-template-rows: repeat(2, 250px); background: #080d11; }
.vehicle-gallery figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.11); background: #e6e7e7; }
.vehicle-gallery figure:nth-child(1) { grid-column: span 2; }
.vehicle-gallery .gallery-tall { grid-row: span 2; }
.vehicle-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .4s, filter .4s; }
.vehicle-gallery figure:hover img { filter: saturate(1) contrast(1.02); transform: scale(1.035); }

.fleet-teasers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fleet-teaser { position: relative; display: flex; min-height: 340px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 32px; background: var(--ink); color: var(--white); isolation: isolate; }
.fleet-teaser::before { position: absolute; z-index: -2; inset: 0; background: linear-gradient(0deg, rgba(8,14,19,.95), rgba(8,14,19,.1)), url("../images/vehicles/tata-ace-supplied.jpg") center/cover; content: ""; transition: transform .35s; }
.fleet-teaser:hover::before { transform: scale(1.04); }
.fleet-teaser::after { position: absolute; z-index: -1; top: 0; left: 0; width: 55px; height: 5px; background: var(--orange-bright); content: ""; }
.fleet-teaser span { color: #d0d7dc; font-size: .76rem; }
.fleet-teaser strong { margin-top: 8px; font: 800 1.9rem/1 var(--heading); text-transform: uppercase; }
.fleet-teaser.pickup::before { background-image: linear-gradient(0deg, rgba(8,14,19,.95), rgba(8,14,19,.1)), url("../images/vehicles/mahindra-pickup-supplied.jpg"); background-position: center; }
.fleet-teaser.trucks::before { background-image: linear-gradient(0deg, rgba(8,14,19,.95), rgba(8,14,19,.1)), url("../images/vehicles/tata-909-supplied.jpg"); background-position: center; }

.operation-feature { background: var(--white); }
.operation-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.feature-image { position: relative; margin: 0; }
.feature-image::before { position: absolute; z-index: 2; top: -18px; left: -18px; width: 110px; height: 110px; border-top: 4px solid var(--orange); border-left: 4px solid var(--orange); content: ""; }
.feature-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.feature-image figcaption { position: absolute; right: 0; bottom: 0; padding: 8px 12px; background: rgba(16,24,32,.84); color: rgba(255,255,255,.75); font-size: .62rem; }
.feature-copy h2 { margin-bottom: 36px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.steps li > span { color: var(--orange); font-size: .72rem; font-weight: 800; }
.steps h3 { margin: 0 0 7px; font-size: 1.35rem; }
.steps p { margin: 0; font-size: .92rem; }

.profile-band { padding: 74px 0; background: var(--ink-2); color: var(--white); }
.profile-grid { display: grid; grid-template-columns: 160px 1.2fr .8fr auto; gap: 45px; align-items: center; }
.profile-logo { width: 138px; height: 138px; border: 1px solid rgba(255,255,255,.16); object-fit: cover; }
.profile-grid h2 { margin: 0; color: var(--white); font-size: clamp(2.2rem, 3.5vw, 3.6rem); }
.profile-grid > p { margin: 0; color: #bdc6cc; }
.cta-band { padding: 76px 0; border-bottom: 1px solid var(--line); }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-grid h2 { margin: 0; }
.cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }

.site-footer { padding: 74px 0 22px; background: #0b1116; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .9fr .8fr; gap: 60px; padding-bottom: 58px; }
.brand-light strong, .brand-light small { color: var(--white); }
.footer-brand p { max-width: 300px; margin: 24px 0 0; }
.footer-grid h2 { margin-bottom: 22px; color: #ff9a64; font: 800 .72rem/1 var(--body); letter-spacing: .14em; }
.footer-grid > div:not(.footer-brand) > a { display: block; margin: 10px 0; color: #edf0f2; font-size: .88rem; }
.footer-grid p { color: #8f9aa2; font-size: .82rem; }
.footer-erp { padding-bottom: 7px; border-bottom: 1px solid #66717a; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: #78848d; font-size: .72rem; }
.footer-bottom a { color: #b4bdc4; text-decoration: underline; text-underline-offset: 3px; }
.mobile-actions { display: none; }
.error-page { display: grid; min-height: 100vh; place-items: center; padding: 70px 0; background: var(--ink); color: var(--white); }
.error-page .brand { margin-bottom: 90px; }
.error-page h1 { max-width: 920px; margin-bottom: 24px; color: var(--white); }
.error-page > .shell > p:not(.eyebrow) { max-width: 640px; color: #bdc6cc; }

/* Interior pages */
.page-hero { position: relative; overflow: hidden; padding: clamp(110px, 14vw, 190px) 0 80px; background: var(--ink); color: var(--white); }
.page-hero::after { position: absolute; right: -7vw; bottom: -120px; width: 42vw; height: 420px; border: 1px solid rgba(255,255,255,.1); content: ""; transform: skew(-18deg); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.5fr .5fr; gap: 100px; align-items: end; }
.page-hero h1 { max-width: 980px; margin: 0; color: var(--white); font-size: clamp(4rem, 7vw, 7rem); }
.page-hero h1 em { color: #ff8b50; font-style: normal; }
.page-hero-grid > p { margin: 0; padding-left: 26px; border-left: 3px solid var(--orange-bright); color: #c9d0d5; font-size: 1.04rem; }
.services-hero { background: linear-gradient(90deg, rgba(16,24,32,.97), rgba(16,24,32,.72)), url("../images/operations/fleet-distribution.jpeg") center/cover; }
.fleet-hero { background: linear-gradient(90deg, rgba(16,24,32,.97), rgba(16,24,32,.68)), url("../images/hero/fleet-lineup.jpg") center/cover; }
.contact-hero { background: linear-gradient(90deg, rgba(16,24,32,.97), rgba(16,24,32,.76)), url("../images/operations/fleet-parking.jpg") center/cover; }

.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.story-copy h2 { margin-bottom: 34px; }
.story-copy .lead { color: var(--ink); font-size: 1.12rem; }
.brand-card { margin: 0; background: var(--ink); box-shadow: 22px 22px 0 var(--soft); }
.brand-card img { width: 100%; height: auto; max-height: none; aspect-ratio: auto; background: #05080b; object-fit: contain; object-position: center; }
.brand-card figcaption { display: grid; gap: 5px; padding: 22px 24px; color: var(--white); }
.brand-card figcaption strong { color: #ff9a64; font-size: .68rem; letter-spacing: .12em; }
.brand-card figcaption span { color: #c9d0d5; font-size: .8rem; }
.company-image-band { display: grid; min-height: 520px; grid-template-columns: 1fr .72fr 1.1fr; background: var(--ink-2); color: var(--white); }
.company-image-band figure { min-height: 520px; margin: 0; overflow: hidden; }
.company-image-band figure img { width: 100%; height: 100%; object-fit: cover; }
.company-image-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 6vw, 90px); }
.company-image-copy h2 { margin-bottom: 24px; color: var(--white); font-size: clamp(2.5rem, 4vw, 4rem); }
.company-image-copy p:last-child { margin: 0; color: #c2cad0; }
.facts-panel { padding: clamp(80px, 9vw, 120px) 0; background: var(--ink); }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.facts-grid > div { min-height: 150px; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.facts-grid dt { margin-bottom: 34px; color: #929ea7; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.facts-grid dd { margin: 0; color: var(--white); font: 800 1.65rem/1.1 var(--heading); text-transform: uppercase; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.principle-grid article { min-height: 310px; padding: 34px; border: 1px solid var(--line); background: var(--white); }
.principle-grid article > span { color: var(--orange); font-size: .7rem; font-weight: 800; }
.principle-grid h3 { margin-top: 90px; margin-bottom: 12px; }
.location-band { padding: 80px 0; background: var(--orange); color: var(--white); }
.location-grid { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.location-grid h2 { margin-bottom: 12px; color: var(--white); }
.location-grid p { max-width: 720px; margin: 0; color: #fff1ea; }

.section-note { max-width: 370px; margin: 0; font-size: .9rem; }
.section-note-light { color: #bfc7cd; }
.catalogue-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalogue-grid article { display: flex; min-height: 360px; flex-direction: column; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.catalogue-grid article > span { color: var(--orange); font-size: .68rem; font-weight: 800; }
.catalogue-grid h3 { margin: 88px 0 13px; }
.catalogue-grid p { font-size: .9rem; }
.catalogue-grid a { margin-top: auto; color: var(--ink); font-size: .73rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.image-break { position: relative; min-height: 620px; display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--white); }
.image-break > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.48) saturate(.75); }
.image-break-copy { position: relative; z-index: 1; padding-bottom: 80px; }
.image-break-copy h2 { max-width: 780px; margin-bottom: 18px; color: var(--white); }
.image-break-copy p:last-child { max-width: 610px; color: #d0d7dc; }
.image-break > span { position: absolute; z-index: 2; right: 18px; bottom: 12px; color: rgba(255,255,255,.68); font-size: .64rem; }
.checklist-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.checklist-grid ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.checklist-grid li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.checklist-grid li span { color: var(--orange); font-size: .7rem; font-weight: 800; }
.checklist-grid li strong { font: 800 1.2rem/1.1 var(--heading); text-transform: uppercase; }
.service-disclaimer, .fleet-notice { background: var(--soft); }
.service-disclaimer .shell, .fleet-notice .shell { display: grid; grid-template-columns: 120px 1fr auto; gap: 36px; align-items: center; padding-top: 28px; padding-bottom: 28px; }
.service-disclaimer strong, .fleet-notice strong { color: var(--orange); font-size: .68rem; letter-spacing: .14em; }
.service-disclaimer p, .fleet-notice p { margin: 0; font-size: .86rem; }
.service-disclaimer a { font-size: .72rem; font-weight: 800; text-transform: uppercase; }

.fleet-notice { background: var(--orange); color: var(--white); }
.fleet-notice strong { color: var(--white); }
.fleet-notice p { color: #fff0e8; }
.vehicle-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.vehicle-item { overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.vehicle-text-only { position: relative; display: flex; min-height: 330px; align-items: flex-end; }
.vehicle-text-only::before { position: absolute; top: 0; left: 0; width: 62px; height: 5px; background: var(--orange); content: ""; }
.vehicle-text-only .vehicle-content { width: 100%; }
.vehicle-item figure { position: relative; margin: 0; overflow: hidden; background: #d9d9d9; }
.vehicle-item figure img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .4s; }
.vehicle-item figure img[src$="tata-909-supplied.jpg"],
.vehicle-item figure img[src$="tata-407-supplied.webp"],
.vehicle-item figure img[src$="ape-supplied.png"] { padding: 18px; background: #f1f1f1; object-fit: contain; }
.vehicle-item:hover figure img { transform: scale(1.025); }
.vehicle-item figcaption { position: absolute; right: 0; bottom: 0; padding: 7px 10px; background: rgba(16,24,32,.86); color: rgba(255,255,255,.78); font-size: .6rem; }
.vehicle-content { padding: 32px; }
.vehicle-class { margin-bottom: 12px; color: var(--orange); font-size: .65rem; font-weight: 800; letter-spacing: .13em; }
.vehicle-content h3 { margin-bottom: 14px; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.vehicle-content > p:not(.vehicle-class) { min-height: 58px; font-size: .9rem; }
.vehicle-content > a { display: inline-flex; gap: 18px; margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.vehicle-content > a span { color: var(--orange); }
.vehicle-content > a.manufacturer-ref { display: block; width: fit-content; margin-top: 17px; padding-bottom: 0; border-bottom: 0; color: var(--slate); font-size: .64rem; font-weight: 700; letter-spacing: .02em; text-transform: none; }
.vehicle-cards-dark .vehicle-item { border-color: rgba(255,255,255,.18); background: var(--ink-2); }
.vehicle-cards-dark .vehicle-content h3, .vehicle-cards-dark .vehicle-content > a { color: var(--white); }
.vehicle-cards-dark .vehicle-content > a.manufacturer-ref { color: #aab4bb; }
.vehicle-cards-dark .vehicle-content > p:not(.vehicle-class) { color: #bfc7cd; }
.vehicle-help { display: flex; min-height: 520px; align-items: end; border-color: var(--orange) !important; background: var(--orange) !important; }
.vehicle-help .vehicle-class, .vehicle-help .vehicle-content > a span { color: var(--white); }
.vehicle-help .vehicle-content > p { color: #fff0e8 !important; }
.fleet-gallery-section { overflow: hidden; background: var(--ink); }
.fleet-gallery { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 235px); }
.fleet-gallery figure:nth-child(1), .fleet-gallery .gallery-tall { grid-column: auto; grid-row: auto; }

.contact-options { background: var(--white); border-bottom: 1px solid var(--line); }
.contact-options-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.contact-options-grid > a { display: flex; min-height: 190px; flex-direction: column; padding: 30px; border-left: 1px solid var(--line); }
.contact-options-grid > a:last-child { border-right: 1px solid var(--line); }
.contact-options-grid span { color: var(--orange); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.contact-options-grid strong { margin-top: 34px; font: 800 1.55rem/1.05 var(--heading); text-transform: uppercase; }
.contact-options-grid b { margin-top: auto; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.enquiry-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.enquiry-intro { position: sticky; top: 150px; }
.enquiry-note { margin-top: 40px; padding: 24px; border-left: 4px solid var(--orange); background: var(--soft); }
.enquiry-note strong { font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.enquiry-note p { margin: 8px 0 0; font-size: .84rem; }
.quote-form { padding: 38px; background: var(--white); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { color: var(--ink); font-size: .72rem; font-weight: 750; }
.form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 48px; border: 1px solid #b9bec2; border-radius: 0; background: var(--white); padding: 11px 12px; color: var(--ink); }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange); outline: 2px solid rgba(200,77,24,.22); outline-offset: 0; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; margin: 22px 0; color: var(--slate); font-size: .78rem; }
.consent input { width: 18px; height: 18px; accent-color: var(--orange); }
.form-status { min-height: 24px; margin: 18px 0 0; color: #8e3511; font-size: .8rem; font-weight: 700; }
.form-submit { width: 100%; }
.erp-panel { padding: 80px 0; background: var(--ink-2); color: var(--white); }
.erp-grid { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.erp-grid h2 { margin-bottom: 14px; color: var(--white); }
.erp-grid p:last-child { max-width: 700px; margin: 0; color: #bfc7cd; }
.map-section { padding: clamp(80px, 9vw, 120px) 0; background: var(--white); }
.map-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.map-copy h2 { margin-bottom: 24px; }
.map-copy p { max-width: 560px; }
.map-copy .button { margin-top: 16px; }
.map-frame { min-height: 460px; border: 1px solid var(--line); box-shadow: 18px 18px 0 var(--soft); }
.map-frame iframe { display: block; width: 100%; min-height: 460px; border: 0; }

@media (max-width: 1050px) {
  .site-header { background: var(--paper); backdrop-filter: none; }
  .menu-toggle { display: block; flex: 0 0 46px; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-toggle > span:not(.sr-only) { transition: transform .2s, opacity .2s; }
  .primary-nav { position: fixed; z-index: 100; top: 150px; right: 0; bottom: auto; width: min(390px, 100%); height: calc(100vh - 150px); height: calc(100dvh - 150px); flex-direction: column; align-items: stretch; gap: 0; padding: 28px 32px 38px; overflow-y: auto; overscroll-behavior: contain; background: var(--paper); box-shadow: -20px 20px 50px rgba(0,0,0,.22); opacity: 0; pointer-events: none; transform: translateX(105%); visibility: hidden; transition: transform .25s, opacity .2s, visibility 0s linear .25s; }
  .primary-nav.open { opacity: 1; pointer-events: auto; transform: none; visibility: visible; transition-delay: 0s; }
  .primary-nav > a { display: flex; min-height: 52px; align-items: center; padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .8rem !important; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
  .primary-nav > a.active { color: var(--orange); }
  .primary-nav .nav-erp { min-height: 50px; margin-top: 16px; justify-content: center; padding: 12px 16px; border: 1px solid var(--ink); }
  .primary-nav .button { min-height: 50px; margin-top: 12px; justify-content: center; padding-inline: 18px; border-bottom: 1px solid var(--orange); color: var(--white); }
  .primary-nav > a.active::after { display: none; }
  .hero-grid { grid-template-columns: 1fr .65fr; gap: 34px; }
  .profile-grid { grid-template-columns: 130px 1fr 1fr; }
  .profile-grid .button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1.2fr .6fr .9fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .page-hero-grid { grid-template-columns: 1.25fr .75fr; gap: 50px; }
  .story-grid, .enquiry-grid, .map-grid { gap: 50px; }
  .company-image-band { grid-template-columns: .8fr .8fr 1.2fr; }
  .vehicle-help { min-height: 480px; }
  .service-grid-four { grid-template-columns: repeat(2, 1fr); }
  .vehicle-gallery { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 220px); }
  .vehicle-gallery figure:nth-child(1) { grid-column: auto; }
  .vehicle-gallery .gallery-tall { grid-row: auto; }
  .fleet-gallery { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 190px); }
}

@media (max-width: 780px) {
  :root { --shell: min(1240px, calc(100% - 32px)); }
  body { padding-bottom: 58px; }
  .topline { display: none; }
  .nav-row { min-height: 82px; gap: 12px; }
  .primary-nav { top: 82px; height: calc(100vh - 140px); height: calc(100dvh - 140px); }
  .brand { width: 150px; min-width: 0; }
  .brand-logo { width: 150px; height: 67px; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 110px; padding-bottom: 42px; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,16,22,.98), rgba(9,16,22,.52)); }
  .hero h1 { font-size: clamp(3.3rem, 16vw, 5.4rem); }
  .hero-brief { margin-top: 16px; }
  .image-caption { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-top: 1px solid var(--line); }
  .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .split-heading, .operation-grid { grid-template-columns: 1fr; gap: 42px; }
  .section-heading { align-items: start; flex-direction: column; }
  .service-grid, .service-grid-four, .fleet-teasers { grid-template-columns: 1fr; }
  .service-grid article { min-height: 230px; border-bottom: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
  .service-grid h3 { margin-top: 60px; }
  .fleet-teaser { min-height: 280px; }
  .gallery-heading-row { align-items: flex-start; flex-direction: column; }
  .vehicle-gallery { min-height: auto; grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
  .vehicle-gallery figure { aspect-ratio: 4/3; }
  .fleet-gallery { grid-template-columns: repeat(2, 1fr); }
  .operation-grid { gap: 60px; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-logo { width: 130px; height: 130px; }
  .profile-grid .button { grid-column: auto; }
  .cta-grid, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cta-grid { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .page-hero-grid, .story-grid, .checklist-grid, .enquiry-grid, .map-grid { grid-template-columns: 1fr; gap: 42px; }
  .company-image-band { grid-template-columns: repeat(2, 1fr); }
  .company-image-band figure { min-height: 300px; }
  .company-image-copy { grid-column: 1 / -1; }
  .page-hero { padding-top: 90px; }
  .page-hero-grid > p { max-width: 600px; }
  .facts-grid, .catalogue-grid { grid-template-columns: repeat(2, 1fr); }
  .principle-grid, .contact-options-grid { grid-template-columns: 1fr; }
  .location-grid, .erp-grid { align-items: flex-start; flex-direction: column; }
  .service-disclaimer .shell, .fleet-notice .shell { grid-template-columns: 1fr; gap: 8px; }
  .vehicle-cards { grid-template-columns: 1fr; }
  .enquiry-intro { position: static; }
  .mobile-actions { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); }
  .mobile-actions a { display: grid; min-height: 58px; place-items: center; color: var(--white); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--orange); }
}

@media (max-width: 480px) {
  .brand { width: 132px; }
  .brand-logo { width: 132px; height: 59px; }
  .primary-nav { padding: 20px 24px 30px; }
  .brand small { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .hero-actions .button { width: 100%; }
  .vehicle-gallery { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div, .footer-grid > div:last-child { grid-column: auto; }
  .page-hero h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
  .facts-grid, .catalogue-grid { grid-template-columns: 1fr; }
  .company-image-band { grid-template-columns: 1fr; }
  .company-image-copy { grid-column: auto; }
  .location-grid { align-items: flex-start; flex-direction: column; }
  .contact-options-grid > a { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .quote-form { padding: 24px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
