
.blog-hero{background:#fff;border:1px solid #ece8e4;border-radius:16px;padding:18px;margin-bottom:18px}
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.post-card{background:#fff;border:1px solid #ece8e4;border-radius:14px;padding:18px;display:flex;flex-direction:column}
.post-card h3{margin:0 0 8px 0;color:var(--herb);font-size:20px}
.post-card p{margin:0 0 8px 0}
.post-card a.more{margin-top:auto;font-weight:700;color:var(--terracotta)}
.post-meta{font-size:13px;opacity:.7;margin-bottom:8px}
.article{background:#fff;border:1px solid #ece8e4;border-radius:16px;padding:24px}
.article h1{color:var(--herb)}
.article img{max-width:100%;height:auto;border-radius:10px}
.article p{line-height:1.6}
@media (max-width:900px){.posts-grid{grid-template-columns:1fr}}
