/* Agenda — publieke optredensagenda
   Losse stylesheet zodat de pagina geen nieuwe Tailwind-build nodig heeft. */

.ag-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem 5rem;
}

/* Hero */
.ag-hero {
    position: relative;
    background-color: #0A0A0A;
    padding: 4.5rem 1rem 3rem;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.ag-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(212, 175, 55, 0.14), transparent 62%);
    pointer-events: none;
}

.ag-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
}

.ag-hero__eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #D4AF37;
    font-weight: 600;
    margin-bottom: 0.85rem;
}

.ag-hero__title {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    color: #D4AF37;
    font-size: clamp(2.25rem, 6vw, 4rem);
    line-height: 1.08;
    margin-bottom: 1rem;
}

.ag-hero__lead {
    color: #d1d5db;
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    font-weight: 300;
    line-height: 1.65;
}

/* Filterbalk */
.ag-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin: 2.5rem 0 0.5rem;
}

.ag-filter {
    background: transparent;
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: #e5e7eb;
    font-family: inherit;
    font-size: 0.85rem;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}

.ag-filter:hover {
    border-color: #D4AF37;
    color: #D4AF37;
}

.ag-filter[aria-pressed="true"] {
    background: #D4AF37;
    border-color: #D4AF37;
    color: #1A1A1A;
    font-weight: 600;
}

/* Maandkop */
.ag-month {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    color: #D4AF37;
    font-weight: 700;
    margin: 2.75rem 0 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    text-transform: capitalize;
}

/* Samenvatting boven de lijst */
.ag-summary {
    text-align: center;
    color: #9ca3af;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    margin: 1.5rem 0 0;
}

/* Event-kaart */
.ag-event {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 1.4rem;
    align-items: start;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.95), rgba(16, 16, 16, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    padding: 1.35rem 1.5rem;
    margin-bottom: 0.9rem;
    transition: border-color 0.3s, transform 0.3s;
}

.ag-event:hover {
    border-color: rgba(212, 175, 55, 0.45);
    transform: translateY(-2px);
}

/* Knop in plaats van een tekstlink: kaarten kopen is de belangrijkste actie. */
.ag-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #D4AF37;
    color: #1A1A1A;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    text-decoration: none;
    transition: background-color 0.25s, transform 0.25s;
}

.ag-cta-link:hover {
    background: #facc15;
    transform: translateY(-1px);
}

.ag-event__date {
    text-align: center;
    border-right: 1px solid rgba(212, 175, 55, 0.2);
    padding-right: 1rem;
}

.ag-event__day {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 700;
    color: #D4AF37;
}

.ag-event__mon {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-top: 0.35rem;
}

.ag-event__weekday {
    display: block;
    font-size: 0.7rem;
    color: #6b7280;
    margin-top: 0.15rem;
    text-transform: capitalize;
}

.ag-event__title {
    font-family: "Playfair Display", serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.45rem;
    line-height: 1.3;
}

.ag-event__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.1rem;
    font-size: 0.85rem;
    color: #9ca3af;
    margin-bottom: 0.7rem;
}

.ag-event__meta i {
    color: #D4AF37;
    margin-right: 0.35rem;
}

.ag-event__price {
    color: #e5e7eb;
    font-weight: 600;
}

.ag-event__desc {
    color: #d1d5db;
    font-size: 0.95rem;
    line-height: 1.65;
    font-weight: 300;
    margin: 0 0 0.9rem;
}

.ag-event__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

/* Badges */
.ag-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    border: 1px solid transparent;
}

.ag-badge--open {
    background: rgba(74, 222, 128, 0.12);
    border-color: rgba(74, 222, 128, 0.38);
    color: #86efac;
}

.ag-badge--ticket {
    background: rgba(212, 175, 55, 0.14);
    border-color: rgba(212, 175, 55, 0.4);
    color: #D4AF37;
}

.ag-badge--closed {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.16);
    color: #9ca3af;
}

.ag-badge--option {
    background: rgba(122, 16, 32, 0.22);
    border-color: rgba(200, 90, 105, 0.45);
    color: #f3a3ae;
}

.ag-badge--brand {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    text-transform: none;
    letter-spacing: 0.02em;
}

/* Lege staat + CTA */
.ag-empty {
    text-align: center;
    padding: 3.5rem 1.5rem;
    border: 1px dashed rgba(212, 175, 55, 0.3);
    border-radius: 14px;
    color: #9ca3af;
    margin-top: 2.5rem;
}

.ag-empty h2 {
    font-family: "Playfair Display", serif;
    color: #D4AF37;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.ag-cta {
    text-align: center;
    margin-top: 3.5rem;
    padding: 2.75rem 1.5rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.03));
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 16px;
}

.ag-cta h2 {
    font-family: "Playfair Display", serif;
    color: #D4AF37;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.ag-cta p {
    color: #d1d5db;
    font-weight: 300;
    max-width: 560px;
    margin: 0 auto 1.6rem;
    line-height: 1.65;
}

.ag-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #D4AF37;
    color: #1A1A1A;
    font-weight: 700;
    padding: 0.85rem 2rem;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.25);
    transition: background-color 0.3s, transform 0.3s;
}

.ag-btn:hover {
    background: #facc15;
    transform: translateY(-2px);
}

/* Statusregels */
.ag-status {
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
    padding: 2rem 1rem;
}

@media (max-width: 560px) {
    .ag-event {
        grid-template-columns: 64px 1fr;
        gap: 1rem;
        padding: 1.15rem 1.15rem;
    }

    .ag-event__day {
        font-size: 1.65rem;
    }

    .ag-event__date {
        padding-right: 0.7rem;
    }
}
