/* ============================================================
   MATCHMAKING — page-specific styles
   ============================================================ */

/* ----- Page hero strip ----- */
.mm-hero {
  position: relative;
  padding: 160px var(--pad-x) 80px;
  background: var(--fight-black);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
}
.mm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 80% at 90% 20%, rgba(204,31,31,0.10) 0%, rgba(0,0,0,0) 60%),
    radial-gradient(40% 60% at 10% 90%, rgba(204,31,31,0.06) 0%, rgba(0,0,0,0) 60%);
  pointer-events: none;
}
.mm-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  max-width: 1600px;
  margin: 0 auto;
}
.mm-hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(64px, 10vw, 180px);
  line-height: 0.84;
  letter-spacing: 0.005em;
  margin: 18px 0 0;
}
.mm-hero__title .title-group {
  white-space: nowrap;
}
@media (min-width: 1101px) and (max-width: 1679px) {
  .mm-hero__title { font-size: clamp(64px, calc(15vw - 92px), 170px); }
}
@media (max-width: 460px) {
  .mm-hero__title br { display: none; }
  .mm-hero__title .of::before { content: "\A"; white-space: pre; }
  .mm-hero__title .of { margin-left: 0; }
}
.mm-hero__title .of {
  font-family: var(--font-sub);
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 0.32em;
  letter-spacing: 0.04em;
  color: var(--stone);
  margin: 0 8px;
}
.mm-hero__title .red-strike {
  position: relative;
  display: inline-block;
}
.mm-hero__title .red-strike::after {
  content: "";
  position: absolute;
  left: -2%; right: -2%;
  top: 47%;
  height: 6px;
  background: var(--fight-red);
  transform: skew(-12deg);
}
.mm-hero__sub {
  font-family: var(--font-sub);
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 20px);
  color: var(--stone);
  max-width: 56ch;
  margin-top: 22px;
  letter-spacing: 0.01em;
}
.mm-hero__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  text-align: right;
}
.mm-hero__meta .row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--stone);
}
.mm-hero__meta .row .v {
  color: var(--arena-white);
  font-family: var(--font-sub);
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 14px;
}

/* ----- Stat ribbon ----- */
.mm-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--charcoal-2);
}
.mm-ribbon__cell {
  padding: 28px var(--pad-x);
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mm-ribbon__cell:last-child { border-right: 0; }
.mm-ribbon__cell .k {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--stone);
  text-transform: uppercase;
}
.mm-ribbon__cell .v {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1;
  letter-spacing: 0.005em;
}
.mm-ribbon__cell .v .small {
  font-family: var(--font-sub);
  font-weight: 600;
  font-size: 0.36em;
  color: var(--stone);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-left: 8px;
}

/* ----- Bout: Main / Co-Main featured layout ----- */
.bout {
  position: relative;
  padding: var(--section-y) var(--pad-x);
}
.bout--main { background: var(--fight-black); }
.bout--co   { background: var(--charcoal); }
.bout__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 48px;
}
.bout__head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(28px, 5.4vw, 88px);
  line-height: 0.92;
  margin: 14px 0 0;
  letter-spacing: 0.005em;
}
.bout__head .meta {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--stone);
  letter-spacing: 0.20em;
  text-transform: uppercase;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bout__head .meta .v { color: var(--arena-white); font-family: var(--font-sub); font-weight: 700; letter-spacing: 0.16em; font-size: 14px;}

/* Fighter split */
.bout__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: stretch;
}
.bout__vs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  min-width: 120px;
}
.bout__vs .vs-line {
  width: 1px;
  flex: 1;
  background: linear-gradient(180deg, transparent 0%, var(--rule-strong) 20%, var(--rule-strong) 80%, transparent 100%);
}
.bout__vs .vs-glyph {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(56px, 6vw, 96px);
  letter-spacing: 0.02em;
  color: var(--fight-red);
  line-height: 1;
  position: relative;
}
.bout__vs .vs-glyph::before,
.bout__vs .vs-glyph::after {
  content: "";
  position: absolute;
  width: 16px; height: 16px;
  border: 1px solid var(--fight-red);
}
.bout__vs .vs-glyph::before { top: -10px; left: -14px; border-right: 0; border-bottom: 0; }
.bout__vs .vs-glyph::after  { bottom: -10px; right: -14px; border-left: 0; border-top: 0; }
.bout__vs .vs-tag {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.30em;
  color: var(--stone);
  text-transform: uppercase;
  text-align: center;
  max-width: 12ch;
  line-height: 1.4;
}

.fighter {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fighter--right { text-align: right; align-items: flex-end; }
.fighter__corner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sub);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 11px;
  padding: 7px 12px;
  border: 1px solid var(--rule-strong);
  align-self: flex-start;
}
.fighter--right .fighter__corner { align-self: flex-end; }
.fighter__corner .swatch {
  width: 10px; height: 10px;
  display: inline-block;
}
.fighter__corner.is-red .swatch { background: var(--fight-red); }
.fighter__corner.is-blue .swatch { background: #2A48F0; }
.fighter__corner.is-red { color: var(--arena-white); }

.fighter__portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--charcoal-2);
  border: 1px solid var(--rule);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.fighter__portrait .ph {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.025) 0,
      rgba(255,255,255,0.025) 2px,
      transparent 2px,
      transparent 14px
    );
}
.fighter__portrait .silhouette {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  height: 88%;
  background: radial-gradient(50% 50% at 50% 30%, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 70%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.fighter__portrait .ph-tag {
  position: absolute;
  top: 14px; left: 14px;
  font-family: var(--font-mono);
  font-size: clamp(10px, 0.75vw, 12px);
  letter-spacing: 0.24em;
  color: var(--stone);
  text-transform: uppercase;
  background: rgba(10,10,10,0.7);
  padding: 5px 8px;
  border: 1px solid var(--rule);
}
.fighter--right .fighter__portrait .ph-tag { left: auto; right: 14px; }

.fighter__portrait .corner-stripe {
  position: absolute;
  top: 0; bottom: 0;
  width: 4px;
}
.fighter--left  .fighter__portrait .corner-stripe { left: 0;  background: var(--fight-red); }
.fighter--right .fighter__portrait .corner-stripe { right: 0; background: #2A48F0; }

.fighter__nation {
  position: absolute;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(10,10,10,0.85);
  border: 1px solid var(--rule);
  padding: 6px 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--arena-white);
  text-transform: uppercase;
}
.fighter--left .fighter__nation { left: 14px; }
.fighter--right .fighter__nation { right: 14px; }
.fighter__nation .flag {
  width: 18px; height: 12px;
  display: inline-block;
  border: 1px solid var(--rule-strong);
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.fighter__name {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(36px, 4.4vw, 72px);
  line-height: 0.86;
  letter-spacing: 0.005em;
  margin: 0;
}
.fighter__name .first {
  display: block;
  font-family: var(--font-sub);
  font-weight: 600;
  font-size: 0.34em;
  letter-spacing: 0.20em;
  color: var(--stone);
  margin-bottom: 8px;
}
.fighter__nick {
  font-family: var(--font-sub);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--fight-red);
  margin-top: 8px;
}
.fighter__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.fighter--right .fighter__stats { direction: rtl; }
.fighter--right .fighter__stats > * { direction: ltr; }
.fighter__stats .cell {
  padding: 18px 14px;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fighter--left  .fighter__stats .cell:last-child  { border-right: 0; }
.fighter--right .fighter__stats .cell:first-child { border-right: 0; }
.fighter--right .fighter__stats .cell:last-child  { border-right: 1px solid var(--rule); }
.fighter__stats .k {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.24em;
  color: var(--stone);
  text-transform: uppercase;
}
.fighter__stats .v {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.01em;
}
.fighter__stats .v .sep { color: var(--stone); margin: 0 2px; font-weight: 500; }

.fighter__record-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.20em;
  color: var(--stone);
  text-transform: uppercase;
}
.fighter--right .fighter__record-bar {
  grid-template-columns: auto 1fr auto;
}
.fighter__record-bar .bar {
  height: 4px;
  background: var(--rule);
  position: relative;
  overflow: hidden;
}
.fighter__record-bar .bar i {
  position: absolute;
  top: 0;
  height: 100%;
  background: var(--fight-red);
  display: block;
}
.fighter--right .fighter__record-bar .bar i { right: 0; }
.fighter--left .fighter__record-bar .bar i { left: 0; }

/* Bout footer (rules) */
.bout__rules {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--rule);
}
.bout__rules .cell {
  padding: 18px 16px;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bout__rules .cell:first-child { padding-left: 0; }
.bout__rules .cell:last-child { border-right: 0; padding-right: 0; }
.bout__rules .k {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.24em;
  color: var(--fight-red);
  text-transform: uppercase;
}
.bout__rules .v {
  font-family: var(--font-sub);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1;
}

/* ----- Card list (undercard) ----- */
.card-list {
  background: var(--fight-black);
  padding: var(--section-y) var(--pad-x);
}
.card-list__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 0;
}
.card-list__head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.92;
  margin: 14px 0 0;
  letter-spacing: 0.005em;
}
.card-list__head .meta {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--stone);
  letter-spacing: 0.20em;
  text-transform: uppercase;
  text-align: right;
}

.bout-row {
  display: grid;
  grid-template-columns: 56px 1.2fr 1fr 1.2fr 1fr 120px;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--rule);
  transition: background 0.2s ease;
  position: relative;
}
.bout-row:hover { background: rgba(255,255,255,0.015); }
.bout-row__num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--fight-red);
}
.bout-row__fighter {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bout-row__fighter--right { text-align: right; align-items: flex-end; }
.bout-row__fighter .name {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1;
  letter-spacing: 0.01em;
}
.bout-row__fighter .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--stone);
  text-transform: uppercase;
}
.bout-row__fighter--right .meta { justify-content: flex-end; }
.bout-row__fighter .meta .flag {
  width: 16px; height: 11px;
  background: var(--charcoal-2);
  border: 1px solid var(--rule-strong);
  display: inline-block;
}
.bout-row__vs {
  font-family: var(--font-display);
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.18em;
  color: var(--fight-red);
  position: relative;
}
.bout-row__vs::before,
.bout-row__vs::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  background: var(--rule-strong);
}
.bout-row__vs::before { left: -36px; }
.bout-row__vs::after { right: -36px; }
.bout-row__class {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}
.bout-row__class .div {
  font-family: var(--font-sub);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 14px;
}
.bout-row__class .rounds {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.20em;
  color: var(--stone);
  text-transform: uppercase;
}
.bout-row__cta {
  font-family: var(--font-sub);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: var(--stone);
  text-align: right;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
  justify-self: end;
  padding-bottom: 2px;
}
.bout-row:hover .bout-row__cta { color: var(--arena-white); border-bottom-color: var(--fight-red); }

.bout-row--tba .name { color: var(--stone-dim); }
.bout-row--tba .name::after {
  content: " ◌";
  color: var(--fight-red);
  font-size: 0.7em;
  vertical-align: middle;
}

/* Status pip on row */
.bout-row__status {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px; height: 32px;
  background: transparent;
}
.bout-row.is-confirmed .bout-row__status { background: var(--fight-red); }
.bout-row.is-tba .bout-row__status { background: rgba(255,255,255,0.18); }

/* ----- Officials & weight classes ----- */
.officials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  background: var(--charcoal);
  padding: var(--section-y) var(--pad-x);
  border-top: 1px solid var(--rule);
}
.officials__col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.officials__col h3 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 0.92;
  margin: 14px 0 0;
  letter-spacing: 0.005em;
}
.officials__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--rule);
}
.officials__list li {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.officials__list .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--fight-red);
}
.officials__list .name {
  font-family: var(--font-sub);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: clamp(15px, 1vw, 18px);
}
.officials__list .name .role {
  display: block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--stone);
  letter-spacing: 0.02em;
  text-transform: none;
  margin-top: 4px;
}
.officials__list .country {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--stone);
  text-transform: uppercase;
}

.weights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.weights .row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: baseline;
  padding: 14px 0;
  padding-right: 24px;
  border-bottom: 1px solid var(--rule);
}
.weights .row:nth-child(even) { padding-right: 0; padding-left: 24px; border-left: 1px solid var(--rule); }
.weights .glyph {
  width: 6px; height: 6px;
  background: var(--fight-red);
  display: inline-block;
}
.weights .div {
  font-family: var(--font-sub);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
}
.weights .lim {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.20em;
  color: var(--stone);
  text-transform: uppercase;
}

/* ----- Press / Updates ----- */
.press {
  background: var(--fight-black);
  padding: var(--section-y) var(--pad-x);
  border-top: 1px solid var(--rule);
}
.press__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 40px;
}
.press__head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.92;
  margin: 14px 0 0;
  letter-spacing: 0.005em;
}
.press__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.press__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 22px 22px;
  background: var(--charcoal);
  border: 1px solid var(--rule);
  min-height: 240px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.press__item:hover { border-color: var(--fight-red); transform: translateY(-3px); }
.press__item .date {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--fight-red);
  text-transform: uppercase;
}
.press__item h4 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0.01em;
  margin: 0;
}
.press__item p {
  font-family: var(--font-body);
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.55;
  color: var(--stone);
  margin: 0;
}
.press__item .more {
  margin-top: auto;
  font-family: var(--font-sub);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: var(--arena-white);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
.press__item .more .arr { color: var(--fight-red); transition: transform 0.2s ease; }
.press__item:hover .more .arr { transform: translateX(4px); }

/* ----- CTA strip ----- */
.mm-cta {
  background: var(--fight-red);
  color: var(--arena-white);
  padding: 60px var(--pad-x);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.mm-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' seed='3'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.7 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.12;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.mm-cta__h {
  position: relative;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 0.92;
  margin: 0;
  letter-spacing: 0.005em;
}
.mm-cta__sub {
  position: relative;
  font-family: var(--font-sub);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 8px;
  opacity: 0.85;
}
.mm-cta .btn {
  position: relative;
  background: var(--fight-black);
  border-color: var(--fight-black);
  color: var(--arena-white);
}
.mm-cta .btn:hover { background: #000; }

/* ----- Responsive ----- */
@media (max-width: 1100px) {
  .mm-hero__inner { grid-template-columns: 1fr; }
  .mm-hero__meta { align-items: flex-start; text-align: left; }
  .mm-ribbon { grid-template-columns: 1fr 1fr; }
  .mm-ribbon__cell:nth-child(2) { border-right: 0; }
  .mm-ribbon__cell:nth-child(1),
  .mm-ribbon__cell:nth-child(2) { border-bottom: 1px solid var(--rule); }
  .bout__grid { grid-template-columns: 1fr; gap: 32px; }
  .bout__vs { flex-direction: row; min-width: 0; padding: 12px 0; }
  .bout__vs .vs-line { width: auto; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--rule-strong), transparent); }
  .fighter--right { text-align: left; align-items: flex-start; }
  .fighter--right .fighter__corner,
  .fighter--right .fighter__nation { align-self: flex-start; }
  .fighter--right .fighter__nation { left: 14px; right: auto; }
  .fighter--right .fighter__portrait .ph-tag { left: 14px; right: auto; }
  .fighter--right .fighter__stats { direction: ltr; }
  .bout__rules { grid-template-columns: 1fr 1fr; }
  .bout__rules .cell:nth-child(2) { border-right: 0; }
  .officials { grid-template-columns: 1fr; }
  .press__grid { grid-template-columns: 1fr 1fr; }
  .bout-row {
    grid-template-columns: 40px 1fr auto 1fr;
    gap: 16px;
    row-gap: 8px;
  }
  .bout-row__class { grid-column: 2 / span 3; order: 5; }
  .bout-row__cta { grid-column: 2 / span 3; order: 6; text-align: left; justify-self: start; }
  .bout-row__vs::before, .bout-row__vs::after { display: none; }
}

@media (max-width: 760px) {
  .mm-hero { padding: 120px var(--pad-x) 56px; }
  .mm-ribbon { grid-template-columns: 1fr; }
  .mm-ribbon__cell { border-right: 0; border-bottom: 1px solid var(--rule); }
  .mm-ribbon__cell:last-child { border-bottom: 0; }
  .bout__head, .card-list__head, .press__head { grid-template-columns: 1fr; }
  .bout__rules { grid-template-columns: 1fr; }
  .bout__rules .cell { border-right: 0; border-bottom: 1px solid var(--rule); padding-right: 0; padding-bottom: 18px; }
  .press__grid { grid-template-columns: 1fr; }
  .weights { grid-template-columns: 1fr; }
  .weights .row:nth-child(even) { padding-left: 0; border-left: 0; }
  .mm-cta { grid-template-columns: 1fr; }
  .bout-row { grid-template-columns: 32px 1fr 1fr; gap: 12px; }
  .bout-row__vs { display: none; }
  .bout-row__class, .bout-row__cta { grid-column: 1 / -1; }
}

/* ===== Fighter cards: equal alignment, mirrored stat order ===== */
.fighter { width: 100%; }
.fighter__portrait { width: 100%; }
.fighter__stats { width: 100%; }
.fighter__record-bar { width: 100%; }
.fighter--right a { width: 100%; }

/* Right card: text aligned right, stat order reversed */
.fighter--right .fighter__stats { direction: rtl; }
.fighter--right .fighter__stats > * { direction: ltr; }
.fighter--right .fighter__stats .cell { text-align: right; }
.fighter--right .fighter__stats .cell .k,
.fighter--right .fighter__stats .cell .v { display: block; text-align: right; }

.fighter--right .fighter__record-bar { flex-direction: row; }
.fighter--right .fighter__record-bar .bar i { left: 0; right: auto; }
/* Fighter profile link */
.fighter__profile-link {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fight-red);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.fighter__profile-link:hover {
  border-bottom-color: var(--fight-red);
}
/* Fighter portrait hover overlay */
.fighter__portrait-hover {
  position: absolute;
  inset: 0;
  background: rgba(204, 31, 31, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}
a:hover .fighter__portrait-hover {
  opacity: 1;
}

