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

.insights-more-heading {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 700;
    margin: 0 0 20px;
}

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

.insights-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 8px;
}

.insights-hero-tags span {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.insights-featured-wrap {
    align-self: stretch;
}

.insights-featured-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

.insights-featured-card h2 {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.2;
    font-weight: 700;
}
