.articles-page { padding-top: 64px; padding-bottom: 80px; }
.articles-page-hero { max-width: 780px; margin-bottom: 38px; }
.articles-page-hero h1 { margin: 0 0 12px; }
.articles-page-hero p:last-child { margin: 0; color: var(--muted); font-size: 1.1rem; }
.article-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 8px 22px rgba(91,55,43,.06); }
.article-card-image { display: block; height: 190px; background: #f4e5df; }
.article-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.article-card > div { padding: 19px; }
.article-card h2 { margin: 5px 0 9px; font-family: Georgia, serif; font-size: 1.33rem; line-height: 1.18; }
.article-card h2 a, .article-card h3 a { color: var(--ink); text-decoration: none; }
.article-card h3 { margin: 5px 0 9px; font-family: Georgia, serif; font-size: 1.33rem; line-height: 1.18; }
.article-card > div > p:not(.card-taxonomy) { margin: 0 0 14px; color: var(--muted); font-size: .92rem; }
.persons-section + .persons-section { margin-top: 58px; padding-top: 48px; border-top: 1px solid var(--line); }
.persons-section-heading { max-width: 700px; margin-bottom: 24px; }
.persons-section-heading .eyebrow { margin-bottom: 7px; }
.persons-section-heading h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.persons-section-heading p:last-child { margin: 0; color: var(--muted); }
.article-single { max-width: 1060px; }
.article-single-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(310px,.72fr); gap: 38px; align-items: center; margin-bottom: 38px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.article-single-hero h1 { margin: 4px 0 14px; font-family: Georgia, serif; font-size: clamp(2rem,3.25vw,3.25rem); line-height: 1.08; }
.article-single-hero img { width: 100%; min-height: 260px; max-height: 380px; border-radius: 16px; object-fit: cover; box-shadow: 0 14px 32px rgba(91,55,43,.14); }
.article-date { margin: 0; color: var(--muted); }
.article-single-content { max-width: 760px; }
.article-back { margin-top: 46px; font-weight: 700; }
.article-back a { color: #9c5545; text-decoration: none; }
@media (max-width: 760px) { .articles-page { padding-top: 35px; padding-bottom: 52px; } .article-cards { grid-template-columns: 1fr; } .article-single-hero { grid-template-columns: 1fr; gap: 20px; padding-bottom: 28px; } .article-single-hero img { order: -1; min-height: 220px; } }
