.bp-band-archive,
.bp-band-single {
    background: #eee9df;
    color: #0b0b0b;
    font-family: "Special Elite", Georgia, serif;
    margin: 0 auto;
    max-width: 1220px;
    padding: 28px clamp(16px, 3vw, 34px) 56px;
}

.bp-band-archive h1,
.bp-band-archive h2,
.bp-band-single h1,
.bp-band-single h2 {
    font-family: "Road Rage", Impact, sans-serif;
    letter-spacing: 0;
    line-height: 0.95;
    text-transform: uppercase;
}

.bp-kicker {
    color: #d71920;
    font-weight: 700;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.bp-band-archive-hero,
.bp-band-hero {
    background: #050505;
    border: 5px solid #050505;
    color: #fff;
    display: grid;
    gap: 24px;
    margin-bottom: 22px;
    padding: clamp(18px, 3vw, 34px);
}

.bp-band-archive-hero {
    align-items: end;
    grid-template-columns: 1fr auto;
}

.bp-band-archive-hero h1,
.bp-band-hero h1 {
    color: #fff;
    font-size: clamp(54px, 9vw, 108px);
    margin: 0;
}

.bp-band-archive-hero p,
.bp-band-hero p {
    max-width: 760px;
}

.bp-archive-count {
    background: #d71920;
    color: #fff;
    min-width: 150px;
    padding: 14px 18px;
    text-align: center;
    text-transform: uppercase;
}

.bp-archive-count strong {
    display: block;
    font-family: "Road Rage", Impact, sans-serif;
    font-size: 64px;
    line-height: 0.9;
}

.bp-band-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.bp-band-card {
    background: #f8f4ea;
    border: 2px solid #111;
    min-height: 188px;
}

.bp-band-card-link {
    color: inherit;
    display: grid;
    gap: 14px;
    grid-template-columns: 92px 1fr;
    height: 100%;
    padding: 12px;
    text-decoration: none;
}

.bp-band-card-link:hover h2,
.bp-band-card-link:focus h2 {
    color: #d71920;
}

.bp-band-mark,
.bp-logo-placeholder {
    align-items: center;
    background: #050505;
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 92px;
    overflow: hidden;
}

.bp-band-mark img,
.bp-band-hero-art img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bp-band-mark span,
.bp-logo-placeholder span {
    font-family: "Road Rage", Impact, sans-serif;
    font-size: 72px;
    line-height: 1;
}

.bp-band-card h2 {
    font-size: 36px;
    margin: 0 0 4px;
}

.bp-band-card p {
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 10px;
}

.bp-band-meta,
.bp-band-years {
    color: #d71920;
    font-weight: 700;
    text-transform: uppercase;
}

.bp-status,
.bp-source-status {
    background: #111;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 8px;
    text-transform: uppercase;
}

.bp-band-pagination {
    margin-top: 28px;
}

.bp-band-hero {
    grid-template-columns: minmax(180px, 320px) 1fr;
}

.bp-band-hero-art {
    background: #111;
    min-height: 260px;
}

.bp-logo-placeholder {
    height: 100%;
    min-height: 260px;
}

.bp-band-deck {
    font-size: clamp(18px, 2.1vw, 26px);
    line-height: 1.25;
}

.bp-band-layout {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) 330px;
}

.bp-band-main-copy,
.bp-band-sidebar section,
.bp-empty {
    background: #f8f4ea;
    border: 2px solid #111;
    padding: 18px;
}

.bp-band-main-copy h2,
.bp-band-sidebar h2,
.bp-empty h2 {
    color: #111;
    font-size: 36px;
    margin: 0 0 12px;
}

.bp-entry-content {
    font-size: 17px;
    line-height: 1.55;
}

.bp-band-sidebar {
    display: grid;
    gap: 14px;
}

.bp-band-sidebar dl {
    margin: 0;
}

.bp-band-sidebar dt {
    color: #d71920;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}

.bp-band-sidebar dd {
    margin: 2px 0 0;
}

.bp-link-list,
.bp-source-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bp-link-list li,
.bp-source-list li {
    border-top: 1px solid #d8cfbf;
}

.bp-link-list a,
.bp-source-list a {
    color: #d71920;
    display: block;
    font-weight: 700;
    padding: 9px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.bp-callout {
    background: #d71920;
    color: #fff;
    display: grid;
    gap: 4px;
    margin-top: 18px;
    padding: 14px;
}

.bp-callout strong {
    font-family: "Road Rage", Impact, sans-serif;
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 820px) {
    .bp-band-archive-hero,
    .bp-band-hero,
    .bp-band-layout {
        grid-template-columns: 1fr;
    }

    .bp-archive-count {
        max-width: 180px;
    }
}

@media (max-width: 520px) {
    .bp-band-card-link {
        grid-template-columns: 72px 1fr;
    }

    .bp-band-mark {
        min-height: 72px;
    }

    .bp-band-card h2 {
        font-size: 30px;
    }
}
