/* ── HERO OVERLAYS ── */
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(8,8,8,0.85) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}
.wrestler-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%),
              linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
  z-index: 0;
}

/* ── SECTION HEADERS ── */
.section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.section-header::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #333333;
}
.section-header .brxe-text-basic {
  color: #CC0000 !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  font-variation-settings: 'wght' 600 !important;
  letter-spacing: 0.15em !important;
}

/* ── BIO TEXT ── */
.wrestler-bio p {
  color: #FFFFFF !important;
  font-size: 1.8rem !important;
  line-height: 1.8 !important;
  font-family: 'Source Serif 4', serif !important;
}

/* ── RATING CARD ── */
.rating-card {
  background: #303030 !important;
  border-top: 3px solid #CC0000;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 16px;
}
.rating-label-top {
  font-family: 'Oswald', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  font-variation-settings: 'wght' 600 !important;
  letter-spacing: 0.2em !important;
  color: #ffffff !important;
  margin-bottom: 8px !important;
}
.rating-number {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 8rem !important;
  color: #FF0000 !important;
  line-height: 1 !important;
  text-shadow: 0 0 40px rgba(204, 0, 0, 0.6), 0 0 80px rgba(204, 0, 0, 0.3) !important;
}
.rating-label-bottom {
  font-family: 'Oswald', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  font-variation-settings: 'wght' 600 !important;
  letter-spacing: 0.2em !important;
  color: #ffffff !important;
  margin-top: 8px !important;
}

/* ── PROFILE CARD ── */
.profile-card {
  background: #242424 !important;
  border-top: 3px solid #CC0000;
  margin: 0 !important;
  padding: 0 !important;
}
.profile-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #333333;
  background: #303030 !important;
}
.profile-label {
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  font-variation-settings: 'wght' 600 !important;
  letter-spacing: 0.12em !important;
  color: #ffffff !important;
}
.profile-value {
  font-family: 'Source Serif 4', serif !important;
  font-size: 1.5rem !important;
  color: #ffffff !important;
  text-align: right !important;
}

/* ── MATCH CARDS (WRESTLER PROFILE) ── */
.match-opponent,
.match-opponent * {
  color: #ffffff !important;
  font-size: 3rem !important;
}
.match-year,
.match-year * {
  color: #ffffff !important;
  font-size: 3rem !important;
}
.match-vs {
  display: block !important;
  font-size: 0.65rem !important;
  margin-bottom: 4px !important;
}

/* ── CHAMPIONSHIPS & ACCOMPLISHMENTS ── */
.champs-section {
  margin-top: 40px;
}
.champs-heading,
.champs-heading * {
  font-family: 'Oswald', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-variation-settings: 'wght' 600 !important;
  letter-spacing: 0.15em !important;
  color: #FF1A1A !important;
  text-transform: uppercase !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.champs-section > div:last-child,
.champs-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 2px !important;
  background: #333333 !important;
  border: 1px solid #333333 !important;
  width: 100% !important;
}
.champs-section > div:last-child > div,
.champs-grid > div,
.champ-card {
  background: #252525 !important;
  padding: 20px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
  transition: background 0.2s ease !important;
}
.champs-section > div:last-child > div:hover,
.champs-grid > div:hover,
.champ-card:hover {
  background: #2e1010 !important;
}
.champs-section > div:last-child > div img,
.champ-belt img,
.champ-belt picture img {
  width: 100% !important;
  max-width: 160px !important;
  height: 90px !important;
  object-fit: contain !important;
  display: block !important;
  filter: brightness(1.4) contrast(1.05) !important;
  transition: transform 0.3s ease, filter 0.3s ease !important;
}
.champs-section > div:last-child > div:hover img,
.champ-card:hover .champ-belt img,
.champ-card:hover .champ-belt picture img {
  transform: scale(1.08) !important;
  filter: brightness(1.5) drop-shadow(0 0 18px #CC0000) drop-shadow(0 0 35px rgba(204, 0, 0, 0.45)) !important;
}
.champ-count,
.champ-count * {
  font-family: 'Oswald', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-variation-settings: 'wght' 700 !important;
  color: #FF1A1A !important;
  align-self: flex-start !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.champ-title,
.champ-title * {
  font-family: 'Oswald', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-variation-settings: 'wght' 600 !important;
  color: #aaaaaa !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  text-align: center !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}
@media (max-width: 900px) {
  .champs-section > div:last-child,
  .champs-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ── ESSENTIAL VIEWING HOVER ── */
.brxe-csabqo {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
  cursor: pointer !important;
}
.brxe-csabqo:hover {
  transform: translateY(-3px) !important;
  background: #1e1010 !important;
  box-shadow: 0 8px 25px rgba(204, 0, 0, 0.25) !important;
  border-bottom-color: #CC0000 !important;
}

/* ── CAREER RIVALS ── */
.rivals-section {
  background: #303030;
  border: 1px solid #222222;
  overflow: hidden;
}
.rivals-heading-bar {
  padding: 18px 20px !important;
  border-bottom: 1px solid #222222 !important;
}
.rivals-heading,
.rivals-heading * {
  font-family: 'Oswald', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-variation-settings: 'wght' 600 !important;
  letter-spacing: 0.15em !important;
  color: #CC0000 !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.rival-card {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 16px 20px !important;
  border-bottom: 1px solid #1e1e1e !important;
  text-decoration: none !important;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease !important;
  cursor: pointer !important;
}
.rival-card:last-child {
  border-bottom: none !important;
}
.rival-card:hover {
  background: #3a2020 !important;
  transform: translateX(4px) !important;
  box-shadow: inset 3px 0 0 #CC0000 !important;
}
.rival-thumb,
.rival-thumb img {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 2px solid #333333 !important;
  display: block !important;
  transition: border-color 0.25s ease !important;
}
.rival-card:hover .rival-thumb img {
  border-color: #CC0000 !important;
}
.rival-info {
  flex: 1 !important;
  min-width: 0 !important;
}
.rival-name,
.rival-name * {
  font-family: 'Oswald', sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  font-variation-settings: 'wght' 600 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  margin: 0 0 4px 0 !important;
  line-height: 1.2 !important;
}
.rival-meta,
.rival-meta * {
  font-family: 'Oswald', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-variation-settings: 'wght' 400 !important;
  color: #888888 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin: 0 !important;
}
.rival-arrow {
  color: #444444 !important;
  font-size: 14px !important;
  flex-shrink: 0 !important;
  transition: color 0.25s ease, transform 0.25s ease !important;
}
.rival-card:hover .rival-arrow {
  color: #CC0000 !important;
  transform: translateX(3px) !important;
}

/* ── ROSTER HERO ── */
.roster-hero {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.roster-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.85) 40%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.roster-hero > * {
  position: relative;
  z-index: 2;
}

/* ── SITE HEADER ── */
.site-header {
  position: relative;
  background: #000;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
}

/* ── PROMO BG LOGO ── */
.promo-bg-logo {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
  filter: blur(1px);
}

/* ── EVENT PAGE CARDS ── */
.ayw-predictions,
.ayw-match-section,
.ayw-event-review,
.ayw-verdict {
  background: #111111;
  border-left: 4px solid #CC0000;
  padding: 28px 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

/* ── EVENT PAGE HEADINGS ── */
.ayw-predictions .brxe-heading,
.ayw-match-section .brxe-heading,
.ayw-event-review .brxe-heading,
.ayw-verdict .brxe-heading {
  display: flex;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #CC0000;
  gap: 12px;
  margin-bottom: 24px;
}
.ayw-predictions .brxe-heading::after,
.ayw-match-section .brxe-heading::after,
.ayw-event-review .brxe-heading::after,
.ayw-verdict .brxe-heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #2a2a2a;
}

/* ── MATCH LIST ── */
.ayw-match-list {
  display: flex;
  flex-direction: column;
}

/* ── INDIVIDUAL MATCH CARDS ── */
.ayw-match-card {
  border-top: 1px solid #2a2a2a;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ayw-match-list > div:first-child .ayw-match-card {
  border-top: none;
  padding-top: 0;
}
.ayw-match-list > div:last-child .ayw-match-card {
  padding-bottom: 0;
}

/* ── MATCH CARD ELEMENTS ── */
.stipulation-text {
  font-family: 'Source Serif 4', serif !important;
  font-size: 13px !important;
  font-style: italic !important;
  color: #666666 !important;
  margin-bottom: 6px !important;
}
.titles-text {
  display: inline-block !important;
  width: fit-content !important;
  max-width: fit-content !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #CC0000 !important;
  border: 1px solid #CC0000 !important;
  padding: 3px 10px !important;
  margin-bottom: 14px !important;
}
.winner-text {
  font-family: 'Oswald', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #f0ede8 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 4px !important;
}
.method-text {
  font-family: 'Oswald', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #555555 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 12px !important;
}
.rating-text {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 32px !important;
  color: #CC0000 !important;
  line-height: 1 !important;
  margin-bottom: 10px !important;
  letter-spacing: 1px !important;
}
.review-text {
  font-family: 'Source Serif 4', serif !important;
  font-size: 14px !important;
  color: #888888 !important;
  line-height: 1.7 !important;
  font-style: italic !important;
  border-left: 2px solid #2a2a2a !important;
  padding-left: 12px !important;
  margin-top: 4px !important;
}
.segment-title {
  font-family: 'Oswald', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #f0ede8 !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
}
.segment-text {
  font-family: 'Source Serif 4', serif !important;
  font-size: 15px !important;
  color: #aaaaaa !important;
  line-height: 1.7 !important;
}

/* ── OVERALL RATING ── */
.ayw-verdict {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ayw-verdict .brxe-text-basic {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 96px !important;
  line-height: 1 !important;
  color: #CC0000 !important;
  text-shadow: 0 0 40px rgba(204,0,0,0.3) !important;
}
.ayw-verdict .brxe-text-basic::after {
  content: ' / 10' !important;
  font-size: 36px !important;
  color: #333333 !important;
}