:root{--green:#5c9157;--deep:#345a35;--ink:#172019;--muted:#607064;--cream:#f4f5f1;--white:#fff;--line:#d8dfd6;--shadow:0 18px 50px rgba(27,58,31,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:#111;color:#fff;font-size:.92rem}.topbar .wrap{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar a{text-decoration:none}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{text-decoration:none;display:flex;flex-direction:column;line-height:1}.brand strong{font-family:Georgia,serif;font-size:1.65rem;color:var(--deep)}.brand small{margin-top:7px;color:var(--muted);letter-spacing:.08em}.nav{display:flex;align-items:center;gap:24px}.nav a{text-decoration:none;font-weight:700;font-size:.94rem}.nav a:hover,.nav a[aria-current="page"]{color:var(--green)}.nav-cta{background:var(--green);color:#fff!important;padding:12px 17px;border-radius:3px}.menu{display:none;border:0;background:none;font-size:1.5rem}.blog-hero{background:linear-gradient(120deg,rgba(24,51,27,.94),rgba(57,100,55,.88)),url('../c_1.webp') center/cover;color:#fff;padding:88px 0 82px}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;font-weight:800;color:#bdddac}.blog-hero h1{font-family:Georgia,serif;font-size:clamp(2.4rem,6vw,5rem);line-height:1.02;margin:12px 0 18px;max-width:850px}.blog-hero p{font-size:1.1rem;max-width:690px;color:#e5ede3}.section{padding:72px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:28px}.section-heading h2{font-family:Georgia,serif;font-size:clamp(1.8rem,4vw,3rem);margin:0}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.post-card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;min-width:0}.post-card img,.image-placeholder{width:100%;aspect-ratio:16/10;object-fit:cover;background:linear-gradient(135deg,#496f45,#86ab77)}.card-body{padding:24px;display:flex;flex-direction:column;flex:1}.post-date{font-size:.79rem;text-transform:uppercase;letter-spacing:.11em;color:var(--green);font-weight:800}.post-card h2,.post-card h3{font-family:Georgia,serif;line-height:1.18;margin:10px 0 12px;font-size:1.55rem}.post-card p{color:var(--muted);margin:0 0 20px}.read-more{margin-top:auto;color:var(--deep);font-weight:800;text-decoration:none}.read-more:hover{text-decoration:underline}.empty{background:#fff;border:1px solid var(--line);padding:40px;text-align:center}.article-hero{padding:70px 0 42px}.article-hero h1{font-family:Georgia,serif;font-size:clamp(2.3rem,6vw,4.7rem);line-height:1.05;margin:14px 0 18px;max-width:950px}.article-lead{font-size:1.16rem;color:var(--muted);max-width:760px}.article-image{width:min(1180px,calc(100% - 40px));margin:0 auto 48px;max-height:620px;object-fit:cover;aspect-ratio:16/8;border-radius:2px}.article-shell{display:grid;grid-template-columns:minmax(0,760px) 280px;gap:72px;align-items:start;padding-bottom:88px}.article-content{font-size:1.08rem}.article-content p{margin:0 0 1.4em}.article-content h2,.article-content h3{font-family:Georgia,serif;line-height:1.2;color:var(--deep);margin:2em 0 .65em}.article-content h2{font-size:2rem}.article-content h3{font-size:1.5rem}.article-content li{margin:.45em 0}.article-side{background:#fff;border-left:4px solid var(--green);padding:24px;position:sticky;top:110px}.article-side h2{font-family:Georgia,serif;margin-top:0}.button{display:inline-block;background:var(--green);color:#fff;text-decoration:none;font-weight:800;padding:13px 18px;border-radius:2px}.site-footer{background:#142116;color:#dce6dc;padding:42px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:24px}.site-footer a{color:#fff}.back{display:inline-flex;margin-bottom:20px;color:var(--deep);font-weight:800;text-decoration:none}.pager{display:flex;justify-content:center;margin-top:34px}.pager a,.pager span{padding:10px 14px;background:#fff;border:1px solid var(--line);text-decoration:none}.pager .active{background:var(--deep);color:#fff}.not-found{text-align:center;padding:120px 20px}.not-found h1{font-family:Georgia,serif;font-size:4rem;margin:0}
@media(max-width:850px){.menu{display:block}.nav{display:none;position:absolute;left:0;right:0;top:84px;background:#fff;padding:22px 20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav.open{display:flex}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-shell{grid-template-columns:1fr;gap:30px}.article-side{position:static}.topbar .wrap span{display:none}}
@media(max-width:580px){.wrap{width:min(100% - 28px,1180px)}.post-grid{grid-template-columns:1fr}.blog-hero{padding:65px 0}.section{padding:52px 0}.section-heading{align-items:start;flex-direction:column}.article-hero{padding-top:48px}.article-image{width:calc(100% - 28px);aspect-ratio:4/3}.footer-inner{align-items:flex-start;flex-direction:column}}
