/* =========================================================
   home.css — homepage-specific tweaks layered on archive.css.
   ========================================================= */

.home-wrap .archive-header { text-align: center; }
.home-wrap .archive-header__lede { margin-left: auto; margin-right: auto; }

/* True 3-up grid on homepage (instead of auto-fill 280px tiles). */
.posts-grid--masonry {
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 980px) { .posts-grid--masonry { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .posts-grid--masonry { grid-template-columns: 1fr; } }
