:root {
  --ink: #07131d;
  --ink-2: #0c1e2b;
  --steel: #183244;
  --blue: #1595e8;
  --blue-deep: #0878c9;
  --ice: #eaf5fb;
  --paper: #f7fafc;
  --white: #ffffff;
  --muted: #9fb0bc;
  --line: rgba(255,255,255,.16);
  --radius: 0;
  --shadow: 0 24px 60px rgba(1, 16, 27, .22);
  --header-h: 76px;
  --container: 1440px;
  --ease: 220ms cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; background: var(--blue); color: white; }
.skip-link:focus { top: 16px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-h);
  color: var(--white);
  background: rgba(5, 18, 28, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(100% - 48px, var(--container));
  min-height: var(--header-h);
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; flex-direction: column; line-height: .88; flex: 0 0 auto; }
.brand-mark { font-family: Impact, "Arial Black", sans-serif; font-style: italic; font-size: 2.05rem; letter-spacing: .02em; }
.brand-sub { margin-top: 7px; font-size: .62rem; font-weight: 700; letter-spacing: .02em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 1.4vw, 26px); }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: .72rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; border-bottom: 2px solid transparent; transition: color var(--ease), border-color var(--ease); }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a[aria-current="page"] { color: #56bdff; border-color: var(--blue); }
.header-actions { display: flex; gap: 10px; }
.btn {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  color: white;
  background: var(--blue-deep);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease);
}
.btn:hover { background: var(--blue); }
.btn:active { transform: translateY(1px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #76caff; outline-offset: 3px; }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.7); }
.btn-outline:hover { background: white; color: var(--ink); }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; padding: 12px; border: 1px solid var(--line); background: transparent; color: white; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 3px auto; background: currentColor; transition: transform var(--ease), opacity var(--ease); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-5px) rotate(-45deg); }
.mobile-menu { position: absolute; inset: var(--header-h) 0 auto; padding: 16px 24px 28px; background: #06131d; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-menu a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.15rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.hero { min-height: calc(100dvh - var(--header-h)); color: white; background: var(--ink); }
.hero-grid { min-height: calc(100dvh - var(--header-h)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 24vw); }
.hero-main { position: relative; min-height: 650px; isolation: isolate; overflow: hidden; }
.hero-main picture, .hero-main picture img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-main picture img { object-position: center; }
.hero-main::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(2,14,23,.78) 0%, rgba(4,20,31,.5) 44%, rgba(4,20,31,.2) 72%, rgba(4,20,31,.55) 100%), linear-gradient(0deg, rgba(2,12,19,.8), transparent 52%); }
.hero-copy { position: relative; z-index: 1; width: min(100% - 72px, 980px); min-height: 650px; margin: auto; padding: 84px 0 70px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { margin: 0 0 18px; color: #63c4ff; font-size: .78rem; font-weight: 900; letter-spacing: .34em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 900px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(4rem, 7.3vw, 8.4rem); line-height: .84; letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.hero h1 span { color: #2eaaff; }
.hero-lede { max-width: 720px; margin: 22px 0 30px; color: #edf7fc; font-size: clamp(1rem, 1.25vw, 1.3rem); line-height: 1.45; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-link { min-height: 48px; padding: 0 10px; display: inline-flex; align-items: center; gap: 10px; color: #7fcfff; font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.hero-rail { display: grid; grid-template-rows: 1fr auto; border-left: 1px solid var(--line); background: #07131d; }
.hero-rail figure { position: relative; margin: 0; min-height: 0; overflow: hidden; }
.hero-rail img { height: 100%; object-fit: cover; }
.hero-rail figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,15,24,.72), transparent 58%); }
.rail-caption { position: absolute; left: 28px; right: 28px; bottom: 24px; z-index: 2; padding-left: 16px; border-left: 3px solid var(--blue); color: white; font-size: .78rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.rail-note { padding: 24px 28px; border-top: 1px solid var(--line); color: #d9e8f0; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; }
.areas { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); }
.area { position: relative; min-height: 300px; padding: 36px; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; border-right: 1px solid rgba(255,255,255,.28); color: white; }
.area::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(2,14,23,.93), rgba(2,14,23,.15)); transition: background var(--ease); }
.area:hover::after { background: linear-gradient(0deg, rgba(2,14,23,.96), rgba(2,14,23,.05)); }
.area img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.area:hover img { transform: scale(1.025); }
.area h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2rem, 3vw, 3.4rem); line-height: .95; text-transform: uppercase; }
.area p { max-width: 390px; margin: 12px 0 0; color: #e1edf4; }
.area-arrow { margin-left: auto; font-size: 1.8rem; line-height: 1; }

.shell { width: min(100% - 64px, 1320px); margin-inline: auto; }
.section { padding: clamp(72px, 8vw, 128px) 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .58fr); gap: clamp(32px, 6vw, 100px); align-items: end; margin-bottom: clamp(44px, 6vw, 84px); }
.section-head.compact { margin-bottom: 48px; }
.kicker { margin: 0 0 14px; color: var(--blue-deep); font-size: .75rem; font-weight: 900; letter-spacing: .26em; text-transform: uppercase; }
.section-head h2, .diagnostic h2, .prepurchase h2, .lubricants h2, .fleet-banner h2, .booking h2, .faq h2, .audience h2 {
  margin: 0;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: clamp(3.2rem, 6vw, 7.2rem);
  line-height: .86;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.section-head h2 span, .diagnostic h2 span, .prepurchase h2 span, .lubricants h2 span, .fleet-banner h2 span, .booking h2 span, .faq h2 span { color: var(--blue); }
.section-intro { max-width: 570px; margin: 0; color: #435866; font-size: 1.05rem; }
.services-section { background: #fff; }
.service-editorial { border-top: 1px solid #bed0da; }
.service-row { min-height: 124px; display: grid; grid-template-columns: 72px 72px minmax(0,1fr) 48px; gap: 22px; align-items: center; border-bottom: 1px solid #bed0da; transition: color var(--ease), background var(--ease), padding var(--ease); }
.service-row:hover { padding-inline: 18px; color: var(--blue-deep); background: #f0f8fc; }
.service-row.featured { color: white; background: var(--ink); padding-inline: 24px; }
.service-row.featured:hover { background: var(--steel); }
.service-number { color: #6e8594; font-size: .78rem; font-weight: 900; letter-spacing: .2em; }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid currentColor; color: var(--blue); }
.service-icon img { width: 46px; height: 46px; display: block; object-fit: contain; }
.service-row.featured .service-icon { border-color: var(--blue); }
.service-icon svg, .service-links svg, .mobile-bottom svg, .catalog-callout svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-row strong { display: block; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(1.55rem, 2.5vw, 2.55rem); line-height: 1; letter-spacing: .01em; text-transform: uppercase; }
.service-row small { display: block; margin-top: 9px; color: #607583; font-size: .9rem; }
.service-row.featured small { color: #c7d7e1; }
.row-arrow { justify-self: end; font-size: 1.7rem; }
.service-links { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 24px; }
.service-links a { min-height: 48px; padding: 10px 15px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid #b6c9d4; color: #223a49; font-size: .78rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; transition: border-color var(--ease), color var(--ease), background var(--ease); }
.service-links svg { width: 21px; height: 21px; color: var(--blue-deep); transition: color var(--ease); }
.service-links a:hover svg { color: white; }
.service-links a:hover { color: white; background: var(--blue-deep); border-color: var(--blue-deep); }

.audiences { display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--ink); }
.audience { position: relative; min-height: 680px; padding: clamp(48px, 6vw, 94px); display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; }
.audience::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(25deg, rgba(4,17,27,.98) 12%, rgba(5,24,37,.79) 62%, rgba(5,24,37,.25)); }
.audience-personal img { object-position: 58% center; }
.audience img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.audience-copy { max-width: 650px; position: relative; z-index: 1; }
.audience h2 { font-size: clamp(3.4rem, 5.2vw, 6.5rem); }
.audience-copy > p:not(.kicker) { max-width: 520px; color: #d7e3ea; font-size: 1.06rem; }
.check-list { margin: 24px 0 30px; padding: 0; list-style: none; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .4em; width: 11px; height: 6px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(-45deg); }

.dark-section { color: white; background: var(--ink); }
.diagnostic { border-top: 1px solid var(--line); }
.diagnostic-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr); gap: clamp(48px, 8vw, 120px); align-items: center; }
.diagnostic-grid > div:first-child > p:not(.kicker) { max-width: 600px; margin: 26px 0 30px; color: #bed0da; }
.tech-panel { border: 1px solid var(--line); background: #0a1b27; box-shadow: var(--shadow); }
.tech-step { min-height: 132px; padding: 28px 32px; display: grid; grid-template-columns: 50px 1fr; column-gap: 22px; align-content: center; border-bottom: 1px solid var(--line); }
.tech-step:last-child { border-bottom: 0; }
.tech-step > span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--blue); color: #71caff; font-size: .74rem; font-weight: 900; }
.tech-step strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.55rem; letter-spacing: .03em; text-transform: uppercase; }
.tech-step small { color: #9fb1bc; font-size: .86rem; }

.prepurchase { background: #eaf5fb; }
.prepurchase-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); gap: clamp(48px, 8vw, 120px); align-items: center; }
.prepurchase-copy > p:not(.kicker,.pending-note) { max-width: 580px; margin: 24px 0 18px; font-size: 1.08rem; }
.pending-note { max-width: 630px; padding: 13px 16px; color: #4b6574; background: rgba(255,255,255,.72); border-left: 3px solid var(--blue); font-size: .84rem; }
.pending-note.light { color: #c3d3dc; background: rgba(255,255,255,.05); }
.prepurchase .btn { margin-top: 14px; }
.inspection-visual { position: relative; min-height: 510px; margin: 0; color: white; background: #07131d; box-shadow: var(--shadow); overflow: hidden; }
.inspection-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,15,24,.02) 25%, rgba(3,15,24,.92) 100%); pointer-events: none; }
.inspection-visual > img { width: 100%; height: 510px; object-fit: cover; object-position: center; }
.inspection-visual figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.inspection-visual figcaption > span { min-height: 38px; display: flex; align-items: center; gap: 10px; color: #e8f5fb; font-size: .76rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.inspection-visual figcaption b { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: #43b8ff; font-size: .65rem; }
.inspection-visual figcaption small { grid-column: 1 / -1; color: #a9bfca; font-size: .72rem; }

.lubricants { background: white; }
.lubricants-showcase { margin-bottom: 24px; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(310px,.6fr); min-height: 430px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.lubricants-showcase figure { position: relative; min-height: 430px; margin: 0; overflow: hidden; }
.lubricants-showcase figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,15,24,.78), transparent 50%); pointer-events: none; }
.lubricants-showcase figure img { height: 100%; object-fit: cover; }
.lubricants-showcase figcaption { position: absolute; left: 24px; right: 24px; bottom: 20px; z-index: 1; color: #d8e8f0; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.catalog-callout { padding: clamp(30px,4vw,54px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-left: 1px solid var(--line); }
.catalog-callout svg { width: 48px; height: 48px; margin-bottom: 28px; color: #5cc4ff; }
.catalog-callout > span { color: #6ac8ff; font-size: .72rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.catalog-callout strong { margin-top: 12px; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(2rem,3vw,3.2rem); line-height: .95; text-transform: uppercase; }
.catalog-callout p { margin: 16px 0 24px; color: #b9ccd7; }
.vehicle-types { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid #bdd0da; }
.vehicle-types a { min-height: 320px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid #bdd0da; background: linear-gradient(180deg, #fff, #eef6fa); transition: color var(--ease), background var(--ease), transform var(--ease); overflow: hidden; }
.vehicle-types a:last-child { border-right: 0; }
.vehicle-types a:hover { color: white; background: var(--ink-2); transform: translateY(-8px); }
.vehicle-types span { color: var(--blue-deep); font-size: .74rem; font-weight: 900; }
.vehicle-types .vehicle-icon { width: clamp(78px, 7vw, 112px); height: clamp(78px, 7vw, 112px); margin: auto 0 20px; object-fit: contain; object-position: left center; transition: transform var(--ease), filter var(--ease); }
.vehicle-types a:hover .vehicle-icon { transform: translateY(-3px) scale(1.04); filter: brightness(1.9) saturate(1.05); }
.vehicle-types strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(1.6rem, 2vw, 2.4rem); line-height: 1; text-transform: uppercase; }
.vehicle-types small { margin-top: 10px; color: #58707e; font-size: .8rem; }
.vehicle-types a:hover small { color: #bed0da; }
.brand-proof { margin-top: 24px; padding: 22px 28px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px; align-items: center; color: #4f6674; background: #f1f6f9; border-left: 4px solid var(--blue); }
.brand-proof span { font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.brand-proof strong { color: #e3262e; font-family: Impact, sans-serif; font-size: 2.2rem; font-style: italic; }
.brand-proof small { text-align: right; }

.fleet-banner { position: relative; min-height: 720px; display: flex; align-items: center; color: white; background: var(--ink); isolation: isolate; overflow: hidden; }
.fleet-banner > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.fleet-banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,15,24,.98) 5%, rgba(3,15,24,.78) 45%, rgba(3,15,24,.18) 82%); }
.fleet-content { padding-block: 96px; }
.fleet-banner h2 { max-width: 800px; }
.fleet-banner p:not(.kicker) { max-width: 620px; color: #d6e3ea; font-size: 1.08rem; }
.fleet-actions { margin-top: 28px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: #7dccfc; font-weight: 800; }

.work-section { background: #f8fbfc; }
.work-gallery { display: grid; grid-template-columns: 1.7fr .8fr; gap: 18px; }
.work-gallery figure { position: relative; margin: 0; min-height: 570px; overflow: hidden; background: var(--ink); }
.work-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.work-gallery figure:hover img { transform: scale(1.02); }
.work-gallery figcaption { position: absolute; left: 22px; bottom: 20px; padding: 10px 14px; color: white; background: rgba(3,15,24,.82); border-left: 3px solid var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.branches { background: #dff1fb; }
.branch-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.branch-card { background: white; border-top: 4px solid var(--ink); box-shadow: 0 18px 44px rgba(5,30,47,.1); transition: transform var(--ease), box-shadow var(--ease); }
.branch-card:hover { transform: translateY(-6px); box-shadow: 0 24px 52px rgba(5,30,47,.18); }
.branch-card > img { height: 230px; object-fit: cover; }
.branch-illustration-card > img { display: block; width: 100%; height: 230px; object-fit: contain; background: linear-gradient(180deg, #d9e5eb 0%, #dce8ee 100%); padding: 20px 24px 14px; }
.branch-card > div { padding: 28px; }
.branch-card p { margin: 0 0 5px; color: var(--blue-deep); font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.branch-card h3 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.branch-card address { margin: 14px 0 4px; font-style: normal; font-weight: 800; }
.branch-card span { display: block; color: #718693; font-size: .8rem; }
.branch-card a { min-height: 48px; margin-top: 22px; display: flex; align-items: center; justify-content: space-between; color: var(--blue-deep); border-top: 1px solid #d8e4ea; font-size: .8rem; font-weight: 900; text-transform: uppercase; }

.booking-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(560px,1.1fr); gap: clamp(52px,8vw,120px); align-items: start; }
.booking-grid > div > p:not(.kicker) { color: #bdced8; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.wide, .booking-form > .wide { grid-column: 1 / -1; }
.field label { color: #cbdbe4; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.field label span { color: #79909f; font-weight: 500; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: white; background: #0d2433; border: 1px solid #355064; border-radius: 0; }
.field textarea { min-height: 110px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #6d8797; }
.field .error { min-height: 1em; color: #ffb6ba; font-size: .75rem; }
.field.invalid input, .field.invalid select { border-color: #ff6d74; }
.form-status { min-height: 48px; padding: 12px 14px; display: none; align-items: center; color: #d9effb; background: rgba(21,149,232,.14); border-left: 3px solid var(--blue); }
.form-status.visible { display: flex; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: minmax(280px,.65fr) minmax(520px,1fr); gap: clamp(48px,8vw,120px); }
.faq-grid > div:first-child > p:not(.kicker) { max-width: 420px; color: #536b79; }
.accordion { border-top: 1px solid #bccfd9; }
.accordion details { border-bottom: 1px solid #bccfd9; }
.accordion summary { min-height: 78px; padding: 22px 48px 22px 0; display: flex; align-items: center; position: relative; cursor: pointer; font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.45rem; letter-spacing: .02em; text-transform: uppercase; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 6px; color: var(--blue-deep); font-family: Arial, sans-serif; font-size: 1.7rem; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 680px; margin: -4px 0 24px; color: #506875; }

.site-footer { padding: 72px 0 26px; color: #d6e4eb; background: #04111a; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1.25fr; gap: 48px; }
.footer-brand { color: white; }
.footer-locations { color: #4bbaff; font-size: .76rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid h2 { margin: 0 0 16px; color: white; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { min-height: 32px; display: block; color: #9eb2bd; font-size: .86rem; }
.footer-grid > div > a:hover { color: #5fc3ff; }
.footer-bottom { margin-top: 52px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #78909f; border-top: 1px solid var(--line); font-size: .75rem; }
.mobile-bottom { display: none; }

.inner-header .header-inner { min-height: 68px; }
.subpage { min-height: 70vh; background: white; }
.breadcrumb { margin-bottom: 56px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; color: #8ba0ad; font-size: .78rem; }
.breadcrumb a { color: #70c8fb; }
.service-page-hero { position: relative; padding: clamp(64px,8vw,118px) 0 clamp(76px,9vw,132px); color: white; background: radial-gradient(circle at 86% 16%, rgba(28,149,232,.22), transparent 28%), linear-gradient(135deg, #06131d, #0b2535); overflow: hidden; }
.service-page-hero::after { content: ""; position: absolute; right: -90px; bottom: -280px; width: 560px; height: 560px; border: 1px solid rgba(66,183,250,.16); transform: rotate(35deg); box-shadow: 0 0 0 50px rgba(66,183,250,.035), 0 0 0 100px rgba(66,183,250,.025); }
.service-page-hero h1, .branch-page-hero h1, .simple-page h1, .error-page h1 { position: relative; z-index: 1; max-width: 1060px; margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(3.7rem,7.6vw,8.8rem); line-height: .87; letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.service-page-hero > .shell > p:not(.kicker) { position: relative; z-index: 1; max-width: 760px; margin: 24px 0 32px; color: #d3e3eb; font-size: 1.1rem; }
.service-page-hero .hero-actions { position: relative; z-index: 1; }
.subpage-content { background: white; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(430px,.72fr); gap: clamp(48px,9vw,130px); align-items: start; }
.content-grid article h2, .branch-detail-grid h2, .service-next h2 { max-width: 820px; margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(2.7rem,4.8vw,5.7rem); line-height: .94; text-transform: uppercase; }
.content-grid article > p:not(.kicker) { max-width: 720px; color: #465e6b; font-size: 1.08rem; }
.editorial-note { max-width: 680px; margin-top: 32px; padding: 18px 20px; color: #3a5667; background: #eaf5fb; border-left: 4px solid var(--blue); font-size: .88rem; }
.content-grid aside { padding: 32px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.content-grid aside.has-service-image { padding: 0; overflow: hidden; }
.has-service-image > img { height: 260px; object-fit: cover; }
.service-panel-body { min-width: 0; }
.has-service-image .service-panel-body { padding: 28px 32px 32px; }
.panel-label { margin: 0 0 22px; color: #6dc7fb; font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.feature-list { margin: 0; padding: 0; list-style: none; }
.feature-list li { min-height: 68px; padding: 14px 0; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.3rem; text-transform: uppercase; }
.feature-list li:last-child { border-bottom: 0; }
.feature-list li span { color: #54bdff; font-family: Inter, Arial, sans-serif; font-size: .68rem; font-weight: 900; }
.service-next { padding: 52px 0; color: white; background: var(--blue-deep); }
.service-next > .shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.service-next .kicker { color: #d7f1ff; }
.service-next h2 { font-size: clamp(2rem,3.3vw,4rem); }
.service-next .btn { background: var(--ink); }
.subpage-footer { padding-top: 10px; }
.business-form-section h2 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(3rem,5.5vw,6.3rem); line-height: .9; text-transform: uppercase; }
.business-form-section .booking-grid > div > p:not(.kicker) { color: #bed0da; }
.catalog-section { background: #edf6fa; }
.catalog-table { overflow-x: auto; border: 1px solid #b8ccd7; background: white; }
.catalog-row { min-width: 780px; min-height: 66px; display: grid; grid-template-columns: 1fr 1.6fr 1fr 1.4fr 1fr; align-items: center; border-bottom: 1px solid #d0dee5; }
.catalog-row:last-child { border-bottom: 0; }
.catalog-row span { padding: 16px; }
.catalog-head { color: white; background: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.catalog-empty { grid-template-columns: 1fr; color: #607583; }
.catalog-empty span { grid-column: 1 / -1; }
.catalog-cta { margin-top: 24px; }

.branch-page-hero { position: relative; min-height: 590px; padding: 70px 0; display: flex; align-items: flex-end; color: white; background: var(--ink); isolation: isolate; overflow: hidden; }
.branch-page-hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.branch-page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(3,15,24,.96) 8%, rgba(3,15,24,.58) 60%, rgba(3,15,24,.2)); }
.branch-page-hero .breadcrumb { margin-bottom: 80px; }
.branch-page-hero address { margin-top: 22px; color: #d8e7ee; font-size: 1.1rem; font-style: normal; }
.branch-detail-grid { display: grid; grid-template-columns: minmax(360px,.75fr) minmax(520px,1.25fr); gap: clamp(48px,8vw,110px); align-items: start; }
.branch-detail-grid dl { margin: 36px 0; border-top: 1px solid #bdd0da; }
.branch-detail-grid dl > div { padding: 16px 0; display: grid; grid-template-columns: 180px 1fr; gap: 24px; border-bottom: 1px solid #bdd0da; }
.branch-detail-grid dt { color: #647c8a; font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.branch-detail-grid dd { margin: 0; font-weight: 700; }
.map-frame { min-height: 520px; background: #eaf5fb; border: 1px solid #bdd0da; }
.map-frame iframe { width: 100%; height: 520px; display: block; border: 0; }
.simple-page { min-height: 72vh; display: flex; align-items: center; color: white; background: var(--ink); }
.simple-page h1 { max-width: 800px; }
.simple-page p:not(.kicker) { max-width: 720px; margin: 24px 0 30px; color: #c4d5de; }
.error-page { min-height: calc(100dvh - 76px); padding: 80px 24px; display: grid; place-items: center; text-align: center; color: white; background: radial-gradient(circle, #12364c, #06131d 65%); }
.error-page > div { max-width: 900px; }
.error-page p:not(.kicker) { color: #c5d6df; }
.error-page .hero-actions { justify-content: center; margin-top: 28px; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr 280px; }
  .vehicle-types { grid-template-columns: repeat(3,1fr); }
  .vehicle-types a { border-bottom: 1px solid #bdd0da; }
  .vehicle-types a:nth-child(3) { border-right: 0; }
  .vehicle-types a:nth-child(4), .vehicle-types a:nth-child(5) { border-bottom: 0; }
  .branch-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --header-h: 68px; }
  .header-inner { width: min(100% - 24px, var(--container)); gap: 10px; }
  .brand-mark { font-size: 1.65rem; }
  .brand-sub { display: none; }
  .header-actions .btn-outline { display: none; }
  .header-actions .btn { min-height: 44px; padding: 0 14px; font-size: .72rem; }
  .menu-toggle { min-width: 44px; min-height: 44px; }
  .hero { min-height: 770px; }
  .hero-grid { min-height: 770px; grid-template-columns: 1fr; }
  .hero-main { min-height: 770px; }
  .hero-main picture img { object-position: 55% center; }
  .hero-main::after { background: linear-gradient(0deg, rgba(2,14,23,.94) 2%, rgba(2,14,23,.6) 50%, rgba(2,14,23,.12) 86%); }
  .hero-copy { width: calc(100% - 32px); min-height: 770px; padding: 280px 0 48px; justify-content: flex-end; }
  .hero h1 { font-size: clamp(3.15rem, 14.7vw, 5.2rem); line-height: .86; }
  .hero-lede { max-width: 35ch; margin: 18px 0 24px; font-size: 1rem; }
  .hero-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { padding: 0 10px; }
  .hero-link { grid-column: 1 / -1; justify-content: center; }
  .hero-rail { display: none; }
  .areas { grid-template-columns: 1fr; }
  .area { min-height: 300px; padding: 28px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .shell { width: calc(100% - 32px); }
  .section { padding: 72px 0; }
  .section-head, .diagnostic-grid, .prepurchase-grid, .booking-grid, .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .section-head { margin-bottom: 40px; }
  .section-head h2, .diagnostic h2, .prepurchase h2, .lubricants h2, .fleet-banner h2, .booking h2, .faq h2, .audience h2 { font-size: clamp(3.05rem, 14vw, 4.8rem); }
  .service-row { min-height: 116px; grid-template-columns: 34px 48px minmax(0,1fr) 24px; gap: 12px; }
  .service-row.featured { margin-inline: -16px; padding-inline: 16px; }
  .service-icon { width: 44px; height: 44px; }
  .service-icon svg { width: 23px; height: 23px; }
  .service-icon img { width: 36px; height: 36px; }
  .service-row strong { font-size: 1.35rem; }
  .service-row small { font-size: .78rem; line-height: 1.35; }
  .audiences { grid-template-columns: 1fr; }
  .audience { min-height: 590px; padding: 52px 24px; }
  .audience-personal img { object-position: 63% center; }
  .diagnostic-grid, .prepurchase-grid, .booking-grid, .faq-grid { gap: 46px; }
  .tech-step { padding: 24px 18px; }
  .inspection-visual, .inspection-visual > img { min-height: 450px; height: 450px; }
  .inspection-visual > img { object-position: 58% center; }
  .inspection-visual figcaption { left: 16px; right: 16px; bottom: 16px; grid-template-columns: 1fr; gap: 5px; }
  .inspection-visual figcaption small { grid-column: auto; margin-top: 6px; }
  .lubricants-showcase { grid-template-columns: 1fr; }
  .lubricants-showcase figure { min-height: 330px; }
  .catalog-callout { border-top: 1px solid var(--line); border-left: 0; }
  .vehicle-types { grid-template-columns: 1fr 1fr; }
  .vehicle-types a { min-height: 250px; padding: 20px; }
  .vehicle-types .vehicle-icon { width: 86px; height: 86px; margin-bottom: 16px; }
  .vehicle-types a:nth-child(2), .vehicle-types a:nth-child(4) { border-right: 0; }
  .vehicle-types a:nth-child(3) { border-right: 1px solid #bdd0da; }
  .vehicle-types a:nth-child(4) { border-bottom: 1px solid #bdd0da; }
  .vehicle-types a:last-child { grid-column: 1 / -1; min-height: 210px; }
  .brand-proof { grid-template-columns: 1fr auto; gap: 14px; }
  .brand-proof small { grid-column: 1 / -1; text-align: left; }
  .fleet-banner { min-height: 680px; align-items: flex-end; }
  .fleet-banner::after { background: linear-gradient(0deg, rgba(3,15,24,.98) 12%, rgba(3,15,24,.72) 62%, rgba(3,15,24,.25)); }
  .fleet-content { padding-block: 76px; }
  .work-gallery { grid-template-columns: 1fr; }
  .work-gallery figure { min-height: 390px; }
  .work-gallery figure:last-child { min-height: 520px; }
  .branch-grid { grid-template-columns: 1fr; }
  .branch-card > img { height: 210px; }
  .branch-illustration-card > img { height: 210px; padding: 18px 22px 12px; }
  .booking-form { grid-template-columns: 1fr; }
  .field.wide, .booking-form > .wide { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { margin-bottom: 72px; flex-direction: column; }
  .breadcrumb { margin-bottom: 42px; }
  .service-page-hero h1, .branch-page-hero h1, .simple-page h1, .error-page h1 { font-size: clamp(3.1rem,15vw,5rem); }
  .content-grid, .branch-detail-grid { grid-template-columns: 1fr; gap: 42px; }
  .content-grid aside { padding: 24px 20px; }
  .content-grid aside.has-service-image { padding: 0; }
  .has-service-image > img { height: 240px; }
  .has-service-image .service-panel-body { padding: 24px 20px; }
  .service-next > .shell { align-items: flex-start; flex-direction: column; }
  .branch-page-hero { min-height: 600px; }
  .branch-page-hero .breadcrumb { margin-bottom: 120px; }
  .branch-detail-grid dl > div { grid-template-columns: 1fr; gap: 4px; }
  .map-frame, .map-frame iframe { min-height: 420px; height: 420px; }
  .mobile-bottom { position: fixed; inset: auto 0 0; z-index: 40; min-height: 66px; padding: 7px max(8px, env(safe-area-inset-left)) max(7px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(3,1fr); color: #d8e8ef; background: rgba(4,17,26,.97); border-top: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(14px); }
  .mobile-bottom a { min-height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
  .mobile-bottom a:first-child { color: white; background: var(--blue-deep); }
  .mobile-bottom svg { width: 22px; height: 22px; }
}

@media (max-width: 420px) {
  .header-actions .btn { padding-inline: 10px; }
  .brand-mark { font-size: 1.45rem; }
  .hero-copy { padding-top: 250px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4rem); }
  .service-row { grid-template-columns: 28px 1fr 22px; }
  .service-icon { display: none; }
  .vehicle-types { grid-template-columns: 1fr; }
  .vehicle-types a { min-height: 220px; }
  .vehicle-types .vehicle-icon { width: 82px; height: 82px; margin-bottom: 14px; }
  .vehicle-types a, .vehicle-types a:nth-child(3) { border-right: 0; border-bottom: 1px solid #bdd0da; }
  .vehicle-types a:last-child { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
}

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