/* ─── Hops & Hustle event page ─── */

/* Hero — full-width image, edge to edge */
.hh-hero {
    line-height: 0;
    position: relative;
}

.hh-hero__image {
    display: block;
    height: auto;
    width: 100%;
}

/* ─── Countdown section ─── */

.hh-countdown-section {
    background: var(--tap-green);
    color: var(--tap-paper);
    padding: clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 5vw, 4rem);
    text-align: center;
}

.hh-countdown-inner {
    margin: 0 auto;
    max-width: 42rem;
}

.hh-countdown-section .tap-kicker {
    color: var(--tap-gold);
    font-size: 0.9rem;
}

.hh-countdown-title {
    color: var(--tap-paper);
    font-size: clamp(2rem, 7vw, 4rem);
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 0.9;
    margin: 0 0 1.75rem;
    text-transform: uppercase;
}

.hh-countdown {
    display: flex;
    gap: clamp(0.75rem, 3vw, 1.5rem);
    justify-content: center;
    margin: 0 auto 2rem;
}

.hh-countdown__unit {
    align-items: center;
    background: rgba(255, 246, 231, 0.08);
    border: 2px solid rgba(255, 246, 231, 0.25);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    min-width: clamp(3.5rem, 12vw, 5.5rem);
    padding: clamp(0.6rem, 2vw, 1rem) clamp(0.5rem, 2vw, 0.85rem);
}

.hh-countdown__number {
    color: var(--tap-orange);
    font-family: var(--tap-font);
    font-size: clamp(2.2rem, 8vw, 3.8rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
}

.hh-countdown__label {
    color: rgba(255, 246, 231, 0.7);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    margin-top: 0.25rem;
    text-transform: uppercase;
}

.hh-signup-btn {
    font-size: clamp(0.85rem, 2.5vw, 1.05rem);
    padding: 0.85rem 2rem;
}

/* ─── Details cards ─── */

.hh-details {
    background:
        radial-gradient(circle at 90% 20%, rgba(201, 168, 76, 0.15), transparent 16rem),
        var(--tap-cream);
    padding: clamp(3rem, 8vw, 5rem) clamp(1.25rem, 5vw, 4rem);
}

.hh-details__grid {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 64rem;
}

@media (min-width: 760px) {
    .hh-details__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ─── Trail callout ─── */

.hh-trail-callout {
    background: var(--tap-paper);
    padding: clamp(3rem, 8vw, 5rem) clamp(1.25rem, 5vw, 4rem);
    text-align: center;
}

.hh-trail-callout h2 {
    color: var(--tap-green);
    font-size: clamp(2rem, 7vw, 3.5rem);
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 0.88;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}

.hh-trail-callout p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0 auto 1.5rem;
    max-width: 36rem;
}

.hh-trail-callout .tap-button--outline {
    font-size: clamp(0.82rem, 2vw, 0.95rem);
}
