/* tag-page.css — Shared styles for all tag pages (editorial design) */

.tag-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 2.5rem 2rem 4rem;
}
.tag-page-header {
    margin-bottom: 2rem;
}
.tag-page-label {
    font-size: 0.75rem;
    font-weight: 600;
    font-variant-caps: all-small-caps;
    letter-spacing: 0.06em;
    color: var(--text-muted, #5C5A52);
    margin-bottom: 0.5rem;
}
.tag-page-header h1 {
    font-family: var(--font-display, 'IBM Plex Serif'), Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-primary, #0E0E0C);
    margin-bottom: 0.75rem;
}
.tag-page-header p {
    font-size: 1rem;
    color: var(--text-secondary, #3A3A35);
    line-height: 1.6;
}
.tag-articles {
    margin-top: 2rem;
}
.tag-article {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--border, #e2e2e8);
}
.tag-article:first-child {
    padding-top: 0;
}
.tag-article:last-child {
    border-bottom: none;
}
.tag-article-category {
    font-size: 0.7rem;
    font-weight: 600;
    font-variant-caps: all-small-caps;
    letter-spacing: 0.04em;
    color: var(--lr-accent, #1a56c4);
}
.tag-article h2 {
    font-family: var(--font-display, 'IBM Plex Serif'), Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0.4rem 0 0.5rem;
}
.tag-article h2 a {
    color: var(--text-primary, #0E0E0C);
    text-decoration: none;
}
.tag-article h2 a:hover {
    color: var(--lr-accent, #1a56c4);
}
.tag-article-date {
    font-size: 0.8rem;
    color: var(--text-muted, #5C5A52);
    display: block;
    margin-bottom: 0.5rem;
}
.tag-article p {
    font-size: 0.95rem;
    color: var(--text-secondary, #3A3A35);
    line-height: 1.6;
    margin-bottom: 0.75rem;
}
.tag-article-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--lr-accent, #1a56c4);
    text-decoration: none;
}
.tag-article-link:hover {
    text-decoration: underline;
}
.tag-back {
    display: inline-block;
    margin-top: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--lr-accent, #1a56c4);
    text-decoration: none;
}
.tag-back:hover {
    text-decoration: underline;
}

.tag-section-heading {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted, #5C5A52);
    margin: 1.75rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border, #E4E1D6);
}
.tag-articles .tag-section-heading:first-child { margin-top: 0; }
.tag-article--news {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--border, #E4E1D6);
}
.tag-article--news:last-child { border-bottom: none; }
.tag-article--news h2 {
    font-size: 1.02rem;
    font-weight: 600;
    margin: 0.3rem 0 0.2rem;
    line-height: 1.35;
}
.tag-article--news h2 a {
    color: var(--text-primary, #0E0E0C);
    text-decoration: none;
}
.tag-article--news h2 a:hover { color: var(--lr-accent, #1a56c4); }
.tag-article--news .tag-article-source {
    font-size: 0.78rem;
    color: var(--text-muted, #5C5A52);
    margin-top: 0.15rem;
}
.tag-article--news .tag-article-category {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lr-accent, #1a56c4);
}
.tag-article--news .tag-article-date {
    font-size: 0.72rem;
    color: var(--text-muted, #5C5A52);
    margin-left: 0.6rem;
}

@media (max-width: 768px) {
    .tag-page { padding: 1.5rem 1rem 3rem; }
    .tag-page-header h1 { font-size: 1.5rem; }
}
