:root {
  --yellow: #ffc800;
  --yellow-light: #ffdb3d;
  --ink: #11110f;
  --paper: #f6f3ec;
  --muted: #716e65;
  --line: #d8d3c8;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.section-wrap { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }

.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 9px max(32px, calc((100vw - 1300px) / 2)); background: var(--paper); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 28px; font-weight: 700; letter-spacing: 1px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-wordmark strong, .footer-brand strong { color: #ce9400; }
.main-navigation { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 600; }
.main-navigation > a:not(.nav-cta) { border-bottom: 2px solid transparent; padding: 8px 0; }
.main-navigation > a.active, .main-navigation > a:not(.nav-cta):hover { border-color: var(--yellow); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-weight: 700; transition: transform .18s ease, background .18s ease; }
.nav-cta { margin-left: 10px; padding: 13px 18px; background: var(--yellow); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: transparent; padding: 10px 0 10px 10px; }

.hero { position: relative; min-height: 614px; overflow: hidden; display: flex; align-items: center; padding: 80px max(32px, calc((100vw - 1160px) / 2)); background: var(--yellow); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(90deg, #111 1px, transparent 1px), linear-gradient(#111 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-content { position: relative; z-index: 1; width: min(690px, 62%); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; font-size: 11px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow span { display: block; width: 25px; height: 4px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 700; letter-spacing: .5px; line-height: .88; text-transform: uppercase; }
h1 { margin-bottom: 27px; font-size: clamp(69px, 8vw, 116px); }
h1 em, h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--ink); }
.hero-copy { max-width: 500px; margin-bottom: 30px; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 29px; }
.button { min-height: 49px; padding: 0 21px; font-size: 13px; }
.button-primary { background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 13px; font-weight: 700; }
.hero-panel { position: absolute; right: max(32px, calc((100vw - 1160px) / 2)); bottom: 70px; width: 250px; padding: 22px 24px; background: var(--ink); color: #fff; }
.panel-label, .panel-small { margin-bottom: 8px; color: #a8a8a1; font-size: 10px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.status { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-size: 23px; letter-spacing: .4px; text-transform: uppercase; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: #7ce286; box-shadow: 0 0 0 4px rgba(124, 226, 134, .18); }
.panel-line { height: 1px; margin: 21px 0; background: #42423c; }.panel-value { margin-bottom: 17px; font-size: 13px; font-weight: 600; }.panel-value:last-child { margin-bottom: 0; }
.scroll-note { position: absolute; bottom: 25px; left: max(32px, calc((100vw - 1160px) / 2)); display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }.scroll-note span { width: 40px; height: 1px; background: var(--ink); }

.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 160px; padding-top: 129px; padding-bottom: 127px; }.intro h2, .fleet-teaser h2 { margin-bottom: 0; font-size: clamp(55px, 6vw, 82px); }.intro-text { padding-top: 45px; }.intro-text p { color: #45433e; font-size: 16px; line-height: 1.76; }.intro-text .lead { color: var(--ink); font-size: 21px; font-weight: 600; line-height: 1.47; }.intro-text .text-link { margin-top: 19px; }
.service-strip { background: var(--ink); color: #fff; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.service-grid article { min-height: 246px; padding: 45px 42px 36px 0; border-right: 1px solid #3c3c36; }.service-grid article + article { padding-left: 42px; }.service-grid article:last-child { border: 0; }.service-number { color: var(--yellow); font-size: 12px; font-weight: 700; }.service-grid h3 { margin: 37px 0 8px; font-family: var(--display); font-size: 31px; letter-spacing: .5px; text-transform: uppercase; }.service-grid p { max-width: 240px; margin-bottom: 0; color: #bcbcb3; font-size: 13px; line-height: 1.6; }.service-note { margin: 0 auto; padding: 18px 0 24px; border-top: 1px solid #3c3c36; color: #aead9f; font-size: 11px; line-height: 1.5; }.service-note strong { color: var(--yellow); text-transform: uppercase; letter-spacing: .7px; }
.fleet-teaser { display: grid; grid-template-columns: 122px 1fr 1fr; align-items: center; gap: 39px; padding-top: 125px; padding-bottom: 125px; }.fleet-number { display: grid; place-items: center; width: 98px; height: 98px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 43px; }.fleet-copy { padding-top: 31px; }.fleet-copy p { max-width: 360px; line-height: 1.7; }.button-dark { margin-top: 14px; background: var(--ink); color: #fff; }

.site-footer { background: #e8e3d9; }.footer-main { min-height: 193px; display: flex; align-items: center; justify-content: space-between; }.footer-brand { font-family: var(--display); font-size: 34px; letter-spacing: .8px; }.footer-main p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }.footer-links { display: flex; gap: 27px; font-size: 13px; font-weight: 700; }.footer-links a:hover { text-decoration: underline; }.footer-call { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }.disclaimer { padding: 16px 32px; background: var(--ink); color: #deded8; text-align: center; font-size: 11px; line-height: 1.5; }.disclaimer strong { color: var(--yellow); }

@media (max-width: 760px) { .section-wrap { width: min(100% - 40px, 560px); }.site-header { min-height: 69px; padding: 5px 20px; }.brand { font-size: 23px; }.brand img { width: 48px; height: 48px; }.menu-button { display: grid; gap: 4px; }.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); }.main-navigation { position: absolute; z-index: 3; top: 69px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: var(--paper); border-bottom: 1px solid var(--line); }.main-navigation.open { display: grid; }.main-navigation > a:not(.nav-cta) { padding: 14px 0; }.nav-cta { margin: 8px 0 0; }.hero { min-height: 0; align-items: flex-start; flex-direction: column; padding: 70px 20px 35px; }.hero-content { width: 100%; }.hero h1 { font-size: 66px; }.hero-copy { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-panel { position: static; width: 100%; margin-top: 45px; }.scroll-note { display: none; }.intro { grid-template-columns: 1fr; gap: 22px; padding-top: 78px; padding-bottom: 76px; }.intro-text { padding-top: 0; }.intro h2, .fleet-teaser h2 { font-size: 48px; }.service-grid { grid-template-columns: 1fr; }.service-grid article, .service-grid article + article { min-height: auto; padding: 30px 0; border-right: 0; border-bottom: 1px solid #3c3c36; }.service-grid article:last-child { border-bottom: 0; }.service-grid h3 { margin-top: 20px; }.fleet-teaser { grid-template-columns: 1fr; gap: 25px; padding-top: 76px; padding-bottom: 80px; }.fleet-number { width: 67px; height: 67px; font-size: 33px; }.fleet-copy { padding-top: 0; }.footer-main { min-height: 0; display: grid; gap: 29px; padding-top: 47px; padding-bottom: 47px; }.footer-links { gap: 23px; }.disclaimer { padding: 15px 20px; } }

.page-hero { padding: 108px 0 97px; background: var(--ink); color: #fff; }.page-hero .eyebrow { color: var(--yellow); }.page-hero h1 { margin-bottom: 26px; font-size: clamp(67px, 8vw, 112px); }.page-hero h1 em { -webkit-text-stroke-color: var(--yellow); }.page-hero p:last-child { max-width: 475px; margin-bottom: 0; color: #cfcec7; line-height: 1.7; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 115px; padding-top: 112px; padding-bottom: 123px; }.contact-intro h2 { margin-bottom: 28px; font-size: clamp(58px, 6vw, 82px); }.contact-intro > p:not(.eyebrow) { max-width: 360px; color: #504e48; line-height: 1.7; }.contact-detail { display: grid; gap: 4px; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); }.contact-detail span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }.contact-detail strong { font-size: 14px; }.request-form { display: grid; gap: 24px; padding: 39px; background: #eae5db; }.request-form label { display: grid; gap: 9px; font-size: 12px; font-weight: 700; }.request-form input, .request-form textarea { width: 100%; border: 0; border-bottom: 1px solid #aaa398; padding: 9px 0; background: transparent; color: var(--ink); font: 400 14px var(--body); outline: none; resize: vertical; }.request-form input:focus, .request-form textarea:focus { border-color: var(--ink); }.request-form ::placeholder { color: #868176; }.request-form .button { justify-self: start; margin-top: 6px; border: 0; cursor: pointer; }.request-form .button:disabled { cursor: wait; opacity: .65; transform: none; }.form-note { margin: -6px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.captcha-field { display: grid; gap: 11px; padding: 18px; border: 1px solid #c8c1b6; background: #f4f0e8; }.captcha-heading { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }.captcha-refresh { border: 0; border-bottom: 1px solid var(--ink); padding: 0 0 2px; background: transparent; color: var(--ink); font: 700 10px var(--body); letter-spacing: .6px; text-transform: uppercase; cursor: pointer; }.captcha-image { width: 230px; max-width: 100%; height: 74px; border: 1px solid var(--ink); background: #fff; }.website-field { position: absolute; left: -9999px; }.form-status { min-height: 20px; margin: -9px 0 0; color: #9d2525; font-size: 12px; font-weight: 600; }.form-status.success { color: #297a3c; }
.vehicle-section { display: grid; grid-template-columns: 1.12fr .88fr; gap: 95px; align-items: center; padding-top: 110px; padding-bottom: 110px; }.vehicle-image-placeholder { aspect-ratio: 1.18 / 1; display: grid; place-items: center; position: relative; overflow: hidden; background-color: var(--yellow); background-image: linear-gradient(45deg, rgba(17,17,15,.12) 25%, transparent 25%, transparent 75%, rgba(17,17,15,.12) 75%), linear-gradient(45deg, rgba(17,17,15,.12) 25%, transparent 25%, transparent 75%, rgba(17,17,15,.12) 75%); background-position: 0 0, 34px 34px; background-size: 68px 68px; }.vehicle-placeholder-content { width: 68%; padding: 27px; background: var(--ink); color: #fff; text-align: center; }.vehicle-placeholder-content span { display: block; margin-bottom: 12px; color: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }.vehicle-placeholder-content strong { font-family: var(--display); font-size: 31px; font-weight: 600; letter-spacing: .4px; line-height: .95; text-transform: uppercase; }.vehicle-details h2 { margin-bottom: 24px; font-size: clamp(55px, 5vw, 75px); }.vehicle-lead { max-width: 370px; color: #4d4a44; font-size: 16px; line-height: 1.7; }.vehicle-details dl { margin: 31px 0; }.vehicle-details dl div { display: grid; grid-template-columns: 120px 1fr; gap: 15px; padding: 12px 0; border-top: 1px solid var(--line); }.vehicle-details dt { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }.vehicle-details dd { margin: 0; font-size: 13px; font-weight: 600; }.quote-band { padding: 83px 0; background: var(--yellow); }.quote-band p { max-width: 810px; margin-bottom: 18px; font-family: var(--display); font-size: clamp(42px, 5vw, 70px); font-weight: 600; letter-spacing: .5px; line-height: .95; text-transform: uppercase; }.quote-band em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--ink); }.quote-band span { font-size: 12px; font-weight: 700; }

@media (max-width: 760px) { .page-hero { padding: 72px 0 69px; }.page-hero h1 { font-size: 63px; }.contact-layout, .vehicle-section { grid-template-columns: minmax(0, 1fr); gap: 56px; padding-top: 75px; padding-bottom: 76px; }.request-form { padding: 27px 22px; }.vehicle-section { gap: 43px; }.vehicle-section > * { min-width: 0; }.vehicle-placeholder-content { width: 76%; }.vehicle-details h2 { font-size: 48px; }.vehicle-details dl div { grid-template-columns: 105px minmax(0, 1fr); }.quote-band { padding: 69px 0; } }

.vehicle-image { aspect-ratio: 1.18 / 1; margin: 0; overflow: hidden; background: var(--ink); }
.vehicle-image img { display: block; width: 100%; height: 100%; object-fit: contain; }