:root {
  --primary: #475560;      /* slate gray (crushed stone) */
  --primary-dark: #2d3640;
  --primary-light: #8590a0;
  --accent: #c47a30;       /* warm clay / dirt road */
  --text: #1f262d;
  --text-light: #4f5862;
  --muted: #3a434b;
  --bg: #ffffff;
  --bg-alt: #f4f3ef;       /* gravel beige */
  --bg-dark: #1c2229;      /* nighttime quarry */
  --border: #d8d5cd;
  --max: 1180px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text); background: var(--bg);
  line-height: 1.6; font-size: 17px;
}
img { max-width: 100%; height: auto; }
a { color: var(--primary-dark); }
a:hover { color: var(--primary); }
.container { max-width: var(--max); margin: 0 auto; padding: 0 22px; }

.top-call-bar {
  display: block; background: var(--accent); color: #fff;
  text-align: center; padding: 9px 16px; font-size: 14.5px;
  text-decoration: none; font-weight: 500;
}
.top-call-bar:hover { background: #195e2c; color: #fff; }
.top-call-bar strong { font-weight: 800; letter-spacing: 0.02em; }

.site-header {
  background: #fff; border-bottom: 1px solid var(--border);
  padding: 12px 0; position: sticky; top: 0; z-index: 50;
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.brand { text-decoration: none; color: var(--text); display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-weight: 800; font-size: 22px; color: var(--primary-dark); }
.brand-tag { font-size: 11.5px; color: var(--text-light); letter-spacing: 0.02em; }
.site-nav { display: flex; }
.nav-list { list-style: none; padding: 0; margin: 0; display: flex; gap: 4px; flex-wrap: wrap; }
.nav-list > li { position: relative; }
.nav-list > li > a { display: inline-flex; align-items: center; gap: 4px; color: var(--text); text-decoration: none; font-weight: 600; font-size: 15px; padding: 10px 12px; border-radius: 6px; }
.nav-list > li > a:hover { color: var(--primary); background: var(--bg-alt); }
.nav-list .caret { font-size: 10px; opacity: 0.7; transition: transform 0.15s; }
.has-dropdown:hover > a .caret, .has-dropdown:focus-within > a .caret { transform: rotate(180deg); }
.dropdown {
  list-style: none; margin: 0; padding: 8px 0;
  position: absolute; top: 100%; left: 0; min-width: 240px;
  background: #fff; border: 1px solid var(--border); border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
  z-index: 100;
}
.has-dropdown:hover > .dropdown, .has-dropdown:focus-within > .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown li { margin: 0; }
.dropdown a { display: block; padding: 9px 16px; color: var(--text); text-decoration: none; font-size: 14.5px; }
.dropdown a:hover, .dropdown a:focus { background: var(--bg-alt); color: var(--primary); }
.cta-phone { display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; color: var(--primary-dark); }
.cta-phone .cta-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--text-light); }
.cta-phone .cta-number { font-weight: 800; font-size: 22px; line-height: 1; }
.cta-phone:hover .cta-number { color: var(--primary); }

.hero {
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(246,244,241,0.97) 100%);
  padding: 64px 0 56px; text-align: center;
  border-bottom: 1px solid var(--border);
}
.hero h1 { font-size: 46px; margin: 0 0 14px; line-height: 1.1; color: var(--text); }
.hero .lede { font-size: 20px; color: var(--muted); max-width: 760px; margin: 0 auto 28px; line-height: 1.5; }

.hero.hero-with-image { position: relative; padding: 0; overflow: hidden; min-height: 560px; background: #1c1c1c; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.55) saturate(1.05); }
.hero-overlay { position: relative; padding: 90px 0 80px; text-align: center; color: #fff; min-height: 560px; display: flex; align-items: center; }
.hero-overlay .container { width: 100%; }
.hero.hero-with-image h1 { color: #fff; font-size: 50px; text-shadow: 0 2px 8px rgba(0,0,0,0.5); }
.hero.hero-with-image .lede { color: #f0ede8; text-shadow: 0 1px 6px rgba(0,0,0,0.6); }
.hero.hero-with-image .hero-badges { color: #e9e4dc; }
.hero.hero-with-image .hero-badges li::before { color: #7ddb8f; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.hero-cta {
  display: inline-block;
  padding: 17px 30px; font-weight: 800; font-size: 18px;
  border-radius: 8px; text-decoration: none; transition: transform 0.1s, box-shadow 0.1s;
}
.hero-cta.primary { background: var(--primary); color: #fff; box-shadow: 0 4px 14px rgba(200, 16, 46, 0.32); }
.hero-cta.primary:hover { background: var(--primary-dark); color: #fff; transform: translateY(-1px); }
.hero-cta.secondary { background: #fff; color: var(--primary-dark); border: 2px solid var(--primary-dark); }
.hero-cta.secondary:hover { background: var(--primary-dark); color: #fff; }
.hero-badges {
  list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap;
  justify-content: center; gap: 8px 22px; color: var(--text-light); font-size: 14px; font-weight: 600;
}
.hero-badges li { position: relative; padding-left: 18px; }
.hero-badges li::before { content: "\2713"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }

.page-hero { background: var(--bg-alt); padding: 52px 0 36px; border-bottom: 1px solid var(--border); }
.page-hero h1 { font-size: 38px; margin: 0 0 12px; line-height: 1.15; }
.page-hero p { font-size: 18px; color: var(--muted); max-width: 760px; }
.page-hero .hero-cta { margin-top: 14px; }

.page-hero-with-image .container { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; }
.page-hero-text h1 { margin-top: 0; }
.page-hero-image { width: 100%; height: 320px; object-fit: cover; border-radius: 10px; box-shadow: 0 8px 28px rgba(0,0,0,0.12); background: #ddd; }

section { padding: 50px 0; }
section h2 { font-size: 30px; margin: 0 0 14px; line-height: 1.2; }
section h3 { font-size: 19px; margin: 22px 0 10px; line-height: 1.25; }
.section-lede { font-size: 17.5px; color: var(--muted); max-width: 800px; margin: 0 0 28px; }

.quote-form-section { background: var(--bg-alt); padding: 42px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.quote-form-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 32px; align-items: start; }
.quote-pitch h2 { margin-top: 0; }
.quote-pitch .checks { list-style: none; padding: 0; margin: 14px 0 0; }
.quote-pitch .checks li { padding-left: 24px; position: relative; margin: 6px 0; }
.quote-pitch .checks li::before { content: "\2713"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.quote-form { background: #fff; padding: 24px; border-radius: 10px; border: 1px solid var(--border); box-shadow: 0 2px 8px rgba(0,0,0,0.04); display: flex; flex-direction: column; gap: 12px; position: relative; }
.quote-form label { display: flex; flex-direction: column; gap: 4px; font-size: 14px; font-weight: 600; color: var(--text); }
.quote-form input, .quote-form select, .quote-form textarea {
  font: inherit; padding: 11px 13px; border: 1px solid var(--border); border-radius: 6px; font-size: 16px;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: none; border-color: var(--primary); }
.quote-form button {
  background: var(--primary); color: #fff; border: 0; padding: 14px; font-size: 17px; font-weight: 800;
  border-radius: 6px; cursor: pointer; margin-top: 4px;
}
.quote-form button:hover { background: var(--primary-dark); }
.quote-form .form-note { font-size: 12.5px; color: var(--text-light); margin: 4px 0 0; }

.intro { background: #fff; }
.intro p { font-size: 17.5px; max-width: 880px; margin: 0 0 18px; }
.content h2 { margin-top: 36px; }
.content h3 { margin-top: 26px; font-size: 20px; color: var(--text); }
.content p, .content li { font-size: 16.5px; }
.content ul, .content ol { padding-left: 22px; }
.content li { margin: 6px 0; }

.services { background: var(--bg-alt); }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.service-card {
  background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 0;
  transition: transform 0.1s, box-shadow 0.1s, border-color 0.1s; overflow: hidden;
  display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,0.08); border-color: var(--primary); }
.service-card-img { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #e3ddd2; border-bottom: 1px solid var(--border); }
.service-card-img picture { display: block; width: 100%; height: 100%; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s; }
.service-card:hover .service-card-img img { transform: scale(1.04); }
picture { display: contents; }
.page-hero-with-image picture { display: block; }
.hero.hero-with-image picture { display: contents; }

/* Breadcrumbs */
.breadcrumbs { background: var(--bg-alt); border-bottom: 1px solid var(--border); padding: 10px 0; font-size: 13.5px; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0 6px; color: var(--text-light); }
.breadcrumbs li { display: inline; }
.breadcrumbs li + li::before { content: "\203A"; margin-right: 6px; color: #aaa; }
.breadcrumbs a { color: var(--text-light); text-decoration: none; }
.breadcrumbs a:hover { color: var(--primary); text-decoration: underline; }
.breadcrumbs [aria-current="page"] { color: var(--text); font-weight: 600; }
.service-card h3 { margin: 18px 22px 8px; color: var(--primary-dark); font-size: 19px; }
.service-card p { font-size: 15.5px; color: var(--muted); margin: 0 22px 14px; }
.service-link { font-weight: 700; text-decoration: none; font-size: 14.5px; margin: auto 22px 20px; }

.why-choose { background: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-top: 24px; }
.why-grid > div { padding: 22px; border-left: 4px solid var(--primary); background: var(--bg-alt); border-radius: 0 8px 8px 0; }
.why-grid h3 { margin: 0 0 8px; font-size: 18px; color: var(--text); }
.why-grid p { margin: 0; color: var(--muted); font-size: 15.5px; }

.areas { background: var(--bg-alt); }
.area-list { list-style: none; padding: 0; margin: 0 0 22px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 8px; }
.area-list li {
  background: #fff; padding: 10px 14px; border: 1px solid var(--border); border-radius: 6px;
  font-size: 14.5px; font-weight: 600; color: var(--text);
}

.testimonials { background: #fff; }
.t-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.t-grid blockquote {
  margin: 0; padding: 24px; border-left: 4px solid var(--accent);
  background: var(--bg-alt); border-radius: 0 8px 8px 0;
}
.t-grid blockquote p { margin: 0 0 12px; font-style: italic; font-size: 16px; color: var(--text); }
.t-grid blockquote footer { font-size: 14px; color: var(--text-light); font-weight: 600; }

.faq-teaser { background: var(--bg-alt); }
.faq-list { max-width: 880px; margin: 0 0 22px; }
.faq-list details {
  background: #fff; border: 1px solid var(--border); border-radius: 8px;
  padding: 14px 18px; margin-bottom: 10px;
}
.faq-list details[open] { box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.faq-list summary { font-weight: 700; font-size: 16.5px; cursor: pointer; padding: 4px 0; }
.faq-list details p { margin: 12px 0 4px; color: var(--muted); }
.faq-page details { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 14px 18px; margin: 0 0 10px; }
.faq-page summary { font-weight: 700; cursor: pointer; padding: 4px 0; }
.see-more { font-weight: 700; }

.cta-band { background: var(--bg-dark); color: #fff; text-align: center; padding: 52px 0; }
.cta-band h2 { margin: 0 0 10px; color: #fff; }
.cta-band p { margin: 0 0 22px; font-size: 17px; color: #ddd; }
.cta-band a { color: #fff; }
.cta-band .hero-cta { margin-top: 8px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 36px; align-items: start; }
.big-phone { font-size: 32px; font-weight: 800; margin: 4px 0 12px; }
.big-phone a { color: var(--primary-dark); text-decoration: none; }
.big-phone a:hover { color: var(--primary); }

.site-footer { background: var(--bg-dark); color: #d8d8d8; padding: 44px 0 28px; }
.site-footer h3 { color: #fff; font-size: 16px; margin: 0 0 10px; text-transform: uppercase; letter-spacing: 0.06em; }
.site-footer p { font-size: 14.5px; line-height: 1.55; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin: 4px 0; }
.site-footer ul a { color: #cdcdcd; text-decoration: none; font-size: 14.5px; }
.site-footer ul a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; margin-bottom: 22px; }
.footer-phone { color: #fff; font-weight: 700; font-size: 17px; text-decoration: none; }
.footer-phone:hover { color: var(--primary-light); }
.serving { font-size: 13.5px; line-height: 1.55; color: #b8b8b8; }
.serving strong { color: #fff; font-size: 13px; letter-spacing: 0.05em; }
.disclosure { font-size: 12.5px; color: #999; margin: 14px 0 6px; line-height: 1.5; max-width: 950px; }
.copy { font-size: 12.5px; color: #999; margin: 4px 0 0; }

.thanks { text-align: center; padding: 24px 0; }
.thanks h1 { font-size: 38px; }

@media (max-width: 800px) {
  .hero h1 { font-size: 34px; }
  .hero .lede { font-size: 17px; }
  .hero.hero-with-image { min-height: 460px; }
  .hero.hero-with-image h1 { font-size: 32px; }
  .hero-overlay { min-height: 460px; padding: 60px 0; }
  .page-hero-with-image .container { grid-template-columns: 1fr; }
  .page-hero-image { height: 220px; }
  .quote-form-wrap, .contact-grid { grid-template-columns: 1fr; }
  .site-nav { order: 3; flex-basis: 100%; padding-top: 8px; border-top: 1px solid var(--border); }
  .nav-list { gap: 2px 8px; justify-content: center; }
  .nav-list > li > a { padding: 8px 10px; font-size: 14px; }
  /* On small screens, dropdowns become inline collapsible blocks */
  .has-dropdown .dropdown {
    position: static; box-shadow: none; border: 0; padding: 0 0 8px 14px;
    opacity: 1; visibility: visible; transform: none; min-width: 0;
    display: none; background: transparent;
  }
  .has-dropdown:hover .dropdown,
  .has-dropdown:focus-within .dropdown,
  .has-dropdown.open .dropdown { display: block; }
  .dropdown a { font-size: 13.5px; padding: 4px 0; }
  .cta-phone .cta-label { display: none; }
  .cta-phone .cta-number { font-size: 19px; }
  .brand-tag { display: none; }
  section h2 { font-size: 25px; }
  .page-hero h1 { font-size: 30px; }
}
@media (max-width: 480px) {
  .top-call-bar { font-size: 13.5px; padding: 8px 12px; }
  .hero { padding: 44px 0 40px; }
  .hero h1 { font-size: 28px; }
  .hero-cta { width: 100%; }
}
