/* ============================================================
   CleanCounts brand type — Poppins (headings/body), JetBrains Mono
   (utility/tabular, not used by this stylesheet's selectors).
   Loaded via @import so no HTML changes are required.
   If self-hosting instead of Google Fonts, replace this import with:
     @font-face{font-family:'Poppins';src:url('/fonts/Poppins-Regular.woff2') format('woff2');font-weight:400;font-style:normal}
     @font-face{font-family:'Poppins';src:url('/fonts/Poppins-Medium.woff2') format('woff2');font-weight:500;font-style:normal}
     @font-face{font-family:'Poppins';src:url('/fonts/Poppins-SemiBold.woff2') format('woff2');font-weight:600;font-style:normal}
     @font-face{font-family:'Poppins';src:url('/fonts/Poppins-Bold.woff2') format('woff2');font-weight:700;font-style:normal}
     @font-face{font-family:'Poppins';src:url('/fonts/Poppins-ExtraBold.woff2') format('woff2');font-weight:800;font-style:normal}
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root{
/* Navy — structural anchor (exact brand hexes) */
--navy:#1C334B;--navy2:#2C486A;--navy-deep:#16263A;
/* Slate — muted / supporting */
--slate:#99AABE;--slate-text:#5D7185;
/* Ink / surfaces */
--ink:#16263A;--bg:#FBF7EF;--alt:#F6EFE1;
/* Signature tri-color bar (official brand hexes) */
--electric:#5EC6F1;--thermal:#FF8D64;--biogas:#87DCBB;
/* Hairlines, status, neutrals */
--line:#D7DEE6;--check:#2F9E6B;--white:#fff;
/* Soft section fill (brand mint tint — closest official value to a warm neutral; CleanCounts has no beige in-palette) */
--beige:#F7F1E4;
--brand-orange:#FFAA00;--brand-orange-dark:#E29500;--brand-blue:#77B2F4;--orange-tint:#FFF4DC;
/* Earthy green accent (brand mint, deeper shade) */
--earthy:#BDECDA;
/* Orange-family accents (brand coral, closest official value — CleanCounts has no true orange) */
--o100:#FFEEE5;--o200:#FFC2A8;--o300:#FFA884;
/* Purple / teal / blue accents, from official brand scale */
--purple:#B7A5D0;--teal:#54BD91;--blue:#5EC6F1;
/* Navy-tinted elevation (brand rule: never pure black) */
--shadow-xs:0 1px 2px rgba(28,51,75,.06);
--shadow-sm:0 1px 3px rgba(28,51,75,.08),0 1px 2px rgba(28,51,75,.06);
--shadow-md:0 4px 12px rgba(28,51,75,.10),0 2px 4px rgba(28,51,75,.06);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Poppins",-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;font-size:16.5px}
a{color:var(--navy);text-decoration:none}
a:hover{color:var(--navy2)}
img{max-width:100%;display:block}
.wrap{max-width:1100px;margin:0 auto;padding:0 24px}
/* header */
header{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.hrow{display:flex;align-items:center;gap:28px;height:66px}
.logo{display:flex;align-items:center}
.logo img{height:34px;width:auto;display:block}
.logo .dots{display:inline-flex;gap:3px}
.logo .dots i{width:8px;height:8px;border-radius:50%}
.logo .dots i:nth-child(1){background:var(--electric)}.logo .dots i:nth-child(2){background:var(--thermal)}.logo .dots i:nth-child(3){background:var(--biogas)}
nav{display:flex;gap:6px;flex:1}
nav .top{position:relative}
nav .top>a{display:block;padding:22px 12px;font-weight:600;font-size:14.5px;color:var(--navy)}
nav .menu{display:none;position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--line);border-radius:12px;min-width:230px;padding:8px;box-shadow:var(--shadow-md)}
nav .top:hover .menu,nav .top:focus-within .menu{display:block}
nav .menu a{display:block;padding:9px 12px;border-radius:8px;font-size:14.5px}
nav .menu a:hover{background:var(--alt)}
.hbtns{display:flex;gap:10px;align-items:center}
.btn{display:inline-block;padding:10px 18px;border-radius:8px;font-weight:700;font-size:14.5px;border:2px solid var(--brand-orange);background:var(--brand-orange);color:var(--navy)}
.btn.solid{background:var(--navy);color:#fff}
.btn.solid:hover{background:var(--navy2)}
.btn:hover{background:var(--brand-orange-dark);border-color:var(--brand-orange-dark)}
/* signature count-bar */
.countbar{height:4px;background:linear-gradient(90deg,var(--electric) 0 33.3%,var(--thermal) 33.3% 66.6%,var(--biogas) 66.6% 100%);border-radius:2px}
/* full-bleed hero */
.hero{position:relative;overflow:hidden;color:#fff;min-height:560px;display:flex;align-items:center}
.hero .bg{position:absolute;inset:0}
.hero .bg img{width:100%;height:100%;object-fit:cover;display:block}
.hero .bg::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(14,28,43,.88),rgba(28,51,75,.62) 55%,rgba(14,28,43,.46))}
.hero .wrap{position:relative;z-index:1;padding-top:70px;padding-bottom:70px}
.hero h1{font-size:52px;line-height:1.08;letter-spacing:-1.4px;color:#fff;max-width:820px;font-weight:800}
.hero .sub{margin-top:20px;font-size:19.5px;max-width:740px;color:#DDE6EF}
.hero .cta{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap}
.hero .btn{border-color:var(--brand-orange);color:var(--navy)}
.hero .btn.solid{background:#fff;color:var(--navy);border-color:#fff}
.hero .countbar{width:180px;margin-top:26px}
.pagehero{padding:48px 0 6px}
.pagehero h1{font-size:40px;letter-spacing:-1px;color:var(--navy);line-height:1.12;font-weight:800;max-width:840px}
.pagehero .sub{margin-top:14px;font-size:18px;max-width:780px;margin-bottom:8px}
.eyebrow{font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--slate-text);margin-bottom:12px}
/* the hero sits on a dark image, so the eyebrow needs a light value there */
.hero .eyebrow{color:#C6D2DF}
/* muted moving image stand-in */
.mutedmedia{margin-top:44px;border-radius:22px;height:240px;position:relative;overflow:hidden}
.mutedmedia img{width:100%;height:100%;object-fit:cover;display:block}
.mutedmedia::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(28,51,75,.72),rgba(28,51,75,.42) 55%,rgba(28,51,75,.58))}
.imgband{border-radius:22px;overflow:hidden;margin:6px 0 10px}
.imgband img{width:100%;max-height:340px;object-fit:cover;display:block}
/* proof band */
.proof{background:var(--navy);color:#fff;padding:30px 0;position:relative;overflow:hidden}
.proof::after{content:"";position:absolute;right:-70px;top:-90px;width:300px;height:300px;border-radius:50%;
border:2px solid rgba(255,255,255,.10);box-shadow:0 0 0 34px rgba(255,255,255,.05),0 0 0 72px rgba(255,255,255,.03)}
.proof .row{display:flex;flex-wrap:wrap}
.proof .stat{flex:1 1 190px;padding:8px 22px;border-left:1px solid rgba(255,255,255,.18)}
.proof .stat:first-child{border-left:none}
.proof b{display:block;font-size:21px;letter-spacing:-.4px;font-weight:800}
.proof span{font-size:12.5px;color:#AEBDCE;text-transform:uppercase;letter-spacing:.08em}
/* sections */
section{padding:42px 0}
section.alt{background:var(--beige)}
h2.sec{font-size:30px;color:var(--navy);letter-spacing:-.6px;margin-bottom:14px;font-weight:700}
.lead{font-size:17.5px;max-width:820px}
.cols{display:grid;gap:22px;margin-top:30px}
.cols.c3{grid-template-columns:repeat(3,1fr)}
.cols.c4{grid-template-columns:repeat(4,1fr)}
.cols.c2{grid-template-columns:repeat(2,1fr)}
.card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:24px;display:flex;flex-direction:column;box-shadow:var(--shadow-xs)}
.card .bar{height:4px;border-radius:2px;margin-bottom:16px}
.card h2,.card h3{color:var(--navy);font-size:18.5px;margin-bottom:8px;letter-spacing:-.3px;font-weight:600}
.card p{font-size:15px}
.card a.more{display:inline-block;margin-top:auto;padding-top:14px;font-weight:600;font-size:14px}
.card img.thumb{width:100%;height:150px;object-fit:cover;border-radius:12px;margin-bottom:14px}
.bar.electric{background:var(--electric)}.bar.thermal{background:var(--thermal)}.bar.biogas{background:var(--biogas)}.bar.slate{background:var(--slate)}
/* tables */
.tbl{width:100%;border-collapse:collapse;font-size:14px;background:var(--white);border-radius:16px;overflow:hidden;border:1px solid var(--line)}
.tblwrap{overflow-x:auto;border-radius:16px;margin:22px 0 8px}
.tbl td,.tbl th{padding:11px 10px;text-align:center;border-top:1px solid var(--line);vertical-align:middle}
.tbl tr:first-child td,.tbl tr:first-child th{border-top:none}
.tbl .h{background:var(--navy);color:#fff;font-weight:700}
.tbl .lbl{background:var(--navy);color:#fff;text-align:left;font-weight:700;width:22%}
.tbl .div{background:var(--navy);color:#fff;font-weight:700}
.tbl .chk{color:var(--check);font-weight:800;font-size:16px}
.tbl .dash{color:#9FB0C0}
.tbl .price{font-size:17px;font-weight:700;color:var(--navy)}
.tbl sup{font-size:10px}
.notes{margin-top:26px;border-top:2px solid var(--line);padding-top:16px}
.notes h4{color:var(--navy);margin-bottom:10px;font-weight:600}
.notes p{font-size:13.5px;color:#4A5B6D;margin-bottom:7px}
.notes b{color:var(--navy)}
/* misc blocks */
.placeholder{border:2px dashed var(--slate);border-radius:16px;padding:38px 24px;text-align:center;color:#5D7185;background:rgba(153,170,190,.07);margin:26px 0}
.placeholder b{display:block;color:var(--navy);margin-bottom:4px}
.notice{background:var(--o100);border:1px solid var(--o200);border-radius:12px;padding:16px 18px;margin:14px 0;font-size:15px}
.steps{counter-reset:s;margin-top:26px;display:grid;gap:16px}
.step{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:20px 22px;display:flex;gap:18px;align-items:flex-start;box-shadow:var(--shadow-xs)}
.step::before{counter-increment:s;content:counter(s);font-weight:800;font-size:20px;color:#fff;background:var(--navy);border-radius:10px;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center}
.teamgrid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin-top:30px}
.tcard{background:var(--white);border:1px solid var(--line);border-radius:16px;overflow:hidden;text-align:center;padding-bottom:16px;box-shadow:var(--shadow-xs)}
.tcard img{width:92%;aspect-ratio:1/1;object-fit:cover;display:block;margin:14px auto 0;border-radius:12px}
.tcard h2,.tcard h3{font-size:15.5px;color:var(--navy);margin:12px 8px 2px;font-weight:600}
.tcard p{font-size:11.5px;color:#5D7185;margin:0 8px 8px;min-height:36px}
.tcard a{font-size:12.5px;font-weight:600;display:block}
.photoband{border-radius:22px;overflow:hidden;margin:26px 0 8px}
.caption{font-size:13px;color:#5D7185;text-align:center;margin-top:8px}
.docrow{display:flex;justify-content:space-between;gap:14px;background:var(--white);border:1px solid var(--line);border-radius:12px;padding:14px 18px;margin-bottom:10px;align-items:center}
.docrow .t b{color:var(--navy);font-size:15px}
.docrow .t p{font-size:13px;color:#5D7185}
.pill{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--navy);background:var(--white);margin-right:8px}
.pill.on{background:var(--navy);color:#fff;border-color:var(--navy)}
.newsgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px}

/* ---- standardized news blocks + reading modal (Blog / Press Releases / Release Notes) ---- */
.nblist{display:flex;flex-direction:column;gap:14px;margin-top:26px}
.nblock{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:22px 24px;box-shadow:var(--shadow-xs);cursor:pointer;text-align:left;width:100%;display:block;font-family:inherit}
.nblock:hover{border-color:var(--electric);box-shadow:0 4px 14px rgba(94,198,241,.18)}
.nblock:focus-visible{outline:2px solid var(--electric);outline-offset:2px}
.nblock .nbdate{font-size:12.5px;color:var(--slate-text);font-weight:600;letter-spacing:.03em;text-transform:uppercase}
.nblock h3{margin-top:6px;font-size:19px;color:var(--navy);line-height:1.3}
.nblock .nbteaser{margin-top:6px;font-size:14.5px;color:#5D7185;line-height:1.5}
.nbempty{font-size:15px;color:#5D7185;background:var(--bg);border:1px dashed var(--line);border-radius:12px;padding:24px;margin-top:26px}

.nbmodal-overlay{display:none;position:fixed;inset:0;background:rgba(22,38,58,.55);z-index:200;padding:32px 16px;overflow-y:auto}
.nbmodal-overlay.open{display:block}
.nbmodal{background:var(--white);max-width:720px;margin:0 auto;border-radius:16px;padding:36px 40px 44px;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.nbmodal .nbclose{position:absolute;top:18px;right:18px;width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:var(--white);font-size:18px;line-height:1;cursor:pointer;color:var(--navy)}
.nbmodal .nbclose:hover{background:var(--bg)}
.nbmodal .nbdate{font-size:13px;color:var(--slate-text);font-weight:600;letter-spacing:.03em;text-transform:uppercase}
.nbmodal h2{margin-top:8px;font-size:26px;color:var(--navy);line-height:1.25;padding-right:30px}
.nbmodal .nbbody{margin-top:18px}
.nbmodal .nbbody p{font-size:15.5px;line-height:1.65;color:#26374A;margin-top:14px}
.nbmodal .nbbody p:first-child{margin-top:0}
.nbmodal .nbbody h4{font-size:15.5px;color:var(--navy);margin-top:22px;letter-spacing:.01em}
.nbmodal .nbbody h4:first-child{margin-top:0}
.nbmodal .nbbody ul{margin-top:10px;padding-left:20px}
.nbmodal .nbbody li{font-size:15.5px;line-height:1.6;color:#26374A;margin-top:6px}
@media(max-width:640px){.nbmodal{padding:28px 22px 32px}.nbmodal h2{font-size:21px}}

/* footer */
footer{background:var(--navy);color:#C6D2DF;margin-top:40px;padding:46px 0 30px;font-size:14px}
footer .grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}
footer h2,footer h4{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;font-weight:600}
footer a{color:#C6D2DF;display:block;padding:3px 0}
footer a:hover{color:#fff}
footer .legal{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:18px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:#94A6B9}
/* preview ribbon */
.ribbon{position:fixed;left:14px;bottom:14px;z-index:99;background:var(--thermal);color:#4A2413;font-weight:800;font-size:12px;padding:8px 14px;border-radius:999px;box-shadow:0 4px 14px rgba(28,51,75,.28)}
.ribbon a{color:#4A2413;text-decoration:underline}
@media(max-width:1100px){.teamgrid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.cols.c3,.cols.c4{grid-template-columns:1fr 1fr}.teamgrid{grid-template-columns:repeat(2,1fr)}.newsgrid{grid-template-columns:1fr}footer .grid{grid-template-columns:1fr 1fr}.hero h1{font-size:38px}}
@media(max-width:600px){.cols.c3,.cols.c4,.cols.c2{grid-template-columns:1fr}.proof .stat{flex:1 1 45%;border-left:none}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* ---- accessibility: bypass blocks and visible keyboard focus ---- */
.skiplink{position:absolute;left:-9999px;top:0;z-index:999;background:var(--navy);color:#fff;
  padding:12px 20px;border-radius:0 0 8px 0;font-weight:700;font-size:15px;text-decoration:none}
.skiplink:focus{left:0}
/* every interactive element gets a clearly visible ring; navy on light, white on dark */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,
textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{
  outline:3px solid var(--navy);outline-offset:2px;border-radius:3px}
.hero a:focus-visible,.hero button:focus-visible,
footer a:focus-visible,footer button:focus-visible,
header a:focus-visible,header button:focus-visible{outline-color:#fff}
main:focus{outline:none}

/* ---- warm-70 revision additions ---- */
.hero .kicker{font-size:15px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-orange);margin-bottom:14px}
.hero .bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0}
.hero .bg::after{z-index:1}
@media (prefers-reduced-motion:reduce){.hero .bg video{display:none}}
.heroicon{width:58px;height:58px;display:block;margin-bottom:12px}
.card img.cicon{width:56px;height:56px;display:block;margin-bottom:12px}
header .tel{font-weight:600;font-size:14.5px;color:var(--navy);white-space:nowrap;padding:10px 10px 10px 0;margin-right:4px}
header .tel:hover{color:var(--navy2)}
footer .fcontact{margin-top:14px;font-size:14px;color:#C6D2DF;line-height:1.7}
footer .fcontact a{display:inline;padding:0;color:#C6D2DF}
footer .fcontact a:hover{color:#fff}
footer .liicon{display:inline-flex;align-items:center;gap:8px;margin-top:4px}
footer .liicon svg{width:22px;height:22px;fill:#C6D2DF}
footer .liicon:hover svg{fill:#fff}
.mission-band{position:relative}
.mission-band .imgband img{max-height:400px}
.mission-quote{font-size:22px;line-height:1.5;color:var(--navy);font-weight:600;max-width:760px;margin-top:18px}
.boardgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;margin-top:22px}
.bcard{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:20px 22px;box-shadow:var(--shadow-xs)}
.bcard h3{font-size:17px;color:var(--navy);margin-bottom:2px}
.bcard .org{font-size:14px;color:var(--slate-text);font-weight:600;margin-bottom:10px}
.bcard dl{font-size:13.5px;color:var(--slate-text);line-height:1.55}
.bcard dt{display:inline;font-weight:600;color:var(--navy2)}
.bcard dd{display:inline;margin:0}
.bcard .role{display:inline-block;background:var(--orange-tint);border:1px solid var(--brand-orange);color:var(--navy);font-size:12px;font-weight:700;border-radius:999px;padding:2px 10px;margin-bottom:8px}

/* ---- mobile navigation (v66) ---- */
.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:12px;background:var(--white);align-items:center;justify-content:center;cursor:pointer;margin-left:auto;padding:0}
.menu-toggle svg{width:24px;height:24px;stroke:var(--navy);stroke-width:2.2;stroke-linecap:round;fill:none}
.mnav{display:none;position:fixed;top:66px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--line);box-shadow:var(--shadow-md);padding:18px 24px 6px;max-height:calc(100vh - 66px);overflow:auto;z-index:60}
.mnav.open{display:block}
.mnav .mbtns{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-bottom:18px;border-bottom:1px solid #EEF2F6}
.mnav .mbtns .btn{text-align:center;padding:13px 10px;font-size:15.5px}
.mnav .mbtns .btn.solid{border-color:var(--brand-orange)}
.mnav .grp{border-bottom:1px solid #EEF2F6}
.mnav .grp>button{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:0;padding:19px 2px;font-family:inherit;font-weight:700;font-size:19px;color:var(--navy);cursor:pointer;text-align:left}
.mnav .grp .ind{color:#8FA0B4;font-weight:600;font-size:21px;line-height:1}
.mnav .grp .sub{display:none;padding:2px 2px 16px}
.mnav .grp.open .sub{display:block}
.mnav .grp .sub a{display:block;padding:11px 0;font-size:16.5px;color:var(--navy2)}
@media(max-width:960px){header nav{display:none}header .hbtns{display:none}.menu-toggle{display:flex}}
