.blog-shell{max-width:1200px;margin:0 auto;padding:64px 32px 96px}.blog-heading{max-width:900px;margin-bottom:48px}.blog-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;font-size:12px;margin-bottom:20px}.blog-heading h1{font-family:var(--font-display);font-size:clamp(44px,6vw,80px);font-weight:900;text-transform:uppercase;line-height:1;margin:0 0 24px;overflow-wrap:anywhere}.blog-heading>p:last-child{max-width:660px;font-size:20px;line-height:1.6}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.blog-card{border:2px solid var(--ink);color:var(--ink);background:var(--concrete);text-decoration:none}.blog-card:hover{box-shadow:5px 5px 0 var(--orange)}.blog-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.blog-card>div{padding:24px}.blog-card h2,.blog-empty h2{font-family:var(--font-display);font-size:30px;line-height:1.1;margin:0 0 16px}.blog-card p,.blog-empty p{line-height:1.6}.blog-card span{display:block;font-weight:700;margin-top:24px}.blog-empty{padding:32px;border-left:6px solid var(--orange);background:var(--concrete)}.blog-empty .button-primary{margin-top:12px}.blog-article{max-width:860px}.blog-back{display:inline-block;margin-bottom:36px}.blog-hero{width:100%;height:auto;margin-bottom:32px}.blog-content{font-size:18px;line-height:1.8;overflow-wrap:anywhere}.blog-content h2,.blog-content h3,.blog-content h4{line-height:1.2;margin:40px 0 16px}.blog-content ol,.blog-content p,.blog-content ul{margin:20px 0}.blog-content ol,.blog-content ul{padding-left:28px}.blog-content a{text-decoration:underline;text-underline-offset:3px}.blog-content img{max-width:100%;height:auto}.blog-content pre,.blog-content table{display:block;max-width:100%;overflow-x:auto}.blog-content td,.blog-content th{padding:10px;border:1px solid var(--stone)}.blog-content blockquote{border-left:4px solid var(--orange);margin:24px 0;padding:8px 24px}.blog-article aside{margin-top:64px}@media (max-width:800px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.blog-shell{padding:40px 20px 64px}.blog-grid{grid-template-columns:1fr}}