:root {
    --vcc-gold: #d8b46a;
    --vcc-gold-soft: #a98748;
    --vcc-ivory: #f1eadf;
    --vcc-muted: #aaa49b;
    --vcc-bg: #100f0e;
    --vcc-panel: #181715;
    --vcc-line: rgba(216, 180, 106, .24);
}

.vcc-champs { margin: 0; overflow: hidden; color: var(--vcc-ivory); background: var(--vcc-bg); font-family: Manrope, Montserrat, Arial, sans-serif; }
.vcc-champs *, .vcc-champs *::before, .vcc-champs *::after { box-sizing: border-box; }
.vcc-champs__container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.vcc-champs__hero { position: relative; min-height: 560px; padding: 78px 0 54px; border-bottom: 1px solid var(--vcc-line); background-color: #0b0b0a; background-image: linear-gradient(90deg, rgba(8,8,7,.28) 0%, rgba(8,8,7,.12) 46%, transparent 72%), url('../images/championships-hero.webp'); background-repeat: no-repeat; background-position: right calc(50% + 55px); background-size: auto 100%; }
.vcc-champs__hero::before { content: ""; position: absolute; inset: 0; opacity: .38; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, #000, transparent); }
.vcc-champs__hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: 70px; }
.vcc-champs__hero .vcc-champs__emblem,
.vcc-champs__hero-grid > .vcc-champs__emblem { display: none !important; visibility: hidden !important; width: 0 !important; height: 0 !important; overflow: hidden !important; }
.vcc-champs__breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 52px; color: #817c74; font-size: 12px; }
.vcc-champs__breadcrumbs a { color: inherit; text-decoration: none; }
.vcc-champs__breadcrumbs a:hover { color: var(--vcc-gold); }
.vcc-champs__eyebrow { margin: 0 0 13px; color: var(--vcc-gold); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.vcc-champs__hero h1 { max-width: 780px; margin: 0; color: var(--vcc-ivory); font-size: clamp(54px, 6.2vw, 92px); font-weight: 750; line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.vcc-champs__lead { max-width: 650px; margin: 24px 0 0; color: #bbb5ac; font-size: 17px; line-height: 1.7; }
.vcc-champs__facts { display: flex; margin-top: 46px; }
.vcc-champs__facts div { min-width: 155px; padding: 0 28px; border-left: 1px solid var(--vcc-line); }
.vcc-champs__facts div:first-child { padding-left: 0; border-left: 0; }
.vcc-champs__facts strong { display: block; color: var(--vcc-gold); font-family: Montserrat, Manrope, sans-serif; font-size: 28px; line-height: 1; }
.vcc-champs__facts span { display: block; margin-top: 9px; color: #88837b; font-size: 10px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }

.vcc-champs__tabs { border-bottom: 1px solid var(--vcc-line); background: #12110f; }
.vcc-champs__tabs .vcc-champs__container { display: flex; }
.vcc-champs__tabs a { position: relative; min-width: 185px; padding: 22px 34px; border-inline: 1px solid rgba(255,255,255,.07); color: #8e8981; font-size: 12px; font-weight: 750; letter-spacing: .09em; text-align: center; text-decoration: none; text-transform: uppercase; }
.vcc-champs__tabs a + a { border-left: 0; }
.vcc-champs__tabs a:hover, .vcc-champs__tabs a.is-active { color: var(--vcc-gold); background: rgba(255,255,255,.018); }
.vcc-champs__tabs a.is-active::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--vcc-gold); }

.vcc-champs__body { padding-block: 76px 110px; }
.vcc-champs__section + .vcc-champs__section { margin-top: 86px; }
.vcc-champs__section-title { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; margin: 0 0 38px; }
.vcc-champs__section-title span { height: 1px; background: linear-gradient(90deg, transparent, var(--vcc-gold-soft)); }
.vcc-champs__section-title span:last-child { background: linear-gradient(90deg, var(--vcc-gold-soft), transparent); }
.vcc-champs__section-title h2 { margin: 0; color: var(--vcc-gold); font-size: 29px; font-weight: 680; letter-spacing: .035em; text-align: center; text-transform: uppercase; }
.vcc-champs__section-title--diamond { grid-template-columns: 1fr auto 1fr; grid-template-areas: "line1 diamond line2" "title title title"; row-gap: 22px; }
.vcc-champs__section-title--diamond span:first-child { grid-area: line1; }
.vcc-champs__section-title--diamond span:last-of-type { grid-area: line2; }
.vcc-champs__section-title--diamond i { grid-area: diamond; color: var(--vcc-gold); font-size: 9px; font-style: normal; }
.vcc-champs__section-title--diamond h2 { grid-area: title; }

.vcc-champs__hall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.vcc-champs__legend { position: relative; overflow: hidden; border: 1px solid var(--vcc-line); border-radius: 5px; background: linear-gradient(145deg, #1b1a18, #121210); box-shadow: 0 24px 55px rgba(0,0,0,.2); }
.vcc-champs__legend::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 190px; height: 190px; border: 1px solid rgba(216,180,106,.1); border-radius: 50%; }
.vcc-champs__portrait { position: relative; display: grid; place-items: center; height: 300px; overflow: hidden; border-bottom: 0; background: radial-gradient(circle at 50% 54%, rgba(216,180,106,.09), transparent 28%), linear-gradient(145deg, #211f1c, #141311); }
.vcc-champs__portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,15,14,.68), transparent 48%); }
.vcc-champs__portrait img { width: 100%; height: 100%; object-fit: contain; object-position: center; background: #11110f; filter: grayscale(1) sepia(.1) contrast(1.04); }
.vcc-champs__portrait > span { position: relative; z-index: 1; display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid rgba(216,180,106,.38); border-radius: 50%; color: rgba(216,180,106,.72); background: rgba(12,12,11,.38); font-family: Georgia, serif; font-size: 43px; box-shadow: 0 0 0 10px rgba(216,180,106,.025), 0 18px 45px rgba(0,0,0,.25); }
.vcc-champs__legend-place { position: absolute; z-index: 3; top: 18px; left: 18px; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--vcc-gold); border-radius: 50%; color: var(--vcc-gold); background: rgba(12,12,11,.82); }
.vcc-champs__legend-place b { font-size: 22px; }
.vcc-champs__legend--2 .vcc-champs__legend-place { border-color: #a9aaac; color: #c8c9ca; }
.vcc-champs__legend--3 .vcc-champs__legend-place { border-color: #a66d42; color: #bf8050; }
.vcc-champs__legend-info { position: relative; z-index: 4; display: flex; min-height: 92px; padding: 25px 23px 18px; border-top: 1px solid var(--vcc-line); flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.vcc-champs__legend-info h3 { position: absolute; right: 0; bottom: 100%; left: 0; display: flex; min-height: 62px; margin: 0; padding: 10px 24px; overflow: hidden; align-items: center; justify-content: center; border-top: 1px solid rgba(216,180,106,.22); border-bottom: 1px solid rgba(216,180,106,.14); background: linear-gradient(90deg, rgba(10,10,9,.58), rgba(10,10,9,.76), rgba(10,10,9,.58)); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); font-size: 17px; font-weight: 600; line-height: 1.28; }
.vcc-champs__legend-info h3 a { color: var(--vcc-gold); text-decoration: none; }
.vcc-champs__legend-info p { margin: 0; color: #aaa49b; font-size: 13px; }
.vcc-champs__legend-info p strong { color: var(--vcc-ivory); font-size: 17px; }
.vcc-champs__legend-info small { display: block; margin-top: 8px; color: #77736d; font-size: 10px; line-height: 1.5; }

.vcc-champs__table-wrap { overflow-x: auto; border: 1px solid var(--vcc-line); border-radius: 5px; background: var(--vcc-panel); }
.vcc-champs__table { width: 100%; min-width: 850px; border-collapse: collapse; font-size: 13px; }
.vcc-champs__table th, .vcc-champs__table td { padding: 15px 17px; border-right: 1px solid rgba(216,180,106,.1); border-bottom: 1px solid rgba(216,180,106,.1); text-align: center; }
.vcc-champs__table th:last-child, .vcc-champs__table td:last-child { border-right: 0; }
.vcc-champs__table tr:last-child td { border-bottom: 0; }
.vcc-champs__table th { color: #9d978f; background: #141311; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.vcc-champs__table tbody tr { transition: background .2s ease; }
.vcc-champs__table tbody tr:hover { background: rgba(216,180,106,.035); }
.vcc-champs__table td:first-child { width: 52px; color: #77736d; }
.vcc-champs__table .vcc-champs__player-cell { min-width: 240px; text-align: left; }
.vcc-champs__player-cell a { color: var(--vcc-ivory); text-decoration: none; }
.vcc-champs__player-cell a:hover { color: var(--vcc-gold); }
.vcc-champs__table .is-gold { color: var(--vcc-gold); }
.vcc-champs__table .is-silver { color: #c3c4c6; }
.vcc-champs__table .is-bronze { color: #bd7a49; }
.vcc-champs__years { color: #969088; text-align: left !important; }
.vcc-champs__note { margin: 12px 0 0; color: #6f6b65; font-size: 11px; }

.vcc-champs__timeline { position: relative; padding-left: 35px; }
.vcc-champs__timeline::before { content: ""; position: absolute; top: 20px; bottom: 0; left: 7px; width: 1px; background: linear-gradient(var(--vcc-gold-soft), rgba(216,180,106,.08)); }
.vcc-champs__decade { position: relative; margin: 36px 0 16px; color: var(--vcc-gold); font-size: 25px; font-weight: 620; }
.vcc-champs__decade:first-child { margin-top: 0; }
.vcc-champs__decade::before { content: ""; position: absolute; top: 12px; left: -33px; width: 11px; height: 11px; border: 2px solid #322917; border-radius: 50%; background: var(--vcc-gold); box-shadow: 0 0 0 1px var(--vcc-gold-soft); }
.vcc-champs__year-card { display: grid; grid-template-columns: 125px minmax(0, 1fr) auto; align-items: center; gap: 24px; min-height: 105px; margin-bottom: 13px; padding: 19px 22px; border: 1px solid rgba(216,180,106,.16); border-radius: 5px; background: linear-gradient(100deg, #1b1a18, #151412); }
.vcc-champs__year strong { display: block; color: var(--vcc-ivory); font-size: 27px; }
.vcc-champs__year span { display: block; margin-top: 5px; color: #77736d; font-size: 10px; }
.vcc-champs__medalists { display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); }
.vcc-champs__medalist { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 9px; min-height: 48px; padding: 0 16px; border-left: 1px solid rgba(255,255,255,.06); }
.vcc-champs__medalist b { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; }
.vcc-champs__medalist span, .vcc-champs__medalist a { color: #c8c2b9; font-size: 12px; line-height: 1.45; text-decoration: none; }
.vcc-champs__medalist--1 { color: var(--vcc-gold); }
.vcc-champs__medalist--2 { color: #aeb0b2; }
.vcc-champs__medalist--3 { color: #ac7045; }
.vcc-champs__medalist a:hover { color: var(--vcc-gold); }
.vcc-champs__open { white-space: nowrap; color: var(--vcc-gold); font-size: 11px; text-decoration: none; }
.vcc-champs__open span { padding-left: 4px; transition: padding .2s ease; }
.vcc-champs__open:hover span { padding-left: 9px; }
.vcc-champs__archive-mark { white-space: nowrap; color: #716c65; font-size: 10px; text-transform: uppercase; }

.vcc-champs__empty { padding: 90px 24px; border: 1px solid var(--vcc-line); text-align: center; background: var(--vcc-panel); }
.vcc-champs__empty > span { color: var(--vcc-gold); font-family: Georgia, serif; font-size: 70px; }
.vcc-champs__empty h2 { margin: 18px 0 10px; color: var(--vcc-ivory); font-size: 28px; }
.vcc-champs__empty p { max-width: 580px; margin: auto; color: var(--vcc-muted); line-height: 1.7; }

@media (max-width: 980px) {
    .vcc-champs__hero-grid { grid-template-columns: 1fr 290px; gap: 25px; }
    .vcc-champs__hero h1 { font-size: 58px; }
    .vcc-champs__portrait { height: 270px; }
    .vcc-champs__year-card { grid-template-columns: 95px 1fr; }
    .vcc-champs__open, .vcc-champs__archive-mark { grid-column: 2; }
}

@media (max-width: 760px) {
    .vcc-champs__container { width: min(100% - 28px, 1180px); }
    .vcc-champs__hero { min-height: 0; padding: 42px 0 38px; background-image: linear-gradient(90deg, rgba(8,8,7,.92), rgba(8,8,7,.7)), url('../images/championships-hero.webp'); background-position: 68% center; background-size: auto 100%; }
    .vcc-champs__hero-grid { display: block; }
    .vcc-champs__breadcrumbs { margin-bottom: 38px; }
    .vcc-champs__hero h1 { font-size: clamp(42px, 13vw, 64px); }
    .vcc-champs__lead { font-size: 15px; }
    .vcc-champs__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
    .vcc-champs__facts div { min-width: 0; padding: 0 12px; }
    .vcc-champs__facts strong { font-size: 22px; }
    .vcc-champs__facts span { font-size: 8px; line-height: 1.35; }
    .vcc-champs__tabs a { flex: 1; min-width: 0; padding: 18px 10px; }
    .vcc-champs__body { padding-block: 54px 76px; }
    .vcc-champs__section + .vcc-champs__section { margin-top: 62px; }
    .vcc-champs__section-title { gap: 13px; }
    .vcc-champs__section-title h2 { font-size: 23px; }
    .vcc-champs__hall { grid-template-columns: 1fr; }
    .vcc-champs__legend { display: grid; grid-template-columns: 120px 1fr; min-height: 145px; }
    .vcc-champs__portrait { height: 100%; border-right: 1px solid var(--vcc-line); border-bottom: 0; }
    .vcc-champs__portrait > span { width: 66px; height: 66px; font-size: 30px; }
    .vcc-champs__legend-place { top: 10px; left: 10px; width: 38px; height: 38px; }
    .vcc-champs__legend-place b { font-size: 16px; }
    .vcc-champs__legend-info { min-height: 145px; align-self: center; align-items: flex-start; padding: 20px; text-align: left; }
    .vcc-champs__legend-info h3 { position: static; display: block; min-height: 0; margin-bottom: 9px; padding: 0; border: 0; background: none; backdrop-filter: none; -webkit-backdrop-filter: none; font-size: 17px; text-align: left; }
    .vcc-champs__timeline { padding-left: 24px; }
    .vcc-champs__timeline::before { left: 4px; }
    .vcc-champs__decade::before { left: -25px; }
    .vcc-champs__year-card { grid-template-columns: 1fr; gap: 17px; padding: 20px; }
    .vcc-champs__year { display: flex; align-items: baseline; gap: 13px; }
    .vcc-champs__medalists { grid-template-columns: 1fr; gap: 9px; }
    .vcc-champs__medalist { padding: 0; border-left: 0; }
    .vcc-champs__open, .vcc-champs__archive-mark { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .vcc-champs__open span, .vcc-champs__table tbody tr { transition: none; }
}