:root {
  --bg-dark: #0d1218;
  --nav-black: #050505;
  --white: #ffffff;
  --off-white: #f4f4f4;
  --soft-gray: #e8edf2;
  --blue-gray: #99a8c1;
  --navy: #1f3766;
  --gold: #e29a33;
  --gold-soft: #d6d49e;
  --text-dark: #142846;
  --text-body: #243446;
  --border: rgba(20, 40, 70, 0.14);
  --max-width: 1400px;
  --shadow: 0 12px 30px rgba(0,0,0,0.18);
  --shadow-soft: 0 14px 40px rgba(10, 18, 28, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text-body);
  background: #fff;
  line-height: 1.65;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--navy);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
}

.page-crumbs {
  background: #f8fafc;
  border-bottom: 1px solid var(--border);
}

.page-crumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 12px 0;
  font-size: 0.82rem;
  color: #64748b;
}

.page-crumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: #94a3b8;
}

.page-crumbs a {
  color: #475569;
}

.hero-editorial {
  position: relative;
  min-height: 740px;
  background: var(--bg-dark);
  color: var(--white);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(5, 5, 5, 0.82) 0%, rgba(13, 18, 24, 0.55) 38%, rgba(13, 18, 24, 0.76) 100%),
    url(" ") center center / cover no-repeat;
  transform: scale(1.03);
}

#driveway-media{
  background:
    linear-gradient(115deg, rgba(5, 5, 5, 0.82) 0%, rgba(13, 18, 24, 0.55) 38%, rgba(13, 18, 24, 0.76) 100%),
    url("/images/pressure-washing/pressure-washing-5.jpg") center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(5,5,5,0.24), rgba(5,5,5,0.48)),
    linear-gradient(to right, rgba(13,18,24,0.52), rgba(13,18,24,0.15));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 360px);
  gap: 52px;
  align-items: end;
  padding: 110px 0 88px;
  min-height: 740px;
}

.eyebrow,
.section-tag,
.authority-kicker,
.rail-label {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.eyebrow,
.section-tag {
  color: var(--gold);
}

.hero-copy h1 {
  margin: 14px 0 18px;
  font-size: clamp(2.5rem, 5vw, 5.1rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  max-width: 10ch;
}

.hero-lead {
  max-width: 720px;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.88);
  margin: 0 0 28px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: 0.25s ease;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  text-decoration: none;
}

.btn-solid {
  background: var(--gold);
  color: #101820;
  border: 1px solid var(--gold);
}

.btn-solid:hover {
  background: #f1ab4c;
  border-color: #f1ab4c;
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.35);
}

.btn-outline:hover {
  border-color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.06);
}

.hero-points {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-points li {
  border-top: 1px solid rgba(255,255,255,0.16);
  padding-top: 10px;
  min-width: 210px;
  color: rgba(255,255,255,0.82);
  font-size: 0.92rem;
}

.hero-rail {
  align-self: center;
  border-left: 1px solid rgba(255,255,255,0.14);
  padding-left: 24px;
}

.rail-label {
  color: rgba(255,255,255,0.7);
}

.rail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 20px;
}

.rail-list span {
  border: 1px solid rgba(255,255,255,0.18);
  padding: 8px 10px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.86);
}

.rail-divider {
  height: 1px;
  background: rgba(255,255,255,0.16);
  margin: 20px 0;
}

.rail-copy {
  color: rgba(255,255,255,0.76);
  font-size: 0.92rem;
  margin: 0;
}

.authority-strip {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid var(--border);
  background: #101820;
  color: #fff;
}

.authority-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding: 24px 0;
}

.authority-inner p {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.8);
  font-size: 0.96rem;
}

.authority-kicker {
  color: var(--gold-soft);
}

.content-band {
  padding: 88px 0;
}

.content-band-light {
  background:
    linear-gradient(to bottom, #ffffff 0%, #f8fbfd 100%);
}

.split-story {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.story-title h2,
.section-head h2,
.problem-panel h2,
.solution-panel h2,
.local-copy h2,
.faq-intro h2,
.cta-grid h2 {
  margin: 10px 0 0;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  line-height: 1.05;
  color: var(--text-dark);
  letter-spacing: -0.03em;
}

.story-copy p,
.detail-copy p,
.local-copy p,
.solution-panel p,
.cta-grid p,
.faq-intro p {
  margin: 0 0 18px;
}

.problem-solution {
  padding: 90px 0;
  background: #fff;
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--border);
}

.problem-panel,
.solution-panel {
  padding: 42px;
}

.problem-panel {
  background: #f9fbfd;
  border-right: 1px solid var(--border);
}

.solution-panel {
  background: #ffffff;
}

.checklist {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.checklist li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 14px;
}

.checklist li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--gold);
  position: absolute;
  left: 0;
  top: 10px;
}

.service-detail-band {
  padding: 86px 0;
  background: linear-gradient(180deg, #142846 0%, #102237 100%);
  color: #fff;
}

.service-detail-band .section-head h2,
.service-detail-band .section-tag {
  color: #fff;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}

.detail-columns {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 46px;
}

.detail-copy p {
  color: rgba(255,255,255,0.86);
}

.detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.18);
}

.detail-list li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.92);
  font-weight: 600;
}

.local-frame {
  padding: 88px 0;
  background: #f5f7fa;
}

.local-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: start;
}

.local-aside {
  background: #fff;
  border-top: 4px solid var(--gold);
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.local-aside h3 {
  margin: 0 0 14px;
  color: var(--text-dark);
  font-size: 1.2rem;
}

.local-aside ul {
  margin: 0;
  padding-left: 18px;
}

.local-aside li {
  margin-bottom: 10px;
}

.process-timeline {
  padding: 90px 0;
  background: #fff;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.timeline article {
  padding-top: 18px;
  border-top: 2px solid var(--text-dark);
}

.step-no {
  display: inline-block;
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 8px;
}

.timeline h3 {
  margin: 0 0 10px;
  color: var(--text-dark);
  font-size: 1.1rem;
}

.timeline p {
  margin: 0;
}

.faq-section {
  padding: 92px 0;
  background: linear-gradient(to bottom, #f9fbfd 0%, #eef3f7 100%);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 0;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: var(--text-dark);
  padding: 24px 38px 24px 0;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 1.4rem;
  color: var(--gold);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0;
  padding: 0 0 22px;
}

.cta-editorial {
  padding: 88px 0 96px;
  background: #101820;
  color: #fff;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 40px;
  align-items: end;
}

.cta-grid h2 {
  color: #fff;
}

.cta-grid p {
  color: rgba(255,255,255,0.84);
}

.footer-credit {
  margin-top: 8px;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255,255,255,0.62);
}

.footer-credit a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  transition: 0.25s ease;
}

.footer-credit a:hover {
  color: #ffffff;
  border-bottom-color: rgba(255,255,255,0.55);
}

@media (max-width: 1100px) {
  .hero-grid,
  .split-story,
  .detail-columns,
  .local-grid,
  .faq-layout,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .authority-inner,
  .timeline {
    grid-template-columns: 1fr 1fr;
  }

  .hero-rail {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.14);
    padding-left: 0;
    padding-top: 20px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-panel {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
}

@media (max-width: 700px) {
  .hero-editorial {
    min-height: auto;
  }

  .hero-grid {
    padding: 92px 0 68px;
    min-height: auto;
    gap: 30px;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .authority-inner,
  .timeline {
    grid-template-columns: 1fr;
  }

  .content-band,
  .problem-solution,
  .service-detail-band,
  .local-frame,
  .process-timeline,
  .faq-section,
  .cta-editorial {
    padding: 68px 0;
  }

  .problem-panel,
  .solution-panel,
  .local-aside {
    padding: 24px;
  }

  .btn {
    width: 100%;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .hero-points {
    flex-direction: column;
    gap: 4px;
  }

  .hero-points li {
    min-width: 0;
  }
}