:root {
  --green: #2f6f2f;
  --green-2: #79a84a;
  --dark: #0f1712;
  --ink: #172018;
  --muted: #637063;
  --soft: #f2f5ef;
  --white: #ffffff;
  --line: rgba(23, 32, 24, .12);
  --shadow: 0 24px 60px rgba(15, 23, 18, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 28px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); min-width: 0; }
.brand-logo { width: 72px; height: 72px; object-fit: contain; flex: 0 0 auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 24px; letter-spacing: -.03em; }
.brand-text small { font-size: 12px; color: var(--muted); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 22px; font-weight: 600; font-size: 14px; }
.site-nav a { text-decoration: none; color: #243126; }
.nav-cta { padding: 10px 16px; border-radius: 999px; color: #fff !important; background: var(--green); }
.nav-toggle { display: none; border: 0; background: var(--soft); border-radius: 12px; padding: 10px 12px; font-size: 22px; }
.hero { position: relative; overflow: hidden; min-height: 760px; display: grid; align-items: center; background: var(--dark); color: #fff; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 70% 25%, rgba(121,168,74,.35), transparent 32%), linear-gradient(135deg, rgba(15,23,18,.72), rgba(15,23,18,.95)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='700' viewBox='0 0 1200 700'%3E%3Crect width='1200' height='700' fill='%23101811'/%3E%3Cpath d='M0 540 C260 500 330 455 520 490 S860 620 1200 515 L1200 700 L0 700 Z' fill='%232f6f2f' opacity='.22'/%3E%3Cpath d='M0 595 C320 545 520 560 710 600 S1010 665 1200 610 L1200 700 L0 700 Z' fill='%2379a84a' opacity='.22'/%3E%3C/svg%3E") center/cover; }
.hero-content { position: relative; z-index: 2; padding: 110px 0 170px; }
.hero-logo-wrap { margin-bottom: 16px; }
.hero-logo { width: min(180px, 34vw); height: auto; object-fit: contain; filter: drop-shadow(0 10px 24px rgba(0,0,0,.35)); }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; color: #cde4b1; }
.eyebrow.green { color: var(--green); }
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: -.045em; }
h1 { max-width: 820px; font-size: clamp(46px, 7vw, 88px); }
h2 { font-size: clamp(32px, 4vw, 54px); }
h3 { font-size: 24px; }
.hero-copy { max-width: 680px; margin: 24px 0 34px; font-size: 20px; color: rgba(255,255,255,.82); }
.hero-actions, .hero-stats { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, var(--green), var(--green-2)); color: #fff; box-shadow: 0 14px 30px rgba(47,111,47,.32); }
.button.secondary { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); color: #fff; }
.hero-stats { margin-top: 52px; }
.hero-stats div { min-width: 180px; padding: 18px 22px; border-radius: 20px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(10px); }
.hero-stats strong { display: block; font-size: 28px; }
.hero-stats span { color: rgba(255,255,255,.72); font-size: 13px; }
.truck-card { position: absolute; z-index: 3; right: min(10vw, 120px); bottom: 78px; width: 420px; height: 150px; filter: drop-shadow(0 30px 28px rgba(0,0,0,.28)); }
.tank { position: absolute; left: 0; bottom: 45px; width: 285px; height: 80px; border-radius: 70px 30px 30px 70px; background: linear-gradient(#f1f4ed, #b9c3b1); }
.cab { position: absolute; right: 30px; bottom: 45px; width: 120px; height: 105px; border-radius: 18px 30px 12px 12px; background: linear-gradient(135deg, var(--green), #1f501f); }
.cab:before { content:""; position:absolute; top:18px; right:18px; width:42px; height:28px; border-radius:6px; background:#d9ead3; }
.wheel { position:absolute; bottom:15px; width:52px; height:52px; border:10px solid #161a16; background:#aeb5ab; border-radius:50%; }
.w1 { left:60px; } .w2 { left:210px; } .w3 { right:52px; }
.section { padding: 96px 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.align-center { align-items: center; }
.intro p:not(.eyebrow), .section-heading p { font-size: 18px; color: var(--muted); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.cards.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card, .feature-panel, .career-card, .contact-card, .location-card { border-radius: 28px; padding: 28px; box-shadow: 0 10px 30px rgba(15,23,18,.08); }
.card { border: 1px solid var(--line); background: #fff; }
.card p, .feature-panel p, .career-card p, .contact-card p { color: var(--muted); }
.icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; margin-bottom: 22px; background: var(--soft); color: var(--green); font-weight: 900; }
.dark { background: var(--dark); color: #fff; }
.dark p { color: rgba(255,255,255,.75); }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li:before { content:"✓"; position:absolute; left:0; color:#cde4b1; font-weight:900; }
.green-checks li:before { color: var(--green); }
.feature-panel { background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05)); border: 1px solid rgba(255,255,255,.14); }
.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.location-card { background: var(--soft); box-shadow: none; }
.location-card strong { display:block; font-size: 22px; }
.location-card span { color: var(--muted); }
.split-band { background: linear-gradient(90deg, #fff 0 50%, var(--soft) 50% 100%); }
.career-card { background:#fff; border:1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: start; }
.contact-card { background:#fff; color: var(--ink); }
.contact-links { display: grid; gap: 10px; margin: 20px 0; }
.contact-links a { color: var(--green); font-weight: 800; text-decoration: none; }
.small { font-size: 14px; }
.site-footer { padding: 28px 0; background: #09100b; color: rgba(255,255,255,.72); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand p { margin: 0; }
.footer-logo { width: 76px; height: 76px; object-fit: contain; }
@media (max-width: 880px) {
  .brand-logo { width: 58px; height: 58px; }
  .brand-text strong { font-size: 20px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 74px; left: 20px; right: 20px; padding: 20px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .two-col, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .cards.three, .location-grid { grid-template-columns: 1fr; }
  .truck-card { opacity: .45; right: -100px; transform: scale(.85); }
  .split-band { background: var(--soft); }
  .section { padding: 72px 0; }
}
@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-header { padding: 12px 14px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-text small { display: none; }
  .hero { min-height: 720px; }
  .hero-content { padding: 82px 0 160px; }
  .hero-stats div { width: 100%; }
  .button { width: 100%; }
}
