.sotm-archive-hero,
.sotm-feature-hero,
.home-sotm {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(242, 182, 50, .22);
    background:
        radial-gradient(circle at 76% 42%, rgba(242, 182, 50, .13), transparent 30rem),
        linear-gradient(125deg, #15120b 0%, #090c13 54%, #08111f 100%);
}

.sotm-grid-lines,
.home-sotm-lines {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}

.sotm-archive-hero-inner {
    position: relative;
    display: grid;
    min-height: 390px;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 45px;
    padding-block: 72px;
}

.sotm-archive-hero h1 {
    max-width: 850px;
    margin: 12px 0;
    font-size: clamp(54px, 8vw, 105px);
    font-style: italic;
    line-height: .9;
    text-transform: uppercase;
}

.sotm-archive-hero p {
    max-width: 700px;
    color: #aeb6c5;
    font-size: 18px;
    line-height: 1.7;
}

.profile-sotm-medallion {
    display: grid;
    border: 1px solid rgba(255, 207, 91, .5);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 28%, #ffe69b, #d99a13 42%, #5a3600 74%, #171109 75%);
    color: #130e05;
    font-family: var(--display);
    font-weight: 950;
    letter-spacing: -.02em;
    place-items: center;
    text-transform: uppercase;
    box-shadow: 0 0 60px rgba(242, 182, 50, .2), inset 0 0 0 8px rgba(0, 0, 0, .18);
}

.sotm-archive-section {
    background: linear-gradient(180deg, #080b11, #06080c);
}

.sotm-season-filter {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 34px;
}

.sotm-season-filter .filter-control {
    width: min(100%, 360px);
}

.sotm-filter-copy {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.sotm-filter-copy strong { color: #fff; font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.sotm-filter-copy small { color: var(--muted); }

.sotm-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sotm-archive-card {
    position: relative;
    display: flex;
    min-height: 570px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(242, 182, 50, .2);
    border-radius: 22px;
    background: linear-gradient(155deg, rgba(242, 182, 50, .11), #111722 42%, #090d14);
    color: #fff;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sotm-archive-card:hover,
.sotm-archive-card:focus-visible {
    border-color: rgba(255, 207, 91, .58);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .35), inset 0 0 45px rgba(242, 182, 50, .06);
    transform: translateY(-4px);
}

.sotm-card-month {
    position: absolute;
    z-index: 3;
    top: 22px;
    left: 22px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 207, 91, .32);
    border-radius: 999px;
    background: rgba(7, 9, 13, .72);
    color: var(--gold-bright);
    font-family: var(--display);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sotm-card-portrait {
    display: grid;
    min-height: 330px;
    overflow: hidden;
    place-items: end center;
    background: radial-gradient(circle at 50% 50%, rgba(242, 182, 50, .18), transparent 57%);
}

.sotm-card-portrait .avatar-hero { width: 100%; height: 330px; border: 0; background: transparent; }
.sotm-card-portrait .avatar-hero img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }

.sotm-card-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(10, 14, 22, .92), #090d14);
}

.sotm-card-copy small { color: var(--gold-bright); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sotm-card-copy strong { margin-top: 7px; font-family: var(--display); font-size: 31px; line-height: 1; text-transform: uppercase; }
.sotm-card-copy > span { margin-top: 12px; color: #aab2c1; font-size: 13px; line-height: 1.55; }
.sotm-card-copy b { margin-top: auto; padding-top: 18px; color: #fff; font-family: var(--display); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.sotm-card-copy b i { margin-left: 8px; color: var(--gold-bright); font-style: normal; }

.sotm-feature { background: #070a0f; }
.sotm-feature-glow { position: absolute; inset: 0; background: radial-gradient(circle at 76% 50%, color-mix(in srgb, var(--sotm-brand) 22%, transparent), transparent 32rem); pointer-events: none; }

.sotm-feature-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 610px;
    grid-template-columns: minmax(0, 1fr) 430px;
    align-items: center;
    gap: 55px;
    padding-block: 65px 45px;
}

.sotm-back-link { display: inline-block; margin-bottom: 35px; color: #aeb6c5; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.sotm-feature-overline { margin: 18px 0 0; color: var(--gold-bright); font-family: var(--display); font-size: 20px; font-style: italic; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.sotm-feature-copy h1 { margin: 6px 0 20px; font-size: clamp(64px, 9vw, 118px); font-style: italic; line-height: .84; text-transform: uppercase; }
.sotm-feature-copy > p:last-of-type { max-width: 760px; color: #bcc3cf; font-size: 17px; line-height: 1.7; }
.sotm-feature-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }

.sotm-feature-portrait { position: relative; display: grid; min-height: 500px; align-items: end; justify-items: center; }
.sotm-feature-portrait::after { position: absolute; right: 4%; bottom: 2%; left: 4%; height: 25%; background: linear-gradient(transparent, #090d14); content: ""; }
.sotm-feature-portrait .avatar-hero { position: relative; z-index: 2; width: 100%; height: 500px; border: 0; background: transparent; }
.sotm-feature-portrait .avatar-hero img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.sotm-feature-scorebar {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr) 1.7fr;
    border: 1px solid rgba(242, 182, 50, .2);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    background: rgba(7, 10, 15, .9);
    backdrop-filter: blur(16px);
}

.sotm-feature-scorebar > div { display: flex; min-height: 91px; flex-direction: column; justify-content: center; padding: 15px 22px; border-right: 1px solid rgba(255,255,255,.08); }
.sotm-feature-scorebar > div:last-child { border-right: 0; }
.sotm-feature-scorebar span { color: #8f98a8; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.sotm-feature-scorebar strong { margin-top: 4px; color: #fff; font-family: var(--display); font-size: 24px; text-transform: uppercase; }

.sotm-feature-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 24px; }
.sotm-feature-main, .sotm-feature-sidebar { display: flex; flex-direction: column; gap: 24px; }
.sotm-achievements h2, .sotm-match-ledger h2 { margin: 7px 0 20px; font-size: 35px; text-transform: uppercase; }
.sotm-highlight-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.sotm-highlight-list > div { display: grid; grid-template-columns: 27px 1fr; gap: 10px; padding: 16px; border: 1px solid rgba(242, 182, 50, .15); border-radius: 13px; background: rgba(242, 182, 50, .045); }
.sotm-highlight-list span { color: var(--gold-bright); }
.sotm-highlight-list p { margin: 0; color: #c4cad4; line-height: 1.55; }
.sotm-honour-card > strong { display: block; margin: 10px 0; color: var(--gold-bright); font-family: var(--display); font-size: 35px; text-transform: uppercase; }
.sotm-honour-card p { color: var(--muted); line-height: 1.55; }
.sotm-brand-card .brand-logo-image { width: min(100%, 230px); max-height: 120px; margin-top: 18px; object-fit: contain; object-position: left center; }

.sotm-more-winners { padding-block: 55px 80px; border-top: 1px solid var(--line); }
.sotm-more-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.sotm-more-grid a { display: flex; min-height: 135px; flex-direction: column; justify-content: center; padding: 19px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); color: #fff; text-decoration: none; }
.sotm-more-grid small { color: var(--gold-bright); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.sotm-more-grid strong { margin: 5px 0; font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.sotm-more-grid span { color: var(--muted); font-size: 10px; }

.home-sotm {
    isolation: isolate;
    padding: clamp(32px, 4vw, 60px) 0 clamp(54px, 6vw, 88px);
    border: 0;
    background: #0a0f17;
}
.home-sotm::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        radial-gradient(ellipse at 16% 42%, rgba(137, 78, 27, .16), transparent 56%),
        radial-gradient(ellipse at 83% 52%, rgba(35, 68, 119, .17), transparent 58%),
        linear-gradient(to bottom, #0a0f17, #0d121b 48%, #0a0f17);
    content: '';
    pointer-events: none;
}
.home-sotm::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: radial-gradient(ellipse at 18% 48%, color-mix(in srgb, var(--sotm-brand) 14%, transparent), transparent 35rem);
    content: '';
    pointer-events: none;
}
.home-sotm-lines { z-index: 1; opacity: .13; mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 70%, transparent); }
.home-sotm-inner {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 0;
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: center;
    gap: clamp(24px, 4vw, 48px);
    overflow: hidden;
    padding: 28px clamp(28px, 4vw, 54px);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 24px;
    background: linear-gradient(125deg, rgba(18, 23, 32, .64), rgba(9, 14, 22, .74));
    box-shadow: 0 26px 80px rgba(0, 0, 0, .26), inset 0 1px rgba(255, 255, 255, .08);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
}
.home-sotm-portrait { align-self: stretch; display: grid; align-items: end; overflow: hidden; }
.home-sotm-portrait .avatar-hero { width: 100%; height: 390px; border: 0; background: transparent; }
.home-sotm-portrait .avatar-hero img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.home-sotm-copy > small { display: block; margin-top: 13px; color: #fff; font-family: var(--display); font-size: 17px; font-style: italic; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.home-sotm-copy h2 { margin: 4px 0 13px; font-size: clamp(48px, 6vw, 78px); font-style: italic; line-height: .9; text-transform: uppercase; }
.home-sotm-copy > p { max-width: 720px; color: #aeb6c5; line-height: 1.65; }
.home-sotm-record { display: flex; flex-wrap: wrap; gap: 26px; margin: 22px 0; }
.home-sotm-record span { display: flex; flex-direction: column; }
.home-sotm-record strong { color: var(--gold-bright); font-family: var(--display); font-size: 27px; }
.home-sotm-record small { color: #8e97a6; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.home-sotm-copy { min-width: 0; }
.profile-sotm-badge { display: inline-flex; width: fit-content; margin-top: 14px; padding: 7px 11px; border: 1px solid rgba(242, 182, 50, .28); border-radius: 999px; background: rgba(242, 182, 50, .08); color: var(--gold-bright); font-family: var(--display); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.profile-sotm-awards { margin-bottom: 22px; }
.profile-sotm-count { color: var(--gold-bright); font-family: var(--display); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.profile-sotm-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.profile-sotm-grid > a { display: grid; grid-template-columns: 62px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 15px; border: 1px solid rgba(242, 182, 50, .16); border-radius: 14px; background: linear-gradient(140deg, rgba(242, 182, 50, .07), rgba(255,255,255,.02)); color: #fff; text-decoration: none; }
.profile-sotm-medallion { width: 62px; height: 62px; font-size: 13px; }
.profile-sotm-grid > a > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.profile-sotm-grid small { color: var(--gold-bright); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.profile-sotm-grid strong { font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.profile-sotm-grid em { overflow: hidden; color: var(--muted); font-size: 10px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.profile-sotm-grid i { color: var(--gold-bright); font-style: normal; }

/* Premium monthly-award presentation */
.sotm-archive-hero {
    isolation: isolate;
    background:
        radial-gradient(ellipse at 88% 36%, rgba(255, 199, 63, .075), transparent 30rem),
        radial-gradient(circle at 20% 110%, rgba(29, 78, 216, .13), transparent 31rem),
        linear-gradient(118deg, #17130b 0%, #0a0d14 51%, #07101e 100%);
}

.sotm-archive-hero-inner { min-height: 390px; padding-block: 58px; }
.sotm-archive-heading h1 { letter-spacing: -.035em; }
.sotm-archive-heading h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255, 218, 128, .72); }
.sotm-archive-heading { min-width: 0; }
.sotm-archive-trophies {
    display: flex;
    min-width: 0;
    align-items: flex-end;
    justify-content: center;
    gap: clamp(6px, 1vw, 14px);
}
.sotm-trophy { display: block; flex: none; }
.sotm-trophy-outline { stroke-width: 2.5; }
.sotm-trophy-engraving { stroke-width: 1.4; opacity: .48; }
.sotm-trophy--silver {
    width: clamp(82px, 7vw, 112px);
    color: #b4c0d0;
    opacity: .78;
    filter: drop-shadow(0 5px 10px rgba(174, 191, 211, .1));
}
.sotm-archive-trophies > .sotm-trophy--silver:first-child {
    -webkit-mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .65) 12%, #000 30%);
    mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .65) 12%, #000 30%);
}
.sotm-archive-trophies > .sotm-trophy--silver:last-child {
    -webkit-mask-image: linear-gradient(to left, transparent, rgba(0, 0, 0, .65) 12%, #000 30%);
    mask-image: linear-gradient(to left, transparent, rgba(0, 0, 0, .65) 12%, #000 30%);
}
.sotm-trophy--gold {
    position: relative;
    z-index: 1;
    width: clamp(132px, 10vw, 164px);
    margin-inline: -28px;
    color: #f1c364;
    filter: drop-shadow(0 4px 12px rgba(241, 195, 100, .2));
}
.sotm-trophy--gold .sotm-trophy-outline { stroke-width: 3.2; }
.sotm-trophy--gold .sotm-trophy-engraving { stroke-width: 1.7; opacity: .67; }

@media (min-width: 1051px) {
    .sotm-archive-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 440px);
        gap: clamp(20px, 3vw, 48px);
    }
}

@media (min-width: 1051px) and (max-width: 1350px) {
    .sotm-archive-hero h1 { font-size: clamp(62px, 6vw, 82px); }
}

@media (max-width: 1050px) {
    .sotm-archive-trophies { justify-content: flex-start; }
}

@media (max-width: 780px) {
    .sotm-archive-hero-inner { gap: 26px; }
    .sotm-archive-trophies { justify-content: center; }
    .sotm-trophy--silver { width: clamp(66px, 20vw, 90px); }
    .sotm-trophy--gold { width: clamp(98px, 28vw, 124px); margin-inline: -16px; }
}

.sotm-archive-section { position: relative; }
.sotm-archive-section::before { position: absolute; inset: 0; background: radial-gradient(circle at 50% 0, rgba(242, 182, 50, .055), transparent 33rem); content: ""; pointer-events: none; }

.sotm-season-filter {
    position: relative;
    z-index: 2;
    align-items: center;
    margin-bottom: 24px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    background: rgba(13, 17, 25, .74);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}

.sotm-filter-intro { display: flex; align-items: center; gap: 18px; }
.sotm-filter-copy { padding-left: 18px; border-left: 1px solid rgba(255, 255, 255, .1); text-align: left; }
.sotm-season-filter .filter-control { width: min(100%, 290px); }

.sotm-featured-winner {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 570px;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
    border: 1px solid color-mix(in srgb, var(--sotm-brand) 38%, rgba(242, 182, 50, .32));
    border-radius: 25px;
    background:
        radial-gradient(circle at 80% 28%, color-mix(in srgb, var(--sotm-brand) 30%, transparent), transparent 27rem),
        linear-gradient(135deg, rgba(242, 182, 50, .1), #101621 39%, #080c13 100%);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .045);
}

.sotm-featured-winner::before { position: absolute; z-index: 4; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--gold-bright), var(--sotm-brand)); content: ""; }
.sotm-featured-grid { position: absolute; z-index: -1; inset: 0; opacity: .21; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, #000, transparent 78%); }

.sotm-featured-copy { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(35px, 5vw, 68px); }
.sotm-featured-topline { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.sotm-featured-topline span { padding: 7px 11px; border: 1px solid rgba(255, 207, 91, .32); border-radius: 999px; background: rgba(4, 7, 12, .5); color: var(--gold-bright); font-family: var(--display); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.sotm-featured-topline small { color: #919aaa; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.sotm-featured-copy h2 { margin: 8px 0 16px; font-size: clamp(59px, 7vw, 96px); font-style: italic; letter-spacing: -.035em; line-height: .87; text-transform: uppercase; }
.sotm-featured-copy > p { max-width: 720px; margin: 0; color: #b8c0cd; font-size: 16px; line-height: 1.7; }
.sotm-featured-copy > .button { margin-top: 27px; }

.sotm-featured-stats { display: flex; flex-wrap: wrap; gap: 8px 0; margin-top: 26px; padding-block: 16px; border-block: 1px solid rgba(255, 255, 255, .085); }
.sotm-featured-stats > span { display: flex; min-width: 105px; flex-direction: column; padding-right: 24px; }
.sotm-featured-stats strong { color: #fff; font-family: var(--display); font-size: 27px; line-height: 1; }
.sotm-featured-stats small { margin-top: 5px; color: #828b9b; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

.sotm-featured-titles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.sotm-featured-titles a { display: flex; flex-direction: column; padding: 9px 12px; border: 1px solid rgba(242, 182, 50, .2); border-radius: 9px; background: rgba(242, 182, 50, .055); color: #fff; text-decoration: none; transition: border-color 180ms ease, background 180ms ease; }
.sotm-featured-titles a:hover { border-color: rgba(255, 211, 103, .52); background: rgba(242, 182, 50, .09); }
.sotm-featured-titles span { color: var(--gold-bright); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.sotm-featured-titles strong { margin-top: 2px; font-family: var(--display); font-size: 14px; text-transform: uppercase; }

.sotm-featured-visual { position: relative; z-index: 2; display: grid; min-height: 570px; align-items: end; justify-items: center; overflow: hidden; }
.sotm-featured-visual::after { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 38%; background: linear-gradient(transparent, rgba(8, 12, 19, .96)); content: ""; }
.sotm-featured-month { position: absolute; top: 36px; right: 20px; color: rgba(255, 255, 255, .035); font-family: var(--display); font-size: 270px; font-style: italic; font-weight: 950; line-height: .8; }
.sotm-featured-portrait { position: relative; z-index: 2; display: grid; width: 100%; min-height: 520px; align-items: end; justify-items: center; }
.sotm-featured-portrait .avatar-hero { width: 100%; height: 520px; border: 0; background: transparent; }
.sotm-featured-portrait .avatar-hero img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; transition: transform 450ms cubic-bezier(.2,.8,.2,1); }
.sotm-featured-winner:hover .sotm-featured-portrait .avatar-hero img { transform: scale(1.025); }
.sotm-featured-portrait .avatar-hero:not(.avatar-has-image) {
    align-self: center;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(255, 213, 111, .46);
    background: radial-gradient(circle at 35% 28%, color-mix(in srgb, var(--sotm-brand) 28%, #303847), #111722 64%);
    font-size: 49px;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, .025), 0 24px 65px rgba(0, 0, 0, .45), 0 0 50px color-mix(in srgb, var(--sotm-brand) 20%, transparent);
}

.sotm-archive-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 58px 0 20px; }
.sotm-archive-heading-row h2 { margin: 5px 0 0; font-size: 37px; text-transform: uppercase; }
.sotm-archive-heading-row > span { color: #8f98a8; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.sotm-archive-card { min-height: 510px; }
.sotm-card-portrait { min-height: 285px; }
.sotm-card-portrait .avatar-hero { height: 285px; }
.sotm-card-portrait .avatar-hero:not(.avatar-has-image) { align-self: center; width: 148px; height: 148px; border: 1px solid rgba(255, 213, 111, .34); background: radial-gradient(circle at 34% 27%, #333b49, #111722 68%); font-size: 40px; box-shadow: 0 0 0 10px rgba(255,255,255,.02), 0 20px 45px rgba(0,0,0,.34); }
.sotm-card-copy b i { display: inline-block; transition: transform 180ms ease; }
.sotm-archive-card:hover .sotm-card-copy b i { transform: translateX(5px); }

.sotm-feature-hero-inner { grid-template-columns: minmax(0, 1fr) 390px; }
.sotm-feature-portrait .avatar-hero:not(.avatar-has-image) { align-self: center; width: 205px; height: 205px; border: 1px solid rgba(255, 213, 111, .45); background: radial-gradient(circle at 35% 28%, color-mix(in srgb, var(--sotm-brand) 30%, #323a48), #111722 66%); font-size: 54px; box-shadow: 0 0 0 12px rgba(255,255,255,.025), 0 25px 65px rgba(0,0,0,.45), 0 0 55px color-mix(in srgb, var(--sotm-brand) 22%, transparent); }
.sotm-feature-scorebar { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.sotm-feature-scorebar > div:last-child { min-width: 235px; }

.sotm-championship-run h2 { margin: 7px 0 20px; font-size: 35px; text-transform: uppercase; }
.sotm-title-run-grid { display: grid; gap: 11px; }
.sotm-title-run-card { position: relative; display: grid; min-height: 145px; overflow: hidden; grid-template-columns: 180px minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 16px 19px; border: 1px solid rgba(242, 182, 50, .2); border-radius: 15px; background: radial-gradient(circle at 8% 50%, rgba(242, 182, 50, .12), transparent 15rem), linear-gradient(125deg, rgba(242, 182, 50, .055), rgba(255,255,255,.018)); color: #fff; text-decoration: none; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.sotm-title-run-card:hover { border-color: rgba(255, 209, 97, .5); box-shadow: inset 0 0 45px rgba(242, 182, 50, .045); transform: translateY(-2px); }
.sotm-title-belt { display: grid; height: 105px; place-items: center; }
.sotm-title-belt img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 13px rgba(0,0,0,.55)); }
.sotm-title-belt b { display: grid; width: 86px; height: 86px; place-items: center; border: 1px solid rgba(255, 213, 111, .38); border-radius: 50%; background: rgba(242, 182, 50, .08); color: var(--gold-bright); font-family: var(--display); font-size: 23px; }
.sotm-title-run-copy { display: flex; min-width: 0; flex-direction: column; }
.sotm-title-run-copy small { color: var(--gold-bright); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sotm-title-run-copy strong { margin: 5px 0; font-family: var(--display); font-size: 25px; text-transform: uppercase; }
.sotm-title-run-copy > span { color: #9fa8b7; font-size: 11px; }
.sotm-title-run-card > i { color: var(--gold-bright); font-size: 22px; font-style: normal; }

.sotm-match-title-outcomes { display: flex; max-width: 255px; flex-direction: column; align-items: flex-end; gap: 5px; }
.sotm-match-title-outcomes .title-chip { max-width: 255px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.title-chip-won { border-color: rgba(255, 207, 91, .5); background: rgba(242, 182, 50, .12); color: #ffd978; }
.title-chip-retained { border-color: color-mix(in srgb, var(--sotm-brand) 48%, transparent); background: color-mix(in srgb, var(--sotm-brand) 11%, transparent); color: color-mix(in srgb, var(--sotm-brand) 45%, #fff); }

@media (max-width: 1050px) {
    .sotm-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sotm-feature-hero-inner { grid-template-columns: minmax(0, 1fr) 350px; }
    .sotm-feature-scorebar { grid-template-columns: repeat(3, 1fr); }
    .sotm-feature-scorebar > div:last-child { grid-column: span 2; }
    .home-sotm-inner { grid-template-columns: 280px minmax(0, 1fr); }
}

@media (max-width: 780px) {
    .sotm-archive-hero-inner, .sotm-feature-hero-inner, .home-sotm-inner, .sotm-feature-layout { grid-template-columns: 1fr; }
    .sotm-archive-hero-inner { min-height: 320px; padding-block: 55px; }
    .sotm-archive-hero h1 { font-size: clamp(47px, 15vw, 73px); }
    .sotm-archive-hero p { font-size: 15px; }
    .sotm-season-filter { align-items: stretch; flex-direction: column; gap: 14px; }
    .sotm-season-filter .filter-control { width: 100%; }
    .sotm-filter-copy { text-align: left; }
    .sotm-feature-hero-inner { min-height: 0; gap: 15px; padding-block: 45px 0; }
    .sotm-feature-copy h1 { font-size: clamp(58px, 19vw, 85px); }
    .sotm-feature-copy > p:last-of-type { font-size: 15px; }
    .sotm-feature-portrait { min-height: 390px; }
    .sotm-feature-portrait .avatar-hero { height: 390px; }
    .sotm-feature-scorebar { grid-template-columns: repeat(2, 1fr); border-radius: 0; }
    .sotm-feature-scorebar > div:last-child { grid-column: span 2; }
    .sotm-highlight-list, .profile-sotm-grid { grid-template-columns: 1fr; }
    .sotm-more-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-sotm-inner { gap: 10px; padding-block: 35px 0; }
    .home-sotm-copy { grid-row: 1; }
    .home-sotm-portrait { grid-row: 2; }
    .home-sotm-portrait .avatar-hero { height: 340px; }
}

@media (max-width: 560px) {
    .sotm-archive-grid { grid-template-columns: 1fr; }
    .sotm-archive-card { min-height: 530px; }
    .sotm-card-portrait { min-height: 300px; }
    .sotm-card-portrait .avatar-hero { height: 300px; }
    .sotm-feature-actions { align-items: stretch; flex-direction: column; }
    .sotm-feature-actions .button { width: 100%; }
    .sotm-feature-scorebar { grid-template-columns: 1fr 1fr; }
    .sotm-feature-scorebar > div { min-height: 78px; padding: 12px; }
    .sotm-feature-scorebar strong { font-size: 19px; }
    .sotm-more-grid { grid-template-columns: 1fr; }
    .home-sotm-copy h2 { font-size: clamp(50px, 17vw, 72px); }
    .home-sotm-record { gap: 18px; }
}

@media (max-width: 1050px) {
    .sotm-featured-winner { grid-template-columns: minmax(0, 1fr) 330px; }
    .sotm-featured-copy { padding: 42px; }
    .sotm-featured-copy h2 { font-size: clamp(58px, 7vw, 78px); }
    .sotm-feature-hero-inner { grid-template-columns: minmax(0, 1fr) 330px; }
    .sotm-feature-scorebar > div:last-child { grid-column: auto; }
}

@media (max-width: 780px) {
    .sotm-archive-hero-inner { min-height: 320px; padding-block: 48px; }
    .sotm-season-filter { align-items: stretch; }
    .sotm-filter-intro { justify-content: space-between; }
    .sotm-filter-copy { margin-left: auto; text-align: right; }
    .sotm-featured-winner { min-height: 0; grid-template-columns: 1fr; }
    .sotm-featured-copy { padding: 35px 27px 24px; }
    .sotm-featured-copy h2 { font-size: clamp(56px, 14vw, 84px); }
    .sotm-featured-visual { min-height: 390px; }
    .sotm-featured-portrait { min-height: 390px; }
    .sotm-featured-portrait .avatar-hero { height: 390px; }
    .sotm-featured-month { top: 20px; font-size: 210px; }
    .sotm-feature-hero-inner { grid-template-columns: 1fr; }
    .sotm-feature-portrait .avatar-hero:not(.avatar-has-image) { width: 180px; height: 180px; font-size: 48px; }
    .sotm-title-run-card { grid-template-columns: 125px minmax(0, 1fr) auto; }
    .sotm-title-belt { height: 90px; }
    .sotm-match-title-outcomes { width: 100%; max-width: none; flex-direction: row; flex-wrap: wrap; align-items: center; margin-left: 41px; }
    .sotm-match-title-outcomes .title-chip { max-width: 100%; }
}

@media (max-width: 560px) {
    .sotm-archive-heading h1 { font-size: clamp(45px, 14vw, 66px); }
    .sotm-filter-intro { align-items: flex-start; flex-direction: column; gap: 8px; }
    .sotm-filter-copy { margin-left: 0; padding: 0; border: 0; text-align: left; }
    .sotm-featured-copy { padding-inline: 21px; }
    .sotm-featured-topline { align-items: flex-start; flex-direction: column; }
    .sotm-featured-copy h2 { font-size: clamp(51px, 16vw, 72px); }
    .sotm-featured-copy > p { font-size: 14px; }
    .sotm-featured-stats > span { min-width: 92px; padding-right: 17px; }
    .sotm-featured-stats strong { font-size: 23px; }
    .sotm-featured-visual,
    .sotm-featured-portrait { min-height: 330px; }
    .sotm-featured-portrait .avatar-hero { height: 330px; }
    .sotm-featured-portrait .avatar-hero:not(.avatar-has-image) { width: 150px; height: 150px; font-size: 40px; }
    .sotm-archive-heading-row { align-items: flex-start; flex-direction: column; margin-top: 42px; }
    .sotm-archive-card { min-height: 470px; }
    .sotm-card-portrait,
    .sotm-card-portrait .avatar-hero { min-height: 255px; height: 255px; }
    .sotm-card-portrait .avatar-hero:not(.avatar-has-image) { width: 132px; min-height: 132px; height: 132px; font-size: 36px; }
    .sotm-feature-portrait { min-height: 330px; }
    .sotm-feature-portrait .avatar-hero { height: 330px; }
    .sotm-feature-portrait .avatar-hero:not(.avatar-has-image) { width: 155px; height: 155px; font-size: 42px; }
    .sotm-title-run-card { min-height: 0; grid-template-columns: 88px minmax(0, 1fr); gap: 13px; padding: 14px; }
    .sotm-title-belt { height: 72px; }
    .sotm-title-run-copy strong { font-size: 20px; }
    .sotm-title-run-card > i { display: none; }
    .sotm-match-title-outcomes { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .sotm-featured-portrait .avatar-hero img,
    .sotm-featured-winner:hover .sotm-featured-portrait .avatar-hero img { transition: none; transform: none; }
}

/* Keep the entire official card visible at every placement and viewport width. */
.sotm-card-portrait .sotm-card-image,
.sotm-featured-portrait .sotm-card-image,
.sotm-feature-portrait .sotm-card-image,
.home-sotm-portrait .sotm-card-image {
    position: relative;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.sotm-card-portrait .sotm-card-image { height: 285px; padding: 18px; }
.sotm-featured-portrait .sotm-card-image { height: 520px; padding: 25px; }
.sotm-feature-portrait .sotm-card-image { height: 500px; padding: 20px; }
.home-sotm-portrait .sotm-card-image { height: 390px; padding: 12px; }
.sotm-featured-visual.has-sotm-card::after,
.sotm-feature-portrait.has-sotm-card::after,
.sotm-featured-visual.has-sotm-card .sotm-featured-month { display: none; }

@media (max-width: 780px) {
    .sotm-featured-portrait .sotm-card-image,
    .sotm-feature-portrait .sotm-card-image { height: 390px; }
    .home-sotm-portrait .sotm-card-image { height: 340px; }
}

@media (max-width: 560px) {
    .sotm-card-portrait .sotm-card-image { height: 255px; }
    .sotm-featured-portrait .sotm-card-image,
    .sotm-feature-portrait .sotm-card-image { height: 330px; padding: 15px; }
}

.sotm-artwork-placeholder { display: grid; width: 100%; height: 100%; min-height: 180px; place-items: center; }
.sotm-artwork-placeholder img { width: min(54%, 200px); max-height: 200px; object-fit: contain; opacity: .55; }

/* The winner detail grid must not grow wider than a phone when match names are long. */
@media (max-width: 780px) {
    .sotm-feature-layout { grid-template-columns: minmax(0, 1fr); }
    .sotm-feature-main,
    .sotm-feature-sidebar,
    .sotm-feature-main .content-card,
    .sotm-highlight-list,
    .sotm-title-run-grid,
    .sotm-match-ledger .match-history { min-width: 0; }
    .sotm-feature-main .card-heading { flex-wrap: wrap; gap: 8px 16px; }
    .sotm-highlight-list > div { grid-template-columns: 20px minmax(0, 1fr); }
    .sotm-highlight-list p,
    .sotm-title-run-copy strong,
    .sotm-title-run-copy > span,
    .sotm-honour-card p { min-width: 0; overflow-wrap: anywhere; }
    .sotm-match-ledger .history-main strong,
    .sotm-match-ledger .history-main small,
    .sotm-match-ledger .history-event strong,
    .sotm-match-ledger .history-event small {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        overflow-wrap: anywhere;
    }
    .sotm-match-ledger .history-event,
    .sotm-match-ledger .sotm-match-title-outcomes {
        box-sizing: border-box;
        width: calc(100% - 41px);
        max-width: calc(100% - 41px);
        margin-left: 41px;
    }
    .sotm-match-ledger .sotm-match-title-outcomes .title-chip {
        white-space: normal;
        overflow-wrap: anywhere;
        text-overflow: clip;
    }
}

@media (max-width: 560px) {
    .sotm-match-ledger .history-event,
    .sotm-match-ledger .sotm-match-title-outcomes {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

/* The official card becomes the full-height right panel, with a soft join into the copy. */
@media (min-width: 781px) {
    .sotm-featured-winner-has-card { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .sotm-featured-winner-has-card .sotm-featured-visual {
        align-self: stretch;
        min-height: 570px;
        margin-left: -44px;
    }
    .sotm-featured-winner-has-card .sotm-featured-portrait {
        position: absolute;
        inset: 0;
        min-height: 0;
        align-items: stretch;
        justify-items: stretch;
    }
    .sotm-featured-winner-has-card .sotm-featured-card-ambience {
        position: absolute;
        inset: -8%;
        width: 116%;
        height: 116%;
        object-fit: cover;
        filter: blur(30px) brightness(.45);
        opacity: .4;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 37%);
        mask-image: linear-gradient(90deg, transparent, #000 37%);
    }
    .sotm-featured-winner-has-card .sotm-card-image {
        height: 100%;
        padding: 0;
        object-position: center right;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 28%);
        mask-image: linear-gradient(90deg, transparent, #000 28%);
    }
}

@media (max-width: 780px) {
    .sotm-featured-card-ambience { display: none; }
    .sotm-featured-winner-has-card .sotm-featured-visual,
    .sotm-featured-winner-has-card .sotm-featured-portrait { min-height: 500px; }
    .sotm-featured-winner-has-card .sotm-card-image {
        height: 500px;
        padding: 8px 16px 20px;
        -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%);
        mask-image: linear-gradient(to bottom, transparent, #000 18%);
    }
}

@media (max-width: 560px) {
    .sotm-featured-winner-has-card .sotm-featured-visual {
        width: 100%;
        min-height: 0;
        aspect-ratio: 2 / 3;
        margin-top: -28px;
    }
    .sotm-featured-winner-has-card .sotm-featured-portrait {
        position: absolute;
        inset: 0;
        min-height: 0;
    }
    .sotm-featured-winner-has-card .sotm-card-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        object-fit: cover;
        object-position: center;
        -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .55) 12%, #000 27%);
        mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .55) 12%, #000 27%);
    }
}

@media (max-width: 780px) {
    .home-sotm { padding: 34px 0 56px; }
    .home-sotm-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        padding: 28px 22px 0;
        border-radius: 20px;
    }
    .home-sotm-copy { grid-row: 1; }
    .home-sotm-portrait { grid-row: 2; justify-items: center; }
    .home-sotm-portrait .sotm-card-image { height: 360px; padding: 8px 0 18px; }
}

@media (max-width: 560px) {
    .home-sotm-inner { padding: 24px 18px 0; }
    .home-sotm-portrait:has(.sotm-card-image) {
        margin: 18px 0 24px;
        overflow: visible;
    }
    .home-sotm-portrait .sotm-card-image {
        position: static;
        width: min(60%, 220px);
        height: auto;
        padding: 0;
        object-fit: contain;
        object-position: center;
        filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .35));
        -webkit-mask-image: none;
        mask-image: none;
    }
}
