:root {
  --red: #e51d25;
  --red-dark: #a80f15;
  --ink: #080808;
  --charcoal: #111214;
  --steel: #aeb2b8;
  --paper: #f3f3f1;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }

.site-header {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #080808;
  border-bottom: 1px solid #292929;
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand-banner { width: 100%; display: block; padding: 10px 2vw 6px; position: relative; }
.brand-banner img { width: 100%; height: auto; display: block; }
.brand-est { position: absolute; right: 4.2vw; bottom: 8%; color: #d5d5d5; font: 800 clamp(.62rem, 1.05vw, 1rem)/1 "Barlow Condensed", Impact, sans-serif; letter-spacing: .22em; text-transform: uppercase; text-shadow: 0 2px 8px #000; }
nav { width: 100%; min-height: 58px; padding: 8px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 38px); border-top: 1px solid #242424; background: #0d0d0d; }
nav a { text-decoration: none; font-weight: 700; font-size: .9rem; letter-spacing: .03em; }
nav a:hover { color: var(--red); }
.nav-contact { padding: 11px 18px; background: var(--red); color: var(--white); }
.nav-shop { padding: 11px 18px; border: 1px solid var(--red); color: var(--white); }

.hero {
  min-height: 720px;
  padding: 110px clamp(24px, 7vw, 110px) 90px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 70px;
  background: #070707;
}
.hero-flagship { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.08) 42%, rgba(0,0,0,.82) 69%, rgba(0,0,0,.94) 100%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 42%); }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image: linear-gradient(120deg, transparent 49.5%, #777 50%, transparent 50.5%);
  background-size: 120px 120px;
}
.road-lines { display: none; }
.road-lines::after { content: ""; position: absolute; inset: 0 0 0 42px; border-left: 12px dashed rgba(229,29,37,.48); }
.hero-content { position: relative; z-index: 2; width: min(660px, 48vw); margin-left: auto; padding: 44px; background: rgba(7,7,7,.38); backdrop-filter: blur(2px); border-left: 4px solid var(--red); }
.eyebrow { margin: 0 0 16px; color: var(--red); text-transform: uppercase; font-weight: 800; letter-spacing: .16em; font-size: .78rem; }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; line-height: .98; margin-top: 0; }
h1 { font-size: clamp(4rem, 8.5vw, 8rem); letter-spacing: -.035em; margin-bottom: 28px; max-width: 950px; }
h1 span { color: var(--red); }
.hero-copy { max-width: 690px; color: #c7c8ca; font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; text-decoration: none; text-transform: uppercase; font-weight: 800; letter-spacing: .05em; font-size: .86rem; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; box-shadow: 0 10px 32px rgba(229,29,37,.22); }
.button-primary:hover { background: #ff2a32; }
.button-ghost { border: 1px solid #555; }
.button-ghost:hover { border-color: white; }
.button-light { background: white; color: #111; }

.trust-strip { padding: 23px clamp(20px, 6vw, 90px); background: var(--red); display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; color: white; text-transform: uppercase; font: 800 1rem/1 "Barlow Condensed"; letter-spacing: .08em; }
.trust-strip span::before { content: "◆"; margin-right: 12px; font-size: .55rem; vertical-align: 2px; color: #240306; }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.section h2 { font-size: clamp(3rem, 6vw, 5.5rem); letter-spacing: -.025em; margin-bottom: 25px; }
.section-heading { max-width: 850px; margin-bottom: 55px; }
.section-heading > p:last-child, .about-copy > p:last-child, .merch-copy > p { color: #b7b8ba; max-width: 760px; }
.services {
  position: relative;
  background:
    linear-gradient(90deg, rgba(7,8,9,.96) 0%, rgba(7,8,9,.86) 48%, rgba(7,8,9,.58) 100%),
    url("assets/pale-green-peterbilt.png") center 58%/cover no-repeat;
}
.services::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(7,8,9,.92) 0%, transparent 45%, rgba(7,8,9,.34) 100%);
}
.services > * { position: relative; z-index: 1; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 310px; padding: 34px; border: 1px solid #292b2f; background: #131416; position: relative; display: flex; flex-direction: column; justify-content: flex-end; }
.service-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 60%, rgba(255,255,255,.03)); }
.service-card.featured { border-color: #6d151a; background: linear-gradient(145deg, #231012, #121314 62%); }
.service-number { position: absolute; top: 28px; right: 28px; color: #555; font-family: "Barlow Condensed"; font-weight: 800; font-size: 2rem; }
.service-card h3 { font-size: 2rem; margin-bottom: 13px; }
.service-card p { margin: 0; color: #999da2; }

.fleet { position: relative; color: white; background: linear-gradient(90deg, rgba(5,7,8,.94) 0%, rgba(5,7,8,.76) 48%, rgba(5,7,8,.3) 100%), url("assets/teal-peterbilt.jpg") center/cover no-repeat; }
.fleet-panel { position: relative; border-top: 8px solid var(--red); padding: 56px 42px 42px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; background: rgba(0,0,0,.34); backdrop-filter: blur(2px); }
.fleet-panel > div > p:last-child { max-width: 680px; color: #e2e2e2; }
.fleet-list { border: 1px solid rgba(255,255,255,.46); background: rgba(0,0,0,.34); }
.fleet-list div { min-height: 70px; padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,.34); display: flex; align-items: center; text-transform: uppercase; font: 800 1.25rem/1 "Barlow Condensed"; }
.fleet-list div:last-child { border-bottom: 0; }
.fleet-list span { color: var(--red); margin-right: 24px; font-size: .9rem; }

.about { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; position: relative; background: linear-gradient(90deg, rgba(6,8,12,.93), rgba(6,8,12,.72)), url("assets/blue-peterbilt.jpg") center/cover no-repeat; }
.about-copy { padding: 36px; background: rgba(0,0,0,.38); }
.about-copy > p:last-child { color: #e0e1e3; }
.about blockquote { margin: 0; padding: 50px; border: 1px solid #343434; color: #eee; font: 700 clamp(2rem, 3.4vw, 3.4rem)/1.08 "Barlow Condensed"; text-transform: uppercase; position: relative; }
.about blockquote span { display: block; color: var(--red); font-size: 6rem; line-height: .5; margin-bottom: 20px; }

.merch { background: var(--red); display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: center; }
.merch-mark { width: min(100%, 350px); aspect-ratio: 1; border: 14px solid rgba(255,255,255,.9); display: grid; place-items: center; font: 900 clamp(6rem, 12vw, 11rem)/1 "Barlow Condensed"; transform: rotate(-4deg); box-shadow: 20px 20px 0 rgba(50,0,3,.28); }
.merch .eyebrow { color: #290406; }
.merch-copy > p { color: #fff; max-width: 650px; }

.contact { text-align: center; background: #111214; }
.contact h2 { max-width: 850px; margin-left: auto; margin-right: auto; }
.contact > p:not(.eyebrow) { color: #aaa; }
.social-links { max-width: 780px; margin: 46px auto 0; border-top: 1px solid #333; }
.social-links a { display: flex; justify-content: space-between; align-items: center; min-height: 72px; border-bottom: 1px solid #333; text-decoration: none; text-transform: uppercase; font: 800 1.35rem/1 "Barlow Condensed"; transition: .2s; }
.social-links a:hover { color: var(--red); padding-left: 12px; }
.social-links span { font-family: Inter; }

footer { padding: 48px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 240px 1fr auto; gap: 25px 50px; align-items: center; color: #8d8f93; border-top: 1px solid #292929; }
footer img { width: 220px; height: auto; object-fit: contain; }
.footer-brand { width: 240px; }
.footer-brand img { display: block; }
.footer-brand span { display: block; margin-top: 7px; padding-right: 20px; color: #d5d5d5; text-align: right; font: 800 .72rem/1 "Barlow Condensed", Impact, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
footer p { margin: 0; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-socials { grid-column: 2 / -1; display: flex; flex-wrap: wrap; gap: 10px; }
.footer-socials a { padding: 8px 13px; border: 1px solid #36383c; color: #d7d8da; text-decoration: none; text-transform: uppercase; font-size: .76rem; font-weight: 800; letter-spacing: .07em; transition: .2s ease; }
.footer-socials a:hover { color: white; border-color: var(--red); background: var(--red); }
footer small { grid-column: 2 / -1; }

@media (max-width: 900px) {
  .site-header { position: static; }
  .brand-banner { padding: 8px 10px 4px; }
  .brand-est { right: 4vw; bottom: 7%; font-size: .58rem; letter-spacing: .16em; }
  nav { overflow-x: auto; justify-content: flex-start; gap: 22px; padding: 10px 18px; }
  nav a { white-space: nowrap; }
  .hero { min-height: auto; padding-top: 80px; grid-template-columns: 1fr; gap: 48px; }
  .hero { min-height: 720px; align-items: end; }
  .hero-flagship { object-position: 38% center; }
  .hero::after { background: linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.72) 48%, rgba(0,0,0,.08) 78%); }
  .hero-content { width: 100%; margin: 0; padding: 28px 0 0; background: none; backdrop-filter: none; border: 0; }
  .hero-card { max-width: 500px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .services { background-position: 45% center; }
  .fleet-panel, .about, .merch { grid-template-columns: 1fr; gap: 50px; }
  .fleet { background-position: 46% center; }
  .fleet-panel { padding: 42px 26px; gap: 34px; }
  .about { background-position: 42% center; }
  .merch-mark { max-width: 250px; }
  footer { grid-template-columns: 1fr; }
  .footer-socials, footer small { grid-column: auto; }
}

@media (max-width: 520px) {
  .site-header { gap: 14px; }
  nav { gap: 10px; }
  nav a:not(.nav-contact):not(.nav-shop) { display: none; }
  .nav-contact, .nav-shop { flex: 1; padding: 11px 8px; text-align: center; font-size: .78rem; }
  h1 { font-size: 3.6rem; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .hero { padding-top: 66px; }
  .hero { min-height: 760px; padding-bottom: 55px; }
  .hero-flagship { object-position: 34% center; }
  .hero-actions .button { width: 100%; }
  .trust-strip { flex-direction: column; }
  .services { background-position: 38% center; }
  .about blockquote { padding: 36px 28px; }
  .merch-mark { max-width: 210px; }
}

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