/* Phase 11 — Hall of Fame index, full-width identity shell */
.ib-hof-main-phase11 {
    min-width: 0;
    overflow: clip;
}

.ib-hof-page-phase11 {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    --hof-11-navy: #082543;
    --hof-11-ink: #102d4d;
    --hof-11-muted: #66758a;
    --hof-11-orange: #f4861f;
    --hof-11-line: rgba(15, 42, 74, .1);
}

.ib-hof-page-phase11 > .ib-wide-page-hero {
    width: 100vw !important;
    max-width: none !important;
    margin-inline: calc(50% - 50vw) !important;
}

.ib-wide-page-hero--hall-of-fame {
    background:
        linear-gradient(90deg, rgba(2, 19, 40, .72) 0%, rgba(3, 25, 52, .82) 42%, rgba(3, 27, 57, .98) 100%),
        url("../images/unified-hubs/heritage-honors-hero.webp") 18% 48% / cover no-repeat;
}

.ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__inner {
    width: min(var(--ibh-container, 1240px), calc(100% - 40px));
    margin-inline: auto;
}

.ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__content {
    max-width: 760px;
}

.ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
}

.ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__stat {
    min-height: 70px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__stat + .ib-wide-page-hero__stat {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__stat strong {
    color: #fff;
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 950;
    line-height: 1;
}

.ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__stat span {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
}

.ib-hof-section-phase11 {
    width: 100%;
    margin: 0;
    padding: 0 0 clamp(56px, 8vw, 96px);
    background:
        linear-gradient(180deg, #eef3f8 0, #f8fafc 330px, #fff 760px);
}

.ib-hof-workspace {
    width: min(var(--ibh-container, 1240px), calc(100% - 40px)) !important;
    max-width: var(--ibh-container, 1240px) !important;
    margin-inline: auto !important;
}

.ib-hof-page-phase11 .ib-hof-filter {
    position: relative;
    z-index: 5;
    margin: -28px 0 0;
    padding: 10px 18px 20px;
    border: 1px solid var(--hof-11-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 20px 55px rgba(15, 42, 74, .11);
}

.ib-hof-page-phase11 .ib-hof-categories {
    min-height: 60px;
    margin: 0 -8px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 7px;
    overflow-x: auto;
    border-bottom: 1px solid rgba(15, 42, 74, .08);
    scrollbar-width: thin;
}

.ib-hof-page-phase11 .ib-hof-category {
    min-height: 42px;
    padding: 9px 14px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--hof-11-line);
    border-radius: 13px;
    color: #2a405a;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.ib-hof-page-phase11 .ib-hof-category:hover,
.ib-hof-page-phase11 .ib-hof-category:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(244, 134, 31, .46);
    outline: none;
}

.ib-hof-page-phase11 .ib-hof-category.is-active {
    border-color: var(--hof-11-navy);
    color: #fff;
    background: var(--hof-11-navy);
}

.ib-hof-page-phase11 .ib-hof-category em {
    min-width: 24px;
    padding: 2px 7px;
    border-radius: 999px;
    color: #bd6b16;
    background: #fff3e5;
    font-size: 11px;
    font-style: normal;
    text-align: center;
}

.ib-hof-page-phase11 .ib-hof-category.is-active em {
    color: #ffe1a8;
    background: rgba(255, 255, 255, .12);
}

.ib-hof-filter__grid {
    padding-top: 16px;
    display: grid;
    grid-template-columns: minmax(280px, 2fr) minmax(180px, .8fr) auto;
    gap: 14px;
    align-items: end;
}

.ib-hof-filter__grid label {
    display: block;
    margin-bottom: 7px;
    color: var(--hof-11-ink);
    font-size: 12px;
    font-weight: 900;
}

.ib-hof-filter__grid input,
.ib-hof-filter__grid select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d9e0e8;
    border-radius: 12px;
    color: #263c55;
    background: #fff;
}

.ib-hof-page-phase11 .ib-hof-actions {
    align-items: center;
    flex-wrap: nowrap;
}

.ib-hof-result-head {
    margin: clamp(38px, 5vw, 58px) 0 22px;
    padding: 22px 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
    border: 1px solid rgba(15, 42, 74, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .82);
}

.ib-hof-result-head h2 {
    margin: 7px 0 0;
    color: var(--hof-11-ink);
    font-size: clamp(25px, 3vw, 36px);
}

.ib-hof-result-head > p {
    margin: 0;
    color: var(--hof-11-muted);
    font-size: 13px;
}

.ib-hof-result-head--legacy {
    grid-template-columns: 1fr;
    margin-top: 48px;
}

.ib-hof-page-phase11 .ib-hof-directory {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 380px));
    justify-content: center;
    gap: 22px;
}

.ib-hof-page-phase11 .ib-hof-card {
    height: 100%;
    min-height: 480px;
    padding: 0;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--hof-11-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(15, 42, 74, .07);
}

.ib-hof-page-phase11 .ib-hof-card__media {
    position: relative;
    min-height: 245px;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    background:
        radial-gradient(circle at 18% 18%, rgba(244, 134, 31, .32), transparent 28%),
        linear-gradient(135deg, #061b33, #0b3c68 68%, #9c641e);
    background-position: center 24%;
    background-size: cover;
    text-decoration: none;
}

.ib-hof-page-phase11 .ib-hof-card__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(3, 18, 35, .96) 0%, rgba(3, 18, 35, .2) 68%, rgba(3, 18, 35, .05) 100%);
}

.ib-hof-page-phase11 .ib-hof-card__fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .13);
    font-size: 110px;
    font-weight: 950;
}

.ib-hof-card__featured {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    color: #fff;
    background: rgba(244, 134, 31, .92);
    font-size: 10px;
    font-weight: 900;
}

.ib-hof-page-phase11 .ib-hof-card__identity {
    position: relative;
    z-index: 2;
    inset: auto;
    width: 100%;
    padding: 22px;
}

.ib-hof-page-phase11 .ib-hof-card__identity h2 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 22px;
    line-height: 1.55;
}

.ib-hof-page-phase11 .ib-hof-card__identity p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.8;
}

.ib-hof-page-phase11 .ib-hof-card__body {
    min-height: 0;
    padding: 18px 20px 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.ib-hof-page-phase11 .ib-hof-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ib-hof-page-phase11 .ib-hof-meta .ib-badge,
.ib-hof-page-phase11 .ib-hof-card__body > .ib-badge {
    border: 1px solid #eee4d4;
    color: #9c681c;
    background: #fff9ef;
}

.ib-hof-page-phase11 .ib-hof-card__summary {
    min-height: 0;
    margin: 14px 0 18px;
    color: #617087;
    font-size: 13px;
    line-height: 1.95;
}

.ib-hof-page-phase11 .ib-hof-card__body > .ib-btn {
    width: max-content;
    margin-top: auto;
}

.ib-hof-pagination {
    margin-top: 28px;
}

.ib-hof-page-phase11 .ib-hof-empty {
    margin-top: 36px;
    border-radius: 22px;
}

@media (max-width: 900px) {
    .ib-hof-filter__grid {
        grid-template-columns: minmax(0, 1fr) minmax(180px, .55fr);
    }

    .ib-hof-page-phase11 .ib-hof-actions {
        grid-column: 1 / -1;
    }

    .ib-hof-result-head {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 10px;
    }
}

@media (max-width: 720px) {
    .ib-hof-workspace,
    .ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__inner {
        width: min(100% - 28px, var(--ibh-container, 1240px)) !important;
    }

    .ib-wide-page-hero--hall-of-fame {
        background-position: 26% center;
    }

    .ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__stat {
        min-height: 78px;
        padding: 12px 8px;
        display: grid;
        place-items: center;
        gap: 5px;
        text-align: center;
    }

    .ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__stat + .ib-wide-page-hero__stat {
        border-top: 0;
        border-right: 1px solid rgba(255, 255, 255, .12);
    }

    .ib-wide-page-hero--hall-of-fame .ib-wide-page-hero__stat strong {
        font-size: 26px;
    }

    .ib-hof-page-phase11 .ib-hof-filter {
        margin-top: -18px;
        padding-inline: 12px;
    }

    .ib-hof-filter__grid {
        grid-template-columns: 1fr;
    }

    .ib-hof-page-phase11 .ib-hof-actions {
        grid-column: auto;
        flex-wrap: wrap;
    }

    .ib-hof-result-head {
        padding: 18px;
    }

    .ib-hof-page-phase11 .ib-hof-directory {
        grid-template-columns: minmax(0, 1fr);
    }

    .ib-hof-page-phase11 .ib-hof-card {
        min-height: 450px;
    }
}
