.turc-blog-detail__hero{position:relative;min-height:400px;color:var(--brand-text-inverse);background:var(--brand-neutral-dark)}.turc-blog-detail__hero img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;opacity:.62}.turc-blog-detail__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:64px 1.5rem;background:linear-gradient(180deg,rgba(34,29,36,.08),rgba(34,29,36,.82))}.turc-blog-detail__overlay span{font-weight:800;color:var(--brand-accent)}.turc-blog-detail__overlay h1{max-width:860px;margin:10px 0;font-size:max(2rem, min(4vw, 4rem));font-weight:800}.turc-blog-detail__content{max-width:780px;margin:0 auto;padding:72px 20px 88px}.turc-blog-body{color:var(--brand-text)}.turc-author-card,.turc-blog-share,.turc-comment-box,.turc-post-nav{margin-top:36px;padding-top:28px;border-top:1px solid var(--brand-border)}.turc-blog-share a{color:var(--brand-primary);font-weight:800}.turc-author-card{display:flex;gap:18px;align-items:center}.turc-author-card img{width:72px;height:72px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.turc-author-card p{margin:4px 0 0;color:var(--brand-text-muted)}.turc-post-nav{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.turc-post-nav div{min-height:72px;padding:18px;border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.turc-post-nav span{display:block;color:var(--brand-text-muted);font-size:.86rem}.turc-post-nav a{color:var(--brand-primary);font-weight:800}.turc-comment-box h2{margin-bottom:20px;font-weight:800}.turc-related{padding:72px 0 96px;background:var(--brand-bg-alt)}.turc-related h2{margin-bottom:24px;font-weight:800}.turc-related__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.turc-related__grid a{padding:20px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.turc-related__grid span{display:block;color:var(--brand-text-muted);font-size:.86rem}.turc-related__grid strong{color:var(--brand-text)}@media (max-width:650px){.turc-post-nav{grid-template-columns:1fr}}