
.gb-city-video {
    position: relative;
    height: clamp(420px, 58vh, 620px);
    overflow: hidden;
    background-image: url('../images/backgrounds/cta-v1-bg.jpg');
    background-size: cover;
    background-position: center;
}

.gb-city-video__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-city-video__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(var(--agriox-primary-rgb, 43, 40, 43), 0.55) 0%,
        rgba(var(--agriox-primary-rgb, 43, 40, 43), 0.35) 45%,
        rgba(var(--agriox-primary-rgb, 43, 40, 43), 0.75) 100%);
}

.gb-city-video__content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.gb-city-video__tagline {
    display: inline-block;
    color: var(--agriox-base, #cfae53);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.gb-city-video__title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 4vw, 48px);
    max-width: 16ch;
    text-wrap: balance;
    margin: 0 0 16px;
}

.gb-city-video__text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    max-width: 56ch;
    margin: 0;
}

@media (prefers-reduced-motion: reduce) {
    .gb-city-video__media {
        display: none;
    }
}

@media (max-width: 767px) {
    .gb-city-video {
        height: clamp(360px, 60vh, 480px);
    }
}
