/* Hall of Fame profile readability repair.
   Loaded separately with a dated asset version so a stale combined stylesheet
   can never leave the reigning No. 1 page in low contrast. */
.rshof-profile {
    min-height: 100vh;
    background:
        radial-gradient(circle at 86% 8%, rgba(197, 164, 111, .13), transparent 27%),
        #07131c !important;
    box-shadow: 0 0 0 100vmax #07131c;
    clip-path: inset(0 -100vmax);
}
.rshof-profile-hero,
.rshof-profile-hero--champion {
    border-color: rgba(222, 189, 117, .58) !important;
    background:
        radial-gradient(circle at 86% 8%, rgba(225, 194, 126, .14), transparent 30%),
        linear-gradient(135deg, #102a38 0%, #071821 72%) !important;
}
.rshof-profile-hero__content {
    position: relative;
    isolation: isolate;
    background: linear-gradient(135deg, rgba(8, 29, 40, .58), rgba(4, 17, 25, .20));
}
.rshof-profile-hero__content > * { position: relative; z-index: 1; }
.rshof-profile-hero .rshof-eyebrow {
    color: #e9cf97 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .38);
}
.rshof-profile-hero h1 {
    color: #fffdf8 !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .28);
}
.rshof-profile-hero__lead { color: #d7e0e4 !important; }
.rshof-profile-champion-callout {
    border-color: rgba(226, 192, 122, .66);
    background: linear-gradient(135deg, rgba(7, 25, 35, .88), rgba(21, 51, 63, .72));
}
.rshof-profile-champion-callout strong { color: #fffdf8 !important; }
.rshof-profile-champion-callout p { color: #d8e1e5 !important; }
.rshof-profile-score {
    border-color: rgba(226, 192, 122, .34);
    background: rgba(226, 192, 122, .24);
}
.rshof-profile-score > div { background: rgba(5, 20, 29, .93); }
.rshof-profile-score > div > span,
.rshof-profile-score strong small { color: #b9c8cf !important; }
.rshof-profile-score strong { color: #fffdf8 !important; }


/*
 * Prestige profile and format system.
 * The public profile, format archive and show pages share this system so the
 * gold/navy RSHOF brand is a consistent shell, while the editorial content
 * can use warm champagne and burgundy panels. The page canvas remains navy:
 * no bright outer gutters on wide screens.
 */
body.rshof-profile-format-prestige,
body.rshof-profile-format-prestige #page,
body.rshof-profile-format-prestige #rshof-content {
    background-color: #071923 !important;
}
body.rshof-profile-format-prestige #rshof-content {
    padding-top: clamp(20px, 3vw, 46px);
    padding-bottom: clamp(44px, 7vw, 96px);
    overflow: clip;
}
body.rshof-profile-format-prestige .site-main,
body.rshof-profile-format-prestige .entry-content {
    background: transparent !important;
}
body.rshof-profile-format-prestige .rshof-profile,
body.rshof-profile-format-prestige .rshof-show-profile,
body.rshof-profile-format-prestige .rshof-format-directory {
    --rshof-prestige-navy: #071923;
    --rshof-prestige-ink: #142631;
    --rshof-prestige-burgundy: #862738;
    --rshof-prestige-burgundy-dark: #551926;
    --rshof-prestige-gold: #c99c4f;
    --rshof-prestige-champagne: #f4e7d2;
    --rshof-prestige-paper: #fffaf1;
    --rshof-prestige-muted: #61707a;
    color: var(--rshof-prestige-ink);
    background:
        radial-gradient(circle at 3% 5%, rgba(201, 156, 79, .15), transparent 24rem),
        radial-gradient(circle at 94% 18%, rgba(134, 39, 56, .28), transparent 29rem),
        #071923 !important;
    box-shadow: 0 0 0 100vmax #071923;
    clip-path: inset(0 -100vmax);
}
body.rshof-profile-format-prestige .rshof-profile-watermark {
    opacity: .11;
    color: #f6e8ce;
}
body.rshof-profile-format-prestige .rshof-profile-hero,
body.rshof-profile-format-prestige .rshof-profile-hero--champion,
body.rshof-profile-format-prestige .rshof-show-hero,
body.rshof-profile-format-prestige .rshof-format-directory__hero {
    max-width: 1240px;
    margin: 0 auto clamp(28px, 4vw, 56px);
    overflow: hidden;
    border: 1px solid rgba(220, 185, 117, .6) !important;
    border-radius: clamp(22px, 3vw, 38px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .30);
}
body.rshof-profile-format-prestige .rshof-profile-hero {
    display: grid;
    grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
    align-items: stretch;
    background: var(--rshof-prestige-paper) !important;
}
body.rshof-profile-format-prestige .rshof-profile-hero__portrait {
    min-height: 520px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(9, 24, 34, .06), rgba(65, 13, 29, .55)),
        var(--rshof-prestige-burgundy-dark);
}
body.rshof-profile-format-prestige .rshof-profile-hero__portrait::after {
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(transparent, rgba(7, 25, 35, .86));
    content: "";
    pointer-events: none;
}
body.rshof-profile-format-prestige .rshof-profile-hero__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center top;
    filter: saturate(.96) contrast(1.04);
}
body.rshof-profile-format-prestige .rshof-rank-medallion {
    z-index: 2;
    border-color: rgba(255, 235, 193, .8);
    color: #fffaf1;
    background: rgba(7, 25, 35, .82);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .32);
}
body.rshof-profile-format-prestige .rshof-profile-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(32px, 5vw, 78px);
    background:
        linear-gradient(120deg, rgba(134, 39, 56, .08), transparent 43%),
        var(--rshof-prestige-paper) !important;
    color: var(--rshof-prestige-ink);
}
body.rshof-profile-format-prestige .rshof-profile-hero__content::before,
body.rshof-profile-format-prestige .rshof-show-hero__aside::before {
    width: 74px;
    height: 4px;
    margin: 0 0 24px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--rshof-prestige-burgundy), var(--rshof-prestige-gold));
    content: "";
}
body.rshof-profile-format-prestige .rshof-profile-hero .rshof-eyebrow,
body.rshof-profile-format-prestige .rshof-show-hero .rshof-eyebrow {
    color: var(--rshof-prestige-burgundy) !important;
    font-weight: 800;
    letter-spacing: .15em;
    text-shadow: none;
}
body.rshof-profile-format-prestige .rshof-profile-hero h1,
body.rshof-profile-format-prestige .rshof-show-hero h1,
body.rshof-profile-format-prestige .rshof-format-directory__hero h1 {
    max-width: 14ch;
    margin: 0;
    color: var(--rshof-prestige-ink) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.35rem, 5.2vw, 5.4rem);
    line-height: .94;
    letter-spacing: -.045em;
    text-shadow: none;
}
body.rshof-profile-format-prestige .rshof-profile-hero__lead,
body.rshof-profile-format-prestige .rshof-show-hero__aside p,
body.rshof-profile-format-prestige .rshof-format-directory__hero p {
    max-width: 61ch;
    margin-top: 23px;
    color: #40545f !important;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.66;
}
body.rshof-profile-format-prestige .rshof-profile-champion-callout,
body.rshof-profile-format-prestige .rshof-profile-honorary-callout,
body.rshof-profile-format-prestige .rshof-profile-state-notice {
    width: 100%;
    margin-top: 26px;
    padding: 18px 20px;
    border: 1px solid rgba(134, 39, 56, .35);
    border-left: 4px solid var(--rshof-prestige-burgundy);
    border-radius: 0 14px 14px 0;
    background: linear-gradient(90deg, #f7ebd7, #fffaf1);
    color: var(--rshof-prestige-ink);
}
body.rshof-profile-format-prestige .rshof-profile-champion-callout strong,
body.rshof-profile-format-prestige .rshof-profile-honorary-callout strong,
body.rshof-profile-format-prestige .rshof-profile-state-notice strong {
    color: var(--rshof-prestige-burgundy-dark) !important;
}
body.rshof-profile-format-prestige .rshof-profile-champion-callout p,
body.rshof-profile-format-prestige .rshof-profile-honorary-callout p,
body.rshof-profile-format-prestige .rshof-profile-state-notice p {
    color: #465760 !important;
}
body.rshof-profile-format-prestige .rshof-badges {
    margin-top: 22px;
}
body.rshof-profile-format-prestige .rshof-badges span,
body.rshof-profile-format-prestige .rshof-badges a {
    border-color: rgba(134, 39, 56, .48);
    background: #fff9ee;
    color: #653245;
}
body.rshof-profile-format-prestige .rshof-profile-score {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #ddbb78;
    background: linear-gradient(135deg, #f5e8d4, #e5c98f);
    box-shadow: none;
}
body.rshof-profile-format-prestige .rshof-profile-score > div {
    background: #fffaf1;
}
body.rshof-profile-format-prestige .rshof-profile-score strong,
body.rshof-profile-format-prestige .rshof-profile-score strong small {
    color: var(--rshof-prestige-ink) !important;
}
body.rshof-profile-format-prestige .rshof-profile-score > div > span {
    color: #60717b !important;
}
body.rshof-profile-format-prestige .rshof-profile-journey {
    max-width: 1240px;
    margin: 0 auto clamp(26px, 4vw, 46px);
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(220, 185, 117, .5);
    border-radius: 22px;
    background:
        linear-gradient(110deg, rgba(134, 39, 56, .26), transparent 44%),
        #102b38;
    color: #fffaf1;
}
body.rshof-profile-format-prestige .rshof-profile-journey__copy h2,
body.rshof-profile-format-prestige .rshof-profile-journey__copy p {
    color: inherit !important;
}
body.rshof-profile-format-prestige .rshof-profile-journey__copy h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 3vw, 2.65rem);
}
body.rshof-profile-format-prestige .rshof-profile-journey__links {
    gap: 12px;
}
body.rshof-profile-format-prestige .rshof-profile-journey__link {
    border-color: rgba(247, 227, 190, .7);
    background: rgba(255, 250, 241, .08);
    color: #fffaf1 !important;
}
body.rshof-profile-format-prestige .rshof-profile-journey__link:hover,
body.rshof-profile-format-prestige .rshof-profile-journey__link:focus-visible {
    border-color: #f3d496;
    background: #fffaf1;
    color: #551926 !important;
}
body.rshof-profile-format-prestige .rshof-profile-layout,
body.rshof-profile-format-prestige .rshof-show-profile > .rshof-show-section,
body.rshof-profile-format-prestige .rshof-format-directory > .rshof-format-grid {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
body.rshof-profile-format-prestige .rshof-profile-main,
body.rshof-profile-format-prestige .rshof-profile-sidebar {
    gap: clamp(20px, 2.8vw, 34px);
}
body.rshof-profile-format-prestige .rshof-profile-section,
body.rshof-profile-format-prestige .rshof-show-section,
body.rshof-profile-format-prestige .rshof-format-card {
    border: 1px solid rgba(220, 185, 117, .54);
    border-radius: 20px;
    background: var(--rshof-prestige-paper);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
    color: var(--rshof-prestige-ink);
}
body.rshof-profile-format-prestige .rshof-profile-section,
body.rshof-profile-format-prestige .rshof-show-section {
    padding: clamp(24px, 3.4vw, 40px);
}
body.rshof-profile-format-prestige .rshof-profile-section h2,
body.rshof-profile-format-prestige .rshof-show-section h2,
body.rshof-profile-format-prestige .rshof-format-directory h2 {
    color: var(--rshof-prestige-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 2.8vw, 2.65rem);
    line-height: 1.04;
}
body.rshof-profile-format-prestige .rshof-profile-section h2::after,
body.rshof-profile-format-prestige .rshof-show-section h2::after {
    display: block;
    width: 54px;
    height: 3px;
    margin-top: 14px;
    border-radius: 4px;
    background: var(--rshof-prestige-burgundy);
    content: "";
}
body.rshof-profile-format-prestige .rshof-profile-section p,
body.rshof-profile-format-prestige .rshof-profile-section li,
body.rshof-profile-format-prestige .rshof-show-section p,
body.rshof-profile-format-prestige .rshof-show-section li,
body.rshof-profile-format-prestige .rshof-format-card p {
    color: #4b5d66;
}
body.rshof-profile-format-prestige .rshof-profile-facts,
body.rshof-profile-format-prestige .rshof-ranking-history__summary,
body.rshof-profile-format-prestige .rshof-score-card,
body.rshof-profile-format-prestige .rshof-winner-history__card,
body.rshof-profile-format-prestige .rshof-season-card {
    border-color: rgba(134, 39, 56, .28);
    background: #f7ead7;
}
body.rshof-profile-format-prestige .rshof-profile-facts dt,
body.rshof-profile-format-prestige .rshof-ranking-history__summary strong,
body.rshof-profile-format-prestige .rshof-score-card strong,
body.rshof-profile-format-prestige .rshof-winner-history__card strong,
body.rshof-profile-format-prestige .rshof-season-card h3 {
    color: var(--rshof-prestige-ink);
}
body.rshof-profile-format-prestige .rshof-participation-table-wrap {
    border-color: rgba(134, 39, 56, .26);
}
body.rshof-profile-format-prestige .rshof-participation-table thead {
    background: #173340;
    color: #fffaf1;
}
body.rshof-profile-format-prestige .rshof-participation-table tbody tr:nth-child(even) {
    background: #fbf1e4;
}
body.rshof-profile-format-prestige .rshof-button--primary {
    border-color: #9a3041;
    background: linear-gradient(135deg, #9f3044, #6d1e2e);
    color: #fffaf1;
}
body.rshof-profile-format-prestige .rshof-button--secondary {
    border-color: #b28b4b;
    background: #fffaf1;
    color: #5d2636;
}
body.rshof-profile-format-prestige .rshof-show-hero {
    display: grid;
    grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr);
    background: var(--rshof-prestige-paper) !important;
}
body.rshof-profile-format-prestige .rshof-show-hero__logo,
body.rshof-profile-format-prestige .rshof-show-hero__format-mark {
    position: relative;
    display: grid;
    min-height: 380px;
    place-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 30%, rgba(214, 175, 99, .32), transparent 15rem),
        linear-gradient(145deg, #173844, #501727);
    color: #fffaf1;
    text-align: center;
}
body.rshof-profile-format-prestige .rshof-show-hero__logo img {
    width: min(68%, 300px);
    max-height: 260px;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .35));
}
body.rshof-profile-format-prestige .rshof-show-hero__format-mark::before,
body.rshof-profile-format-prestige .rshof-format-card__format-mark::before {
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(243, 212, 150, .5);
    border-radius: inherit;
    content: "";
}
body.rshof-profile-format-prestige .rshof-show-hero__format-mark i,
body.rshof-profile-format-prestige .rshof-format-card__format-mark i {
    margin-bottom: 16px;
    color: #e8c274;
    font-size: 2rem;
    font-style: normal;
}
body.rshof-profile-format-prestige .rshof-show-hero__format-mark small,
body.rshof-profile-format-prestige .rshof-format-card__format-mark small {
    color: #f4dfb5;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .2em;
}
body.rshof-profile-format-prestige .rshof-show-hero__format-mark b,
body.rshof-profile-format-prestige .rshof-format-card__format-mark b {
    margin-top: 8px;
    color: #fffaf1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.3rem, 2vw, 2rem);
    letter-spacing: .08em;
}
body.rshof-profile-format-prestige .rshof-show-hero__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(32px, 5vw, 70px);
    background: #fffaf1;
    color: var(--rshof-prestige-ink);
}
body.rshof-profile-format-prestige .rshof-show-logo-credit {
    color: #66747a;
}
body.rshof-profile-format-prestige .rshof-format-directory__hero {
    position: relative;
    padding: clamp(42px, 7vw, 86px);
    background:
        radial-gradient(circle at 82% 18%, rgba(201, 156, 79, .31), transparent 18rem),
        linear-gradient(120deg, #732333, #173541 58%, #0c2633) !important;
    color: #fffaf1;
}
body.rshof-profile-format-prestige .rshof-format-directory__hero::after {
    position: absolute;
    inset: auto clamp(42px, 7vw, 86px) 0 auto;
    width: clamp(110px, 22vw, 260px);
    height: 8px;
    border-radius: 8px 8px 0 0;
    background: #e5c27c;
    content: "";
}
body.rshof-profile-format-prestige .rshof-format-directory__hero h1 {
    max-width: 11ch;
    color: #fffaf1 !important;
}
body.rshof-profile-format-prestige .rshof-format-directory__hero p {
    color: #f4e8d6 !important;
}
body.rshof-profile-format-prestige .rshof-format-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.4vw, 30px);
}
body.rshof-profile-format-prestige .rshof-format-card {
    min-height: 100%;
    overflow: hidden;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body.rshof-profile-format-prestige .rshof-format-card:hover,
body.rshof-profile-format-prestige .rshof-format-card:focus-within {
    border-color: #d6ac62;
    box-shadow: 0 20px 42px rgba(0, 0, 0, .28);
    transform: translateY(-4px);
}
body.rshof-profile-format-prestige .rshof-format-card__logo,
body.rshof-profile-format-prestige .rshof-format-card__format-mark {
    position: relative;
    display: grid;
    min-height: 180px;
    place-content: center;
    overflow: hidden;
    background: linear-gradient(145deg, #183845, #501727);
}
body.rshof-profile-format-prestige .rshof-format-card__logo img {
    width: min(72%, 250px);
    max-height: 140px;
    object-fit: contain;
}
body.rshof-profile-format-prestige .rshof-format-card__format-mark {
    color: #fffaf1;
    text-align: center;
}
body.rshof-profile-format-prestige .rshof-format-card__format-mark b {
    font-size: 1.05rem;
}
body.rshof-profile-format-prestige .rshof-format-card__body {
    padding: 24px;
    border-top: 3px solid var(--rshof-prestige-burgundy);
}
body.rshof-profile-format-prestige .rshof-format-card__body h2,
body.rshof-profile-format-prestige .rshof-format-card__body h3,
body.rshof-profile-format-prestige .rshof-format-card__body strong {
    color: var(--rshof-prestige-ink);
}
body.rshof-profile-format-prestige .rshof-format-card__body a {
    color: #742537;
}
body.rshof-profile-format-prestige .rshof-star-grid .rshof-star-card {
    border-color: rgba(220, 185, 117, .44);
    background: #fffaf1;
}
body.rshof-profile-format-prestige .rshof-star-grid .rshof-star-card:hover {
    border-color: #c99c4f;
}
@media (max-width: 900px) {
    body.rshof-profile-format-prestige #rshof-content {
        padding-top: 18px;
    }
    body.rshof-profile-format-prestige .rshof-profile-hero,
    body.rshof-profile-format-prestige .rshof-show-hero {
        grid-template-columns: 1fr;
    }
    body.rshof-profile-format-prestige .rshof-profile-hero__portrait,
    body.rshof-profile-format-prestige .rshof-profile-hero__portrait img {
        min-height: min(118vw, 560px);
    }
    body.rshof-profile-format-prestige .rshof-profile-hero__content,
    body.rshof-profile-format-prestige .rshof-show-hero__aside {
        padding: clamp(28px, 8vw, 48px);
    }
    body.rshof-profile-format-prestige .rshof-show-hero__logo,
    body.rshof-profile-format-prestige .rshof-show-hero__format-mark {
        min-height: 260px;
    }
    body.rshof-profile-format-prestige .rshof-format-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    body.rshof-profile-format-prestige .rshof-profile-hero,
    body.rshof-profile-format-prestige .rshof-show-hero,
    body.rshof-profile-format-prestige .rshof-format-directory__hero {
        border-radius: 18px;
    }
    body.rshof-profile-format-prestige .rshof-profile-hero__portrait,
    body.rshof-profile-format-prestige .rshof-profile-hero__portrait img {
        min-height: min(132vw, 470px);
    }
    body.rshof-profile-format-prestige .rshof-profile-journey,
    body.rshof-profile-format-prestige .rshof-profile-section,
    body.rshof-profile-format-prestige .rshof-show-section {
        border-radius: 16px;
    }
    body.rshof-profile-format-prestige .rshof-format-grid {
        grid-template-columns: 1fr;
    }
    body.rshof-profile-format-prestige .rshof-format-card__logo,
    body.rshof-profile-format-prestige .rshof-format-card__format-mark {
        min-height: 156px;
    }
}


/* Keep the first editorial panel close to the header. The prestige canvas remains
   visible, but the desktop gap is approximately half of the earlier spacing. */
body.rshof-profile-format-prestige .rshof-profile {
    padding-top: clamp(52px, 5vw, 74px) !important;
}
body.rshof-profile-format-prestige .rshof-show-profile,
body.rshof-profile-format-prestige .rshof-format-directory {
    padding-top: clamp(24px, 3vw, 44px) !important;
}


/* The format directory currently uses an H2 in its hero. It must retain the
   light editorial colour on the navy/burgundy background. */
body.rshof-profile-format-prestige .rshof-format-directory__hero h1,
body.rshof-profile-format-prestige .rshof-format-directory__hero h2 {
    color: #fffaf1 !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, .22);
}

/* Mobile format directory compact cards. */
@media (max-width: 640px) {
    body.rshof-profile-format-prestige .rshof-format-card {
        grid-template-columns: 96px minmax(0, 1fr);
        grid-template-rows: auto auto;
        min-height: 0;
    }

    body.rshof-profile-format-prestige .rshof-format-card__logo,
    body.rshof-profile-format-prestige .rshof-format-card__format-mark {
        grid-column: 1;
        grid-row: 1;
        min-height: 0;
        height: 100%;
        padding: 10px;
    }

    body.rshof-profile-format-prestige .rshof-format-card__logo img {
        width: 100%;
        max-height: 80px;
    }

    body.rshof-profile-format-prestige .rshof-format-card__format-mark::before {
        inset: 8px;
    }

    body.rshof-profile-format-prestige .rshof-format-card__format-mark i {
        margin-bottom: 7px;
        font-size: 1.25rem;
    }

    body.rshof-profile-format-prestige .rshof-format-card__format-mark small {
        font-size: .52rem;
        letter-spacing: .12em;
    }

    body.rshof-profile-format-prestige .rshof-format-card__format-mark b {
        margin-top: 4px;
        font-size: .72rem;
        letter-spacing: .05em;
    }

    body.rshof-profile-format-prestige .rshof-format-card__body {
        grid-column: 2;
        grid-row: 1;
        padding: 16px 14px;
        border-top: 0;
        border-left: 3px solid var(--rshof-prestige-burgundy);
    }

    body.rshof-profile-format-prestige .rshof-format-card__body h3 {
        margin: 5px 0 8px;
        font-size: 1.35rem;
    }

    body.rshof-profile-format-prestige .rshof-format-card__body > p:not(.rshof-eyebrow) {
        margin: 8px 0;
        font-size: .8rem;
        line-height: 1.45;
    }

    body.rshof-profile-format-prestige .rshof-format-card dl {
        gap: 5px;
        margin-top: 12px;
    }

    body.rshof-profile-format-prestige .rshof-format-card dl div {
        gap: 8px;
        padding-top: 6px;
    }

    body.rshof-profile-format-prestige .rshof-format-card footer {
        grid-column: 1 / -1;
        grid-row: 2;
        padding: 11px 14px;
    }
}


/* 2026-09-02: unified Star Profile Prestige cards and contrast contract. */
body.rshof-profile-format-prestige .rshof-profile-main > .rshof-profile-section,
body.rshof-profile-format-prestige .rshof-profile-sidebar > .rshof-profile-section {
    position: relative;
    overflow: hidden;
    box-shadow:
        inset 0 4px 0 rgba(134, 39, 56, .92),
        0 16px 34px rgba(0, 0, 0, .18);
}

body.rshof-profile-format-prestige .rshof-profile-section > header .rshof-eyebrow,
body.rshof-profile-format-prestige .rshof-profile-section > .rshof-eyebrow {
    color: #862738 !important;
}

body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card {
    display: grid;
    gap: 18px;
    border-color: rgba(220, 185, 117, .72) !important;
    border-top: 5px solid #862738 !important;
    background:
        radial-gradient(circle at 100% 0, rgba(134, 39, 56, .14), transparent 48%),
        linear-gradient(160deg, #fffaf1 0%, #f6e7d2 100%) !important;
    color: #142631 !important;
}

body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card h2 {
    max-width: 12ch;
    margin: 0;
    color: #142631 !important;
    font-size: clamp(2rem, 2.4vw, 2.7rem);
    line-height: 1.02;
    hyphens: auto;
    overflow-wrap: break-word;
    text-wrap: balance;
}

body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card h2::after {
    background: linear-gradient(90deg, #862738, #c99c4f);
}

body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card p:not(.rshof-eyebrow) {
    margin: 0;
    color: #40545f !important;
    font-size: 1rem;
    line-height: 1.62;
}

body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card .rshof-button {
    min-height: 48px;
    justify-content: center;
    border-radius: 999px;
    text-align: center;
    white-space: normal;
}

body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card .rshof-button--primary {
    border-color: #a43a4b !important;
    background: linear-gradient(135deg, #9f3044, #6d1e2e) !important;
    color: #fffaf1 !important;
    box-shadow: 0 10px 24px rgba(109, 30, 46, .20);
}

body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card .rshof-button--secondary {
    border-color: #b28b4b !important;
    background: rgba(255, 250, 241, .92) !important;
    color: #551926 !important;
}

body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card .rshof-button:hover,
body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card .rshof-button:focus-visible {
    border-color: #c99c4f !important;
    box-shadow: 0 0 0 3px rgba(201, 156, 79, .25);
    transform: translateY(-1px);
}

body.rshof-profile-format-prestige .rshof-profile-management {
    border-color: rgba(134, 39, 56, .26);
    background: #fbf1e4;
}

body.rshof-profile-format-prestige .rshof-profile-management span {
    color: #6a747b;
}

body.rshof-profile-format-prestige .rshof-profile-management strong {
    color: #142631;
}

body.rshof-profile-format-prestige .rshof-profile-management a {
    color: #742537;
}

body.rshof-profile-format-prestige .rshof-profile-management--unverified strong {
    color: #53656e;
}

@media (max-width: 960px) {
    body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card {
        grid-template-columns: minmax(0, 1fr);
    }

    body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card h2 {
        max-width: none;
    }
}

@media (max-width: 600px) {
    body.rshof-profile-format-prestige .rshof-profile-main > .rshof-profile-section,
    body.rshof-profile-format-prestige .rshof-profile-sidebar > .rshof-profile-section {
        box-shadow:
            inset 0 3px 0 rgba(134, 39, 56, .92),
            0 10px 24px rgba(0, 0, 0, .16);
    }

    body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card {
        gap: 14px;
        border-top-width: 4px !important;
    }

    body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card h2 {
        font-size: clamp(1.8rem, 9vw, 2.3rem);
    }

    body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card p:not(.rshof-eyebrow) {
        font-size: .94rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.rshof-profile-format-prestige .rshof-profile-sidebar .rshof-profile-claim-card .rshof-button {
        transition: none;
    }
}


/* 2026-09-02: complete Star Profile readability contract across all nested modules. */
body.rshof-profile-format-prestige .rshof-profile-journey__copy p,
body.rshof-profile-format-prestige .rshof-profile-journey__copy strong {
    color: #fffaf1 !important;
}
body.rshof-profile-format-prestige .rshof-profile-journey__copy p {
    margin-bottom: 6px;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
body.rshof-profile-format-prestige .rshof-profile-journey__copy strong {
    font-size: clamp(1rem, 1.6vw, 1.2rem);
}

body.rshof-profile-format-prestige .rshof-profile-facts dt {
    color: #b9cbd3 !important;
}
body.rshof-profile-format-prestige .rshof-profile-facts dd,
body.rshof-profile-format-prestige .rshof-profile-facts strong {
    color: #fffaf1 !important;
}

body.rshof-profile-format-prestige .rshof-profile-editorial .rshof-editorial-grid article {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(201, 156, 79, .5) !important;
    background:
        linear-gradient(145deg, rgba(134, 39, 56, .2), transparent 58%),
        #0d2632 !important;
    box-shadow: inset 0 3px 0 rgba(201, 156, 79, .56);
}
body.rshof-profile-format-prestige .rshof-profile-editorial .rshof-editorial-grid article:nth-child(even) {
    background:
        linear-gradient(145deg, rgba(134, 39, 56, .74), rgba(13, 38, 50, .97) 72%),
        #0d2632 !important;
}
body.rshof-profile-format-prestige .rshof-profile-editorial .rshof-editorial-grid h3 {
    color: #fffaf1 !important;
}
body.rshof-profile-format-prestige .rshof-profile-editorial .rshof-editorial-grid p,
body.rshof-profile-format-prestige .rshof-profile-editorial .rshof-editorial-grid li {
    color: #d7e2e6 !important;
}

body.rshof-profile-format-prestige .rshof-ranking-history__summary {
    background: transparent !important;
}
body.rshof-profile-format-prestige .rshof-ranking-history__summary article {
    border-color: rgba(201, 156, 79, .55) !important;
    background:
        linear-gradient(145deg, rgba(134, 39, 56, .22), transparent 62%),
        #102e3a !important;
    box-shadow: inset 0 3px 0 rgba(201, 156, 79, .52);
    color: #fffaf1 !important;
}
body.rshof-profile-format-prestige .rshof-ranking-history__summary article:nth-child(2) {
    background:
        linear-gradient(145deg, #6b2031, #173440 76%) !important;
}
body.rshof-profile-format-prestige .rshof-ranking-history__summary span {
    color: #f0cf88 !important;
    font-size: .68rem;
}
body.rshof-profile-format-prestige .rshof-ranking-history__summary strong,
body.rshof-profile-format-prestige .rshof-ranking-history__trend--up strong,
body.rshof-profile-format-prestige .rshof-ranking-history__trend--down strong {
    color: #fffaf1 !important;
}
body.rshof-profile-format-prestige .rshof-ranking-history__summary small {
    color: #d4e0e4 !important;
    font-size: .78rem;
}

body.rshof-profile-format-prestige .rshof-score-card {
    border-color: rgba(134, 39, 56, .3) !important;
    background:
        radial-gradient(circle at 100% 0, rgba(134, 39, 56, .1), transparent 42%),
        linear-gradient(160deg, #fffaf1, #f1ddbf) !important;
}
body.rshof-profile-format-prestige .rshof-score-card h2 {
    color: #142631 !important;
}
body.rshof-profile-format-prestige .rshof-score-bar > div > span {
    color: #3f5560 !important;
    font-size: .78rem;
    font-weight: 750;
}
body.rshof-profile-format-prestige .rshof-score-bar > div > strong {
    color: #142631 !important;
    font-size: .78rem;
}
body.rshof-profile-format-prestige .rshof-score-bar > span {
    background: #d4bea0 !important;
}
body.rshof-profile-format-prestige .rshof-score-bar > span > i {
    background: linear-gradient(90deg, #862738, #c99c4f) !important;
}

body.rshof-profile-format-prestige .rshof-participation-table-wrap {
    overflow-x: auto;
    border-color: rgba(134, 39, 56, .32) !important;
    background: #fffaf1 !important;
}
body.rshof-profile-format-prestige .rshof-participation-table {
    background: #fffaf1 !important;
    color: #263d49 !important;
}
body.rshof-profile-format-prestige .rshof-participation-table tbody tr {
    background: #fffaf1 !important;
}
body.rshof-profile-format-prestige .rshof-participation-table tbody tr:nth-child(even) {
    background: #f4e5d0 !important;
}
body.rshof-profile-format-prestige .rshof-participation-table tbody td {
    border-color: rgba(134, 39, 56, .2) !important;
    color: #263d49 !important;
}
body.rshof-profile-format-prestige .rshof-participation-table tbody a {
    color: #6d1e2e !important;
    font-weight: 800;
    text-decoration-color: rgba(109, 30, 46, .42);
    text-underline-offset: 3px;
}
body.rshof-profile-format-prestige .rshof-participation-table tbody small,
body.rshof-profile-format-prestige .rshof-participation-table + p small,
body.rshof-profile-format-prestige .rshof-participation-table-wrap + p small {
    color: #40545f !important;
}
body.rshof-profile-format-prestige .rshof-profile-section .rshof-image-credit {
    position: static !important;
    display: flex !important;
    width: fit-content;
    max-width: 100%;
    margin: 8px 0 0 !important;
    padding: 4px 7px !important;
    border: 1px solid rgba(134, 39, 56, .18);
    border-radius: 7px;
    background: #eadac1 !important;
    color: #334751 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}
body.rshof-profile-format-prestige .rshof-profile-section .rshof-image-credit a,
body.rshof-profile-format-prestige .rshof-profile-section .rshof-image-credit__dash {
    color: #5f2634 !important;
}

@media (max-width: 760px) {
    body.rshof-profile-format-prestige .rshof-ranking-history__summary {
        grid-template-columns: 1fr;
    }
    body.rshof-profile-format-prestige .rshof-profile-editorial .rshof-editorial-grid {
        grid-template-columns: 1fr;
    }
    body.rshof-profile-format-prestige .rshof-participation-table {
        min-width: 660px;
    }
    body.rshof-profile-format-prestige .rshof-profile-journey {
        gap: 18px;
    }
}
