/* ==========================================================================
   Climate Shield London

   Design language: the blue sibling of Green Electro Heating. David built GEH
   and it is the taste to match: a navy anchor, a saturated brand hue, a bright
   tint of it, a warm highlight, large radii, soft coloured shadows, tinted
   section bands and white cards that float.

   GEH runs navy #183153, green #006a3b, mint #6EDC8C, yellow #FFD84D at radius
   24 and 40. This runs the same structure in blue, and keeps the one idea that
   belongs to this brand: warm and cool mean heating and cooling, never
   decoration.

   House rules still enforced: no eyebrow labels above headings, no em-dashes,
   no stock photography. See memory/no-eyebrows-no-em-dashes.md.
   ========================================================================== */

@font-face{font-family:"Bricolage Grotesque";src:url(../fonts/bricolage-var.woff2)format("woff2");font-weight:600 800;font-display:swap}
@font-face{font-family:Lexend;src:url(../fonts/lexend-400.woff2)format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:Lexend;src:url(../fonts/lexend-500.woff2)format("woff2");font-weight:500;font-display:swap}
@font-face{font-family:Lexend;src:url(../fonts/lexend-600.woff2)format("woff2");font-weight:600;font-display:swap}
@font-face{font-family:Lexend;src:url(../fonts/lexend-700.woff2)format("woff2");font-weight:700;font-display:swap}

:root{
  color-scheme:only light;

  --navy:#102A43;
  --navy-2:#1B3D5E;
  --ink:#102A43;
  --ink-2:#52708C;
  --ink-3:#7D93A8;

  --blue-900:#0A3A61;
  --blue-700:#0A6BB0;
  --blue-600:#1181CF;
  --blue-400:#41A9E4;
  --ice:#6ED2F0;
  --ice-2:#A9E5F7;
  --blue-100:#D6ECF9;
  --blue-50:#EFF8FD;

  /* Warm is not decoration. It marks heating, and nothing else. */
  --warm:#F07A2B;
  --amber:#FFB020;
  --yellow:#FFD84D;
  --warm-50:#FFF4E4;

  --ok:#12A05C;
  --ok-50:#E6F6EE;
  --stop:#D14343;

  --paper:#FFFFFF;
  --line:#DCE7F0;
  --line-2:#C3D5E4;

  --display:"Bricolage Grotesque",Lexend,system-ui,sans-serif;
  --font:Lexend,ui-sans-serif,system-ui,"Segoe UI",Roboto,Arial,sans-serif;

  --r:18px;
  --r-lg:28px;
  --r-pill:999px;
  --sh:0 18px 44px -16px rgba(16,42,67,.20);
  --sh-sm:0 8px 22px -12px rgba(16,42,67,.20);
  --sh-blue:0 24px 54px -18px rgba(17,129,207,.34);

  --measure:66ch;
  --pad:clamp(18px,4.5vw,56px);
  --gap:clamp(26px,3.6vw,52px);
  --band:clamp(52px,7vw,104px);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);
  font:400 clamp(16px,0.5vw + 14px,17px)/1.62 var(--font);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3,h4{margin:0;font-family:var(--display);font-weight:800;
  letter-spacing:-0.028em;line-height:1.08;text-wrap:balance}
p{margin:0;text-wrap:pretty}
ul,ol{margin:0;padding:0}
.num,table td,table th,.stat-n,.job dd{font-variant-numeric:tabular-nums lining-nums}

:where(a,button,input,select,summary,[tabindex]):focus-visible{
  outline:3px solid var(--blue-400);outline-offset:2px;border-radius:6px}
.skip{position:absolute;left:-9999px}
.skip:focus{left:12px;top:12px;z-index:99;background:var(--navy);color:#fff;padding:10px 16px;border-radius:10px}

.wrap{width:min(1240px,100% - var(--pad)*2);margin-inline:auto}
.band{padding-block:var(--band)}
.band--tint{background:var(--blue-50)}
.band--ice{background:linear-gradient(180deg,var(--blue-50),#fff)}
.band--navy{background:var(--navy);color:#EAF2F8}
.band--navy h2,.band--navy h3{color:#fff}
.lede{color:var(--ink-2);max-width:var(--measure)}
.band--navy .lede{color:#A9C2D6}

h1{font-size:clamp(33px,4.5vw,60px)}
h2{font-size:clamp(26px,2.9vw,42px)}
h3{font-size:clamp(18px,1.35vw,22px);font-weight:700}
.h-block{display:grid;gap:14px;margin-bottom:var(--gap);max-width:var(--measure)}
.h-block--mid{margin-inline:auto;text-align:center}
.h-block--mid .lede{margin-inline:auto}

/* Highlight, borrowed from the GEH hero: a coloured second line with a soft
   underline. It carries meaning here, because the highlighted words are the
   promise. */
.hl{color:var(--blue-600);position:relative;white-space:nowrap}
.hl::after{content:"";position:absolute;left:0;right:0;bottom:.06em;height:.28em;
  background:var(--ice);opacity:.42;border-radius:99px;z-index:-1}

/* ---------- utility bar ---------- */
.util{background:var(--navy);color:#B7CCDE;font-size:13px}
.util-in{display:flex;flex-wrap:wrap;gap:6px 22px;align-items:center;padding:9px 0;justify-content:space-between}
.util b{color:#fff;font-weight:600}
.util .dot{color:var(--ice);padding:0 2px}
.util a{color:#fff;text-decoration:none;font-weight:600}
.util a:hover{color:var(--ice)}

/* ---------- header ---------- */
.hdr{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);
  border-bottom:1px solid var(--line)}
.hdr-in{display:flex;align-items:center;gap:clamp(12px,1.8vw,28px);min-height:70px}
.brand{display:flex;align-items:center;text-decoration:none;flex:0 0 auto;min-height:44px}
/* Inlined, not an <img>. An SVG loaded through <img> cannot reach the page's
   fonts, so the wordmark silently fell back to a system face. Inline it and
   it uses the real Bricolage with no extra request. */
.logo{height:38px;width:auto;display:block;font-family:var(--display)}
.logo-sub{font-family:var(--font)}
.logo--ftr{height:36px;margin-bottom:14px}
.nav{display:flex;gap:clamp(8px,1.4vw,22px);margin-left:auto;align-items:center}
.nav a{text-decoration:none;color:var(--ink);font-size:15px;font-weight:500;
  padding:9px 12px;border-radius:var(--r-pill);transition:background .16s,color .16s}
.nav a:hover{background:var(--blue-50);color:var(--blue-700)}
.hdr-tel{text-decoration:none;font-weight:700;white-space:nowrap;font-size:16px;color:var(--ink);
  display:inline-flex;flex-direction:column;justify-content:center;min-height:46px}
.hdr-tel span{display:block;font-size:11px;font-weight:400;color:var(--ink-3)}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:52px;padding:0 26px;border:2px solid transparent;border-radius:var(--r-pill);
  background:var(--blue-700);color:#fff;font:700 15px/1 var(--font);text-decoration:none;
  cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
  box-shadow:var(--sh-sm)}
.btn:hover{background:var(--blue-600);transform:translateY(-2px);box-shadow:var(--sh-blue)}
.btn:active{transform:translateY(0)}
.btn--ghost{background:#fff;color:var(--blue-700);border-color:var(--line-2);box-shadow:none}
.btn--ghost:hover{background:#fff;border-color:var(--blue-600);color:var(--blue-700)}
.btn--warm{background:var(--warm)}
.btn--warm:hover{background:var(--amber)}
.btn--wide{width:100%}
.btn--sm{min-height:44px;padding:0 18px;font-size:14px}

/* ---------- hero ---------- */
.hero{position:relative;isolation:isolate;background:var(--blue-50);overflow:clip}
/* A real photograph of a real job behind the hero, tinted so type stays
   readable. No stock, ever. */
.hero-bg{position:absolute;inset:0;z-index:-2}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:72% 30%}
.hero-veil{position:absolute;inset:0;z-index:-1;
  background:linear-gradient(100deg,#EFF8FDF7 0 34%,#EFF8FDE0 52%,#EFF8FD73 72%,#EFF8FD40 100%)}
.hero-in{display:grid;gap:var(--gap);padding-block:clamp(32px,4.6vw,68px);
  grid-template-columns:minmax(0,1fr) minmax(0,452px);align-items:start}
/* Explicit placement, not auto-placement. The proof cards are the second child
   in the DOM so they can sit under the form on a phone, and auto-placement
   would otherwise drop them into the right-hand column and push the form to a
   second row. */
.hero-in > div:first-child{grid-column:1;grid-row:1}
.hero-in > .proof{grid-column:1;grid-row:2;align-self:start}
.hero-in > .pcheck{grid-column:2;grid-row:1/span 2}
.hero h1{margin-bottom:16px;max-width:15ch}
.hero .lede{font-size:clamp(16px,0.45vw + 15px,18.5px);max-width:44ch}
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}

/* proof cards, the GEH pattern: small white cards under the buttons */
/* Third child of .hero-in, so on a wide screen it lands under the copy in
   column one, and on a narrow screen it can be ordered below the form. */
.proof{display:flex;flex-wrap:wrap;gap:12px;align-content:start}
.proof-c{background:#fff;border:1px solid var(--line);border-radius:var(--r);
  padding:13px 16px;box-shadow:var(--sh-sm);min-width:150px}
.proof-c b{display:block;font-size:14px;font-weight:700}
.proof-c span{display:block;font-size:12.5px;color:var(--ink-2);margin-top:2px}
.proof-c.is-pending{background:var(--warm-50);border-color:#F3D8AE}
.proof-c.is-pending b{color:#9A5A12}
.proof-c.is-pending span{color:#9A5A12}

/* ---------- the permission check ---------- */
.pcheck{background:#fff;border-radius:var(--r-lg);box-shadow:var(--sh);
  border:1px solid var(--line);position:sticky;top:92px;overflow:hidden}
.pcheck-hd{padding:24px 26px 0}
.pcheck-hd h2{font-size:23px}
.pcheck-hd p{color:var(--ink-2);font-size:14.5px;margin-top:7px}
.pcheck-body{padding:20px 26px 26px;display:grid;gap:20px}
.fld{display:grid;gap:9px}
.fld > label,.fld > legend{font-size:14px;font-weight:600;color:var(--ink);padding:0}
fieldset{border:0;margin:0;padding:0;display:grid;gap:9px}
input[type=text]{width:100%;min-height:52px;padding:0 16px;border:2px solid var(--line);
  border-radius:14px;background:#fff;color:var(--ink);font:600 16px/1 var(--font);
  text-transform:uppercase;transition:border-color .15s,box-shadow .15s}
input[type=text]::placeholder{color:var(--ink-3);text-transform:none;font-weight:400}
input[type=text]:focus{border-color:var(--blue-600);box-shadow:0 0 0 4px rgba(17,129,207,.14);outline:none}

/* segmented control as a two-column grid of rounded chips, the GEH quiz shape */
.seg{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.seg label{position:relative;display:block}
.seg input{position:absolute;inset:0;opacity:0;cursor:pointer;margin:0}
.seg span{display:flex;align-items:center;justify-content:center;text-align:center;
  min-height:50px;padding:9px 12px;border:2px solid var(--line);border-radius:14px;
  font-size:14.5px;font-weight:500;cursor:pointer;background:#fff;
  transition:border-color .14s,background .14s,color .14s,transform .14s}
.seg input:hover + span{border-color:var(--blue-400);transform:translateY(-1px)}
.seg input:checked + span{border-color:var(--blue-600);background:var(--blue-50);
  color:var(--blue-700);font-weight:700}
.seg input:focus-visible + span{outline:3px solid var(--blue-400);outline-offset:2px}
.seg--wide{grid-template-columns:1fr}
.pcheck-foot{font-size:13.5px;color:var(--ink-3);text-align:center}

/* verdict. Status is carried by a tinted panel and the heading, never by a
   small uppercase label above it. That would be an eyebrow. */
.verdict{padding:22px 26px;display:grid;gap:15px;border-top:1px solid var(--line)}
.verdict[hidden]{display:none}
.v-ok{background:var(--ok-50)}
.v-warn{background:var(--warm-50)}
.verdict h3{font-size:21px}
.v-ok h3{color:#0B7A45}
.v-warn h3{color:#9A5A12}
.verdict p{font-size:15px;color:var(--ink-2)}
.v-warn p{color:#7C5518}
.cond{width:100%;border-collapse:collapse;font-size:14px;background:#fff;
  border-radius:14px;overflow:hidden}
.cond caption{text-align:left;font-size:13.5px;font-weight:600;color:var(--ink);padding-bottom:9px}
.cond th,.cond td{text-align:left;padding:11px 13px;border-bottom:1px solid var(--line)}
.cond thead th{font-size:13px;color:var(--ink-2);font-weight:600;background:var(--blue-50)}
.cond tbody tr:last-child td{border-bottom:0}
.cond td:last-child,.cond th:last-child{text-align:right}
.mark{font-weight:700;font-size:13.5px}
.mark--y{color:var(--ok)}
.mark--q{color:#B4741C}
.verdict-cta{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.todo{background:#fff;border:2px dashed #F0C88A;color:#8A5310;
  padding:14px 16px;font-size:14px;border-radius:14px}
.todo b{color:#7A4708}

/* ---------- price band ---------- */
.price-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--gap);align-items:start}
.price-card{background:#fff;border-radius:var(--r-lg);padding:clamp(22px,2.4vw,34px);
  box-shadow:var(--sh);border:1px solid var(--line)}
.figure{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.figure .stat-n{font-family:var(--display);font-size:clamp(40px,5.2vw,66px);font-weight:800;
  letter-spacing:-0.045em;line-height:1;color:var(--blue-700)}
.figure .unit{color:var(--ink-2);font-size:16px;font-weight:500}
.sub{color:var(--ink-2);font-size:15px;margin-top:10px}
.srcnote{font-size:13.5px;color:var(--ink-2);margin-top:16px;background:var(--blue-50);
  padding:14px 16px;border-radius:14px}

/* The temperature bar. The one graphic flourish, and it carries meaning. */
.tbar{height:10px;margin-top:22px;border-radius:99px;
  background:linear-gradient(90deg,var(--warm),var(--amber) 26%,#C9D6E0 52%,var(--blue-400) 76%,var(--ice))}
.tbar-lab{display:flex;justify-content:space-between;font-size:13px;color:var(--ink-2);margin-top:9px;font-weight:500}
.tbar-lab .w{color:var(--warm)}
.tbar-lab .c{color:var(--blue-700)}

.ptable{width:100%;border-collapse:collapse;font-size:15px}
.ptable caption{text-align:left;font-size:14px;font-weight:600;color:var(--ink);padding-bottom:12px}
.ptable th,.ptable td{padding:13px 0;border-bottom:1px solid var(--line);text-align:left}
.ptable thead th{font-size:13px;color:var(--ink-2);font-weight:600}
.ptable td:last-child,.ptable th:last-child{text-align:right;font-weight:600;color:var(--blue-700)}
.ptable tbody tr:last-child td{border-bottom:0}

/* ---------- question cards ---------- */
.qcards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.qcard{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);
  display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--sh-sm);
  transition:transform .18s ease,box-shadow .18s ease}
.qcard:hover{transform:translateY(-4px);box-shadow:var(--sh)}
.qcard img{aspect-ratio:4/3;object-fit:cover;width:100%}
.qcard-b{padding:22px;display:grid;gap:11px;align-content:start;flex:1}
.qcard p{font-size:15px;color:var(--ink-2)}
.qcard a{margin-top:auto;font-weight:700;font-size:15px;text-decoration:none;
  color:var(--blue-700);display:inline-flex;align-items:center;gap:7px;min-height:44px;width:max-content}
.qcard a::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;
  border-top:2px solid currentColor;rotate:45deg;transition:translate .16s}
.qcard a:hover::after{translate:3px 0}

/* ---------- installs rail ---------- */
.rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(266px,1fr);gap:18px;
  overflow-x:auto;padding:4px 4px 18px;scroll-snap-type:x mandatory;overscroll-behavior-x:contain}
.rail::-webkit-scrollbar{height:9px}
.rail::-webkit-scrollbar-track{background:rgba(255,255,255,.08);border-radius:99px}
.rail::-webkit-scrollbar-thumb{background:var(--blue-400);border-radius:99px}
.job{scroll-snap-align:start;background:#fff;border-radius:var(--r-lg);overflow:hidden;
  box-shadow:0 16px 40px -20px rgba(0,0,0,.6)}
.job img{aspect-ratio:9/16;object-fit:cover;width:100%}
.job-b{padding:16px 18px;display:grid;gap:10px}
.job-t{font-size:15.5px;font-weight:700;color:var(--ink);font-family:var(--display)}
.job dl{display:grid;grid-template-columns:auto minmax(0,1fr);gap:6px 14px;font-size:13.5px;margin:0}
.job dt{color:var(--ink-2)}
.job dd{margin:0;text-align:right;font-weight:600;color:var(--ink);text-wrap:balance}

/* ---------- systems ---------- */
.sys{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.sys figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-sm)}
.sys img{aspect-ratio:3/4;object-fit:cover;width:100%}
.sys figcaption{padding:20px 22px;display:grid;gap:8px}
.sys p{font-size:14.5px;color:var(--ink-2)}
.kw{display:inline-flex;align-items:center;font-size:13px;font-weight:700;color:var(--blue-700);
  background:var(--blue-50);border-radius:var(--r-pill);padding:6px 13px;width:max-content}

/* ---------- faq ---------- */
.faq{max-width:80ch;margin-inline:auto;display:grid;gap:12px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--r);
  box-shadow:var(--sh-sm);overflow:hidden}
.faq details[open]{border-color:var(--blue-400)}
.faq summary{padding:19px 52px 19px 22px;cursor:pointer;font-weight:600;font-size:17px;
  list-style:none;position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";position:absolute;right:22px;top:50%;width:10px;height:10px;
  border-right:2.5px solid var(--blue-600);border-bottom:2.5px solid var(--blue-600);
  translate:0 -60%;rotate:45deg;transition:rotate .2s ease}
.faq details[open] summary::after{rotate:225deg;translate:0 -25%}
.faq details p{padding:0 22px 19px;color:var(--ink-2)}
.faq details p + p{padding-top:0}

/* ---------- footer ---------- */
.ftr{background:var(--navy);color:#A9C2D6;padding-block:var(--band) 36px;font-size:14.5px}
.ftr-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:var(--gap)}
.ftr h3{color:#fff;font-size:15px;font-weight:700;margin-bottom:15px;font-family:var(--font)}
.ftr ul{list-style:none;display:grid;gap:10px}
.ftr a{color:#A9C2D6;text-decoration:none}
.ftr a:hover{color:var(--ice)}

.ftr table{border-collapse:collapse;font-size:14px;width:100%}
.ftr td{padding:5px 0;border:0}
.ftr td:last-child{text-align:right;color:#fff;font-weight:500}
.ftr-legal{border-top:1px solid rgba(255,255,255,.14);margin-top:var(--gap);padding-top:24px;font-size:13.5px}
.ftr-legal p{max-width:74ch}

.step-bar{display:none;justify-content:space-between;align-items:center;
  font-size:13.5px;color:var(--ink-2);font-weight:500}
.step-bar button{background:none;border:0;color:var(--blue-700);font:700 13.5px var(--font);
  cursor:pointer;padding:10px;margin:-10px}

/* ==========================================================================
   Responsive. Designed at 375, not scaled from 1440.
   ========================================================================== */
@media (max-width:1080px){
  .hero-in{grid-template-columns:1fr}
  .pcheck{position:static}
  .hero h1{max-width:19ch}
  .hero .lede{max-width:none}
  .hero-in > div:first-child,
  .hero-in > .proof,
  .hero-in > .pcheck{grid-column:auto;grid-row:auto}
  .hero-in > div:first-child{order:1}
  .hero-in > .pcheck{order:2}
  .hero-in > .proof{order:3;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}
  .proof-c{min-width:0}
  .hero-veil{background:linear-gradient(180deg,#EFF8FDF7 0 62%,#EFF8FDE6 100%)}
  .qcards,.sys{grid-template-columns:repeat(2,1fr)}
  .price-grid{grid-template-columns:1fr}
  .ftr-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .nav{display:none}
  .hdr-in{justify-content:space-between;gap:12px;min-height:62px}
  .brand img{height:32px}
  .hdr-tel{font-size:15px;text-align:right}
  .util-in{justify-content:center;text-align:center;font-size:12px}
  .util .hide-sm{display:none}
  .qcards,.sys{grid-template-columns:1fr}
  .verdict-cta{grid-template-columns:1fr}
  .hero-in{padding-block:22px 30px;gap:22px}
  .hero-cta{margin-top:20px}
  .proof{margin-top:20px}
  .ftr-grid{grid-template-columns:1fr}
  .hl{white-space:normal}
  /* One question per box below 720. memory/forms-are-paged-on-mobile.md */
  .pcheck[data-paged="on"] .fld[data-step]{display:none}
  .pcheck[data-paged="on"] .fld[data-step].is-on{display:grid}
  .pcheck[data-paged="on"] .step-bar{display:flex}
}
@media (max-width:400px){ .seg{grid-template-columns:1fr} }

/* Motion. Instructed policy: animations run on any desktop regardless of the
   OS setting, honoured on touch and narrow only.
   memory/motion-policy-desktop-override.md */
@media (prefers-reduced-motion:reduce) and (max-width:899px){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
@media (prefers-reduced-motion:reduce) and (pointer:coarse){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media print{.hdr,.util,.pcheck,.rail{display:none}}


/* ==========================================================================
   Part two: everything the multi-page site needs that the one-page build did
   not. Appended to main.css at build time so the site still makes exactly one
   stylesheet request.

   Same rules as part one. No eyebrows, no em-dashes, no decorative colour, and
   warm still means heating while cool still means cooling.
   ========================================================================== */

/* ---------------------------------------------------------------- header v2 */
.util-in a{display:inline-flex;align-items:center;min-height:32px}
.hdr-in{gap:clamp(10px,1.4vw,24px)}
.nav > ul{list-style:none;display:flex;gap:2px;margin:0;padding:0;align-items:center}
.nav > ul > li{position:relative}
.nav > ul > li > a{display:inline-flex;align-items:center;gap:6px;text-decoration:none;
  color:var(--ink);font-size:15px;font-weight:500;padding:11px 13px;border-radius:var(--r-pill);
  transition:background .16s,color .16s;white-space:nowrap}
.nav > ul > li > a:hover,.nav .has-sub:hover > a{background:var(--blue-50);color:var(--blue-700)}
.nav a[aria-current=page]{color:var(--blue-700);font-weight:700}
.chev{width:10px;height:6px;flex:0 0 auto;transition:rotate .18s ease;opacity:.65}
.has-sub:hover .chev{rotate:180deg}

/* The dropdown carries a one-line note per item. A menu that explains itself
   converts better than a menu that only labels. */
.sub{position:absolute;top:calc(100% + 6px);left:-8px;min-width:308px;background:#fff;
  border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh);padding:8px;
  opacity:0;visibility:hidden;translate:0 -6px;transition:opacity .16s ease,translate .16s ease,visibility .16s;z-index:50}
.has-sub:hover .sub,.has-sub:focus-within .sub{opacity:1;visibility:visible;translate:0 0}
.sub ul{list-style:none;display:grid;gap:2px}
.sub a{display:grid;gap:2px;padding:11px 13px;border-radius:12px;text-decoration:none;transition:background .14s}
.sub a:hover{background:var(--blue-50)}
.sub b{font-size:14.5px;font-weight:600;color:var(--ink)}
.sub span{font-size:13px;color:var(--ink-2);line-height:1.4}

.hdr-tel{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto}
.hdr-tel .ic{width:19px;height:19px;color:var(--blue-600);flex:0 0 auto}
.hdr-tel-t{display:block;line-height:1.15}

.burger{display:none;width:46px;height:46px;border:1px solid var(--line);background:#fff;
  border-radius:12px;cursor:pointer;padding:0;place-items:center;gap:5px}
.burger span{display:block;width:19px;height:2px;background:var(--ink);border-radius:2px;transition:.2s}
.burger[aria-expanded=true] span:nth-child(1){translate:0 7px;rotate:45deg}
.burger[aria-expanded=true] span:nth-child(2){opacity:0}
.burger[aria-expanded=true] span:nth-child(3){translate:0 -7px;rotate:-45deg}

.mnav{border-top:1px solid var(--line);background:#fff;max-height:calc(100dvh - 62px);overflow:auto}
.mnav[hidden]{display:none}
.mnav > .wrap{padding-block:18px 24px}
.mnav ul{list-style:none}
.mnav > .wrap > ul > li{padding:12px 0;border-bottom:1px solid var(--line)}
.mnav > .wrap > ul > li:last-of-type{border-bottom:0}
.mnav b{display:block;font-size:13px;font-weight:700;color:var(--ink-3);margin-bottom:8px}
.mnav a{display:block;text-decoration:none;font-size:16.5px;font-weight:600;padding:11px 0;color:var(--ink)}
.mnav ul ul a{font-weight:500;font-size:16px;color:var(--ink-2)}
.mnav-cta{display:grid;gap:10px;margin-top:20px}

/* -------------------------------------------------------------- breadcrumbs */
.crumbs{background:var(--blue-50);border-bottom:1px solid var(--line);font-size:13.5px}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:4px 8px;padding:11px 0;color:var(--ink-2)}
.crumbs li:not(:last-child)::after{content:"/";padding-left:8px;color:var(--line-2)}
.crumbs a{color:var(--ink-2);text-decoration:none}
.crumbs a:hover{color:var(--blue-700);text-decoration:underline}
.crumbs span{color:var(--ink);font-weight:600}

/* -------------------------------------------------------------- buttons v2 */
.btn--lg{min-height:56px;padding:0 30px;font-size:16px}
.btn--wa{background:#25D366;color:#06301A}
.btn--wa:hover{background:#1FBE5B;color:#06301A}
.btn--wa svg{width:19px;height:19px}
.btn--ghost-d{background:transparent;color:#fff;border-color:rgba(255,255,255,.42);box-shadow:none}
.btn--ghost-d:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}

/* ------------------------------------------------------- page hero + quote */
.hero--page .hero-in--page{grid-template-columns:minmax(0,1fr) minmax(0,414px);
  padding-block:clamp(30px,4vw,60px)}
.hero--page h1{max-width:18ch}
.hero-price{margin-top:18px;font-size:15px;color:var(--ink-2)}
.hero-price b{color:var(--blue-700);font-weight:700}

.ticks{list-style:none;display:grid;gap:11px;margin-top:24px;max-width:52ch}
.ticks li{position:relative;padding-left:31px;font-size:15.5px;color:var(--ink)}
.ticks li::before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;
  border-radius:50%;background:var(--ok-50)}
.ticks li::after{content:"";position:absolute;left:6.5px;top:8px;width:7px;height:4px;
  border-left:2px solid var(--ok);border-bottom:2px solid var(--ok);rotate:-45deg}
.band--navy .ticks li{color:#DCEAF4}
.band--navy .ticks li::before{background:rgba(110,210,240,.16)}
.band--navy .ticks li::after{border-color:var(--ice)}

.quotecard{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);
  box-shadow:var(--sh);padding:clamp(22px,2.2vw,30px);display:grid;gap:14px;align-content:start;
  position:sticky;top:92px}
.quotecard h2{font-size:23px}
.quotecard > p{font-size:14.5px;color:var(--ink-2)}
.qsteps{list-style:none;counter-reset:q;display:grid;gap:12px;margin:4px 0 6px}
.qsteps li{counter-increment:q;position:relative;padding-left:40px;display:grid;gap:1px}
.qsteps li::before{content:counter(q);position:absolute;left:0;top:0;width:27px;height:27px;
  border-radius:50%;background:var(--blue-50);color:var(--blue-700);
  display:grid;place-items:center;font-size:13.5px;font-weight:700}
.qsteps b{font-size:15px;font-weight:600}
.qsteps span{font-size:13.5px;color:var(--ink-2)}
.qfoot{font-size:13px;color:var(--ink-3);text-align:center}

/* ------------------------------------------------------------ trust strip */
.tstrip{border-block:1px solid var(--line);background:#fff}
.tstrip ul{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.tstrip li{padding:22px clamp(14px,1.6vw,26px);display:grid;gap:3px}
.tstrip li + li{border-left:1px solid var(--line)}
.tstrip b{font-size:15px;font-weight:700;color:var(--ink)}
.tstrip span{font-size:13.5px;color:var(--ink-2)}

/* ---------------------------------------------------------- answer-first */
.answer{background:var(--blue-50);border-left:4px solid var(--blue-600);
  border-radius:0 var(--r) var(--r) 0;padding:clamp(20px,2.2vw,28px) clamp(20px,2.4vw,32px);
  display:grid;gap:12px;max-width:78ch}
.answer-t{font-size:clamp(17px,0.6vw + 16px,20px);font-weight:600;color:var(--ink);line-height:1.5}
.answer-x{font-size:15.5px;color:var(--ink-2)}
.answer a{color:var(--blue-700);font-weight:600}

/* ----------------------------------------------------------------- prose */
.prose{max-width:74ch;display:grid;gap:20px}
.prose h2{margin-top:22px}
.prose h3{margin-top:14px;font-size:clamp(18px,1.2vw,21px)}
.prose p,.prose li{font-size:16.5px;color:var(--ink-2);line-height:1.68}
.prose strong{color:var(--ink);font-weight:600}
.prose a{color:var(--blue-700);font-weight:500}
.prose ul,.prose ol{display:grid;gap:10px;padding-left:22px}
.prose li{padding-left:4px}
.prose ul li{list-style:disc}
.prose ol li{list-style:decimal}
.prose blockquote{margin:0;padding:18px 22px;background:var(--blue-50);border-radius:var(--r);
  font-size:16px;color:var(--ink)}
.prose--wide{max-width:none}

.split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:var(--gap);align-items:start}
.split--even{grid-template-columns:1fr 1fr}
.sticky-side{position:sticky;top:92px;display:grid;gap:18px}

/* ------------------------------------------------------------- data table */
.tbl-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--r);background:#fff}
.dtable{width:100%;border-collapse:collapse;font-size:15px;min-width:min(560px,100%)}
.dtable caption{text-align:left;font-size:14px;font-weight:600;color:var(--ink);
  padding:16px 18px 0;caption-side:top}
.dtable th,.dtable td{text-align:left;padding:13px 18px;border-bottom:1px solid var(--line);vertical-align:top}
.dtable thead th{font-size:13px;font-weight:700;color:var(--ink);background:var(--blue-50);
  border-bottom:1px solid var(--line-2)}
.dtable tbody th{font-weight:600;color:var(--ink)}
.dtable td{color:var(--ink-2)}
.dtable tbody tr:last-child th,.dtable tbody tr:last-child td{border-bottom:0}
.dtable tbody tr:hover{background:#FAFCFE}
.yes{color:var(--ok);font-weight:700}
.no{color:var(--stop);font-weight:700}
.maybe{color:#B4741C;font-weight:700}
.tbl-note{font-size:13.5px;color:var(--ink-3);margin-top:12px}

/* -------------------------------------------------------------- cta bands */
.cta-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--gap);align-items:center}
.cta-band-b{display:flex;flex-wrap:wrap;gap:12px}

/* ------------------------------------------------------------- card grids */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.cards--2{grid-template-columns:repeat(2,1fr)}
.cards--4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);
  padding:clamp(20px,2vw,28px);display:grid;gap:11px;align-content:start;box-shadow:var(--sh-sm);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s}
a.card{text-decoration:none}
a.card:hover{transform:translateY(-4px);box-shadow:var(--sh);border-color:var(--blue-400)}
.card h3{font-size:19px}
.card p{font-size:15px;color:var(--ink-2)}
.card .more{margin-top:auto;font-weight:700;font-size:15px;color:var(--blue-700);
  display:inline-flex;align-items:center;gap:7px}
.card .more::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;
  border-top:2px solid currentColor;rotate:45deg;transition:translate .16s}
a.card:hover .more::after{translate:3px 0}
.card-n{font-family:var(--display);font-size:34px;font-weight:800;color:var(--blue-700);
  letter-spacing:-.04em;line-height:1}
.card--warm .card-n{color:var(--warm)}
.card--warm{border-color:#F5DCBC}

/* icon, drawn not imported. One weight, one stroke, no filled shapes. */
.ic-lg{width:34px;height:34px;color:var(--blue-600);stroke:currentColor;fill:none;stroke-width:1.6;
  stroke-linecap:round;stroke-linejoin:round}
.card--warm .ic-lg{color:var(--warm)}

/* ---------------------------------------------------------------- process */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;counter-reset:s;
  border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:#fff}
.steps li{counter-increment:s;list-style:none;padding:clamp(22px,2.2vw,30px);display:grid;gap:9px;align-content:start}
.steps li + li{border-left:1px solid var(--line)}
.steps li::before{content:counter(s);font-family:var(--display);font-size:28px;font-weight:800;
  color:var(--blue-400);line-height:1}
.steps h3{font-size:17.5px}
.steps p{font-size:14.5px;color:var(--ink-2)}

/* ------------------------------------------------------------ stat figures */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.stat{display:grid;gap:5px}
.stat .n{font-family:var(--display);font-size:clamp(30px,3vw,42px);font-weight:800;
  letter-spacing:-.04em;line-height:1;color:var(--blue-700)}
.stat .l{font-size:14.5px;color:var(--ink-2)}
.band--navy .stat .n{color:var(--ice)}
.band--navy .stat .l{color:#A9C2D6}

/* --------------------------------------------------------------- area grid */
.areas{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.areas a{display:flex;align-items:center;justify-content:space-between;gap:10px;
  background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px 18px;
  text-decoration:none;font-weight:600;font-size:15.5px;min-height:56px;
  transition:border-color .15s,transform .15s,box-shadow .15s}
.areas a:hover{border-color:var(--blue-600);transform:translateY(-2px);box-shadow:var(--sh-sm);color:var(--blue-700)}
.areas a span{font-size:13px;color:var(--ink-3);font-weight:500}
.areas a:hover span{color:var(--blue-600)}

/* ---------------------------------------------------------- the calculator */
.calc{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);
  box-shadow:var(--sh);overflow:hidden}
.calc-hd{padding:clamp(22px,2.2vw,30px);border-bottom:1px solid var(--line);background:var(--blue-50)}
.calc-hd h2{font-size:clamp(21px,1.8vw,27px)}
.calc-hd p{font-size:14.5px;color:var(--ink-2);margin-top:8px;max-width:56ch}
.calc-body{padding:clamp(22px,2.2vw,30px);display:grid;gap:22px}
.calc .fld > label,.calc .fld > legend{font-size:15px}
.calc .seg span{min-height:52px}
.calc-out{border-top:1px solid var(--line);background:var(--blue-50);padding:clamp(22px,2.2vw,30px);
  display:grid;gap:18px}
.calc-out[hidden]{display:none}
.price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
.price-row .big{font-family:var(--display);font-size:clamp(38px,4.6vw,58px);font-weight:800;
  letter-spacing:-.045em;line-height:1;color:var(--blue-700)}
.price-row .was{font-size:19px;color:var(--ink-3);text-decoration:line-through}
.price-row .tag{font-size:14px;font-weight:700;color:#0B7A45;background:var(--ok-50);
  border-radius:var(--r-pill);padding:6px 13px}
.calc-note{font-size:13.5px;color:var(--ink-2)}
.calc-cta{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.bd{width:100%;border-collapse:collapse;font-size:14.5px;background:#fff;border-radius:14px;overflow:hidden}
.bd th,.bd td{padding:11px 15px;border-bottom:1px solid var(--line);text-align:left}
.bd thead th{font-size:13px;background:#F6FAFD;font-weight:700}
.bd td:last-child,.bd th:last-child{text-align:right;font-weight:600;color:var(--ink)}
.bd tbody tr:last-child td{border-bottom:0}
.bd tfoot td{font-weight:700;color:var(--blue-700);background:#F6FAFD;border-bottom:0}

/* ------------------------------------------------------------- contact page */
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,420px);gap:var(--gap);align-items:start}
.cmethod{display:grid;gap:14px}
.cmethod a{display:flex;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);
  border-radius:var(--r);padding:18px 20px;text-decoration:none;box-shadow:var(--sh-sm);
  transition:border-color .15s,transform .15s}
.cmethod a:hover{border-color:var(--blue-600);transform:translateY(-2px)}
.cmethod .ic-lg{flex:0 0 auto}
.cmethod b{display:block;font-size:17px;font-weight:700;color:var(--ink)}
.cmethod span{display:block;font-size:14px;color:var(--ink-2);margin-top:2px}
.cmethod .is-wa .ic-lg{color:#128C4A}

/* ------------------------------------------------------------ footer v2 */
.ftr-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--gap);align-items:center;
  padding-bottom:var(--gap);margin-bottom:var(--gap);border-bottom:1px solid rgba(255,255,255,.14)}
.ftr-cta h2{font-size:clamp(24px,2.4vw,34px);color:#fff}
.ftr-cta p{color:#A9C2D6;max-width:52ch;margin-top:10px}
.ftr-cta-b{display:flex;flex-wrap:wrap;gap:12px}
.ftr-addr{margin-top:14px;color:#A9C2D6;font-size:14px}
.ftr-areas{margin-top:10px}
.ftr-areas a{color:var(--ice);font-weight:600}
.ftr td a{color:#fff;text-decoration:none}
.ftr td a:hover{color:var(--ice)}
.soc{list-style:none;display:flex;gap:10px;margin-top:18px}
.soc a{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;
  background:rgba(255,255,255,.08);transition:background .16s,transform .16s}
.soc a:hover{background:var(--blue-600);transform:translateY(-2px)}
.soc svg{width:19px;height:19px;fill:#fff}
.ftr-legal-nav{list-style:none;display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:16px;font-size:13.5px}

/* ------------------------------------------------- sticky mobile action bar */
.actionbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;
  background:rgba(255,255,255,.97);border-top:1px solid var(--line);
  padding:9px 12px calc(9px + env(safe-area-inset-bottom));
  grid-template-columns:1fr 1fr;gap:10px;box-shadow:0 -8px 26px -18px rgba(16,42,67,.5)}
.actionbar a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:50px;
  border-radius:var(--r-pill);font:700 15.5px/1 var(--font);text-decoration:none;
  background:var(--blue-700);color:#fff}
.actionbar a.is-wa{background:#25D366;color:#06301A}
.actionbar svg{width:19px;height:19px}

/* --------------------------------------------------------------- utilities */
.mt0{margin-top:0}
.center{text-align:center}
.muted{color:var(--ink-2)}
.small{font-size:14px}
.pill{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:700;
  color:var(--blue-700);background:var(--blue-50);border-radius:var(--r-pill);padding:7px 14px;width:max-content}
.pill--warm{color:#9A5A12;background:var(--warm-50)}
.pill--ok{color:#0B7A45;background:var(--ok-50)}
.imgcard{border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line);box-shadow:var(--sh-sm);background:#fff}
.imgcard img{width:100%;aspect-ratio:4/3;object-fit:cover}
.imgcard figcaption{padding:16px 20px;font-size:14.5px;color:var(--ink-2)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gallery img{border-radius:var(--r);aspect-ratio:3/4;object-fit:cover;width:100%;border:1px solid var(--line)}

/* ---------------------------------------------------------------- responsive */
@media (max-width:1180px){
  .nav > ul > li > a{padding:10px 9px;font-size:14.5px}
  .hero--page .hero-in--page{grid-template-columns:1fr}
  .quotecard{position:static}
  /* main.css puts order:1 on the hero's first div so the homepage can slot the
     permission check above the proof cards. On a page hero the second child is
     an <aside>, which keeps the default order:0 and therefore jumped ahead of
     the H1 on a phone. Both children get an explicit order here so the heading
     is always the first thing read. */
  .hero--page .hero-in--page > div:first-child{order:0}
  .hero--page .hero-in--page > .quotecard{order:1}
}
@media (max-width:1080px){
  .cards,.cards--4,.steps,.stats,.areas{grid-template-columns:repeat(2,1fr)}
  .tstrip ul{grid-template-columns:repeat(2,1fr)}
  .tstrip li:nth-child(3){border-left:0}
  .tstrip li:nth-child(n+3){border-top:1px solid var(--line)}
  .steps li + li{border-left:0}
  .steps li:nth-child(even){border-left:1px solid var(--line)}
  .steps li:nth-child(n+3){border-top:1px solid var(--line)}
  .split,.split--even,.contact-grid{grid-template-columns:1fr}
  .sticky-side{position:static}
  .cta-band,.ftr-cta{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:900px){
  .nav{display:none}
  .burger{display:grid}
  .hdr-in{justify-content:space-between}
  .hdr-tel span{display:none}
  .hdr-tel-t{font-size:15px}
}
@media (max-width:720px){
  body{padding-bottom:74px}
  .actionbar{display:grid}
  .cards,.cards--2,.cards--4,.steps,.areas{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr}
  .tstrip ul{grid-template-columns:1fr}
  .tstrip li + li{border-left:0;border-top:1px solid var(--line)}
  .steps li + li{border-left:0;border-top:1px solid var(--line)}
  .steps li:nth-child(even){border-left:0}
  .calc-cta{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .hdr-tel{display:none}
  .util-in{font-size:11.5px}
  .answer{border-radius:var(--r)}
}
@media print{.actionbar,.mnav,.crumbs,.ftr-cta{display:none!important}}
