:root {
  --ink: #171b19;
  --ink-2: #222825;
  --paper: #f7f3ea;
  --cream: #ebe4d6;
  --white: #fffdf8;
  --red: #a43932;
  --red-dark: #792923;
  --gold: #dfb14c;
  --green: #324b3c;
  --muted: #666d68;
  --line: #d9d2c5;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; color: #fff; background: #000; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.service-strip { background: var(--red-dark); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.strip-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.strip-inner a { color: #fff; text-decoration-color: rgba(255,255,255,.5); text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(23,27,25,.97); color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; line-height: 1; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--red); border: 2px solid var(--gold); border-radius: 50%; font-family: Georgia, serif; font-size: 28px; font-weight: 800; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 25px; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 5px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav > a { color: rgba(255,255,255,.8); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: #fff; }
.primary-nav .nav-call { padding: 11px 17px; color: #fff; background: var(--red); border-radius: 3px; }
.menu-button { display: none; color: #fff; background: transparent; border: 0; font-size: 24px; }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; background: var(--ink); color: #fff; }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,12,10,.95) 0%, rgba(9,12,10,.77) 38%, rgba(9,12,10,.12) 72%, rgba(9,12,10,.05) 100%), linear-gradient(0deg, rgba(9,12,10,.5), transparent 45%); }
.hero-inner { position: relative; z-index: 1; padding-block: 90px; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow, .light .eyebrow, .closing-cta .eyebrow { color: var(--gold); }
.hero h1 { max-width: 700px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 8.3vw, 116px); font-weight: 700; letter-spacing: -.055em; line-height: .87; }
.hero-copy { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.86); font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2.2vw, 27px); line-height: 1.42; }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 3px; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(0,0,0,.12); }
.button-ghost:hover { border-color: #fff; background: rgba(0,0,0,.35); }
.button-outline { color: var(--ink); border-color: var(--ink); }
.button-light { color: var(--ink); background: var(--white); }
.hero-note { margin: 18px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }

.proof-band { color: #fff; background: var(--red); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 120px; display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 14px; padding: 20px 32px; border-left: 1px solid rgba(255,255,255,.22); }
.proof-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.22); }
.proof-grid strong { grid-row: 1 / 3; align-self: center; font-family: Georgia, "Times New Roman", serif; font-size: 35px; }
.proof-grid span { align-self: end; font-size: 14px; font-weight: 800; }
.proof-grid small { align-self: start; color: rgba(255,255,255,.72); }
.proof-grid .stars { color: #ffd46c; letter-spacing: .1em; }

.section { padding-block: 100px; }
.section-label { display: flex; align-items: center; gap: 18px; }
.section-label span { color: var(--red); font-family: Georgia, serif; font-size: 32px; }
.section-label p { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.intro-copy p { max-width: 740px; color: #4f5752; font-size: 18px; }
.intro-copy .lead { margin: 0 0 20px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(35px, 4.6vw, 58px); line-height: 1.08; letter-spacing: -.035em; }
.section-dark { color: #fff; background: var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.section-heading h2 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.04em; line-height: 1.02; }
.section-heading > p { max-width: 370px; margin: 0; color: var(--muted); }
.section-heading.light > p { color: rgba(255,255,255,.62); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.service-grid article { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.service-grid article > span { color: var(--gold); font-family: Georgia, serif; font-size: 19px; }
.service-grid h3 { margin: 54px 0 11px; font-family: Georgia, serif; font-size: 27px; }
.service-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 15px; }
.service-grid .service-feature { background: var(--red-dark); }
.service-grid .service-feature a { display: inline-block; margin-top: 18px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; text-underline-offset: 4px; }

.fleet { background: var(--white); }
.fleet-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.fleet-gallery { position: relative; min-height: 760px; }
.fleet-gallery figure { margin: 0; display: flex; flex-direction: column; background: var(--ink); box-shadow: 0 24px 70px rgba(34,38,35,.16); }
.fleet-gallery img { display: block; width: 100%; flex: 1; min-height: 0; object-fit: cover; }
.fleet-gallery figcaption { padding: 11px 15px; color: rgba(255,255,255,.65); font-size: 11px; }
.fleet-main { position: absolute; inset: 0 70px 120px 0; }
.fleet-main img { object-position: 34% center; }
.fleet-detail { position: absolute; width: 65%; right: 0; bottom: 0; border: 8px solid var(--white); }
.fleet-copy h2 { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(43px, 5vw, 68px); letter-spacing: -.045em; line-height: 1; }
.fleet-copy > p { color: var(--muted); }
.fleet-copy .fleet-lead { color: var(--ink); font-family: Georgia, serif; font-size: 23px; line-height: 1.45; }
.fleet-facts { margin-top: 30px; border-top: 1px solid var(--line); }
.fleet-facts > div { display: grid; grid-template-columns: 140px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.fleet-facts strong { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.fleet-facts span { color: var(--muted); font-size: 13px; }
.fleet-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.source-note { margin-top: 20px; font-size: 11px; line-height: 1.5; }

.reviews { background: var(--paper); }
.text-link { color: var(--red-dark); font-size: 12px; font-weight: 900; letter-spacing: .055em; text-underline-offset: 5px; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid figure { min-height: 310px; display: flex; flex-direction: column; margin: 0; padding: 30px; background: var(--white); border: 1px solid var(--line); }
.quote-mark { height: 54px; color: var(--red); font-family: Georgia, serif; font-size: 76px; line-height: 1; }
.review-grid blockquote { margin: 20px 0 35px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.38; }
.review-grid figcaption { margin-top: auto; display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 18px; }
.review-grid figcaption span { color: var(--muted); font-size: 12px; }
.review-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; }

.visit { background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.visit h2 { max-width: 520px; margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 68px); letter-spacing: -.04em; line-height: 1.02; }
.visit address { margin-bottom: 28px; font-family: Georgia, serif; font-size: 24px; font-style: normal; line-height: 1.4; }
.visit dl { margin: 0; }
.visit dl > div { display: grid; grid-template-columns: 110px 1fr; padding: 12px 0; border-top: 1px solid #cfc5b4; }
.visit dt { font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.visit dd { margin: 0; }
.inspection-badge-card { display: grid; grid-template-columns: 92px 1fr; gap: 16px; align-items: center; margin: 24px 0 0; padding: 12px; background: rgba(255,255,255,.58); border: 1px solid #cfc5b4; }
.inspection-badge-card img { display: block; width: 92px; height: 92px; object-fit: cover; }
.inspection-badge-card figcaption { display: flex; flex-direction: column; }
.inspection-badge-card strong { font-family: Georgia, serif; font-size: 18px; }
.inspection-badge-card span { color: var(--muted); font-size: 12px; }
.map-card { position: relative; min-height: 520px; display: flex; align-items: end; overflow: hidden; padding: 38px; color: #fff; background: var(--green); text-decoration: none; border: 12px solid var(--white); box-shadow: 0 24px 60px rgba(39,41,37,.16); }
.map-lines { position: absolute; inset: 0; opacity: .35; }
.map-lines i { position: absolute; display: block; width: 150%; height: 3px; background: #d7d7bd; transform-origin: left center; }
.map-lines i:nth-child(1) { top: 20%; left: -12%; transform: rotate(18deg); }
.map-lines i:nth-child(2) { top: 42%; left: -30%; transform: rotate(-27deg); }
.map-lines i:nth-child(3) { top: 75%; left: -5%; transform: rotate(11deg); }
.map-lines i:nth-child(4) { top: -3%; left: 68%; transform: rotate(77deg); }
.map-pin { position: absolute; top: 38%; left: 54%; width: 46px; height: 46px; background: var(--red); border: 8px solid var(--paper); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 8px 20px rgba(0,0,0,.22); }
.map-card > div:last-child { position: relative; z-index: 1; display: flex; flex-direction: column; padding: 20px; background: rgba(16,25,19,.88); }
.map-card strong { font-family: Georgia, serif; font-size: 28px; }
.map-card span { color: rgba(255,255,255,.75); }
.map-card small { margin-top: 10px; color: var(--gold); font-weight: 800; text-transform: uppercase; }

.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 24px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--red); font-family: system-ui, sans-serif; font-size: 30px; font-weight: 300; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 780px; margin: -4px 0 28px; color: var(--muted); }

.closing-cta { padding-block: 72px; color: #fff; background: var(--red); }
.closing-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.closing-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(36px, 4.2vw, 58px); letter-spacing: -.035em; line-height: 1.05; }
.site-footer { padding-top: 70px; color: #fff; background: #111412; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding-bottom: 60px; }
.footer-grid h2 { margin: 0 0 14px; color: var(--gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p { color: rgba(255,255,255,.62); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.footer-grid > div:not(:first-child) a { color: rgba(255,255,255,.82); text-underline-offset: 4px; }
.footer-grid small { color: rgba(255,255,255,.42); }
.footer-brand { margin-bottom: 18px; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.42); border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }

@media (max-width: 900px) {
  .shell { width: min(100% - 34px, var(--shell)); }
  .header-inner { min-height: 70px; }
  .menu-button { display: block; }
  .primary-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 17px 20px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .primary-nav .nav-call { margin-top: 10px; text-align: center; }
  .hero { min-height: 650px; }
  .hero-media img { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,12,10,.9), rgba(9,12,10,.44)), linear-gradient(0deg, rgba(9,12,10,.7), transparent 70%); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 92px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
  .intro { grid-template-columns: 1fr; gap: 34px; }
  .section-heading { display: block; }
  .section-heading > p, .section-heading > .text-link { display: inline-block; margin-top: 20px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid figure { min-height: 260px; }
  .visit-grid { grid-template-columns: 1fr; }
  .fleet-grid { grid-template-columns: 1fr; }
  .fleet-gallery { min-height: 650px; }
  .map-card { min-height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .strip-inner span { display: none; }
  .strip-inner { justify-content: center; }
  .brand strong { font-size: 22px; }
  .brand-mark { width: 40px; height: 40px; }
  .hero { min-height: 690px; align-items: end; }
  .hero-inner { padding-block: 88px 60px; }
  .hero h1 { font-size: clamp(56px, 19vw, 82px); }
  .hero-copy { font-size: 19px; }
  .hero-actions .button { width: 100%; }
  .section { padding-block: 72px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 220px; }
  .visit dl > div { grid-template-columns: 1fr; gap: 3px; }
  .inspection-badge-card { grid-template-columns: 76px 1fr; }
  .inspection-badge-card img { width: 76px; height: 76px; }
  .visit-actions .button { width: 100%; }
  .map-card { min-height: 360px; padding: 18px; border-width: 8px; }
  .fleet-gallery { min-height: 470px; }
  .fleet-main { inset: 0 28px 80px 0; }
  .fleet-detail { width: 70%; }
  .fleet-facts > div { grid-template-columns: 1fr; gap: 4px; }
  .closing-cta .shell { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

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