:root{
  --bg:#0f0f10;
  --bg-soft:#151517;
  --text:#f5f5f5;
  --muted:#d7d7d7;
  --body:#1f1f1f;
  --line:rgba(255,255,255,.14);
  --section:#ececec;
  --section-text:#111111;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--body);
  background:#ffffff;
  line-height:1.55;
}
img{
  max-width:100%;
  display:block;
  background:transparent;
}
a{text-decoration:none; color:inherit}

.container{
  width:min(1180px, calc(100% - 48px));
  margin:0 auto;
}

.site-header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:20;
}
.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:18px 0;
}
.brand-logo{
  width:auto;
  height:56px;
  max-width:220px;
  min-width:0;
  object-fit:contain;
}
.site-nav{
  display:flex;
  gap:34px;
}
.site-nav a{
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.88rem;
  font-weight:700;
}
.site-nav a[href$=".pdf"]::after {
    content: " ↗";
    font-size: 0.8em;
}
.nav-toggle{
  display:none;
  background:none;
  border:0;
  padding:0;
}
.nav-toggle span{
  display:block;
  width:28px;
  height:2px;
  background:#fff;
  margin:6px 0;
}

.hero{
  position:relative;
  min-height:100vh;
  background:url('assets/truck-bg.jpg') center center/cover no-repeat;
  color:#fff;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.56) 35%, rgba(0,0,0,.28) 100%),
    linear-gradient(180deg, rgba(0,0,0,.38) 0%, rgba(0,0,0,.12) 45%, rgba(0,0,0,.35) 100%);
}
.hero-inner{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  min-height:100vh;
  padding:150px 0 90px;
}
.hero-copy{
  max-width:540px;
}
.hero h1{
  margin:0;
  text-transform:uppercase;
  font-size:clamp(2rem, 6vw, 4rem);
  line-height:.86;
  letter-spacing:.02em;
  font-weight:800;
}
.hero-line{
  width:84px;
  height:3px;
  background:#fff;
  margin:28px 0 24px;
}
.hero p{
  margin:0 0 28px;
  font-size:1.08rem;
  color:rgba(255,255,255,.92);
}
.hero-button{
  display:inline-block;
  border:1px solid rgba(255,255,255,.65);
  color:#fff;
  padding:14px 28px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:700;
  font-size:.85rem;
}

.services-band{
  background:linear-gradient(180deg, #1a1a1d 0%, #111214 100%);
  color:#fff;
}
.services-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:0;
}
.service-item{
  padding:52px 28px 46px;
  text-align:center;
  border-right:1px solid var(--line);
}
.service-item:last-child{border-right:none}
.service-icon{
  font-size:2.4rem;
  line-height:1;
  margin-bottom:22px;
  color:#fff;
}
.service-item h3{
  margin:0 0 14px;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:1.05rem;
}
.service-item p{
  margin:0;
  color:rgba(255,255,255,.85);
}

.about-section{
  background:#efefef;
  color:#141414;
  padding:76px 0 72px;
}
.about-grid{
  display:grid;
  grid-template-columns:1.1fr .95fr;
  gap:48px;
  align-items:start;
}
.section-label{
  margin:0;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.92rem;
  font-weight:700;
}
.section-label-light{color:#fff}
.section-rule{
  width:60px;
  height:3px;
  background:#141414;
  margin:16px 0 18px;
}
.about-copy h2, .capability-strip h2{
  margin:0 0 24px;
  text-transform:uppercase;
  line-height:1.02;
  letter-spacing:.02em;
  font-size:clamp(2rem, 3.8vw, 2.6rem);
}
.about-copy p{
  margin:0 0 18px;
  font-size:1.06rem;
}
.value-grid{
  display:grid;
  grid-template-columns:1fr;
  border-left:1px solid rgba(0,0,0,.14);
}
.value-item{
  padding:12px 0 24px 28px;
  border-bottom:1px solid rgba(0,0,0,.14);
}
.value-item:last-child{border-bottom:none}
.value-item h3{
  margin:0 0 8px;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:1.05rem;
}
.value-item p{margin:0}

.capability-strip{
  background:#111214;
  color:#fff;
  padding:76px 0;
}
.strip-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:start;
}
.capability-heading{
  font-size:clamp(1.45rem, 3vw, 2rem) !important;
}
.capability-list{
  margin:0;
  padding-left:20px;
}
.capability-list li{
  margin:0 0 14px;
  font-size:1.06rem;
}

.site-footer{
  background:#0d0d0e;
  color:#fff;
  padding:34px 0 20px;
}
.footer-grid{
  display:grid;
  gap:40px;
}
.footer-grid-simple{
  grid-template-columns:minmax(160px, 1fr) auto;
  align-items:center;
}
.footer-logo{
  width:auto;
  height:26px;
  max-width:none;
  opacity:.85;
}
.site-footer h4{
  margin:0 0 12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.9rem;
}
.site-footer p{
  margin:0 0 8px;
  color:rgba(255,255,255,.86);
}
.site-footer a{color:rgba(255,255,255,.86)}
.footer-bottom{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--line);
  text-align:center;
}
.footer-bottom p{
  margin:0;
  font-size:.9rem;
  color:rgba(255,255,255,.7);
}

.footer-contact{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.footer-linkedin{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  line-height:0;
}

.footer-linkedin img{
  display:block;
  width:18px;
  height:18px;
  max-width:18px;
  max-height:18px;
  object-fit:contain;
  opacity:.85;
}

.footer-linkedin:hover img{
  opacity:1;
}
.footer-linkedin a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-linkedin span {
    font-size: 0.85rem;
    opacity: 0.8;
}

.footer-linkedin span:hover {
    opacity: 1;
}
@media (max-width: 980px){
  .services-grid,
  .about-grid,
  .strip-grid,
  .footer-grid-simple{
    grid-template-columns:1fr;
  }
  .service-item{
    border-right:none;
    border-bottom:1px solid var(--line);
  }
  .service-item:last-child{border-bottom:none}
  .value-grid{
    border-left:none;
    border-top:1px solid rgba(0,0,0,.14);
    padding-top:8px;
  }
  .value-item{padding-left:0}
  .brand-logo{
    height:42px;
    max-width:200px;
  }
}

@media (max-width: 760px){
  .nav-toggle{display:block}
  .site-nav{
    position:absolute;
    top:100%;
    right:24px;
    display:none;
    flex-direction:column;
    background:rgba(12,12,13,.96);
    padding:16px 18px;
    border:1px solid rgba(255,255,255,.08);
  }
  .site-nav.open{display:flex}
  .hero-inner{padding-top:170px}
  .brand-logo{
    height:34px;
    max-width:180px;
    width:auto;
  }
  .container{width:min(100% - 32px, 1180px)}
}
