:root{
  --maroon:#7B2337; --maroon-dark:#5A1A29; --brass:#C4935A;
  --brass-ink:#8A5A22; --cream:#FAF8F5; --white:#FFFFFF;
  --border:#ECE7E1; --text:#1A1A1A; --text-soft:#4A4A4A;
  --text-muted:#5C5C5C;
  --serif:'Fraunces', Georgia, serif; --sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  color-scheme: light;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--text);font-family:var(--sans);
  font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:var(--serif);font-weight:600;letter-spacing:-.01em;
  text-wrap:balance;margin:0 0 .5em;line-height:1.15}
h1{font-size:clamp(2rem,5vw,3.1rem)}
h2{font-size:clamp(1.5rem,3vw,2.1rem)}
h3{font-size:1.15rem;font-family:var(--sans);font-weight:600}
p{margin:0 0 1rem}
a{color:var(--maroon)}
img{max-width:100%;height:auto;display:block}
.container{max-width:68rem;margin:0 auto;padding:0 1.25rem}
.narrow{max-width:44rem}

/* draft banner */
.draft{background:var(--maroon);color:#fff;text-align:center;padding:.6rem 1rem;
  font-size:.85rem;letter-spacing:.02em;position:sticky;top:0;z-index:60}
.draft strong{color:var(--brass)}

/* nav */
.nav{border-bottom:1px solid var(--border);background:var(--white);
  position:sticky;top:0;z-index:50}
.draft ~ .nav{top:2.4rem}
.nav__in{display:flex;align-items:center;gap:1.5rem;padding:.85rem 1.25rem;
  max-width:68rem;margin:0 auto}
.nav__brand{font-family:var(--serif);font-size:1.2rem;font-weight:600;
  color:var(--maroon);text-decoration:none;margin-right:auto;white-space:nowrap}
.nav__links{display:flex;gap:1.15rem;flex-wrap:wrap}
.nav__links a{color:var(--text-soft);text-decoration:none;font-size:.93rem}
.nav__links a:hover{color:var(--maroon)}
/* Keep trade navigation reachable on phones, with the real mark above it. */
@media(max-width:820px){
  .nav__in{flex-wrap:wrap;gap:.5rem;padding:.5rem 1rem}
  .nav__links{display:flex;flex-basis:100%;gap:.35rem 1rem}
  .nav__links a{display:inline-flex;align-items:center;min-height:36px}
}

/* hero */
.hero{position:relative;min-height:clamp(20rem,52vh,30rem);display:flex;
  align-items:flex-end;color:#fff;overflow:hidden}
.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(26,26,26,.15) 0%,rgba(26,26,26,.82) 100%)}
.hero__in{position:relative;z-index:2;padding:2.5rem 1.25rem;max-width:68rem;
  margin:0 auto;width:100%}
.hero h1{color:#fff;max-width:22ch}
.hero p{color:rgba(255,255,255,.92);max-width:52ch;font-size:1.08rem}
.eyebrow{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--brass);font-weight:600;margin-bottom:.6rem}

/* buttons */
.btns{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.2rem}
.btn{display:inline-block;padding:.85rem 1.4rem;border-radius:3px;
  font-weight:600;font-size:.98rem;text-decoration:none;border:1px solid transparent}
.btn--primary{background:var(--maroon);color:#fff}
.btn--primary:hover{background:var(--maroon-dark)}
.btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.btn--ghost:hover{border-color:#fff}
.btn--outline{background:#fff;color:var(--maroon);border-color:var(--maroon)}

/* trust strip */
.trust{background:var(--cream);border-bottom:1px solid var(--border);
  padding:.9rem 1.25rem;font-size:.87rem;color:var(--text-soft)}
.trust__in{max-width:68rem;margin:0 auto;display:flex;gap:1.6rem;flex-wrap:wrap;
  justify-content:center}

/* sections */
.section{padding:3.5rem 0}
.section--alt{background:var(--cream);border-block:1px solid var(--border)}
.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}
.card{background:var(--white);border:1px solid var(--border);border-radius:4px;
  padding:1.15rem 1.25rem}
.card h3{margin-bottom:.3rem}
.card p{margin:0;color:var(--text-soft);font-size:.94rem}
.card a{text-decoration:none}
.card--link:hover{border-color:var(--brass)}

/* quick answer */
.qa{background:var(--white);border:1px solid var(--border);
  border-left:3px solid var(--maroon);border-radius:0 4px 4px 0;
  padding:1.1rem 1.3rem;margin:1.6rem 0;color:var(--text-soft);font-size:.98rem}
.qa strong{color:var(--maroon)}

/* faq */
.faq{border-top:1px solid var(--border);padding-top:1.1rem;margin-top:1.1rem}
.faq h3{margin-bottom:.35rem}
.faq p{color:var(--text-soft);margin:0}

/* town list */
.towns{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.towns a{background:var(--cream);border:1px solid var(--border);border-radius:3px;
  padding:.4rem .75rem;font-size:.9rem;text-decoration:none;color:var(--text-soft)}
.towns a:hover{border-color:var(--brass);color:var(--maroon)}

/* footer */
.footer{background:var(--text);color:rgba(255,255,255,.72);padding:2.5rem 0 1.75rem;
  font-size:.9rem;margin-top:3rem}
.footer a{color:rgba(255,255,255,.86);text-decoration:none}
.footer h4{color:#fff;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;
  margin:0 0 .7rem}
.footer__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr))}
.footer__col ul{list-style:none;margin:0;padding:0}
.footer__col li{margin-bottom:.35rem}
.footer__bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:2rem;
  padding-top:1.1rem;font-size:.8rem;color:rgba(255,255,255,.55)}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/* ── Jingle button ────────────────────────────────────────────────────────
   Sits in the trust strip. Deliberately quiet: it is a curiosity, not a call
   to action, and it must never compete with the phone number beside it. */
.jingle{display:inline-flex;align-items:center;gap:.45rem;min-height:44px;
  padding:.4rem .85rem;border:1px solid currentColor;border-radius:999px;
  background:transparent;color:inherit;font:inherit;font-size:.85rem;
  cursor:pointer;opacity:.78;touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
  transition:opacity .15s ease,background-color .15s ease}
.jingle:hover,.jingle:focus-visible{opacity:1;background:rgba(0,0,0,.05)}
.jingle:focus-visible{outline:2px solid currentColor;outline-offset:2px}
.jingle[disabled]{cursor:default;opacity:.5}
.jingle__icon{display:inline-flex}
@media (prefers-reduced-motion:reduce){.jingle{transition:none}}

/* The answer capsule — the direct answer, before any context. Weighted so a
   reader skimming for the answer finds it, and so the span an AI assistant
   lifts is the one that actually answers the question. */
.faq__lead{font-weight:500;margin:.35rem 0 .5rem}
.faq__lead + p{margin-top:0;color:inherit;opacity:.88}


/* Local facts about a town. Visually the same as an FAQ entry, deliberately a
   different class: a checker counting FAQ items was seeing five where the
   schema declares three, because this block had borrowed class="faq". */
.localfact{margin:0 0 1.1rem}
.localfact h3{margin:0 0 .3rem;font-size:1.02rem}
.localfact__lead{font-weight:500;margin:.35rem 0 .5rem}

/* Quick answer capsule (2026-09-09): the one-paragraph summary answer engines lift whole. */
.quick-answer{background:#fff;border:1px solid #e5e2dc;border-left:3px solid #7b2337;border-radius:0 14px 14px 0;padding:18px 22px;margin:0 0 26px;font-size:15.5px;line-height:1.65;color:#4a4640}
.quick-answer p{margin:0}.quick-answer strong{color:#7b2337;font-weight:700}

/* ── Water filtration division (2026-09-13) ───────────────────────────────
   Four components the other divisions never needed, because this division
   argues from published utility data rather than from job experience:

   .verdict   the plain answer to a question the market gets wrong, set apart
              so a skimmer and an answer engine both find it first
   .datatable a sourced figures table — every row carries its source link, the
              same contract the /costs/ pages use
   .spec      a two-column definition list for system specifications
   .steps     the ordered install/treatment sequence, where order is the point

   Deliberately NOT reusing .faq: a structural checker counts .faq blocks
   against the FAQPage schema, and borrowing the class would report a count
   mismatch on every page here. Same lesson as .localfact above. */

.verdict{background:#fbf7f2;border:1px solid #e3d9cc;border-left:3px solid #2f5d50;
  border-radius:0 14px 14px 0;padding:18px 22px;margin:1.4rem 0;line-height:1.65}
.verdict h3{margin:0 0 .45rem;font-size:1.02rem;color:#2f5d50}
.verdict p{margin:0 0 .6rem}.verdict p:last-child{margin:0}
.verdict strong{color:#2f5d50}

.datatable-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.2rem 0}
.datatable{width:100%;border-collapse:collapse;font-size:.92rem;
  font-variant-numeric:tabular-nums;min-width:34rem}
.datatable caption{caption-side:top;text-align:left;font-size:.85rem;
  opacity:.72;padding:0 0 .5rem}
.datatable th,.datatable td{padding:.6rem .7rem;text-align:left;
  border-bottom:1px solid #e8e3db;vertical-align:top}
.datatable thead th{font-weight:600;font-size:.82rem;letter-spacing:.02em;
  text-transform:uppercase;opacity:.68;border-bottom-width:2px}
.datatable tbody th{font-weight:500}
.datatable td a{font-size:.85rem}
.datatable__num{white-space:nowrap;font-weight:500}
.datatable__src{font-size:.82rem;opacity:.8}

.spec{margin:1rem 0;display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.1rem;
  font-size:.94rem}
.spec dt{font-weight:600;opacity:.7}
.spec dd{margin:0}
@media (max-width:560px){.spec{grid-template-columns:1fr;gap:0}
  .spec dd{margin:0 0 .6rem}}

.steps{counter-reset:step;list-style:none;padding:0;margin:1.1rem 0}
.steps li{counter-increment:step;position:relative;padding:0 0 .95rem 2.4rem;
  line-height:1.6}
.steps li::before{content:counter(step);position:absolute;left:0;top:.05rem;
  width:1.65rem;height:1.65rem;border-radius:999px;background:#2f5d50;color:#fff;
  font-size:.82rem;font-weight:600;display:flex;align-items:center;
  justify-content:center}
.steps li strong{display:block}

/* A source note under a claim: small, never a footnote the reader has to hunt. */
.srcnote{font-size:.84rem;opacity:.72;margin:-.4rem 0 1rem}
.srcnote a{color:inherit}
