:root {
    --ozc-pink: #ff276f;
    --ozc-cyan: #29d9ee;
    --ozc-lime: #c6ff24;
    --ozc-ink: #070707;
    --ozc-paper: #f6f1e4;
}

.ozc-hero {
    position: relative;
    min-height: clamp(560px, 67vh, 720px);
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background-color: #16110d;
    background-position: var(--ozc-hero-position, center center);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: inherit;
}

.ozc-hero__wash {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(8, 7, 5, .96) 0%, rgba(8, 7, 5, .78) 32%, rgba(8, 7, 5, .12) 68%, rgba(8, 7, 5, .04) 100%),
        linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .34) 72%, rgba(0, 0, 0, .82) 91%, #000 100%);
}

.ozc-hero__inner {
    width: min(1280px, calc(100% - 48px));
    min-height: inherit;
    margin: 0 auto;
    padding: clamp(110px, 13vh, 150px) 0 92px;
    display: flex;
    align-items: center;
}

.ozc-hero__copy {
    width: min(630px, 53%);
    padding: 32px 0;
}

.ozc-eyebrow {
    margin: 0 0 18px;
    color: var(--ozc-cyan);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .19em;
}

.ozc-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(52px, 6vw, 92px);
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: .95;
    text-transform: uppercase;
    text-wrap: balance;
}

.ozc-hero__description {
    max-width: 560px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.55;
}

.ozc-store-links {
    width: min(380px, 100%);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ozc-store-badge {
    min-width: 0;
    min-height: 56px;
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 12px;
    color: #fff !important;
    background: #050505;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .24);
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease;
}

.ozc-store-badge:hover {
    color: #fff;
    border-color: var(--ozc-cyan);
    transform: translateY(-3px);
}

.ozc-store-badge__icon {
    font: 31px/1 -apple-system, BlinkMacSystemFont, sans-serif;
}

.ozc-store-badge__play {
    width: 28px;
    height: 31px;
    display: grid;
    place-items: center;
    color: var(--ozc-lime);
    font-size: 25px;
}

.ozc-store-badge span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.ozc-store-badge small {
    margin-bottom: 4px;
    font-size: 9px;
    letter-spacing: .08em;
}

.ozc-store-badge strong {
    font-size: 18px;
}

.ozc-network-link {
    width: min(380px, 100%);
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 22px;
    padding: 13px 14px 13px 19px;
    border: 1px solid rgba(198, 255, 36, .62);
    border-radius: 12px;
    color: #111 !important;
    background: linear-gradient(90deg, #e7ff85, var(--ozc-lime));
    box-shadow: 0 0 0 5px rgba(198, 255, 36, .08), 0 12px 45px rgba(198, 255, 36, .16);
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    justify-content: space-between;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ozc-network-link:hover {
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 0 0 7px rgba(198, 255, 36, .11), 0 16px 50px rgba(198, 255, 36, .25);
}

.ozc-network-link__arrow {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.ozc-hero__ticker {
    width: min(510px, 100%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px 14px;
    margin-top: 22px;
    color: var(--ozc-lime);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .12em;
    white-space: nowrap;
}

.ozc-hero__ticker b {
    color: var(--ozc-cyan);
}

.ozc-onair {
    width: min(var(--ozc-onair-max, var(--proradio-container-max-width, 1170px)), calc(100% - 32px));
    min-height: 0;
    aspect-ratio: 16 / 9;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin: clamp(24px, 3vw, 44px) auto;
    padding: clamp(24px, 4vw, 54px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 22px;
    color: #fff;
    background: #050505;
    box-shadow: 0 26px 80px rgba(0, 0, 0, .32);
}

.ozc-onair__art {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #171717;
}

.ozc-onair__art img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ozc-onair__shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .77) 0%, rgba(0, 0, 0, .27) 56%, rgba(0, 0, 0, .07) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .08) 72%);
}

.ozc-onair__tags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.ozc-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ozc-pink);
    box-shadow: 0 0 0 5px rgba(255, 39, 111, .15);
}

.ozc-onair__copy {
    width: min(690px, 72%);
    position: relative;
    z-index: 1;
    padding: 0;
}

.ozc-onair__genre {
    display: inline-flex;
    padding: 3px 7px;
    border: 2px solid var(--ozc-cyan);
    color: var(--ozc-cyan);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ozc-onair__live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 8px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .12em;
}

.ozc-onair h2 {
    margin: 0;
    font-size: clamp(38px, 5.4vw, 76px);
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: .95;
    text-transform: uppercase;
}

.ozc-onair h2 a {
    color: #fff !important;
    text-decoration: none !important;
}

.ozc-onair__subtitle {
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(15px, 1.5vw, 22px);
    font-weight: 850;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.ozc-onair__time {
    margin: 12px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.ozc-listen-button {
    width: 58px;
    height: 58px;
    position: absolute;
    right: clamp(22px, 4vw, 54px);
    bottom: clamp(22px, 4vw, 54px);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 4px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: var(--ozc-pink) !important;
    background: #fff;
    box-shadow: 0 10px 34px rgba(255, 39, 111, .26);
    text-decoration: none !important;
    transition: transform .2s ease;
}

.ozc-listen-button:hover {
    color: #fff;
    transform: scale(1.04);
}

.ozc-onair--empty {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .68);
}

@media (max-width: 767px) {
    .ozc-hero {
        min-height: 660px;
        background-position: var(--ozc-hero-position-mobile, 61% center);
    }

    .ozc-hero__wash {
        background:
            linear-gradient(0deg, #000 0%, rgba(5, 5, 4, .94) 35%, rgba(5, 5, 4, .45) 64%, rgba(5, 5, 4, .08) 82%),
            linear-gradient(90deg, rgba(5, 5, 4, .38), rgba(5, 5, 4, .08));
    }

    .ozc-hero__inner {
        width: min(100% - 32px, 620px);
        padding: 240px 0 75px;
        align-items: flex-end;
    }

    .ozc-hero__copy {
        width: 100%;
        padding: 0;
    }

    .ozc-hero h1 {
        font-size: clamp(43px, 13vw, 64px);
    }

    .ozc-hero__description {
        margin-top: 17px;
        font-size: 15px;
    }

    .ozc-store-links {
        gap: 9px;
        margin-top: 20px;
    }

    .ozc-store-badge {
        min-width: 0;
        flex: 1 1 150px;
    }

    .ozc-network-link {
        width: 100%;
        justify-content: space-between;
    }

    .ozc-hero__ticker {
        width: 100%;
        margin-top: 17px;
        gap: 7px 10px;
        white-space: normal;
    }

    .ozc-onair {
        width: calc(100% - 24px);
        min-height: 0;
        margin: 18px auto;
        padding: 18px;
        border-radius: 17px;
    }

    .ozc-onair__copy {
        width: calc(100% - 42px);
    }

    .ozc-onair h2 {
        font-size: clamp(28px, 9vw, 40px);
    }

    .ozc-onair__subtitle {
        display: none;
    }

    .ozc-onair__tags {
        margin-bottom: 7px;
    }

    .ozc-onair__time {
        margin-top: 8px;
        font-size: 11px;
    }

    .ozc-listen-button {
        width: 40px;
        height: 40px;
        right: 14px;
        bottom: 14px;
    }
}
