#snarfoff-home-banner {
    --sohb-yellow: #ffde16;
    --sohb-ink: #0a1f44;
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 2px 6px rgba(0,0,0,.45);
}

#snarfoff-home-banner .sohb-bg,
#snarfoff-home-banner .sohb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#snarfoff-home-banner .sohb-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.04);
}

#snarfoff-home-banner .sohb-overlay {
    /* background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.32) 100%); */
}

#snarfoff-home-banner .container {
    position: relative;
    z-index: 1;
    width: 90% !important;
}

#snarfoff-home-banner .sohb-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
    padding: 2.5rem 1rem;
}

#snarfoff-home-banner .sohb-media {
    max-width: 520px;
    margin: 0 auto;
}

#snarfoff-home-banner .sohb-lockup {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 6px 18px rgba(0,0,0,.35));
}

#snarfoff-home-banner .sohb-lockup {
    max-width: 520px;
}

#snarfoff-home-banner .sohb-copy {
    padding-top: 1.5rem;
}

#snarfoff-home-banner .sohb-tagline {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 1rem;
}

#snarfoff-home-banner .sohb-tagline em {
    color: var(--sohb-yellow);
    font-style: italic;
}

#snarfoff-home-banner .sohb-dates {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0;
}

@media screen and (min-width: 601px) {
    #snarfoff-home-banner .sohb-content {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
        padding: 2rem 0;
    }

    #snarfoff-home-banner .sohb-copy {
        padding-top: 0;
        text-align: left;
    }

    #snarfoff-home-banner .sohb-media {
        width: 100%;
    }

    #snarfoff-home-banner .sohb-dates {
        font-size: 1.1rem;
    }

    #snarfoff-home-banner .sohb-tagline {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 993px) {
    #snarfoff-home-banner .sohb-content {
        grid-template-columns: minmax(320px, 460px) 1fr;
        gap: 3.5rem;
        padding: 3.75rem 1rem;
    }

    #snarfoff-home-banner .sohb-tagline {
        font-size: 2.5rem;
    }
}
