.article-page { padding: 140px 0 80px; }
.article-page .container { max-width: 800px; }

.article-header { margin-bottom: 28px; }
.card-meta { display: inline-block; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 16px; }
.article-h1 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: clamp(28px, 4vw, 40px); line-height: 1.2; margin: 0 0 20px; }
.author-byline { font-size: 13px; display: flex; align-items: center; gap: 8px; margin-bottom: 28px; }
.author-name { font-weight: 500; }
.article-hero-img { width: 100%; max-height: 420px; object-fit: cover; margin-bottom: 32px; border-radius: 4px; }

.article-body { font-size: 16px; line-height: 1.85; }
.article-body p { margin-bottom: 20px; }
.article-body h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 22px; margin: 36px 0 16px; }

.author-bio-card { display: flex; align-items: center; gap: 20px; padding: 24px; margin-top: 48px; border-radius: 4px; }
.author-bio-avatar { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.author-bio-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-bio-name { font-family: 'Playfair Display', Georgia, serif; font-size: 16px; margin-bottom: 4px; }
.author-bio-title { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 8px; }
.author-bio-text { font-size: 14px; line-height: 1.7; margin: 0; }

.faq-section { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--wf-border, #ddd8cb); }
.faq-section-title { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 22px; margin-bottom: 20px; }
#faq-items .faq-item { margin-bottom: 20px; }
#faq-items .faq-item h3 { font-size: 15px; margin-bottom: 8px; }
#faq-items .faq-item p { font-size: 14px; line-height: 1.75; margin: 0; }

@media (max-width: 700px) {
  .article-page { padding-top: 120px; }
}
