.sunz-blog-hero{background:var(--brand-bg-alt);text-align:center}.sunz-blog-grid-section{padding:76px 0 92px}.sunz-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.sunz-blog-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.sunz-blog-card:hover{transform:translateY(-3px);box-shadow:var(--brand-shadow)}.sunz-blog-card__image img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.sunz-blog-card__body{padding:22px}.sunz-blog-card__body>span{display:inline-block;color:var(--brand-secondary);font-weight:900;margin-bottom:8px}.sunz-blog-card h2{font-size:1.25rem;line-height:1.3;font-weight:900}.sunz-blog-card h2 a{color:var(--brand-text)}.sunz-blog-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--brand-text);font-weight:800;font-size:.92rem}.sunz-pagination{margin-top:40px}.sunz-pagination .page-link{color:var(--brand-primary-dark)}.sunz-pagination .active .page-link{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark);color:var(--brand-text-inverse)}@media (max-width:991px){.sunz-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.sunz-blog-grid{grid-template-columns:1fr}}