:root{
  --green-deep:#1E4D34; --green-deeper:#163b28; --green:#2C6E49; --green-light:#3E9366;
  --bone:#F8F8F6; --bone-dim:#ECEAE3; --sage:#7D8782; --ink:#232323;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Montserrat',sans-serif;background:var(--bone);color:var(--ink);line-height:1.7;-webkit-font-smoothing:antialiased;}
.bebas{font-family:'Bebas Neue','Montserrat',sans-serif;font-weight:400;letter-spacing:.01em;line-height:.95;}

/* NAV */
.bnav{position:sticky;top:0;z-index:50;background:rgba(30,77,52,.96);backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(248,248,246,.08);padding:14px 6vw;display:flex;justify-content:space-between;align-items:center;}
.bnav .logo{display:flex;align-items:center;gap:12px;text-decoration:none;}
.bnav .logo img{height:38px;width:38px;object-fit:contain;}
.bnav .logo span{font-family:'Bebas Neue',sans-serif;font-size:25px;color:var(--bone);letter-spacing:.10em;}
.bnav a.back{color:var(--bone);text-decoration:none;font-size:14px;font-weight:500;opacity:.85;}
.bnav a.back:hover{opacity:1;}
.bnav .cta{background:var(--green);color:var(--bone);padding:9px 20px;border-radius:8px;font-size:13.5px;font-weight:600;text-decoration:none;letter-spacing:.03em;transition:background .2s;}
.bnav .cta:hover{background:var(--green-light);}

/* ARTICLE */
.wrap{max-width:760px;margin:0 auto;padding:0 24px;}
.art-hero{background:linear-gradient(160deg,var(--green-deep),var(--green-deeper));color:var(--bone);padding:70px 6vw 60px;}
.art-hero .wrap{max-width:820px;}
.cat{color:var(--green-light);font-size:13px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;}
.art-hero h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(38px,6vw,66px);line-height:.98;letter-spacing:.01em;text-transform:uppercase;margin-bottom:20px;}
.art-meta{font-size:13.5px;color:rgba(248,248,246,.65);display:flex;gap:16px;flex-wrap:wrap;}
.art-meta span::before{content:'·';margin-right:16px;color:var(--green-light);}
.art-meta span:first-child::before{content:'';margin:0;}

article{padding:56px 0 40px;}
article h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(26px,3.6vw,38px);color:var(--green-deep);letter-spacing:.01em;text-transform:uppercase;margin:44px 0 16px;line-height:1;}
article h3{font-size:20px;color:var(--green-deep);font-weight:700;margin:30px 0 10px;}
article p{font-size:17px;color:#333;margin-bottom:20px;}
article ul,article ol{margin:0 0 22px 22px;}
article li{font-size:17px;color:#333;margin-bottom:10px;}
article strong{color:var(--green-deep);font-weight:600;}
article a{color:var(--green);font-weight:600;}
.lead{font-size:19px;color:#2a2a2a;font-weight:500;margin-bottom:26px;}
.callout{background:#eef3ef;border:1px solid rgba(44,110,73,.18);border-radius:14px;padding:24px 28px;margin:28px 0;}
.callout p{margin:0;font-size:16px;color:#2a4a38;}
.callout p::before{content:'→ ';color:var(--green);font-weight:700;}
.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:30px 0;}
.fact{background:#fff;border:1px solid rgba(30,77,52,.08);border-radius:14px;padding:22px;text-align:center;}
.fact .n{font-family:'Bebas Neue',sans-serif;font-size:38px;color:var(--green);line-height:1;}
.fact span{font-size:12.5px;color:var(--sage);display:block;margin-top:6px;}
@media(max-width:560px){.facts{grid-template-columns:1fr;}}

/* CTA */
.art-cta{background:linear-gradient(150deg,var(--green),var(--green-deep));color:var(--bone);border-radius:20px;padding:44px 40px;text-align:center;margin:50px 0;}
.art-cta h3{font-family:'Bebas Neue',sans-serif;font-size:34px;letter-spacing:.02em;text-transform:uppercase;margin-bottom:12px;}
.art-cta p{color:rgba(248,248,246,.8);margin-bottom:24px;font-size:16px;}
.art-cta a{display:inline-block;background:var(--bone);color:var(--green-deep);padding:14px 32px;border-radius:9px;font-weight:600;text-decoration:none;letter-spacing:.03em;transition:transform .2s;}
.art-cta a:hover{transform:translateY(-2px);}

/* related / index cards */
.blog-hero{background:linear-gradient(160deg,var(--green-deep),var(--green-deeper));color:var(--bone);padding:90px 6vw 70px;text-align:center;}
.blog-hero .cat{display:inline-block;}
.blog-hero h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(44px,7vw,84px);text-transform:uppercase;letter-spacing:.01em;line-height:.95;margin-bottom:16px;}
.blog-hero p{color:rgba(248,248,246,.75);max-width:560px;margin:0 auto;font-size:17px;}
.grid{max-width:1080px;margin:0 auto;padding:70px 24px 90px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:26px;}
.card{background:#fff;border:1px solid rgba(30,77,52,.08);border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 18px rgba(30,77,52,.06);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;}
.card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(30,77,52,.14);}
.card .cimg{aspect-ratio:16/10;overflow:hidden;}
.card .cimg img{width:100%;height:100%;object-fit:cover;transition:transform .5s;}
.card:hover .cimg img{transform:scale(1.05);}
.card .cbody{padding:24px 24px 26px;}
.card .cat{color:var(--green);margin-bottom:10px;}
.card h2{font-family:'Bebas Neue',sans-serif;font-size:26px;color:var(--green-deep);text-transform:uppercase;letter-spacing:.01em;line-height:1;margin-bottom:10px;}
.card p{font-size:14.5px;color:#555;}

/* FOOTER */
footer{background:var(--green-deeper);color:rgba(248,248,246,.6);padding:50px 6vw 24px;text-align:center;font-size:14px;}
footer img{height:66px;margin-bottom:14px;}
footer a{color:rgba(248,248,246,.75);text-decoration:none;}
footer a:hover{color:var(--bone);}
.fbottom{margin-top:22px;font-size:13px;color:rgba(248,248,246,.4);}

/* RELATED ARTICLES */
.related-articles{background:#f8f8f6;border-top:1px solid rgba(30,77,52,.1);padding:50px 24px;margin:60px 0 0;text-align:center;}
.related-articles h3{font-family:'Bebas Neue',sans-serif;font-size:clamp(24px,4vw,32px);color:var(--green-deep);text-transform:uppercase;letter-spacing:.01em;margin-bottom:30px;}
.related-articles ul{list-style:none;max-width:600px;margin:0 auto;padding:0;}
.related-articles li{margin-bottom:14px;}
.related-articles a{display:inline-block;color:var(--green);font-size:16px;font-weight:600;text-decoration:none;padding:10px 0;border-bottom:2px solid transparent;transition:border-color .2s;}
.related-articles a:hover{border-bottom-color:var(--green);color:var(--green-deep);}

.wa{position:fixed;bottom:24px;right:24px;width:58px;height:58px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(0,0,0,.3);z-index:100;transition:transform .2s;}
.wa:hover{transform:scale(1.08);}
