/* the-house-call - shared stylesheet.
   Extracted from index.html on 2026-08-21 so every page of this demo is styled
   from one place. Do not re-inline it: interior pages must not drift. */
:root{
  --sea:#002a42; --blue:#003594; --lblue:#298fc2; --sky:#eef6fb; --steel:#e9eaea;
  --green:#00c78b; --btn:#00855d; --btn-hover:#007a55;
  --ink:#22394a; --mut:#587082; --line:#e4ebf0; --tint:#ccd7dc;
  --w:1080px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Montserrat',sans-serif;font-size:16.5px;line-height:1.66;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
img,video{max-width:100%;height:auto;display:block}
a{color:inherit}
::selection{background:#cdeee2;color:var(--sea)}
:focus-visible{outline:3px solid var(--btn);outline-offset:3px;border-radius:4px}
button{font:inherit;cursor:pointer;color:inherit;touch-action:manipulation}
.wrap{max-width:var(--w);margin:0 auto;padding:0 26px}
h1,h2,h3{color:var(--sea);letter-spacing:-.015em;line-height:1.14}
.kick{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;white-space:nowrap;background:var(--btn);color:#fff;border:0;border-radius:999px;padding:.75rem 1.6rem;font-weight:700;font-size:.96rem;text-decoration:none;transition:background .15s ease,transform .1s ease}
.btn:hover{background:var(--btn-hover);color:#fff}
.btn:active{transform:scale(.97)}
.btn.ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.75)}
.btn.ghost:hover{background:rgba(255,255,255,.1);color:#fff}
.btn.line{background:transparent;color:var(--sea);border:2px solid var(--sea)}
.btn.line:hover{background:rgba(0,42,66,.05);color:var(--sea)}
.wl{display:block;width:120px;height:14px;margin:.9rem auto 0}
.rev{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.rev.in{opacity:1;transform:none}

/* header */
header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.hd{max-width:var(--w);margin:0 auto;padding:.7rem 26px;display:flex;align-items:center;gap:1.1rem}
.brand{text-decoration:none;line-height:1.2}
.brand b{display:block;font-weight:800;font-size:1rem;color:var(--sea)}
.brand span{display:block;font-size:.58rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--mut)}
.rate{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;color:var(--sea);text-decoration:none;white-space:nowrap}
.rate .stars{color:#e8a723;letter-spacing:.05em}
.rate small{font-weight:600;color:var(--mut)}
.hd .call{margin-left:auto;text-align:right;text-decoration:none;line-height:1.25}
.hd .call b{display:block;font-weight:800;font-size:.98rem;color:var(--sea)}
.hd .call span{display:block;font-size:.7rem;font-weight:600;color:var(--btn)}
@media (max-width:880px){.rate,.hd .call span{display:none}.hd .call{margin-left:auto}}

/* hero */
.hero{position:relative;min-height:min(88dvh,860px);display:flex;align-items:center;color:#fff;overflow:hidden;background:url(img/hero-poster.jpg) center/cover no-repeat var(--sea)}
.hero video,.hero .poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(0,42,66,.86) 0%,rgba(0,42,66,.62) 46%,rgba(0,42,66,.28) 100%)}
.hero .in{position:relative;z-index:2;max-width:var(--w);margin:0 auto;padding:7rem 26px 6rem;width:100%}
.hero .kick{color:#9fe8cf}
.hero h1{color:#fff;font-size:clamp(2.2rem,4.8vw,3.6rem);font-weight:800;max-width:14em;margin:.9rem 0 0}
.hero .sub{color:#d4e2ea;font-size:1.12rem;max-width:31em;margin:1.2rem 0 0}
.hero .cta{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:2.1rem}
.hero .btn{font-weight:800}

/* trust bar */
.trust{background:var(--steel);border-bottom:1px solid var(--line)}
.trust .in{max-width:var(--w);margin:0 auto;padding:1.05rem 26px;display:flex;justify-content:center;gap:.8rem 2.6rem;flex-wrap:wrap;font-size:.88rem;font-weight:600;color:var(--ink)}
.trust span{white-space:nowrap}
.trust span::before{content:"\2713";color:var(--btn);font-weight:800;margin-right:.5rem}
.trust .gr::before{content:"\2605";color:#e8a723}

/* quiz */
.quiz{padding:5.6rem 0}
.quiz .head{text-align:center;max-width:38em;margin:0 auto 2.4rem}
.quiz h2{font-size:clamp(1.8rem,3.6vw,2.5rem);font-weight:800}
.quiz .head p{color:var(--mut);margin-top:.8rem}
.qcard{max-width:660px;margin:0 auto;background:#fff;border:1.5px solid var(--line);border-radius:20px;box-shadow:0 22px 54px rgba(0,42,66,.1);padding:2.2rem 2.2rem 2rem;position:relative;overflow:hidden}
.qdots{display:flex;align-items:center;justify-content:center;gap:.55rem;margin-bottom:1.6rem}
.qdots i{width:30px;height:5px;border-radius:3px;background:var(--line);transition:background .3s ease}
.qdots i.on{background:var(--green)}
.qdots .lbl{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--mut);margin-left:.6rem}
.qpane{display:none}
.qpane.on{display:block;animation:qin .32s ease}
@keyframes qin{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:none}}
.qq{font-size:1.3rem;font-weight:800;color:var(--sea);text-align:center;letter-spacing:-.015em}
.qhint{text-align:center;color:var(--mut);font-size:.9rem;margin:.4rem 0 1.4rem}
.qopts{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.qopts.three{grid-template-columns:repeat(3,1fr)}
.qopt{min-height:56px;border:1.5px solid var(--line);border-radius:14px;background:#fff;font-weight:700;font-size:.95rem;color:var(--sea);padding:.8rem 1rem;transition:all .15s ease;text-align:center}
.qopt:hover{border-color:var(--tint);transform:translateY(-2px)}
.qopt:active{transform:scale(.98)}
.qopt[aria-pressed="true"]{background:#e5f6ef;border-color:var(--btn);box-shadow:inset 0 0 0 1px var(--btn)}
.qnav{display:flex;gap:.8rem;align-items:center;margin-top:1.5rem}
.qnav .btn{flex:1}
.qback{background:none;border:0;color:var(--mut);font-weight:600;font-size:.9rem;padding:.7rem .6rem}
.qback:hover{color:var(--sea)}
.qzip{display:flex;gap:.8rem;margin-top:1rem}
.qzip input{flex:1;min-height:52px;padding:.8rem 1rem;border:1.5px solid var(--line);border-radius:12px;font:inherit;font-size:1rem}
.qzip input:focus{outline:none;border-color:var(--btn);box-shadow:0 0 0 3px rgba(0,133,93,.14)}
.qsum{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin:0 0 1.2rem}
.qsum span{background:var(--sky);border:1px solid #d5e7f3;color:var(--sea);font-size:.8rem;font-weight:700;border-radius:999px;padding:.35rem .85rem}
.qmatch{display:flex;gap:1.6rem;align-items:center;background:var(--sky);border-radius:16px;padding:1.4rem 1.6rem;margin-bottom:1.4rem}
.qmatch img{width:120px;height:150px;object-fit:contain;mix-blend-mode:multiply;flex:0 0 auto}
.qmatch b{display:block;font-size:1.08rem;color:var(--sea);letter-spacing:-.01em}
.qmatch p{font-size:.92rem;color:var(--mut);margin-top:.3rem}
.qform label{display:block;font-size:.85rem;font-weight:700;color:var(--sea);margin:.9rem 0 .35rem}
.qform input{width:100%;min-height:52px;padding:.8rem 1rem;border:1.5px solid var(--line);border-radius:12px;font:inherit;font-size:1rem}
.qform input:focus{outline:none;border-color:var(--btn);box-shadow:0 0 0 3px rgba(0,133,93,.14)}
.qfine{text-align:center;font-size:.78rem;color:var(--mut);margin-top:.9rem}
.qthanks{text-align:center;padding:1rem 0}
.qthanks .ok{width:58px;height:58px;border-radius:50%;background:#def4ec;color:var(--btn);font-size:25px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.qthanks h3{font-size:1.35rem;font-weight:800}
.qthanks p{color:var(--mut);font-size:.96rem;margin-top:.6rem;max-width:26em;margin-left:auto;margin-right:auto}

/* the 20-minute water test */
.test{background:var(--sky);padding:5.6rem 0}
.test .inner{display:grid;grid-template-columns:.82fr 1.18fr;gap:3.2rem;align-items:center}
.test .ph{border-radius:20px;overflow:hidden;box-shadow:0 24px 54px rgba(0,42,66,.14)}
.test .ph img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/5}
.test h2{font-size:clamp(1.8rem,3.6vw,2.5rem);font-weight:800}
.test .lead{color:var(--mut);margin:.8rem 0 1.6rem;max-width:30em}
.agenda{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}
.agenda div{background:#fff;border:1.5px solid var(--line);border-radius:14px;padding:1.1rem 1.2rem}
.agenda b{display:flex;align-items:center;gap:.55rem;color:var(--sea);font-size:.95rem}
.agenda b i{font-style:normal;width:22px;height:22px;flex:0 0 auto;border-radius:50%;background:var(--btn);color:#fff;font-size:.72rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}
.agenda p{font-size:.86rem;color:var(--mut);margin-top:.4rem}
.test .cta{margin-top:1.6rem}

/* pricing guidance */
.price{padding:5.6rem 0}
.price .card{max-width:820px;margin:0 auto;text-align:center}
.price h2{font-size:clamp(1.8rem,3.6vw,2.5rem);font-weight:800}
.price .lead{color:var(--mut);margin:.9rem auto 2.2rem;max-width:34em}
.prow{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.8rem}
.prow div{background:#fff;border:1.5px solid var(--line);border-radius:16px;padding:1.5rem 1.2rem}
.prow b{display:block;font-size:1.5rem;font-weight:800;color:var(--sea);letter-spacing:-.02em}
.prow span{font-size:.85rem;color:var(--mut)}
.price .promise{font-size:.95rem;color:var(--ink);font-weight:600}
.price .fine{font-size:.78rem;color:var(--mut);margin-top:1rem}

/* recent installs */
.installs{background:var(--steel);padding:5.6rem 0}
.installs h2{font-size:clamp(1.8rem,3.6vw,2.5rem);font-weight:800;text-align:center}
.installs .lead{text-align:center;color:var(--mut);margin:.8rem auto 2.6rem;max-width:30em}
.igrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.icard{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 14px 36px rgba(0,42,66,.08);transition:transform .22s ease,box-shadow .22s ease}
.icard:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(0,42,66,.13)}
.icard .im{height:210px;overflow:hidden}
.icard img{width:100%;height:100%;object-fit:cover}
.icard .tx{padding:1.1rem 1.3rem 1.3rem}
.icard .tag{display:inline-block;background:#e5f6ef;color:var(--btn);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:.28rem .75rem}
.icard p{font-size:.94rem;color:var(--ink);margin-top:.7rem;font-weight:600}
.icard span{display:block;font-size:.82rem;color:var(--mut);margin-top:.3rem}

/* people */
.people{padding:5.6rem 0}
.people h2{font-size:clamp(1.8rem,3.6vw,2.5rem);font-weight:800;text-align:center}
.people .lead{text-align:center;color:var(--mut);margin:.8rem auto 2.6rem;max-width:30em}
.pgrid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:820px;margin:0 auto}
.pcard{display:grid;grid-template-columns:130px 1fr;gap:1.2rem;align-items:center;background:#fff;border:1.5px solid var(--line);border-radius:18px;padding:1.2rem}
.pcard img{width:130px;height:150px;object-fit:cover;border-radius:12px}
.pcard b{display:block;color:var(--sea);font-size:1.02rem}
.pcard i{display:block;font-style:normal;font-size:.78rem;font-weight:700;color:var(--btn);text-transform:uppercase;letter-spacing:.06em;margin:.15rem 0 .4rem}
.pcard p{font-size:.88rem;color:var(--mut)}

/* closer band */
.band{position:relative;background:var(--sea);color:#fff;text-align:center;padding:6rem 26px;overflow:hidden}
.band::before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='96'%3E%3Cpath d='M0 48 Q105 18 210 48 T420 48' fill='none' stroke='%23ffffff' stroke-opacity='.05' stroke-width='2'/%3E%3Cpath d='M0 78 Q105 52 210 78 T420 78' fill='none' stroke='%23ffffff' stroke-opacity='.035' stroke-width='2'/%3E%3C/svg%3E");background-size:420px 96px}
.band h2{position:relative;color:#fff;font-size:clamp(2rem,4.6vw,3.1rem);font-weight:800;letter-spacing:-.02em}
.band p{position:relative;color:#c3d3dd;font-size:1.08rem;margin:1rem auto 2rem;max-width:28em}
.band .cta{position:relative;display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}

/* footer */
footer{background:#001b2c;color:#8fa5b3;padding:2.4rem 0 6rem;font-size:.84rem}
footer .in{max-width:var(--w);margin:0 auto;padding:0 26px;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
footer img{width:150px;height:auto}
footer .dv{width:1px;height:26px;background:rgba(255,255,255,.16)}
footer a{color:#c3d3dd}

/* mobile bar */
.mbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:70;background:var(--btn);text-align:center;padding:.9rem calc(.9rem + env(safe-area-inset-bottom)) calc(.9rem + env(safe-area-inset-bottom));box-shadow:0 -8px 24px rgba(0,42,66,.25)}
.mbar a{color:#fff;font-weight:800;text-decoration:none;font-size:1rem}

@media (max-width:900px){
  .quiz .qopts.three{grid-template-columns:1fr}
  .qopts{grid-template-columns:1fr}
  .test .inner{grid-template-columns:1fr;gap:2rem}
  .agenda{grid-template-columns:1fr}
  .prow{grid-template-columns:1fr}
  .igrid{grid-template-columns:1fr}
  .pgrid{grid-template-columns:1fr}
  .pcard{grid-template-columns:104px 1fr}
  .pcard img{width:104px;height:124px}
  .mbar{display:block}
  .hero{min-height:76dvh}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .rev{opacity:1;transform:none;transition:none}
  .qpane.on{animation:none}
  .hero video{display:none}
}

/* =========================================================================
   Interior pages. Added 2026-08-21 when this demo grew from a single page
   to the full ten. Everything below reuses the palette, type scale and
   radius language already set above. No new color tokens.
   ========================================================================= */

/* --- header nav ------------------------------------------------------- */
.mnav{border-top:1px solid var(--line)}
.mnav .in{max-width:var(--w);margin:0 auto;padding:0 26px;display:flex;align-items:center;gap:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.mnav .in::-webkit-scrollbar{display:none}
.mnav a{display:block;white-space:nowrap;font-size:.82rem;font-weight:700;color:var(--ink);text-decoration:none;padding:.7rem 0;border-bottom:3px solid transparent;transition:color .15s ease,border-color .15s ease}
.mnav a:hover{color:var(--sea);border-bottom-color:var(--tint)}
.mnav a[aria-current="page"]{color:var(--sea);border-bottom-color:var(--btn)}
@media (max-width:880px){.mnav .in{gap:1.15rem;padding:0 18px}}

/* --- page head (dark navy, same wave as .band) ------------------------ */
.phd{position:relative;background:var(--sea);color:#fff;padding:3.9rem 0 3.6rem;overflow:hidden}
.phd::before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='96'%3E%3Cpath d='M0 48 Q105 18 210 48 T420 48' fill='none' stroke='%23ffffff' stroke-opacity='.05' stroke-width='2'/%3E%3Cpath d='M0 78 Q105 52 210 78 T420 78' fill='none' stroke='%23ffffff' stroke-opacity='.035' stroke-width='2'/%3E%3C/svg%3E");background-size:420px 96px}
.phd .wrap{position:relative;z-index:1}
.phd .kick{color:#9fe8cf}
.phd h1{color:#fff;font-size:clamp(1.9rem,4.2vw,2.9rem);font-weight:800;max-width:15em;margin:.8rem 0 0}
.phd .sub{color:#c3d3dd;font-size:1.08rem;max-width:33em;margin:1.05rem 0 0}

/* --- generic section -------------------------------------------------- */
.sect{padding:4.8rem 0}
.sect.tight{padding:3.4rem 0}
.sect.alt{background:var(--sky)}
.sect.dark{background:var(--sea)}
.sect h2{font-size:clamp(1.6rem,3.2vw,2.2rem);font-weight:800}
.sect.dark h2,.sect.dark h3,.sect.dark b{color:#fff}
.shd{max-width:36em}
.shd.mid{margin-left:auto;margin-right:auto;text-align:center}
.shd .lead{color:var(--mut);margin-top:.85rem;font-size:1.04rem}
.sect.dark .shd .lead,.sect.dark p{color:#c3d3dd}
.sect .cta{margin-top:2rem}

/* --- body copy -------------------------------------------------------- */
.copy{max-width:34em}
.copy>*+*{margin-top:1rem}
.copy p{color:var(--ink)}
.copy h3{font-size:1.1rem;font-weight:800;color:var(--sea);margin-top:1.9rem}
.copy a{color:var(--blue);font-weight:700}
.copy ul{list-style:none}
.copy li{position:relative;padding-left:1.6rem;margin-top:.6rem;color:var(--ink)}
.copy li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--btn);font-weight:800}
.copy .note{font-size:.86rem;color:var(--mut)}

/* --- two column split ------------------------------------------------- */
.split{display:grid;grid-template-columns:1.12fr .88fr;gap:3rem;align-items:start}
.split.flip{grid-template-columns:.88fr 1.12fr}
.figc{border-radius:20px;overflow:hidden;box-shadow:0 20px 46px rgba(0,42,66,.13)}
.figc img{width:100%;height:auto}
.figcap{font-size:.8rem;color:var(--mut);margin-top:.75rem}
.sect.dark .figcap{color:#c3d3dd}

/* --- numbered steps --------------------------------------------------- */
.steps{display:grid;gap:1rem;margin-top:2.3rem}
.step{display:grid;grid-template-columns:52px 1fr;gap:1.3rem;background:#fff;border:1.5px solid var(--line);border-radius:16px;padding:1.4rem 1.6rem}
.step .n{width:44px;height:44px;border-radius:50%;background:var(--sea);color:#fff;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center}
.step h3{font-size:1.06rem;font-weight:800;color:var(--sea)}
.step .mins{display:inline-block;margin-left:.55rem;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#00694a;background:#e5f6ef;border-radius:999px;padding:.2rem .62rem;vertical-align:2px}
.step p{color:var(--mut);font-size:.95rem;margin-top:.5rem}
.step p+p{margin-top:.6rem}

/* --- small fact cards ------------------------------------------------- */
.cards{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2.1rem}
.cards.three{grid-template-columns:repeat(3,1fr)}
.card2{background:#fff;border:1.5px solid var(--line);border-radius:16px;padding:1.5rem 1.6rem}
.card2 h3{font-size:1.04rem;font-weight:800;color:var(--sea)}
.card2 p{font-size:.93rem;color:var(--mut);margin-top:.55rem}
.card2 p+p{margin-top:.6rem}
.card2 .kick{display:block;margin-bottom:.5rem}

/* --- product cards. The image frame is padded so a render can never
       reach the edge of its own box. --------------------------------- */
.prods{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;margin-top:2.3rem}
.prod{background:#fff;border:1.5px solid var(--line);border-radius:18px;display:grid;grid-template-columns:158px 1fr;gap:1.5rem;align-items:center;padding:1.5rem}
.prod .pim{background:var(--sky);border-radius:14px;padding:20px;display:flex;align-items:center;justify-content:center}
.prod .pim img{width:100%;height:158px;object-fit:contain}
.prod h3{font-size:1.06rem;font-weight:800;color:var(--sea)}
.prod p{font-size:.92rem;color:var(--mut);margin-top:.5rem}
.prod ul{list-style:none;margin-top:.75rem}
.prod li{position:relative;font-size:.86rem;color:var(--ink);padding-left:1.35rem;margin-top:.38rem}
.prod li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--btn);font-weight:800}

/* --- review cards ----------------------------------------------------- */
.tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:2.4rem}
.tcard{background:#fff;border:1.5px solid var(--line);border-radius:18px;padding:1.5rem 1.6rem;display:flex;flex-direction:column}
.tcard .st{font-size:1.05rem;color:#b8860b;letter-spacing:.08em;line-height:1}
.tcard .st em{font-style:normal;font-size:.76rem;font-weight:700;letter-spacing:0;color:var(--mut);margin-left:.55rem}
.tcard blockquote{font-size:.96rem;font-weight:600;color:var(--ink);margin-top:.85rem;flex:1}
.tcard cite{display:block;font-style:normal;font-size:.82rem;color:var(--mut);margin-top:1.1rem}
.tcard cite b{display:block;font-size:.9rem;color:var(--sea)}

/* --- faq -------------------------------------------------------------- */
.faqs{margin-top:2.2rem;border-top:1px solid var(--line)}
.faqs details{border-bottom:1px solid var(--line)}
.faqs summary{list-style:none;cursor:pointer;display:flex;gap:1.2rem;align-items:flex-start;justify-content:space-between;padding:1.15rem 0;font-size:1rem;font-weight:800;color:var(--sea)}
.faqs summary::-webkit-details-marker{display:none}
.faqs summary::after{content:"+";flex:0 0 auto;font-size:1.3rem;line-height:1.2;font-weight:800;color:var(--btn)}
.faqs details[open] summary{color:var(--blue)}
.faqs details[open] summary::after{content:"\2212"}
.faqs .a{padding:0 0 1.4rem;max-width:52em}
.faqs .a p{color:var(--mut);font-size:.95rem}
.faqs .a p+p{margin-top:.7rem}

/* --- contact boxes ---------------------------------------------------- */
.info{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.2rem}
.ibox{background:#fff;border:1.5px solid var(--line);border-radius:16px;padding:1.5rem 1.6rem}
.ibox b{display:block;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}
.ibox p{margin-top:.65rem;color:var(--ink);font-size:.95rem}
.ibox .big{font-size:1.24rem;font-weight:800;color:var(--sea);letter-spacing:-.01em}
.ibox a{color:var(--sea);text-decoration:none}
.ibox a:hover{text-decoration:underline}

/* --- authorization marks --------------------------------------------- */
.marks{display:flex;align-items:center;gap:2.2rem;flex-wrap:wrap;margin-top:1.8rem}
.marks img{height:44px;width:auto}

/* --- closer band: phone stays plain text so the section keeps exactly
       one primary action ------------------------------------------------ */
.band .bph{position:relative;color:#c3d3dd;font-size:.95rem;margin:1.35rem auto 0}
.band .bph a{color:#fff;font-weight:800;text-decoration:none;border-bottom:2px solid rgba(255,255,255,.55)}
.band .bph a:hover{border-bottom-color:#fff}

/* --- booking form ----------------------------------------------------- */
.qform textarea,.qform select{width:100%;min-height:52px;padding:.8rem 1rem;border:1.5px solid var(--line);border-radius:12px;font:inherit;font-size:1rem;background:#fff;color:var(--ink)}
.qform textarea{min-height:118px;resize:vertical}
.qform textarea:focus,.qform select:focus{outline:none;border-color:var(--btn);box-shadow:0 0 0 3px rgba(0,133,93,.14)}
.qform .two{display:grid;grid-template-columns:1fr 1fr;gap:0 1.1rem}
.qform .go{margin-top:1.7rem}
.qform .go .btn{width:100%}
.qform .req{color:var(--mut);font-weight:600}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* --- footer nav ------------------------------------------------------- */
.fnav{max-width:var(--w);margin:1.7rem auto 0;padding:1.4rem 26px 0;border-top:1px solid rgba(255,255,255,.13);display:flex;flex-wrap:wrap;gap:.55rem 1.6rem}
.fnav a{color:#c3d3dd;text-decoration:none;font-weight:600}
.fnav a:hover{color:#fff;text-decoration:underline}

/* the mint tag sat at 4.15:1 on its own chip. Darkened to clear AA. */
.icard .tag{color:#00694a}

@media (max-width:1040px){
  .tgrid{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  .split,.split.flip{grid-template-columns:1fr;gap:2.1rem}
  .cards,.cards.three,.prods,.tgrid,.info{grid-template-columns:1fr}
  .step{grid-template-columns:44px 1fr;gap:1rem;padding:1.25rem 1.25rem}
  .prod{grid-template-columns:1fr;gap:1.1rem}
  .prod .pim img{height:190px}
  .qform .two{grid-template-columns:1fr}
  .phd{padding:3rem 0 2.9rem}
  .sect{padding:3.6rem 0}
  .marks{gap:1.6rem}
}

/* standalone product figure. The generous padding is deliberate: several of
   the supplied renders run right to the edge of their own bitmap, so the
   frame is what gives the product visible margin on all four sides. */
.pfig{background:var(--sky);border-radius:20px;padding:36px;display:flex;align-items:center;justify-content:center}
.pfig img{width:100%;max-width:300px;height:auto;object-fit:contain}
@media (max-width:900px){.pfig{padding:26px}}

/* .sect.dark turns headings and body copy white. White cards sit inside those
   sections, so the light-on-light case has to be turned back explicitly. */
.sect.dark .kick{color:#9fe8cf}
.sect.dark .card2 h3,.sect.dark .card2 b,.sect.dark .step h3,.sect.dark .prod h3{color:var(--sea)}
.sect.dark .card2 p,.sect.dark .step p,.sect.dark .prod p{color:var(--mut)}
.sect.dark .card2 .kick{color:var(--blue)}
.sect.dark .card2 li,.sect.dark .prod li{color:var(--ink)}

/* links used as a card heading */
.card2 h3 a{color:var(--blue);text-decoration:none;border-bottom:2px solid var(--tint)}
.card2 h3 a:hover{border-bottom-color:var(--blue)}

/* .lead outside a .shd block */
.sect>.wrap>.lead{color:var(--mut);margin-top:.85rem;font-size:1.04rem;max-width:30em}
.sect.dark>.wrap>.lead{color:#c3d3dd}
.sect .pgrid,.sect .igrid{margin-top:2.4rem}

/* form error message. Muted grey reads as helper text, not as a problem. */
.qform .err{color:#b3261e;font-weight:700}

/* =========================================================================
   Contrast pass, 2026-08-21. Every pair below was measured against its real
   background rather than the white default. No layout or token changes.
   ========================================================================= */

/* Gold stars sat at 2.10:1 on white and 1.75:1 on the --steel trust bar.
   Darkened once, in every place a star appears, so the rating still reads
   as gold: 5.43:1 on white, 4.51:1 on --steel. */
.rate .stars{color:#8a6300}
.trust .gr::before{color:#8a6300}
.tcard .st{color:#8a6300}

/* --btn as a glyph color is 4.65:1 on white but only 3.86:1 on --steel and
   4.26:1 on --sky. Check marks and the confirmation tick get a darker green
   on those two grounds: 5.08:1 on --steel, 5.60:1 on --sky, 5.29:1 on the
   mint confirmation disc. */
.trust span::before{color:#00704e}
.sect.alt .copy li::before,.sect.alt .prod li::before,.test .copy li::before{color:#00704e}
.qthanks .ok{color:#00704e}

/* --mut is 5.18:1 on white and 4.74:1 on --sky, but drops to 4.30:1 on the
   --steel band behind the install grid. Darkened there only: 4.91:1. */
.installs .lead{color:#516775}

/* mobile header repair, 2026-08-21.
   At 390px the brand wrapped to four lines, the CTA was cut off at the right
   edge and the page nav ran off screen. Below 620px the header stacks: brand and
   phone on one row, a full width button under it, and the nav becomes a single
   swipeable row with its overflow contained rather than pushing the page wide. */
@media (max-width:620px){
  .hd{flex-wrap:wrap;gap:.6rem;padding:.6rem 16px}
  .brand{flex:1 1 auto;min-width:0}
  .brand b{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .brand span{font-size:.6rem;letter-spacing:.06em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
  .hd .call{flex:0 0 auto;margin-left:auto}
  .hd .call b{font-size:.95rem;white-space:nowrap}
  .hd .btn{flex:1 0 100%;justify-content:center;margin-top:.1rem}
  .mnav{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .mnav::-webkit-scrollbar{display:none}
  .mnav .in{gap:1rem;padding:0 16px;width:max-content}
  .mnav .in a{white-space:nowrap}
}
