
:root{
  --orange:#ef6c00;
  --orange2:#ff7a00;
  --black:#101010;
  --charcoal:#191919;
  --gray:#6b6b6b;
  --light:#f5f5f3;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:#171717;background:#fff}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.topbar{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #ececec}
.topbar-inner{min-height:82px;display:flex;align-items:center;gap:28px}
.brand img{width:190px;max-height:68px;object-fit:contain}
.nav{display:flex;gap:26px;margin-left:auto;font-size:14px;font-weight:700}
.nav a:hover{color:var(--orange)}
.menu-toggle{display:none;margin-left:auto;background:none;border:0;font-size:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:5px;font-weight:800;font-size:14px;letter-spacing:.02em;transition:.2s;border:2px solid transparent;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn-call,.btn-primary{background:var(--orange);color:white}
.btn-dark{background:#111;color:white}
.btn-light{background:white;color:#111}
.btn-outline{border-color:white;color:white}
.full{width:100%}
.hero{position:relative;min-height:690px;background:url('assets/hero.webp') center/cover no-repeat;display:flex;align-items:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.55) 48%,rgba(0,0,0,.15) 100%)}
.hero-content{position:relative;color:#fff}
.hero-copy{max-width:760px;padding:70px 0}
.eyebrow{font:800 17px "Barlow Condensed",sans-serif;letter-spacing:.12em;color:#ff8a1c}
.eyebrow.orange{color:var(--orange)}
.hero h1,.section h2,.split-copy h2,.contact h2{font:800 clamp(46px,6vw,78px)/.95 "Barlow Condensed",sans-serif;text-transform:uppercase;margin:16px 0}
.hero p{font-size:20px;line-height:1.55;max-width:700px;color:#eee}
.hero-actions{display:flex;gap:12px;margin:30px 0}
.trust-row{display:flex;gap:24px;font-weight:700;font-size:14px}
.quick-strip{background:var(--orange);color:white}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.quick-grid>div{padding:24px 18px;border-right:1px solid rgba(255,255,255,.3)}
.quick-grid>div:first-child{padding-left:0}
.quick-grid strong,.quick-grid span{display:block}
.quick-grid strong{font:800 22px "Barlow Condensed",sans-serif;text-transform:uppercase}
.quick-grid span{font-size:13px;margin-top:3px}
.section{padding:90px 0}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:38px}
.section-heading h2{font-size:58px;margin:8px 0 0}
.section-heading>p{max-width:500px;color:#626262;line-height:1.65}
.cards{display:grid;gap:22px}
.equipment-grid{grid-template-columns:repeat(4,1fr)}
.card{border:1px solid #e6e6e6;background:#fff;overflow:hidden}
.card img{height:245px;width:100%;object-fit:cover}
.card-body{padding:22px}
.card h3{font:800 30px "Barlow Condensed",sans-serif;text-transform:uppercase;margin:0 0 8px}
.card p{color:#666;font-size:14px;line-height:1.6;min-height:68px}
.text-link{font-weight:800;color:var(--orange);font-size:14px}
.cta-band{margin-top:34px;background:var(--orange);color:white;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.cta-band h3{font:800 31px "Barlow Condensed",sans-serif;text-transform:uppercase;margin:5px 0}
.section-dark{background:#111;color:#fff}
.section-heading.light>p{color:#bbb}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#333;border:1px solid #333}
.service-card{background:#181818;padding:35px;min-height:230px}
.service-card span{color:var(--orange);font-weight:800}
.service-card h3{font:800 31px "Barlow Condensed",sans-serif;text-transform:uppercase;margin:18px 0 10px}
.service-card p{color:#bdbdbd;line-height:1.6;font-size:14px}
.split-section{display:grid;grid-template-columns:1.05fr .95fr;min-height:620px}
.split-image img{width:100%;height:100%;object-fit:cover}
.split-copy{padding:80px max(6vw,45px);align-self:center}
.split-copy h2{font-size:58px}
.split-copy p{color:#666;line-height:1.7}
.check-list{list-style:none;padding:0;margin:25px 0 30px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.check-list li:before{content:"✓";color:var(--orange);font-weight:900;margin-right:8px}
.hauling{background:#f7f7f5}
.hauling-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:30px}
.hauling-image img{height:100%;min-height:460px;width:100%;object-fit:cover}
.hauling-list{background:#111;color:white;padding:22px 35px}
.hauling-list>div{padding:24px 0;border-bottom:1px solid #333}
.hauling-list>div:last-child{border:0}
.hauling-list b,.hauling-list span{display:block}
.hauling-list b{font:800 27px "Barlow Condensed",sans-serif;text-transform:uppercase;color:#ff8617}
.hauling-list span{color:#c7c7c7;margin-top:5px;line-height:1.5}
.section-light{background:white}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.about-grid h2{font-size:58px}
.lead{font-size:18px;line-height:1.7;color:#555}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px}
.why-grid div{border-top:3px solid var(--orange);padding-top:12px}
.why-grid strong,.why-grid span{display:block}
.why-grid span{font-size:13px;color:#777;margin-top:5px;line-height:1.5}
.about-photo img{height:560px;width:100%;object-fit:cover}
.gallery{display:grid;grid-template-columns:repeat(3,1fr)}
.gallery img{height:370px;width:100%;object-fit:cover}
.contact{background:var(--orange);color:white}
.contact-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}
.contact h2{font-size:66px}
.contact-copy p{font-size:17px;line-height:1.6}
.big-phone{font:800 clamp(44px,5vw,70px) "Barlow Condensed",sans-serif;display:block;margin:25px 0 15px}
.contact-buttons{display:flex;gap:12px}
.service-area{text-transform:uppercase;font-weight:800;letter-spacing:.08em}
.quote-form{background:white;color:#111;padding:34px;box-shadow:0 20px 50px rgba(0,0,0,.2)}
.quote-form h3{font:800 33px "Barlow Condensed",sans-serif;text-transform:uppercase;margin:0 0 20px}
.quote-form label{display:block;font-size:12px;font-weight:800;text-transform:uppercase;margin:14px 0}
.quote-form input,.quote-form select,.quote-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #ddd;padding:13px;font:inherit;text-transform:none;background:#fff}
.quote-form small{display:block;color:#777;line-height:1.4;margin-top:10px}
footer{background:#0c0c0c;color:white}
.footer-grid{display:grid;grid-template-columns:220px 1fr auto;gap:30px;align-items:center;padding:35px 0}
.footer-grid img{width:200px;background:#fff}
.footer-grid strong,.footer-grid span{display:block}
.footer-grid span{color:#999;margin-top:5px;font-size:13px}
.footer-grid>a{font:800 26px "Barlow Condensed",sans-serif;color:#ff8617}
.footer-bottom{text-align:center;padding:15px;border-top:1px solid #242424;color:#777;font-size:12px}
.mobile-actions{display:none}
@media(max-width:980px){
  .desktop-call{display:none}
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;top:82px;left:0;right:0;background:white;padding:20px 30px;flex-direction:column;box-shadow:0 12px 20px rgba(0,0,0,.12)}
  .nav.open{display:flex}
  .equipment-grid{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .split-section,.about-grid,.contact-grid,.hauling-layout{grid-template-columns:1fr}
  .split-image img{max-height:580px}
  .quick-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  body{padding-bottom:58px}
  .container{width:min(100% - 28px,var(--max))}
  .topbar-inner{min-height:70px}
  .brand img{width:155px}
  .nav{top:70px}
  .hero{min-height:620px;background-position:58% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.46))}
  .hero-copy{padding:60px 0}
  .hero h1{font-size:48px}
  .hero p{font-size:17px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .trust-row{gap:13px;font-size:12px;flex-wrap:wrap}
  .quick-grid{grid-template-columns:1fr 1fr}
  .quick-grid>div{padding:18px 12px}
  .section{padding:65px 0}
  .section-heading{display:block;margin-bottom:28px}
  .section-heading h2,.split-copy h2,.about-grid h2{font-size:44px}
  .section-heading>p{margin-top:14px}
  .equipment-grid,.service-grid,.why-grid{grid-template-columns:1fr}
  .card img{height:250px}
  .cta-band{display:block;padding:25px}
  .cta-band .btn{margin-top:15px;width:100%}
  .split-copy{padding:55px 25px}
  .check-list{grid-template-columns:1fr}
  .hauling-image img{min-height:350px}
  .about-photo img{height:420px}
  .gallery{grid-template-columns:1fr}
  .gallery img{height:330px}
  .contact-grid{gap:35px}
  .contact h2{font-size:50px}
  .quote-form{padding:24px}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-grid img{margin:auto}
  .mobile-actions{position:fixed;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;z-index:200;height:58px}
  .mobile-actions a{display:flex;align-items:center;justify-content:center;font-weight:900}
  .mobile-actions a:first-child{background:#111;color:white}
  .mobile-actions a:last-child{background:var(--orange);color:white}
}


/* Clear dual-business positioning */
.choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:28px 0 10px;
  max-width:820px;
}
.choice-card{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:22px;
  border:1px solid rgba(255,255,255,.55);
  background:rgba(8,8,8,.62);
  backdrop-filter:blur(3px);
  color:#fff;
  transition:.2s;
}
.choice-card:hover{
  background:rgba(239,108,0,.92);
  transform:translateY(-2px);
  border-color:var(--orange);
}
.choice-label{
  font:800 13px "Barlow Condensed",sans-serif;
  letter-spacing:.12em;
  color:#ff8a1c;
}
.choice-card:hover .choice-label{color:#fff}
.choice-card strong{
  font:800 31px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}
.choice-card small{
  font-size:13px;
  line-height:1.5;
  color:#e6e6e6;
}
.choice-card b{
  margin-top:5px;
  font-size:13px;
}
.dual-service-intro{
  padding:58px 0;
  background:#fff;
  border-bottom:1px solid #e8e8e8;
}
.dual-intro-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:55px;
  align-items:center;
}
.dual-intro-main h2{
  margin:8px 0 12px;
  font:800 48px/.98 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}
.dual-intro-main p{
  color:#666;
  line-height:1.65;
  margin:0;
}
.dual-intro-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.dual-intro-options div{
  border-left:5px solid var(--orange);
  background:#f6f6f4;
  padding:20px;
}
.dual-intro-options strong,
.dual-intro-options span{
  display:block;
}
.dual-intro-options strong{
  font:800 24px "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}
.dual-intro-options span{
  color:#666;
  font-size:13px;
  line-height:1.5;
  margin-top:5px;
}
@media(max-width:760px){
  .choice-grid,
  .dual-intro-grid,
  .dual-intro-options{
    grid-template-columns:1fr;
  }
  .choice-card strong{font-size:27px}
  .dual-intro-main h2{font-size:40px}
}
