.elementor-2944 .elementor-element.elementor-element-3248c48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-44dc3ef *//* ════════════════════════════════════════════════════════════════
   DW EXCAVATION — STORM & FLOOD PREPAREDNESS (MONTEREY COUNTY)
   Page-level Custom CSS
   URL: /storm-flood-preparedness-monterey-county/

   This page reuses the sitewide .dw-page component system that
   already lives in Appearance > Customize > Additional CSS
   (buttons, sp-hero, quick-answer, mission-strip, service-area,
   services grid, wide-image-wrap, sp-faq, cta-section).

   Everything below is either NEW to this page or a scoped
   override. All rules are scoped to .st-page so nothing here can
   affect another page.

   IDENTICAL to the Sonoma County page CSS — both pages use the
   same .st-page components. If you would rather maintain it in
   one place, move this block into the Customizer Additional CSS
   alongside the .dw-page system and drop it from both pages.
════════════════════════════════════════════════════════════════ */

/* ── VARIABLES (mirrors the sitewide set; harmless if it loads
      before or after the Customizer CSS — values are identical) ── */
.st-page {
  --black: #0f0f0f;
  --dark: #1a1a1a;
  --charcoal: #2a2a2a;
  --gold: #f5c400;
  --gold-dark: #c9a000;
  --white: #ffffff;
  --off-white: #f4f2ed;
  --gray: #888;
  --light-gray: #e8e5de;
  --section-pad: 80px;
}


/* ════════════════════════════════════════
   HERO OVERRIDES
   The H1 on this page is a full question, so it needs to come
   down from the service-page default of clamp(48px, 7vw, 88px).
════════════════════════════════════════ */
.st-page .st-hero .sp-hero-left h1 {
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.02;
}
.st-page .st-hero .sp-hero-inner {
  min-height: 540px;
}
/* Card supplies its own panel, so drop the double background */
.st-page .st-hero .sp-hero-right {
  background: transparent;
  padding: 48px 28px;
}


/* ── STORM READINESS CARD (hero, right column) ── */
.st-page .st-readiness-card {
  background: rgba(10,10,10,0.72);
  border: 1px solid rgba(245,196,0,0.30);
  border-radius: 6px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.st-page .st-rc-eyebrow {
  font-family: 'Barlow Condensed', Arial Narrow, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
}
.st-page .st-rc-headline {
  font-family: 'Barlow Condensed', Arial Narrow, sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 12px;
}
.st-page .st-rc-sub {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(244,242,237,0.72);
  margin: 0 0 26px;
}
.st-page .st-rc-divider {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 24px;
  flex-shrink: 0;
}
.st-page .st-rc-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--gold);
  color: var(--black) !important;
  text-decoration: none;
  font-family: 'Barlow Condensed', Arial Narrow, sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.04em;
  padding: 16px 24px;
  border-radius: 4px;
  margin-bottom: 14px;
  transition: background 0.2s;
}
.st-page .st-rc-phone:hover { background: var(--gold-dark); }
.st-page .st-rc-phone svg {
  width: 22px;
  height: 22px;
  fill: var(--black);
  flex-shrink: 0;
}
.st-page .st-rc-secondary {
  font-family: 'Barlow Condensed', Arial Narrow, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244,242,237,0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.st-page .st-rc-secondary:hover { color: var(--gold); }
.st-page .st-rc-license {
  font-size: 11px;
  color: rgba(244,242,237,0.35);
  letter-spacing: 0.04em;
  margin: 16px 0 0;
}


/* ════════════════════════════════════════
   INTRO — copy + photo with storm stat
════════════════════════════════════════ */
.st-page .st-intro {
  background: var(--off-white);
  padding: var(--section-pad) 24px;
}
.st-page .st-intro-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}
.st-page .st-intro-content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.05;
  margin-bottom: 20px;
}
.st-page .st-intro-content h2 span { color: var(--gold-dark); }
.st-page .st-intro-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.75;
  margin-bottom: 18px;
}
.st-page .st-intro-content p:last-child { margin-bottom: 0; }
.st-page .st-intro-content a {
  color: var(--black);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.st-page .st-intro-content a:hover { color: var(--gold-dark); }

.st-page .st-intro-media {
  position: relative;
  align-self: stretch;
  min-height: 380px;
  background: var(--charcoal);
  overflow: hidden;
}
.st-page .st-intro-media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}
.st-page .st-stat-card {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--gold);
  padding: 18px 24px 16px;
  max-width: 84%;
}
.st-page .st-stat-figure {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 0.9;
  color: var(--black);
  letter-spacing: -0.01em;
}
.st-page .st-stat-label {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.62);
  line-height: 1.35;
  margin-top: 8px;
}


/* ════════════════════════════════════════
   STORM PREP SERVICE CARDS
   Base .services / .service-card come from the sitewide CSS.
════════════════════════════════════════ */
.st-page .st-services .services-header {
  margin-bottom: 44px;
}
.st-page .st-services-grid {
  grid-template-columns: repeat(2, 1fr);
}
/* The sitewide rule sets flex:1 on every card paragraph, which
   spreads them apart when a card has more than one. Pin the CTA
   to the bottom instead so cards stay equal height. */
.st-page .st-services .service-card p {
  flex: 0 0 auto;
  margin-bottom: 14px;
}
.st-page .st-services .service-card .service-link {
  margin-top: auto;
  align-self: flex-start;
}
.st-page .st-svc-icon {
  display: block;
  margin-bottom: 18px;
  line-height: 0;
}
.st-page .st-svc-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Pre-storm checklist inside a card */
.st-page .st-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.st-page .st-check-list li {
  position: relative;
  padding: 9px 0 9px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.72);
}
.st-page .st-check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}


/* ════════════════════════════════════════
   WIDE PHOTO DIVIDER
   .wide-image-wrap is sitewide but carries no height.
════════════════════════════════════════ */
.st-page .st-divider {
  height: clamp(200px, 26vw, 340px);
}


/* ════════════════════════════════════════
   WHY DW EXCAVATION — credential pills
   inside the gold mission strip
════════════════════════════════════════ */
.st-page .st-why .mission-content p {
  margin-bottom: 24px;
}
.st-page .st-cred-row {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.st-page .st-cred-row li {
  background: var(--black);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 8px 14px;
}


/* ════════════════════════════════════════
   SERVICE AREA — link + button spacing
════════════════════════════════════════ */
.st-page .service-area a:not(.btn-primary):not(.btn-outline) {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(245,196,0,0.4);
}
.st-page .service-area a:not(.btn-primary):not(.btn-outline):hover {
  border-bottom-color: var(--gold);
}
.st-page .service-area .trusted-ctas {
  margin-top: 4px;
}


/* ════════════════════════════════════════
   CLOSING CTA — inline link on gold
════════════════════════════════════════ */
.st-page .cta-section p a {
  color: var(--black);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 1024px) {
  .st-page .st-intro-inner {
    grid-template-columns: 1fr 340px;
    gap: 44px;
  }
}

@media (max-width: 900px) {
  .st-page .st-intro-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .st-page .st-intro-media,
  .st-page .st-intro-media img {
    min-height: 300px;
  }
  .st-page .st-services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .st-page .st-hero .sp-hero-right {
    padding: 36px 24px 44px;
  }
  .st-page .st-rc-headline { font-size: 23px; }
  .st-page .st-rc-phone { font-size: 22px; }
  .st-page .st-stat-figure { font-size: 38px; }
  .st-page .st-divider { height: 200px; }
}

@media (max-width: 520px) {
  .st-page .st-hero .sp-hero-left h1 { font-size: 30px; }
  .st-page .st-stat-card { max-width: 100%; padding: 14px 18px 13px; }
  .st-page .st-cred-row li { font-size: 11px; padding: 7px 11px; }
}/* End custom CSS */