
:root{--bg:#f7f4ee;--paper:#fff;--ink:#1f2924;--muted:#66706a;--green:#1f5d45;--sand:#e9dfcf;--line:#e8e4dc;--max:1120px}
*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
a{color:inherit}.container{width:min(var(--max),calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;background:#f7f4eef2;border-bottom:1px solid var(--line);z-index:10}
.nav{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:14px 0}.brand{font-weight:800;text-decoration:none;font-size:1.2rem}.brand span{color:var(--green)}
.navlinks{display:flex;gap:18px;flex-wrap:wrap}.navlinks a{text-decoration:none;color:var(--muted);font-weight:650}.hero{padding:70px 0 48px}
.hero-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:32px;align-items:center}.kicker{color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.82rem}
h1{font-size:clamp(2.3rem,6vw,4.8rem);line-height:1.02;margin:.25em 0}h2{font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.15}.lead{font-size:1.15rem;color:var(--muted);max-width:62ch}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-block;padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:800}.btn-primary{background:var(--green);color:#fff}
.btn-secondary{border:1px solid var(--green);color:var(--green)}.hero-card{background:linear-gradient(145deg,var(--green),#173c30);color:white;border-radius:26px;padding:30px;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end}
.hero-card p{color:#dbe8e1}.section{padding:46px 0}.section-title{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:22px}.section-title p{color:var(--muted);max-width:58ch}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:24px}.tag{font-size:.8rem;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.category{min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(160deg,#fff,var(--sand))}.category strong{font-size:1.35rem}.more{color:var(--green);font-weight:800;text-decoration:none}
.banner{margin:36px 0;background:var(--sand);border-radius:24px;padding:32px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}
.article-wrap{width:min(820px,calc(100% - 32px));margin:auto}.article-header{padding:62px 0 26px}.article{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:30px;margin-bottom:44px}
.notice{background:#f3eee4;border-left:4px solid #d8954b;padding:14px 16px;border-radius:10px}.footer{border-top:1px solid var(--line);padding:32px 0 48px;color:var(--muted)}
.footer-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer a{text-decoration:none;margin-right:14px}.small{font-size:.9rem}
@media(max-width:800px){.hero-grid,.grid,.banner{grid-template-columns:1fr}.nav{align-items:flex-start;flex-direction:column}.hero{padding-top:42px}}
