.zjl-v2 .zjl-section-head {
    padding-bottom: var(--zjl-space-4);
    border-bottom: 1px solid var(--zjl-border-warm);
    margin-bottom: var(--zjl-space-7);
}

.zjl-v2 .zjl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--zjl-space-2);
    font-size: var(--zjl-fs-micro);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--zjl-accent);
    margin-bottom: var(--zjl-space-2);
}

.zjl-v2 .zjl-eyebrow::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 1px;
    background: var(--zjl-accent);
}

.zjl-v2 .zjl-section-head__title {
    margin: 0 0 var(--zjl-space-2);
    font-family: var(--zjl-font-sans);
    font-size: var(--zjl-fs-headline);
    line-height: var(--zjl-lh-snug);
    font-weight: 800;
    color: var(--zjl-ink-primary);
}

.zjl-v2 .zjl-section-head__lede {
    margin: 0;
    font-size: var(--zjl-fs-lead);
    line-height: var(--zjl-lh-normal);
    color: var(--zjl-ink-body);
    max-width: 60ch;
}
