/* Base responsive defaults - see lib/build.ts */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-wrap: break-word; }
img, picture, video, canvas, svg, iframe { max-width: 100%; height: auto; }
table { max-width: 100%; }
pre { overflow-x: auto; }
input, button, textarea, select { font: inherit; max-width: 100%; }
/* 16px minimum stops mobile Safari zooming in when a field takes focus. */
input, textarea, select { font-size: max(1rem, 16px); }

*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Segoe UI',Helvetica,Arial,sans-serif;color:#2f3b2f;background:#fbf7ec;line-height:1.6;font-size:1rem;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:#3d7a3d}h1,h2,h3{font-family:'Segoe UI',Helvetica,Arial,sans-serif;line-height:1.2;color:#2e5d2e}.site-header{position:sticky;top:0;z-index:100;background:#fbf7ec;border-bottom:3px solid #4a8a4a;box-shadow:0 2px 6px rgba(0,0,0,.08)}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;flex-wrap:wrap;padding:.4rem .8rem;gap:.5rem}.logo-link{flex:0 0 auto}.logo{height:52px;width:auto}.nav-toggle{display:none}.nav-toggle-label{margin-left:auto;display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;cursor:pointer;padding:8px}.nav-toggle-label span{display:block;height:3px;width:100%;background:#2e5d2e;border-radius:2px}.main-nav{flex-basis:100%;display:none}.nav-toggle:checked~.main-nav{display:block}.main-nav ul{list-style:none;display:flex;flex-direction:column}.main-nav a{display:block;padding:.85rem .5rem;text-decoration:none;color:#2e5d2e;font-weight:600;border-top:1px solid #e3ddc9}.main-nav a:hover{color:#e0725c}@media(min-width:48em){.nav-toggle-label{display:none}.main-nav{display:block!important;flex-basis:auto;margin-left:auto}.main-nav ul{flex-direction:row}.main-nav a{border-top:none;padding:.75rem .9rem}.logo{height:60px}}.hero{background:linear-gradient(rgba(46,93,46,.55),rgba(46,93,46,.55)),url('images/80ede690-b2e9-4b6e-ad83-b4bd25b18a8b.jpg');background-size:cover;background-position:center;color:#fff;text-align:center;padding:3rem 1.2rem}.hero h1{color:#fff;font-size:clamp(1.9rem,6vw,3.4rem);text-shadow:0 2px 6px rgba(0,0,0,.4)}.hero p{font-size:clamp(1.1rem,3vw,1.5rem);margin:1rem auto;max-width:600px;text-shadow:0 1px 4px rgba(0,0,0,.4)}.btn{display:inline-block;background:#e0725c;color:#fff;text-decoration:none;font-weight:700;padding:.85rem 1.6rem;border-radius:30px;margin-top:.6rem;min-height:44px}.btn:hover{background:#c85a45}.btn-green{background:#4a8a4a}.btn-green:hover{background:#3a6f3a}section{padding:2.2rem 1.2rem}.wrap{max-width:1100px;margin:0 auto}.section-title{text-align:center;font-size:clamp(1.6rem,4.5vw,2.4rem);margin-bottom:1.4rem}.award-banner{background:#4a8a4a;color:#fff;text-align:center;padding:1rem;font-weight:600;font-size:1.1rem}.grid{display:grid;gap:1.2rem;grid-template-columns:1fr}@media(min-width:40em){.grid-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:56em){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.card{background:#fff;border:1px solid #e3ddc9;border-radius:12px;padding:1.3rem;box-shadow:0 2px 5px rgba(0,0,0,.05)}.card h3{margin-bottom:.5rem;color:#e0725c}.feature-img{border-radius:12px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.12)}.split{display:grid;gap:1.6rem;grid-template-columns:1fr;align-items:center}@media(min-width:48em){.split{grid-template-columns:1fr 1fr}}.split p{margin-bottom:1rem}.alt-bg{background:#eef3e6}.pill-list{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.pill-list li{background:#4a8a4a;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.contact-info{list-style:none;font-size:1.1rem}.contact-info li{margin-bottom:1rem;padding:.4rem 0}.contact-info a{font-weight:700}.center{text-align:center}.mt{margin-top:1.4rem}.site-footer{background:#2e5d2e;color:#e8efe0;padding:2rem 1.2rem 1rem;margin-top:2rem}.footer-inner{max-width:1100px;margin:0 auto;display:grid;gap:1.6rem;grid-template-columns:1fr}@media(min-width:48em){.footer-inner{grid-template-columns:repeat(3,1fr)}}.footer-col h3{color:#fff;margin-bottom:.6rem}.footer-col ul{list-style:none}.footer-col a{color:#cfe0c4;text-decoration:none;display:inline-block;padding:.35rem 0}.footer-col a:hover{color:#fff}.award{margin-top:.6rem;font-weight:700;color:#ffd77a}.copyright{text-align:center;margin-top:1.6rem;padding-top:1rem;border-top:1px solid #4a8a4a;font-size:.9rem;color:#bcd0b0}