/* ═══════════════════════════════════════════
   UFC Weight Classes — Premium Evergreen Page
   ═══════════════════════════════════════════ */

/* ── Container ── */
.wc-container{max-width:1200px;margin:0 auto;padding:0 20px}

/* ── Hero ── */
.wc-hero{
    padding:80px 0 60px;
    background:linear-gradient(135deg,#0a0a0a 0%,#1a0a0a 50%,#0a0a0a 100%);
    text-align:center;
    border-bottom:3px solid #d42020;
}
.wc-hero__label{
    display:inline-block;
    font-family:'Oswald',sans-serif;
    font-size:.75rem;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#d42020;
    margin-bottom:16px;
    padding:6px 16px;
    border:1px solid rgba(212,32,32,.3);
    border-radius:2px;
}
.wc-hero__title{
    font-family:'Oswald',sans-serif;
    font-size:clamp(2.4rem,5vw,3.8rem);
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#fff;
    margin:0 0 20px;
    line-height:1.1;
}
.wc-hero__subtitle{
    font-family:'Inter',sans-serif;
    font-size:1.05rem;
    line-height:1.7;
    color:rgba(255,255,255,.75);
    max-width:720px;
    margin:0 auto 12px;
}
.wc-hero__note{
    font-family:'Inter',sans-serif;
    font-size:.85rem;
    color:rgba(255,255,255,.45);
    max-width:600px;
    margin:0 auto;
}

/* ── Sticky Nav ── */
.wc-nav{
    position:sticky;
    top:0;
    z-index:90;
    background:rgba(10,10,10,.95);
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:0;
}
.wc-nav__inner{
    display:flex;
    gap:0;
    overflow-x:auto;
    scrollbar-width:none;
    -ms-overflow-style:none;
    padding:0;
}
.wc-nav__inner::-webkit-scrollbar{display:none}
.wc-nav__link{
    flex-shrink:0;
    font-family:'Inter',sans-serif;
    font-size:.8rem;
    font-weight:500;
    color:rgba(255,255,255,.55);
    text-decoration:none;
    padding:14px 20px;
    white-space:nowrap;
    border-bottom:2px solid transparent;
    transition:color .2s,border-color .2s;
}
.wc-nav__link:hover{color:#fff;border-bottom-color:#d42020}

/* ── Sections ── */
.wc-section{padding:70px 0;background:#0a0a0a}
.wc-section--alt{background:#070707}
.wc-section__title{
    font-family:'Oswald',sans-serif;
    font-size:clamp(1.6rem,3vw,2.2rem);
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1.5px;
    color:#fff;
    margin:0 0 12px;
    padding-bottom:14px;
    border-bottom:2px solid #d42020;
    display:inline-block;
}
.wc-section__intro{
    font-family:'Inter',sans-serif;
    font-size:.95rem;
    color:rgba(255,255,255,.6);
    line-height:1.7;
    max-width:800px;
    margin:0 0 40px;
}

/* ── Prose ── */
.wc-prose{max-width:820px}
.wc-prose p{
    font-family:'Inter',sans-serif;
    font-size:.95rem;
    line-height:1.8;
    color:rgba(255,255,255,.72);
    margin:0 0 18px;
}
.wc-prose h3{
    font-family:'Oswald',sans-serif;
    font-size:1.2rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#fff;
    margin:32px 0 10px;
}
.wc-prose strong{color:rgba(255,255,255,.9)}
.wc-prose__list{
    list-style:none;
    padding:0;
    margin:24px 0 0;
}
.wc-prose__list li{
    font-family:'Inter',sans-serif;
    font-size:.9rem;
    line-height:1.7;
    color:rgba(255,255,255,.68);
    padding:10px 0 10px 24px;
    border-bottom:1px solid rgba(255,255,255,.06);
    position:relative;
}
.wc-prose__list li::before{
    content:'◆';
    position:absolute;
    left:0;
    color:#d42020;
    font-size:.55rem;
    top:14px;
}
.wc-prose__list li strong{color:rgba(255,255,255,.85)}

/* ── Division Cards ── */
.wc-divisions{display:flex;flex-direction:column;gap:28px}
.wc-division{
    background:rgba(255,255,255,.025);
    border:1px solid rgba(255,255,255,.07);
    border-radius:8px;
    overflow:hidden;
    transition:border-color .25s;
}
.wc-division:hover{border-color:rgba(212,32,32,.3)}
.wc-division__header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:10px;
    padding:20px 28px;
    background:rgba(212,32,32,.06);
    border-bottom:1px solid rgba(255,255,255,.06);
}
.wc-division__name{
    font-family:'Oswald',sans-serif;
    font-size:1.25rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#fff;
    margin:0;
}
.wc-division__weight{
    font-family:'Inter',sans-serif;
    font-size:.78rem;
    font-weight:600;
    color:#d42020;
    background:rgba(212,32,32,.1);
    padding:5px 14px;
    border-radius:3px;
    letter-spacing:.5px;
}
.wc-division__champs{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    padding:16px 28px;
    border-bottom:1px solid rgba(255,255,255,.04);
}
.wc-division__champ{display:flex;align-items:center;gap:10px}
.wc-division__champ-name{
    font-family:'Inter',sans-serif;
    font-size:.92rem;
    font-weight:600;
    color:rgba(255,255,255,.9);
}
.wc-badge{
    font-family:'Oswald',sans-serif;
    font-size:.65rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1.5px;
    padding:4px 10px;
    border-radius:2px;
}
.wc-badge--champ{background:#d42020;color:#fff}
.wc-badge--interim{background:rgba(255,180,0,.15);color:#ffb400;border:1px solid rgba(255,180,0,.25)}
.wc-division__body{padding:20px 28px 24px}
.wc-division__body>p{
    font-family:'Inter',sans-serif;
    font-size:.9rem;
    line-height:1.75;
    color:rgba(255,255,255,.65);
    margin:0 0 20px;
}
.wc-division__details{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-bottom:16px;
}
.wc-division__detail h4{
    font-family:'Oswald',sans-serif;
    font-size:.78rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1.5px;
    color:#d42020;
    margin:0 0 6px;
}
.wc-division__detail p{
    font-family:'Inter',sans-serif;
    font-size:.85rem;
    line-height:1.7;
    color:rgba(255,255,255,.58);
    margin:0;
}

/* ── Comparison Table ── */
.wc-table-wrap{
    overflow-x:auto;
    border:1px solid rgba(255,255,255,.08);
    border-radius:6px;
}
.wc-table{width:100%;border-collapse:collapse;min-width:700px}
.wc-table thead{background:#d42020}
.wc-table th{
    font-family:'Oswald',sans-serif;
    font-size:.72rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1.5px;
    color:#fff;
    padding:13px 14px;
    text-align:left;
    white-space:nowrap;
}
.wc-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05)}
.wc-table tbody tr:nth-child(even){background:rgba(255,255,255,.02)}
.wc-table tbody tr:hover{background:rgba(212,32,32,.06)}
.wc-table td{
    font-family:'Inter',sans-serif;
    font-size:.82rem;
    color:rgba(255,255,255,.7);
    padding:12px 14px;
    white-space:nowrap;
}
.wc-table__div{
    font-weight:600;
    color:rgba(255,255,255,.9);
}

/* ── Champions Grid ── */
.wc-champs-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}
.wc-champs-col__title{
    font-family:'Oswald',sans-serif;
    font-size:1rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#d42020;
    margin:0 0 20px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(212,32,32,.25);
}
.wc-champs-row{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.05);
}
.wc-champs-row__div{
    font-family:'Oswald',sans-serif;
    font-size:.82rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    color:rgba(255,255,255,.5);
    min-width:140px;
}
.wc-champs-row__name{
    font-family:'Inter',sans-serif;
    font-size:.9rem;
    font-weight:600;
    color:#fff;
}
.wc-champs-row__interim{
    font-family:'Inter',sans-serif;
    font-size:.78rem;
    color:#ffb400;
    font-style:italic;
}

/* ── FAQ ── */
.wc-faq{max-width:820px;display:flex;flex-direction:column;gap:0}
.wc-faq__item{
    border-bottom:1px solid rgba(255,255,255,.07);
}
.wc-faq__q{
    font-family:'Inter',sans-serif;
    font-size:.92rem;
    font-weight:600;
    color:rgba(255,255,255,.85);
    padding:18px 32px 18px 0;
    cursor:pointer;
    list-style:none;
    position:relative;
    transition:color .2s;
}
.wc-faq__q::-webkit-details-marker{display:none}
.wc-faq__q::after{
    content:'+';
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    font-family:'Oswald',sans-serif;
    font-size:1.2rem;
    font-weight:400;
    color:#d42020;
    transition:transform .2s;
}
.wc-faq__item[open] .wc-faq__q::after{content:'−'}
.wc-faq__item[open] .wc-faq__q{color:#d42020}
.wc-faq__a{
    font-family:'Inter',sans-serif;
    font-size:.88rem;
    line-height:1.75;
    color:rgba(255,255,255,.6);
    padding:0 0 20px;
}

/* ── CTA ── */
.wc-cta{
    padding:60px 0;
    background:linear-gradient(135deg,#1a0808 0%,#0a0a0a 100%);
    text-align:center;
    border-top:2px solid rgba(212,32,32,.2);
}
.wc-cta__title{
    font-family:'Oswald',sans-serif;
    font-size:1.6rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#fff;
    margin:0 0 10px;
}
.wc-cta__text{
    font-family:'Inter',sans-serif;
    font-size:.9rem;
    color:rgba(255,255,255,.5);
    margin:0 0 28px;
}
.wc-cta__links{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
}
.wc-cta__btn{
    font-family:'Oswald',sans-serif;
    font-size:.82rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1.5px;
    color:#fff;
    background:rgba(212,32,32,.12);
    border:1px solid rgba(212,32,32,.3);
    padding:12px 28px;
    border-radius:4px;
    text-decoration:none;
    transition:background .2s,border-color .2s;
}
.wc-cta__btn:hover{background:#d42020;border-color:#d42020}

/* ═══ Light Theme ═══ */
[data-theme="light"] .wc-hero,
body.light-theme .wc-hero{background:linear-gradient(135deg,#f5f5f5 0%,#fff 50%,#f5f5f5 100%);border-bottom-color:var(--red)}
[data-theme="light"] .wc-hero__title,
body.light-theme .wc-hero__title{color:#111}
[data-theme="light"] .wc-hero__subtitle,
body.light-theme .wc-hero__subtitle{color:#555}
[data-theme="light"] .wc-hero__note,
body.light-theme .wc-hero__note{color:#888}
[data-theme="light"] .wc-nav,
body.light-theme .wc-nav{background:rgba(255,255,255,.95);border-bottom-color:rgba(0,0,0,.08)}
[data-theme="light"] .wc-nav__link,
body.light-theme .wc-nav__link{color:#666}
[data-theme="light"] .wc-nav__link:hover,
body.light-theme .wc-nav__link:hover{color:#111}
[data-theme="light"] .wc-section,
body.light-theme .wc-section{background:#fff}
[data-theme="light"] .wc-section--alt,
body.light-theme .wc-section--alt{background:#f8f8f8}
[data-theme="light"] .wc-section__title,
body.light-theme .wc-section__title{color:#111}
[data-theme="light"] .wc-section__intro,
body.light-theme .wc-section__intro{color:#666}
[data-theme="light"] .wc-prose p,
body.light-theme .wc-prose p{color:#555}
[data-theme="light"] .wc-prose h3,
body.light-theme .wc-prose h3{color:#111}
[data-theme="light"] .wc-prose strong,
body.light-theme .wc-prose strong{color:#222}
[data-theme="light"] .wc-prose__list li,
body.light-theme .wc-prose__list li{color:#555;border-bottom-color:rgba(0,0,0,.06)}
[data-theme="light"] .wc-prose__list li strong,
body.light-theme .wc-prose__list li strong{color:#222}
[data-theme="light"] .wc-division,
body.light-theme .wc-division{background:#fff;border-color:rgba(0,0,0,.08)}
[data-theme="light"] .wc-division:hover,
body.light-theme .wc-division:hover{border-color:rgba(212,32,32,.25)}
[data-theme="light"] .wc-division__header,
body.light-theme .wc-division__header{background:rgba(212,32,32,.04);border-bottom-color:rgba(0,0,0,.06)}
[data-theme="light"] .wc-division__name,
body.light-theme .wc-division__name{color:#111}
[data-theme="light"] .wc-division__champs,
body.light-theme .wc-division__champs{border-bottom-color:rgba(0,0,0,.05)}
[data-theme="light"] .wc-division__champ-name,
body.light-theme .wc-division__champ-name{color:#222}
[data-theme="light"] .wc-division__body>p,
body.light-theme .wc-division__body>p{color:#555}
[data-theme="light"] .wc-division__detail p,
body.light-theme .wc-division__detail p{color:#666}
[data-theme="light"] .wc-table-wrap,
body.light-theme .wc-table-wrap{border-color:rgba(0,0,0,.1)}
[data-theme="light"] .wc-table tbody tr,
body.light-theme .wc-table tbody tr{border-bottom-color:rgba(0,0,0,.06)}
[data-theme="light"] .wc-table tbody tr:nth-child(even),
body.light-theme .wc-table tbody tr:nth-child(even){background:rgba(0,0,0,.02)}
[data-theme="light"] .wc-table tbody tr:hover,
body.light-theme .wc-table tbody tr:hover{background:rgba(212,32,32,.04)}
[data-theme="light"] .wc-table td,
body.light-theme .wc-table td{color:#444}
[data-theme="light"] .wc-table__div,
body.light-theme .wc-table__div{color:#111}
[data-theme="light"] .wc-champs-col__title,
body.light-theme .wc-champs-col__title{border-bottom-color:rgba(212,32,32,.15)}
[data-theme="light"] .wc-champs-row,
body.light-theme .wc-champs-row{border-bottom-color:rgba(0,0,0,.06)}
[data-theme="light"] .wc-champs-row__div,
body.light-theme .wc-champs-row__div{color:#888}
[data-theme="light"] .wc-champs-row__name,
body.light-theme .wc-champs-row__name{color:#111}
[data-theme="light"] .wc-faq__item,
body.light-theme .wc-faq__item{border-bottom-color:rgba(0,0,0,.08)}
[data-theme="light"] .wc-faq__q,
body.light-theme .wc-faq__q{color:#222}
[data-theme="light"] .wc-faq__item[open] .wc-faq__q,
body.light-theme .wc-faq__item[open] .wc-faq__q{color:#d42020}
[data-theme="light"] .wc-faq__a,
body.light-theme .wc-faq__a{color:#555}
[data-theme="light"] .wc-cta,
body.light-theme .wc-cta{background:linear-gradient(135deg,#f8f0f0 0%,#fff 100%);border-top-color:rgba(212,32,32,.1)}
[data-theme="light"] .wc-cta__title,
body.light-theme .wc-cta__title{color:#111}
[data-theme="light"] .wc-cta__text,
body.light-theme .wc-cta__text{color:#666}
[data-theme="light"] .wc-cta__btn,
body.light-theme .wc-cta__btn{color:#d42020;background:rgba(212,32,32,.06);border-color:rgba(212,32,32,.2)}
[data-theme="light"] .wc-cta__btn:hover,
body.light-theme .wc-cta__btn:hover{color:#fff;background:#d42020;border-color:#d42020}

/* ═══ Mobile ═══ */
@media(max-width:768px){
    .wc-hero{padding:50px 0 40px}
    .wc-section{padding:50px 0}
    .wc-division__header{padding:16px 20px}
    .wc-division__champs{padding:12px 20px}
    .wc-division__body{padding:16px 20px 20px}
    .wc-division__details{grid-template-columns:1fr;gap:14px}
    .wc-champs-grid{grid-template-columns:1fr;gap:30px}
    .wc-champs-row__div{min-width:110px}
    .wc-nav__link{padding:12px 14px;font-size:.75rem}
    .wc-cta__links{flex-direction:column;align-items:center}
    .wc-cta__btn{width:100%;max-width:280px;text-align:center}
}
