.gallery-hero {
    min-height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6.75rem 1.5rem 3.5rem;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.56) 38%, rgba(0,0,0,0.78) 100%),
        url('/assets/home-refresh/hero-night-wide.jpg') center/cover no-repeat;
}

.gallery-hero .hero-content {
    max-width: 900px;
}

.gallery-wrap {
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--cream) 100%);
}

.gallery-section {
    padding: 4.5rem 1.5rem;
}

.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-head {
    max-width: 860px;
    margin-bottom: 2rem;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gallery-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.08;
    margin-bottom: 0.9rem;
    color: var(--text);
}

.gallery-copy {
    color: var(--muted);
    font-size: 1.08rem;
}

.event-month-grid,
.highlight-grid,
.archive-grid {
    display: grid;
    gap: 1rem;
}

.event-month-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
}

.event-month-stack {
    display: grid;
    gap: 1rem;
}

.highlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-photo,
.photo-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(176, 137, 69, 0.28);
    background: #111;
}

.feature-photo {
    min-height: 620px;
}

.feature-photo img,
.photo-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.feature-photo img {
    min-height: 620px;
}

.photo-card img {
    aspect-ratio: 4 / 5;
}

.gallery-cta {
    background:
        linear-gradient(180deg, rgba(0,0,0,0.78), rgba(0,0,0,0.84)),
        url('/assets/home-refresh/rooftop-hero-twilight.jpg') center/cover no-repeat;
    padding: 5rem 1.5rem 2.25rem;
}

.gallery-cta .cta-title,
.gallery-cta .cta-subtitle {
    color: var(--gold-light);
}

@media (max-width: 980px) {
    .event-month-grid,
    .highlight-grid,
    .archive-grid {
        grid-template-columns: 1fr 1fr;
    }

    .feature-photo,
    .feature-photo img {
        min-height: 460px;
    }
}

@media (max-width: 760px) {
    .gallery-hero {
        min-height: 62vh;
        padding-top: 6.25rem;
    }

    .event-month-grid,
    .highlight-grid,
    .archive-grid {
        grid-template-columns: 1fr;
    }

    .feature-photo,
    .feature-photo img {
        min-height: 320px;
    }
}
