/* =====================================================
   BOWERBIRD ARCHIVE LANDING PAGE
   ===================================================== */

.bbrd-archive-landing {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 40px;
}

/* ── HEADER ── */

.bbrd-landing-header {
    margin-bottom: 60px;
}

.bbrd-landing-eyebrow {
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 16px;
}

.bbrd-landing-title {
    font-family: "Sora", sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 28px;
}

.bbrd-landing-intro {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    font-weight: 400;
}

/* ── SECTION LABELS ── */

.bbrd-landing-section-label {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
    margin-top: 60px;
}

.bbrd-landing-section-desc {
    font-family: "Sora", sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}

/* ── DIVIDER ── */

.bbrd-landing-divider {
    border: none;
    border-top: 2px solid #000;
    margin: 50px 0;
}

/* ── SPOTLIGHT GRID ── */

.bbrd-landing-spotlight-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
}

/* Left column */
.bbrd-spotlight-left {}

.bbrd-spotlight-event-img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
}

.bbrd-spotlight-event-link {
    display: block;
    margin-bottom: 0;
}

/* Bottom row: audio + press */
.bbrd-spotlight-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.bbrd-spotlight-audio-player {
    width: 100%;
    height: 40px;
    margin: 8px 0;
}

.bbrd-spotlight-press-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 4px 0;
}

/* Right column */
.bbrd-spotlight-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bbrd-spotlight-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.bbrd-spotlight-video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

.bbrd-spotlight-flickr {
    width: 100%;
    overflow: hidden;
}

.bbrd-spotlight-flickr img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.bbrd-spotlight-shuffle-wrap {
    margin-top: auto;
}

.bbrd-shuffle-btn {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
}

.bbrd-shuffle-btn:hover {
    background: #333;
}

/* ── SHARED SPOTLIGHT TYPOGRAPHY ── */

.bbrd-spotlight-type {
    font-family: "Sora", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ec008c;
    margin: 10px 0 5px;
}

.bbrd-spotlight-title {
    font-family: "Sora", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 4px;
}

.bbrd-spotlight-title-link {
    text-decoration: none;
}

.bbrd-spotlight-title-link:hover .bbrd-spotlight-title {
    color: #ec008c;
}

.bbrd-spotlight-sub {
    font-family: "Sora", sans-serif;
    font-size: 15px;
    color: #555;
    margin-bottom: 4px;
}

.bbrd-spotlight-meta {
    font-family: "Sora", sans-serif;
    font-size: 13px;
    color: #888;
    margin-bottom: 6px;
}

.bbrd-spotlight-small-title {
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.3;
}

.bbrd-spotlight-press-outlet {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
}

.bbrd-spotlight-photo-credit {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}

.bbrd-spotlight-link {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #00ACE1;
    text-decoration: none;
    display: inline-block;
}

.bbrd-spotlight-link:hover {
    color: #ec008c;
}

/* Empty state */
.bbrd-spotlight-empty-box {
    background: #f0f0f0;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
}

/* ── BROWSE SECTION ── */

.bbrd-landing-browse {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 50px;
    margin-top: 24px;
}

/* Sidebar */
.bbrd-landing-sidebar {}

.bbrd-landing-search {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 30px;
}

.bbrd-landing-search-input {
    width: 100%;
    padding: 11px 14px;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    border: 2px solid #e0d8d0;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}

.bbrd-landing-search-input:focus {
    border-color: #00ACE1;
}

.bbrd-landing-search-btn {
    width: 100%;
    padding: 11px;
    background: #000;
    color: #fff;
    border: none;
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.bbrd-landing-search-btn:hover {
    background: #333;
}

.bbrd-landing-clear-search {
    font-family: "Sora", sans-serif;
    font-size: 11px;
    color: #00ACE1;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 4px;
}

.bbrd-landing-clear-search:hover {
    color: #ec008c;
}

.bbrd-landing-nav-title {
    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
}

.bbrd-landing-nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 14px;
    margin-bottom: 6px;
    background: #fff;
    border: 2px solid #e0d8d0;
    text-decoration: none;
    transition: all 0.2s;
}

.bbrd-landing-nav-item:hover {
    border-color: #000;
}

.bbrd-landing-nav-item.active {
    background: #000;
    border-color: #000;
    color: #fff;
}

.bbrd-landing-nav-label {
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: inherit;
}

.bbrd-landing-nav-count {
    font-family: "Sora", sans-serif;
    font-size: 11px;
    color: #999;
    font-weight: 600;
}

.bbrd-landing-nav-item.active .bbrd-landing-nav-count {
    color: #888;
}

.bbrd-landing-year-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.bbrd-landing-year-pill {
    padding: 7px 12px;
    background: #fff;
    border: 2px solid #e0d8d0;
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    user-select: none;
}

.bbrd-landing-year-pill:hover {
    border-color: #000;
}

.bbrd-landing-year-pill.active {
    background: #000;
    border-color: #000;
    color: #fff;
}

.bbrd-type-toggle {
    cursor: pointer;
    user-select: none;
}

.bbrd-landing-nav-item {
    user-select: none;
}

.bbrd-clear-types {
    font-family: "Sora", sans-serif;
    font-size: 11px;
    color: #00ACE1;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    margin-top: 8px;
    user-select: none;
}

.bbrd-clear-types:hover {
    color: #ec008c;
}

.bbrd-type-tag {
    cursor: pointer;
    user-select: none;
}

/* ── RESULTS ── */

.bbrd-results-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 16px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 15px 0;
    margin-bottom: 20px;
}

.bbrd-results-title {
    font-family: "Sora", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #000;
}

.bbrd-results-count {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    color: #999;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bbrd-filter-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.bbrd-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #000;
    color: #fff;
    padding: 5px 12px;
    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.bbrd-filter-tag span {
    opacity: 0.6;
}

.bbrd-filter-tag:hover {
    background: #333;
    color: #fff;
}

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

.bbrd-result-card {
    background: #f6f6f6;
    transition: all 0.2s;
}

.bbrd-result-card:hover {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.bbrd-result-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.bbrd-result-card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.bbrd-result-card-body {
    padding: 12px;
}

.bbrd-result-card-date {
    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #ec008c;
    margin-bottom: 4px;
}

.bbrd-result-card-title {
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 3px;
    transition: color 0.2s;
}

.bbrd-result-card:hover .bbrd-result-card-title {
    color: #ec008c;
}

.bbrd-result-card-sub {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}

.bbrd-result-card-badges {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.bbrd-badge {
    padding: 3px 7px;
    font-family: "Sora", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bbrd-badge-photos   { background: #e8f4fb; color: #00ACE1; }
.bbrd-badge-video    { background: #fce8f5; color: #ec008c; }
.bbrd-badge-audio    { background: #e8fce8; color: #2a9d2a; }
.bbrd-badge-press    { background: #fff3e0; color: #e67e00; }
.bbrd-badge-ephemera { background: #f3e8ff; color: #7c3aed; }

.bbrd-results-empty {
    padding: 60px 20px;
    text-align: center;
    background: #f6f6f6;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    color: #666;
}

/* ── RESPONSIVE ── */

@media (max-width: 1024px) {
    .bbrd-landing-spotlight-grid {
        grid-template-columns: 1fr;
    }
    .bbrd-landing-title {
        font-size: 48px;
    }
    .bbrd-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bbrd-archive-landing {
        padding: 0 20px;
        margin: 30px auto;
    }
    .bbrd-landing-title {
        font-size: 36px;
    }
    .bbrd-landing-intro {
        font-size: 16px;
    }
    .bbrd-landing-browse {
        grid-template-columns: 1fr;
    }
    .bbrd-spotlight-bottom-row {
        grid-template-columns: 1fr;
    }
    .bbrd-results-grid {
        grid-template-columns: 1fr;
    }
}