
:root {
  --red: #d51b18;
  --red-dark: #aa1210;
  --black: #080808;
  --panel: #131313;
  --panel-2: #1b1b1b;
  --white: #fff;
  --text: #ebebeb;
  --muted: #a6a6a6;
  --line: #2b2b2b;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: var(--black); color: var(--text); line-height: 1.6; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), 92%); margin: 0 auto; }
.skip-link { position: fixed; top: -60px; left: 12px; z-index: 100; background: #fff; color: #000; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(4,4,4,.94); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo-link img { display: block; width: 250px; max-height: 82px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 28px; font-weight: 800; font-size: .9rem; text-transform: uppercase; letter-spacing: .04em; }
nav a:hover { color: #ff423c; }
.nav-quote { padding: 13px 18px; background: var(--red); border-radius: 6px; }
.nav-quote:hover { color: #fff; background: var(--red-dark); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #111; color: #fff; padding: 10px 13px; border-radius: 6px; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; background: url("assets/hero-truck.jpg") center/cover no-repeat; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.78) 42%, rgba(0,0,0,.20) 78%), linear-gradient(0deg, rgba(0,0,0,.75), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding: 86px 0 58px; }
.eyebrow { margin: 0 0 12px; color: #ff3932; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
h1, h2, h3 { line-height: 1.05; margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(3.5rem, 8vw, 7.2rem); text-transform: uppercase; letter-spacing: -.055em; max-width: 780px; }
h1 span { color: var(--red); }
h2 { font-size: clamp(2.2rem, 5vw, 4.4rem); letter-spacing: -.045em; max-width: 900px; }
h3 { font-size: 1.4rem; }
.hero-copy { max-width: 660px; font-size: 1.16rem; color: #d2d2d2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 42px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 6px; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; cursor: pointer; }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { border: 1px solid rgba(255,255,255,.55); }
.btn-outline:hover { background: #fff; color: #000; }
.hero-badges { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); max-width: 980px; border: 1px solid rgba(255,255,255,.18); background: rgba(5,5,5,.75); }
.hero-badges div { padding: 18px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-badges div:last-child { border-right: 0; }
.hero-badges strong, .hero-badges span { display: block; }
.hero-badges strong { font-size: 1.3rem; color: #fff; }
.hero-badges span { color: var(--muted); font-size: .82rem; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0e0e0e; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { padding: 24px 18px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: #fff; }
.trust-grid span { color: var(--muted); font-size: .84rem; }

.section { padding: 100px 0; }
.section-intro { max-width: 760px; color: var(--muted); margin-top: -8px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 38px; }
.service-card { min-height: 270px; padding: 28px; border: 1px solid var(--line); background: linear-gradient(145deg,#181818,#0e0e0e); transition: transform .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--red); }
.service-card > span { color: var(--red); font-weight: 900; font-size: .8rem; }
.service-card h3 { margin-top: 56px; }
.service-card p { color: var(--muted); }

.capability { background: #f2f2f0; color: #101010; }
.capability .eyebrow { color: #b41411; }
.capability-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.capability p { color: #444; max-width: 720px; }
.text-link { color: #b41411; font-weight: 900; }
.capacity-panel { border-top: 5px solid var(--red); background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.12); }
.capacity-panel div { display: flex; justify-content: space-between; gap: 20px; padding: 24px; border-bottom: 1px solid #ddd; }
.capacity-panel span { color: #666; }
.capacity-panel strong { text-align: right; }

.gallery-section { background: #0d0d0d; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 34px; }
.gallery-item { position: relative; min-height: 310px; padding: 0; border: 1px solid #222; background: #111; overflow: hidden; cursor: pointer; }
.gallery-item img { display: block; width: 100%; height: 310px; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery-item span { position: absolute; left: 0; right: 0; bottom: 0; padding: 45px 16px 15px; text-align: left; color: #fff; font-weight: 800; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.gallery-item:hover img { transform: scale(1.045); filter: contrast(1.05); }

.service-areas { background: linear-gradient(135deg,#181818,#0b0b0b); }
.branch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 36px; }
.branch-card { padding: 34px; border-left: 5px solid var(--red); background: #171717; }
.branch-label { color: #ff3a34; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; font-size: .78rem; }
.branch-card p { color: #bbb; }
.branch-card a { color: #fff; font-size: 1.25rem; font-weight: 900; }

.quote-section { background: #f2f2f0; color: #111; }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.quote-section .eyebrow { color: #b41411; }
.quote-section p { color: #4d4d4d; }
.email-card { margin-top: 28px; padding: 22px; background: #fff; border-left: 5px solid var(--red); box-shadow: 0 12px 35px rgba(0,0,0,.08); }
.email-card span, .email-card small { display: block; color: #666; }
.email-card a { display: block; color: #b41411; font-weight: 900; overflow-wrap: anywhere; margin: 5px 0; }
form { padding: 30px; background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; margin-bottom: 15px; font-size: .86rem; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid #ccc; border-radius: 4px; padding: 13px; background: #fafafa; color: #111; }
input:focus, textarea:focus { outline: 2px solid rgba(213,27,24,.25); border-color: var(--red); }
.hidden { display: none; }
.form-note { font-size: .75rem; color: #777 !important; margin-bottom: 0; }

.contact-section { padding: 70px 0; }
.contact-grid { display: grid; grid-template-columns: 320px 1fr; gap: 60px; align-items: center; }
.contact-grid img { width: 300px; }
.contact-grid a { color: #ff423c; font-weight: 900; overflow-wrap: anywhere; }
footer { border-top: 1px solid var(--line); padding: 25px 0; color: #888; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }

dialog { padding: 0; width: min(1100px,94vw); border: 0; background: #050505; box-shadow: 0 25px 100px rgba(0,0,0,.8); }
dialog::backdrop { background: rgba(0,0,0,.88); }
dialog img { display: block; width: 100%; max-height: 88vh; object-fit: contain; }
dialog button { position: absolute; right: 10px; top: 8px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(0,0,0,.7); color: #fff; font-size: 1.8rem; cursor: pointer; }

@media (max-width: 950px) {
  .menu-toggle { display: block; }
  nav { position: absolute; top: 92px; left: 0; right: 0; display: none; padding: 20px 4%; background: #080808; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  nav.open { display: flex; }
  nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-quote { margin-top: 12px; text-align: center; }
  .hero-badges, .trust-grid { grid-template-columns: repeat(2,1fr); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .capability-grid, .quote-grid { grid-template-columns: 1fr; gap: 42px; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
  .header-inner { min-height: 76px; }
  .logo-link img { width: 180px; max-height: 68px; }
  nav { top: 76px; }
  .hero { min-height: 760px; background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.68)), linear-gradient(0deg,rgba(0,0,0,.8),transparent); }
  h1 { font-size: clamp(3.1rem,16vw,5.3rem); }
  .hero-badges, .trust-grid, .service-grid, .gallery-grid, .branch-grid { grid-template-columns: 1fr; }
  .hero-badges div, .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .gallery-item, .gallery-item img { min-height: 260px; height: 260px; }
  .form-row, .contact-grid { grid-template-columns: 1fr; }
  .contact-grid { gap: 25px; }
  .footer-inner { flex-direction: column; }
}
