.article-page { overflow-x: hidden; background: var(--ivory); color: var(--ink); }
.article-header { position: relative; background: var(--ink); color: var(--ivory); }
.article-shell, .series-index { width: min(100% - 44px, 920px); margin: 0 auto; padding: clamp(80px, 10vw, 150px) 0; }
.series-index { width: min(100% - 44px, 1180px); }
.article-kicker { color: var(--wine); font-size: 10px; font-weight: 500; letter-spacing: .2em; }
.article-shell > h1, .series-index > h1 { margin: 28px 0 18px; max-width: 1050px; font-family: var(--serif); font-size: clamp(58px, 9vw, 118px); font-weight: 400; line-height: .92; letter-spacing: -.045em; }
.series-index > h1 em { color: var(--wine); font-style: normal; }
.article-deck { max-width: 760px; margin: 0 0 70px; color: #5d574e; font-family: var(--serif); font-size: clamp(24px, 3.4vw, 39px); line-height: 1.2; }
article { font-family: Georgia, serif; font-size: clamp(18px, 2.1vw, 22px); line-height: 1.68; }
article h2 { margin: 3.2em 0 .7em; color: var(--wine); font-family: var(--serif); font-size: clamp(38px, 5.2vw, 62px); line-height: 1.03; }
article h3 { margin: 2.2em 0 .5em; font-family: var(--sans); font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
article p { margin: 0 0 1.35em; }
article strong { font-weight: 700; color: var(--wine); }
article ol, article ul { margin: 1.2em 0 2em; padding: 0; list-style: none; counter-reset: item; }
article ol li, article ul li { position: relative; margin: 0; padding: 1em 0 1em 3.2em; border-top: 1px solid #cfc7b8; }
article ol li { counter-increment: item; }
article ol li::before { content: counter(item, decimal-leading-zero); position: absolute; left: 0; color: var(--wine); font-family: var(--sans); font-size: 12px; letter-spacing: .12em; }
article ul li::before { content: "·"; position: absolute; left: 1em; color: var(--wine); }
.table-wrap { margin: 1.2em 0 2.4em; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: 15px; line-height: 1.45; }
th, td { padding: 15px 14px; border-bottom: 1px solid #cfc7b8; text-align: left; vertical-align: top; }
thead th { color: var(--wine); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
tbody th { width: 34%; font-weight: 500; }
.series-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 90px; padding-top: 28px; border-top: 1px solid #bdb4a5; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.series-nav a { color: var(--wine); text-decoration: none; }
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #bdb4a5; }
.article-card { padding: 42px 38px 44px 0; border-bottom: 1px solid #bdb4a5; color: var(--ink); text-decoration: none; }
.article-card:nth-child(even) { padding-left: 38px; border-left: 1px solid #bdb4a5; }
.article-card span, .article-card b { color: var(--wine); font-size: 10px; letter-spacing: .16em; }
.article-card h2 { margin: 22px 0 14px; font-size: clamp(34px, 4vw, 54px); line-height: 1; }
.article-card p { min-height: 54px; color: #5d574e; line-height: 1.5; }
.article-page footer { background: var(--ink); color: var(--ivory); }
@media (max-width: 760px) {
  .article-shell, .series-index { width: min(100% - 34px, 920px); padding: 74px 0 90px; }
  .article-shell > h1, .series-index > h1 { overflow-wrap: anywhere; font-size: clamp(50px, 15.5vw, 74px); }
  .article-deck { margin-bottom: 52px; }
  article { font-size: 18px; line-height: 1.62; }
  article h2 { font-size: 42px; }
  .series-nav { flex-direction: column; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card, .article-card:nth-child(even) { padding: 34px 0; border-left: 0; }
}
