:root {
  --asphalt: #0e151c;
  --asphalt-2: #16212c;
  --asphalt-3: #1f2d3b;
  --navy: #12263a;
  --amber: #f2a900;
  --amber-hot: #ffbb1f;
  --amber-dark: #8f5d00;
  --steel: #c9d3dc;
  --paper: #f1eee8;
  --white: #ffffff;
  --ink: #141d26;
  --muted: #4d5a66;
  --line: #d9d3c6;
  --radius: 10px;
  --shadow: 0 1px 2px rgba(14, 21, 28, .08), 0 10px 28px rgba(14, 21, 28, .12);
  --head: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;
  --tread: repeating-linear-gradient(115deg, transparent 0 14px, rgba(255,255,255,.07) 14px 22px),
           repeating-linear-gradient(65deg, transparent 0 14px, rgba(255,255,255,.07) 14px 22px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); font-size: 1.0625rem; line-height: 1.6; color: var(--ink); background: var(--paper); }
img, svg { max-width: 100%; }
a { color: var(--navy); }
a:hover { color: var(--amber-dark); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }
h1, h2, h3 { font-family: var(--head); line-height: 1.02; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 800; font-style: italic; text-transform: uppercase; letter-spacing: -.005em; }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; font-style: italic; text-transform: uppercase; }
h3 { font-size: 1.45rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
p { margin: 0 0 1em; }
address { font-style: normal; }

.wrap { width: min(1180px, 100% - 32px); margin-inline: auto; }
.narrow { max-width: 640px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--amber); color: var(--ink); padding: 10px 16px; z-index: 100; font-weight: 600; }
.skip:focus { left: 8px; }
.ico { width: 1.15em; height: 1.15em; flex: none; vertical-align: -0.18em; }

/* Buttons: angled, motorsport-style */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .5em; min-height: 50px; padding: .7em 1.6em;
  font-family: var(--head); font-weight: 800; font-style: italic; font-size: 1.2rem; letter-spacing: .05em; text-transform: uppercase;
  text-decoration: none; border: 2px solid transparent; cursor: pointer; clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  transition: background .15s, color .15s, transform .15s; }
.btn:hover { transform: translateX(2px); }
.btn-amber { background: var(--amber); color: var(--ink); }
.btn-amber:hover { background: var(--amber-hot); color: var(--ink); }
.btn-navy { background: var(--asphalt); color: var(--white); }
.btn-navy:hover { background: var(--asphalt-3); color: var(--white); }
.btn-ghost-light { background: rgba(255,255,255,.1); color: var(--white); box-shadow: inset 0 0 0 2px rgba(255,255,255,.55); }
.btn-ghost-light:hover { background: var(--white); color: var(--ink); }
.btn-outline { box-shadow: inset 0 0 0 2px var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--white); }

/* Top bar + header */
.topbar { background: var(--amber); color: var(--ink); font-size: .9rem; font-weight: 600; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; flex-wrap: wrap; }
.topbar a { color: var(--ink); text-decoration: none; font-weight: 700; }
.topbar a:hover { text-decoration: underline; color: var(--ink); }
.site-header { background: var(--asphalt); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #000; box-shadow: 0 2px 0 var(--asphalt-3); }
.nav-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 78px; }
.brand { display: block; line-height: 0; }
.brand img { height: 48px; width: auto; }
.menu-btn { display: none; align-items: center; gap: 6px; min-height: 44px; padding: 0 14px; border: 2px solid rgba(255,255,255,.6); border-radius: 6px;
  background: none; color: var(--white); font: italic 800 1.05rem var(--head); text-transform: uppercase; letter-spacing: .05em; cursor: pointer; }
.menu-btn .ico { width: 22px; height: 22px; }
#nav { display: flex; align-items: center; gap: 18px; }
#nav ul { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
#nav ul a { display: block; padding: 10px 14px; font: italic 700 1.2rem var(--head); letter-spacing: .06em; text-transform: uppercase; text-decoration: none; color: var(--steel); }
#nav ul a:hover { color: var(--white); }
#nav ul a[aria-current="page"] { color: var(--amber); box-shadow: inset 0 -3px 0 var(--amber); }
.nav-call { font-size: 1.05rem; min-height: 44px; padding: .5em 1.3em; }

@media (max-width: 980px) {
  .menu-btn { display: inline-flex; }
  #nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--asphalt); flex-direction: column; align-items: stretch;
    padding: 8px 16px 20px; border-bottom: 4px solid var(--amber); gap: 12px; }
  #nav.open { display: flex; }
  #nav ul { flex-direction: column; }
  #nav ul a { padding: 14px 8px; border-bottom: 1px solid var(--asphalt-3); }
  #nav ul a[aria-current="page"] { box-shadow: inset 4px 0 0 var(--amber); padding-left: 16px; }
  .brand img { height: 40px; }
}
@media (max-width: 520px) {
  .topbar span { display: none; }
  .topbar .wrap { justify-content: center; }
  .brand img { height: 34px; }
}

/* Hero: night road */
.hero { position: relative; overflow: hidden; color: var(--white);
  background: radial-gradient(900px 420px at 78% 10%, #27425e 0%, transparent 65%), linear-gradient(#0f1d2b, #0b141c 75%); }
.hero-scene { position: absolute; inset: auto 0 0 0; height: 100%; pointer-events: none; }
.hero-mtn { position: absolute; left: 0; right: 0; bottom: 110px; width: 100%; height: 48%; }
.road { position: absolute; left: 0; right: 0; bottom: 0; height: 110px; background: linear-gradient(#20282f, #151b21);
  border-top: 4px solid #3a444d; }
.road::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: var(--amber); opacity: .85; }
.lane { position: absolute; left: 0; right: 0; top: 50%; height: 6px; margin-top: -3px;
  background: repeating-linear-gradient(90deg, #f4f1e8 0 60px, transparent 60px 120px); opacity: .8; animation: drive 1.6s linear infinite; }
@keyframes drive { from { background-position: 0 0; } to { background-position: -120px 0; } }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; align-items: end; gap: 24px;
  padding-top: clamp(56px, 8vw, 104px); min-height: clamp(560px, 70vh, 700px); }
.hero-copy { align-self: center; padding-bottom: 140px; }
.hero h1 { color: var(--white); }
.hero h1 span { color: var(--amber); }
.hero-truck { width: 100%; height: auto; margin-bottom: 56px; filter: drop-shadow(0 18px 20px rgba(0,0,0,.35)); }
.eyebrow { font: italic 700 1rem var(--head); letter-spacing: .16em; text-transform: uppercase; color: var(--amber); margin-bottom: .75em; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 28px; height: 4px; background: currentColor; transform: skewX(-20deg); }
.eyebrow.dark { color: var(--amber-dark); }
.lead { font-size: clamp(1.1rem, 2vw, 1.3rem); max-width: 42ch; color: #d3dde6; }
.lead.dark { color: var(--ink); max-width: none; font-weight: 500; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; min-height: 0; gap: 0; }
  .hero-copy { padding-bottom: 12px; }
  .hero-truck { max-width: 520px; margin: 0 auto 70px; }
  .hero-mtn { bottom: 90px; height: 35%; }
  .road { height: 90px; }
}

/* Dashboard / odometer band */
.dash { background: var(--asphalt); color: var(--steel); border-top: 1px solid #000; padding: 26px 0; }
.dash-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dash-item { display: flex; align-items: center; gap: 16px; justify-content: center; }
.odo { display: inline-flex; gap: 3px; padding: 5px; background: #05090d; border-radius: 6px; box-shadow: inset 0 0 0 1px #2c3946; }
.odo span { display: grid; place-items: center; min-width: 32px; height: 44px; padding: 0 4px; font: 700 1.7rem var(--head); color: var(--white);
  background: linear-gradient(#1c252e, #0b1015 50%, #1c252e); border-radius: 3px; }
.odo span:last-child { color: var(--ink); background: linear-gradient(#ffd166, var(--amber) 50%, #d99600); }
.dash-label { font: italic 700 1.1rem var(--head); text-transform: uppercase; letter-spacing: .08em; line-height: 1.15; max-width: 12ch; }
@media (max-width: 720px) { .dash-grid { grid-template-columns: 1fr; } .dash-item { justify-content: flex-start; } }

/* Sections */
.section { padding: clamp(56px, 8vw, 100px) 0; }
.section-head { max-width: 680px; margin-bottom: 40px; }
.section-head p:last-child { color: var(--muted); }

/* Service cards: dashboard panels */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.card { position: relative; display: flex; flex-direction: column; padding: 26px 22px 22px; text-decoration: none; color: var(--steel);
  background: linear-gradient(160deg, var(--asphalt-3), var(--asphalt) 70%); border-radius: var(--radius); box-shadow: var(--shadow);
  border-bottom: 4px solid var(--amber); overflow: hidden; transition: transform .2s; }
.card::after { content: ""; position: absolute; inset: 0; background: var(--tread); opacity: 0; transition: opacity .2s; pointer-events: none; }
.card:hover { transform: translateY(-4px); color: var(--steel); }
.card:hover::after { opacity: 1; }
.card h3 { color: var(--white); margin-top: 16px; }
.card p { flex: 1; font-size: 1rem; }
.card .more { font: italic 800 1.05rem var(--head); text-transform: uppercase; letter-spacing: .08em; color: var(--amber); }
.card-num { position: absolute; top: 14px; right: 18px; font: italic 800 1.6rem var(--head); color: rgba(255,255,255,.14); }
.gauge { position: relative; display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; color: var(--amber);
  background: radial-gradient(circle, #0a1016 55%, transparent 56%), conic-gradient(from 225deg, var(--amber) 0 190deg, #33414f 190deg 270deg, transparent 270deg);
  box-shadow: 0 0 18px rgba(242,169,0,.18); }
.gauge .ico { width: 28px; height: 28px; }
.gauge-lg { width: 88px; height: 88px; }
.gauge-lg .ico { width: 38px; height: 38px; }

/* Tire tread divider */
.tread { height: 22px; background-color: #0a0f14;
  background-image: repeating-linear-gradient(115deg, transparent 0 10px, #2a343e 10px 18px), repeating-linear-gradient(65deg, transparent 0 10px, #2a343e 10px 18px);
  background-size: 100% 50%; background-repeat: repeat-x; background-position: top, bottom; }

/* Why band */
.band { background: var(--asphalt-2); color: var(--steel); padding: clamp(56px, 8vw, 92px) 0; }
.band h2, .band h3 { color: var(--white); }
.why { display: grid; grid-template-columns: 1fr 2fr; gap: 44px; align-items: start; }
.why-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-list li { display: flex; flex-direction: column; gap: 14px; padding: 22px; background: rgba(255,255,255,.04); border-radius: var(--radius); border-top: 3px solid var(--amber); }
.why-ico { display: inline-grid; place-items: center; width: 48px; height: 48px; background: var(--amber); color: var(--ink); clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.why-ico .ico { width: 26px; height: 26px; }
.why-list h3 { margin: 0 0 6px; font-size: 1.3rem; }
.why-list p { margin: 0; font-size: 1rem; }
@media (max-width: 900px) { .why { grid-template-columns: 1fr; } .why-list { grid-template-columns: 1fr; } }

/* Area + plate */
.area-grid, .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.map-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--line); line-height: 0; border: 4px solid var(--asphalt); }
.text-link { font: italic 800 1.1rem var(--head); text-transform: uppercase; letter-spacing: .06em; color: var(--amber-dark); text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.plate { display: inline-flex; flex-direction: column; align-items: center; margin: 4px 0 22px; padding: 8px 26px 6px; background: #fbfaf5;
  border: 3px solid var(--ink); border-radius: 10px; box-shadow: 0 0 0 5px #fbfaf5, 0 0 0 6px #b8b2a4, var(--shadow); line-height: 1; }
.plate-top, .plate-bot { font: 700 .8rem var(--head); letter-spacing: .22em; text-transform: uppercase; color: var(--amber-dark); }
.plate-main { font: 800 clamp(2rem, 5vw, 2.8rem) var(--head); letter-spacing: .08em; color: var(--ink); padding: 6px 0; }
@media (max-width: 860px) { .area-grid, .about-grid { grid-template-columns: 1fr; } }

/* CTA strip with hazard edge */
.cta-strip { position: relative; background: var(--amber); color: var(--ink); padding: 48px 0 42px; }
.cta-strip::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 12px;
  background: repeating-linear-gradient(135deg, var(--ink) 0 14px, var(--amber) 14px 28px); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-strip h2 { margin-bottom: .15em; }
.cta-strip p { margin: 0; font-weight: 600; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-strip .btn-amber { background: var(--ink); color: var(--white); }
.cta-strip .btn-amber:hover { background: var(--asphalt-3); color: var(--white); }
.cta-strip .btn-ghost-light { background: transparent; box-shadow: inset 0 0 0 2px var(--ink); color: var(--ink); }
.cta-strip .btn-ghost-light:hover { background: var(--ink); color: var(--white); }

/* Page hero: road strip */
.page-hero { position: relative; overflow: hidden; color: var(--white); padding: clamp(52px, 8vw, 92px) 0 clamp(72px, 10vw, 112px);
  background: radial-gradient(800px 360px at 85% 0%, #27425e, transparent 65%), linear-gradient(#0f1d2b, #0b141c); }
.page-lane { position: absolute; left: 0; right: 0; bottom: 0; height: 40px; background: #1b2229; border-top: 3px solid #3a444d; }
.page-lane::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 5px; margin-top: -2px;
  background: repeating-linear-gradient(90deg, #f4f1e8 0 50px, transparent 50px 100px); opacity: .75; }
.page-lane::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--amber); }
.page-hero h1 { color: var(--white); max-width: 20ch; }
.page-hero .lead { margin: 0; }

/* Services page */
.svc-list { display: grid; gap: 18px; max-width: 960px; }
.svc { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start; padding: 30px; border-radius: var(--radius); scroll-margin-top: 110px;
  background: linear-gradient(160deg, var(--asphalt-3), var(--asphalt) 70%); color: var(--steel); box-shadow: var(--shadow); border-left: 6px solid var(--amber); }
.svc .card-num { position: static; display: block; margin-bottom: 4px; color: var(--amber); font-size: 1.1rem; letter-spacing: .1em; }
.svc h2 { color: var(--white); font-size: clamp(1.7rem, 3vw, 2.2rem); }
.svc p { color: var(--steel); }
.svc .text-link { color: var(--amber); }
.note { margin-top: 12px; color: var(--muted); }
@media (max-width: 560px) { .svc { grid-template-columns: 1fr; gap: 14px; padding: 22px; } }

/* About */
.prose p { max-width: 62ch; }
.about-logo { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 48px; display: grid; place-items: center; border-bottom: 6px solid var(--amber); }
.about-logo img { width: 100%; max-width: 320px; height: auto; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.info-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 18px; }
.info-list li { display: flex; gap: 16px; align-items: flex-start; }
.info-list .ico { width: 46px; height: 46px; padding: 11px; border-radius: 50%; background: var(--asphalt); color: var(--amber); box-shadow: inset 0 0 0 2px var(--amber); }
.info-list h2 { font-size: 1.1rem; letter-spacing: .12em; color: var(--amber-dark); margin: 0 0 2px; }
.info-list p, .info-list address { margin: 0; font-size: 1.1rem; }
.info-list a { font-weight: 600; overflow-wrap: anywhere; }
.form-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(22px, 4vw, 36px); border-top: 6px solid var(--amber); }
.form-card > p { color: var(--muted); }
form label { display: block; font-weight: 600; margin-bottom: 16px; color: var(--ink); }
form input, form textarea, form select { display: block; width: 100%; margin-top: 6px; padding: 12px 14px; font: inherit; color: var(--ink);
  border: 2px solid var(--line); border-radius: 6px; background: #fbfaf7; min-height: 48px; }
form input:focus, form textarea:focus, form select:focus { border-color: var(--ink); outline: none; box-shadow: 0 0 0 3px rgba(242,169,0,.5); }
form button { width: 100%; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

.simple { text-align: center; }
.simple .narrow { margin-inline: auto; }
.simple img { margin-bottom: 20px; }
.simple-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }

/* Footer */
.site-footer { background: var(--asphalt); color: #aab7c3; padding: 56px 0 24px; font-size: .98rem; }
.site-footer a { color: var(--white); }
.site-footer a:hover { color: var(--amber); }
.site-footer h2 { font-size: 1.15rem; letter-spacing: .14em; color: var(--amber); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr .8fr; gap: 32px; }
.foot-logo { height: 44px; width: auto; margin-bottom: 14px; }
.foot-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.foot-links a { text-decoration: none; }
.site-footer p a { overflow-wrap: anywhere; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 20px; font-size: .88rem; }
@media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }

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

/* Outlined buttons: square-cornered outline instead of angled clip */
.btn-ghost-light, .btn-outline, .cta-strip .btn-ghost-light { clip-path: none; border-radius: 4px; transform: skewX(-8deg); }
.btn-ghost-light:hover, .btn-outline:hover, .cta-strip .btn-ghost-light:hover { transform: skewX(-8deg) translateX(2px); }
@media (min-width: 901px) { .hero-inner { grid-template-columns: 1fr 1.15fr; } .hero-truck { margin-right: -24px; } }
