
:root {
  --olive: #56601f;
  --olive-2: #737d32;
  --olive-dark: #303711;
  --ink: #151714;
  --muted: #66695f;
  --cream: #f4f1e8;
  --cream-2: #ebe7da;
  --white: #ffffff;
  --line: #d9d5c8;
  --shadow: 0 24px 65px rgba(27, 31, 18, .14);
  --soft-shadow: 0 12px 32px rgba(27, 31, 18, .09);
  --radius: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 96px;
  padding: 9px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(0,0,0,.07);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  min-width: 210px;
}
.brand img {
  width: 235px;
  height: 78px;
  object-fit: contain;
  object-position: left center;
}
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: .88rem;
  font-weight: 700;
}
.nav a {
  transition: color .2s ease, transform .2s ease;
}
.nav a:hover {
  color: var(--olive);
  transform: translateY(-1px);
}
.nav-call {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--olive);
  color: white !important;
  box-shadow: 0 9px 24px rgba(86,96,31,.22);
}
.menu-button {
  display: none;
  padding: 8px;
  background: none;
  border: 0;
  color: var(--ink);
  font-size: 1.8rem;
}
.hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding: 95px 6vw;
  background:
    linear-gradient(90deg, rgba(10,12,9,.89) 0%, rgba(10,12,9,.65) 48%, rgba(10,12,9,.18) 100%),
    url("assets/dump-trailer-raised.jpg") center 58% / cover no-repeat;
  color: white;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(transparent, rgba(0,0,0,.25));
}
.hero-shade { display: none; }
.hero-content, .page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
.eyebrow, .section-label {
  margin: 0 0 10px;
  color: #bac574;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
}
.hero h1, .page-hero h1, .contact-hero h1 {
  margin: 10px 0 20px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.hero p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 1.18rem;
}
.button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 53px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}
.primary { background: var(--olive); color: white; }
.primary:hover { background: var(--olive-dark); }
.ghost {
  color: white;
  border-color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.08);
}
.light { background: white; color: var(--olive-dark); }
.full { width: 100%; }

.quick-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--olive-dark);
  color: white;
}
.quick-contact a {
  padding: 25px 6vw;
  border-right: 1px solid rgba(255,255,255,.15);
  transition: background .2s ease;
}
.quick-contact a:hover { background: rgba(255,255,255,.06); }
.quick-contact span, .contact-cards span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.quick-contact strong { font-size: 1.05rem; }

.section { padding: 105px 6vw; }
.alt { background: var(--cream); }
.section h2, .cta h2, .photo-band h2 {
  margin: 8px 0 20px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}
.section p { color: var(--muted); }
.intro-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 85px;
  align-items: center;
}
.service-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.service-cards article {
  position: relative;
  min-height: 255px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #fff, #f9f8f3);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}
.service-cards article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--olive);
}
.service-cards h3 {
  margin: 0 0 12px;
  font-family: "Libre Baskerville", serif;
  font-size: 1.45rem;
}
.text-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--olive);
  font-weight: 800;
}

.photo-band {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: var(--olive-dark);
  color: white;
}
.photo-band img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.photo-band div {
  padding: 78px 6vw;
  align-self: center;
}
.photo-band p { color: rgba(255,255,255,.72); }
.light-label { color: #c2cd79; }

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}
.gallery {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}
.gallery img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}
.cta {
  padding: 72px 6vw;
  background:
    linear-gradient(90deg, rgba(48,55,17,.98), rgba(48,55,17,.88)),
    url("assets/gravel-yard.jpg") center/cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta h2 { margin: 0; max-width: 800px; }

footer {
  padding: 48px 6vw;
  background: #11130e;
  color: white;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
}
footer p { color: rgba(255,255,255,.62); margin: 5px 0; }
.footer-links {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer-links a:hover { color: #c2cd79; }
.copyright {
  grid-column: 1 / -1;
  font-size: .74rem;
}

.page-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 90px 6vw;
  color: white;
}
.services-hero {
  background:
    linear-gradient(90deg, rgba(8,10,7,.83), rgba(8,10,7,.28)),
    url("assets/gravel-yard.jpg") center/cover;
}
.page-hero p {
  max-width: 600px;
  color: rgba(255,255,255,.82);
  font-size: 1.1rem;
}
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.service-detail.reverse .service-copy { order: 2; }
.service-detail.reverse .feature-photo { order: 1; }
.feature-photo {
  width: 100%;
  height: 590px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.service-copy h3 {
  margin: 28px 0 4px;
  font-size: 1.02rem;
}
.check-list, .material-grid {
  padding: 0;
  list-style: none;
  margin: 27px 0;
}
.check-list li {
  margin: 9px 0;
}
.check-list li::before {
  content: "✓";
  color: var(--olive);
  font-weight: 900;
  margin-right: 11px;
}
.material-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
.material-grid li {
  padding: 13px 15px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 5px;
}
.note {
  margin: 22px 0 30px;
  padding: 17px;
  border-left: 4px solid var(--olive);
  background: #e9edd8;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.steps article {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--soft-shadow);
}
.steps span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--olive);
  color: white;
  font-weight: 900;
}
.steps h3 { margin-bottom: 5px; }

.contact-hero {
  min-height: calc(100vh - 96px);
  padding: 90px 6vw;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
  align-items: start;
  background:
    radial-gradient(circle at 10% 10%, rgba(115,125,50,.09), transparent 34%),
    var(--cream);
}
.contact-hero h1 {
  font-size: clamp(2.65rem, 5vw, 4.8rem);
}
.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}
.contact-cards a {
  padding: 21px;
  background: var(--olive-dark);
  color: white;
  border-radius: 7px;
  box-shadow: var(--soft-shadow);
}
.quote-form {
  padding: 38px;
  background: white;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.quote-form h2 {
  margin-top: 0;
  font-family: "Libre Baskerville", serif;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
label {
  display: grid;
  gap: 7px;
  margin-bottom: 17px;
  font-size: .83rem;
  font-weight: 700;
}
input, select, textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #c7c7be;
  border-radius: 5px;
  background: white;
}
input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(86,96,31,.16);
  border-color: var(--olive);
}
.form-note {
  font-size: .74rem;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 960px) {
  .menu-button { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    padding: 26px 6vw;
    background: white;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 20px 30px rgba(0,0,0,.08);
  }
  .nav.open { display: flex; }
  .intro-grid, .photo-band, .service-detail, .contact-hero {
    grid-template-columns: 1fr;
  }
  .service-detail.reverse .service-copy,
  .service-detail.reverse .feature-photo { order: initial; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery img:first-child { grid-column: 1 / -1; }
}
@media (max-width: 650px) {
  .site-header { min-height: 86px; }
  .brand img { width: 190px; height: 68px; }
  .nav { top: 86px; }
  .hero {
    min-height: 620px;
    padding: 78px 5vw;
    background-position: 63% center;
  }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .quick-contact,
  .service-cards,
  .gallery,
  .steps,
  .form-grid,
  .material-grid { grid-template-columns: 1fr; }
  .gallery img:first-child { grid-column: auto; }
  .gallery img { height: 315px; }
  .photo-band img, .feature-photo { height: 430px; }
  .section { padding: 76px 5vw; }
  .cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 5vw;
  }
  footer { grid-template-columns: 1fr; }
  .footer-links { text-align: left; }
  .copyright { grid-column: auto; }
  .quote-form { padding: 25px; }
}
