.story-visual::before {
    content: attr(data-company-years-label);
}

.metric-row .metric:nth-child(3) strong {
    font-size: clamp(32px, 2.8vw, 44px);
    line-height: 1.05;
}

.metric [data-company-years-text] {
    display: block;
    color: #f18a12;
    font-size: 48px;
    line-height: normal;
}
