:root {
  --bg: #0D1B14;
  --surface: #152119;
  --accent: #D4943A;
  --accent-dim: #8B6125;
  --text: #F2EDE4;
  --text-muted: #9E9182;
  --text-dim: #6B6055;
  --border: #2A3B2E;
  --green-dim: #1E3324;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

/* HERO */
.hero {
  padding: 80px 40px 0;
  border-bottom: 1px solid var(--border);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 60px;
}
.hero-content {
  padding-top: 20px;
}
.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(40px, 5vw, 64px);
  color: var(--text);
  margin-bottom: 20px;
}
.hero h1 br { display: none; }
.hero-sub {
  color: var(--text-muted);
  font-size: 17px;
  max-width: 440px;
  line-height: 1.7;
}
.hero-image-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 0;
}
.stat {
  display: flex;
  flex-direction: column;
  padding: 0 40px 0 0;
}
.stat:first-child { padding-left: 0; }
.stat-number {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
}
.stat-label {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.stat-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
  margin-right: 40px;
}

/* PROOF */
.proof {
  padding: 100px 40px;
  border-bottom: 1px solid var(--border);
}
.proof-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}
.proof-image-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.proof-img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.proof-label {
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
  background: rgba(13,27,20,0.85);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.proof-before { color: var(--text-muted); }
.proof-after { color: var(--accent); }
.proof-content h2 {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 20px;
}
.proof-content p {
  color: var(--text-muted);
  margin-bottom: 28px;
  font-size: 16px;
}
.proof-services {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.proof-service {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.check-mark {
  color: var(--accent);
  font-size: 14px;
}

/* SERVICES */
.services {
  padding: 100px 40px;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.services-inner { max-width: 1100px; margin: 0 auto; }
.services h2 {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 48px;
}
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.service-card {
  background: var(--bg);
  padding: 40px;
  position: relative;
  border: 1px solid var(--border);
}
.service-card-new {
  border-color: var(--accent-dim);
}
.service-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--accent);
  color: var(--bg);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 2px;
}
.service-icon {
  color: var(--accent);
  margin-bottom: 20px;
}
.service-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.service-card p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* DUSTLESS */
.dustless {
  padding: 100px 40px;
  border-bottom: 1px solid var(--border);
}
.dustless-inner { max-width: 1100px; margin: 0 auto; }
.dustless-content { max-width: 680px; }
.dustless-content h2 {
  font-size: clamp(28px, 3vw, 44px);
  margin-bottom: 24px;
}
.dustless-body {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 40px;
}
.dustless-body strong { color: var(--accent); font-weight: 600; }
.dustless-comparison {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
}
.comparison-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.comparison-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.comparison-value {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
}
.comparison-note {
  font-size: 12px;
  color: var(--text-dim);
}
.comparison-item-highlight .comparison-value { color: var(--accent); }
.comparison-arrow { color: var(--text-dim); flex-shrink: 0; }

/* COVERAGE */
.coverage {
  padding: 100px 40px;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.coverage-inner { max-width: 1100px; margin: 0 auto; }
.coverage h2 {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 16px;
}
.parish-row {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.parish-tag {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--accent-dim);
  padding: 6px 16px;
  border-radius: 2px;
}
.city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}
.city-grid span {
  font-size: 14px;
  color: var(--text-muted);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.coverage-note {
  color: var(--text-dim);
  font-size: 14px;
  font-style: italic;
}

/* CLOSING */
.closing {
  padding: 100px 40px;
}
.closing-inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}
.closing-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.closing-content h2 {
  font-size: clamp(28px, 3vw, 44px);
  margin-bottom: 20px;
}
.closing-content p {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.75;
}

/* FOOTER */
.footer {
  border-top: 1px solid var(--border);
  padding: 60px 40px;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-brand { margin-bottom: 20px; }
.footer-logo {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  display: block;
  margin-bottom: 8px;
}
.footer-brand p { color: var(--text-dim); font-size: 13px; }
.footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
.dot { color: var(--border); }
.footer-copy { color: var(--text-dim); font-size: 12px; }

/* MOBILE */
@media (max-width: 768px) {
  .hero, .proof, .services, .dustless, .coverage, .closing, .footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero-inner,
  .proof-inner,
  .closing-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-image-wrap { order: -1; }
  .proof-image-wrap { order: -1; }
  .closing-img { max-height: 240px; }
  .service-grid { grid-template-columns: 1fr; }
  .dustless-comparison { flex-direction: column; gap: 16px; }
  .comparison-arrow { transform: rotate(90deg); }
  .stat-divider { margin-right: 24px; }
  .stat { padding-right: 24px; }
  .hero h1 br { display: block; }
  .hero-stats { gap: 0; }
  .stat-number { font-size: 16px; }
  .stat-label { font-size: 11px; }
}