.hero-photo-cover {
    background-image:
        linear-gradient(90deg, rgba(2, 10, 23, .98) 0%, rgba(3, 14, 31, .88) 31%, rgba(3, 16, 36, .28) 57%, rgba(2, 10, 23, .05) 100%),
        url("assets/hero/football-wholesale-hero.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-photo-cover::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .2));
}

.hero-photo-cover .hero-inner {
    grid-template-columns: minmax(0, 610px) 1fr;
    min-height: 680px;
    gap: 0;
}

.hero-photo-cover .hero-copy {
    position: relative;
    z-index: 2;
    padding: 70px 0;
}

.hero-photo-cover .hero-copy > p:not(.eyebrow) {
    max-width: 545px;
    color: #d5e2ee;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .55);
}

.hero-photo-cover h1 {
    max-width: 600px;
    text-shadow: 0 4px 22px rgba(0, 0, 0, .6);
}

.hero-photo-cover .proof-row {
    max-width: 570px;
}

@media (max-width: 950px) {
    .hero-photo-cover {
        background-position: 64% center;
        background-image:
            linear-gradient(90deg, rgba(2, 10, 23, .98) 0%, rgba(3, 14, 31, .9) 48%, rgba(3, 16, 36, .35) 100%),
            url("assets/hero/football-wholesale-hero.webp");
    }
    .hero-photo-cover .hero-inner { display: block; min-height: 620px; padding: 0; }
    .hero-photo-cover .hero-copy { max-width: 590px; padding: 80px 0; }
}

@media (max-width: 580px) {
    .hero-photo-cover {
        background-position: 68% center;
        background-image:
            linear-gradient(90deg, rgba(2, 10, 23, .98) 0%, rgba(3, 14, 31, .93) 62%, rgba(3, 16, 36, .55) 100%),
            url("assets/hero/football-wholesale-hero.webp");
    }
    .hero-photo-cover .hero-inner { min-height: 590px; }
    .hero-photo-cover .hero-copy { padding: 66px 0; }
}
