.blog-hero{padding-bottom:3rem}
.post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}
.post-card{background:var(--charcoal);border-top:2px solid var(--accent);display:flex;flex-direction:column;overflow:hidden}
.post-card-img{aspect-ratio:4/3;overflow:hidden;background:var(--mid)}
.post-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;filter:brightness(.9)}
.post-card:hover .post-card-img img{transform:scale(1.04)}
.post-card-body{padding:1.6rem 1.6rem 1.8rem;display:flex;flex-direction:column;gap:.7rem;flex:1}
.post-card-meta{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}
.post-card-title{font-family:var(--serif);font-size:1.25rem;font-weight:400;line-height:1.3;color:var(--white)}
.post-card-excerpt{font-size:.85rem;color:var(--ash);line-height:1.7;flex:1}
.post-card-link{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan-light);margin-top:.3rem}
.post-card-link::after{content:' →'}

.article-section{background:var(--dark);padding:4rem 2rem}
.article-inner{max-width:700px;margin:0 auto}
.article-meta-row{display:flex;gap:1.2rem;flex-wrap:wrap;align-items:center;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ash);margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.07)}
.article-meta-row .cat{color:var(--accent)}
.article-body{font-size:1rem;line-height:1.9;color:#d8d8d8}
.article-body p{margin-bottom:1.4rem}
.article-body h2{font-family:var(--serif);font-weight:400;font-size:1.55rem;color:var(--white);margin:2.4rem 0 1.1rem;line-height:1.3}
.article-body h3{font-family:var(--serif);font-weight:400;font-size:1.2rem;color:var(--white);margin:1.8rem 0 .9rem}
.article-body ul,.article-body ol{margin:0 0 1.4rem 1.3rem;color:#d8d8d8}
.article-body li{margin-bottom:.6rem;line-height:1.7}
.article-body strong{color:var(--white);font-weight:500}
.article-body a{color:var(--cyan-light);border-bottom:1px solid rgba(64,212,232,0.3)}
.article-body a:hover{border-color:var(--cyan-light)}
.article-figure{margin:2.2rem 0}
.article-figure img{width:100%;aspect-ratio:16/10;object-fit:cover}
.article-figure figcaption{font-size:.75rem;color:var(--smoke);margin-top:.6rem;text-align:center}
.article-cta-box{background:rgba(208,34,43,0.07);border:1px solid rgba(208,34,43,0.25);padding:1.6rem 1.8rem;margin:2.6rem 0;text-align:center}
.article-cta-box p{margin-bottom:1rem;color:var(--white);font-size:.95rem}
@media(max-width:640px){.article-inner{padding:0}}
