

.post-wrap{padding:40px 0 100px;}

.back-link{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;
  color:var(--primary);margin-bottom:32px;
}
.back-link:hover{text-decoration:underline;}

.post-article{max-width:760px;margin:0 auto;}

.post-meta{
  font-size:12px;text-transform:uppercase;letter-spacing:0.5px;color:var(--accent);
  font-weight:600;margin-bottom:10px;
}
.post-article h1{font-size:clamp(28px,4vw,42px);margin-bottom:28px;}

.post-cover{
  border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);
  aspect-ratio:16/9;background:var(--dark);margin-bottom:36px;
}
.post-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.img-fallback{object-fit:contain !important;padding:14% !important;background:var(--bg-alt);}

.post-body p{
  color:rgba(46,38,34,0.75);font-size:16.5px;line-height:1.8;margin-bottom:22px;
}

.post-article .btn{margin-top:8px;}

.related-posts{margin-top:96px;}
.related-posts h2{font-size:clamp(22px,3vw,30px);margin-bottom:24px;text-align:center;}
.related-grid{grid-template-columns:repeat(3,1fr);padding-bottom:0;}
@media(max-width:760px){.related-grid{grid-template-columns:1fr;}}
