.article-shell{padding:84px 0}.article-shell .container{max-width:820px}.article-header{text-align:center}.article-header h1{margin:18px 0;font-weight:900}.article-featured-image{width:100%;margin:36px 0;border-radius:var(--brand-radius);box-shadow:var(--shadow-soft)}.article-content{color:var(--brand-text);font-size:1.05rem}.article-share{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:36px 0;padding-top:28px;border-top:1px solid var(--brand-border)}.article-share span{width:100%;color:var(--brand-text-muted);text-align:center;font-weight:900}.author-card{display:flex;gap:18px;align-items:center;padding:24px;background:var(--brand-bg-alt);border-radius:var(--brand-radius)}.author-card img{width:72px;height:72px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.article-nav{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:30px}.related-articles{padding:70px 0;background:var(--brand-bg-alt)}.related-articles h2{margin-bottom:28px;text-align:center;font-weight:900}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.related-grid article{padding:22px;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius)}@media (max-width:991.98px){.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.related-grid{grid-template-columns:1fr}}