/* Phase 12 — Hall of Fame detail, full-width archival identity */
.ib-hof-show-main-phase12 {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: clip;
}

.ib-hof-show-page-phase12 {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    background: #f3f6f9;
    --hof-12-navy: #062544;
    --hof-12-ink: #102d4d;
    --hof-12-muted: #68778b;
    --hof-12-orange: #f4861f;
    --hof-12-line: rgba(15, 42, 74, .1);
}

.ib-hof-show-page-phase12 > .ib-hof-show-hero {
    position: relative;
    width: 100vw !important;
    max-width: none !important;
    min-height: 350px;
    margin: 0 calc(50% - 50vw) !important;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(3, 21, 43, .88) 0%, rgba(4, 30, 59, .94) 47%, rgba(4, 29, 57, .98) 100%),
        url("../images/unified-hubs/heritage-honors-hero.webp") 18% 48% / cover no-repeat;
}

.ib-hof-show-page-phase12 > .ib-hof-show-hero::before,
.ib-hof-show-page-phase12 > .ib-hof-show-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.ib-hof-show-page-phase12 > .ib-hof-show-hero::before {
    inset: 0;
    opacity: .16;
    background-image: repeating-linear-gradient(135deg, #fff 0 1px, transparent 1px 24px);
}

.ib-hof-show-page-phase12 > .ib-hof-show-hero::after {
    width: 210px;
    height: 210px;
    inset-inline-start: 47%;
    bottom: -125px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
}

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

.ib-hof-show-page-phase12 .ib-hof-show-hero > .ib-container {
    position: relative;
    z-index: 1;
    padding-top: 28px;
    padding-bottom: 58px;
}

.ib-hof-show-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 54px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    font-weight: 750;
}

.ib-hof-show-breadcrumb a {
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
}

.ib-hof-show-breadcrumb a:hover {
    color: #fff;
}

.ib-hof-show-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 42px;
}

.ib-hof-show-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff9a3d;
    font-size: 13px;
    font-weight: 900;
}

.ib-hof-show-eyebrow::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    background: var(--hof-12-orange);
    box-shadow: 0 0 0 5px rgba(244, 134, 31, .13);
}

.ib-hof-show-page-phase12 .ib-hof-show-hero h1 {
    margin: 12px 0 7px;
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 950;
    line-height: 1.35;
}

.ib-hof-show-page-phase12 .ib-hof-show-hero p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 16px;
    font-weight: 800;
}

.ib-hof-show-hero__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    max-width: 380px;
}

.ib-hof-show-hero__meta span {
    min-height: 40px;
    padding: 9px 14px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    color: rgba(255, 255, 255, .84);
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(8px);
    font-size: 12px;
    font-weight: 850;
}

.ib-hof-show-page-phase12 .ib-hof-show-section {
    margin: 0 !important;
    padding: 0 0 clamp(52px, 7vw, 82px) !important;
    background:
        linear-gradient(180deg, #edf2f6 0, #f6f8fa 390px, #fff 100%);
}

.ib-hof-show-workspace {
    position: relative;
}

.ib-hof-show-identity {
    position: relative;
    z-index: 3;
    margin-top: -36px;
    padding: 22px;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: stretch;
    gap: 28px;
    border: 1px solid var(--hof-12-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 60px rgba(15, 42, 74, .11);
}

.ib-hof-show-portrait {
    position: relative;
    min-height: 350px;
    margin: 0;
    display: grid;
    overflow: hidden;
    place-items: center;
    border-radius: 20px;
    color: rgba(255, 255, 255, .26);
    background:
        radial-gradient(circle at 20% 16%, rgba(244, 134, 31, .34), transparent 30%),
        linear-gradient(135deg, #061b33, #0b3c68 68%, #9c641e);
    font-size: 92px;
    font-weight: 950;
}

.ib-hof-show-portrait img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    display: block;
    object-fit: cover;
    object-position: center 22%;
}

.ib-hof-show-identity__content {
    min-width: 0;
    padding: 12px 8px 8px;
}

.ib-hof-show-identity__content h2 {
    margin: 7px 0 4px;
    color: var(--hof-12-ink);
    font-size: clamp(26px, 3vw, 36px);
}

.ib-hof-show-title {
    margin: 0;
    color: #53647a;
    font-weight: 850;
}

.ib-hof-show-page-phase12 .ib-hof-facts {
    margin: 20px 0 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ib-hof-show-page-phase12 .ib-hof-fact {
    min-height: 72px;
    padding: 12px 14px;
    border-radius: 14px;
}

.ib-hof-show-summary {
    max-width: 850px;
    margin: 0 0 16px;
    color: #4e5f73;
    line-height: 2;
}

.ib-hof-show-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 14px;
}

.ib-hof-show-actions .ib-btn {
    min-height: 42px;
}

.ib-hof-show-page-phase12 .ib-hof-show-content-grid {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 18px;
    margin-top: 20px;
}

.ib-hof-show-story {
    display: grid;
    align-content: start;
    gap: 16px;
}

.ib-hof-show-page-phase12 .ib-card {
    border: 1px solid var(--hof-12-line) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 30px rgba(15, 42, 74, .045) !important;
}

.ib-hof-show-page-phase12 .ib-hof-prose {
    padding: clamp(22px, 2.8vw, 32px) !important;
}

.ib-hof-show-page-phase12 .ib-hof-prose h2 {
    margin: 6px 0 14px;
    font-size: clamp(22px, 2.4vw, 30px);
}

.ib-hof-show-page-phase12 .ib-hof-show-empty {
    min-height: 130px;
    padding: 25px 28px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(110deg, rgba(255, 247, 237, .92), rgba(255, 255, 255, .98) 62%) !important;
}

.ib-hof-show-empty h2 {
    margin: 7px 0 5px;
    color: var(--hof-12-ink);
    font-size: 22px;
}

.ib-hof-show-empty p {
    margin: 0;
    color: var(--hof-12-muted);
}

.ib-hof-show-page-phase12 .ib-hof-sidebar {
    gap: 14px;
    top: 86px;
}

.ib-hof-show-page-phase12 .ib-hof-show-side-card {
    padding: 18px !important;
}

.ib-hof-show-side-card h2 {
    margin: 6px 0 12px;
    color: var(--hof-12-ink);
    font-size: 18px;
}

.ib-hof-show-page-phase12 .ib-hof-honor-list {
    gap: 9px;
}

.ib-hof-show-page-phase12 .ib-hof-honor {
    padding: 12px;
    border-radius: 13px;
}

.ib-hof-show-page-phase12 .ib-hof-honor strong,
.ib-hof-show-page-phase12 .ib-hof-honor span {
    display: block;
}

.ib-hof-show-page-phase12 .ib-hof-honor span {
    margin-top: 5px;
    color: #7a6746;
    font-size: 12px;
}

@media (max-width: 1020px) {
    .ib-hof-show-page-phase12 .ib-hof-show-content-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ib-hof-show-page-phase12 .ib-hof-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: static;
        order: -1;
    }
}

@media (max-width: 820px) {
    .ib-hof-show-identity {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 20px;
    }

    .ib-hof-show-portrait,
    .ib-hof-show-portrait img {
        min-height: 320px;
    }

    .ib-hof-show-page-phase12 .ib-hof-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .ib-hof-show-page-phase12 > .ib-hof-show-hero {
        min-height: 310px;
    }

    .ib-hof-show-page-phase12 .ib-hof-show-hero > .ib-container,
    .ib-hof-show-page-phase12 .ib-hof-show-section > .ib-container {
        width: min(calc(100% - 24px), var(--ibh-container, 1240px)) !important;
    }

    .ib-hof-show-page-phase12 .ib-hof-show-hero > .ib-container {
        padding-top: 20px;
        padding-bottom: 48px;
    }

    .ib-hof-show-breadcrumb {
        margin-bottom: 42px;
    }

    .ib-hof-show-hero__content {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .ib-hof-show-hero__meta {
        justify-content: flex-start;
    }

    .ib-hof-show-identity {
        margin-top: -26px;
        padding: 14px;
        grid-template-columns: minmax(0, 1fr);
    }

    .ib-hof-show-portrait,
    .ib-hof-show-portrait img {
        min-height: 300px;
        height: 300px;
    }

    .ib-hof-show-identity__content {
        padding: 8px 4px 4px;
    }

    .ib-hof-show-page-phase12 .ib-hof-facts,
    .ib-hof-show-page-phase12 .ib-hof-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .ib-hof-show-actions .ib-btn {
        flex: 1 1 150px;
        justify-content: center;
    }
}
