.club-reports-page {
    --red: #c8102e;
    --ink: #20242a;
    --muted: #68717a;
    --line: #e5e8eb;
    background: #fff
}

.club-subhero {
    padding: 76px 0;
    background: linear-gradient(120deg, #20242a, #2b2e34 58%, #8f0c22);
    color: #fff
}

.club-subhero__eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase
}

.club-subhero h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 800;
    letter-spacing: -.035em
}

.club-subhero p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.6
}

.reports-section {
    padding: 76px 0
}

.reports-grid {
    display: grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 18px
}

.report-card {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(25, 30, 36, .055)
}

.report-card__icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 13px;
    background: rgba(200, 16, 46, .08);
    color: var(--red);
    font-size: 20px
}

.report-card__meta {
    margin-bottom: 7px;
    color: var(--red);
    font-size: 12px;
    font-weight: 800
}

.report-card h2 {
    margin: 0 0 20px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4
}

.report-card__link {
    margin-top: auto;
    color: var(--red);
    font-weight: 800
}

.report-card__unavailable {
    margin-top: auto;
    color: #9b5b00;
    font-size: 13px;
    font-weight: 700
}

@media (max-width: 767px) {
    .reports-section {
        padding: 58px 0
    }

    .reports-grid {
        grid-template-columns:1fr
    }
}
