/* ── Section intro (blog text) — matches equipe/evenement intro style ── */
.gallery-intro {
    padding-top: 80px;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(139,105,20,0.15);
}

.gallery-intro h1 {
    font-family: 'Geist Mono', monospace;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #1C1C1A;
    margin-bottom: 0.4rem;
}

.gallery-intro-text {
    font-size: 0.95rem;
    color: #5A5346;
    line-height: 1.7;
}
