#article-content h1 {
    color: #020617;
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1rem;
}

#article-content h2 {
    color: #0f172a;
    font-size: 1.4rem;
    font-weight: 800;
    margin: 2rem 0 0.75rem;
}

#article-content p {
    color: #475569;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

#article-content .article-kicker {
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

#article-content .article-lead {
    color: #334155;
    font-size: 1.15rem;
    line-height: 1.8;
}

#article-content img {
    border-radius: 0.5rem;
    height: auto;
    margin: 2rem 0;
    max-width: 100%;
}
