/* insights article — hero (graphic-print template) */
.hero .container-flexible {
    --container-flexible-a: 0.5;
    --container-flexible-b: 0.5;
}

.hero .title-h1 {
    font-size: clamp(1.75rem, 3.5vw, 3.75rem);
}

.insight-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.insight-back {
    margin-bottom: 12px;
}

.insight-lede {
    font-size: 1.125rem;
    line-height: 1.45;
    max-width: 52ch;
}

.hero .hero-base-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
