/* BPEATS-MUSIC Germany · Premium editorial typography layer */
.hero-copy p,
.page-hero p,
.artist-detail-copy > p,
.artist-panel-copy p,
.cooperation-copy p,
.press-glass-note p,
.contact-strip p,
.footer-brand p {
    line-height: 1.68;
    letter-spacing: .002em;
    text-wrap: pretty;
    overflow: visible;
    text-overflow: clip;
    -webkit-line-clamp: unset;
}

.hero-copy p,
.page-hero p,
.artist-detail-copy > p,
.cooperation-copy p {
    max-width: 68ch;
}

.artist-detail-copy > p {
    font-size: clamp(.98rem, 1.18vw, 1.08rem);
}

.artist-panel-copy p {
    font-size: .94rem;
    line-height: 1.62;
}

.press-glass-note p {
    line-height: 1.58;
}

.hero-copy h1,
.page-hero h1,
.artist-detail-copy h1,
.section-head h2 {
    text-wrap: balance;
}

@media (max-width: 760px) {
    .hero-copy p,
    .page-hero p,
    .artist-detail-copy > p,
    .artist-panel-copy p,
    .cooperation-copy p,
    .press-glass-note p {
        line-height: 1.58;
    }
}
