/* =========================================================
   PRO BOXERS PAGE
   ========================================================= */

/* =========================================================
   PRO BOXERS — HERO
   ========================================================= */

.pro-hero {
  position: relative;
  min-height: 820px;
  padding: 150px 32px 48px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.94) 0%,
      rgba(10, 10, 10, 0.78) 45%,
      rgba(10, 10, 10, 0.38) 100%
    ),
    url("../images/pros/the-real-pros.webp") center 25% / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.pro-hero::after {
  content: "";
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: -72px;
  height: 150px;
  background: var(--red);
  transform: rotate(-2.2deg);
  transform-origin: center;
}

.pro-hero-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 2;
}

.pro-hero-copy {
  max-width: 900px;
}

.pro-hero .section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #fff;

  margin: 0 0 20px;

  text-transform: uppercase;
  letter-spacing: 0.13em;

  font-size: 11px;
  font-weight: 500;
}

.pro-hero .section-kicker::before {
  content: "";

  width: 25px;
  height: 2px;

  background: currentColor;
}

.pro-hero h1 {
  margin: 20px 0 30px;

  max-width: 950px;

  font: 900 clamp(70px, 12vw, 150px)/0.73 var(--display);

  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.pro-hero h1 span {
  color: var(--red);
  font-style: italic;
}

.pro-hero-intro {
  max-width: 650px;
  margin: 35px 0 35px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
}

.pro-hero .button {
  margin-top: 5px;
}

.pro-hero-mark {
  width: 190px;
  height: 190px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-9deg);
  text-align: center;
}

.pro-hero-mark span {
  font: 700 11px var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.pro-hero-mark strong {
  margin: 8px 0 2px;
  font: 900 48px / 0.8 var(--display);
  letter-spacing: -0.04em;
}

.pro-hero-mark span:last-child {
  color: var(--red);
}

/* =========================================================
   PRO BOXERS — SHARED SECTION HEADING
   ========================================================= */

.pro-section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 90px;
}

.pro-section-heading h2 {
  margin: 15px 0 0;
  font: 900 clamp(60px, 7vw, 105px) / 0.78 var(--display);
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.pro-section-heading h2 span {
  color: var(--red);
  font-style: italic;
}

.pro-section-heading .pro-lead {
  font: 600 clamp(23px, 2.5vw, 34px)/1.08 var(--display);

  letter-spacing: -0.015em;
}

.pro-section-heading-copy {
  max-width: 580px;

  padding-top: 14px;
}

.pro-section-heading-copy p {
  margin: 0 0 22px;
}

.pro-section-heading-copy p:last-child {
  margin-bottom: 0;
}

.pro-lead {
  font: 600 clamp(19px, 2vw, 25px) / 1.35 var(--mono);
  letter-spacing: -0.02em;
}

/* =========================================================
   PRO BOXERS — CREDENTIALS
   ========================================================= */

.pro-credentials {
  background: var(--paper);
  padding-top: 145px;
}

.pro-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pro-stat {
  min-height: 190px;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

.pro-stat:last-child {
  border-right: 0;
}

.pro-stat-number {
  font: 900 clamp(55px, 6vw, 90px) / 0.8 var(--display);
  letter-spacing: -0.05em;
}

.pro-stat-label {
  font: 700 12px var(--display);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(16, 16, 16, 0.62);
}

/* =========================================================
   PRO BOXERS — FIGHTER ROSTER HEADER
   ========================================================= */

.pro-fighters-header {
  background: var(--ink);
  color: #fff;
  padding-bottom: 85px;
}

.pro-fighters-header .section-kicker {
  color: var(--red);
}

.pro-fighters-header h2 {
  margin-bottom: 0;
}

.pro-fighters-intro {
  max-width: 550px;
  margin: 35px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

/* =========================================================
   PRO BOXERS — FIGHTER ACCORDION
   ========================================================= */

.fighter-accordion {
  display: flex;
  width: 100%;
  height: 760px;
  background: var(--ink);
  overflow: hidden;
}

/* Individual fighter */

.fighter-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: var(--ink);
  transition: flex 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/*
 * The active fighter receives most of the available width.
 * The other fighters remain visible as narrow vertical strips.
 */

.fighter-card.is-active {
  flex: 6 1 0;
}

/* Trigger */

.fighter-card-trigger {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
  z-index: 5;
}

/* Collapsed background */

.fighter-card-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--ink);
}

.fighter-card-background img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transform: scale(1.025);
  transition:
    filter 0.6s ease,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

/*
 * Keep the closed cards dark enough for the vertical
 * typography to remain readable.
 */

.fighter-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.32) 45%,
    rgba(0, 0, 0, 0.88) 100%
  );
  transition: opacity 0.5s ease;
}

/* Closed card typography */

.fighter-card-collapsed {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 35px 16px;
  z-index: 3;
}

.fighter-card-number {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  font: 700 11px var(--mono);
  letter-spacing: 0.12em;
  opacity: 0.75;
}

/*
 * Vertical boxer name.
 */

.fighter-card-name {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font: 900 clamp(32px, 3vw, 52px) / 0.85 var(--display);
  text-transform: uppercase;
  letter-spacing: -0.035em;
  white-space: nowrap;
  text-align: center;
}

.fighter-card-type {
  margin-top: 22px;
  font: 700 9px var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  white-space: nowrap;
  opacity: 0.72;
}

/* Plus indicator */

.fighter-card-open-indicator {
  position: absolute;
  top: 28px;
  right: 25px;
  z-index: 8;
  font: 400 25px / 1 var(--mono);
  color: rgba(255, 255, 255, 0.8);
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.fighter-card.is-active .fighter-card-open-indicator {
  transform: rotate(45deg);
  color: var(--red);
}

/* Hover */

.fighter-card:not(.is-active):hover .fighter-card-background img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.fighter-card:not(.is-active):hover .fighter-card-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78));
}

/* =========================================================
   PRO BOXERS — EXPANDED FIGHTER PANEL
   ========================================================= */

.fighter-card-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: var(--paper);
  color: var(--ink);
  z-index: 4;
  overflow: hidden;
}

/*
 * Expanded image is no longer a background.
 * This prevents the boxer from being distorted or badly
 * cropped when the accordion opens.
 */

.fighter-panel-image {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: var(--ink);
}

.fighter-panel-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.fighter-panel-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Expanded content */

.fighter-panel-content {
  min-width: 0;
  padding: 65px 65px 55px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.fighter-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 28px;
}

.fighter-panel-top .section-kicker {
  margin: 0 0 12px;
}

.fighter-panel-top h3 {
  margin: 0;
  font: 900 clamp(48px, 5vw, 78px) / 0.8 var(--display);
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

.fighter-panel-number {
  font: 900 55px / 0.8 var(--display);
  color: var(--red);
  letter-spacing: -0.05em;
}

.fighter-panel-intro {
  max-width: 650px;
  margin: 35px 0;
  font-size: 15px;
  line-height: 1.7;
}

/* Fighter details */

.fighter-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.fighter-detail {
  min-height: 105px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fighter-detail span {
  font: 700 9px var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(16, 16, 16, 0.55);
}

.fighter-detail strong {
  font: 800 17px var(--display);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Fighter story */

.fighter-panel-story {
  margin-top: auto;
  padding-top: 35px;
}

.fighter-story-label {
  margin: 0 0 10px;
  color: var(--red);
  font: 700 11px var(--display);
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.fighter-panel-story p:last-child {
  max-width: 650px;
  margin: 0;
  line-height: 1.65;
}

/* =========================================================
   PRO BOXERS — ACTIVE CARD LAYERING
   ========================================================= */

/*
 * The trigger sits above the collapsed card, but once the
 * fighter is open, the expanded panel must sit above it.
 */

.fighter-card.is-active .fighter-card-trigger {
  z-index: 1;
  pointer-events: none;
}

.fighter-card.is-active .fighter-card-panel {
  z-index: 4;
}

/* =========================================================
   PRO BOXERS — QUOTE
   ========================================================= */

.pro-quote {
  position: relative;
  color: #fff;
  padding: 125px 32px;
  background:
    linear-gradient(0deg, rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0.82)),
    url("../images/pros/pros-quote.webp") top / cover fixed;
}

.pro-quote-wrap {
  max-width: 1100px;
  margin: auto;
}

.pro-quote-mark {
  color: var(--red);
  font:
    900 100px / 0.25 Georgia,
    serif;
}

.pro-quote blockquote {
  max-width: 1050px;
  margin: 30px 0;
  font: 800 clamp(40px, 6vw, 82px) / 0.87 var(--display);
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.pro-quote cite {
  font-style: normal;
  color: var(--silver);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
}

/* =========================================================
   PRO BOXERS — AMATEUR TO PRO
   ========================================================= */

.pro-journey {
  padding: 145px 32px 80px;
  background: var(--paper);
  overflow: hidden;
}

/* ---------- INTRO ---------- */

.pro-journey-intro {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 105px;
}

.pro-journey-heading {
  max-width: 750px;
}

.pro-journey-heading .section-kicker {
  margin: 0 0 18px;
}

.pro-journey-heading h2 {
  margin: 0;
  font: 900 clamp(70px, 9vw, 135px) / 0.75 var(--display);
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.pro-journey-heading h2 span {
  color: var(--red);
  font-style: italic;
}

.pro-journey-intro-copy {
  max-width: 650px;
}

.pro-journey-intro-copy p {
  margin: 0 0 22px;
}

.pro-journey-intro-copy p:last-child {
  margin-bottom: 0;
}

.pro-journey-intro-copy .pro-lead {
  margin-bottom: 28px;

  font: 600 clamp(23px, 2.5vw, 34px)/1.08 var(--display);

  letter-spacing: -0.015em;
}

/* ---------- JOURNEY TRACK ---------- */

.pro-journey-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/*
 * Horizontal progression line.
 */

.pro-journey-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.2s ease;
}

/* ---------- STAGE ---------- */

.pro-journey-stage {
  position: relative;
  min-width: 0;
  min-height: 405px;
  padding: 30px 24px 35px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
  justify-content: space-evenly;
}

.pro-journey-stage:first-of-type {
  border-left: 1px solid var(--line);
}

.pro-journey-stage:last-child {
  border-right: 0;
}

/* Number + label */

.pro-journey-stage-top {
  display: flex;
  flex-direction: column;
}

.pro-journey-number {
  color: var(--red);
  font: 800 13px var(--mono);
  letter-spacing: 0.08em;
}

.pro-journey-stage-label {
  font: 700 9px var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(16, 16, 16, 0.45);
}

.pro-journey-stage-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

/* Stage heading */

.pro-journey-stage h3 {
  margin: auto 0 18px;
  font: 900 clamp(38px, 4vw, 62px) / 0.8 var(--display);
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

/* Description */

.pro-journey-stage p {
  max-width: 220px;
  margin: 0;
  color: rgba(16, 16, 16, 0.65);
  font-size: 12px;
  line-height: 1.65;
}

/* ---------- HOVER ---------- */

.pro-journey-stage:hover {
  background: rgba(175, 40, 25, 0.045);
  transform: translateY(-8px);
}

.pro-journey-stage:hover .pro-journey-number {
  color: var(--ink);
}

.pro-journey-stage--final {
  background: var(--ink);
  color: #fff;
}

.pro-journey-stage--final p {
  color: rgba(255, 255, 255, 0.62);
}

.pro-journey-stage--final .pro-journey-stage-label {
  color: rgba(255, 255, 255, 0.45);
}

.pro-journey-stage--final:hover {
  background: #171717;
}

.pro-journey-stage--final:hover .pro-journey-number {
  color: #fff;
}

/* ---------- GYM CALLOUT ---------- */

.pro-journey-gym {
  margin-top: 85px;
  padding: 50px 55px;
  background: var(--red);
  color: #fff;
  display: grid;
  grid-template-columns: 130px 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.pro-journey-gym-number {
  font: 900 52px / 0.8 var(--display);
  letter-spacing: -0.05em;
}

.pro-journey-gym .section-kicker {
  color: #fff;
  margin: 0 0 10px;
}

.pro-journey-gym h3 {
  margin: 0;
  font: 900 clamp(42px, 4vw, 65px) / 0.8 var(--display);
  text-transform: uppercase;
  letter-spacing: -0.045em;
}

.pro-journey-gym > p {
  margin: 0;
  max-width: 500px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

/* =========================================================
   PRO BOXERS — EVENTS
   ========================================================= */

.pro-events {
  background: #d5d6d4;
}

.pro-events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.pro-event-placeholder {
  position: relative;
  min-height: 330px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.pro-event-placeholder:hover {
  transform: translateY(-5px);
  background: #171717;
  box-shadow: 5px 5px 0 var(--red);
}

.pro-event-placeholder-number {
  position: absolute;
  top: 30px;
  right: 30px;
  color: var(--red);
  font: 900 50px / 0.8 var(--display);
  letter-spacing: -0.05em;
}

.pro-event-placeholder .section-kicker {
  margin: 0 0 12px;
  color: var(--red);
}

.pro-event-placeholder h3 {
  max-width: 500px;
  margin: 0 0 15px;
  font: 900 clamp(38px, 4vw, 58px) / 0.82 var(--display);
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.pro-event-placeholder p:not(.section-kicker) {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.65;
}

.pro-event-placeholder-arrow {
  align-self: flex-end;
  color: var(--red);
  font-size: 25px;
  transition: transform 0.2s ease;
}

.pro-event-placeholder:hover .pro-event-placeholder-arrow {
  transform: translateX(7px);
}

/* =========================================================
   PRO BOXERS — REALITY
   ========================================================= */

.pro-reality {
  padding: 145px 32px;
  background: var(--ink);
  color: #fff;
}

.pro-reality-inner {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 90px;
}

.pro-reality-number {
  color: var(--red);
  font: 900 100px / 0.75 var(--display);
  letter-spacing: -0.06em;
}

.pro-reality-content {
  max-width: 850px;
}

.pro-reality-content .section-kicker {
  color: var(--red);
}

.pro-reality-content h2 {
  margin: 15px 0 35px;
  font: 900 clamp(60px, 7vw, 105px) / 0.78 var(--display);
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

.pro-reality-lead {
  max-width: 700px;
  margin: 0 0 25px;
  font: 600 clamp(20px, 2vw, 27px) / 1.4 var(--mono);
  color: rgba(255, 255, 255, 0.82);
}

.pro-reality-content p:not(.section-kicker):not(.pro-reality-lead) {
  max-width: 700px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.7;
}

/* =========================================================
   PRO BOXERS — FINAL CTA
   ========================================================= */

.pro-final-cta {
  padding: 125px 32px;
  background: var(--red);
  color: #fff;
}

.pro-final-cta-inner {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.pro-final-cta-copy {
  max-width: 950px;
}

.pro-final-cta .section-kicker {
  color: #fff;
  margin: 0 0 12px;
}

.pro-final-cta h2 {
  margin: 0;
  font: 900 clamp(55px, 7vw, 100px) / 0.82 var(--display);
  text-transform: uppercase;
  letter-spacing: -0.045em;
}

.pro-final-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  flex-shrink: 0;
}

.pro-final-cta .button {
  white-space: nowrap;
}

.pro-final-link {
  font: 800 14px var(--display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pro-final-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background: currentColor;
  transform-origin: left;
  transition: transform 0.2s ease;
}

.pro-final-link:hover::after {
  transform: scaleX(0.65);
}

/* =========================================================
   PRO BOXERS — TABLET
   ========================================================= */

@media (max-width: 1050px) {
  .pro-hero {
    min-height: 760px;
  }

  .pro-hero-mark {
    width: 150px;
    height: 150px;
  }

  .pro-hero-mark strong {
    font-size: 38px;
  }

  .pro-section-heading {
    gap: 50px;
  }

  .fighter-accordion {
    height: 680px;
  }

  .fighter-card.is-active {
    flex: 5 1 0;
  }

  .fighter-panel-content {
    padding: 45px;
  }

  .pro-training-content {
    padding: 90px 55px;
  }

  .pro-journey-intro {
    grid-template-columns: 1fr 1fr;
    gap: 55px;
  }

  .pro-journey-track {
    grid-template-columns: repeat(3, 1fr);
  }

  .pro-journey-stage:nth-child(3) {
    border-right: 0;
  }

  .pro-journey-stage:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .pro-journey-stage:nth-child(4) {
    border-left: 1px solid var(--line);
  }

  .pro-journey-gym {
    grid-template-columns: 100px 1fr;
  }

  .pro-journey-gym > p {
    grid-column: 2;
  }
}

/* =========================================================
   PRO BOXERS — MOBILE
   ========================================================= */

@media (max-width: 760px) {
  /* ---------- HERO ---------- */

  .pro-hero {
    min-height: 720px;
    padding: 125px 20px 45px;
    align-items: flex-end;
  }

  .pro-hero::after {
    bottom: -65px;
    height: 125px;
  }

  .pro-hero-inner {
    display: block;
  }

  .pro-hero h1 {
    font-size: clamp(64px, 18vw, 100px);
  }

  .pro-hero-intro {
    margin: 28px 0;
    font-size: 13px;
  }

  .pro-hero-mark {
    display: none;
  }

  /* ---------- SHARED HEADING ---------- */

  .pro-section-heading {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-bottom: 65px;
  }

  .pro-section-heading h2 {
    font-size: clamp(58px, 16vw, 90px);
  }

  .pro-lead {
    font-size: 18px;
  }

  /* ---------- CREDENTIALS ---------- */

  .pro-credentials {
    padding-top: 105px;
  }

  .pro-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .pro-stat {
    min-height: 145px;
    padding: 22px 18px;
  }

  .pro-stat:nth-child(2) {
    border-right: 0;
  }

  .pro-stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .pro-stat-number {
    font-size: 55px;
  }

  .pro-stat-label {
    font-size: 10px;
  }

  /* ---------- FIGHTER HEADER ---------- */

  .pro-fighters-header {
    padding-bottom: 65px;
  }

  /* ---------- FIGHTER ACCORDION ---------- */

  .fighter-accordion {
    height: auto;
    display: block;
    overflow: visible;
  }

  .fighter-card {
    height: 145px;
    width: 100%;
    flex: none;
    transition: height 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .fighter-card.is-active {
    height: 680px;
    flex: none;
  }

  .fighter-card-background img {
    object-position: center 25%;
  }

  .fighter-card-collapsed {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 55px 20px 25px;
  }

  .fighter-card-number {
    position: static;
    transform: none;
    margin-right: 18px;
  }

  .fighter-card-name {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 34px;
  }

  .fighter-card-type {
    margin: 4px 0 0 18px;
  }

  .fighter-card-open-indicator {
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }

  .fighter-card.is-active .fighter-card-open-indicator {
    transform: translateY(-50%) rotate(45deg);
  }

  /* ---------- EXPANDED FIGHTER ---------- */

  .fighter-card-panel {
    position: absolute;
    display: flex;
    flex-direction: column;
    inset: 0;
  }

  .fighter-panel-image {
    height: 45%;
    min-height: 250px;
    flex: none;
  }

  .fighter-panel-content {
    flex: 1;
    padding: 30px 22px;
    overflow-y: auto;
  }

  .fighter-panel-top {
    padding-bottom: 20px;
  }

  .fighter-panel-top h3 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .fighter-panel-number {
    font-size: 40px;
  }

  .fighter-panel-intro {
    margin: 25px 0;
    font-size: 13px;
  }

  .fighter-details {
    grid-template-columns: repeat(2, 1fr);
  }

  .fighter-detail {
    min-height: 90px;
    padding: 15px;
  }

  .fighter-detail strong {
    font-size: 15px;
  }

  .fighter-panel-story {
    margin-top: 30px;
    padding-top: 25px;
  }

  /* ---------- QUOTE ---------- */

  .pro-quote {
    padding: 90px 20px;
    background-attachment: scroll;
  }

  .pro-quote-mark {
    font-size: 80px;
  }

  .pro-quote blockquote {
    font-size: clamp(38px, 12vw, 62px);
    margin: 25px 0;
  }

  .pro-journey {
    padding: 95px 20px;
  }

  .pro-journey-intro {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 65px;
  }

  .pro-journey-heading h2 {
    font-size: clamp(65px, 18vw, 100px);
  }

  .pro-journey-intro-copy .pro-lead {
    font-size: 18px;
  }

  /* ---------- STAGES ---------- */

  .pro-journey-track {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .pro-journey-line {
    display: none;
  }

  .pro-journey-stage,
  .pro-journey-stage:nth-child(n + 4) {
    min-height: 280px;
    padding: 25px 20px 30px;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-top: 0;
  }

  .pro-journey-stage h3 {
    font-size: 52px;
  }

  .pro-journey-stage p {
    max-width: 100%;
    font-size: 13px;
  }

  .pro-journey-stage:hover {
    transform: none;
  }

  /* ---------- GYM CALLOUT ---------- */

  .pro-journey-gym {
    margin-top: 55px;
    padding: 35px 25px;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .pro-journey-gym-number {
    font-size: 42px;
  }

  .pro-journey-gym > p {
    grid-column: auto;
  }

  /* ---------- EVENTS ---------- */

  .pro-events-grid {
    grid-template-columns: 1fr;
  }

  .pro-event-placeholder {
    min-height: 300px;
    padding: 30px 25px;
  }

  .pro-event-placeholder h3 {
    font-size: 42px;
  }

  /* ---------- REALITY ---------- */

  .pro-reality {
    padding: 100px 20px;
  }

  .pro-reality-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pro-reality-number {
    font-size: 65px;
  }

  .pro-reality-content h2 {
    font-size: clamp(58px, 16vw, 90px);
  }

  .pro-reality-lead {
    font-size: 18px;
  }

  /* ---------- FINAL CTA ---------- */

  .pro-final-cta {
    padding: 90px 20px;
  }

  .pro-final-cta-inner {
    display: block;
  }

  .pro-final-cta h2 {
    font-size: clamp(52px, 15vw, 82px);
  }

  .pro-final-cta-actions {
    margin-top: 35px;
  }
}

/* =========================================================
   PRO BOXERS — REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .fighter-card,
  .fighter-card-background img,
  .fighter-card-overlay,
  .fighter-card-open-indicator,
  .pro-journey-step,
  .pro-training-image img,
  .pro-coach-image img,
  .pro-event-placeholder,
  .pro-event-placeholder-arrow {
    transition: none;
  }
}
