.grun-blog-page{padding:150px 0 88px;background:var(--brand-bg-alt)}.grun-blog-head{max-width:820px;margin:0 auto 40px;text-align:center}.grun-blog-head h1{margin:0 0 16px;color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.grun-blog-head p{color:var(--brand-text)}.grun-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.grun-blog-card{display:grid;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.grun-blog-card img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.grun-blog-card__body{padding:22px}.grun-blog-card__body span,.grun-blog-meta{color:var(--brand-text);font-size:.9rem}.grun-blog-card h2{margin:10px 0;font-size:1.25rem;line-height:1.3}.grun-blog-card p{color:var(--brand-text)}.grun-pagination{margin:42px 0}.grun-pagination .page-link{color:var(--brand-primary);border-color:var(--brand-border)}.grun-pagination .active .page-link{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-text-inverse)}.grun-recent-strip{padding:28px;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.grun-recent-strip h2{margin:0 0 16px;font-size:1.35rem}.grun-recent-strip div{display:flex;flex-wrap:wrap;gap:12px}.grun-recent-strip a{padding:8px 12px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg-alt)}@media (max-width:991px){.grun-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.grun-blog-page{padding-top:128px}.grun-blog-grid{grid-template-columns:1fr}}