
:root{--green:#006b42;--dark:#10241d;--soft:#f2f6f4;--line:#dce6e1}*{box-sizing:border-box}body{margin:0;font:15px/1.55 system-ui,-apple-system,Segoe UI,sans-serif;color:#13211b}a{color:var(--green);text-decoration:none}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}header{height:72px;border-bottom:1px solid var(--line);background:#fff}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:10px;align-items:center;color:var(--dark)}.brand img{width:46px;height:46px;object-fit:contain}.brand small,.brand b{display:block}nav{display:flex;gap:25px}nav a{color:#17241f;font-weight:650}.hero{min-height:290px;background-size:cover;background-position:center;display:flex;align-items:center;color:white}.hero-in{padding:42px 0}.hero h1{font-size:48px;line-height:1;margin:8px 0 14px}.btn{display:inline-block;background:var(--green);color:#fff;padding:11px 18px;border-radius:8px;font-weight:700}.section{padding:38px 0}.title-row{display:flex;align-items:center;justify-content:space-between}.title-row h2{font-size:32px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.card img{width:100%;height:185px;object-fit:cover}.card>div{padding:16px}.card h3{margin:6px 0;font-size:20px}.soft{background:var(--soft);padding:25px 0 38px}.lower{display:grid;grid-template-columns:1fr 1fr 1.55fr;gap:18px}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px}.row{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);color:#17241f}.date{min-width:46px;color:var(--green);font-weight:800}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.thumbs img{width:100%;height:80px;object-fit:cover;border-radius:8px}.thumbs span{font-size:12px;color:#17241f}.article{padding:48px 0;max-width:900px}.article h1{font-size:42px;line-height:1.1}.lead{width:100%;max-height:500px;object-fit:cover;border-radius:14px}.content{margin-top:24px;font-size:17px}.eyebrow{font-weight:800;color:var(--green);letter-spacing:.08em}.list-item{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line);color:#17241f}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.photo-grid img{width:100%;height:210px;object-fit:cover;border-radius:10px}footer{background:#00452f;color:#fff;margin-top:40px}.footer{padding:35px 0;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer a{color:#fff}@media(max-width:800px){nav{display:none}.cards,.lower{grid-template-columns:1fr}.hero h1{font-size:36px}.photo-grid{grid-template-columns:repeat(2,1fr)}}
