/* ============================================================
   fight.css - shared styles for /fights/*.html
   Inherits tokens.css and site.css
   Cache version: v=1
   ============================================================ */

main.fight { background: var(--ink-plum); }

.fight .wrap-text {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--space-3);
}

/* ============================================================
   1. FIGHT HEADER
   ============================================================ */
.fight-header {
  padding: var(--space-7) 0 var(--space-6) 0;
  border-bottom: 2px solid var(--rule-strong);
}
.fight-header .eyebrow {
  display: inline-block;
  margin-bottom: var(--space-4);
  color: var(--plum-glow);
}
.fight-header .eyebrow .num {
  color: var(--plum-bright);
  font-weight: 700;
}
.fight-headline {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5.5vw, 4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--bone);
  margin: 0 0 var(--space-4) 0;
}
.fight-dek {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--plum-glow);
  margin: 0;
  max-width: 36em;
}

/* ============================================================
   2. SECTION HEADINGS (within fight body)
   ============================================================ */
.fight-section {
  padding: var(--space-6) 0;
  border-bottom: 1px solid var(--rule-hairline);
}
.fight-section:last-of-type { border-bottom: 0; }

.fight-section .kicker {
  display: block;
  margin-bottom: var(--space-2);
  color: var(--plum-bright);
}
.fight-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--bone);
  margin: 0 0 var(--space-4) 0;
  max-width: 24ch;
}

.fight-section p {
  font-size: var(--text-body-lg);
  line-height: 1.65;
  color: var(--silver-mist);
  margin: 0 0 var(--space-3) 0;
}
.fight-section p:last-child { margin-bottom: 0; }
.fight-section p strong { color: var(--bone); font-weight: 600; }

.fight-section ul {
  list-style: none;
  padding: 0;
  margin: var(--space-3) 0 0 0;
}
.fight-section ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: var(--space-3);
  font-size: var(--text-body-lg);
  line-height: 1.6;
  color: var(--silver-mist);
}
.fight-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.6rem;
  height: 1px;
  background: var(--plum-bright);
}
.fight-section ul li strong { color: var(--bone); font-weight: 600; }

/* ============================================================
   3. THE PLEDGE BOX - the marquee visual moment
   ============================================================ */
.fight-pledge {
  background: var(--deep-graphite);
  border: 1px solid rgba(244, 240, 232, 0.1);
  border-left: 4px solid var(--oxblood);
  padding: var(--space-5);
  margin: var(--space-3) 0 0 0;
}
.fight-pledge .kicker {
  color: var(--oxblood);
  font-weight: 700;
  margin-bottom: var(--space-3);
}
.fight-pledge p {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--bone);
  margin: 0;
}
.fight-pledge p + p {
  margin-top: var(--space-3);
}
.fight-pledge p strong {
  font-style: normal;
  font-weight: 700;
  color: var(--bone);
  background: rgba(138, 24, 24, 0.25);
  padding: 0.05em 0.3em;
}

/* ============================================================
   4. CALLOUT - secondary, plum-bordered
   ============================================================ */
.fight-callout {
  background: rgba(98, 54, 87, 0.15);
  border-left: 3px solid var(--plum-bright);
  padding: var(--space-4);
  margin: var(--space-4) 0;
}
.fight-callout p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--bone);
  margin: 0;
}

/* ============================================================
   5. FIGHT-NAV (prev/next) + CLOSING CTA
   ============================================================ */
.fight-cta {
  padding: var(--space-6) 0;
  border-top: 2px solid var(--rule-strong);
  text-align: center;
}
.fight-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--bone);
  margin: 0 0 var(--space-3) 0;
}
.fight-cta p {
  font-size: var(--text-body-lg);
  line-height: 1.55;
  color: var(--silver-mist);
  max-width: 40em;
  margin: 0 auto var(--space-4) auto;
}
.fight-cta-buttons {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
}

.fight-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
  padding: var(--space-6) 0;
  border-top: 1px solid var(--rule-hairline);
}
.fight-nav-link {
  padding: var(--space-4);
  background: var(--deep-graphite);
  border: 1px solid rgba(244, 240, 232, 0.08);
  transition: border-color 200ms ease, background 200ms ease;
  display: flex;
  flex-direction: column;
  min-height: 6rem;
}
.fight-nav-link:hover {
  background: #1c1422;
  border-color: var(--plum-bright);
}
.fight-nav-link .label {
  font-family: var(--font-mono);
  font-size: var(--text-kicker);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faded-steel);
  margin-bottom: var(--space-2);
}
.fight-nav-link .title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--bone);
}
.fight-nav-link.next { text-align: right; align-items: flex-end; }

@media (max-width: 640px) {
  .fight-nav { grid-template-columns: 1fr; }
  .fight-nav-link.next { text-align: left; align-items: flex-start; }
}
