/* ============================================================================
   sunlife-page.css . Sunlife Solar UK landing page
   Reskinned from the proven EJS/SoulourPower solar page for Sunlife Solar UK.
   One family: Figtree. Palette tokens in :root (deep green + lime).
   Accent (lime) sits on deep green; --yellow-deep is the accent on light grounds.
   ============================================================================ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --yellow:#BDDD62;
  --yellow-hover:#A9CC4E;
  --yellow-deep:#33611A;
  --yellow-tint:#F2F8E0;

  --ink:#114143;
  --ink-raised:#16504E;
  --ink-line:#2C5F5C;
  --surface:#F6F7F8;
  --white:#FFFFFF;
  --line:#E4E7EA;

  --text:#111418;
  --muted:#5B6169;
  --muted-dark:#A8AEB6;

  --save:#1B7F4B;
  --save-dark:#4ADE80;
  --error:#B4231F;
  --error-dark:#FF6B63;

  --fd:'Figtree',sans-serif;
  --fh:'Figtree',sans-serif;
  --rl:99px;--rxl:20px;--rlg:14px;--rmd:10px;
  --wrap:1080px;
}

html{scroll-behavior:smooth;overflow-x:clip}
html,body{max-width:100%}
body{
  overflow-x:clip;
  font-family:var(--fh);
  font-size:16px;line-height:1.7;color:var(--text);
  background:var(--ink);
  -webkit-font-smoothing:antialiased;
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

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

/* ── Type scale (skill table, verbatim) ── */
h1,h2,h3{font-family:var(--fd);text-wrap:balance}
h1{font-size:clamp(32px,6vw,56px);font-weight:800;line-height:1.05;letter-spacing:-0.03em}
h2{font-size:clamp(26px,4.5vw,40px);font-weight:800;line-height:1.12;letter-spacing:-0.02em}
h3{font-size:20px;font-weight:700;line-height:1.25;letter-spacing:-0.01em}
.lead{font-size:17px;line-height:1.6}
.eyebrow{font-size:13px;font-weight:500;line-height:1.4;letter-spacing:0.01em}

/* ── Buttons. CTA inversion: yellow fill + ink label on dark grounds,
   ink fill + yellow label on light grounds. Yellow never sits on white. ── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:var(--fh);font-weight:800;font-size:16px;line-height:1;
  min-height:54px;padding:16px 30px;border-radius:var(--rl);
  border:0;cursor:pointer;text-decoration:none;white-space:nowrap;
  transition:background .15s ease,transform .12s ease,border-color .15s ease;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--yellow);color:var(--ink)}
.btn-primary:hover{background:var(--yellow-hover)}
.btn-primary:focus-visible{outline:3px solid var(--white);outline-offset:3px}
.on-light .btn-primary{background:var(--ink);color:var(--yellow)}
.on-light .btn-primary:hover{background:var(--ink-raised)}
.on-light .btn-primary:focus-visible{outline:3px solid var(--ink);outline-offset:3px}
.btn-ghost{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.55)}
.btn-ghost:hover{border-color:var(--white)}
.btn-ghost:focus-visible{outline:3px solid var(--white);outline-offset:3px}
.on-light .btn-ghost{color:var(--text);border-color:var(--text)}
.on-light .btn-ghost:hover{background:var(--white)}
.on-light .btn-ghost:focus-visible{outline:3px solid var(--ink);outline-offset:3px}
.btn-sm{min-height:44px;padding:12px 22px;font-size:14.5px}

/* ── Section scaffolding ── */
.sec{padding:72px 22px}
.sec-in{max-width:var(--wrap);margin:0 auto}
.sec-head{max-width:640px;margin:0 auto 40px;text-align:center}
.sec-head .eyebrow{color:var(--muted);display:block;margin-bottom:10px}
.sec-head p{color:var(--muted);margin-top:12px}
.g-ink{background:var(--ink);color:var(--white)}
.g-ink .sec-head .eyebrow,.g-ink .sec-head p{color:var(--muted-dark)}
.g-surface{background:var(--surface);color:var(--text)}
.g-white{background:var(--white);color:var(--text)}
.g-tint{background:var(--yellow-tint);color:var(--text)}
@media(min-width:940px){.sec{padding:96px 32px}}

/* ── Nav ── */
.site-nav{position:sticky;top:0;z-index:900;background:var(--ink);border-bottom:1px solid var(--ink-line)}
.nav-in{max-width:var(--wrap);margin:0 auto;padding:10px 22px;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:64px}
.site-nav img{height:46px;width:auto}
.nav-right{display:flex;align-items:center;gap:18px}
.nav-enq{color:var(--white);font-weight:700;font-size:14.5px;text-decoration:none;background:none;border:0;cursor:pointer;font-family:var(--fh);padding:8px 2px}
.nav-enq:hover{text-decoration:underline}
.nav-enq:focus-visible{outline:3px solid var(--white);outline-offset:3px;border-radius:6px}
@media(max-width:480px){.nav-enq{display:none}}

/* ── Hero ── */
.hero{position:relative;overflow:hidden;min-height:calc(100svh - 64px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:72px 22px 88px;background:var(--ink)}
.hero-bg{position:absolute;inset:0;z-index:0;
  background-color:#0E3A3C;
  background-image:
    radial-gradient(120% 90% at 78% 8%, rgba(189,221,98,.20) 0%, rgba(189,221,98,0) 46%),
    radial-gradient(90% 70% at 12% 100%, rgba(17,65,67,.0) 30%, rgba(9,40,42,.9) 100%),
    linear-gradient(160deg, #135052 0%, #114143 46%, #0C3335 100%);}
.hero-bg::after{content:"";position:absolute;inset:0;
  background-image:radial-gradient(closest-side, rgba(189,221,98,.9), rgba(189,221,98,0));
  width:340px;height:340px;top:-90px;right:-40px;opacity:.28;filter:blur(6px)}
.hero-in{position:relative;z-index:2;max-width:42rem;display:flex;flex-direction:column;align-items:center;gap:18px;animation:rise .7s ease both}
.hero-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--ink-line);background:rgba(22,24,26,.72);border-radius:var(--rl);padding:7px 16px}
.hero-pill-dot{width:6px;height:6px;border-radius:50%;background:var(--save-dark)}
.hero-pill span{font-size:12.5px;font-weight:500;letter-spacing:0.01em;color:var(--muted-dark)}
.hero h1{color:var(--white)}
.hero h1 em{font-style:normal;font-weight:800;color:var(--yellow)}
.hero .sub{font-size:17px;color:rgba(255,255,255,.9);line-height:1.6;max-width:34rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;width:100%}
.hero-ctas .btn{flex:1 1 220px;max-width:22rem}
.hero .micro{font-size:13px;color:var(--muted-dark)}
.hero-accs{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:10px;color:rgba(255,255,255,.82);font-size:13px;font-weight:600;letter-spacing:.02em}
.hero-accs .dot{width:4px;height:4px;border-radius:50%;background:var(--yellow);display:inline-block}
@keyframes rise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.hero-in{animation:none}}

/* Google review pill (Google brand colours are exempt from the palette) */
.grev{display:inline-flex;align-items:center;gap:9px;background:var(--white);color:#1f1f1f;border-radius:var(--rl);padding:9px 17px;box-shadow:0 10px 28px rgba(0,0,0,.32);text-decoration:none;transition:transform .12s ease}
.grev:hover{transform:translateY(-1px)}
.grev:focus-visible{outline:3px solid var(--white);outline-offset:3px}
.grev .g-stars{display:inline-flex;gap:2px;line-height:0}
.grev .g-score{font-weight:700;font-size:14px}
.grev .g-count{color:#5f6368;font-size:13px}

/* ── Accreditation strip ── */
.acc{padding:34px 22px}
.acc-in{max-width:var(--wrap);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:26px 44px}
.acc-item{display:flex;align-items:center;gap:12px}
.acc-logo{width:56px;height:56px;background-size:contain;background-repeat:no-repeat;background-position:center}
.acc-badge{width:56px;height:56px;border-radius:50%;background:var(--yellow-tint);color:var(--yellow-deep);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.acc-name{font-size:14px;font-weight:700;color:var(--text)}
.acc-line{text-align:center;font-size:13px;color:var(--muted);margin-top:18px}

/* ── Price cards ── */
.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}
.price-card{background:var(--white);border:1px solid var(--line);border-radius:var(--rxl);padding:26px 22px;display:flex;flex-direction:column;gap:6px}
.price-card .beds{font-size:13px;font-weight:500;letter-spacing:0.01em;color:var(--muted)}
.price-card .spec{font-size:15px;font-weight:700;color:var(--text)}
.price-card .from{margin-top:10px;font-size:13px;color:var(--muted)}
.price-card .fig{font-family:var(--fd);font-weight:800;font-size:clamp(30px,4.5vw,40px);line-height:1;letter-spacing:-0.03em;color:var(--yellow-deep)}
.price-card .bat-line{margin-top:12px;padding-top:12px;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}
.price-card .bat-line strong{color:var(--text);font-weight:700}
.price-note{max-width:640px;margin:26px auto 0;text-align:center;font-size:13.5px;line-height:1.6;color:var(--muted)}
.price-cta{display:flex;justify-content:center;margin-top:26px}

/* ── Feature / edge cards ── */
.edge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}
.edge-card{background:var(--white);border:1px solid var(--line);border-radius:var(--rxl);padding:26px 22px}
.edge-card .ic{width:44px;height:44px;border-radius:12px;background:var(--yellow-tint);color:var(--yellow-deep);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.edge-card h3{margin-bottom:6px}
.edge-card p{font-size:15px;color:var(--muted);line-height:1.6}

/* ── Kit cards (on ink) ── */
.kit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}
.kit-card{background:var(--ink-raised);border:1px solid var(--ink-line);border-radius:var(--rxl);padding:28px 24px}
.kit-card .ic{color:var(--muted-dark);margin-bottom:16px}
.kit-card h3{color:var(--white);margin-bottom:6px}
.kit-card p{font-size:15px;color:var(--muted-dark);line-height:1.6}
.kit-card .tag{display:inline-block;margin-top:14px;font-size:12.5px;font-weight:700;color:var(--white);background:var(--ink);border:1px solid var(--ink-line);border-radius:var(--rl);padding:5px 12px}

/* ── Steps ── */
.flow{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:0;counter-reset:step}
.flow-step{display:flex;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}
.flow-step:last-child{border-bottom:0}
.flow-step .num{counter-increment:step;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--ink);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:var(--fd);font-weight:800;font-size:16px}
.flow-step .num::before{content:counter(step)}
.flow-step h3{margin-bottom:4px}
.flow-step p{font-size:15px;color:var(--muted);line-height:1.6}

/* ── Export section ── */
.seg-wrap{display:grid;gap:36px;align-items:center}
.seg-copy p{margin-bottom:14px}
.seg-copy p:last-of-type{margin-bottom:0}
.seg-note{margin-top:18px;font-size:13.5px;line-height:1.6;color:var(--muted)}
.seg-art{display:flex;justify-content:center}
.seg-art svg{width:100%;max-width:420px;height:auto}
@media(min-width:860px){.seg-wrap{grid-template-columns:1.1fr .9fr}}

/* ── Reviews ── */
.rev-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 16px;margin-bottom:30px}
.rev-score{font-family:var(--fd);font-weight:800;font-size:34px;letter-spacing:-0.02em}
.rev-based{color:var(--muted);font-size:14px}
.g-btn{display:inline-flex;align-items:center;min-height:44px;padding:10px 20px;border-radius:var(--rl);background:var(--ink);color:var(--yellow);font-weight:800;font-size:14px;text-decoration:none}
.g-btn:hover{background:var(--ink-raised)}
.g-btn:focus-visible{outline:3px solid var(--ink);outline-offset:3px}
.rev-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;max-width:820px;margin:0 auto}
.rev-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--rxl);padding:24px 22px}
.rev-top{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.rev-avatar{width:40px;height:40px;border-radius:50%;color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:800}
.rev-name{font-weight:700;font-size:15px;line-height:1.3}
.rev-verified{display:block;font-weight:500;font-size:12.5px;color:var(--muted)}
.rev-card .g-stars{display:inline-flex;gap:2px;line-height:0;margin-bottom:8px}
.rev-card .g-stars svg{width:15px;height:15px}
.rev-card p{font-size:15px;color:var(--text);line-height:1.65}
.rev-foot{text-align:center;margin-top:24px;font-size:14px}
.rev-foot a{color:var(--yellow-deep);font-weight:700}

/* ── Gallery ── */
.gal{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.gal-tile{border-radius:var(--rlg);background-size:cover;background-position:center;aspect-ratio:4/3}
.gal-feat{grid-column:span 2;aspect-ratio:16/9}
.gal-note{text-align:center;margin-top:20px;font-size:13.5px;color:var(--muted-dark)}
@media(min-width:760px){
  .gal{grid-template-columns:repeat(4,1fr)}
  .gal-feat{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}
}

/* ── FAQ ── */
.faq{max-width:680px;margin:0 auto}
.faq details{background:var(--white);border:1px solid var(--line);border-radius:var(--rlg);margin-bottom:10px;overflow:hidden}
.faq summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;font-weight:700;font-size:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";flex-shrink:0;width:10px;height:10px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform .2s ease}
.faq details[open] summary::after{transform:rotate(-135deg)}
.faq details p{padding:0 20px 18px;font-size:15px;color:var(--muted);line-height:1.65}
.faq summary:focus-visible{outline:3px solid var(--ink);outline-offset:-3px}

/* ── Final CTA ── */
.final-in{max-width:var(--wrap);margin:0 auto;display:grid;gap:36px;align-items:center}
.final-list{list-style:none;margin-top:22px;display:flex;flex-direction:column;gap:12px}
.final-item{display:flex;gap:12px;align-items:flex-start;font-size:15.5px;color:var(--muted-dark)}
.final-item svg{flex-shrink:0;margin-top:4px;color:var(--save-dark)}
.final-card{background:var(--ink-raised);border:1px solid var(--ink-line);border-radius:var(--rxl);padding:32px 28px;text-align:center;display:flex;flex-direction:column;gap:14px}
.final-card h3{color:var(--white);font-size:22px}
.final-card p{font-size:14px;color:var(--muted-dark)}
.final-call{font-size:14px;color:var(--muted-dark)}
.final-call a{color:var(--white);font-weight:700}
@media(min-width:860px){.final-in{grid-template-columns:1.1fr .9fr}}

/* ── Footer ── */
.site-foot{background:var(--ink);color:var(--muted-dark);border-top:1px solid var(--ink-line);padding:56px 22px 40px}
.foot-in{max-width:var(--wrap);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}
.foot-logo{height:60px;width:auto}
.foot-tag{font-size:14.5px;max-width:32rem}
.foot-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px;font-size:14.5px}
.foot-contact a{color:var(--white);font-weight:700;text-decoration:none}
.foot-contact a:hover{text-decoration:underline}
.foot-acc{font-size:12.5px}
.foot-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;font-size:13px}
.foot-links a{color:var(--muted-dark)}
.foot-legal{font-size:12px;margin-top:8px}

/* ── Modals ── */
.modal{position:fixed;inset:0;z-index:1200;display:none;overflow-y:auto;scrollbar-width:thin}
.modal.open{display:block}
.modal-overlay{position:fixed;inset:0;background:rgba(11,11,11,.72)}
.modal-panel{
  position:relative;z-index:1;background:var(--white);color:var(--text);
  width:min(760px,calc(100% - 24px));
  margin:20px auto;border-radius:var(--rxl);
  padding:26px 22px 30px;box-shadow:0 30px 80px rgba(0,0,0,.5);
}
.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.modal-head h2{font-size:clamp(21px,4vw,26px)}
.modal-close{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center}
.modal-close:hover{background:var(--surface);color:var(--text)}
.modal-close:focus-visible{outline:3px solid var(--ink);outline-offset:2px}
.tool-mount{min-height:160px}
.tool-fallback{background:var(--surface);border:1px solid var(--line);border-radius:var(--rlg);padding:22px;font-size:15px;color:var(--muted);line-height:1.65}
.tool-fallback a{color:var(--yellow-deep);font-weight:700}
body.modal-open{overflow:hidden}
@media(min-width:760px){.modal-panel{padding:34px 34px 38px;margin:36px auto}}

/* ── Cookie banner (unchanged behaviour, restyled to tokens) ── */
#ejs-cookie{display:none;position:fixed;left:0;right:0;bottom:0;z-index:1300;background:var(--ink-raised);color:var(--white);border-top:1px solid var(--ink-line)}
#ejs-cookie .in{max-width:var(--wrap);margin:0 auto;padding:16px 22px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px}
#ejs-cookie p{font-size:13.5px;line-height:1.55;color:var(--muted-dark);flex:1 1 320px;margin:0}
#ejs-cookie a{color:var(--white)}
#ejs-cookie .btns{display:flex;gap:10px}
#ejs-cookie button{font-family:var(--fh);font-weight:800;font-size:14px;min-height:44px;padding:10px 22px;border-radius:var(--rl);cursor:pointer;border:0}
#ck-accept{background:var(--yellow);color:var(--ink)}
#ck-accept:hover{background:var(--yellow-hover)}
#ck-reject{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.55)}
#ck-reject:hover{border-color:var(--white)}
#ck-accept:focus-visible,#ck-reject:focus-visible{outline:3px solid var(--white);outline-offset:2px}

/* ── Scroll reveal ── */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease-out,transform .8s cubic-bezier(.22,1,.36,1)}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* ── Price card array diagrams ── */
.price-art{color:var(--muted);margin-bottom:14px}
.price-art svg{width:100%;max-width:150px;height:auto;display:block}

/* ── Kit illustrations ── */
.kit-card .ic svg{width:78px;height:auto}

/* ── Owning it well: tariff and usage section ── */
.tar-chart{display:flex;justify-content:center;margin:6px auto 44px}
.tar-chart svg{width:100%;max-width:560px;height:auto}
.tar-note{max-width:640px;margin:28px auto 0;text-align:center;font-size:13.5px;line-height:1.6;color:var(--muted-dark)}

/* ── Enquiry form component (from contact-enquiry.html 2026-07-24-B, ids namespaced enq*) ── */
.wrap{max-width:540px;margin:0 auto}

.enq-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--rxl);
  padding:26px 24px 24px;box-shadow:0 10px 30px rgba(18,18,18,.05)}
.enq-head{margin-bottom:20px}
.enq-eyebrow{font-family:var(--fh);font-size:11px;font-weight:800;letter-spacing:.12em;
  text-transform:uppercase;color:var(--gd);margin-bottom:8px}
.enq-title{font-family:var(--fd);font-size:26px;font-weight:800;line-height:1.15;color:var(--forest)}
.enq-sub{font-size:14px;color:var(--muted);margin-top:8px;line-height:1.5}

.row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:440px){.row2{grid-template-columns:1fr}}

.field{margin-bottom:16px}
.flbl{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:var(--forest);margin-bottom:7px}
.irow{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--rmd);
  overflow:hidden;transition:border-color .15s,box-shadow .15s;background:var(--white)}
.irow:focus-within{border-color:var(--forest);box-shadow:0 0 0 3px rgba(18,18,18,.07)}
.irow.err{border-color:#c62828}
.irow input,.irow textarea{flex:1;border:none;outline:none;padding:0 13px;font-size:15px;
  font-family:var(--fb);font-weight:500;color:var(--forest);height:46px;background:transparent;min-width:0}
.irow textarea{height:auto;padding:12px 13px;resize:vertical;min-height:92px;line-height:1.5}
.irow input::placeholder,.irow textarea::placeholder{color:#b0b8b0;font-weight:400}
.hint{font-size:12px;color:var(--muted);margin-top:6px;min-height:1em}

/* postcode + button */
.pc-row{display:flex;gap:8px;align-items:stretch}
.pc-row .irow{flex:1;min-width:0}
.pc-row .irow input{text-transform:uppercase;letter-spacing:.04em}
.pc-go{flex-shrink:0;height:46px;padding:0 18px;border:none;border-radius:var(--rmd);
  background:var(--forest);color:var(--white);font-family:var(--fh);font-size:14px;font-weight:700;
  cursor:pointer;transition:opacity .15s,transform .1s;white-space:nowrap}
.pc-go:hover{opacity:.88}
.pc-go:active{transform:translateY(1px)}
@media(max-width:440px){.pc-row{flex-direction:column}.pc-go{width:100%}}

.pc-status{font-size:12.5px;margin-top:8px;min-height:1em;color:var(--muted)}
.pc-status.ok{color:#2e7d32}
.pc-status.err{color:#c62828}

.addr-list{display:flex;flex-direction:column;gap:6px}
.addr-list:not(:empty){margin-top:10px}
.addr-row{display:flex;align-items:center;gap:10px;width:100%;text-align:left;
  border:1.5px solid var(--border);border-radius:var(--rmd);background:var(--white);
  padding:12px 14px;cursor:pointer;font-family:var(--fb);font-size:14px;font-weight:500;
  color:var(--forest);line-height:1.35;transition:border-color .15s,background .15s,box-shadow .15s}
.addr-row:hover{border-color:var(--forest);background:var(--off)}
.addr-txt{flex:1;min-width:0}
.addr-chev{flex-shrink:0;color:var(--muted);font-size:19px;line-height:1}
.addr-none{justify-content:center;font-weight:600;color:var(--muted);border-style:dashed}
.addr-none:hover{color:var(--forest)}

/* selected address chip */
.addr-picked{display:flex;align-items:flex-start;gap:11px;border:1.5px solid var(--forest);
  border-radius:var(--rlg);background:rgba(18,18,18,.03);padding:13px 14px;margin-top:10px}
.addr-picked-ic{flex-shrink:0;margin-top:1px;color:var(--gd)}
.addr-picked-txt{flex:1;font-size:14px;font-weight:600;color:var(--forest);line-height:1.4}
.addr-picked-change{background:none;border:none;color:var(--gd);font-family:var(--fh);
  font-size:12.5px;font-weight:700;cursor:pointer;padding:0;margin-top:4px}
.addr-picked-change:hover{text-decoration:underline}

/* consent */
.consent-row{display:flex;align-items:flex-start;gap:11px;cursor:pointer;margin-top:6px;margin-bottom:18px;
  padding:13px 14px;border:1.5px solid var(--border);border-radius:var(--rlg);
  transition:border-color .15s,background .15s}
.consent-row:hover{border-color:var(--forest)}
.consent-row.err{border-color:#c62828;background:rgba(198,40,40,.03)}
.consent-row input{margin-top:2px;width:18px;height:18px;flex-shrink:0;accent-color:var(--forest);cursor:pointer}
.consent-row span{font-size:12.5px;color:var(--muted);line-height:1.5}

.submit-btn{width:100%;height:52px;border:none;border-radius:var(--rmd);background:var(--forest);
  color:var(--white);font-family:var(--fh);font-size:16px;font-weight:700;cursor:pointer;
  transition:opacity .15s,transform .1s}
.submit-btn:hover{opacity:.9}
.submit-btn:active{transform:translateY(1px)}
.submit-btn:disabled{opacity:.6;cursor:default}
.legal{font-size:11.5px;color:var(--muted);text-align:center;margin-top:14px;line-height:1.5}

.shake{animation:shk .4s}
@keyframes shk{10%,90%{transform:translateX(-1px)}20%,80%{transform:translateX(2px)}
  30%,50%,70%{transform:translateX(-4px)}40%,60%{transform:translateX(4px)}}

/* success */
.enq-done{display:none;text-align:center;padding:22px 10px 12px}
.enq-done.on{display:block}
.enq-done-ic{width:58px;height:58px;margin:0 auto 16px;border-radius:50%;
  background:var(--gp);display:flex;align-items:center;justify-content:center;color:var(--gd)}
.enq-done-h{font-family:var(--fd);font-size:23px;font-weight:800;margin-bottom:8px}
.enq-done-p{font-size:14px;color:var(--muted);line-height:1.55;max-width:36ch;margin:0 auto}
.enq-form.hide{display:none}

/* ── Modal-scoped fits for the mounted calculator ── */
#ejs-calc-mount .calc-zone{margin-top:0;padding:0 0 8px}
#ejs-calc-mount .calc-zone-in{max-width:none}

/* ── CTA inversion inside the tools: ink fill, yellow label on the light card,
   matching every other light-ground CTA on the page. Scoped, zero edits to the
   tool files; delete this block to restore the tools' original yellow fill. ── */
#ejs-calc-mount .btn-next{background:var(--forest);color:var(--green)}
#ejs-calc-mount .btn-next:hover{filter:none;background:#16504E}
#ejs-enquiry-mount .submit-btn{color:var(--green)}

/* ── Calculator guide-price footnote: small, quiet, still legible ── */
#ejs-calc-mount .calc-note{font-size:12.5px;line-height:1.55;color:var(--muted);max-width:560px;margin:12px auto 0;text-align:center}

/* ── Address picker: collapse to the chosen address, tap it to change ── */
#ejs-calc-mount #addrList.picked .addr-row:not(.on){display:none}
#ejs-calc-mount #addrList.picked::after{content:"Tap your address if you need to change it";display:block;text-align:center;font-size:12.5px;color:var(--muted);padding:10px 0 2px}
/* Calculator modal head is just the close button now */
#modal-calculator .modal-head{justify-content:flex-end;margin-bottom:6px}

/* ── Accreditation reel ── */
.acc-track{display:flex;justify-content:center}
.acc-set{display:flex;flex-wrap:wrap;justify-content:center;gap:26px 44px}
.acc-dup{display:none}
@media(max-width:760px){
  .acc-in{overflow:hidden}
  .acc-track{justify-content:flex-start;width:max-content;animation:accreel 28s linear infinite}
  .acc-set{flex-wrap:nowrap;gap:0}
  .acc-set .acc-item{margin-right:44px}
  .acc-dup{display:flex}
}
@keyframes accreel{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){
  .acc-track{animation:none}
  @media(max-width:760px){.acc-in{overflow-x:auto;-webkit-overflow-scrolling:touch}}
}

/* ── Section CTAs ── */
.sec-cta{text-align:center;margin-top:36px}

/* ── Mobile nav hide on scroll ── */
@media(max-width:760px){
  .site-nav{transition:transform .28s ease}
  .site-nav.nav-hide{transform:translateY(-100%)}
}

/* ── Mobile header: centred logo only ── */
@media(max-width:760px){
  .site-nav .nav-right{display:none}
  .site-nav .nav-in{justify-content:center}
}

/* ── Anchored landings clear the sticky header ── */
.sec[id],.acc[id]{scroll-margin-top:76px}
