.article-shell {
  background: #f4f0e8;
  color: #111;
  min-height: 100vh;
  padding: 72px max(24px, calc((100vw - 1120px) / 2)) 120px;
}

.article-hero {
  max-width: 900px;
  padding: 72px 0 64px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.18);
}

.article-hero .eyebrow { color: #725f4f; }
.article-hero h1 { font-size: clamp(3.25rem, 8vw, 7.2rem); line-height: 0.94; letter-spacing: -0.065em; max-width: 1000px; }
.article-summary { font-size: clamp(1.25rem, 2.1vw, 1.75rem); line-height: 1.45; max-width: 760px; margin-top: 32px; color: #3d3832; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 32px; color: #746d64; font-size: 0.9rem; }

.article-body { max-width: 760px; padding: 64px 0; font-size: 1.16rem; line-height: 1.72; }
.article-body h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.05; letter-spacing: -0.045em; margin: 80px 0 24px; }
.article-body h3 { font-size: 1.5rem; line-height: 1.2; margin: 48px 0 16px; }
.article-body p, .article-body ul, .article-body ol, .article-body table, .article-body blockquote { margin: 0 0 26px; }
.article-body li { margin-bottom: 10px; }
.article-body a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.article-body strong { font-weight: 700; }
.article-body blockquote { border-left: 3px solid #d8a56f; padding: 2px 0 2px 24px; font-size: 1.34rem; color: #3d3832; }
.article-body table { border-collapse: collapse; width: 100%; font-size: 0.98rem; display: block; overflow-x: auto; }
.article-body th, .article-body td { text-align: left; padding: 14px 16px; border-bottom: 1px solid rgba(17, 17, 17, 0.17); min-width: 135px; vertical-align: top; }
.article-body th { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: #6c6359; }
.editorial-note, .sources { border-top: 1px solid rgba(17, 17, 17, 0.18); margin-top: 72px; padding-top: 28px; }
.editorial-note strong { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; }
.sources { font-size: 0.92rem; color: #5b544c; }
.sources h2 { font-size: 1.5rem; margin: 0 0 16px; }

.article-cta { background: #111; color: #f7f3ec; max-width: 900px; padding: clamp(32px, 6vw, 72px); border-radius: 28px; }
.article-cta h2 { font-size: clamp(2.25rem, 5vw, 4.5rem); line-height: 0.98; letter-spacing: -0.055em; max-width: 720px; margin: 16px 0 24px; }
.article-cta > p:not(.section-label) { max-width: 620px; color: #b9b3aa; font-size: 1.12rem; line-height: 1.55; margin-bottom: 32px; }

.resource-preview { padding-top: 120px; padding-bottom: 120px; }
.resource-preview > h2 { font-size: clamp(2.5rem, 6vw, 5.6rem); line-height: 0.98; letter-spacing: -0.055em; max-width: 850px; margin: 18px 0 48px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.resource-grid a { color: inherit; text-decoration: none; border: 1px solid #2a2a2a; border-radius: 20px; padding: 28px; min-height: 260px; display: flex; flex-direction: column; }
.resource-grid a:hover { background: #f2eee7; color: #111; }
.resource-grid span { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.09em; color: #9d8f7f; }
.resource-grid strong { font-size: 1.75rem; line-height: 1.08; margin-top: auto; }
.resource-grid p { color: #89837c; line-height: 1.5; margin: 16px 0 0; }

@media (max-width: 760px) {
  .article-shell { padding-top: 36px; }
  .article-hero { padding: 42px 0 48px; }
  .article-body { padding-top: 42px; font-size: 1.05rem; }
  .article-body h2 { margin-top: 60px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-grid a { min-height: 210px; }
  .article-cta { border-radius: 20px; }
}
