.progress-container { width: 100%; height: 4px; background: #222; position: fixed; top: 0; z-index: 1000; }
.progress-bar { height: 4px; background: var(--primary-red); width: 0%; transition: width 0.1s; }

nav { top: 4px; }

.article-wrapper { max-width: 800px; margin: 0 auto; padding: 8rem 2rem 4rem; }
.article-meta { color: var(--primary-red); font-weight: 600; font-size: 0.9rem; text-transform: uppercase; margin-bottom: 1rem; letter-spacing: 1px; }
.article-title { font-size: 3.5rem; text-transform: uppercase; line-height: 1.1; margin-bottom: 2rem; }

.hero-img-container { width: 100%; height: 450px; border-radius: 20px; overflow: hidden; margin-bottom: 3rem; border: 1px solid #222; }
.hero-img-container img { width: 100%; height: 100%; object-fit: cover; }

.article-content { font-size: 1.15rem; line-height: 1.8; color: #d4d4d8; }
.article-content p { margin-bottom: 2rem; }
.article-content h2 { font-size: 2rem; color: #fff; margin: 3rem 0 1.5rem; text-transform: uppercase; }
.article-content blockquote { font-family: 'Syne'; font-size: 1.8rem; font-weight: 700; color: #fff; margin: 3rem 0; padding-left: 2rem; border-left: 4px solid var(--primary-red); line-height: 1.3; }
.article-content .dropcap { float: left; font-family: 'Syne'; font-size: 4rem; line-height: 0.8; padding-right: 15px; color: var(--primary-red); font-weight: 800; }

.article-footer { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid #222; display: flex; justify-content: space-between; align-items: center; }
.tags span { background: #1a1a1a; padding: 8px 15px; border-radius: 5px; font-size: 0.85rem; color: #a1a1aa; margin-right: 10px; }
.share-btn { font-family: 'Syne'; text-transform: uppercase; font-weight: 700; color: var(--text-main); text-decoration: none; border-bottom: 2px solid var(--primary-red); padding-bottom: 2px; }

@media (max-width: 768px) {
  .article-title { font-size: 2.5rem; }
  .hero-img-container { height: 250px; }
  .article-content { font-size: 1.05rem; }
  .article-footer { flex-direction: column; gap: 1rem; align-items: flex-start; }
}
