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

.club-subhero {
    padding: 90px 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
}

.history-section {
    padding: 76px 0
}

.history-timeline {
    position: relative;
    max-width: 920px;
    margin: 0 auto
}

.history-timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 2px;
    background: #eceff1;
    content: ""
}

.history-season {
    position: relative;
    z-index: 1;
    margin: 0 0 20px
}

.history-season span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 999px;
    background: var(--red);
    color: #fff;
    font-size: 13px;
    font-weight: 800
}

.history-entry {
    position: relative;
    margin: 0 0 22px 62px;
    padding: 22px 24px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(25, 30, 36, .05)
}

.history-entry::before {
    position: absolute;
    top: 27px;
    left: -43px;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 1px rgba(200, 16, 46, .25);
    content: ""
}

.history-entry h2 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 20px;
    font-weight: 800
}

.history-entry__text {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7
}

.history-empty {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #f7f8f9
}

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

    .history-timeline::before {
        left: 16px
    }

    .history-entry {
        margin-left: 44px;
        padding: 19px
    }

    .history-entry::before {
        left: -34px
    }
}
