.btv-hero {
    display: flex;
    align-items: center;
    font-family: 'Sensa Wild Fill', sans-serif;
    text-shadow: 5px 5px 5px hsl(from currentColor calc(h + 180) s calc(100 - l));

    --hexagon-size: 7em;
    @media (min-width: 992px) {
        --hexagon-size: 10em;
    }
}

.btv-hero__title, .btv-hero__subtitle {
    font-size: clamp(3rem, 10vw, 4.4rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.btv-hero__background img {
    filter: grayscale(100%) brightness(40%);
}

.before-content:has(.frame-type-btv_hero) {
    margin-bottom: 2rem;
}
