    .resource-container {
        max-width: var(--container, 1180px);
        margin: 0 auto;
        padding: 2rem 1rem;
    }
    .resource-header {
        text-align: center;
        margin-bottom: 3rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid rgba(204, 153, 51, 0.2);
    }
    .resource-header h1 {
        color: var(--color-gold);
        font-size: 2.5rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
    .resource-header p {
        color: var(--text-secondary);
        font-size: 1.125rem;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.6;
    }
    .highlight-box {
        background: rgba(204, 153, 51, 0.1);
        border-left: 4px solid var(--color-gold);
        padding: 1.5rem;
        margin: 2rem 0;
        border-radius: 0;
    }
    .highlight-box h4 {
        color: var(--color-gold);
        margin-bottom: 0.75rem;
        font-weight: 600;
    }

/* tsg-public-comment page (2026-09-23) */
.tsg-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.tsg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; }
.tsg-grid .stat-card h4 { color: var(--gold-2); margin-bottom: 10px; font-size: 1.05rem; }
.tsg-grid .stat-card p { color: var(--text-2); font-size: 0.93rem; line-height: 1.6; }
.tsg-sig { margin-top: 14px; color: var(--text-3); font-size: 0.85rem; font-family: var(--font-mono); }
@media (max-width: 800px) { .tsg-grid { grid-template-columns: 1fr; } }

/* ===== family normalization 2026-09-23 ===== */

.section-title {
    font-family: var(--font-display);
    font-size: clamp(30px, 4.2vw, 50px);
    font-weight: 700;
    line-height: 1.1;
    color: var(--text);
    margin-bottom: var(--spacing-md);
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: currentColor;
    border-left: none;
    padding-left: 0;
    text-align: inherit;
}
.section-subtitle {
    font-size: clamp(17px, 1.6vw, 20px);
    color: var(--text-2);
    line-height: 1.6;
    max-width: 60ch;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.legal-header {
    padding-block: clamp(56px, 8vw, 96px) !important;
    border-bottom: 1px solid var(--line-gold) !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}
.legal-header h1, .legal-header .hero-title, .legal-header .apply-title {
    font-family: var(--font-display) !important;
    font-size: clamp(36px, 5.4vw, 64px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    color: var(--text) !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: currentColor !important;
    text-shadow: none !important;
    margin-bottom: var(--spacing-lg) !important;
}
.legal-header { text-align: center; }
.legal-header p { margin-left: auto; margin-right: auto; }
