/* Blog — article pages + index (extends style.css tokens) */
.post{padding-bottom:60px}
.post .post-head{max-width:760px;margin:22px auto 8px;text-align:left}
.post .post-head h1{font-size:clamp(1.9rem,3.6vw,2.8rem);line-height:1.15;margin:10px 0 12px}
.post .post-meta{color:var(--muted);font-size:.9rem;font-weight:600}
.post .post-hero{max-width:920px;margin:26px auto;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line)}
.post .post-hero img{width:100%;height:auto;display:block}
.post .post-body{max-width:760px;margin:0 auto;font-size:1.06rem;line-height:1.75;color:var(--ink-2)}
.post .post-body h2{font-size:1.55rem;margin:34px 0 12px;color:var(--green-900)}
.post .post-body h3{font-size:1.18rem;margin:26px 0 8px;color:var(--green-800)}
.post .post-body p{margin:0 0 18px}
.post .post-body ul{margin:0 0 18px;padding-left:24px}
.post .post-body li{margin-bottom:8px}
.post .post-cta{max-width:760px;margin:40px auto 0;padding:26px 28px;background:var(--green-900);border-radius:var(--r-lg);color:#fff}
.post .post-cta .eyebrow{color:var(--gold)}
.post .post-cta h3{color:#fff;margin:8px 0 8px;font-size:1.35rem}
.post .post-cta p{color:rgba(255,255,255,.85);margin-bottom:16px}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px;padding:34px 0 60px}
.blog-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:box-shadow .15s,transform .15s}
.blog-card:hover{box-shadow:0 10px 30px rgba(14,59,46,.12);transform:translateY(-2px)}
.blog-card .ph{aspect-ratio:16/9;background:var(--cream-2);overflow:hidden}
.blog-card .ph img{width:100%;height:100%;object-fit:cover}
.blog-card .body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:8px}
.blog-card time{color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.blog-card h2{font-size:1.15rem;line-height:1.3;color:var(--green-900)}
.blog-card p{color:var(--ink-2);font-size:.92rem;line-height:1.55}
.blog-card .more{color:var(--gold-600);font-weight:800;font-size:.9rem;margin-top:auto}
@media(max-width:640px){.post .post-body{font-size:1rem}}
