.hall-of-fame-page {
    color-scheme: light;
    --hall-ink: #201e18;
    --hall-muted: #706c60;
    --hall-line: #ded8c5;
    --hall-gold: #85691c;
    --hall-green: #17633d;
    --hall-soft: #f7f2e3;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 64px 0 80px;
    color: var(--hall-ink);
    line-height: 1.55;
}

.hall-of-fame-page,
.hall-of-fame-page * {
    box-sizing: border-box;
}

.hall-of-fame-page h1,
.hall-of-fame-page h2,
.hall-of-fame-page h3,
.hall-of-fame-page p {
    margin-top: 0;
}

.hall-of-fame-page .hall-page-header {
    max-width: 820px;
    margin-bottom: 30px;
}

.hall-of-fame-page .hall-page-eyebrow {
    margin-bottom: 9px;
    color: var(--hall-gold);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hall-of-fame-page .hall-page-header h1 {
    margin-bottom: 16px;
    font-size: clamp(2.8rem, 7vw, 5.2rem);
    line-height: .96;
    letter-spacing: -.05em;
}

.hall-of-fame-page .hall-page-header>p:last-child {
    max-width: 690px;
    margin-bottom: 0;
    color: var(--hall-muted);
    font-size: 1.05rem;
}

.hall-of-fame-page .hall-stat-strip {
    display: grid;
    grid-template-columns: 1.25fr repeat(5, 1fr);
    margin-bottom: 58px;
    overflow: hidden;
    border: 1px solid var(--hall-line);
    border-radius: 18px;
    background: #fff;
}

.hall-of-fame-page .hall-stat {
    display: grid;
    align-content: center;
    min-height: 112px;
    padding: 20px;
    border-left: 1px solid var(--hall-line);
}

.hall-of-fame-page .hall-stat:first-child {
    border-left: 0;
}

.hall-of-fame-page .hall-stat strong {
    color: var(--hall-green);
    font-size: clamp(1.75rem, 4vw, 2.55rem);
    line-height: 1;
}

.hall-of-fame-page .hall-stat span {
    margin-top: 8px;
    color: var(--hall-muted);
    font-size: .76rem;
    font-weight: 750;
    line-height: 1.25;
}

.hall-of-fame-page .hall-stat-primary {
    background: var(--hall-soft);
}

.hall-of-fame-page .hall-stat-primary strong {
    color: var(--hall-gold);
}

.hall-of-fame-page .hall-category-section {
    margin-bottom: 72px;
}

.hall-of-fame-page .hall-section-heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.hall-of-fame-page .hall-section-heading h2 {
    margin-bottom: 8px;
    font-size: clamp(1.9rem, 5vw, 3rem);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.hall-of-fame-page .hall-section-heading>p:last-child {
    margin-bottom: 0;
    color: var(--hall-muted);
}

.hall-of-fame-page .hall-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    align-items: start;
}
.hall-of-fame-page .hall-category-card:last-child {
    grid-column: 2 / span 2;
}

.hall-of-fame-page .hall-category-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--hall-line);
    border-top: 4px solid var(--hall-gold);
    border-radius: 18px;
    background: #fff;
}

.hall-of-fame-page .hall-category-german,
.hall-of-fame-page .hall-category-national {
    border-top-color: var(--hall-green);
}

.hall-of-fame-page .hall-category-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    padding: 18px;
    background: linear-gradient(145deg, #fffdf7, #f9f5e9);
}

.hall-of-fame-page .hall-category-header h3 {
    margin-bottom: 3px;
    font-size: 1.08rem;
    line-height: 1.2;
}

.hall-of-fame-page .hall-category-header p {
    margin-bottom: 0;
    color: var(--hall-muted);
    font-size: .75rem;
}

.hall-of-fame-page .hall-category-header>strong {
    display: grid;
    min-width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--hall-soft);
    color: var(--hall-gold);
    font-size: .92rem;
}

.hall-of-fame-page .hall-category-people {
    display: grid;
    padding: 0 14px 10px;
}

.hall-of-fame-page .hall-category-person {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-width: 0;
    padding: 10px 3px;
    border-top: 1px solid var(--hall-line);
    color: inherit;
    text-decoration: none;
}

.hall-of-fame-page .hall-category-person:first-child {
    border-top: 0;
}

.hall-of-fame-page .hall-category-person:hover .hall-category-name {
    color: var(--hall-green);
}

.hall-of-fame-page .hall-category-person:focus-visible {
    outline: 3px solid rgba(23, 99, 61, .2);
    outline-offset: -2px;
}

.hall-of-fame-page .hall-category-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.hall-of-fame-page .hall-category-initials {
    display: grid;
    place-items: center;
    background: #eee8d7;
    color: #6b5519;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .04em;
}

.hall-of-fame-page .hall-category-name {
    min-width: 0;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.hall-of-fame-page .hall-category-count {
    color: var(--hall-muted);
    font-size: .68rem;
    white-space: nowrap;
}

.hall-of-fame-page .hall-all-people {
    padding-top: 4px;
}

.hall-of-fame-page .hall-person-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.hall-of-fame-page .hall-person-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--hall-line);
    border-radius: 22px;
    background: linear-gradient(145deg, #fff, #fdfbf5);
    box-shadow: 0 12px 35px rgba(61, 51, 24, .055);
}

.hall-of-fame-page .hall-person-profile {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 22px;
    color: inherit;
    text-decoration: none;
}

.hall-of-fame-page .hall-person-profile:hover .hall-person-name {
    color: var(--hall-gold);
}

.hall-of-fame-page .hall-person-profile:focus-visible {
    outline: 3px solid rgba(133, 105, 28, .24);
    outline-offset: -3px;
}

.hall-of-fame-page .hall-person-photo {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
}

.hall-of-fame-page .hall-person-initials {
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #e6dcc0, #f4eedc);
    color: #6b5519;
    font-size: 1.15rem;
    font-weight: 850;
    letter-spacing: .09em;
}

.hall-of-fame-page .hall-person-name {
    min-width: 0;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
}

.hall-of-fame-page .hall-person-arrow {
    color: var(--hall-gold);
    font-size: 1.25rem;
}

.hall-of-fame-page .hall-title-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0 22px 18px;
    list-style: none;
}

.hall-of-fame-page .hall-title-list li {
    display: grid;
    grid-template-columns: minmax(88px, auto) 1fr;
    gap: 16px;
    padding: 11px 0;
    border-top: 1px solid var(--hall-line);
}

.hall-of-fame-page .hall-title-year {
    color: var(--hall-gold);
    font-size: .86rem;
    font-weight: 850;
}

.hall-of-fame-page .hall-title-content {
    display: grid;
    min-width: 0;
}

.hall-of-fame-page .hall-title-content strong {
    font-size: .92rem;
    overflow-wrap: anywhere;
}

.hall-of-fame-page .hall-title-content>span {
    color: var(--hall-muted);
    font-size: .8rem;
}

.hall-of-fame-page .hall-page-state {
    padding: 38px;
    border: 1px solid var(--hall-line);
    border-radius: 20px;
    background: var(--hall-soft);
    text-align: center;
}

.hall-of-fame-page .hall-page-state p {
    margin-bottom: 0;
    color: var(--hall-muted);
}

@media (max-width: 1020px) {
    .hall-of-fame-page .hall-stat-strip {
        grid-template-columns: repeat(3, 1fr);
    }

    .hall-of-fame-page .hall-stat:nth-child(4) {
        border-left: 0;
        border-top: 1px solid var(--hall-line);
    }

    .hall-of-fame-page .hall-stat:nth-child(5) {
        border-top: 1px solid var(--hall-line);
    }

    .hall-of-fame-page .hall-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .hall-of-fame-page .hall-person-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .hall-of-fame-page {
        width: min(100% - 28px, 1180px);
        padding: 42px 0 58px;
    }

    .hall-of-fame-page .hall-page-header {
        margin-bottom: 24px;
    }

    .hall-of-fame-page .hall-stat-strip {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 44px;
    }

    .hall-of-fame-page .hall-stat {
        min-height: 96px;
        border-top: 1px solid var(--hall-line);
    }

    .hall-of-fame-page .hall-stat:nth-child(odd) {
        border-left: 0;
    }

    .hall-of-fame-page .hall-stat:nth-child(-n+2) {
        border-top: 0;
    }

    .hall-of-fame-page .hall-category-grid {
        grid-template-columns: 1fr;
    }

    .hall-of-fame-page .hall-category-section {
        margin-bottom: 54px;
    }

    .hall-of-fame-page .hall-person-profile {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 15px;
        padding: 18px;
    }

    .hall-of-fame-page .hall-person-photo {
        width: 64px;
        height: 64px;
    }

    .hall-of-fame-page .hall-person-arrow {
        display: none;
    }

    .hall-of-fame-page .hall-title-list {
        padding: 0 18px 14px;
    }

    .hall-of-fame-page .hall-title-list li {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}