.hf-site-header {
    position: relative;
    overflow: hidden;
    background: #e8e5e2;
    border-bottom: 4px solid #8b1a1a;
}

.hf-site-header .hf-hero {
    position: relative;
    display: grid;
    min-height: 300px;
    place-items: center;
    overflow: hidden;
    line-height: normal;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.12), rgba(255,255,255,0.62) 50%, rgba(255,255,255,0.12)),
        url('/assets/images/Harvest_Factor_Hands_BG.jpg') center 62% / cover no-repeat;
}

.hf-site-header .hf-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0.04) 42%, rgba(0,0,0,0.28));
}

.hf-hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    padding: 1.35rem 1.5rem 1.6rem;
    place-items: center;
    text-align: center;
}

.hf-hero-brand {
    color: #120d0c;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(3rem, 6vw, 5.6rem);
    /* font-weight: 900; */
    letter-spacing: -0.04em;
    line-height: 0.82;
    text-decoration: none;
    text-transform: uppercase;
}

.hf-hero-brand span {
    display: block;
}

.hf-hero-brand:hover {
    color: #120d0c;
    text-decoration: none;
}

.hf-hero-year {
    margin-top: 0.6rem;
    color: #8b1a1a;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 1;
}

.hf-hero-event {
    margin: 0.5rem 0 0;
    color: #251d1b;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hf-hero-event span {
    padding: 0 0.45rem;
    color: #8b1a1a;
}

.hf-hero-actions {
    display: flex;
    margin-top: 0.8rem;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
}

.hf-hero-button {
    display: inline-flex;
    padding: 0.55rem 1.1rem;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #8b1a1a;
    border: 1px solid #741315;
    border-radius: 3px;
    box-shadow: 0 4px 12px rgba(60, 10, 10, 0.2);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.hf-hero-button:hover {
    color: #fff;
    background: #681313;
    text-decoration: none;
}

.hf-hero-button-secondary {
    color: #681313;
    background: rgba(255,255,255,0.92);
    border-color: rgba(104,19,19,0.4);
}

.hf-hero-button-secondary:hover {
    color: #681313;
    background: #fff;
}

@media (min-width: 1100px) {
    .hf-site-header .hf-hero {
        min-height: 320px;
    }
}

@media (min-width: 851px) {
    .hf-footer {
        margin-top: 3rem !important;
    }
}

@media (max-width: 650px) {
    .hf-site-header {
        border-bottom-width: 3px;
    }

    .hf-site-header .hf-hero {
        min-height: 270px;
        background-position: center 64%;
    }

    .hf-hero-content {
        padding: 1.3rem 1rem 1.5rem;
    }

    .hf-hero-brand {
        font-size: clamp(2.9rem, 16vw, 4.2rem);
    }

    .hf-hero-year {
        font-size: 1.35rem;
    }

    .hf-hero-event {
        max-width: 280px;
        font-size: 0.68rem;
        line-height: 1.45;
    }
}

@media print {
    .hf-site-header {
        display: none !important;
    }
}
