/*
Theme Name: Everlinecare
Theme URI: https://everlinecare.ca/
Author: Everlinecare
Description: Custom residential and commercial roof soft washing theme for Greater Vancouver.
Version: 1.4.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: everlinecare
*/

:root {
  --ink: #17312b;
  --muted: #63756f;
  --green: #15372f;
  --green-2: #236052;
  --leaf: #80a857;
  --gold: #e7b45a;
  --paper: #f6f8f3;
  --white: #ffffff;
  --line: rgba(23, 49, 43, .14);
  --shadow: 0 22px 60px rgba(21, 55, 47, .16);
  --radius: 8px;
  --everline-before-image: url("assets/images/before-roof.webp");
  --everline-after-image: url("assets/images/after-roof.webp");
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  transition: background .22s ease, box-shadow .22s ease;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--scroll-progress, 0%);
  height: 3px;
  background: var(--gold);
  transition: width .08s linear;
}

.site-header.scrolled {
  background: rgba(246, 248, 243, .94);
  box-shadow: 0 12px 32px rgba(21, 55, 47, .13);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1220px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 900;
  font-size: 1.05rem;
}

.site-header.scrolled .brand,
.footer .brand { color: var(--green); }

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: #fff;
  border: 1px solid rgba(255,255,255,.48);
  background: rgba(255,255,255,.16);
  font-size: .82rem;
  font-weight: 950;
}

.site-header.scrolled .brand-mark,
.footer .brand-mark {
  border-color: var(--green);
  background: var(--green);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-menu a {
  color: rgba(255,255,255,.92);
  font-weight: 850;
  font-size: .94rem;
}

.site-header.scrolled .nav-menu a { color: var(--ink); }

.nav-menu .nav-quote {
  min-width: 94px;
  text-align: center;
  padding: 11px 16px;
  color: var(--green);
  background: var(--gold);
  border-radius: var(--radius);
}

.site-header.scrolled .nav-menu .nav-quote { color: var(--green); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.48);
  background: rgba(255,255,255,.14);
  border-radius: var(--radius);
  padding: 10px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.site-header.scrolled .nav-toggle {
  background: #fff;
  border-color: var(--line);
}

.site-header.scrolled .nav-toggle span:not(.sr-only) { background: var(--green); }

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 360px);
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  padding: 150px max(24px, calc((100vw - 1160px) / 2)) 72px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(14, 37, 32, .9), rgba(14, 37, 32, .56) 58%, rgba(14, 37, 32, .28)),
    url("assets/images/softwash-hero.webp") center / cover;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, var(--paper));
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255,255,255,.12) 46%, transparent 56% 100%),
    repeating-linear-gradient(120deg, rgba(255,255,255,.08) 0 2px, transparent 2px 34px);
  transform: translateX(var(--shine-x, 0));
  mix-blend-mode: screen;
  opacity: .55;
  pointer-events: none;
}

.hero-content,
.quote-card {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--leaf);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero .eyebrow { color: #e8d099; }

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 7vw, 6.6rem);
  line-height: .9;
  letter-spacing: 0;
  font-family: Georgia, "Times New Roman", serif;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0;
  font-family: Georgia, "Times New Roman", serif;
}

h3 { line-height: 1.2; font-size: 1.25rem; }

.hero-content p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255,255,255,.88);
  font-size: 1.14rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button,
.quote-form button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  font-weight: 950;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 36%, rgba(255,255,255,.32) 48%, transparent 62% 100%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.button:hover::after { transform: translateX(120%); }

.button:hover,
.quote-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(21, 55, 47, .2);
}

.primary,
.quote-form button {
  color: var(--green);
  background: var(--gold);
}

.secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.quote-card {
  align-self: end;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: var(--radius);
  background: rgba(21, 55, 47, .68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.quote-card strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: .95;
}

.quote-label {
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}

.quote-card p { color: rgba(255,255,255,.78); margin-bottom: 0; }

.trust-strip {
  width: min(1160px, calc(100% - 40px));
  margin: -38px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip div {
  padding: 22px;
  background: #fff;
}

.trust-strip strong,
.trust-strip span { display: block; }
.trust-strip strong { font-weight: 950; }
.trust-strip span { color: var(--muted); }

.intro {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 64px;
  align-items: end;
  padding: 90px 0 34px;
}

.intro > p,
.showcase p,
.why p,
.quote p,
.service-card p,
.step p,
.blog p,
.faq p,
.footer p { color: var(--muted); }

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 28px 0 92px;
}

.business-band {
  padding-top: 18px;
}

.business-heading {
  display: grid;
  grid-template-columns: 80px 1fr .85fr;
  gap: 30px;
  align-items: end;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}

.business-heading > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

.business-heading h2 {
  margin-bottom: 0;
}

.business-heading > p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-card,
.blog article,
.faq details,
.step {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(21,55,47,.08);
}

.service-card {
  transform-style: preserve-3d;
  transition: transform .22s ease, box-shadow .22s ease;
  will-change: transform;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.service-card img,
.blog img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-card div,
.blog article div { padding: 24px; }

.commercial {
  padding: 84px 0;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(15, 42, 35, .97), rgba(28, 79, 67, .9)),
    url("assets/images/commercial-roof-cleaning.webp") center / cover;
}

.commercial-heading {
  border-color: rgba(255,255,255,.2);
}

.commercial-heading > p {
  color: rgba(255,255,255,.7);
}

.commercial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.commercial-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  transition: transform .22s ease, background .22s ease;
}

.commercial-grid article:hover {
  transform: translateY(-7px);
  background: rgba(255,255,255,.14);
}

.commercial-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.22rem;
}

.commercial-grid p {
  color: rgba(255,255,255,.72);
}

.showcase,
.why,
.quote {
  background: #e8eee4;
}

.showcase-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 62px;
  align-items: center;
  padding: 92px 0;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .43em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: inset 0 0 0 4px #fff;
}

.comparison {
  position: relative;
  min-height: 470px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #dbe5dc;
  --split: 50%;
}

.comparison-image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}

.comparison-image.after {
  background-image: var(--everline-after-image);
}

.comparison-image.before {
  width: var(--split);
  background-image: var(--everline-before-image);
  border-right: 1px solid rgba(255,255,255,.82);
}

.comparison input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split);
  width: 3px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 28px rgba(0,0,0,.28);
  pointer-events: none;
}

.handle::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: var(--green);
  background: var(--gold);
  font-weight: 950;
}

.tag {
  position: absolute;
  top: 18px;
  padding: 8px 12px;
  border-radius: var(--radius);
  color: #fff;
  background: rgba(21,55,47,.82);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.before-tag { left: 18px; }
.after-tag { right: 18px; }

.process,
.blog,
.faq { padding: 92px 0; }

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step {
  min-height: 250px;
  padding: 24px;
}

.step span {
  display: block;
  margin-bottom: 32px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2.5rem;
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 88px 0;
}

.why-panel {
  padding: 34px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(21,55,47,.18);
}

.stats div {
  min-height: 190px;
  padding: 24px;
  background: var(--green);
  color: #fff;
}

.stats strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: .95;
}

.stats span { color: rgba(255,255,255,.76); font-weight: 850; }

.blog-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.areas {
  padding: 80px 0;
  color: #fff;
  background: var(--green);
}

.areas-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 54px;
  align-items: center;
}

.areas h2 {
  margin-bottom: 12px;
}

.areas p {
  color: rgba(255,255,255,.68);
}

.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.city-list span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  background: rgba(255,255,255,.07);
  font-size: .9rem;
  font-weight: 850;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.city-list span:hover {
  color: var(--green);
  background: var(--gold);
  border-color: var(--gold);
}

.date {
  color: var(--leaf);
  font-size: .84rem;
  font-weight: 950;
}

.blog a {
  color: var(--green-2);
  font-weight: 950;
}

.seo-copy {
  padding-top: 22px;
}

.seo-copy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.seo-copy-grid p {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcf8;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.72;
}

.faq details {
  padding: 24px;
}

summary {
  cursor: pointer;
  font-weight: 950;
}

.quote-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 64px;
  align-items: start;
  padding: 92px 0;
}

.contact-box {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  font-weight: 850;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--green);
  font-size: .86rem;
  font-weight: 950;
}

.quote-form .full,
.quote-form button,
.form-note { grid-column: 1 / -1; }

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfcf8;
  font: inherit;
}

textarea { resize: vertical; }

.form-note {
  margin: 0;
  color: var(--green-2);
  font-weight: 900;
}

.form-note.error {
  color: #a6382c;
}

.quote-form button[disabled] {
  cursor: wait;
  opacity: .72;
}

.footer {
  padding: 58px 0 26px;
  background: #f0f3ec;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 42px;
}

.footer h2 {
  margin: 0 0 12px;
  font: inherit;
  font-size: .88rem;
  font-weight: 950;
  text-transform: uppercase;
}

.footer a:not(.brand) {
  display: block;
  margin: 8px 0;
  color: var(--muted);
}

.footer-cities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}

.footer-cities a {
  font-size: .88rem;
}

.footer-brand { margin-bottom: 14px; }

.footer-contact {
  margin-top: 18px;
  color: var(--green);
  font-weight: 900;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
}

.footer .footer-social a {
  margin: 0;
  color: var(--green-2);
  font-weight: 950;
}

.copyright {
  width: min(1160px, calc(100% - 40px));
  margin: 34px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 15;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 16px 34px rgba(21,55,47,.26);
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover { background: var(--green-2); }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .68s ease, transform .68s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

.location-hero {
  min-height: 76vh;
  grid-template-columns: minmax(0, 790px) minmax(280px, 340px);
  background:
    linear-gradient(90deg, rgba(14, 37, 32, .92), rgba(14, 37, 32, .58) 60%, rgba(14, 37, 32, .3)),
    var(--everline-after-image) center / cover;
}

.admin-bar .site-header {
  top: 32px;
}

.content-page {
  padding: 140px 0 90px;
}

.content-page article {
  max-width: 820px;
  margin: 0 auto;
}

.content-page .entry-title {
  margin-bottom: 18px;
}

.entry-meta {
  margin-bottom: 24px;
  color: var(--muted);
  font-weight: 800;
}

.entry-content {
  color: var(--ink);
}

.entry-content img {
  height: auto;
  border-radius: var(--radius);
}

.blog-card-link {
  display: block;
}

.empty-posts {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
  color: rgba(255,255,255,.7);
  font-size: .85rem;
  font-weight: 800;
}

.breadcrumbs a {
  color: #fff;
}

.local-intro {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 58px;
  padding: 90px 0;
}

.local-copy {
  display: grid;
  gap: 14px;
  color: var(--muted);
}

.local-copy p {
  margin: 0;
}

.local-services {
  padding: 84px 0;
  background: #e8eee4;
}

.local-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.local-service-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(21,55,47,.07);
}

.local-service-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2rem;
}

.local-service-grid p {
  color: var(--muted);
}

.local-area-note {
  padding: 80px 0;
}

.local-area-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 52px;
}

.neighbourhood-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
}

.neighbourhood-list span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  font-size: .9rem;
  font-weight: 850;
}

.location-footer .footer-grid {
  grid-template-columns: .9fr .7fr 1.4fr;
}

/* Clean 2026 visual refresh */
:root {
  --ink: #17211f;
  --muted: #61706b;
  --green: #0f3d35;
  --green-2: #1d6a5b;
  --leaf: #4f8d75;
  --gold: #d9a441;
  --paper: #f7f9f6;
  --white: #ffffff;
  --line: rgba(23, 33, 31, .11);
  --shadow: 0 18px 48px rgba(18, 42, 37, .11);
  --radius: 8px;
}

body {
  background:
    linear-gradient(180deg, #ffffff 0, var(--paper) 620px, #ffffff 100%);
  color: var(--ink);
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
}

.site-header {
  padding: 14px 0;
  background: transparent;
}

.site-header::after {
  height: 2px;
  background: linear-gradient(90deg, var(--green-2), var(--gold));
}

.site-header.scrolled {
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(23, 33, 31, .08);
  box-shadow: 0 12px 36px rgba(23, 33, 31, .08);
}

.nav {
  min-height: 58px;
  padding: 0 10px;
  border-radius: 12px;
}

.site-header:not(.scrolled) .nav {
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(18px);
}

.brand {
  font-size: 1rem;
  letter-spacing: 0;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,.18);
}

.nav-menu {
  gap: 6px;
}

.nav-menu a {
  position: relative;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 800;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.nav-menu a:hover,
.nav-menu a.is-active {
  background: rgba(255,255,255,.16);
  transform: translateY(-1px);
}

.site-header.scrolled .nav-menu a:hover,
.site-header.scrolled .nav-menu a.is-active {
  color: var(--green);
  background: rgba(15, 61, 53, .08);
}

.nav-menu .nav-quote {
  min-width: auto;
  margin-left: 6px;
  padding: 10px 16px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 24px rgba(15, 61, 53, .18);
}

.site-header:not(.scrolled) .nav-menu .nav-quote {
  color: var(--green);
  background: #fff;
}

.hero {
  min-height: 88vh;
  grid-template-columns: minmax(0, 690px) minmax(280px, 360px);
  align-items: center;
  padding-top: 132px;
  padding-bottom: 74px;
  background:
    linear-gradient(90deg, rgba(12, 39, 34, .88), rgba(12, 39, 34, .60) 54%, rgba(12, 39, 34, .2)),
    url("assets/images/softwash-hero.webp") center / cover;
}

.hero::before {
  opacity: .18;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.26) 49%, transparent 58% 100%);
}

.hero::after {
  height: 90px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.96));
}

.eyebrow {
  color: var(--green-2);
  font-size: .75rem;
  letter-spacing: .11em;
}

.hero .eyebrow {
  color: #dfeee9;
}

h1,
h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 850;
}

h1 {
  max-width: 720px;
  font-size: clamp(2.75rem, 5.3vw, 5.35rem);
  line-height: .98;
}

h2 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.08;
}

h3 {
  font-size: 1.12rem;
  font-weight: 850;
}

.hero-content p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255,255,255,.86);
  font-size: 1.05rem;
}

.button,
.quote-form button {
  min-height: 48px;
  border-radius: 999px;
  box-shadow: none;
}

.primary,
.quote-form button {
  color: #fff;
  background: var(--green);
}

.secondary {
  color: #fff;
  background: rgba(255,255,255,.12);
}

.quote-card {
  padding: 24px;
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.36);
  color: var(--ink);
}

.quote-card strong {
  color: var(--green);
  font-family: inherit;
  font-size: 3.2rem;
  font-weight: 900;
}

.quote-label {
  color: var(--green-2);
}

.quote-card p {
  color: var(--muted);
}

.trust-strip {
  margin-top: -28px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 42, 37, .1);
}

.trust-strip div {
  padding: 24px 26px;
}

.intro {
  padding: 88px 0 22px;
}

.business-heading {
  grid-template-columns: 56px 1fr .86fr;
  gap: 24px;
}

.business-heading > span,
.step span,
.local-service-grid span {
  color: var(--green-2);
  font-family: inherit;
  font-weight: 900;
}

.services {
  gap: 18px;
}

.service-card,
.blog article,
.faq details,
.step,
.local-service-grid article,
.seo-copy-grid p,
.quote-form,
.why-panel {
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 30px rgba(18, 42, 37, .07);
}

.service-card,
.blog article,
.step,
.local-service-grid article,
.commercial-grid article {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover,
.blog article:hover,
.step:hover,
.local-service-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 106, 91, .28);
  box-shadow: 0 18px 42px rgba(18, 42, 37, .12);
}

.service-card img,
.blog img {
  aspect-ratio: 4 / 3;
}

.commercial,
.areas {
  background:
    linear-gradient(135deg, #0f3d35, #174c42);
}

.commercial-grid article {
  background: rgba(255,255,255,.1);
}

.showcase,
.why,
.quote,
.local-services {
  background: #f2f6f3;
}

.showcase-layout,
.quote-layout {
  gap: 56px;
}

.comparison {
  min-height: 500px;
  border: 8px solid #fff;
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(18, 42, 37, .15);
}

.comparison.is-dragging {
  box-shadow: 0 28px 80px rgba(15, 61, 53, .22);
}

.handle::after {
  content: "";
  width: 54px;
  height: 54px;
  border: 4px solid #fff;
  background:
    linear-gradient(90deg, transparent 19px, #fff 19px 22px, transparent 22px 32px, #fff 32px 35px, transparent 35px),
    var(--green);
  box-shadow: 0 10px 28px rgba(15, 61, 53, .32);
}

.tag {
  border-radius: 999px;
  background: rgba(15, 61, 53, .86);
}

.process-grid {
  gap: 16px;
}

.step {
  min-height: 230px;
}

.blog article {
  overflow: hidden;
}

.faq details {
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.faq details[open] {
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 42, 37, .1);
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--green-2);
  font-size: 1.25rem;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

.city-list span,
.neighbourhood-list span {
  border-radius: 999px;
}

.quote-form {
  border-color: rgba(23, 33, 31, .08);
}

input,
select,
textarea {
  border-radius: 10px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(29, 106, 91, .54);
  box-shadow: 0 0 0 4px rgba(29, 106, 91, .1);
}

.footer {
  background: #101b18;
  color: #d9e4df;
}

.footer p,
.footer a:not(.brand),
.copyright {
  color: rgba(217, 228, 223, .72);
}

.footer .brand,
.footer .footer-contact,
.footer h2,
.footer .footer-social a {
  color: #fff;
}

.footer .brand-mark {
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.1);
}

.back-to-top {
  border-radius: 12px;
}

.content-page article {
  max-width: 860px;
}

/* Premium professional visual layer */
:root {
  --ink: #101817;
  --muted: #5b6864;
  --green: #0b3f36;
  --green-2: #176453;
  --leaf: #6ea88a;
  --gold: #d7aa54;
  --paper: #f5f7f3;
  --line: rgba(16, 24, 23, .12);
  --shadow: 0 24px 70px rgba(7, 35, 30, .16);
}

body {
  background:
    linear-gradient(180deg, rgba(245,247,243,.92), rgba(255,255,255,.96) 36%, #f3f6f2 100%),
    url("assets/images/softwash-hero.webp") center top / 100% auto no-repeat fixed;
}

.site-header:not(.scrolled) .nav {
  background: rgba(8, 31, 27, .52);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 18px 60px rgba(0,0,0,.16);
}

.nav-phone {
  border: 1px solid rgba(255,255,255,.24);
}

.site-header.scrolled .nav-phone {
  border-color: rgba(15, 61, 53, .16);
}

.hero {
  min-height: 94vh;
  padding-bottom: 86px;
  background:
    radial-gradient(circle at 82% 20%, rgba(215,170,84,.22), transparent 28%),
    linear-gradient(90deg, rgba(5, 27, 24, .94), rgba(8, 47, 39, .74) 48%, rgba(8, 47, 39, .2)),
    url("assets/images/softwash-hero.webp") center / cover;
}

.hero::before {
  opacity: .22;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(255,255,255,.28) 51%, transparent 57% 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 92px);
}

.hero-content {
  padding: 28px 0;
}

.hero .eyebrow {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #e9f3ee;
  background: rgba(255,255,255,.08);
}

h1 {
  max-width: 780px;
  font-size: clamp(3rem, 5.8vw, 6rem);
  letter-spacing: 0;
}

.hero-content p:not(.eyebrow) {
  font-size: 1.11rem;
  line-height: 1.75;
}

.quote-card {
  border: 1px solid rgba(255,255,255,.26);
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(245,248,244,.88));
  box-shadow: 0 24px 80px rgba(0,0,0,.22);
}

.trust-strip {
  margin-top: -48px;
  border: 0;
}

.trust-strip div {
  position: relative;
  padding: 28px;
}

.trust-strip div::before {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  margin-bottom: 16px;
  border-radius: 99px;
  background: var(--gold);
}

.intro,
.seo-copy,
.business-band,
.services,
.process,
.blog,
.faq {
  position: relative;
}

.seo-copy {
  width: min(1180px, calc(100% - 48px));
  margin-top: 28px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(245,248,244,.84)),
    url("assets/images/roof-moss-cleaning.webp") center / cover;
  box-shadow: 0 24px 70px rgba(7,35,30,.1);
}

.seo-copy-grid p {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(12px);
}

.services {
  width: min(1180px, calc(100% - 48px));
}

.service-card {
  border: 1px solid rgba(255,255,255,.72);
  background: #fff;
}

.service-card img {
  filter: saturate(.96) contrast(1.04);
}

.service-card div {
  position: relative;
}

.service-card div::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 48px;
  height: 3px;
  background: var(--gold);
}

.commercial {
  position: relative;
  background:
    linear-gradient(90deg, rgba(4, 29, 25, .94), rgba(7, 54, 45, .82)),
    url("assets/images/commercial-roof-cleaning.webp") center / cover fixed;
}

.commercial::before,
.areas::before,
.quote::before,
.showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.commercial::before {
  background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 34%, rgba(0,0,0,.16));
}

.commercial .section-shell,
.areas .section-shell,
.quote .section-shell,
.showcase .section-shell {
  position: relative;
  z-index: 1;
}

.commercial-grid article {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.showcase {
  position: relative;
  background:
    linear-gradient(90deg, rgba(246,249,245,.98), rgba(246,249,245,.78)),
    url("assets/images/roof-moss-cleaning.webp") center / cover;
}

.showcase::before {
  background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.82));
}

.comparison {
  border-width: 10px;
  background: #fff;
}

.process-grid .step {
  position: relative;
  overflow: hidden;
}

.process-grid .step::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(23,100,83,.12);
  border-radius: 50%;
}

.areas {
  position: relative;
  background:
    linear-gradient(90deg, rgba(4, 29, 25, .94), rgba(13, 76, 63, .84)),
    url("assets/images/gutter-cleaning.webp") center / cover;
}

.areas::before {
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.18));
}

.city-list span {
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.quote {
  position: relative;
  background:
    linear-gradient(90deg, rgba(244,248,245,.97), rgba(244,248,245,.84) 58%, rgba(244,248,245,.66)),
    url("assets/images/softwash-hero.webp") center / cover;
}

.quote::before {
  background: linear-gradient(180deg, rgba(255,255,255,.25), rgba(255,255,255,.82));
}

.quote-form {
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 80px rgba(7,35,30,.16);
}

.contact-box a,
.footer-contact a {
  color: var(--green);
  font-weight: 950;
}

.footer-contact a {
  color: #fff;
}

.location-hero {
  min-height: 82vh;
  background:
    radial-gradient(circle at 82% 18%, rgba(215,170,84,.22), transparent 24%),
    linear-gradient(90deg, rgba(5, 27, 24, .95), rgba(8, 47, 39, .68) 58%, rgba(8, 47, 39, .18)),
    var(--everline-after-image) center / cover;
}

@media (max-width: 960px) {
  body,
  .commercial {
    background-attachment: scroll;
  }

  .hero {
    min-height: 82vh;
  }

  .nav-phone {
    border-color: var(--line);
  }

  .nav-toggle { display: block; }

  .nav-menu {
    position: absolute;
    top: 68px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-menu.open { display: flex; }

  .nav-menu a,
  .site-header .nav-menu a {
    color: var(--ink);
    padding: 12px;
  }

  .nav-menu .nav-quote,
  .site-header .nav-menu .nav-quote {
    color: var(--green);
    margin-top: 6px;
  }

  .hero,
  .intro,
  .showcase-layout,
  .why-layout,
  .quote-layout,
  .footer-grid,
  .business-heading,
  .areas-layout,
  .local-intro,
  .local-area-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero {
    align-items: end;
    min-height: auto;
    padding-top: 128px;
  }

  .services,
  .process-grid,
  .blog-grid,
  .faq-grid,
  .commercial-grid,
  .local-service-grid,
  .seo-copy-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-strip,
  .stats { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section-shell,
  .trust-strip,
  .copyright {
    width: min(100% - 28px, 1160px);
  }

  .hero {
    padding-bottom: 54px;
  }

  .hero-actions,
  .services,
  .process-grid,
  .blog-grid,
  .faq-grid,
  .quote-form,
  .commercial-grid,
  .local-service-grid,
  .seo-copy-grid {
    grid-template-columns: 1fr;
  }

  .footer-cities {
    grid-template-columns: 1fr;
  }

  .services,
  .process,
  .blog,
  .faq,
  .showcase-layout,
  .why-layout,
  .quote-layout {
    padding: 66px 0;
  }

  .comparison { min-height: 360px; }
  .quote-form { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Pacific Fresh conversion style v1.3 */
:root {
  --ink: #111816;
  --muted: #5d6864;
  --green: #0b4b3f;
  --green-2: #13705e;
  --leaf: #58b388;
  --gold: #ff8a3d;
  --paper: #f6f8f4;
  --white: #ffffff;
  --line: rgba(17, 24, 22, .12);
  --shadow: 0 22px 60px rgba(11, 75, 63, .13);
}

body {
  background: #fbfcf8;
  color: var(--ink);
}

.site-header {
  padding: 16px 0;
}

.site-header::after {
  background: var(--gold);
}

.nav {
  min-height: 64px;
  padding: 0 12px 0 14px;
  border: 1px solid rgba(17,24,22,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 50px rgba(11, 75, 63, .1);
  backdrop-filter: blur(18px);
}

.site-header:not(.scrolled) .nav {
  background: rgba(255,255,255,.88);
  border-color: rgba(255,255,255,.72);
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.brand,
.site-header:not(.scrolled) .brand,
.site-header.scrolled .brand {
  color: var(--ink);
}

.brand-mark,
.site-header:not(.scrolled) .brand-mark,
.site-header.scrolled .brand-mark {
  border: 0;
  color: #fff;
  background: var(--green);
  box-shadow: inset 0 -10px 20px rgba(0,0,0,.12);
}

.nav-menu a,
.site-header:not(.scrolled) .nav-menu a,
.site-header.scrolled .nav-menu a {
  color: var(--ink);
}

.nav-menu a:hover,
.nav-menu a.is-active,
.site-header.scrolled .nav-menu a:hover,
.site-header.scrolled .nav-menu a.is-active {
  color: var(--green);
  background: rgba(19,112,94,.08);
}

.nav-phone {
  border: 1px solid rgba(19,112,94,.18);
  color: var(--green) !important;
  background: #eff8f4;
}

.nav-menu .nav-quote,
.site-header:not(.scrolled) .nav-menu .nav-quote,
.site-header.scrolled .nav-menu .nav-quote {
  color: #fff;
  background: var(--gold);
  box-shadow: 0 14px 28px rgba(255,138,61,.24);
}

.hero {
  min-height: 92vh;
  align-items: center;
  color: var(--ink);
  padding-top: 150px;
  padding-bottom: 82px;
  background:
    linear-gradient(90deg, rgba(251,252,248,.98) 0 42%, rgba(251,252,248,.8) 52%, rgba(251,252,248,.24) 68%, rgba(251,252,248,.04)),
    url("assets/images/softwash-hero.webp") center / cover;
}

.hero::before {
  opacity: 1;
  background:
    radial-gradient(circle at 12% 28%, rgba(255,138,61,.18), transparent 18%),
    radial-gradient(circle at 38% 72%, rgba(88,179,136,.16), transparent 20%);
  mix-blend-mode: normal;
  transform: none;
}

.hero::after {
  height: 115px;
  background: linear-gradient(180deg, transparent, #fbfcf8);
}

.hero-content {
  max-width: 760px;
  padding: 18px 0;
}

.hero .eyebrow {
  display: inline-flex;
  color: var(--green);
  border-color: rgba(19,112,94,.18);
  background: #eaf7f1;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #0f1715;
  font-size: clamp(3.1rem, 6vw, 6.25rem);
  line-height: .93;
}

h2 {
  color: #111816;
}

.hero-content p:not(.eyebrow) {
  max-width: 600px;
  color: #485651;
  font-size: 1.14rem;
}

.hero-actions {
  gap: 12px;
}

.button,
.quote-form button {
  border-radius: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover,
.quote-form button:hover {
  transform: translateY(-3px);
}

.primary,
.quote-form button {
  color: #fff;
  background: var(--gold);
  box-shadow: 0 18px 34px rgba(255,138,61,.25);
}

.secondary {
  color: var(--green);
  border: 1px solid rgba(19,112,94,.2);
  background: #fff;
  backdrop-filter: none;
}

.quote-card {
  align-self: center;
  padding: 30px;
  border: 0;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.9)),
    var(--everline-after-image) center / cover;
  box-shadow: 0 24px 80px rgba(11,75,63,.18);
}

.quote-card::before {
  content: "Call 778-228-8358";
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: .78rem;
  font-weight: 950;
}

.quote-card strong {
  color: var(--gold);
}

.trust-strip {
  margin-top: -52px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(11,75,63,.14);
}

.trust-strip div {
  padding: 30px;
}

.trust-strip div::before {
  background: var(--green);
}

.intro {
  padding-top: 112px;
}

.seo-copy {
  margin-top: 36px;
  border: 0;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(11,75,63,.94), rgba(19,112,94,.74)),
    url("assets/images/roof-moss-cleaning.webp") center / cover;
  color: #fff;
  box-shadow: 0 28px 76px rgba(11,75,63,.18);
}

.seo-copy h2,
.seo-copy .eyebrow {
  color: #fff;
}

.seo-copy-grid p {
  color: rgba(255,255,255,.86);
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.1);
  box-shadow: none;
}

.business-heading {
  padding: 44px 0 30px;
  border-top: 0;
}

.business-heading > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: #fff;
  background: var(--green);
  font-size: 1.25rem;
}

.services {
  padding-bottom: 112px;
}

.service-card {
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(11,75,63,.1);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 80px rgba(11,75,63,.17);
}

.service-card img {
  aspect-ratio: 16 / 11;
}

.service-card div {
  padding: 26px;
}

.service-card div::before {
  top: -2px;
  height: 5px;
  width: 64px;
  border-radius: 99px;
  background: var(--gold);
}

.commercial {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(251,252,248,.96), rgba(251,252,248,.8) 52%, rgba(251,252,248,.22)),
    url("assets/images/commercial-roof-cleaning.webp") center / cover;
}

.commercial::before {
  display: none;
}

.commercial-heading {
  border-color: transparent;
}

.commercial-heading > p,
.commercial-grid p {
  color: var(--muted);
}

.commercial-grid article {
  min-height: 230px;
  border: 0;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 52px rgba(11,75,63,.12);
  backdrop-filter: blur(12px);
}

.commercial-grid article:hover {
  background: #fff;
}

.showcase {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(11,75,63,.96), rgba(11,75,63,.78)),
    url("assets/images/roof-moss-cleaning.webp") center / cover;
}

.showcase::before {
  display: none;
}

.showcase h2,
.showcase .eyebrow,
.showcase p,
.showcase .check-list li {
  color: #fff;
}

.check-list li::before {
  background: var(--gold);
}

.comparison {
  border: 12px solid #fff;
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(0,0,0,.24);
}

.process {
  padding-top: 112px;
}

.step {
  border: 0;
  border-radius: 22px;
  background: #fff;
}

.step span {
  color: var(--gold);
}

.blog article {
  border: 0;
  border-radius: 22px;
  background: #fff;
}

.areas {
  background:
    linear-gradient(90deg, rgba(255,138,61,.94), rgba(19,112,94,.88)),
    url("assets/images/gutter-cleaning.webp") center / cover;
}

.areas::before {
  display: none;
}

.areas .eyebrow,
.areas h2,
.areas p {
  color: #fff;
}

.city-list span {
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  background: rgba(255,255,255,.14);
}

.city-list span:hover {
  color: var(--green);
  background: #fff;
}

.faq details {
  border: 0;
  border-radius: 18px;
}

.quote {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15,23,21,.92), rgba(11,75,63,.82)),
    url("assets/images/softwash-hero.webp") center / cover;
}

.quote::before {
  display: none;
}

.quote h2,
.quote .eyebrow,
.quote p,
.quote .contact-box,
.quote .contact-box a {
  color: #fff;
}

.contact-box {
  gap: 12px;
}

.contact-box span,
.contact-box a {
  display: inline-flex;
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}

.quote-form {
  border: 0;
  border-radius: 24px;
  background: #fff;
}

.footer {
  background:
    linear-gradient(180deg, #0f1715, #07110f);
}

.location-hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(11,75,63,.94), rgba(11,75,63,.62), rgba(11,75,63,.12)),
    var(--everline-after-image) center / cover;
}

@media (max-width: 960px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(251,252,248,.96), rgba(251,252,248,.78)),
      url("assets/images/softwash-hero.webp") center / cover;
  }

  .nav-menu .nav-quote,
  .site-header .nav-menu .nav-quote {
    color: #fff;
  }
}

@media (max-width: 640px) {
  .section-shell,
  .trust-strip,
  .copyright,
  .seo-copy,
  .services {
    width: min(100% - 28px, 1160px);
  }

  h1 {
    font-size: clamp(2.7rem, 14vw, 4.1rem);
  }

  .seo-copy {
    padding: 28px;
  }
}

/* Roof soft wash image relevance update v1.4 */
.hero {
  background:
    linear-gradient(90deg, rgba(251,252,248,.98) 0 40%, rgba(251,252,248,.84) 52%, rgba(251,252,248,.28) 70%, rgba(251,252,248,.08)),
    url("assets/images/softwash-hero.webp") center / cover;
}

.seo-copy {
  background:
    linear-gradient(90deg, rgba(11,75,63,.95), rgba(19,112,94,.76)),
    url("assets/images/roof-moss-cleaning.webp") center / cover;
}

.commercial {
  background:
    linear-gradient(90deg, rgba(251,252,248,.96), rgba(251,252,248,.78) 52%, rgba(251,252,248,.2)),
    url("assets/images/commercial-roof-cleaning.webp") center / cover;
}

.showcase {
  background:
    linear-gradient(90deg, rgba(11,75,63,.96), rgba(11,75,63,.78)),
    url("assets/images/roof-moss-cleaning.webp") center / cover;
}

.areas {
  background:
    linear-gradient(90deg, rgba(255,138,61,.9), rgba(19,112,94,.88)),
    url("assets/images/gutter-cleaning.webp") center / cover;
}

.quote {
  background:
    linear-gradient(90deg, rgba(15,23,21,.92), rgba(11,75,63,.82)),
    url("assets/images/softwash-hero.webp") center / cover;
}

.quote-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92)),
    url("assets/images/roof-moss-cleaning.webp") center / cover;
}

.location-hero {
  background:
    linear-gradient(90deg, rgba(11,75,63,.94), rgba(11,75,63,.62), rgba(11,75,63,.12)),
    var(--everline-after-image) center / cover;
}

@media (max-width: 960px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(251,252,248,.96), rgba(251,252,248,.78)),
      url("assets/images/softwash-hero.webp") center / cover;
  }
}
