.model-statements-page .model-hero-copy h1 {
    max-width: 23ch;
    font-size: clamp(2.45rem, 3.4vw, 2.9rem);
}

.model-statements-page .model-hero-visual > img {
    object-position: 58% center;
}

.model-statements-page [data-letter-variant][hidden] {
    display: none !important;
}

.model-statements-page .model-data-access-note {
    color: #49647f;
    background: #eef8f8;
    border-left: 3px solid #159fa5;
    padding: 12px 14px;
}

@media (max-width: 760px) {
    .model-statements-page .model-hero-copy h1 {
        max-width: none;
        font-size: clamp(1.62rem, 7.2vw, 2.2rem);
        line-height: 1.06;
        letter-spacing: -.035em;
    }
}
