:root{--green:#74C043;--green-d:#5da532;--text:#404040;--ink:#000;--maxw:1160px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;font-size:14px;color:var(--text);background:#fff;line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--green-d);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{color:var(--ink);font-weight:600;line-height:1.25;margin-bottom:.6em}h1{font-size:30px}h2{font-size:22px}h3{font-size:19px}p{margin-bottom:1rem}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}.btn{display:inline-block;background:var(--green);color:#fff;padding:12px 26px;border-radius:6px;font-weight:600;border:0;cursor:pointer}.btn:hover{background:var(--green-d);text-decoration:none}.section{padding:48px 0}.site-header{background:#fff;border-bottom:1px solid #eee}.hd{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}.hd-logo img{height:74px;width:auto}.nav{display:flex;gap:26px;align-items:center}.nav>li{position:relative;list-style:none}.nav a{color:#333;font-weight:600;font-size:14px;padding:8px 0;display:inline-block}.nav a:hover{color:var(--green-d);text-decoration:none}.nav .sub{position:absolute;top:100%;left:0;background:#fff;border:1px solid #eee;box-shadow:0 8px 24px #0000001a;min-width:230px;display:none;z-index:30;padding:6px 0}.nav li:hover .sub{display:block}.nav .sub li{list-style:none}.nav .sub a{display:block;padding:9px 18px;font-weight:500}.nav .sub a:hover{background:#f4f9ee}.burger{display:none;background:none;border:0;font-size:26px;cursor:pointer;color:#333}.hero{position:relative}.hero-slider{position:relative;width:100%;height:clamp(220px,38vw,560px);overflow:hidden;background:#1b3a14}.hero-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;animation:heroFade 32s infinite}.hero-slider img:nth-child(1){animation-delay:0s}.hero-slider img:nth-child(2){animation-delay:6.4s}.hero-slider img:nth-child(3){animation-delay:12.8s}.hero-slider img:nth-child(4){animation-delay:19.2s}.hero-slider img:nth-child(5){animation-delay:25.6s}@keyframes heroFade{0%{opacity:0}3%{opacity:1}17%{opacity:1}20%{opacity:0}to{opacity:0}}@media (prefers-reduced-motion:reduce){.hero-slider img{animation:none;opacity:0}.hero-slider img:first-child{opacity:1}}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 30px}.post-card{display:flex;flex-direction:column}.post-card .thumb{height:210px;overflow:hidden;border-radius:4px;background:#f3f3f3;display:block}.post-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.post-card:hover .thumb img{transform:scale(1.04)}.post-card h2{font-size:20px;font-weight:400;color:#000;margin:14px 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card h2 a{color:#000}.post-card h2 a:hover{color:var(--green-d);text-decoration:none}.post-card p{font-size:14px;color:#555;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.pagination{display:flex;justify-content:space-between;margin-top:48px;font-weight:600}.article{max-width:820px;margin:0 auto}.article h1{font-size:30px;margin-bottom:24px}.article img{border-radius:6px;margin:18px 0}.article p{margin-bottom:1.1rem}.site-footer{background:var(--green);color:#fff;padding:54px 0 40px;margin-top:60px}.site-footer a{color:#fff;text-decoration:underline}.ft-grid{display:grid;grid-template-columns:1fr 1.2fr 1.4fr;gap:40px}.site-footer h4{color:#fff;font-size:15px;letter-spacing:.4px;margin-bottom:14px}.site-footer .fb{width:46px;height:46px;background:#3b5998;color:#fff;display:grid;place-items:center;border-radius:6px;font-weight:700;margin-bottom:12px}.site-footer p{margin-bottom:.5rem;font-size:14px}.ft-map iframe{width:100%;height:230px;border:0;border-radius:6px}@media (max-width:980px){.post-grid{grid-template-columns:1fr 1fr}.ft-grid{grid-template-columns:1fr}}@media (max-width:760px){.post-grid{grid-template-columns:1fr}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:14px 20px;border-bottom:1px solid #eee;z-index:40}.nav.open{display:flex}.nav .sub{position:static;display:block;border:0;box-shadow:none;padding-left:14px}.burger{display:block}.hd{flex-wrap:wrap}}.article{max-width:840px;font-size:15.5px}.article h1{color:var(--ink);font-size:32px;line-height:1.2;margin-bottom:22px}.article h2{color:var(--green-d);font-size:23px;margin:1.7rem 0 .7rem}.article h3{color:var(--green-d);font-size:19px;margin:1.3rem 0 .5rem}.article p{margin-bottom:1.05rem;line-height:1.75}.article ul{margin:.2rem 0 1.2rem;padding-left:1.4rem;list-style:disc}.article ul li{margin-bottom:.45rem;line-height:1.6}.article a{color:var(--green-d);text-decoration:underline}.article img{display:block;max-width:100%;height:auto;border-radius:10px;margin:22px auto;box-shadow:0 6px 22px #0000001a}.article img:first-of-type{margin-top:6px}.article .gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px;margin:18px 0}.article .gallery .gi{display:block;border-radius:8px;overflow:hidden;box-shadow:0 3px 12px #00000014}.article .gallery img{width:100%;height:150px;object-fit:cover;margin:0;border-radius:0;box-shadow:none;display:block;transition:transform .35s}.article .gallery .gi:hover img{transform:scale(1.06)}@media (max-width:520px){.article .gallery{grid-template-columns:repeat(2,1fr)}.article .gallery img{height:120px}}.article .btn-row{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}.article .btn-link{display:inline-block;background:var(--green);color:#fff;padding:12px 22px;border-radius:8px;font-weight:600;text-decoration:none;box-shadow:0 3px 12px #74c04359;transition:background .2s,transform .15s}.article .btn-link:hover{background:var(--green-d);text-decoration:none;transform:translateY(-1px)}
