/**
 * Arman Brand Styles
 * Globale styling voor bkh-* classes zodat ze overal werken,
 * ook zonder het BrandHero block op de pagina.
 */

.bkh-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e8552a;
    margin-bottom: 6px;
    display: block;
}

.bkh-titel {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 800;
    color: #1a2740;
    line-height: 1.2;
    margin: 0 0 12px;
}

.bkh-titel em {
    font-style: normal;
    color: #e8552a;
}

.bkh-lijn {
    width: 48px;
    height: 3px;
    background: #e8552a;
    border-radius: 2px;
    display: block;
    margin: 8px 0 16px;
}

.bkh-intro {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #475569;
    margin: 0 0 16px;
    max-width: 680px;
}

.bkh-badge-year {
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    background: #1a2740;
    border-left: 3px solid #e8552a;
    padding: 4px 12px;
    border-radius: 4px;
    white-space: nowrap;
}