/* Back 40 theme — local service sites.
   No framework, no JS, no webfonts. Every request costs ranking. */

:root{
  --ink:#16211C;
  --muted:#57665C;
  --soil:#5C3520;
  --soil-dk:#3E2315;
  --turf:#2E5E3A;
  --turf-dk:#1E3D28;
  --turf-lit:#4A8A50;
  --clay:#C85A2B;
  --clay-lit:#E07338;
  --paper:#F4F6F3;
  --line:#DCE4DE;
  --maxw:1120px;
  --r:14px;
  --pill:999px;
  --sans:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:var(--sans);color:var(--ink);
  line-height:1.65;font-size:17px;background:#fff;
  padding-bottom:64px; /* clears the sticky mobile call bar */
}
img{max-width:100%;height:auto;display:block}
a{color:var(--turf)}
h1,h2,h3{line-height:1.08;margin:0 0 .5em;letter-spacing:-.015em}
h1{font-size:clamp(2.1rem,5.6vw,3.9rem);font-weight:800;text-transform:uppercase}
h2{font-size:clamp(1.6rem,3.4vw,2.5rem);font-weight:800;text-transform:uppercase}
h3{font-size:1.15rem;font-weight:700}
p{margin:0 0 1.1em}

/* eyebrow: wide-tracked clay label. Names a section; never decoration. */
.eyebrow{
  font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;
  color:var(--clay-text);margin:0 0 .6rem
}
.on-dark .eyebrow{color:var(--clay-on-dark)}

/* ---------- utility bar ---------- */
.utility{
  background:var(--soil-dk);color:#EADFD6;font-size:.86rem;
  display:flex;flex-wrap:wrap;gap:.4rem 1.6rem;justify-content:center;
  padding:.55rem 1rem;text-align:center
}
.utility a{color:#fff;text-decoration:none;font-weight:700}
.utility a:hover{text-decoration:underline}
.utility span{opacity:.85}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:30;background:#fff;
  border-bottom:1px solid var(--line);
  display:flex;align-items:center;gap:1rem;padding:.7rem 1rem
}
.site-header .logo{margin-right:auto;display:block}
.site-header .logo img{height:46px;width:auto}
.site-nav{display:none;gap:1.35rem}
.site-nav a{
  color:var(--ink);text-decoration:none;font-weight:700;font-size:.92rem;
  text-transform:uppercase;letter-spacing:.04em;padding:.4rem 0;
  border-bottom:2px solid transparent
}
.site-nav a:hover,.site-nav a:focus-visible{border-bottom-color:var(--clay)}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  min-height:48px;padding:0 1.4rem;border-radius:var(--pill);border:2px solid transparent;
  font:inherit;font-weight:800;text-decoration:none;cursor:pointer;
  letter-spacing:.01em;white-space:nowrap
}
.btn-call{background:var(--turf);color:#fff}
.btn-call:hover{background:var(--turf-dk)}
.btn-quote{background:var(--clay);color:#fff}
.btn-quote:hover{background:var(--clay-lit)}
.btn-ghost{background:transparent;color:var(--turf);border-color:var(--turf)}
.btn-ghost:hover{background:var(--turf);color:#fff}
.btn-lg{min-height:56px;font-size:1.05rem;padding:0 1.8rem}
.btn-block{width:100%}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{
  outline:3px solid var(--clay);outline-offset:2px
}

/* ---------- hero ---------- */
.hero{
  position:relative;background-color:var(--turf-dk);color:#fff;
  background-size:cover;background-position:center;
  padding:clamp(3rem,8vw,6rem) 1rem clamp(4rem,9vw,7rem)
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(105deg,rgba(20,45,28,.94) 0%,rgba(20,45,28,.80) 46%,rgba(30,61,40,.58) 100%)
}
.hero-inner{position:relative;max-width:var(--maxw);margin:0 auto}
.hero h1{margin-bottom:.35em}
.hero .lede{font-size:clamp(1.02rem,2vw,1.22rem);opacity:.94;max-width:52ch;margin-bottom:1.6rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.8rem}
.hero .btn-call{background:var(--clay)}
.hero .btn-call:hover{background:var(--clay-lit)}
.hero .btn-ghost{color:#fff;border-color:rgba(255,255,255,.6)}
.hero .btn-ghost:hover{background:#fff;color:var(--turf-dk);border-color:#fff}

.chips{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}
.chips li{
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);
  border-radius:var(--pill);padding:.4rem .95rem;font-size:.88rem;font-weight:600
}

/* ---------- soil horizon divider (signature) ----------
   A lawn cross-section: turf over clay. Competitor sites use a generic wave;
   this says something true about what the work actually deals with. */
.horizon{display:block;width:100%;height:clamp(26px,3.6vw,48px);margin:0;line-height:0}
.horizon svg{display:block;width:100%;height:100%}

/* ---------- sections ---------- */
.section{max-width:var(--maxw);margin:0 auto;padding:clamp(2.6rem,6vw,4.4rem) 1rem}
.section > p{max-width:68ch}
.section-head{max-width:60ch;margin-bottom:2rem}
.prose{max-width:68ch}
.prose h2{margin-top:1.8em}
.band{background:var(--turf);color:#fff}
.band-soil{background:var(--soil);color:#fff}
.band-paper{background:var(--paper)}
.band a,.band-soil a{color:#fff}

/* ---------- cards ---------- */
.cards{
  display:grid;gap:1rem;list-style:none;padding:0;margin:0;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr))
}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--r);
  padding:1.3rem 1.25rem;color:var(--ink)
}
.card h3{margin-bottom:.35em}
.card h3 a{text-decoration:none;color:var(--ink)}
.card h3 a:hover{color:var(--turf)}
.card p{margin:0;color:var(--muted);font-size:.96rem}
.card .price{display:block;margin-top:.7rem;font-weight:700;color:var(--turf);font-size:.9rem}
.band .card,.band-soil .card{border-color:transparent}
.band .card a,.band-soil .card a{color:var(--turf)}

/* area links read as a place list, so chips suit them better than cards */
.arealist{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none;padding:0;margin:0}
.arealist a{
  display:inline-flex;align-items:center;background:#fff;border:1px solid var(--line);
  border-radius:var(--pill);padding:.6rem 1.1rem;text-decoration:none;
  font-weight:700;color:var(--ink);font-size:.95rem;min-height:44px
}
.arealist a:hover{border-color:var(--turf);color:var(--turf)}

/* ---------- breadcrumbs ---------- */
.crumbs{
  max-width:var(--maxw);margin:0 auto;padding:.9rem 1rem 0;
  font-size:.85rem;color:var(--muted)
}
.crumbs a{color:var(--muted)}

/* ---------- reviews ---------- */
.reviews ul{
  list-style:none;padding:0;margin:0;display:grid;gap:1rem;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))
}
.reviews li{background:#fff;border-radius:var(--r);padding:1.2rem;border:1px solid var(--line);color:var(--ink)}
.reviews blockquote{margin:.5rem 0 .8rem;font-style:normal}
.reviews cite{font-style:normal;font-weight:700;font-size:.9rem;color:var(--muted)}
.stars{color:var(--clay);letter-spacing:3px;font-size:1.05rem}
.rating-line{font-weight:700}
.attribution{font-size:.85rem;color:var(--muted)}

/* ---------- FAQ ---------- */
.faq details{border-bottom:1px solid var(--line);padding:.35rem 0}
.faq summary{
  cursor:pointer;font-weight:700;padding:.85rem 0;min-height:48px;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;list-style:none
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--clay);font-size:1.5rem;font-weight:800;line-height:1}
.faq details[open] summary::after{content:"\2013"}
.faq-a{padding-bottom:.4rem}
.faq-a p{margin:0 0 1rem;color:var(--muted)}
.faq-a p:last-child{margin-bottom:.6rem}

/* ---------- CTA + form ---------- */
.cta-wrap{background:var(--soil);color:#fff}
.cta-grid{
  max-width:var(--maxw);margin:0 auto;padding:clamp(2.6rem,6vw,4.4rem) 1rem;
  display:grid;gap:2rem
}
.cta-grid h2{margin-bottom:.4em}
.cta-grid .lede{opacity:.92;max-width:46ch}
.lead-form{
  background:#fff;color:var(--ink);border-radius:var(--r);padding:1.4rem;
  display:grid;gap:.85rem
}
.lead-form label{display:grid;gap:.3rem;font-weight:700;font-size:.9rem}
.lead-form input,.lead-form textarea{
  font:inherit;padding:.75rem;min-height:48px;border:1px solid var(--line);
  border-radius:10px;background:#fff;color:var(--ink)
}
.lead-form textarea{min-height:96px;resize:vertical}
.form-note{font-size:.82rem;color:var(--muted);margin:0}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* ---------- footer ---------- */
.site-footer{background:var(--soil-dk);color:#E7DDD5}
.footer-grid{
  max-width:var(--maxw);margin:0 auto;padding:2.6rem 1rem;
  display:grid;gap:1.8rem;font-size:.95rem
}
.site-footer a{color:#fff}
.site-footer strong{color:#fff;display:block;margin-bottom:.4rem}
.footer-legal{
  border-top:1px solid rgba(255,255,255,.16);
  padding:1rem;text-align:center;font-size:.85rem;opacity:.85
}

/* ---------- sticky mobile call bar ---------- */
.sticky-call{
  position:fixed;left:0;right:0;bottom:0;z-index:40;
  background:var(--clay);color:#fff;text-align:center;
  padding:1rem;font-weight:800;text-decoration:none;font-size:1.05rem;
  box-shadow:0 -2px 14px rgba(0,0,0,.18)
}

@media(min-width:860px){
  body{padding-bottom:0}
  .sticky-call{display:none}
  .site-nav{display:flex}
  .cta-grid{grid-template-columns:1.05fr .95fr;align-items:center}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}
}

@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* ---------- service icons ----------
   Thin-stroke line marks in the clay accent, sized like the reference set.
   currentColor so a card on a colour band inherits the right tone. */
.svc-icon{width:46px;height:46px;display:block;color:var(--clay);margin-bottom:.85rem}
.card-icon{padding-top:1.15rem}
.band .card-icon .svc-icon,.band-soil .card-icon .svc-icon{color:var(--clay)}
.hero-icon .svc-icon{width:56px;height:56px;color:var(--clay-lit);margin-bottom:.5rem}

/* ---------- service-area map ----------
   Self-hosted SVG built from OpenStreetMap geometry. A Maps embed would cost
   ~1MB, several third-party requests and a cookie banner, to give a coverage
   signal nobody pans or zooms. */
/* The map is a block of visual noise; it needs room on both sides or the cards
   under it read as part of the image. */
.areamap{display:block;width:100%;max-width:820px;height:auto;margin:2.25rem auto 3rem;
  border-radius:var(--r);border:1px solid var(--line)}

.mapframe{position:relative;width:100%;max-width:820px;margin:2rem auto 0;
  aspect-ratio:16/10;border-radius:var(--r);overflow:hidden;border:1px solid var(--line)}
.mapframe iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* ================= theme variants =================
   Driven by data-attributes on <body> from the theme preset, so one template
   tree serves every niche. Adding a niche is a JSON preset, not a new theme. */

.accent-face{font-family:var(--accent-face);font-style:italic;text-transform:none;letter-spacing:0}

/* announcement bar */
.announce{display:block;background:var(--clay);color:#fff;text-align:center;
  padding:.6rem 1rem;font-weight:700;font-size:.92rem;text-decoration:underline}
.announce:hover{background:var(--clay-lit)}

/* centred hero */
body[data-hero="center"] .hero-inner{text-align:center;max-width:900px}
body[data-hero="center"] .hero .lede{margin-left:auto;margin-right:auto}
body[data-hero="center"] .hero-actions,
body[data-hero="center"] .chips{justify-content:center}

/* two-tier headline: one oversized word, then the qualifier */
h1.two-tier{display:flex;flex-direction:column;line-height:.92}
h1.two-tier .lead{font-size:clamp(3rem,11vw,7.5rem);letter-spacing:-.03em}
h1.two-tier .rest{font-size:clamp(1.3rem,3.4vw,2.6rem);letter-spacing:-.01em}

/* trust card overlapping the hero boundary */
.trustcard-wrap{max-width:var(--maxw);margin:-3.5rem auto 0;padding:0 1rem;position:relative;z-index:5}
.trustcard{background:var(--paper);border-radius:var(--r);padding:1.4rem;
  display:grid;gap:1rem;align-items:center;box-shadow:0 10px 30px rgba(0,0,0,.13)}
.trustcard .ticks{list-style:none;margin:0;padding:0;font-weight:800;font-style:italic;
  text-transform:uppercase;font-size:.98rem;display:grid;gap:.35rem}
.trustcard .ticks li::before{content:"\2713";color:var(--turf);font-weight:800;margin-right:.5rem}
.trustcard-mid .trust-line{margin:0;font-weight:700}
.trustcard .btn{width:100%}
@media(min-width:860px){
  .trustcard{grid-template-columns:1.1fr 1fr auto;padding:1.6rem 2rem}
  .trustcard .btn{width:auto}
}

/* icon-led service list (icon left, copy right) */
.iconlist{list-style:none;margin:0;padding:0;display:grid;gap:1.4rem;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.iconlist li{display:flex;gap:1rem;align-items:flex-start}
.iconlist .svc-icon{flex:0 0 auto;width:40px;height:40px;margin:0}
.iconlist h3{margin:0 0 .2em}
.iconlist h3 a{text-decoration:none;color:var(--ink)}
.iconlist h3 a:hover{color:var(--turf)}
.iconlist p{margin:0;color:var(--muted);font-size:.97rem}

/* skewed colour panels */
body[data-panels="skew"] .band,
body[data-panels="skew"] .band-paper{position:relative}
body[data-panels="skew"] .band::before{content:"";position:absolute;inset:-1.6rem 0 auto 0;
  height:3.2rem;background:inherit;transform:skewY(-1.4deg);z-index:-1}

/* square buttons with corner brackets — construction/industrial brands */
body[data-btn="square"] .btn{border-radius:2px}
body[data-btn="square"] .btn-lg{position:relative}
body[data-btn="square"] .btn-lg::before,
body[data-btn="square"] .btn-lg::after{content:"";position:absolute;width:14px;height:14px;
  border:3px solid currentColor;opacity:.65}
body[data-btn="square"] .btn-lg::before{top:-6px;left:-6px;border-right:0;border-bottom:0}
body[data-btn="square"] .btn-lg::after{bottom:-6px;right:-6px;border-left:0;border-top:0}

/* ---- professional preset: split hero, portrait-led ---- */
body[data-herostyle="split"] .hero{background-image:none!important;background:#fff;color:var(--ink);
  padding:clamp(2rem,5vw,4.5rem) 1rem}
body[data-herostyle="split"] .hero::before{display:none}
body[data-herostyle="split"] .hero-inner{display:grid;gap:2rem;align-items:center}
body[data-herostyle="split"] .hero h1{text-transform:none;font-weight:600;
  font-size:clamp(1.9rem,4.4vw,3.2rem);letter-spacing:-.02em;line-height:1.14}
body[data-herostyle="split"] .hero .lede{color:var(--muted)}
body[data-herostyle="split"] .hero .btn-ghost{color:var(--turf);border-color:var(--turf)}
body[data-herostyle="split"] .hero .chips li{background:var(--paper);border-color:var(--line);color:var(--ink)}
.portrait{position:relative;justify-self:center;max-width:420px}
.portrait img{border-radius:6px;position:relative;z-index:2}
.portrait::before{content:"";position:absolute;inset:-18px;border:3px solid var(--clay);
  transform:rotate(45deg);z-index:1}
@media(min-width:860px){
  body[data-herostyle="split"] .hero-inner{grid-template-columns:1.05fr .95fr}
}

/* centred icon wells */
.wells{list-style:none;margin:0;padding:0;display:grid;gap:1.2rem;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.wells li{background:#fff;border:1px solid var(--line);border-radius:var(--r);
  padding:2rem 1.4rem;text-align:center}
.wells .svc-icon{width:34px;height:34px;margin:0 auto .9rem;color:var(--turf);
  box-sizing:content-box;padding:14px;border-radius:50%;background:var(--paper)}
.wells h3 a{text-decoration:none;color:var(--ink)}
.wells p{margin:.3rem 0 0;color:var(--muted);font-size:.96rem}

/* ---------- coverage list (replaces the map by default) ---------- */
.coverage{display:grid;gap:1.4rem;margin:2rem 0 .5rem;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.coverage-group h3{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--clay);margin:0 0 .7rem;padding-bottom:.55rem;border-bottom:2px solid var(--line)}
.coverage-group ul{list-style:none;margin:0;padding:0;display:grid;gap:.15rem}
.coverage-group a{display:block;padding:.42rem 0;text-decoration:none;font-weight:600;
  color:var(--ink);border-bottom:1px solid transparent}
.coverage-group a:hover{color:var(--turf);border-bottom-color:var(--line)}
.band .coverage-group a,.band-soil .coverage-group a{color:#fff}
.band .coverage-group h3,.band-soil .coverage-group h3{color:var(--clay-lit);
  border-bottom-color:rgba(255,255,255,.25)}

/* ---------- prose rows: copy paired with a photo ---------- */
.prose-row{display:grid;gap:1.8rem;align-items:center;margin:0 0 4.5rem}
.prose-row:last-child{margin-bottom:0}
.prose-copy{max-width:60ch}
.prose-copy h2{margin-top:0}
.prose-copy p:last-child{margin-bottom:0}
.prose-shot{margin:0}
/* A frame plus a hairline keeps each photo reading as its own object rather
   than as a coloured area bleeding into the copy beside it. */
.prose-shot img{width:100%;height:auto;border-radius:var(--r);display:block;
  border:1px solid var(--line);padding:6px;background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.10)}
.prose + .prose-row,.prose-row + .prose{margin-top:4.5rem}
.prose{margin-bottom:4.5rem}
.prose:last-child{margin-bottom:0}
@media(min-width:820px){
  .prose-row{grid-template-columns:1fr 1fr;gap:3.5rem}
  .prose-row.flip .prose-copy{order:2}
  .prose-row.flip .prose-shot{order:1}
}

/* ================= homepage blocks ================= */
.section-head.center{margin-left:auto;margin-right:auto;text-align:center;max-width:46ch}

/* category panels — skewed colour block beside an icon list */
.categories{display:grid;gap:3.5rem}
.catrow{display:grid;gap:1.8rem;align-items:center}
.catpanel{background:var(--turf-dk);color:#fff;border-radius:var(--r);padding:2rem 1.8rem;
  position:relative}
body[data-panels="skew"] .catpanel{transform:skewY(-1.6deg)}
body[data-panels="skew"] .catpanel > *{transform:skewY(1.6deg)}
.catpanel h2{margin:0 0 .4em}
.catpanel p{margin:0;opacity:.9}
.catpanel-eyebrow{font-size:1.35rem;color:var(--clay-lit);margin:0 0 .1em;font-weight:400}
.catitems{list-style:none;margin:0;padding:0;display:grid;gap:1.3rem}
.catitems li{display:flex;gap:1rem;align-items:flex-start}
.catitems .svc-icon{flex:0 0 auto;width:36px;height:36px;margin:0;color:var(--ink)}
.catitems h3{margin:0 0 .15em;font-size:1.08rem}
.catitems h3 a{text-decoration:none;color:var(--ink)}
.catitems p{margin:0;color:var(--muted);font-size:.95rem}
@media(min-width:860px){
  .catrow{grid-template-columns:.85fr 1.15fr;gap:3rem}
  .catrow.flip .catpanel{order:2}
  .catrow.flip .catitems{order:1}
}

/* values — 4-up icon cards */
.valuegrid{list-style:none;margin:0;padding:0;display:grid;gap:1.2rem;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.valuegrid li{background:#fff;border:1px solid var(--line);border-radius:var(--r);
  padding:1.6rem 1.3rem;text-align:center}
.valuegrid .svc-icon{width:32px;height:32px;margin:0 auto .9rem;color:var(--clay)}
.valuegrid h3{margin:0 0 .3em;font-size:1.05rem}
.valuegrid p{margin:0;color:var(--muted);font-size:.94rem}

/* commitments — rule-led list on a colour band */
.commitgrid{list-style:none;margin:0;padding:0;display:grid;gap:1.6rem;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.commit-rule{display:block;width:44px;height:4px;background:var(--clay-lit);
  border-radius:2px;margin-bottom:.9rem}
.commitgrid h3{margin:0 0 .3em;font-size:1.05rem}
.commitgrid p{margin:0;opacity:.9;font-size:.95rem}

/* process — numbered, because it genuinely is a sequence */
.processlist{list-style:none;margin:0;padding:0;counter-reset:step;display:grid;gap:1.4rem;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.processlist li{border-top:3px solid var(--line);padding-top:1.1rem}
.step-n{display:block;font-size:2.1rem;font-weight:800;line-height:1;color:var(--clay);
  letter-spacing:-.03em;margin-bottom:.5rem}
.processlist h3{margin:0 0 .3em}
.processlist p{margin:0;color:var(--muted);font-size:.95rem}
.process-cta{text-align:center;margin:2.6rem auto 0;max-width:none}

/* hero eyebrow with flanking rules — reads as a kicker rather than stray text */
body[data-hero="center"] .hero .eyebrow{display:flex;align-items:center;justify-content:center;
  gap:.9rem;font-size:1.02rem;letter-spacing:.02em;color:#fff;opacity:.92}
body[data-hero="center"] .hero .eyebrow::before,
body[data-hero="center"] .hero .eyebrow::after{content:"";height:2px;width:clamp(24px,6vw,64px);
  background:var(--clay-lit);opacity:.9}

/* a badge-shaped logo needs more height than a wordmark to stay legible */
.site-header .logo img{height:auto;max-height:72px;width:auto}

/* ---------- review carousel (CSS scroll-snap, no JS) ---------- */
.revscroll{
  display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,340px);
  gap:1rem;list-style:none;margin:0;padding:.4rem .2rem 1.2rem;
  overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;
  scrollbar-width:thin;scrollbar-color:var(--clay) transparent
}
.revscroll::-webkit-scrollbar{height:8px}
.revscroll::-webkit-scrollbar-thumb{background:var(--clay);border-radius:4px}
.revscroll::-webkit-scrollbar-track{background:rgba(0,0,0,.06);border-radius:4px}
.revscroll:focus-visible{outline:3px solid var(--clay);outline-offset:4px}
.revcard{
  scroll-snap-align:start;background:#fff;border:1px solid var(--line);
  border-radius:var(--r);padding:1.3rem;display:flex;flex-direction:column;gap:.6rem
}
/* Real reviews run to any length — one 1,300-character review would otherwise
   set the height of every card. Clamp to a scannable excerpt and let the
   "read them all" link carry anyone who wants the rest. */
.revcard blockquote{margin:0;font-size:.98rem;line-height:1.6;
  display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;
  line-clamp:6;overflow:hidden}
.revcard cite{font-style:normal;font-weight:700;font-size:.88rem;color:var(--muted);margin-top:auto}
.reviews .stars{color:var(--clay);letter-spacing:2px;font-size:1.05rem}
.reviews .rating-line{display:flex;align-items:center;gap:.6rem;font-weight:700;flex-wrap:wrap}
.reviews .google-g{flex:none;display:block}
.reviews .attribution{font-size:.85rem;color:var(--muted);margin:0}

/* row headings when the prose block is nested under a single h2 */
.prose-copy h3,.prose h3{font-size:clamp(1.15rem,2.1vw,1.5rem);font-weight:800;
  text-transform:uppercase;letter-spacing:-.01em;margin:0 0 .5em;line-height:1.15}

/* =====================================================================
   IMPACT THEME — full-bleed dark bands, oversized hero, CSS-only motion.

   Every animation below is CSS. No JavaScript anywhere on the site, which
   is why the built folder is openable from a file:// path and survives
   being handed to someone to host wherever they like.

   Motion is layered on top of a page that is already complete without it:
   the scroll reveals live inside @supports so a browser that cannot drive
   them never applies the opacity:0 that they undo, and the reduced-motion
   block at the end pins everything visible. A missing animation must never
   be able to hide content.
   ===================================================================== */

/* ---------- scroll reveal ---------- */
@supports (animation-timeline: view()) {
  body[data-anim="on"] .reveal{
    animation:reveal-up linear both;
    animation-timeline:view();
    animation-range:entry 2% cover 22%;
  }
  body[data-anim="on"] .tiles .reveal:nth-child(3n+2){animation-range:entry 0% cover 24%}
  body[data-anim="on"] .tiles .reveal:nth-child(3n+3){animation-range:entry -2% cover 26%}
}
@keyframes reveal-up{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}

/* ---------- hero: rotating town line ---------- */
.rot-h1{display:flex;flex-direction:column;line-height:1.02}
.rot-h1 .rot-lead{display:block}
/* Clipping box exactly one line tall: the track slides, the box shows one town. */
.rotator{display:block;height:1em;overflow:hidden;position:relative}
.rot-track{display:block;color:var(--clay-lit);will-change:transform}
.rot-track > span{display:block;height:1em;line-height:1}
body[data-anim="on"] .rot-track{animation-name:rot;animation-timing-function:cubic-bezier(.76,0,.24,1);animation-iteration-count:infinite}
/* Caret echoes the "still typing" feel without a typewriter's layout jitter. */
.rot-caret{position:absolute;display:none}
@media(min-width:700px){
  .rot-h1{display:grid;grid-template-columns:auto;align-items:baseline}
}

/* ---------- marquee trust band ---------- */
.marquee{background:var(--soil-dk);color:#fff;overflow:hidden;padding:.9rem 0}
.marquee-track{display:flex;width:max-content}
body[data-anim="on"] .marquee-track{animation:slide 34s linear infinite}
.marquee ul{display:flex;list-style:none;margin:0;padding:0}
/* Spacing is deliberately tight. At 2.2rem of padding either side plus a 2.2rem
   gap to the dot, only two and a half claims fit across a laptop viewport and
   one was always sheared mid-word at the edge, which reads as a broken layout
   rather than a moving one. */
.marquee li{
  white-space:nowrap;padding:0 1.1rem;font-weight:800;font-size:.84rem;
  text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:1.1rem
}
.marquee li::after{content:"";width:7px;height:7px;border-radius:50%;background:var(--clay-lit);flex:none}
@keyframes slide{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- service photo tiles ---------- */
.tiles{list-style:none;margin:0;padding:0;display:grid;gap:1.1rem;
  grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}
.tile a{
  position:relative;display:flex;align-items:flex-end;justify-content:center;
  aspect-ratio:4/3.4;border-radius:var(--r);overflow:hidden;text-decoration:none;
  background:var(--primary,var(--turf));
  transition:transform .35s cubic-bezier(.2,.7,.3,1),box-shadow .35s
}
.tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transition:transform .55s cubic-bezier(.2,.7,.3,1)}
.tile a::after{content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(8,40,48,.88) 0%,rgba(8,40,48,.30) 46%,rgba(8,40,48,.05) 100%)}
.tile-label{
  position:relative;z-index:2;color:#fff;font-weight:800;text-transform:uppercase;
  letter-spacing:.01em;font-size:clamp(1.05rem,2.1vw,1.35rem);
  text-align:center;padding:0 1rem 1.35rem;text-shadow:0 2px 10px rgba(0,0,0,.5)
}
.tile a:hover,.tile a:focus-visible{transform:translateY(-6px);box-shadow:0 16px 38px rgba(8,40,48,.30)}
.tile a:hover img{transform:scale(1.07)}
/* No photo yet: brand tile with the service icon, so the grid still reads as finished. */
.tile-noimg a{background:var(--turf-dk);align-items:center;flex-direction:column;justify-content:center;gap:.2rem}
.tile-noimg .svc-icon{position:relative;z-index:2;width:54px;height:54px;color:var(--clay-lit);margin:0}
.tile-noimg .tile-label{padding:0 1rem}

/* ---------- impact: hero + band treatment ---------- */
body[data-anim="on"] .hero h1{font-size:clamp(2.4rem,7.2vw,5.2rem);letter-spacing:-.025em}
body[data-anim="on"] .hero::before{
  background:linear-gradient(100deg,rgba(8,40,48,.93) 0%,rgba(8,40,48,.80) 48%,rgba(13,52,61,.55) 100%)
}
body[data-anim="on"] .hero{padding:clamp(3.5rem,10vw,7.5rem) 1rem clamp(4rem,10vw,8rem)}
body[data-anim="on"] .card,
body[data-anim="on"] .valuegrid li,
body[data-anim="on"] .wells li{transition:transform .3s ease,box-shadow .3s ease}
body[data-anim="on"] .card:hover,
body[data-anim="on"] .valuegrid li:hover,
body[data-anim="on"] .wells li:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(8,40,48,.14)}
body[data-anim="on"] .btn{transition:transform .18s ease,background-color .18s ease}
body[data-anim="on"] .btn:hover{transform:translateY(-2px)}
body[data-anim="on"] .arealist a{transition:transform .2s ease,border-color .2s ease,color .2s ease}
body[data-anim="on"] .arealist a:hover{transform:translateY(-2px)}
body[data-anim="on"] .prose-shot img{transition:transform .45s cubic-bezier(.2,.7,.3,1)}
body[data-anim="on"] .prose-shot img:hover{transform:translateY(-5px)}

/* ---------- motion off: everything stays visible ----------
   The global reduced-motion rule kills animations with !important. Without
   these, a reveal that never runs would leave its element at opacity:0 —
   the animation would be hiding the page instead of decorating it. */
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1!important;transform:none!important}
  .rot-track{transform:none!important}
  .marquee-track{transform:none!important}
}

/* ---------- impact: fixes for a site still waiting on photography ----------
   These only apply under data-anim, i.e. the impact preset. They keep the
   layout looking deliberate while the service tiles and prose rows have no
   images yet, and they stop being relevant the moment real photos land. */

/* An icon tile has far less to hold than a photo tile, so the 4:3.4 photo box
   reads as an empty frame. Shorter box, larger mark, and no photo gradient
   over a flat colour it has nothing to darken. */
body[data-anim="on"] .tile-noimg a{aspect-ratio:4/2.5;gap:.55rem}
body[data-anim="on"] .tile-noimg a::after{display:none}
body[data-anim="on"] .tile-noimg .svc-icon{width:64px;height:64px}

/* With no section photos every prose block is a 68ch column pinned left,
   leaving half the band empty. Centre it so the whitespace reads as a measure
   rather than a missing image. Photo rows are unaffected. */
body[data-anim="on"] .band-paper .prose{margin-left:auto;margin-right:auto}
body[data-anim="on"] .band-paper .prose:last-child{margin-bottom:1rem}

/* The coverage block collapses to nothing when a client has no county grouping,
   leaving a tall empty stripe under the town chips. */
body[data-anim="on"] .band .coverage:empty{display:none;margin:0}
body[data-anim="on"] .band .arealist{margin-bottom:.5rem}
