/* =====================================================
   BOWERBIRD PAST EVENT PAGES WITH ARCHIVES
   ===================================================== */

.bbrd-past-event-page {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

/* =====================================================
   PAST EVENT BADGE
   ===================================================== */

.bbrd-past-badge {
    display: inline-block;
    background: #e0e0e0;
    color: #666;
    padding: 8px 16px;
    margin-bottom: 25px;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

/* =====================================================
   HERO SECTION
   ===================================================== */

.bbrd-past-hero {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    padding: 30px;
    background: #fafafa;
    border: 1px solid #ddd;
}

.bbrd-past-hero-image {
    flex: 0 0 450px;
}

.bbrd-past-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.bbrd-past-hero-details {
    flex: 1;
}

/* Title & Subtitle */
.bbrd-past-title {
    font-family: "Sora", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px 0;
    color: #000000;
}

.bbrd-past-subtitle {
    font-family: "Sora", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #555555;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

/* Event Meta */
.bbrd-past-meta-group {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
}

.bbrd-past-datetime {
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #ec008c;
    margin-bottom: 10px;
}

.bbrd-past-venue {
    font-family: "Sora", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 4px;
}

.bbrd-past-venue-address {
    font-family: "Sora", sans-serif;
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 10px;
}

.bbrd-past-cost {
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #ec008c;
}

/* Description */
.bbrd-past-description {
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #333333;
    margin-top: 20px;
    transition: max-height 0.3s ease;
}

.bbrd-past-description.bbrd-description-collapsed {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.bbrd-past-description.bbrd-description-collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #fafafa);
}

.bbrd-past-read-more {
    margin-top: 15px;
    padding: 10px 20px;
    background: #00ACE1;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.bbrd-past-read-more:hover {
    background: #0096c7;
}

/* =====================================================
   ARCHIVE HEADING
   ===================================================== */

.bbrd-archive-heading {
    font-family: "Sora", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 50px 0 30px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #ec008c;
    color: #000000;
}

/* =====================================================
   ARCHIVE SECTIONS GRID
   ===================================================== */

.bbrd-archive-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.bbrd-archive-section {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 25px;
}

.bbrd-archive-section.bbrd-archive-full {
    grid-column: 1 / -1;
}

.bbrd-archive-section-title {
    font-family: "Sora", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #000000;
}

.bbrd-archive-section-meta {
    font-family: "Sora", sans-serif;
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 15px;
    line-height: 1.6;
}

/* =====================================================
   PHOTO DOCUMENTATION
   ===================================================== */

.bbrd-archive-view-photos {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 24px;
    background: #00ACE1;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.bbrd-archive-view-photos:hover {
    background: #0096c7;
    text-decoration: none;
}

/* =====================================================
   VIDEO DOCUMENTATION
   ===================================================== */

.bbrd-video-item {
    margin-bottom: 20px;
}

.bbrd-video-item:last-child {
    margin-bottom: 0;
}

.bbrd-video-item iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 4px;
}

.bbrd-video-description {
    font-family: "Sora", sans-serif;
    font-size: 0.875rem;
    color: #666666;
    margin-top: 10px;
    line-height: 1.6;
}

/* =====================================================
   AUDIO RECORDINGS
   ===================================================== */

.bbrd-audio-item {
    margin-bottom: 20px;
}

.bbrd-audio-item:last-child {
    margin-bottom: 0;
}

.bbrd-audio-title {
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.bbrd-audio-player {
    width: 100%;
    margin-bottom: 8px;
}

.bbrd-audio-notes {
    font-family: "Sora", sans-serif;
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.6;
}

/* =====================================================
   PRESS COVERAGE
   ===================================================== */

.bbrd-press-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bbrd-press-item {
    padding: 15px;
    background: #ffffff;
    border-left: 4px solid #00ACE1;
}

.bbrd-press-article-name {
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 6px;
    line-height: 1.3;
}

.bbrd-press-outlet {
    font-family: "Sora", sans-serif;
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 4px;
}

.bbrd-press-date {
    font-family: "Sora", sans-serif;
    font-size: 0.8125rem;
    color: #999999;
    margin-bottom: 10px;
}

.bbrd-press-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.bbrd-press-link {
    font-family: "Sora", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #00ACE1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bbrd-press-link:hover {
    color: #0096c7;
    text-decoration: underline;
}

/* =====================================================
   MARKETING MATERIALS
   ===================================================== */

.bbrd-materials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.bbrd-material-item {
    display: block;
    padding: 20px;
    background: #ffffff;
    border: 2px solid #ddd;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bbrd-material-item:hover {
    border-color: #00ACE1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 172, 225, 0.2);
    text-decoration: none;
}

.bbrd-material-label {
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bbrd-material-type {
    font-family: "Sora", sans-serif;
    font-size: 0.75rem;
    color: #999999;
    font-weight: 600;
}

/* =====================================================
   CONCERT PROGRAM
   ===================================================== */

.bbrd-program-content {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.bbrd-program-pdf {
    display: inline-block;
    padding: 20px 40px;
    background: #ffffff;
    border: 2px solid #ddd;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bbrd-program-pdf:hover {
    border-color: #00ACE1;
    transform: translateY(-2px);
    text-decoration: none;
}

.bbrd-program-pdf-label {
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
}

/* =====================================================
   RESPONSIVE - TABLETS
   ===================================================== */

@media (max-width: 1024px) {
    .bbrd-past-hero {
        flex-direction: column;
    }
    
    .bbrd-past-hero-image {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .bbrd-archive-grid {
        grid-template-columns: 1fr;
    }
    
    .bbrd-materials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =====================================================
   RESPONSIVE - MOBILE
   ===================================================== */

@media (max-width: 768px) {
    .bbrd-past-event-page {
        padding: 0 15px;
    }
    
    .bbrd-past-hero {
        padding: 20px;
    }
    
    .bbrd-past-title {
        font-size: 1.5rem;
    }
    
    .bbrd-past-subtitle {
        font-size: 1.25rem;
    }
    
    .bbrd-archive-section {
        padding: 20px;
    }
    
    .bbrd-materials-grid {
        grid-template-columns: 1fr;
    }
}
