.rshof-ranking,
.rshof-champion,
.rshof-star-grid,
.rshof-voting,
.rshof-voting-results,
.rshof-profile,
.rshof-profile-request {
    --rshof-ink: #f7f4ee;
    --rshof-muted: #aeb9c0;
    --rshof-night: #07131c;
    --rshof-panel: #10212c;
    --rshof-panel-light: #172d3a;
    --rshof-line: rgba(255, 255, 255, .12);
    --rshof-champagne: #c5a46f;
    --rshof-champagne-light: #e1ccb0;
    --rshof-red: #8f2630;
    color: var(--rshof-ink);
}

.rshof-ranking *,
.rshof-champion *,
.rshof-star-grid *,
.rshof-voting *,
.rshof-voting-results *,
.rshof-profile *,
.rshof-profile-request * {
    box-sizing: border-box;
}

.rshof-section-heading {
    max-width: 780px;
    margin-bottom: clamp(24px, 4vw, 42px);
}

.rshof-section-heading h2,
.rshof-champion h2 {
    margin: 5px 0 12px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(34px, 6vw, 62px);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: .98;
    overflow-wrap: anywhere;
}

.rshof-section-heading > p:last-child {
    max-width: 680px;
    margin: 0;
    color: var(--rshof-muted);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.65;
}

.rshof-ranking__profile-request {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-top: 20px;
    padding: 0 16px;
    border: 1px solid rgba(197, 164, 111, .36);
    border-radius: 999px;
    color: var(--rshof-champagne-light);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.rshof-ranking__profile-request:hover {
    border-color: var(--rshof-champagne);
    background: rgba(197, 164, 111, .1);
    color: #fff;
}

.rshof-eyebrow {
    margin: 0;
    color: var(--rshof-champagne-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.rshof-ranking-list {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--rshof-line);
    border-radius: 20px;
    background: rgba(8, 21, 30, .74);
    box-shadow: 0 25px 80px rgba(0, 0, 0, .2);
}

.rshof-ranking-zone {
    margin-top: clamp(44px, 7vw, 82px);
    padding-top: clamp(28px, 4vw, 46px);
    border-top: 1px solid rgba(197, 164, 111, .34);
}

.rshof-ranking-zone > header {
    max-width: 760px;
    margin: 0 0 26px;
}

.rshof-ranking-zone h3 {
    margin: 7px 0 10px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1;
}

.rshof-ranking-zone > header > p:last-child {
    margin: 0;
    color: var(--rshof-muted);
    line-height: 1.65;
}

.rshof-ranking-list--candidates {
    background: linear-gradient(135deg, rgba(14, 37, 49, .82), rgba(8, 21, 30, .7));
}

.rshof-ranking-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) minmax(105px, auto) minmax(95px, auto);
    gap: 18px;
    align-items: center;
    min-width: 0;
    padding: 16px 22px;
    border-bottom: 1px solid var(--rshof-line);
    transition: background-color .2s ease, transform .2s ease;
}

.rshof-ranking-row:last-child {
    border-bottom: 0;
}

.rshof-ranking-row:hover {
    background: rgba(255, 255, 255, .035);
}

.rshof-ranking-row__rank {
    display: grid;
    justify-items: center;
    gap: 5px;
}

.rshof-ranking-row__rank > strong {
    color: var(--rshof-champagne);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    line-height: .8;
    text-align: center;
}

.rshof-trend {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    gap: 2px;
    padding: 3px 6px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.rshof-trend i {
    font-size: 12px;
    font-style: normal;
}

.rshof-trend--up {
    color: #65d69a;
}

.rshof-trend--down {
    color: #ff7d83;
}

.rshof-trend--stable {
    color: #91a2ac;
}

.rshof-trend--new {
    color: var(--rshof-champagne-light);
}

.rshof-ranking-row__identity {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 15px;
    color: #fff;
    text-decoration: none;
}

.rshof-ranking-row__identity img,
.rshof-avatar-fallback {
    display: grid;
    flex: 0 0 48px;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(197, 164, 111, .35);
    border-radius: 50%;
    background: linear-gradient(145deg, #223946, #0b1b25);
    color: var(--rshof-champagne-light);
    object-fit: cover;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.rshof-ranking-row__identity > span:last-child {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.rshof-ranking-row__identity strong {
    overflow: hidden;
    color: #fff;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rshof-ranking-row__identity small {
    overflow: hidden;
    color: var(--rshof-muted);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rshof-ranking-row__points {
    display: grid;
    justify-items: end;
    white-space: nowrap;
}

.rshof-ranking-row__points strong {
    color: #fff;
    font-size: 18px;
}

.rshof-ranking-row__points span {
    color: var(--rshof-muted);
    font-size: 11px;
}

.rshof-stars {
    position: relative;
    display: inline-block;
    width: max-content;
    max-width: 100%;
    color: rgba(197, 164, 111, .24);
    font-size: 17px;
    letter-spacing: .055em;
    line-height: 1;
    white-space: nowrap;
}

.rshof-stars__base {
    display: block;
}

.rshof-stars__fill {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    color: var(--rshof-champagne);
}

.rshof-stars small {
    display: inline-block;
    margin-left: 8px;
    color: var(--rshof-muted);
    font-size: 11px;
    letter-spacing: 0;
    vertical-align: 2px;
}

.rshof-star-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.rshof-star-card {
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--rshof-line);
    border-radius: 20px;
    background: linear-gradient(180deg, var(--rshof-panel-light), var(--rshof-night));
    box-shadow: 0 18px 55px rgba(0, 0, 0, .2);
}

.rshof-star-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #0b1b25;
}

.rshof-star-card__media > img,
.rshof-star-card__media > .rshof-portrait-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .45s ease;
    object-fit: contain;
    object-position: var(--rshof-media-focus, 50% 18%);
    background:
        radial-gradient(circle at 50% 22%, rgba(197, 164, 111, .17), transparent 45%),
        #081821;
}

.rshof-star-card:hover .rshof-star-card__media > img {
    transform: none;
}

.rshof-portrait-placeholder {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 25%, rgba(197, 164, 111, .2), transparent 25%),
        linear-gradient(145deg, #213947, #081821);
}

.rshof-portrait-placeholder > span {
    display: grid;
    place-items: center;
    width: 96px;
    height: 96px;
    border: 1px solid rgba(197, 164, 111, .42);
    border-radius: 50%;
    color: var(--rshof-champagne-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 34px;
    font-weight: 700;
}

.rshof-star-card__rank,
.rshof-rank-medallion {
    position: absolute;
    top: 16px;
    left: 16px;
    display: grid;
    place-items: center;
    min-width: 48px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(7, 19, 28, .88);
    color: var(--rshof-champagne-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.rshof-star-card__body {
    padding: 20px;
}

.rshof-star-card h3 {
    margin: 5px 0 10px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 28px;
    line-height: 1;
    overflow-wrap: anywhere;
}

.rshof-star-card h3 a {
    color: #fff;
    text-decoration: none;
}

.rshof-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

.rshof-badges span {
    max-width: 100%;
    overflow: hidden;
    padding: 6px 9px;
    border: 1px solid rgba(197, 164, 111, .28);
    border-radius: 999px;
    color: var(--rshof-champagne-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rshof-badges .rshof-celebrity-class {
    border-color: rgba(225, 204, 176, .62);
    background: linear-gradient(135deg, rgba(197, 164, 111, .2), rgba(143, 38, 48, .16));
    color: #fff;
    box-shadow: inset 0 0 16px rgba(197, 164, 111, .08);
}

.rshof-badges .rshof-celebrity-class--z {
    border-color: rgba(174, 185, 192, .28);
    background: rgba(174, 185, 192, .08);
    color: var(--rshof-muted);
}

.rshof-star-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid var(--rshof-line);
}

.rshof-star-card__footer strong {
    color: #fff;
    font-size: 14px;
}

.rshof-star-card__footer a {
    color: var(--rshof-champagne-light);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.rshof-champion {
    display: grid;
    grid-template-columns: minmax(330px, .86fr) minmax(0, 1.14fr);
    overflow: hidden;
    border: 1px solid rgba(197, 164, 111, .3);
    border-radius: 30px;
    background:
        radial-gradient(circle at 82% 15%, rgba(226, 202, 157, .18), transparent 27%),
        linear-gradient(135deg, #071721, #15323e);
    box-shadow: 0 40px 120px rgba(0, 0, 0, .42);
}

.rshof-champion__media {
    position: relative;
    min-height: 660px;
    overflow: hidden;
    background: #081923;
}

.rshof-champion__media > img,
.rshof-champion__media > .rshof-portrait-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rshof-champion__media::after {
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(4, 13, 19, .94));
    content: "";
    pointer-events: none;
}

.rshof-champion__content {
    align-self: center;
    min-width: 0;
    padding: clamp(36px, 5.5vw, 78px);
}

.rshof-champion__score {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 20px 0 14px;
}

.rshof-champion__score strong {
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(38px, 6vw, 70px);
    line-height: 1;
}

.rshof-champion__score span {
    color: var(--rshof-muted);
}

.rshof-champion__honour {
    max-width: 680px;
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 3px solid var(--rshof-champagne);
    background: linear-gradient(90deg, rgba(197, 164, 111, .12), transparent);
}

.rshof-champion__honour strong {
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
}

.rshof-champion__honour p {
    margin: 5px 0 0;
    color: #c5d0d5;
    line-height: 1.55;
}

.rshof-champion__five-stars {
    display: grid;
    gap: 7px;
}

.rshof-champion__five-stars .rshof-stars {
    font-size: 22px;
}

.rshof-champion__five-stars > span {
    color: var(--rshof-champagne-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.rshof-champion__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin-top: 24px;
    border: 1px solid var(--rshof-line);
    border-radius: 14px;
    background: var(--rshof-line);
}

.rshof-champion__facts > span {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 13px;
    background: rgba(7, 19, 28, .9);
    color: var(--rshof-muted);
    font-size: 9px;
    line-height: 1.25;
    text-transform: uppercase;
}

.rshof-champion__facts strong {
    overflow: hidden;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rshof-champion__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.rshof-champion__actions .rshof-button {
    margin-top: 0;
}

.rshof-award-stage {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: end;
}

.rshof-award {
    position: relative;
    display: grid;
    place-items: center;
    width: 104px;
    height: 150px;
    filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .55));
}

.rshof-award::before {
    position: absolute;
    top: 10px;
    width: 86px;
    height: 86px;
    border: 3px solid #e4c78d;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, .25), transparent 36%),
        linear-gradient(145deg, #d8b46f, #7c5525);
    box-shadow: inset 0 0 0 8px rgba(8, 25, 35, .72);
    content: "";
}

.rshof-award__star,
.rshof-award__monogram,
.rshof-award__stem {
    position: absolute;
    z-index: 1;
}

.rshof-award__star {
    top: 0;
    color: #f4dca9;
    font-size: 29px;
    text-shadow: 0 2px 5px #3b2610;
}

.rshof-award__monogram {
    top: 42px;
    color: #fff3d3;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
    font-weight: 800;
}

.rshof-award__stem {
    bottom: 16px;
    width: 17px;
    height: 44px;
    background: linear-gradient(90deg, #7b5428, #e2c283, #7b5428);
}

.rshof-award__stem::after {
    position: absolute;
    right: -27px;
    bottom: -11px;
    width: 70px;
    height: 13px;
    border-radius: 50%;
    background: linear-gradient(#e2c283, #775027);
    content: "";
}

.rshof-award-table {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 15px 17px;
    border-top: 2px solid #cfad70;
    background: linear-gradient(135deg, rgba(20, 12, 8, .92), rgba(83, 53, 26, .92));
    box-shadow: 0 15px 25px rgba(0, 0, 0, .42);
}

.rshof-award-table span {
    color: var(--rshof-champagne-light);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rshof-award-table strong {
    overflow: hidden;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 22px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rshof-award-table small {
    color: #d4c5b3;
    font-size: 9px;
}

.rshof-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 24px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.rshof-button--primary {
    border-color: var(--rshof-champagne);
    background: var(--rshof-champagne);
    color: #07131c;
}

.rshof-button--primary:hover {
    border-color: var(--rshof-champagne-light);
    background: var(--rshof-champagne-light);
    color: #07131c;
}

.rshof-button--secondary {
    border-color: rgba(225, 204, 176, .45);
    background: transparent;
    color: #fff;
}

.rshof-button--secondary:hover {
    border-color: var(--rshof-champagne-light);
    background: rgba(225, 204, 176, .08);
    color: #fff;
}

.rshof-empty,
.rshof-vote-confirmation {
    padding: clamp(24px, 5vw, 50px);
    border: 1px solid var(--rshof-line);
    border-radius: 20px;
    background: rgba(8, 21, 30, .72);
}

.rshof-vote-form {
    display: grid;
    gap: 24px;
    max-width: 760px;
    padding: clamp(24px, 5vw, 46px);
    border: 1px solid var(--rshof-line);
    border-radius: 20px;
    background: rgba(8, 21, 30, .72);
}

.rshof-vote-form > label {
    display: grid;
    gap: 8px;
}

.rshof-vote-form > label > span,
.rshof-vote-form legend {
    color: #fff;
    font-weight: 800;
}

.rshof-vote-form select {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid var(--rshof-line);
    border-radius: 10px;
    background: #fff;
    color: #07131c;
}

.rshof-vote-form fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.rshof-vote-scale {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
}

.rshof-vote-scale label {
    position: relative;
}

.rshof-vote-scale input {
    position: absolute;
    opacity: 0;
}

.rshof-vote-scale span {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    border: 1px solid var(--rshof-line);
    border-radius: 50%;
    background: var(--rshof-panel);
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.rshof-vote-scale input:checked + span,
.rshof-vote-scale input:focus-visible + span {
    border-color: var(--rshof-champagne);
    background: var(--rshof-champagne);
    color: #07131c;
}

.rshof-voting-directory {
    display: grid;
    gap: 12px;
}

.rshof-vote-card {
    min-width: 0;
}

.rshof-vote-card > header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.rshof-vote-card > header > span {
    color: var(--rshof-champagne);
    font-family: var(--rshof-display);
    font-size: 25px;
    font-weight: 700;
}

.rshof-vote-card h3,
.rshof-vote-card p {
    margin: 0;
}

.rshof-vote-card h3 a {
    color: #fff;
    text-decoration: none;
}

.rshof-vote-card p {
    color: var(--rshof-muted);
    font-size: 13px;
}

.rshof-vote-card--compact {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(340px, .8fr);
    gap: 24px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid var(--rshof-line);
    border-radius: 16px;
    background: rgba(8, 21, 30, .72);
}

.rshof-vote-card--compact > header {
    margin: 0;
}

.rshof-vote-form--compact {
    grid-template-columns: minmax(120px, 1fr) auto;
    gap: 12px;
    align-items: end;
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
}

.rshof-vote-form--compact legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.rshof-vote-select {
    display: grid;
    gap: 5px;
}

.rshof-vote-select > span {
    color: var(--rshof-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rshof-vote-select select {
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid var(--rshof-line);
    border-radius: 10px;
    background: #fff;
    color: #07131c;
}

.rshof-star-search {
    max-width: 660px;
    margin-bottom: 24px;
}

.rshof-star-search > label {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-weight: 800;
}

.rshof-star-search > div {
    display: flex;
    overflow: hidden;
    border: 1px solid var(--rshof-line);
    border-radius: 999px;
    background: #fff;
}

.rshof-star-search input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 18px;
    border: 0;
}

.rshof-star-search button {
    flex: 0 0 auto;
    padding: 0 20px;
    border: 0;
    background: var(--rshof-champagne);
    color: #07131c;
    font-weight: 900;
}

.rshof-profile-hero--champion {
    border-color: rgba(197, 164, 111, .55) !important;
    background:
        radial-gradient(circle at 82% 12%, rgba(197, 164, 111, .2), transparent 26%),
        linear-gradient(135deg, #091b25, #193844) !important;
}

.rshof-profile-champion-callout {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    max-width: 720px;
    margin: 22px 0;
    padding: 17px 18px;
    border: 1px solid rgba(197, 164, 111, .35);
    border-radius: 14px;
    background: rgba(197, 164, 111, .09);
}

.rshof-profile-champion-callout > span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e4c98f, #8e632c);
    color: #091720;
    font-size: 24px;
}

.rshof-profile-champion-callout strong {
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
}

.rshof-profile-champion-callout p {
    margin: 3px 0 0;
    color: #c7d1d6;
    line-height: 1.5;
}

.rshof-ranking-history__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.rshof-ranking-history__summary article {
    display: grid;
    min-width: 0;
    gap: 5px;
    padding: 18px;
    border: 1px solid var(--rshof-line);
    border-radius: 14px;
    background: rgba(7, 19, 28, .62);
}

.rshof-ranking-history__summary span,
.rshof-reign-timeline article > span {
    color: var(--rshof-muted);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rshof-ranking-history__summary strong {
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 31px;
    line-height: 1;
}

.rshof-ranking-history__summary small,
.rshof-reign-timeline small {
    color: var(--rshof-muted);
    line-height: 1.4;
}

.rshof-ranking-history__trend--up strong {
    color: #65d69a;
}

.rshof-ranking-history__trend--down strong {
    color: #ff7d83;
}

.rshof-reign-timeline {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.rshof-reign-timeline article {
    position: relative;
    display: grid;
    gap: 4px;
    padding: 15px 18px 15px 28px;
    border-left: 1px solid rgba(197, 164, 111, .45);
    background: linear-gradient(90deg, rgba(197, 164, 111, .08), transparent);
}

.rshof-reign-timeline article::before {
    position: absolute;
    top: 23px;
    left: -5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--rshof-champagne);
    box-shadow: 0 0 0 5px rgba(197, 164, 111, .1);
    content: "";
}

.rshof-reign-timeline strong {
    color: #fff;
    font-size: 16px;
}

.rshof-profile-claim-card {
    background:
        radial-gradient(circle at 100% 0, rgba(197, 164, 111, .16), transparent 34%),
        #0c202a !important;
}

.rshof-profile-claim-card .rshof-button {
    width: 100%;
}

.rshof-profile-request {
    max-width: 1000px;
    margin: 0 auto;
    padding: clamp(35px, 7vw, 90px) clamp(18px, 4vw, 44px);
    color: var(--rshof-ink);
}

.rshof-profile-request__form {
    display: grid;
    gap: 20px;
    padding: clamp(22px, 5vw, 42px);
    border: 1px solid var(--rshof-line);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0, rgba(197, 164, 111, .1), transparent 30%),
        rgba(8, 21, 30, .88);
}

.rshof-profile-request__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.rshof-profile-request__form label {
    display: grid;
    min-width: 0;
    gap: 7px;
}

.rshof-profile-request__form label > span {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.rshof-profile-request__form input[type="text"],
.rshof-profile-request__form input[type="email"],
.rshof-profile-request__form input[type="file"],
.rshof-profile-request__form select,
.rshof-profile-request__form textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    background: #fff;
    color: #07131c;
    font: inherit;
}

.rshof-profile-request__form textarea {
    resize: vertical;
}

.rshof-profile-request__upload small {
    color: var(--rshof-muted);
}

.rshof-profile-request__consent {
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
}

.rshof-profile-request__consent input {
    margin-top: 4px;
}

.rshof-profile-request__consent span {
    color: #c4cfd4 !important;
    font-weight: 500 !important;
    line-height: 1.5;
}

.rshof-profile-request__notice {
    margin-bottom: 20px;
    padding: 15px 18px;
    border-radius: 12px;
    font-weight: 800;
}

.rshof-profile-request__notice--success {
    border: 1px solid rgba(101, 214, 154, .45);
    background: rgba(101, 214, 154, .12);
    color: #b7f2d2;
}

.rshof-profile-request__notice--error {
    border: 1px solid rgba(255, 125, 131, .45);
    background: rgba(255, 125, 131, .12);
    color: #ffc3c6;
}

.rshof-profile-request__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 900px) {
    .rshof-star-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rshof-ranking-row {
        grid-template-columns: 54px minmax(0, 1fr) minmax(85px, auto);
        gap: 12px;
        padding: 14px 16px;
    }

    .rshof-ranking-row__rating {
        display: none;
    }

    .rshof-champion {
        grid-template-columns: 1fr;
    }

    .rshof-champion__media {
        min-height: 560px;
        max-height: 65vh;
    }

    .rshof-ranking-history__summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .rshof-star-grid {
        grid-template-columns: 1fr;
    }

    .rshof-ranking-list {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .rshof-ranking-row {
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: 9px;
        padding: 13px 10px;
    }

    .rshof-ranking-row__rank {
        gap: 4px;
    }

    .rshof-ranking-row__rank > strong {
        font-size: 23px;
    }

    .rshof-trend {
        min-width: 31px;
        padding: 2px 4px;
        font-size: 8px;
    }

    .rshof-ranking-row__identity {
        gap: 9px;
    }

    .rshof-ranking-row__identity img,
    .rshof-avatar-fallback {
        display: none;
    }

    .rshof-ranking-row__identity strong {
        font-size: 14px;
    }

    .rshof-ranking-row__identity small {
        max-width: 42vw;
        font-size: 10px;
    }

    .rshof-ranking-row__points strong {
        font-size: 14px;
    }

    .rshof-champion__media {
        min-height: 500px;
        max-height: none;
    }

    .rshof-champion__content {
        padding: 26px 20px 32px;
    }

    .rshof-champion__honour {
        padding: 15px 16px;
    }

    .rshof-champion__facts {
        grid-template-columns: 1fr;
    }

    .rshof-champion__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rshof-champion__actions .rshof-button {
        width: 100%;
    }

    .rshof-award-stage {
        right: 14px;
        bottom: 16px;
        left: 14px;
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .rshof-award {
        width: 86px;
        transform: scale(.84);
        transform-origin: bottom left;
    }

    .rshof-award-table {
        padding: 13px 14px;
    }

    .rshof-profile-champion-callout {
        grid-template-columns: 1fr;
    }

    .rshof-profile-request__grid {
        grid-template-columns: 1fr;
    }

    .rshof-vote-scale {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .rshof-vote-card--compact,
    .rshof-vote-form--compact {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rshof-star-card__media > img,
    .rshof-ranking-row {
        transition: none;
    }
}

.rshof-profile {
    position: relative;
}

/* -------------------------------------------------------------------------
   Top 100 Hall of Fame

   The public Top 100 is intentionally sectional: the source ranking remains
   one continuous ordered list, while the presentation gives the champion,
   podium, elite ranges and promotion zone their own clear editorial stage.
   ------------------------------------------------------------------------- */
.rshof-ranking--hall .rshof-hall-of-fame {
    display: grid;
    gap: clamp(42px, 7vw, 88px);
}

.rshof-ranking--hall .rshof-hall-champion__heading,
.rshof-ranking--hall .rshof-hall-podium__heading,
.rshof-ranking--hall .rshof-hall-tier__heading {
    max-width: 880px;
}

.rshof-ranking--hall .rshof-hall-champion__heading {
    margin: 0 0 20px;
}

.rshof-ranking--hall .rshof-hall-champion__heading h3,
.rshof-ranking--hall .rshof-hall-podium__heading h3,
.rshof-ranking--hall .rshof-hall-tier__heading h3,
.rshof-ranking--hall .rshof-hall-register h3 {
    margin: 7px 0 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(31px, 4.2vw, 52px);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: .98;
}

.rshof-ranking--hall .rshof-hall-champion .rshof-champion {
    margin: 0;
}

.rshof-ranking--hall .rshof-hall-champion .rshof-champion__media > img,
.rshof-ranking--hall .rshof-hall-champion .rshof-champion__media > .rshof-portrait-placeholder {
    object-fit: contain;
    object-position: var(--rshof-media-focus, 50% 18%);
    background:
        radial-gradient(circle at 50% 22%, rgba(197, 164, 111, .18), transparent 44%),
        #081821;
}

.rshof-ranking--hall .rshof-hall-podium {
    display: grid;
    gap: 22px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(197, 164, 111, .34);
    border-radius: 28px;
    background:
        linear-gradient(120deg, rgba(197, 164, 111, .09), transparent 36%),
        rgba(12, 30, 40, .74);
}

.rshof-ranking--hall .rshof-hall-podium__heading p:last-child,
.rshof-ranking--hall .rshof-hall-tier__heading > p {
    max-width: 690px;
    margin: 11px 0 0;
    color: var(--rshof-muted);
    line-height: 1.65;
}

.rshof-ranking--hall .rshof-hall-podium__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 28px);
}

.rshof-ranking--hall .rshof-hall-podium .rshof-star-card {
    border-color: rgba(255, 255, 255, .17);
}

.rshof-ranking--hall .rshof-hall-podium .rshof-star-card--rank-2 {
    border-color: rgba(212, 222, 230, .52);
    background: linear-gradient(150deg, #29404b, var(--rshof-night) 72%);
}

.rshof-ranking--hall .rshof-hall-podium .rshof-star-card--rank-3 {
    border-color: rgba(193, 133, 83, .58);
    background: linear-gradient(150deg, #3d2a23, var(--rshof-night) 72%);
}

.rshof-ranking--hall .rshof-hall-podium .rshof-star-card--rank-2 .rshof-star-card__rank {
    color: #f0f4f7;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.rshof-ranking--hall .rshof-hall-podium .rshof-star-card--rank-3 .rshof-star-card__rank {
    color: #efc49f;
    box-shadow: inset 0 0 0 1px rgba(193, 133, 83, .22);
}

.rshof-ranking--hall .rshof-hall-tier {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--rshof-line);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(20, 46, 59, .84), rgba(7, 19, 28, .98));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.rshof-ranking--hall .rshof-hall-tier__heading {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(260px, .8fr);
    gap: 28px;
    align-items: end;
    margin-bottom: clamp(22px, 3vw, 34px);
}

.rshof-ranking--hall .rshof-hall-tier__heading > p {
    margin: 0;
}

.rshof-ranking--hall .rshof-hall-tier__list {
    border-color: rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(4, 14, 21, .5);
    box-shadow: none;
}

.rshof-ranking--hall .rshof-hall-tier__list .rshof-ranking-row {
    padding-right: clamp(14px, 2.2vw, 24px);
    padding-left: clamp(14px, 2.2vw, 24px);
}

.rshof-ranking--hall .rshof-hall-tier__list--rise {
    background: rgba(5, 18, 27, .58);
}

.rshof-ranking--hall .rshof-hall-tier--top10 {
    border-color: rgba(197, 164, 111, .42);
    background:
        radial-gradient(circle at 88% 0, rgba(197, 164, 111, .12), transparent 35%),
        linear-gradient(145deg, rgba(22, 50, 62, .88), rgba(7, 19, 28, .98));
}

.rshof-ranking--hall .rshof-hall-tier--elite {
    border-color: rgba(171, 196, 205, .25);
}

.rshof-ranking--hall .rshof-hall-tier--top50 {
    background: linear-gradient(145deg, rgba(16, 40, 52, .92), rgba(7, 19, 28, .98));
}

.rshof-ranking--hall .rshof-hall-tier--top100 {
    border-color: rgba(255, 255, 255, .1);
    background: linear-gradient(145deg, rgba(13, 34, 45, .9), rgba(5, 15, 22, 1));
}

.rshof-ranking--hall .rshof-hall-tier--rise {
    margin-top: 0;
    border-top: 1px solid rgba(197, 164, 111, .45);
    background:
        linear-gradient(120deg, rgba(87, 116, 126, .16), transparent 45%),
        linear-gradient(145deg, rgba(16, 41, 53, .92), rgba(7, 19, 28, .98));
}

.rshof-ranking--hall .rshof-hall-register {
    display: grid;
    grid-template-columns: minmax(160px, .42fr) minmax(0, 1fr);
    gap: clamp(25px, 5vw, 64px);
    align-items: center;
    padding: clamp(28px, 5vw, 62px);
    border: 1px solid rgba(197, 164, 111, .38);
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 50%, rgba(197, 164, 111, .17), transparent 31%),
        linear-gradient(135deg, #112f3b, #091a25);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

.rshof-ranking--hall .rshof-hall-register__number {
    color: var(--rshof-champagne-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(74px, 12vw, 158px);
    font-weight: 600;
    letter-spacing: -.07em;
    line-height: .72;
    text-align: center;
    text-shadow: 0 14px 40px rgba(0, 0, 0, .36);
}

.rshof-ranking--hall .rshof-hall-register p:not(.rshof-eyebrow) {
    max-width: 720px;
    margin: 15px 0 0;
    color: var(--rshof-muted);
    font-size: 17px;
    line-height: 1.65;
}

.rshof-ranking--hall .rshof-hall-register__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.rshof-ranking--hall .rshof-hall-register__actions .rshof-button {
    margin-top: 0;
}

@media (max-width: 900px) {
    .rshof-ranking--hall .rshof-hall-tier__heading,
    .rshof-ranking--hall .rshof-hall-register {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rshof-ranking--hall .rshof-hall-register__number {
        justify-self: start;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .rshof-ranking--hall .rshof-hall-of-fame {
        gap: 42px;
    }

    .rshof-ranking--hall .rshof-hall-podium,
    .rshof-ranking--hall .rshof-hall-tier,
    .rshof-ranking--hall .rshof-hall-register {
        padding: 22px 16px;
        border-radius: 20px;
    }

    .rshof-ranking--hall .rshof-hall-podium__grid {
        grid-template-columns: 1fr;
    }

    .rshof-ranking--hall .rshof-hall-register__number {
        font-size: 88px;
    }

    .rshof-ranking--hall .rshof-hall-register__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rshof-ranking--hall .rshof-hall-register__actions .rshof-button {
        width: 100%;
        text-align: center;
    }
}

.rshof-profile-watermark {
    position: absolute;
    z-index: 12;
    top: clamp(190px, 24vw, 360px);
    left: 50%;
    width: min(92vw, 1050px);
    padding: 18px 30px;
    transform: translateX(-50%) rotate(-9deg);
    border: 5px solid currentColor;
    color: rgba(154, 34, 28, .82);
    font-size: clamp(30px, 5.3vw, 78px);
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
}

.rshof-profile--state-blocked .rshof-profile-hero,
.rshof-profile--state-blocked .rshof-profile-layout,
.rshof-profile--state-disqualified .rshof-profile-hero,
.rshof-profile--state-disqualified .rshof-profile-layout {
    filter: grayscale(.86);
    opacity: .58;
}

.rshof-profile-state-notice,
.rshof-profile-honorary-callout {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin: 18px 0;
    padding: 16px 18px;
    border: 1px solid rgba(184, 144, 82, .38);
    border-radius: 14px;
    background: rgba(255, 255, 255, .06);
}

.rshof-profile-state-notice p,
.rshof-profile-honorary-callout p {
    margin: 3px 0 0;
}

.rshof-profile-honorary-callout > span {
    color: #d9ba77;
    font-family: Georgia, serif;
    font-size: 44px;
}

.rshof-profile-hero--honorary {
    border-color: rgba(206, 177, 111, .65);
    background:
        radial-gradient(circle at 25% 10%, rgba(203, 171, 98, .20), transparent 35%),
        linear-gradient(135deg, #111c24, #241f19);
}

.rshof-honorary-record > strong {
    display: inline-flex;
    margin-top: 10px;
    color: #d9ba77;
}

.rshof-show-profile--inactive {
    position: relative;
    filter: saturate(.55);
}

.rshof-show-inactive-notice {
    margin: 0 auto 22px;
    padding: 12px 18px;
    border: 1px solid rgba(184, 144, 82, .45);
    color: #d8c29a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-align: center;
}

.rshof-memorial {
    width: min(1400px, calc(100% - 32px));
    margin: 60px auto 100px;
}

.rshof-memorial__hero {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: clamp(28px, 6vw, 80px);
    align-items: center;
    padding: clamp(32px, 6vw, 72px);
    border: 1px solid rgba(202, 174, 112, .35);
    border-radius: 28px;
    background:
        radial-gradient(circle at 10% 50%, rgba(205, 174, 102, .22), transparent 28%),
        linear-gradient(135deg, #091720, #182027 58%, #211c16);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.rshof-memorial__hero h2 {
    margin: 5px 0 16px;
    color: #fff;
    font-size: clamp(42px, 7vw, 92px);
    line-height: .95;
}

.rshof-memorial__hero p:last-child {
    max-width: 820px;
    margin: 0;
    color: #c4cbd0;
    font-size: clamp(16px, 1.6vw, 21px);
    line-height: 1.7;
}

.rshof-memorial__seal {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    border: 1px solid #d4b975;
    border-radius: 50%;
    color: #e4cb8b;
    box-shadow:
        inset 0 0 0 8px #0d1a21,
        inset 0 0 0 9px rgba(212, 185, 117, .45),
        0 0 45px rgba(212, 185, 117, .16);
    text-align: center;
}

.rshof-memorial__seal span,
.rshof-memorial__seal small {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .22em;
}

.rshof-memorial__seal strong {
    margin: -18px 0;
    font-family: Georgia, serif;
    font-size: 70px;
    font-weight: 400;
}

.rshof-memorial-year {
    margin-top: 72px;
}

.rshof-memorial-year > header {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    margin-bottom: 24px;
}

.rshof-memorial-year > header > span {
    color: rgba(220, 193, 131, .24);
    font-family: Georgia, serif;
    font-size: 54px;
}

.rshof-memorial-year > header p,
.rshof-memorial-year > header h3 {
    margin: 0;
}

.rshof-memorial-year > header p {
    color: #9ba8b1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.rshof-memorial-year > header h3 {
    color: #fff;
    font-size: 32px;
}

.rshof-memorial-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.rshof-memorial-grid--continued {
    margin-top: 42px;
    padding-top: 42px;
    border-top: 1px solid rgba(202, 174, 112, .18);
}

.rshof-memorial-card {
    overflow: hidden;
    border: 1px solid rgba(202, 174, 112, .24);
    border-radius: 18px;
    background: #101b22;
    transition: transform .25s ease, border-color .25s ease;
}

.rshof-memorial-card:hover {
    transform: translateY(-5px);
    border-color: rgba(218, 189, 124, .72);
}

.rshof-memorial-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.rshof-memorial-card__portrait {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background:
        radial-gradient(circle, rgba(209, 178, 105, .2), transparent 45%),
        #0b151b;
    color: #d7bc7b;
    font-family: Georgia, serif;
    font-size: 52px;
}

.rshof-memorial-card__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.32) contrast(1.06);
}

.rshof-memorial-card__portrait i {
    position: absolute;
    right: 13px;
    bottom: 10px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d5b76f;
    border-radius: 50%;
    background: #0b151b;
    color: #e4ca89;
    font-style: normal;
}

.rshof-memorial-card__content {
    display: grid;
    gap: 6px;
    padding: 18px;
}

.rshof-memorial-card__content p {
    margin: 0;
    color: #bca36d;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rshof-memorial-card__content h4 {
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.06;
}

.rshof-memorial-card__content strong {
    color: #d6bd84;
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 400;
}

.rshof-memorial-card__content span {
    color: #aab4bb;
    font-size: 13px;
    line-height: 1.5;
}

.rshof-memorial-card > .rshof-memorial-card__article {
    display: grid;
    gap: 5px;
    margin: 0 14px 14px;
    padding: 12px 13px;
    border: 1px solid rgba(216, 188, 124, .28);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(216, 188, 124, .11), rgba(6, 18, 25, .72));
    color: #f4ead5;
    transition: border-color .2s ease, background .2s ease;
}

.rshof-memorial-card > .rshof-memorial-card__article:hover,
.rshof-memorial-card > .rshof-memorial-card__article:focus-visible {
    border-color: rgba(232, 205, 143, .72);
    background: linear-gradient(135deg, rgba(216, 188, 124, .18), rgba(6, 18, 25, .88));
}

.rshof-memorial-card__article > span {
    color: #c6a967;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rshof-memorial-card__article > strong {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 1.3;
}

.rshof-memorial-card__article > em {
    color: #d8bc7c;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rshof-empty-state {
    margin-top: 30px;
    padding: 28px;
    border: 1px solid rgba(202, 174, 112, .24);
    border-radius: 16px;
    text-align: center;
}

@media (max-width: 1050px) {
    .rshof-memorial-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .rshof-profile-watermark {
        position: fixed;
        top: 42vh;
        width: 115vw;
        font-size: 31px;
    }

    .rshof-memorial {
        width: min(100% - 20px, 1400px);
        margin-top: 30px;
    }

    .rshof-memorial__hero {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .rshof-memorial__seal {
        width: 130px;
    }

    .rshof-memorial-year > header {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 12px;
    }

    .rshof-memorial-year > header > span {
        font-size: 34px;
    }

    .rshof-memorial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .rshof-memorial-card__content {
        padding: 14px;
    }

    .rshof-memorial-card__content h4 {
        font-size: 18px;
    }
}

/* In Ehren · eigenständige RSHOF-Gedenkseite und moderierte Kondolenzbücher. */
.rshof-memorial__hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    grid-template-columns: minmax(170px, 240px) minmax(0, 1fr);
    gap: clamp(30px, 6vw, 86px);
    padding: clamp(36px, 6vw, 76px);
    border-color: rgba(218, 186, 111, .52);
    background:
        radial-gradient(circle at 13% 52%, rgba(220, 181, 91, .18), transparent 30%),
        radial-gradient(circle at 100% 0, rgba(128, 91, 40, .17), transparent 32%),
        linear-gradient(135deg, #071722 0%, #13222a 55%, #231d16 100%);
}

.rshof-memorial__hero::after {
    position: absolute;
    z-index: -1;
    right: -76px;
    bottom: -120px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(218, 186, 111, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 25px rgba(218, 186, 111, .035), 0 0 0 60px rgba(218, 186, 111, .025);
    content: '';
}

.rshof-memorial__mark {
    width: min(100%, 232px);
    margin: auto;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .34));
}

.rshof-memorial__mark svg {
    display: block;
    width: 100%;
    height: auto;
}

.rshof-memorial__mark circle:first-child {
    fill: rgba(11, 26, 33, .92);
    stroke: #ddbd78;
    stroke-width: 1.5;
}

.rshof-memorial__mark circle:nth-child(2) {
    fill: none;
    stroke: rgba(221, 189, 120, .48);
    stroke-width: 1;
}

.rshof-memorial__mark path {
    fill: none;
    stroke: #ddbd78;
    stroke-linecap: round;
    stroke-width: 2.4;
}

.rshof-memorial__mark .rshof-memorial__flame {
    fill: rgba(221, 189, 120, .14);
    stroke: #ebcf8d;
    stroke-width: 2;
}

.rshof-memorial__mark text {
    fill: #ebcf8d;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 4px;
}

.rshof-memorial__intro {
    min-width: 0;
}

.rshof-memorial__hero .rshof-memorial__lead {
    max-width: 850px;
    color: #d1d8db;
}

.rshof-memorial__family-note {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    max-width: 850px;
    margin-top: 27px;
    padding: 17px 19px;
    border-left: 2px solid #d9b86f;
    background: rgba(3, 13, 18, .25);
}

.rshof-memorial__family-note > span {
    color: #e3c47f;
    font-size: 18px;
}

.rshof-memorial__family-note strong {
    display: block;
    margin-bottom: 5px;
    color: #f3ead8;
    font-size: 13px;
    letter-spacing: .04em;
}

.rshof-memorial__family-note p:last-child {
    margin: 0;
    color: #b9c4c9;
    font-size: 14px;
    line-height: 1.6;
}

.rshof-memorial-card__book {
    display: block;
    margin-top: 5px;
    color: #d8bc7c;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.rshof-condolences {
    margin: 34px 0 44px;
    padding: clamp(24px, 4vw, 46px);
    border: 1px solid rgba(214, 182, 109, .35);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0, rgba(190, 155, 83, .11), transparent 28%),
        linear-gradient(145deg, #101d24, #0a141a);
    box-shadow: 0 22px 54px rgba(0, 0, 0, .18);
}

.rshof-condolences__header {
    max-width: 820px;
}

.rshof-condolences__header h2,
.rshof-condolences__entries h3 {
    margin: 6px 0 12px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(29px, 3.6vw, 47px);
    line-height: 1.06;
}

.rshof-condolences__header > p:last-child {
    margin: 0;
    color: #c0cbd0;
    font-size: 16px;
    line-height: 1.65;
}

.rshof-condolences__notice {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    max-width: 920px;
    margin: 25px 0;
    padding: 15px 17px;
    border: 1px solid rgba(220, 188, 115, .27);
    border-radius: 12px;
    background: rgba(220, 188, 115, .06);
}

.rshof-condolences__notice > span {
    color: #e3c47f;
}

.rshof-condolences__notice p,
.rshof-condolences__own p,
.rshof-condolences__gate p {
    margin: 0;
    color: #c0cbd0;
    font-size: 14px;
    line-height: 1.6;
}

.rshof-condolences__notice strong,
.rshof-condolences__own strong,
.rshof-condolences__gate strong {
    color: #fff;
}

.rshof-condolences__feedback {
    margin: 18px 0;
    padding: 13px 16px;
    border-left: 3px solid #77b88e;
    background: rgba(97, 166, 120, .11);
    color: #d5e6d9;
    font-size: 14px;
    line-height: 1.55;
}

.rshof-condolences__feedback--error {
    border-left-color: #dc907c;
    background: rgba(193, 93, 75, .11);
    color: #f0c5bc;
}

.rshof-condolences__feedback--info {
    border-left-color: #94b7d0;
    background: rgba(104, 153, 184, .12);
    color: #d6e6ef;
}

.rshof-condolences__compose {
    margin-top: 24px;
}

.rshof-condolences__gate,
.rshof-condolences__own {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 23px;
    border: 1px solid rgba(175, 197, 206, .22);
    border-radius: 14px;
    background: rgba(2, 12, 17, .25);
}

.rshof-condolences__gate strong,
.rshof-condolences__own strong {
    display: block;
    margin-bottom: 5px;
}

.rshof-condolences__actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
}

.rshof-condolences__form {
    display: grid;
    gap: 12px;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid rgba(218, 186, 111, .32);
    border-radius: 15px;
    background: rgba(3, 13, 18, .26);
}

.rshof-condolences__form > label:first-of-type {
    color: #f1e9d9;
    font-size: 14px;
    font-weight: 800;
}

.rshof-condolences__form textarea {
    width: 100%;
    min-height: 145px;
    resize: vertical;
    box-sizing: border-box;
    padding: 14px;
    border: 1px solid rgba(195, 207, 212, .38);
    border-radius: 9px;
    background: #071218;
    color: #f6f8f8;
    font: inherit;
    line-height: 1.55;
}

.rshof-condolences__form textarea:focus {
    outline: 2px solid rgba(225, 190, 112, .64);
    outline-offset: 2px;
}

.rshof-condolences__confirm {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #c4ced2;
    font-size: 13px;
    line-height: 1.5;
}

.rshof-condolences__confirm input {
    flex: 0 0 auto;
    margin-top: 3px;
}

.rshof-condolences__form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.rshof-condolences__form-footer small {
    max-width: 530px;
    color: #9faeb5;
    line-height: 1.5;
}

.rshof-condolences__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.rshof-condolences__entries {
    margin-top: clamp(34px, 5vw, 58px);
    padding-top: 29px;
    border-top: 1px solid rgba(215, 184, 112, .24);
}

.rshof-condolences__entries header > .rshof-eyebrow {
    margin-bottom: 0;
}

.rshof-condolences__entries h3 {
    font-size: clamp(24px, 2.8vw, 34px);
}

.rshof-condolences__empty {
    margin: 0;
    color: #aebbc1;
    font-style: italic;
}

.rshof-condolences__list {
    display: grid;
    gap: 12px;
}

.rshof-condolence-entry {
    padding: 20px 21px;
    border-left: 2px solid rgba(220, 188, 115, .7);
    background: rgba(219, 236, 240, .055);
}

.rshof-condolence-entry header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.rshof-condolence-entry strong {
    color: #f1e8d5;
}

.rshof-condolence-entry time {
    color: #9eafb7;
    font-size: 12px;
    white-space: nowrap;
}

.rshof-condolence-entry p {
    margin: 10px 0 0;
    color: #d0d8db;
    line-height: 1.68;
}

@media (max-width: 700px) {
    .rshof-memorial__hero {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 30px 22px;
    }

    .rshof-memorial__mark {
        width: 150px;
        margin-left: 0;
    }

    .rshof-memorial__hero h2 {
        font-size: clamp(38px, 12vw, 62px);
    }

    .rshof-memorial__family-note {
        padding: 14px;
    }

    .rshof-condolences__gate,
    .rshof-condolences__form-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .rshof-condolences__actions,
    .rshof-condolences__actions .rshof-button,
    .rshof-condolences__form-footer .rshof-button {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .rshof-condolence-entry header {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }
}

@media (max-width: 430px) {
    .rshof-memorial-grid {
        grid-template-columns: 1fr;
    }

    .rshof-memorial-card__portrait {
        aspect-ratio: 16 / 11;
    }
}

/* RSHOF Core 2.8.49 – redaktionell kuratierte Ehren-Hall-of-Fame. */
.rshof-memorial__hero {
    grid-template-columns: minmax(300px, .88fr) minmax(0, 1.35fr);
    gap: clamp(32px, 5vw, 76px);
    align-items: center;
    padding: clamp(26px, 4.5vw, 58px);
    background:
        radial-gradient(circle at 92% 8%, rgba(167, 121, 48, .15), transparent 34%),
        linear-gradient(135deg, #06131b 0%, #111d24 62%, #1d1813 100%);
}

.rshof-memorial__hero::after {
    display: none;
}

.rshof-memorial__visual {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: min(100%, 470px);
    margin: 0 auto;
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(232, 199, 127, .56);
    border-radius: 24px;
    background: #080d10;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .48), 0 0 0 1px rgba(255, 255, 255, .025) inset;
}

.rshof-memorial__visual::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 47%, rgba(3, 8, 11, .18) 64%, rgba(3, 8, 11, .94) 100%);
    content: '';
    pointer-events: none;
}

.rshof-memorial__scene {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rshof-memorial__brand {
    position: absolute;
    z-index: 2;
    top: 53%;
    left: 50%;
    width: clamp(118px, 40%, 188px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%) perspective(480px) rotateX(58deg);
    transform-origin: 50% 50%;
    opacity: .58;
    mix-blend-mode: screen;
}

.rshof-memorial__brand img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    filter: saturate(.48) sepia(.28) contrast(1.18) brightness(.86);
}

.rshof-memorial__visual figcaption {
    position: absolute;
    z-index: 2;
    right: 7%;
    bottom: 5.5%;
    left: 7%;
    margin: 0;
    color: #f1d99f;
    font-family: Georgia, serif;
    font-size: clamp(16px, 1.65vw, 22px);
    font-style: italic;
    letter-spacing: .015em;
    line-height: 1.25;
    text-align: center;
    text-shadow: 0 3px 14px rgba(0, 0, 0, .95);
}

@media (max-width: 900px) {
    .rshof-memorial__hero {
        grid-template-columns: 1fr;
    }

    .rshof-memorial__visual {
        width: min(100%, 520px);
    }
}

@media (max-width: 430px) {
    .rshof-memorial__hero {
        padding: 18px 14px 28px;
    }

    .rshof-memorial__visual {
        border-radius: 18px;
    }

    .rshof-memorial__brand img {
        width: 100%;
    }

    .rshof-memorial__visual figcaption {
        font-size: 16px;
    }
}

.rshof-editorial-page,
.rshof-search-page,
.rshof-format-directory,
.rshof-register {
    --rshof-ink: #f7f4ee;
    --rshof-muted: #aeb9c0;
    --rshof-night: #07131c;
    --rshof-panel: #10212c;
    --rshof-panel-light: #172d3a;
    --rshof-line: rgba(255, 255, 255, .12);
    --rshof-champagne: #c5a46f;
    --rshof-champagne-light: #e1ccb0;
    color: var(--rshof-ink);
}

.rshof-editorial-page *,
.rshof-search-page *,
.rshof-format-directory *,
.rshof-register * {
    box-sizing: border-box;
}

.rshof-editorial-lead {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(30px, 6vw, 78px);
    align-items: center;
}

.rshof-editorial-lead h2,
.rshof-format-directory__hero h1,
.rshof-register__intro h2 {
    max-width: 850px;
    margin: 10px 0 22px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: .96;
    overflow-wrap: normal;
    text-wrap: balance;
}

.rshof-editorial-lead > div > p:last-of-type,
.rshof-format-directory__hero > div > p:last-child,
.rshof-register__intro > p:last-child {
    max-width: 760px;
    margin: 0;
    color: var(--rshof-muted);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.7;
}

.rshof-editorial-lead figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(197, 164, 111, .34);
    border-radius: 22px;
    background: #0a1b25;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.rshof-editorial-lead figure img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.rshof-method-principles,
.rshof-support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: clamp(50px, 8vw, 94px);
}

.rshof-method-principles article,
.rshof-support-grid article {
    min-width: 0;
    padding: 25px;
    border: 1px solid var(--rshof-line);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(20, 48, 62, .92), rgba(7, 19, 28, .98));
}

.rshof-method-principles article > span,
.rshof-support-grid article > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 28px;
    border: 1px solid rgba(197, 164, 111, .4);
    border-radius: 50%;
    color: var(--rshof-champagne-light);
    font-size: 13px;
    font-weight: 900;
}

.rshof-method-principles h3,
.rshof-support-grid h3 {
    margin: 0 0 11px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 500;
}

.rshof-method-principles p,
.rshof-support-grid p {
    margin: 0;
    color: var(--rshof-muted);
    font-size: 15px;
    line-height: 1.65;
}

.rshof-support-grid a {
    display: inline-block;
    margin-top: 18px;
    color: var(--rshof-champagne-light);
    font-weight: 800;
    text-decoration: none;
}

.rshof-method-comparison {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: clamp(34px, 6vw, 80px);
    align-items: center;
    margin-top: clamp(70px, 10vw, 125px);
    padding: clamp(30px, 5vw, 58px);
    border: 1px solid rgba(197, 164, 111, .28);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(143, 38, 48, .17), transparent 34%),
        #0d202b;
}

.rshof-method-comparison h3,
.rshof-support-statement h3 {
    margin: 8px 0 18px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 55px);
    font-weight: 500;
    line-height: 1;
}

.rshof-method-comparison p,
.rshof-support-statement p {
    color: var(--rshof-muted);
    font-size: 17px;
    line-height: 1.7;
}

.rshof-method-scale {
    display: grid;
    gap: 18px;
}

.rshof-method-scale > span {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 7px 14px;
    align-items: center;
}

.rshof-method-scale strong {
    color: #fff;
    font-size: 13px;
}

.rshof-method-scale i {
    display: block;
    width: var(--rshof-level);
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8f2630, #c5a46f);
}

.rshof-method-scale small {
    grid-column: 2;
    color: #8f9ea7;
}

.rshof-method-flow {
    display: grid;
    grid-template-columns: repeat(7, auto);
    gap: 15px;
    align-items: center;
    margin-top: 52px;
}

.rshof-method-flow article {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 18px;
    border-top: 2px solid var(--rshof-champagne);
    background: rgba(255, 255, 255, .035);
}

.rshof-method-flow strong {
    color: #fff;
}

.rshof-method-flow span {
    color: var(--rshof-muted);
    font-size: 12px;
    line-height: 1.45;
}

.rshof-method-flow > i {
    color: var(--rshof-champagne);
    font-style: normal;
}

.rshof-editorial-notice,
.rshof-support-statement {
    margin-top: 52px;
    padding: clamp(26px, 5vw, 52px);
    border: 1px solid rgba(197, 164, 111, .3);
    border-radius: 20px;
    background: #0b1d27;
}

.rshof-editorial-notice strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
}

.rshof-editorial-notice p {
    margin-bottom: 0;
    color: var(--rshof-muted);
    line-height: 1.7;
}

.rshof-help-notice {
    margin-top: 34px;
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid rgba(234, 92, 92, .72);
    border-left: 6px solid #e94b4b;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(115, 21, 27, .42), rgba(49, 13, 18, .84));
    color: #fff5f4;
}

.rshof-help-notice h2 {
    margin: 6px 0 12px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.04;
}

.rshof-help-notice p { color: #ffe9e7; line-height: 1.65; }
.rshof-help-notice a { color: #fff; font-weight: 800; text-decoration-color: rgba(255, 255, 255, .7); }
.rshof-help-notice__contacts { display: grid; gap: 5px; margin-top: 18px; }
.rshof-help-notice__contacts p { margin: 0; }
.rshof-help-notice__source { margin: 18px 0 0; font-size: 13px; }

.rshof-profile-editorial-notice {
    border-color: rgba(197, 164, 111, .48);
    background: linear-gradient(135deg, rgba(197, 164, 111, .11), rgba(12, 31, 42, .98));
}

.rshof-profile-editorial-notice__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    padding: 16px 18px;
    border: 1px solid rgba(197, 164, 111, .48);
    border-radius: 12px;
    color: #f1d8aa;
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none;
}

.rshof-profile-editorial-notice__link:hover,
.rshof-profile-editorial-notice__link:focus-visible { border-color: #f1d8aa; color: #fff; }
.rshof-profile-editorial-notice__link span { flex: 0 0 auto; font-size: 22px; }

.rshof-editorial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.rshof-editorial-actions .rshof-button {
    color: inherit;
}

.rshof-support-statement {
    margin-top: 70px;
    text-align: center;
}

.rshof-support-statement h3,
.rshof-support-statement p {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
}

.rshof-global-search {
    padding: clamp(26px, 5vw, 50px);
    border: 1px solid rgba(197, 164, 111, .3);
    border-radius: 22px;
    background:
        radial-gradient(circle at 90% 0%, rgba(197, 164, 111, .11), transparent 30%),
        #0d202b;
}

.rshof-global-search > label,
.rshof-directory-filter > span {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rshof-global-search > div {
    display: grid;
    grid-template-columns: minmax(180px, 1.35fr) minmax(135px, .65fr) minmax(150px, .72fr) minmax(170px, .9fr) auto;
    overflow: hidden;
    border: 1px solid var(--rshof-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
}

.rshof-global-search input,
.rshof-directory-filter input {
    min-width: 0;
    width: 100%;
    min-height: 58px;
    padding: 0 22px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.rshof-global-search select {
    min-height: 58px;
    padding: 0 38px 0 16px;
    border: 0;
    border-left: 1px solid var(--rshof-line);
    outline: 0;
    background: #10212c;
    color: #fff;
    font: inherit;
}

.rshof-global-search button {
    min-width: 190px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: var(--rshof-champagne);
    color: #07131c;
    font-weight: 900;
    cursor: pointer;
}

.rshof-search-page__hero {
    max-width: 900px;
    margin: 0 0 30px;
}

.rshof-search-page__hero h1 {
    margin: 8px 0 16px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 7vw, 76px);
    line-height: .95;
}

.rshof-search-page__hero p:last-child,
.rshof-global-search__help,
.rshof-search-summary > p:last-child {
    color: var(--rshof-muted);
    line-height: 1.55;
}

.rshof-global-search__help {
    margin: 14px 0 0;
    font-size: 13px;
}

.rshof-global-search__help strong {
    color: var(--rshof-champagne-light);
}

.rshof-search-intro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-top: 25px;
    border: 1px solid var(--rshof-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
}

.rshof-search-intro article {
    display: grid;
    gap: 6px;
    padding: 24px;
    border-right: 1px solid var(--rshof-line);
}

.rshof-search-intro article:last-child {
    border-right: 0;
}

.rshof-search-intro strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
}

.rshof-search-intro span {
    color: var(--rshof-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.rshof-search-summary {
    margin: 56px 0 30px;
}

.rshof-search-summary h2 {
    margin: 8px 0 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 55px);
}

.rshof-search-result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid var(--rshof-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .03);
}

.rshof-search-result-actions button {
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(197, 164, 111, .55);
    border-radius: 999px;
    background: transparent;
    color: var(--rshof-champagne-light);
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.rshof-search-result-actions span {
    color: var(--rshof-muted);
    font-size: 12px;
}

.rshof-search-group {
    margin-top: 52px;
}

.rshof-search-group > h3 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 27px;
}

.rshof-search-group > h3 span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--rshof-champagne);
    color: #07131c;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.rshof-search-group > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.rshof-search-group article {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--rshof-line);
    border-radius: 16px;
    background: #0d202b;
}

.rshof-search-group article p {
    margin: 0 0 8px;
    color: var(--rshof-champagne);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rshof-search-group h4 {
    margin: 0 0 9px;
    font-size: 22px;
    line-height: 1.1;
}

.rshof-search-group h4 a {
    color: #fff;
    text-decoration: none;
}

.rshof-search-group article > span {
    color: var(--rshof-muted);
    font-size: 14px;
    line-height: 1.5;
}

.rshof-search-after-results {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(290px, .7fr);
    gap: 24px;
    margin-top: 70px;
    padding-top: 48px;
    border-top: 1px solid var(--rshof-line);
}

.rshof-search-after-results > div,
.rshof-search-after-results > aside {
    min-width: 0;
    padding: clamp(22px, 4vw, 36px);
    border: 1px solid var(--rshof-line);
    border-radius: 20px;
    background: #0d202b;
}

.rshof-search-after-results h3 {
    margin: 7px 0 10px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3vw, 38px);
}

.rshof-search-after-results > aside .rshof-search-group {
    margin-top: 24px;
}

.rshof-search-after-results > aside .rshof-search-group > h3 {
    display: none;
}

.rshof-search-after-results > aside .rshof-search-group > div {
    grid-template-columns: 1fr;
}

.rshof-search-after-results > aside .rshof-button {
    margin-top: 20px;
}

.rshof-global-search--compact {
    margin-top: 26px;
    padding: 20px;
    border-radius: 16px;
}

.rshof-global-search--compact > div {
    grid-template-columns: 1fr;
    border-radius: 14px;
}

.rshof-global-search--compact select {
    border-top: 1px solid var(--rshof-line);
    border-left: 0;
}

.rshof-format-directory__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
    gap: clamp(34px, 6vw, 80px);
    align-items: end;
}

.rshof-format-directory__hero dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid var(--rshof-line);
    border-bottom: 1px solid var(--rshof-line);
}

.rshof-format-directory__hero dl div {
    display: grid;
    gap: 8px;
    padding: 20px 14px;
    border-right: 1px solid var(--rshof-line);
}

.rshof-format-directory__hero dl div:last-child {
    border-right: 0;
}

.rshof-format-directory__hero dt {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
}

.rshof-format-directory__hero dd {
    margin: 0;
    color: var(--rshof-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rshof-directory-filter {
    display: block;
    max-width: 680px;
    margin: 58px 0 24px;
}

.rshof-directory-filter input {
    border: 1px solid var(--rshof-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
}

.rshof-format-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rshof-format-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--rshof-line);
    border-radius: 18px;
    background: #0d202b;
}

.rshof-format-card__logo {
    display: grid;
    place-items: center;
    min-height: 130px;
    padding: 18px;
    border-bottom: 1px solid var(--rshof-line);
    background: #f7f4ee;
}

.rshof-format-card__logo img {
    width: 100%;
    height: 92px;
    object-fit: contain;
}

.rshof-format-card__logo img.rshof-format-card__fallback {
    width: min(100%, 210px);
    height: 72px;
    padding: 8px 14px;
    border-radius: 7px;
    background: #07131c;
}

.rshof-format-card__logo > span {
    display: grid;
    place-items: center;
    width: 86px;
    height: 86px;
    border: 1px solid #b89052;
    border-radius: 50%;
    color: #0b1d28;
}

.rshof-format-card__logo b {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
}

.rshof-format-card__logo small {
    color: #8c6d3c;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.rshof-format-card__body {
    padding: 24px;
}

.rshof-format-card h3 {
    margin: 8px 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    line-height: 1.04;
}

.rshof-format-card h3 a {
    color: #fff;
    text-decoration: none;
}

.rshof-format-card__body > p:not(.rshof-eyebrow) {
    color: var(--rshof-muted);
    font-size: 14px;
    line-height: 1.6;
}

.rshof-format-card dl {
    display: grid;
    gap: 8px;
    margin: 20px 0 0;
}

.rshof-format-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-top: 8px;
    border-top: 1px solid var(--rshof-line);
}

.rshof-format-card dt {
    color: #7f919b;
    font-size: 10px;
    text-transform: uppercase;
}

.rshof-format-card dd {
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-align: right;
}

.rshof-format-card footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 24px;
    border-top: 1px solid var(--rshof-line);
}

.rshof-format-card footer a {
    color: var(--rshof-champagne-light);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.rshof-register__intro {
    max-width: 980px;
}

.rshof-register > section {
    margin-top: 70px;
}

.rshof-register .rshof-section-heading h3 {
    margin: 7px 0 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 5vw, 50px);
}

.rshof-register-list {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--rshof-line);
    border-radius: 18px;
}

.rshof-register-list article {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-width: 0;
    padding: 17px 20px;
    border-bottom: 1px solid var(--rshof-line);
    background: rgba(255, 255, 255, .025);
}

.rshof-register-list article:last-child {
    border-bottom: 0;
}

.rshof-register-list article > span {
    color: var(--rshof-champagne);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.rshof-register-list article > div {
    display: grid;
    gap: 4px;
}

.rshof-register-list strong a {
    color: #fff;
    text-decoration: none;
}

.rshof-register-list small {
    color: var(--rshof-muted);
}

.rshof-register-list article > b {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
}

@media (max-width: 980px) {
    .rshof-editorial-lead,
    .rshof-method-comparison,
    .rshof-format-directory__hero {
        grid-template-columns: 1fr;
    }

    .rshof-method-principles,
    .rshof-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rshof-method-flow {
        grid-template-columns: 1fr;
    }

    .rshof-method-flow > i {
        transform: rotate(90deg);
        text-align: center;
    }

    .rshof-format-grid,
    .rshof-search-group > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rshof-global-search > div {
        grid-template-columns: minmax(0, 1fr) minmax(150px, .6fr);
        border-radius: 18px;
    }

    .rshof-global-search button {
        min-height: 56px;
    }

    .rshof-search-after-results {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .rshof-editorial-lead {
        gap: 28px;
    }

    .rshof-editorial-lead h2,
    .rshof-format-directory__hero h1,
    .rshof-register__intro h2 {
        font-size: clamp(38px, 12vw, 52px);
        line-height: 1;
    }

    .rshof-method-principles,
    .rshof-support-grid,
    .rshof-format-grid,
    .rshof-search-group > div,
    .rshof-search-intro {
        grid-template-columns: 1fr;
    }

    .rshof-method-comparison {
        padding: 24px 18px;
    }

    .rshof-method-scale > span {
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .rshof-global-search > div {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .rshof-global-search button {
        min-height: 52px;
    }

    .rshof-global-search select {
        border-top: 1px solid var(--rshof-line);
        border-left: 0;
    }

    .rshof-search-result-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rshof-search-result-actions button {
        width: 100%;
    }

    .rshof-search-intro article,
    .rshof-search-intro article:last-child {
        border-right: 0;
        border-bottom: 1px solid var(--rshof-line);
    }

    .rshof-search-intro article:last-child {
        border-bottom: 0;
    }

    .rshof-format-directory__hero dl {
        grid-template-columns: 1fr;
    }

    .rshof-format-directory__hero dl div,
    .rshof-format-directory__hero dl div:last-child {
        border-right: 0;
        border-bottom: 1px solid var(--rshof-line);
    }

    .rshof-format-directory__hero dl div:last-child {
        border-bottom: 0;
    }

    .rshof-register-list article {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
        padding: 15px;
    }

    .rshof-register-list article > b {
        grid-column: 2;
        font-size: 18px;
    }
}

@media print {
    .rshof-site-header,
    .rshof-site-footer,
    .rshof-search-page__hero,
    .rshof-global-search,
    .rshof-search-result-actions,
    .rshof-search-after-results,
    #wpadminbar {
        display: none !important;
    }

    .rshof-search-page,
    .rshof-search-group article,
    .rshof-search-summary {
        color: #111 !important;
        background: #fff !important;
    }

    .rshof-search-group h3,
    .rshof-search-group h4,
    .rshof-search-group h4 a,
    .rshof-search-summary h2 {
        color: #111 !important;
    }
}

.rshof-member-portal,
.rshof-member-page,
.rshof-privacy {
    --rshof-ink: #f7f4ee;
    --rshof-muted: #aeb9c0;
    --rshof-night: #07131c;
    --rshof-panel: #10212c;
    --rshof-panel-light: #172d3a;
    --rshof-line: rgba(255, 255, 255, .12);
    --rshof-champagne: #c5a46f;
    --rshof-champagne-light: #e1ccb0;
    --rshof-red: #8f2630;
    color: var(--rshof-ink);
}

.rshof-member-portal *,
.rshof-member-page *,
.rshof-privacy * {
    box-sizing: border-box;
}

.rshof-member-portal {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    overflow: hidden;
    border: 1px solid rgba(197, 164, 111, .3);
    border-radius: 26px;
    background:
        linear-gradient(120deg, rgba(143, 38, 48, .14), transparent 46%),
        #0b1d27;
    box-shadow: 0 36px 90px rgba(0, 0, 0, .28);
}

.rshof-member-portal__intro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 0;
    padding: clamp(34px, 6vw, 76px);
}

.rshof-member-portal__intro h2,
.rshof-member-page__hero h2,
.rshof-delete-account > header h2,
.rshof-member-deleted h2,
.rshof-privacy > header h2 {
    max-width: 800px;
    margin: 10px 0 18px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5.4vw, 68px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: .98;
}

.rshof-member-portal__intro > p:not(.rshof-eyebrow),
.rshof-member-page__hero > div > p:not(.rshof-eyebrow) {
    max-width: 700px;
    margin: 0;
    color: var(--rshof-muted);
    font-size: 17px;
    line-height: 1.7;
}

.rshof-member-portal__intro > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 28px;
    color: var(--rshof-champagne-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rshof-member-portal__panel {
    display: grid;
    align-items: center;
    min-width: 0;
    padding: clamp(24px, 4vw, 48px);
    border-left: 1px solid var(--rshof-line);
    background: rgba(3, 13, 19, .52);
}

.rshof-member-form {
    display: grid;
    gap: 18px;
    width: min(100%, 760px);
    margin-inline: auto;
    padding: clamp(26px, 5vw, 46px);
    border: 1px solid var(--rshof-line);
    border-radius: 20px;
    background: #0d202b;
}

.rshof-member-form--compact {
    padding: 0;
    border: 0;
    background: transparent;
}

.rshof-member-form header h3,
.rshof-member-welcome h3,
.rshof-member-form > h3,
.rshof-member-account__links h3 {
    margin: 6px 0 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 4vw, 42px);
    font-weight: 500;
    line-height: 1;
}

.rshof-member-form > label:not(.rshof-member-check):not(.rshof-member-choice),
.rshof-member-form__grid > label {
    display: grid;
    gap: 7px;
}

.rshof-member-form label > span {
    color: #d8e0e4;
    font-size: 12px;
    font-weight: 700;
}

.rshof-member-form input[type="text"],
.rshof-member-form input[type="email"],
.rshof-member-form input[type="password"],
.rshof-member-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 11px;
    outline: 0;
    background: rgba(255, 255, 255, .045);
    color: #fff;
}

.rshof-member-form textarea {
    min-height: 110px;
    resize: vertical;
}

.rshof-member-form input:focus,
.rshof-member-form textarea:focus {
    border-color: var(--rshof-champagne);
    box-shadow: 0 0 0 3px rgba(197, 164, 111, .09);
}

.rshof-member-form input:disabled {
    opacity: .62;
}

.rshof-member-form label small {
    color: #81919b;
    font-size: 10px;
}

.rshof-member-form > button {
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid var(--rshof-champagne);
    border-radius: 999px;
    background: var(--rshof-champagne);
    color: var(--rshof-night);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
}

.rshof-member-form footer,
.rshof-member-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}

.rshof-member-form footer a,
.rshof-member-actions a,
.rshof-member-form--delete > a {
    color: var(--rshof-champagne-light);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.rshof-member-check,
.rshof-member-choice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.rshof-member-check input,
.rshof-member-choice input {
    flex: 0 0 auto;
    margin-top: 5px;
    accent-color: var(--rshof-champagne);
}

.rshof-member-check span,
.rshof-member-choice span {
    font-weight: 500 !important;
    line-height: 1.5;
}

.rshof-member-check a {
    color: var(--rshof-champagne-light);
}

.rshof-member-check--optional {
    padding: 15px;
    border: 1px solid rgba(197, 164, 111, .2);
    border-radius: 12px;
    background: rgba(197, 164, 111, .055);
}

.rshof-member-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.rshof-member-welcome {
    position: relative;
    min-width: 0;
}

.rshof-member-welcome__mark {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border: 1px solid var(--rshof-champagne);
    border-radius: 50%;
    color: var(--rshof-champagne-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
}

.rshof-member-welcome > p:not(.rshof-eyebrow) {
    color: var(--rshof-muted);
}

.rshof-member-delete-link {
    display: inline-block;
    margin-top: 24px;
    color: #bd7c83;
    font-size: 10px;
}

.rshof-member-page,
.rshof-privacy {
    max-width: 1120px;
    margin-inline: auto;
}

.rshof-member-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 40px;
    align-items: end;
    margin-bottom: 35px;
    padding: clamp(30px, 6vw, 64px);
    border: 1px solid rgba(197, 164, 111, .28);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(197, 164, 111, .14), transparent 34%),
        #0b1d27;
}

.rshof-member-page__hero aside {
    display: grid;
    justify-items: center;
    padding: 28px 20px;
    border: 1px solid rgba(197, 164, 111, .35);
    border-radius: 18px;
    background: rgba(0, 0, 0, .15);
    text-align: center;
}

.rshof-member-page__hero aside strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    line-height: 1;
}

.rshof-member-page__hero aside span {
    margin-top: 8px;
    color: var(--rshof-champagne-light);
    font-weight: 800;
}

.rshof-member-page__hero aside small {
    margin-top: 8px;
    color: var(--rshof-muted);
}

.rshof-member-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.rshof-member-form__wide {
    grid-column: 1 / -1;
}

.rshof-member-form__privacy {
    margin: 0;
    color: #81919b;
    font-size: 11px;
    text-align: center;
}

.rshof-member-notice {
    max-width: 760px;
    margin: 0 auto 24px;
    padding: 14px 18px;
    border: 1px solid var(--rshof-line);
    border-radius: 12px;
}

.rshof-member-notice--success {
    border-color: rgba(111, 212, 151, .3);
    background: rgba(111, 212, 151, .08);
    color: #bde8cc;
}

.rshof-member-notice--error {
    border-color: rgba(224, 99, 99, .35);
    background: rgba(224, 99, 99, .08);
    color: #f2b6b6;
}

.rshof-member-account__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.rshof-member-account__links {
    display: grid;
    gap: 0;
    padding: 32px;
    border: 1px solid var(--rshof-line);
    border-radius: 20px;
    background: #0d202b;
}

.rshof-member-account__links h3 {
    margin-bottom: 22px;
}

.rshof-member-account__links a {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 0;
    border-top: 1px solid var(--rshof-line);
    color: #d8e0e4;
    text-decoration: none;
}

.rshof-member-account__links a span {
    color: var(--rshof-champagne-light);
}

.rshof-member-account__links a.is-danger {
    color: #ce8b92;
}

.rshof-delete-account {
    max-width: 800px;
}

.rshof-delete-account > header {
    margin-bottom: 32px;
}

.rshof-delete-account > header > p:not(.rshof-eyebrow) {
    color: var(--rshof-muted);
    font-size: 18px;
}

.rshof-member-form fieldset {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--rshof-line);
    border-radius: 14px;
}

.rshof-member-form legend {
    padding: 0 8px;
    color: #fff;
    font-weight: 800;
}

.rshof-member-form .rshof-verified-register {
    grid-template-columns: minmax(0, 1fr);
    overflow-wrap: anywhere;
}
.rshof-verified-register label,
.rshof-verified-register #rshof-entity-claim-fields:not([hidden]),
.rshof-verified-register #rshof-star-upload-fields:not([hidden]) {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
}
.rshof-verified-register select,
.rshof-verified-register input[type="file"] {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}
.rshof-verified-register select {
    min-height: 48px;
    padding: 10px;
    border: 1px solid var(--rshof-line);
    border-radius: 10px;
    background: #0d202b;
    color: #fff;
    font: inherit;
}
.rshof-verified-register input[type="checkbox"] { flex: 0 0 16px; width: 16px; height: 16px; }

.rshof-member-form--delete > button {
    border-color: #a43b45;
    background: #a43b45;
    color: #fff;
}

.rshof-member-deleted {
    display: grid;
    place-items: center;
    min-height: 520px;
    text-align: center;
}

.rshof-member-deleted > div {
    max-width: 760px;
    padding: clamp(32px, 7vw, 75px);
    border: 1px solid rgba(197, 164, 111, .3);
    border-radius: 24px;
    background: #0d202b;
}

.rshof-member-deleted > div > span {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border: 1px solid var(--rshof-champagne);
    border-radius: 50%;
    color: var(--rshof-champagne-light);
    font-size: 30px;
}

.rshof-member-deleted p {
    color: var(--rshof-muted);
}

.rshof-member-deleted strong {
    display: block;
    margin: 24px 0;
    color: #fff;
}

.rshof-privacy > header {
    margin-bottom: 32px;
    padding: clamp(30px, 6vw, 64px);
    border: 1px solid rgba(197, 164, 111, .3);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(197, 164, 111, .13), transparent 35%),
        #0b1d27;
}

.rshof-privacy > header > p:not(.rshof-eyebrow) {
    max-width: 850px;
    color: var(--rshof-muted);
    font-size: 18px;
}

.rshof-privacy > header small {
    color: var(--rshof-champagne-light);
}

.rshof-privacy__toc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid var(--rshof-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .025);
}

.rshof-privacy__toc strong {
    width: 100%;
    color: #fff;
}

.rshof-privacy__toc a {
    padding: 6px 10px;
    border: 1px solid var(--rshof-line);
    border-radius: 999px;
    color: var(--rshof-champagne-light);
    font-size: 11px;
    text-decoration: none;
}

.rshof-privacy > article {
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid var(--rshof-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .025);
}

.rshof-privacy > article + article {
    margin-top: 14px;
}

.rshof-privacy article h3 {
    margin: 0 0 14px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 500;
}

.rshof-privacy article p {
    color: var(--rshof-muted);
    line-height: 1.75;
}

.rshof-privacy article a {
    color: var(--rshof-champagne-light);
}

@media (max-width: 900px) {
    .rshof-member-portal,
    .rshof-member-page__hero,
    .rshof-member-account__grid {
        grid-template-columns: 1fr;
    }

    .rshof-member-portal__panel {
        border-top: 1px solid var(--rshof-line);
        border-left: 0;
    }

    .rshof-member-page__hero aside {
        justify-self: stretch;
    }
}

@media (max-width: 640px) {
    .rshof-member-portal {
        border-radius: 18px;
    }

    .rshof-member-portal__intro,
    .rshof-member-portal__panel,
    .rshof-member-form,
    .rshof-member-page__hero,
    .rshof-privacy > header,
    .rshof-privacy > article {
        padding: 22px 18px;
    }

    .rshof-member-portal__intro h2,
    .rshof-member-page__hero h2,
    .rshof-delete-account > header h2,
    .rshof-member-deleted h2,
    .rshof-privacy > header h2 {
        font-size: clamp(35px, 11vw, 48px);
        overflow-wrap: normal;
        word-break: normal;
    }

    .rshof-member-form__grid {
        grid-template-columns: 1fr;
    }

    .rshof-member-form__wide {
        grid-column: auto;
    }

    .rshof-member-form footer,
    .rshof-member-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* RSHOF Core 0.9.1: direkte Sprungziele, Punkteübersicht und vollständiges Starregister */
#rshof-aufstiegszone,
#punkteverteilung,
.rshof-register-group {
    scroll-margin-top: 130px;
}

.rshof-points-breakdown {
    margin-top: clamp(70px, 10vw, 120px);
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(197, 164, 111, .3);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(197, 164, 111, .12), transparent 34%),
        #0b1d27;
}

.rshof-points-breakdown > header {
    max-width: 820px;
}

.rshof-points-breakdown h3 {
    margin: 8px 0 16px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 500;
    line-height: 1;
}

.rshof-points-breakdown > header > p:last-child {
    margin: 0;
    color: var(--rshof-muted);
    font-size: 17px;
    line-height: 1.7;
}

.rshof-points-breakdown__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 36px;
}

.rshof-points-breakdown__grid article {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--rshof-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .035);
}

.rshof-points-breakdown__grid strong {
    color: var(--rshof-champagne-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
}

.rshof-points-breakdown__grid span {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.rshof-points-breakdown__grid small {
    color: var(--rshof-muted);
    font-size: 13px;
    line-height: 1.55;
}

.rshof-points-breakdown > footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 24px;
    align-items: center;
    margin-top: 18px;
    padding: 20px 22px;
    border-top: 1px solid rgba(197, 164, 111, .34);
    color: var(--rshof-muted);
}

.rshof-points-breakdown > footer strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
}

.rshof-register-filter {
    max-width: 760px;
    margin-top: 42px;
}

.rshof-register-alphabet {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0 36px;
}

.rshof-register-alphabet a {
    display: grid;
    place-items: center;
    min-width: 36px;
    height: 36px;
    padding: 0 9px;
    border: 1px solid var(--rshof-line);
    border-radius: 999px;
    color: var(--rshof-champagne-light);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.rshof-register-alphabet a:hover,
.rshof-register-alphabet a:focus-visible {
    border-color: var(--rshof-champagne);
    background: rgba(197, 164, 111, .12);
    color: #fff;
}

.rshof-register-directory {
    display: grid;
    gap: 54px;
}

.rshof-register [data-rshof-directory-item][hidden],
.rshof-register [data-rshof-directory-group][hidden] {
    display: none !important;
}

.rshof-register-group > header {
    display: flex;
    gap: 14px;
    align-items: baseline;
    margin-bottom: 12px;
}

.rshof-register-group > header span {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1;
}

.rshof-register-group > header small {
    color: var(--rshof-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rshof-register--complete .rshof-register-list article {
    grid-template-columns: 76px minmax(0, 1fr) minmax(74px, auto) minmax(118px, auto);
}

.rshof-register-list__action {
    justify-self: end;
    padding: 9px 12px;
    border: 1px solid rgba(197, 164, 111, .36);
    border-radius: 999px;
    color: var(--rshof-champagne-light);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}

.rshof-register-list__action:hover,
.rshof-register-list__action:focus-visible {
    border-color: var(--rshof-champagne);
    background: rgba(197, 164, 111, .12);
    color: #fff;
}

@media (max-width: 980px) {
    .rshof-points-breakdown__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rshof-register--complete .rshof-register-list article {
        grid-template-columns: 70px minmax(0, 1fr) auto;
    }

    .rshof-register-list__action {
        grid-column: 2 / -1;
        justify-self: start;
    }
}

@media (max-width: 640px) {
    #rshof-aufstiegszone,
    #punkteverteilung,
    .rshof-register-group {
        scroll-margin-top: 95px;
    }

    .rshof-points-breakdown {
        padding: 24px 18px;
    }

    .rshof-points-breakdown__grid {
        grid-template-columns: 1fr;
    }

    .rshof-register--complete .rshof-register-list article {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .rshof-register--complete .rshof-register-list article > b,
    .rshof-register-list__action {
        grid-column: 2;
    }
}

/* RSHOF 2.6.0 – Senderlogos & Moderatoren */
.rshof-broadcaster-list{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;vertical-align:middle}.rshof-broadcaster-separator{opacity:.45;font-size:.8em}.rshof-broadcaster-text{display:inline-flex;align-items:center;min-height:24px;font-weight:700}.rshof-brand-logo{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:26px;padding:3px 7px;border:1px solid rgba(18,31,54,.12);border-radius:8px;background:#fff;text-decoration:none!important;box-shadow:0 1px 3px rgba(18,31,54,.06);vertical-align:middle;overflow:hidden}.rshof-brand-logo img{display:block;width:auto;height:22px;max-width:92px;object-fit:contain;transform:scale(var(--rshof-logo-visual-scale,1.18));transform-origin:center;transition:transform .2s ease}.rshof-brand-logo__label{font-size:11px;line-height:1;font-weight:800;letter-spacing:.02em;color:#172033}.rshof-brand-logo--small{min-height:22px;padding:2px 5px;border-radius:6px}.rshof-brand-logo--small img{height:16px;max-width:72px}.rshof-brand-logo--small .rshof-brand-logo__label{font-size:9px}.rshof-brand-logo--hero img{height:30px;max-width:120px}.rshof-season-card__broadcaster,.rshof-season-winner__broadcaster,.rshof-season-episode__broadcaster,.rshof-company-format__broadcaster,.rshof-moderator-project__broadcaster{margin-top:8px}.rshof-live-board__station{display:flex!important;align-items:center;flex-wrap:wrap;gap:4px}.rshof-live-board__station b{font:inherit;font-weight:700}

.rshof-moderator-archive,.rshof-moderator-profile{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:48px 0 72px}.rshof-moderator-archive__hero,.rshof-moderator-hero{border-radius:24px;background:linear-gradient(135deg,#101827,#1e293b);color:#fff;padding:36px;box-shadow:0 18px 44px rgba(15,23,42,.14)}.rshof-moderator-archive__hero h1,.rshof-moderator-hero h1{margin:.15em 0;font-size:clamp(2rem,5vw,4rem);line-height:1}.rshof-moderator-section{margin-top:32px;padding:28px;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.08)}.rshof-moderator-section>header{margin-bottom:20px}.rshof-moderator-section>header h2{margin:.1em 0 0}.rshof-moderator-method{margin:18px 0 0;font-size:.92rem;opacity:.75}.rshof-moderator-ranking{display:grid;gap:14px}.rshof-moderator-ranking--top3{grid-template-columns:repeat(3,minmax(0,1fr))}.rshof-moderator-ranking__card{position:relative;display:grid;grid-template-columns:54px 86px 1fr;gap:14px;align-items:center;padding:14px;border:1px solid rgba(15,23,42,.1);border-radius:18px}.rshof-moderator-ranking--top3 .rshof-moderator-ranking__card{grid-template-columns:1fr;text-align:center;padding:20px}.rshof-moderator-ranking__rank{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;font-size:1.05rem;font-weight:900;background:#111827;color:#fff}.rshof-moderator-ranking--top3 .rshof-moderator-ranking__rank{position:absolute;top:12px;left:12px;z-index:2}.rshof-moderator-ranking__image img{display:block;width:86px;height:86px;object-fit:cover;border-radius:15px}.rshof-moderator-ranking--top3 .rshof-moderator-ranking__image img{width:100%;height:220px;border-radius:16px}.rshof-moderator-ranking__card h3{margin:0 0 4px}.rshof-moderator-ranking__card h3 a{text-decoration:none}.rshof-moderator-ranking__card strong,.rshof-moderator-ranking__card small{display:block}.rshof-moderator-ranking__card small{opacity:.7;margin-top:3px}.rshof-moderator-hero{display:grid;grid-template-columns:minmax(220px,360px) 1fr;gap:34px;align-items:center}.rshof-moderator-hero__image img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:20px}.rshof-moderator-scoreline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:22px 0}.rshof-moderator-scoreline article{padding:12px;border-radius:13px;background:rgba(255,255,255,.1)}.rshof-moderator-scoreline span,.rshof-moderator-scoreline strong{display:block}.rshof-moderator-scoreline span{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;opacity:.72}.rshof-moderator-scoreline strong{font-size:1.3rem;margin-top:3px}.rshof-moderator-vote{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:14px;border-radius:14px;background:rgba(255,255,255,.08)}.rshof-moderator-vote>div strong,.rshof-moderator-vote>div span{display:block}.rshof-moderator-vote form{display:flex;align-items:end;gap:8px}.rshof-moderator-vote label span{display:block;font-size:.75rem;margin-bottom:3px}.rshof-moderator-vote select{min-width:72px}.rshof-moderator-vote button{border:0;border-radius:9px;padding:9px 12px;font-weight:800;cursor:pointer}.rshof-moderator-facts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.rshof-moderator-facts>div{padding:13px;border-radius:13px;background:#f7f8fb}.rshof-moderator-facts span,.rshof-moderator-facts strong{display:block}.rshof-moderator-facts span{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;opacity:.65}.rshof-moderator-facts strong{margin-top:4px}.rshof-moderator-bio{margin-top:20px}.rshof-moderator-socials{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.rshof-moderator-socials a{padding:8px 11px;border-radius:9px;background:#111827;color:#fff;text-decoration:none}.rshof-moderator-project-list{display:grid;gap:10px}.rshof-moderator-project-list article{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px;border:1px solid rgba(15,23,42,.1);border-radius:15px}.rshof-moderator-project-list h3,.rshof-moderator-project-list p{margin:0}.rshof-moderator-project-list p{margin-top:4px;opacity:.75}.rshof-moderator-sources a{word-break:break-all}.rshof-show-moderators{margin:28px 0;padding:24px;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.07)}.rshof-show-moderators__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.rshof-show-moderators__grid article{padding:12px;border:1px solid rgba(15,23,42,.1);border-radius:14px}.rshof-show-moderators__grid article>a{display:flex;align-items:center;gap:10px;text-decoration:none}.rshof-show-moderators__grid img{width:54px;height:54px;border-radius:50%;object-fit:cover}.rshof-show-moderators__grid span,.rshof-show-moderators__grid small{display:block;margin-top:6px}.rshof-show-moderators__grid small{opacity:.65}

@media(max-width:900px){.rshof-moderator-ranking--top3,.rshof-show-moderators__grid{grid-template-columns:1fr}.rshof-moderator-hero{grid-template-columns:1fr}.rshof-moderator-hero__image{max-width:360px}.rshof-moderator-scoreline,.rshof-moderator-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.rshof-moderator-ranking--top3 .rshof-moderator-ranking__image img{height:260px}}@media(max-width:600px){.rshof-moderator-archive,.rshof-moderator-profile{width:min(100% - 20px,1180px);padding-top:24px}.rshof-moderator-archive__hero,.rshof-moderator-hero,.rshof-moderator-section{padding:20px;border-radius:18px}.rshof-moderator-scoreline,.rshof-moderator-facts{grid-template-columns:1fr 1fr}.rshof-moderator-ranking__card{grid-template-columns:44px 64px 1fr}.rshof-moderator-ranking__image img{width:64px;height:64px}.rshof-moderator-project-list article{align-items:flex-start;flex-direction:column}.rshof-brand-logo__label{font-size:9px}.rshof-brand-logo img{height:18px;max-width:76px}}

/* RSHOF 2.7 – Moderator-Gesamtvoting */
.rshof-moderator-bulk-voting {
    margin: clamp(34px, 6vw, 80px) 0 0;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(184,144,82,.28);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(8,20,29,.97), rgba(14,35,47,.94));
    color: #fff;
}
.rshof-moderator-bulk-voting > header {
    max-width: 900px;
    margin-bottom: 24px;
}
.rshof-moderator-bulk-voting > header h2 {
    margin: 4px 0 8px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 42px);
}
.rshof-moderator-bulk-voting > header p:last-child { color: #bcc8cf; }
.rshof-moderator-voting-login {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 14px;
    background: rgba(255,255,255,.05);
}
.rshof-moderator-vote-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
}
.rshof-moderator-vote-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 15px;
    background: rgba(255,255,255,.045);
}
.rshof-moderator-vote-card__person {
    display: grid;
    grid-template-columns: 54px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.rshof-moderator-vote-card__person img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    background: rgba(255,255,255,.08);
}
.rshof-moderator-vote-card__person > span { display: grid; gap: 3px; min-width: 0; }
.rshof-moderator-vote-card__person strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rshof-moderator-vote-card__person small { color: #b6c2ca; }
.rshof-moderator-vote-card label { display: grid; gap: 6px; }
.rshof-moderator-vote-card label > span { color: #d9c19b; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.rshof-moderator-vote-card select {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 9px;
    background: #fff;
    color: #111;
}
.rshof-vote-one {
    min-height: 38px;
    border: 1px solid rgba(217,193,155,.45);
    border-radius: 9px;
    background: transparent;
    color: #f1dfbd;
    cursor: pointer;
    font-weight: 700;
}
.rshof-vote-one:hover { background: rgba(217,193,155,.1); }
.rshof-moderator-vote-all {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.rshof-vote-saved {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(67,160,105,.5);
    border-radius: 10px;
    background: rgba(67,160,105,.12);
}
@media (max-width: 1050px) { .rshof-moderator-vote-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 640px) { .rshof-moderator-vote-grid { grid-template-columns: 1fr; } }

/* 2.7.1: live member presence */
.rshof-live-presence{grid-column:1/-1;display:flex;gap:10px 18px;align-items:center;flex-wrap:wrap;padding:12px 16px;border-radius:14px;background:rgba(6,18,31,.72);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.86rem}.rshof-live-presence span{display:flex;align-items:center;gap:6px}.rshof-live-presence strong{color:#ead9b8}.rshof-live-presence i{width:9px;height:9px;border-radius:50%;background:#42d392;box-shadow:0 0 0 4px rgba(66,211,146,.12)}

/* 2.7.1: moderator contrast, portrait fit and image-source branding */
.rshof-moderator-section{background:#172235;color:#f7f8fb;box-shadow:0 16px 42px rgba(2,8,23,.28)}
.rshof-moderator-section h2,.rshof-moderator-section h3,.rshof-moderator-section h3 a,.rshof-moderator-section a{color:#fff}.rshof-moderator-section .rshof-eyebrow{color:#ead9b8}.rshof-moderator-method{color:#d3dae6;opacity:.9}
.rshof-moderator-ranking__card{background:#101827;border-color:rgba(255,255,255,.12)}.rshof-moderator-ranking__card small{color:#ccd5e3;opacity:.9}.rshof-moderator-ranking__media{min-width:0}.rshof-moderator-ranking--top3 .rshof-moderator-ranking__media{width:100%}.rshof-moderator-ranking--top3 .rshof-moderator-ranking__image{display:block;width:100%;background:#08111f;border-radius:16px;overflow:hidden}.rshof-moderator-ranking--top3 .rshof-moderator-ranking__image img{width:100%;height:280px;object-fit:contain;object-position:center center;background:#08111f}.rshof-moderator-ranking__media .rshof-image-credit{margin-top:8px;justify-content:center}
.rshof-moderator-hero__image .rshof-image-credit{margin-top:8px}
.rshof-image-credit{display:flex;align-items:center;gap:5px;flex-wrap:wrap;font-size:11px;line-height:1.35;color:#aeb8c6}.rshof-image-credit a{color:inherit;text-decoration:underline;text-underline-offset:2px}.rshof-image-credit--brand{gap:4px}.rshof-brand-mark{display:inline-flex;align-items:center;line-height:1}.rshof-brand-mark img{display:block!important;width:auto!important;height:18px!important;max-width:74px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}.rshof-image-credit__dash{color:#aeb8c6}
@media(max-width:900px){.rshof-moderator-ranking--top3 .rshof-moderator-ranking__image img{height:min(360px,72vw)}}


/* RSHOF 2.7.7 / 3.6.4 moderator and broadcaster hotfixes */
.rshof-moderator-hero__image{position:relative;border-radius:20px;overflow:hidden;background:#08111f}
.rshof-moderator-hero__image img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:20px}
.rshof-moderator-hero__image .rshof-image-credit{position:absolute;left:12px;bottom:12px;z-index:3;margin:0;padding:6px 8px;border-radius:8px;background:rgba(5,10,18,.72);color:#f4f7fb;max-width:calc(100% - 24px)}
.rshof-moderator-section .rshof-moderator-facts>div{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.10);color:#f7f8fb}
.rshof-moderator-section .rshof-moderator-facts span{color:#d8dfeb;opacity:.9}
.rshof-moderator-section .rshof-moderator-facts strong,.rshof-moderator-section .rshof-moderator-bio,.rshof-moderator-section .rshof-moderator-bio p{color:#fff}
.rshof-moderator-project-list article{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.12)}
.rshof-broadcaster-list{display:inline-flex;align-items:flex-start;flex-wrap:wrap;gap:10px;vertical-align:middle}
.rshof-broadcaster-item{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px}
.rshof-broadcaster-item .rshof-image-credit{font-size:11px;line-height:1.3;color:#aeb8c6}
.rshof-brand-logo{gap:0!important;padding:4px 7px!important}
.rshof-brand-logo__label{display:none!important}
.rshof-brand-logo img{max-width:84px!important}
.rshof-brand-logo--small img{height:16px!important;max-width:68px!important}
.rshof-brand-logo--hero img{height:28px!important;max-width:108px!important}
@media(max-width:600px){.rshof-moderator-hero__image .rshof-image-credit{left:10px;bottom:10px;max-width:calc(100% - 20px);font-size:10px}}

/* 2.8.16: robust format archives and safe editorial image framing. */
.rshof-show-profile {
    --rshof-ink: #f7f4ee;
    --rshof-muted: #b9c5cc;
    --rshof-night: #07131c;
    --rshof-panel: #10212c;
    --rshof-panel-light: #172d3a;
    --rshof-line: rgba(255,255,255,.14);
    --rshof-champagne: #c5a46f;
    --rshof-champagne-light: #e1ccb0;
    width: 100%;
    padding: 46px 0 92px;
    background:
        radial-gradient(circle at 84% 7%, rgba(197,164,111,.11), transparent 24%),
        linear-gradient(180deg, #07131c, #0b1d27 46%, #07131c);
    color: var(--rshof-ink);
}

.rshof-show-profile *,
.rshof-show-profile *::before,
.rshof-show-profile *::after { box-sizing: border-box; }

.rshof-show-hero,
.rshof-show-section,
.rshof-show-moderators,
.rshof-show-inactive-notice {
    width: min(1400px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.rshof-show-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    gap: clamp(28px, 5vw, 78px);
    align-items: center;
    padding: clamp(32px, 5vw, 68px);
    border: 1px solid rgba(197,164,111,.32);
    border-radius: 28px;
    background:
        radial-gradient(circle at 10% 14%, rgba(197,164,111,.17), transparent 31%),
        linear-gradient(135deg, #0a1b25, #102b37 58%, #151c21);
    box-shadow: 0 34px 86px rgba(0,0,0,.32);
}

.rshof-show-hero h1,
.rshof-show-section h2,
.rshof-show-section h3,
.rshof-show-section h3 a,
.rshof-show-section h2 a { color: #fff; }

.rshof-show-hero h1 {
    max-width: 860px;
    margin: 8px 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 7.3vw, 106px);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: .91;
}

.rshof-show-hero > div > p:not(.rshof-eyebrow):not(.rshof-show-logo-credit) {
    max-width: 760px;
    margin: 0;
    color: var(--rshof-muted);
    font-size: clamp(16px, 1.55vw, 20px);
    line-height: 1.65;
}

.rshof-show-hero__logo {
    display: flex;
    align-items: center;
    min-height: 68px;
    margin-bottom: 20px;
}

.rshof-show-hero__logo img {
    display: block;
    width: auto;
    max-width: min(320px, 100%);
    max-height: 86px;
    object-fit: contain;
}

.rshof-show-hero__logo > span {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    align-items: center;
    color: var(--rshof-champagne-light);
}

.rshof-show-hero__logo > span b { font-family: Georgia, serif; font-size: 48px; font-weight: 500; }
.rshof-show-hero__logo > span small { font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.rshof-show-logo-credit { margin: 18px 0 0; color: #aec0c9; font-size: 11px; line-height: 1.5; }
.rshof-show-logo-credit a { color: var(--rshof-champagne-light); }

.rshof-show-hero__aside { display: grid; gap: 18px; min-width: 0; }
.rshof-show-hero__image { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: #081821; }
.rshof-show-hero__image img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; object-position: var(--rshof-media-focus, 50% 18%); background: #081821; }
.rshof-show-hero__image .rshof-media-credit { margin: 0; padding: 9px 12px; background: rgba(3,12,18,.78); color: #edf1f2; font-size: 11px; }
.rshof-show-hero__image .rshof-media-credit a { color: inherit; }

.rshof-show-hero__aside dl { margin: 0; border-top: 1px solid var(--rshof-line); }
.rshof-show-hero__aside dl > div { display: grid; grid-template-columns: minmax(118px,.6fr) minmax(0,1.4fr); gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--rshof-line); }
.rshof-show-hero__aside dt { color: #90a6b1; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.rshof-show-hero__aside dd { min-width: 0; margin: 0; color: #fff; text-align: right; }
.rshof-show-hero__aside dd a { color: #fff; text-underline-offset: 3px; }

.rshof-show-section,
.rshof-show-moderators {
    margin-top: 30px;
    padding: clamp(24px, 3.5vw, 42px);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(18,43,56,.96), rgba(7,22,31,.98));
    box-shadow: 0 22px 62px rgba(0,0,0,.2);
}

.rshof-show-section .rshof-section-heading { margin-bottom: 24px; }
.rshof-show-section .rshof-section-heading h2 { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 50px); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.rshof-show-section .rshof-eyebrow { color: var(--rshof-champagne-light); }
.rshof-show-section p { color: var(--rshof-muted); }

.rshof-show-profile .rshof-season-grid,
.rshof-show-profile .rshof-winner-history__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.rshof-show-profile .rshof-season-card,
.rshof-show-profile .rshof-winner-history__card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 17px;
    background: rgba(255,255,255,.045);
}

.rshof-show-profile .rshof-season-card > header,
.rshof-show-profile .rshof-winner-history__card { padding: 19px 20px; }
.rshof-show-profile .rshof-season-card > header span,
.rshof-show-profile .rshof-winner-history__card > span { color: var(--rshof-champagne-light); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.rshof-show-profile .rshof-season-card h3,
.rshof-show-profile .rshof-winner-history__card h3 { margin: 7px 0 0; font-family: Georgia, serif; font-size: 26px; font-weight: 500; line-height: 1.04; }
.rshof-show-profile .rshof-season-card__broadcaster { margin: 0 20px 15px; }
.rshof-show-profile .rshof-season-card ol { display: grid; gap: 9px; margin: 0; padding: 0 20px 18px; list-style: none; }
.rshof-show-profile .rshof-season-card li { display: grid; grid-template-columns: 27px minmax(0,1fr); gap: 8px; align-items: start; color: #f2f4f5; font-size: 14px; }
.rshof-show-profile .rshof-season-card li > span { color: var(--rshof-champagne-light); font-weight: 800; }
.rshof-show-profile .rshof-season-card li a,
.rshof-show-profile .rshof-winner-history__card a { color: #fff; text-decoration: none; }
.rshof-show-profile .rshof-season-card li small { grid-column: 2; color: #aebdc5; font-size: 11px; }
.rshof-show-profile .rshof-season-card > p { margin: 0; padding: 0 20px 18px; }
.rshof-show-profile .rshof-season-card footer { margin-top: auto; padding: 15px 20px; border-top: 1px solid rgba(255,255,255,.1); }
.rshof-show-profile .rshof-season-card footer a,
.rshof-show-profile .rshof-winner-history__card a { color: var(--rshof-champagne-light); font-size: 12px; font-weight: 800; }
.rshof-show-profile .rshof-winner-history__card { min-height: 180px; }
.rshof-show-profile .rshof-winner-history__card p { margin: 10px 0 18px; }
.rshof-show-profile .rshof-winner-history__card a { margin-top: auto; }

.rshof-show-profile .rshof-star-card { box-shadow: none; }
.rshof-show-profile .rshof-empty { padding: 22px; border: 1px dashed rgba(255,255,255,.24); border-radius: 14px; color: #c8d4da; }
.rshof-show-profile .rshof-show-moderators { color: var(--rshof-ink); }
.rshof-show-profile .rshof-show-moderators h2,
.rshof-show-profile .rshof-show-moderators h3,
.rshof-show-profile .rshof-show-moderators a { color: #fff; }
.rshof-show-profile .rshof-show-moderators .rshof-eyebrow { color: var(--rshof-champagne-light); }
.rshof-show-profile .rshof-show-moderators__grid article { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.04); }
.rshof-show-profile .rshof-show-moderators__grid small { color: #b8c6ce; }

/* Overview images intentionally protect the full subject. Editors can adjust
 * each image's profile and card focus separately in the media rights mask. */
.rshof-news-card__media > img.rshof-media-image--news {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: var(--rshof-media-focus, 50% 18%) !important;
    background:
        radial-gradient(circle at 50% 20%, rgba(197,164,111,.16), transparent 46%),
        #0b1d27;
}

@media (max-width: 960px) {
    .rshof-show-hero { grid-template-columns: 1fr; }
    .rshof-show-hero__aside { max-width: 720px; }
    .rshof-show-profile .rshof-season-grid,
    .rshof-show-profile .rshof-winner-history__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
    .rshof-show-profile { padding: 22px 0 58px; }
    .rshof-show-hero,
    .rshof-show-section,
    .rshof-show-moderators,
    .rshof-show-inactive-notice { width: min(100% - 20px, 1400px); }
    .rshof-show-hero { gap: 24px; padding: 25px 20px; border-radius: 20px; }
    .rshof-show-hero h1 { font-size: clamp(43px, 14vw, 68px); }
    .rshof-show-hero__aside dl > div { grid-template-columns: 1fr; gap: 5px; }
    .rshof-show-hero__aside dd { text-align: left; }
    .rshof-show-section,
    .rshof-show-moderators { margin-top: 20px; padding: 21px 16px; border-radius: 18px; }
    .rshof-show-profile .rshof-season-grid,
    .rshof-show-profile .rshof-winner-history__grid { grid-template-columns: 1fr; }
}

/* RSHOF Reality Wissen: repeatable, source-aware editorial formats. */
.rshof-reality-knowledge { width: 100%; padding: 46px 0 92px; background: linear-gradient(180deg,#07131c,#0b1d27 48%,#07131c); color:#f7f4ee; }
.rshof-reality-knowledge *, .rshof-reality-knowledge *::before, .rshof-reality-knowledge *::after { box-sizing:border-box; }
.rshof-reality-knowledge__hero, .rshof-reality-knowledge__section { width:min(1240px,calc(100% - 32px)); margin-right:auto; margin-left:auto; }
.rshof-reality-knowledge__hero { padding:clamp(34px,6vw,78px); border:1px solid rgba(197,164,111,.34); border-radius:28px; background:radial-gradient(circle at 81% 16%,rgba(197,164,111,.2),transparent 29%),linear-gradient(135deg,#112c38,#0a1924); box-shadow:0 34px 90px rgba(0,0,0,.3); }
.rshof-reality-knowledge__hero h1 { max-width:760px; margin:8px 0 18px; color:#fff; font-family:Georgia,"Times New Roman",serif; font-size:clamp(47px,7.2vw,100px); font-weight:500; letter-spacing:-.05em; line-height:.92; }
.rshof-reality-knowledge__hero > p:not(.rshof-eyebrow) { max-width:760px; margin:0; color:#becbd1; font-size:clamp(16px,1.55vw,20px); line-height:1.7; }
.rshof-reality-knowledge__principles { display:flex; flex-wrap:wrap; gap:9px; margin-top:27px; }
.rshof-reality-knowledge__principles span { padding:8px 11px; border:1px solid rgba(225,204,176,.32); border-radius:999px; color:#ead9b8; font-size:11px; font-weight:800; letter-spacing:.04em; }

/* Format archive: keep long titles readable at word boundaries and keep the
 * broadcaster marks slightly quieter than the homepage programme board. */
.rshof-show-profile .rshof-show-hero {
    width: min(1400px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    gap: clamp(28px, 5vw, 78px);
    align-items: center;
    padding: clamp(32px, 5vw, 68px);
    border: 1px solid rgba(197,164,111,.32);
    border-radius: 28px;
    background:
        radial-gradient(circle at 10% 14%, rgba(197,164,111,.17), transparent 31%),
        linear-gradient(135deg, #0a1b25, #102b37 58%, #151c21);
    box-shadow: 0 34px 86px rgba(0,0,0,.32);
}

.rshof-show-profile .rshof-show-hero h1 {
    max-width: 760px;
    font-size: clamp(48px, 5.7vw, 82px);
    letter-spacing: -.04em;
    line-height: .98;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}

.rshof-show-profile .rshof-show-hero__aside .rshof-brand-logo {
    min-height: 25px;
    padding: 2px 6px !important;
    border-radius: 7px;
}

.rshof-show-profile .rshof-show-hero__aside .rshof-brand-logo img {
    height: 19px !important;
    max-width: 80px !important;
}

@media (max-width: 960px) {
    /* The format-specific desktop grid is more specific than the generic
     * breakpoint above, so explicitly collapse it here as well. */
    .rshof-show-profile .rshof-show-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .rshof-show-profile .rshof-show-hero__aside {
        max-width: 720px;
    }
}

@media (max-width: 620px) {
    .rshof-show-profile .rshof-show-hero {
        gap: 24px;
        padding: 25px 20px;
        border-radius: 20px;
    }

    .rshof-show-profile .rshof-show-hero h1 {
        font-size: clamp(43px, 12.5vw, 62px);
        line-height: .97;
    }

    .rshof-show-profile .rshof-show-hero__aside {
        max-width: 100%;
    }
}
.rshof-reality-knowledge__section { margin-top:30px; padding:clamp(24px,4vw,44px); border:1px solid rgba(255,255,255,.11); border-radius:24px; background:linear-gradient(145deg,rgba(18,43,56,.96),rgba(7,22,31,.98)); box-shadow:0 22px 62px rgba(0,0,0,.2); }
.rshof-reality-knowledge__section > header { max-width:860px; margin-bottom:24px; }
.rshof-reality-knowledge__section h2 { margin:6px 0 13px; color:#fff; font-family:Georgia,"Times New Roman",serif; font-size:clamp(31px,4.5vw,55px); font-weight:500; letter-spacing:-.035em; line-height:1; }
.rshof-reality-knowledge__section > header > p:not(.rshof-eyebrow) { margin:0; color:#b8c7ce; line-height:1.65; }
.rshof-reality-knowledge__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.rshof-reality-knowledge__card { display:flex; flex-direction:column; min-width:0; min-height:260px; padding:23px; border:1px solid rgba(255,255,255,.13); border-radius:18px; background:rgba(255,255,255,.045); }
.rshof-reality-knowledge__card > span, .rshof-reality-knowledge__list article > span { color:#e1ccb0; font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.rshof-reality-knowledge__card h3, .rshof-reality-knowledge__list h3 { margin:8px 0 12px; color:#fff; font-family:Georgia,serif; font-size:28px; font-weight:500; line-height:1.05; }
.rshof-reality-knowledge__card dl { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:0 0 16px; }
.rshof-reality-knowledge__card dl div { padding:10px; border-radius:10px; background:rgba(255,255,255,.055); }
.rshof-reality-knowledge__card dt { color:#9fb2bc; font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.rshof-reality-knowledge__card dd { margin:4px 0 0; color:#fff; font-size:13px; }
.rshof-reality-knowledge__card > strong { margin:0 0 8px; color:#fff; font-size:20px; }
.rshof-reality-knowledge__card p { margin:0 0 18px; color:#b9c7cd; line-height:1.55; }
.rshof-reality-knowledge__card a, .rshof-reality-knowledge__list a { margin-top:auto; color:#e1ccb0; font-size:12px; font-weight:800; text-decoration:none; }
.rshof-reality-knowledge__list { display:grid; gap:11px; }
.rshof-reality-knowledge__list article { display:grid; grid-template-columns:minmax(220px,.7fr) minmax(190px,.55fr) minmax(0,1.2fr) auto; gap:18px; align-items:center; padding:17px 19px; border:1px solid rgba(255,255,255,.11); border-radius:15px; background:rgba(255,255,255,.035); }
.rshof-reality-knowledge__list h3, .rshof-reality-knowledge__list p { margin:0; }
.rshof-reality-knowledge__list p { color:#b7c6cc; font-size:13px; }
.rshof-reality-knowledge__list a { white-space:nowrap; }
.rshof-reality-knowledge__lexicon { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin:0; }
.rshof-reality-knowledge__lexicon div { padding:18px; border:1px solid rgba(255,255,255,.1); border-radius:15px; background:rgba(255,255,255,.035); }
.rshof-reality-knowledge__lexicon dt { color:#fff; font-family:Georgia,serif; font-size:23px; }
.rshof-reality-knowledge__lexicon dd { margin:8px 0 0; color:#bdcbd0; line-height:1.58; }
@media(max-width:880px){.rshof-reality-knowledge__list article{grid-template-columns:1fr 1fr}.rshof-reality-knowledge__list p{grid-column:1/-1}.rshof-reality-knowledge__list a{margin-top:0}}@media(max-width:620px){.rshof-reality-knowledge{padding:22px 0 58px}.rshof-reality-knowledge__hero,.rshof-reality-knowledge__section{width:min(100% - 20px,1240px)}.rshof-reality-knowledge__hero{padding:27px 20px;border-radius:20px}.rshof-reality-knowledge__section{margin-top:20px;padding:22px 16px;border-radius:18px}.rshof-reality-knowledge__grid,.rshof-reality-knowledge__lexicon,.rshof-reality-knowledge__list article{grid-template-columns:1fr}.rshof-reality-knowledge__card{min-height:0}.rshof-reality-knowledge__list p{grid-column:auto}.rshof-reality-knowledge__list a{margin-top:5px}.rshof-reality-knowledge__hero h1{font-size:clamp(44px,14vw,66px)}}

/* Verified-format winner directories (KDRS / IBES). */
.rshof-winner-directory {
    width: min(100% - 42px, 1240px);
    margin: 0 auto;
    padding: 54px 0 72px;
}

.rshof-winner-directory__hero {
    max-width: 820px;
    margin-bottom: 30px;
}

.rshof-winner-directory__hero h2 {
    margin: 7px 0 14px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: .98;
}

.rshof-winner-directory__hero > p:not(.rshof-eyebrow) {
    margin: 0;
    color: var(--rshof-muted);
    line-height: 1.65;
}

.rshof-winner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.rshof-winner-card {
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--rshof-line);
    border-radius: 20px;
    background: linear-gradient(155deg, #122d3b, #0a1922 72%);
}

.rshof-winner-card__media {
    position: relative;
    min-height: 260px;
    background: #07131c;
}

.rshof-winner-card__media > a,
.rshof-winner-card__media img,
.rshof-winner-card__placeholder {
    display: block;
    width: 100%;
    height: 260px;
}

.rshof-winner-card__media img {
    object-fit: cover;
}

.rshof-winner-card__placeholder {
    display: grid;
    place-items: center;
    color: var(--rshof-champagne-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    letter-spacing: .1em;
    background: radial-gradient(circle at 50% 30%, rgba(197,164,111,.28), transparent 42%), #0a1b25;
}

.rshof-winner-card__year {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #fff;
    background: rgba(5,18,27,.78);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.rshof-winner-card__media .rshof-image-credit {
    position: absolute;
    right: 10px;
    bottom: 8px;
    max-width: calc(100% - 20px);
}

.rshof-winner-card__body {
    padding: 22px;
}

.rshof-winner-card__body h3 {
    margin: 8px 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.05;
}

.rshof-winner-card__body h3 a {
    color: #fff;
    text-decoration: none;
}

.rshof-winner-card__body > strong {
    display: block;
    color: var(--rshof-champagne-light);
    font-size: 13px;
}

.rshof-winner-card__source {
    display: inline-block;
    margin-top: 17px;
    color: #b9cbd2;
    font-size: 12px;
    text-decoration-color: rgba(185,203,210,.45);
}

@media (max-width: 900px) {
    .rshof-winner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
    .rshof-winner-directory { width: min(100% - 24px, 1240px); padding: 34px 0 52px; }
    .rshof-winner-grid { grid-template-columns: 1fr; gap: 15px; }
    .rshof-winner-card__media,
    .rshof-winner-card__media > a,
    .rshof-winner-card__media img,
    .rshof-winner-card__placeholder { height: 230px; }
}


/* 2026-08-29: profile readability repair – the Hall of Fame hero must remain
   legible regardless of cached theme ordering or champion state. */
.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;
}
