.article-body { padding: 60px 0 80px; }
.article-header { margin-bottom: 48px; }
.article-eyebrow {
  font-size: 12px; font-weight: 600; color: var(--gold);
  text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px;
}
.article-header h1 {
  font-size: clamp(28px, 4vw, 48px); font-weight: 700; line-height: 1.2;
  letter-spacing: -0.02em;
}
.article-content { max-width: 720px; }
.article-content h2 {
  font-size: clamp(20px, 2.5vw, 26px); font-weight: 700;
  margin: 48px 0 16px; line-height: 1.3; color: var(--text);
}
.article-content h3 {
  font-size: 18px; font-weight: 600; margin: 32px 0 12px; color: var(--gold-pale);
}
.article-content p {
  font-size: 16px; font-weight: 300; line-height: 1.8;
  color: rgba(242,240,234,0.75); margin-bottom: 20px;
}
.article-content strong { color: var(--text); font-weight: 600; }
.article-content ul, .article-content ol {
  padding-left: 20px; margin-bottom: 20px;
}
.article-content li {
  font-size: 16px; font-weight: 300; line-height: 1.7;
  color: rgba(242,240,234,0.75); margin-bottom: 8px;
}
.article-content ul li::marker { color: var(--gold); }
