/* J9 FLY — hero wordmark */
.j9-hero__wordmark {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.22em;

    font-family:
        "Bodoni 72",
        Didot,
        "Bodoni MT",
        "Times New Roman",
        serif !important;

    font-size: clamp(76px, 8vw, 118px) !important;
    font-weight: 400 !important;
    line-height: 0.82 !important;
    letter-spacing: 0 !important;
}

.j9-hero__wordmark strong {
    font-family: inherit !important;
    font-size: 0.62em !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.14em !important;
}

/* Mobile */
@media (max-width: 767px) {
    .j9-hero__wordmark {
        gap: 0.16em;
        font-size: clamp(64px, 19vw, 84px) !important;
    }

    .j9-hero__wordmark strong {
        font-size: 0.6em !important;
        letter-spacing: 0.12em !important;
    }
}