.ball-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
}

.ball-img {
    position: relative;
    min-height: 28rem;
    background: rgba(255, 255, 255, 0.04);
}

.ball-img img {
    width: 100%;
    height: clamp(28rem, 62vw, 45rem);
    object-fit: cover;
    display: block;
}

.ball-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(32, 24, 54, 0) 0%, #201836 100%);
    pointer-events: none;
    z-index: 1;
}

.ods-header {
    position: relative;
    z-index: 2;
    margin-top: -25rem;
    padding: clamp(1.5rem, 4vw, 3rem) 0 1.5rem 1.25rem;
    border-left: 0.35rem solid var(--fifa-pink);
    background: transparent;
    text-align: left;
}

.ods-header h1 {
    margin: 0 0 0.6rem;
    font-size: clamp(2.8rem, 8vw, 6rem);
    font-style: italic;
    line-height: 0.9;
    text-transform: uppercase;
    color: white;
}

.ods-eyebrow {
    margin: 0 0 0.4rem;
    color: var(--fifa-lime);
    background-color: black;
    max-width: fit-content;
    padding: 0px 10px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
