.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:90px}.article-card{overflow:hidden;border:1px solid #292929;border-radius:20px;background:#111}.article-card img{width:100%;aspect-ratio:1.45;object-fit:cover}.article-card-body{padding:24px}.article-card h2{margin:0 0 10px;font:1.8rem/1 Impact,sans-serif;text-transform:uppercase}.article-card p{color:#999}.article-shell{width:min(calc(100% - 40px),900px);margin:auto;padding:80px 0}.article-shell h1{font:clamp(3rem,7vw,6rem)/.9 Impact,sans-serif;text-transform:uppercase}.article-meta{color:#888;font-weight:700}.article-feature{margin:35px 0;border-radius:24px}@media(max-width:1050px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.blog-grid{grid-template-columns:1fr}}
