:root {
  --blue: #075bea;
  --blue-dark: #07316f;
  --yellow: #ffd438;
  --ink: #11151b;
  --paper: #f6f7f4;
  --white: #ffffff;
  --muted: #64707d;
  --line: #cbd2d9;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.skip-link { position: fixed; top: -5rem; left: .75rem; z-index: 100; padding: .75rem 1rem; color: white; background: var(--ink); }
.skip-link:focus { top: .75rem; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.kicker { margin: 0 0 .8rem; color: var(--blue); font: 800 .72rem/1.2 'Courier New', monospace; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Arial Black, Arial, Helvetica, sans-serif; line-height: .96; letter-spacing: -.055em; }
h1 { margin-bottom: 1.4rem; font-size: clamp(3.6rem, 10vw, 9.2rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 6vw, 5.6rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2.2rem); }
p { margin: 0 0 1rem; }
.lede { max-width: 64ch; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; padding: .8rem 1.2rem; border: 2px solid var(--ink); background: var(--ink); color: white; font: 900 .74rem/1 Arial, sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.button:hover { color: var(--ink); background: var(--yellow); }
.button--yellow { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.button--white { color: var(--ink); background: white; border-color: white; }
.button--outline { color: var(--ink); background: transparent; }
.text-link { font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: .23em; }

.utility-bar { color: white; background: var(--ink); }
.utility-inner { min-height: 2.6rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font: 700 .72rem/1.2 'Courier New', monospace; letter-spacing: .05em; }
.utility-inner a { text-decoration: none; }
.site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.header-inner { min-height: 6.3rem; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 2rem; }
.brand { width: 84px; height: 84px; display: grid; place-items: center; }
.brand img { width: 78px; height: 78px; object-fit: cover; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(.7rem, 1.8vw, 1.8rem); }
.site-nav a { font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: var(--blue); }
.menu-button { display: none; border: 2px solid var(--ink); padding: .55rem .75rem; background: white; font-weight: 900; }

.dispatch-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); min-height: 700px; }
.hero-copy { display: grid; align-content: center; padding: clamp(3rem, 7vw, 7rem) max(1rem, calc((100vw - var(--max)) / 2)); padding-right: clamp(2rem, 6vw, 6rem); color: white; background: var(--blue); }
.hero-copy .kicker { color: var(--yellow); }
.hero-copy h1 { max-width: 8ch; }
.hero-copy .lede { color: rgba(255,255,255,.8); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1rem; }
.hero-garage { position: relative; overflow: hidden; display: grid; align-content: end; min-height: 700px; padding: 3rem; background-color: white; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 48px 48px; }
.hero-garage::before { content: 'READY'; position: absolute; top: 2rem; right: -1rem; color: rgba(7,91,234,.08); font: 900 clamp(5rem, 13vw, 12rem)/1 Arial Black, Arial, sans-serif; transform: rotate(90deg) translateX(100%); transform-origin: top right; }
.hero-car { position: relative; z-index: 2; width: 95%; margin-inline: auto; filter: drop-shadow(0 26px 24px rgba(0,0,0,.18)); }
.dispatch-tag { position: absolute; z-index: 3; top: 2rem; left: 2rem; width: 8.5rem; height: 8.5rem; display: grid; place-items: center; padding: 1rem; border-radius: 50%; background: var(--yellow); font: 900 .72rem/1.2 'Courier New', monospace; letter-spacing: .08em; text-align: center; text-transform: uppercase; transform: rotate(-8deg); }

.section { padding-block: clamp(4.5rem, 8vw, 8rem); }
.section--white { background: white; }
.section--ink { color: white; background: var(--ink); }
.section--blue { color: white; background: var(--blue); }
.section-head { display: grid; grid-template-columns: 1fr .8fr; gap: 2rem; align-items: end; margin-bottom: 3.5rem; }
.section-head .lede { justify-self: end; }
.section--ink .lede, .section--blue .lede { color: rgba(255,255,255,.7); }

.quick-specs { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: white; }
.quick-spec { min-height: 240px; padding: 1.7rem; border-right: 1px solid var(--line); }
.quick-spec:last-child { border-right: 0; }
.quick-spec span { font: 800 .7rem/1.2 'Courier New', monospace; color: var(--blue); }
.quick-spec h3 { margin: 5rem 0 .7rem; }
.quick-spec p { color: var(--muted); }

.fleet-preview { border-top: 2px solid white; }
.fleet-preview-row { display: grid; grid-template-columns: 52px 230px 1fr auto; align-items: center; gap: 1.5rem; min-height: 180px; border-bottom: 1px solid rgba(255,255,255,.24); }
.fleet-preview-row .index { color: var(--yellow); font: 800 .78rem/1 'Courier New', monospace; }
.fleet-preview-row img { width: 230px; height: 145px; object-fit: contain; background: white; }
.fleet-preview-row h3 { margin: 0 0 .45rem; font-size: clamp(1.7rem, 3vw, 3rem); }
.fleet-preview-row p { margin: 0; color: rgba(255,255,255,.66); }
.rate { display: grid; justify-items: end; font: 800 .68rem/1.3 'Courier New', monospace; letter-spacing: .04em; text-transform: uppercase; }
.rate strong { color: var(--yellow); font: 900 1.8rem/1 Arial Black, Arial, sans-serif; }

.service-board { border-top: 2px solid var(--ink); }
.service-line { display: grid; grid-template-columns: 70px 1fr 320px 52px; gap: 1.4rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.service-line .num { font: 800 .76rem/1 'Courier New', monospace; color: var(--blue); }
.service-line h3 { margin: 0; }
.service-line p { margin: 0; color: var(--muted); font-size: .9rem; }
.service-line .arrow { width: 3.2rem; height: 3.2rem; display: grid; place-items: center; border: 2px solid var(--ink); font-weight: 900; }
.service-line:hover .arrow { background: var(--yellow); }

.sale-banner { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 520px; background: var(--yellow); }
.sale-banner img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.sale-copy { display: grid; align-content: center; padding: clamp(2rem, 6vw, 6rem); }
.sale-copy .kicker { color: var(--ink); }

.page-hero { border-bottom: 1px solid var(--line); background: white; }
.page-hero-grid { min-height: 480px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 3rem; padding-block: 4rem; }
.page-hero h1 { max-width: 11ch; font-size: clamp(3.4rem, 8vw, 7.7rem); }
.page-hero-visual { position: relative; min-height: 340px; display: grid; place-items: center; overflow: hidden; background-color: var(--paper); background-image: radial-gradient(var(--line) 1px, transparent 1px); background-size: 20px 20px; }
.page-hero-visual img { width: 88%; max-height: 330px; object-fit: contain; mix-blend-mode: multiply; }
.page-hero-visual::after { content: attr(data-label); position: absolute; right: 1rem; bottom: .8rem; color: var(--blue); font: 800 .7rem/1.2 'Courier New', monospace; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs { margin-bottom: 1.4rem; color: var(--muted); font: 700 .72rem/1.4 'Courier New', monospace; }
.breadcrumbs a { text-underline-offset: .2em; }

.split { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.dispatch-note { position: sticky; top: 2rem; padding: 1.4rem; border: 2px solid var(--ink); background: white; box-shadow: 12px 12px 0 var(--yellow); }
.dispatch-note h3 { margin-bottom: .8rem; }
.content { max-width: 780px; }
.content h2 { margin: 2.8rem 0 1rem; font-size: clamp(2.2rem, 5vw, 4.4rem); }
.content h3 { margin: 2rem 0 .7rem; }
.content ul, .content ol { padding-left: 1.2rem; }
.content li { margin-bottom: .55rem; }
.content a { font-weight: 900; text-underline-offset: .2em; }
.check-list { list-style: none; padding: 0 !important; }
.check-list li { position: relative; padding: .65rem 0 .65rem 2rem; border-bottom: 1px solid var(--line); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 900; }

.fleet-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.filter-button { border: 1px solid var(--ink); padding: .55rem .85rem; background: transparent; font: 800 .7rem/1 'Courier New', monospace; text-transform: uppercase; cursor: pointer; }
.filter-button[aria-pressed='true'] { color: white; background: var(--blue); border-color: var(--blue); }
.fleet-list { border-top: 2px solid var(--ink); }
.fleet-row { display: grid; grid-template-columns: 250px 1fr 160px; gap: 2rem; align-items: center; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.fleet-row[hidden] { display: none; }
.fleet-row img { width: 250px; height: 170px; object-fit: contain; mix-blend-mode: multiply; }
.fleet-row h2 { margin: 0 0 .65rem; font-size: clamp(2rem, 4vw, 3.6rem); }
.spec-line { display: flex; flex-wrap: wrap; gap: .45rem 1rem; color: var(--muted); font: 700 .74rem/1.4 'Courier New', monospace; }
.fleet-row .rate { justify-items: start; }

.vehicle-stage { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 620px; background: white; }
.vehicle-image { display: grid; place-items: center; padding: 3rem; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 44px 44px; }
.vehicle-image img { width: 90%; max-height: 490px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 20px 16px rgba(0,0,0,.14)); }
.vehicle-spec { display: grid; align-content: center; padding: clamp(2.5rem, 6vw, 6rem); color: white; background: var(--blue-dark); }
.vehicle-spec h1 { font-size: clamp(3.5rem, 7vw, 7rem); }
.vehicle-spec .kicker { color: var(--yellow); }
.vehicle-rate { margin: 1rem 0 1.4rem; padding-block: 1rem; border-block: 1px solid rgba(255,255,255,.3); font: 800 .78rem/1.4 'Courier New', monospace; text-transform: uppercase; }
.vehicle-rate strong { display: block; color: var(--yellow); font: 900 clamp(2.5rem, 5vw, 5rem)/1 Arial Black, Arial, sans-serif; }
.vehicle-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-bottom: 1.5rem; background: rgba(255,255,255,.22); }
.vehicle-specs div { padding: .9rem; background: var(--blue-dark); }
.vehicle-specs span { display: block; color: rgba(255,255,255,.64); font: 700 .65rem/1.2 'Courier New', monospace; text-transform: uppercase; }

.timeline { border-left: 3px solid var(--blue); margin-left: 1rem; padding-left: 2rem; }
.timeline-item { position: relative; padding-bottom: 2.4rem; }
.timeline-item::before { content: ''; position: absolute; left: calc(-2rem - 8px); top: .2rem; width: 13px; height: 13px; border: 3px solid var(--paper); border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 2px var(--blue); }
.timeline-item h3 { margin-bottom: .5rem; }

.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; font: 900 clamp(1.2rem, 2.5vw, 2rem)/1.15 Arial Black, Arial, sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; float: right; color: var(--blue); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { max-width: 70ch; padding-top: 1rem; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; border: 2px solid var(--ink); background: white; }
.contact-panel { padding: clamp(2rem, 5vw, 4rem); color: white; background: var(--blue-dark); }
.contact-panel h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.contact-list { list-style: none; margin: 2rem 0 0; padding: 0; }
.contact-list li { padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.contact-list a { font-weight: 900; }
.booking-form { padding: clamp(2rem, 5vw, 4rem); }
.booking-form h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field--wide { grid-column: 1 / -1; }
.field label { font: 800 .68rem/1.2 'Courier New', monospace; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 3rem; border: 1px solid var(--ink); border-radius: 0; padding: .75rem; background: var(--paper); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note, .form-status { margin-top: 1rem; color: var(--muted); font-size: .8rem; }
.form-status { color: var(--blue-dark); font-weight: 900; }

.cta { overflow: hidden; position: relative; padding: clamp(3rem, 8vw, 7rem); color: var(--ink); background: var(--yellow); }
.cta::after { content: 'GO'; position: absolute; right: -2rem; bottom: -5rem; color: rgba(17,21,27,.08); font: 900 clamp(10rem, 26vw, 24rem)/1 Arial Black, Arial, sans-serif; }
.cta > * { position: relative; z-index: 1; }
.cta h2 { max-width: 10ch; }
.cta p { max-width: 55ch; margin: 1.3rem 0 1.8rem; }

.site-footer { color: white; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 3rem; padding-block: 4.5rem; }
.footer-main h2 { color: var(--yellow); }
.footer-main h3 { margin-bottom: 1rem; font: 900 .72rem/1.2 'Courier New', monospace; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: .5rem; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-links a:hover { color: white; text-decoration: underline; }
.footer-base { border-top: 1px solid rgba(255,255,255,.18); padding-block: 1rem; color: rgba(255,255,255,.55); font-size: .72rem; }
.footer-base .shell { display: flex; justify-content: space-between; gap: 1rem; }

.not-found { min-height: 65vh; display: grid; align-items: center; }
.not-found strong { display: block; color: var(--blue); font: 900 clamp(8rem, 28vw, 25rem)/.72 Arial Black, Arial, sans-serif; letter-spacing: -.1em; }

@media (max-width: 920px) {
  .header-inner { grid-template-columns: 100px auto auto; }
  .header-cta { display: none; }
  .menu-button { display: inline-flex; justify-self: end; }
  .site-nav { display: none; position: absolute; top: calc(100% + .5rem); left: 1rem; right: 1rem; flex-direction: column; align-items: stretch; padding: 1rem; background: var(--ink); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .65rem; color: white; }
  .dispatch-hero, .page-hero-grid, .section-head, .split, .sale-banner, .contact-grid, .vehicle-stage { grid-template-columns: 1fr; }
  .hero-garage { min-height: 520px; }
  .section-head .lede { justify-self: start; }
  .dispatch-note { position: static; }
  .fleet-preview-row { grid-template-columns: 42px 180px 1fr; }
  .fleet-preview-row img { width: 180px; }
  .fleet-preview-row .rate { grid-column: 3; justify-items: start; padding-bottom: 1rem; }
  .service-line { grid-template-columns: 50px 1fr 52px; }
  .service-line p { grid-column: 2; }
  .fleet-row { grid-template-columns: 200px 1fr; }
  .fleet-row .rate { grid-column: 2; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .utility-inner span { display: none; }
  .utility-inner { justify-content: center; }
  .shell { width: min(calc(100% - 1.25rem), var(--max)); }
  h1 { font-size: clamp(3.25rem, 18vw, 5.4rem); }
  .hero-copy { padding: 3.5rem 1rem; }
  .hero-garage { min-height: 420px; padding: 1.5rem; }
  .dispatch-tag { width: 6.5rem; height: 6.5rem; top: 1rem; left: 1rem; font-size: .58rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .quick-specs, .footer-main, .form-grid { grid-template-columns: 1fr; }
  .quick-spec { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-spec h3 { margin-top: 2rem; }
  .fleet-preview-row { grid-template-columns: 35px 1fr; padding-block: 1.2rem; }
  .fleet-preview-row img { grid-column: 2; width: 100%; height: 190px; }
  .fleet-preview-row .rate { grid-column: 2; }
  .service-line { grid-template-columns: 40px 1fr; }
  .service-line p, .service-line .arrow { grid-column: 2; }
  .fleet-row { grid-template-columns: 1fr; }
  .fleet-row img { width: 100%; height: 230px; }
  .fleet-row .rate { grid-column: auto; }
  .vehicle-specs { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .footer-main > :first-child { grid-column: auto; }
  .footer-base .shell { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
