.page-head { max-width: 62ch; }
.page-head .section-title { max-width: 18ch; }
.page-lead { font-size: 16px; line-height: 1.75; color: var(--muted); margin-top: 22px; max-width: 54ch; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin: 44px 0; border-top: 1px solid var(--line); padding-top: 30px; }
.filter-pill {
    font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--muted); background: transparent; border: 1px solid rgba(185, 154, 91, 0.4);
    padding: 9px 16px; cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.filter-pill:hover { color: var(--gold); border-color: var(--gold); }
.filter-pill.is-active { background: var(--forest); color: var(--cream); border-color: var(--forest); }

.article-feature { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; margin-bottom: 64px; text-decoration: none; color: inherit; }
.article-feature-media { position: relative; height: 440px; overflow: hidden; }
.article-tag { position: absolute; left: 18px; top: 18px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream); background: rgba(18, 40, 31, 0.62); padding: 6px 12px; }
.article-feature-meta { display: flex; gap: 16px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.article-feature-meta span + span { color: var(--muted); }
.article-feature h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 3.4vw, 50px); line-height: 1.04; color: var(--forest); margin: 16px 0 18px; max-width: 18ch; }
.article-feature p { font-size: 15.5px; line-height: 1.75; color: var(--muted); max-width: 52ch; }
.article-more { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.article-feature:hover h2 { color: var(--gold); }

.article-grid { --col-min: 320px; }
.article-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.article-card-media { position: relative; height: 240px; overflow: hidden; margin-bottom: 18px; }
.article-card-meta { display: flex; gap: 12px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.article-card-meta span + span { color: var(--muted); }
.article-card h3 { font-family: var(--serif); font-weight: 400; font-size: 22px; line-height: 1.2; color: var(--forest); margin: 10px 0; }
.article-card p { font-size: 14px; line-height: 1.65; color: var(--muted); }
.article-card-more { align-self: flex-start; margin-top: 14px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.article-card:hover h3 { color: var(--gold); }

.pager { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 72px; }
.pager-btn {
    min-width: 46px; height: 46px; padding: 0 16px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid rgba(185, 154, 91, 0.5); background: transparent; color: var(--forest);
    font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.pager-btn:hover, .pager-btn.is-active { background: var(--forest); color: var(--cream); border-color: var(--forest); }

/* ---- detail: hero --------------------------------------------- */

.article-detail-head { max-width: 820px; margin: 0 auto; text-align: center; }
.article-detail-meta { display: flex; align-items: center; justify-content: center; gap: 16px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.article-detail-meta span + span { color: var(--muted); }
.article-title { font-family: var(--serif); font-weight: 300; font-size: clamp(34px, 5vw, 68px); line-height: 1.03; letter-spacing: -0.01em; color: var(--forest); margin: 22px 0 24px; }
.article-detail-lead { font-size: 18px; line-height: 1.7; color: var(--muted); max-width: 60ch; margin: 0 auto; }
.article-cover { position: relative; height: clamp(300px, 52vw, 560px); overflow: hidden; margin: 56px 0; }

.article-prose { font-size: 17px; line-height: 1.8; color: var(--ink); }
.article-prose > * + * { margin-top: 26px; }
.article-prose h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(26px, 2.6vw, 36px); line-height: 1.12; color: var(--forest); margin-top: 50px; }
.article-prose h3 { font-family: var(--serif); font-weight: 400; font-size: 24px; line-height: 1.2; color: var(--forest); margin-top: 40px; }
.article-prose a { color: var(--forest); border-bottom: 1px solid var(--gold); }
.article-prose a:hover { color: var(--gold); }
.article-prose ul, .article-prose ol { padding-left: 22px; display: flex; flex-direction: column; gap: 12px; }
.article-prose li { line-height: 1.7; }
.article-prose blockquote { border-left: 2px solid var(--gold); padding: 6px 0 6px 28px; margin: 42px 0; font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.4; color: var(--forest); }
.article-prose figure { margin: 46px 0; }
.article-prose figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.article-prose figcaption { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-top: 12px; text-align: center; }

.article-foot { max-width: 820px; margin: 56px auto 0; border-top: 1px solid var(--line); padding-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.article-author { display: flex; align-items: center; gap: 16px; }
.article-author-avatar { width: 54px; height: 54px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.article-author-name { font-family: var(--serif); font-size: 19px; color: var(--forest); }
.article-author-role { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

@media (max-width: 900px) {
    .article-feature { grid-template-columns: 1fr; gap: 28px; }
    .article-feature-media { height: clamp(220px, 60vw, 300px); }
    .article-card-media { height: clamp(200px, 56vw, 240px); }
    .article-detail-meta { flex-wrap: wrap; }
    .article-foot { flex-direction: column; align-items: flex-start; }
}
