.hero-wrapper {
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #000;
    overflow: hidden;
}

.hero-bg {
    position: relative;
    width: 100%;
    height: min(75vh, 600px);
    min-height: 400px;
    background-color: #000;
}

.hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0.2) 40%,
            rgba(0,0,0,0.6) 70%,
            rgba(0,0,0,0.8) 100%
    );
}

.hero-content {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 24px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.hero-title {
    margin: 0;
    font-size: clamp(28px, 2vw + 1rem, 48px);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 4px 16px rgba(0,0,0,0.8);
    letter-spacing: .02em;
}

.hero-subtitle {
    margin: 0;
    font-size: clamp(14px, .4vw + .6rem, 18px);
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 4px 16px rgba(0,0,0,0.8);
    text-transform: uppercase;
    letter-spacing: .05em;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    column-gap: 8px;
    background-color: var(--color-accent-yellow);
    color: #000;
    font-weight: 700;
    font-size: clamp(14px, .4vw + .6rem, 18px);
    line-height: 1.3;
    padding: 12px 16px;
    border-radius: 2px;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(0,0,0,0.7);
    border: 2px solid #000;
    text-shadow: none;
}

.hero-cta-arrow {
    font-weight: 700;
    line-height: 1;
}

.rfef-banner {
    background: linear-gradient(90deg, #c40018 0%, #d6001c 55%, #a80013 100%);
    color: #fff;
    width: 100%;
    padding: 24px 16px;
}

.rfef-banner-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 16px;
    column-gap: 24px;
    justify-content: space-between;
}

.rfef-banner-copy {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 520px;
}

.rfef-banner-cta {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    padding: 10px 16px;
    background-color: #f7c600;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 999px;
    font-size: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.sponsor-banner {
    background-color: #fff;
    color: #000;
    width: 100%;
    padding: 24px 16px;
}

.sponsor-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
    column-gap: 24px;
    justify-content: space-between;
}

.sponsor-left {
    flex: 1 1 auto;
    min-width: 200px;
}

.sponsor-center {
    flex: 1 1 auto;
    min-width: 240px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 16px;
    row-gap: 8px;
}

.sponsor-logo {
    height: 64px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.sponsor-text {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.sponsor-banner .hashtag {
    color: #000;
}

.sponsor-right {
    flex: 0 0 auto;
    min-width: 180px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sponsor-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background-color: #f7c600;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.rolex-banner {
    background-color: var(--color-deep-green);
    color: var(--color-text-light);
    width: 100%;
    padding: 24px 16px;
}

.rolex-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 24px;
    column-gap: 24px;
    justify-content: space-between;
}

.rolex-left {
    flex: 1 1 auto;
    min-width: 200px;
    color: #fff;
}

.hashtag {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.rolex-center {
    flex: 1 1 auto;
    min-width: 200px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 16px;
    row-gap: 0;
    color: #fff;
}

.rolex-logo {
    height: 72px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.rolex-text {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
}

.rolex-city {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.rolex-time .label {
    font-size: 10px;
    opacity: 0.8;
    display: block;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.rolex-time .value {
    font-size: 12px;
    font-weight: 600;
}

.rolex-right {
    flex: 0 0 auto;
    min-width: 180px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .hero-content {
        bottom: 16px;
    }

    .hero-title {
        font-size: clamp(24px, 1.6vw + 1rem, 36px);
    }

    .hero-subtitle,
    .hero-cta {
        font-size: 14px;
    }

    .rolex-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .rolex-right {
        justify-content: flex-start;
    }

    .sponsor-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .sponsor-right {
        justify-content: flex-start;
    }
}
