/* ==============================
   VENUE ARCHIVE HEADER
============================== */

.venue-archive-section {
    padding-top: 46px;
}

.venue-archive-section .venue-archive-header {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.venue-archive-section .venue-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.venue-archive-section .venue-archive-header h1 {
    max-width: 820px;
    margin: 0 auto 14px;
    color: #071b33;
    font-size: clamp(1.9rem, 3vw, 2.55rem);
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.venue-archive-section .venue-archive-header p {
    max-width: 780px;
    margin: 0 auto;
    color: #475569;
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
}