.site-header .brand strong {
    max-width: 305px;
    font-size: clamp(12px, 1.02vw, 15px);
    line-height: 1.3;
    letter-spacing: .035em;
    white-space: normal;
}

.about-score strong { font-size: clamp(50px, 5vw, 70px); }

@media (max-width: 680px) {
    .site-header .brand strong { max-width: 230px; font-size: 12px; }
}
