/* ════════════════════════════════════════════════════════════════
   JEBAÑO FC · web 2026
   Heredado del Manual de Marca v3.
   Voz barrial, no editorial.
   ════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@300;400;500;600;700&family=Archivo+Black&family=Barlow+Condensed:ital,wght@0,400;0,700;0,900;1,700;1,900&family=Big+Shoulders+Stencil+Display:wght@400;700;900&family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Serif:ital,wght@0,400;0,500;0,600;1,400;1,500&family=JetBrains+Mono:wght@400;500;700&family=Oswald:wght@400;500;600;700&family=Bebas+Neue&display=swap');

:root {
  --verde:        #1a7a3a;
  --verde-pasto:  #2d8f4d;
  --verde-dark:   #0f5427;
  --verde-bg:     #0a1f10;
  --negro:        #0a0a0a;
  --tinta:        #15170f;
  --hueso:        #ebe6d5;
  --hueso-2:      #d8d2bd;
  --hueso-3:      #c8c0a5;
  --copihue:      #c0392b;
  --copihue-dk:   #8b2820;
  --gris:         #8a8a8a;
  --dorado:       #d4a830;
  --tierra:       #5a4a35;

  --fg1: #15170f;
  --fg2: rgba(21,23,15,.78);
  --fg3: rgba(21,23,15,.55);
  --fg4: rgba(21,23,15,.38);
  --fg5: rgba(21,23,15,.18);

  --on-dark-1: #ebe6d5;
  --on-dark-2: rgba(235,230,213,.78);
  --on-dark-3: rgba(235,230,213,.5);
  --on-dark-4: rgba(235,230,213,.28);

  --border:       rgba(21,23,15,.12);
  --border-strong:rgba(21,23,15,.28);
  --border-dark:  rgba(235,230,213,.18);

  --f-display: 'Antonio', 'Oswald', 'Impact', sans-serif;
  --f-impact:  'Archivo Black', 'Antonio', sans-serif;
  --f-stencil: 'Big Shoulders Stencil Display', 'Antonio', sans-serif;
  --f-body:    'IBM Plex Sans', system-ui, sans-serif;
  --f-serif:   'IBM Plex Serif', Georgia, serif;
  --f-mono:    'JetBrains Mono', ui-monospace, Menlo, monospace;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  background: var(--hueso);
  color: var(--fg1);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* ───────────── Type primitives ───────────── */
.h-mega   { font-family: var(--f-impact); font-size: clamp(110px, 18vw, 320px); line-height: .82; letter-spacing: -.04em; text-transform: uppercase; }
.h-xxl    { font-family: var(--f-display); font-weight: 700; font-size: clamp(80px, 11vw, 168px); line-height: .88; letter-spacing: -.02em; text-transform: uppercase; }
.h-xl     { font-family: var(--f-display); font-weight: 700; font-size: clamp(56px, 8vw, 112px); line-height: .9; letter-spacing: -.015em; text-transform: uppercase; }
.h-lg     { font-family: var(--f-display); font-weight: 700; font-size: clamp(44px, 5.6vw, 72px); line-height: .95; letter-spacing: -.01em; text-transform: uppercase; }
.h-md     { font-family: var(--f-display); font-weight: 600; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.02; text-transform: uppercase; }
.h-sm     { font-family: var(--f-display); font-weight: 600; font-size: clamp(20px, 2.2vw, 30px); line-height: 1.08; text-transform: uppercase; }
.stencil  { font-family: var(--f-stencil); font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.editorial-italic { font-family: var(--f-serif); font-style: italic; font-weight: 400; text-transform: none; letter-spacing: -.02em; }
.label    { font-family: var(--f-mono); font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .15em; color: var(--fg3); }
.label-lg { font-size: 13px; }
.eyebrow  { font-family: var(--f-body); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--copihue); }
.serif    { font-family: var(--f-serif); font-weight: 400; line-height: 1.6; color: var(--fg2); }
.body-lg  { font-size: 19px; line-height: 1.55; }
.body     { font-size: 16px; line-height: 1.55; color: var(--fg2); }
.body-sm  { font-size: 14px; line-height: 1.5; color: var(--fg2); }

/* ───────────── Nav ───────────── */
.nav {
  position: sticky; top: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 32px;
  background: rgba(235,230,213,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-brand { display: flex; align-items: center; gap: 14px; cursor: pointer; }
.nav-brand img { width: 38px; height: 38px; }
.nav-brand-mark {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -.01em;
  text-transform: uppercase;
  line-height: 1;
}
.nav-brand-mark em {
  font-family: var(--f-serif); font-style: italic; font-weight: 400;
  letter-spacing: -.02em; color: var(--verde); text-transform: none;
}
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-link {
  font-family: var(--f-mono);
  font-size: 11px; font-weight: 500;
  padding: 10px 18px;
  color: var(--fg3);
  text-transform: uppercase; letter-spacing: .14em;
  border-radius: 999px;
  transition: color .2s, background .2s;
}
.nav-link:hover { color: var(--fg1); }
.nav-link.active { color: var(--verde); background: rgba(26,122,58,.08); }
.nav-cta {
  font-family: var(--f-mono);
  font-size: 11px; font-weight: 600;
  padding: 10px 18px;
  text-transform: uppercase; letter-spacing: .14em;
  background: var(--tinta); color: var(--hueso);
  border-radius: 999px;
  margin-left: 8px;
  transition: background .2s;
}
.nav-cta:hover { background: var(--verde); }

/* ───────────── Wrapper ───────────── */
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 48px; }
.wrap-tight { max-width: 1100px; margin: 0 auto; padding: 0 48px; }
.section { padding: 120px 0; position: relative; }
.section.tight { padding: 80px 0; }
.section-tag {
  display: flex; align-items: baseline; gap: 14px;
  font-family: var(--f-mono); font-size: 12px;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--fg3); margin-bottom: 32px;
}
.section-tag .num { font-weight: 700; color: var(--fg1); }
.section-tag .rule { flex: 1; height: 1px; background: var(--border); }

.dark { background: var(--tinta); color: var(--on-dark-1); }
.dark .label, .dark .section-tag { color: var(--on-dark-3); }
.dark .section-tag .num { color: var(--on-dark-1); }
.dark .section-tag .rule { background: var(--border-dark); }
.dark .body, .dark .body-lg, .dark .body-sm, .dark .serif { color: var(--on-dark-2); }
.verde { background: var(--verde); color: var(--on-dark-1); }

/* ───────────── HERO ───────────── */
.hero {
  position: relative;
  background: var(--hueso);
  padding: 80px 0 120px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 56px;
  align-items: end;
  position: relative;
}
.hero-tag {
  font-family: var(--f-mono); font-size: 12px;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--fg3);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 40px;
}
.hero-tag::before {
  content: ""; width: 36px; height: 1px; background: var(--copihue);
}
.hero-title {
  font-family: var(--f-impact);
  font-size: clamp(110px, 17vw, 280px);
  line-height: .82;
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: var(--tinta);
}
.hero-title em {
  font-family: var(--f-serif);
  font-style: italic; font-weight: 400;
  font-size: .55em;
  letter-spacing: -.02em;
  text-transform: none;
  color: var(--verde);
  display: block;
  margin-top: 12px;
  margin-left: 8px;
}
.hero-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  margin-top: 48px;
  border-top: 1px solid var(--border-strong);
  padding-top: 24px;
}
.hero-meta-cell .label { color: var(--fg3); }
.hero-meta-cell .v {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin-top: 6px;
}
.hero-side {
  position: relative;
  align-self: stretch;
}
.hero-photo {
  position: relative;
  height: 540px;
  background: var(--tinta);
  overflow: hidden;
}
.hero-photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.05) saturate(.95);
}
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(21,23,15,.5) 100%);
}
.hero-photo-tag {
  position: absolute; left: 20px; bottom: 20px; z-index: 1;
  font-family: var(--f-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--on-dark-1);
}
.hero-photo-tag .dot { display: inline-block; width: 6px; height: 6px; background: var(--copihue); margin-right: 8px; transform: translateY(-1px); }

.hero-stamp {
  position: absolute;
  top: 40px; right: 0;
  width: 180px; height: 180px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-stencil); font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--copihue);
  background: var(--hueso);
  transform: rotate(-8deg);
}
.hero-stamp-inner {
  font-size: 16px;
  line-height: 1;
  display: grid; gap: 4px;
  font-family: var(--f-display); font-weight: 700;
}
.hero-stamp-inner .y {
  font-family: var(--f-stencil); font-weight: 900;
  font-size: 56px; line-height: .85; color: var(--tinta);
}

/* ───────────── Match strip ───────────── */
.match-strip {
  background: var(--tinta); color: var(--on-dark-1);
  padding: 32px 0;
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
}
.match-strip-grid {
  display: grid; grid-template-columns: 1.2fr 1fr 1.2fr; gap: 48px;
  align-items: center;
}
.match-cell .label { color: var(--on-dark-3); margin-bottom: 6px; }
.match-cell .v {
  font-family: var(--f-display); font-weight: 700;
  font-size: 26px; text-transform: uppercase; letter-spacing: -.01em;
}
.match-cell.center { text-align: center; border-left: 1px solid var(--border-dark); border-right: 1px solid var(--border-dark); }
.match-cell.center .v {
  font-family: var(--f-stencil); font-weight: 900;
  font-size: 54px; color: var(--copihue);
}
.match-cell .meta {
  font-family: var(--f-mono); font-size: 11px;
  color: var(--on-dark-3); margin-top: 4px;
  text-transform: uppercase; letter-spacing: .12em;
}

/* ───────────── Manifiesto / Identidad ───────────── */
.manifiesto {
  position: relative;
  padding: 140px 0;
  background: var(--hueso);
  overflow: hidden;
}
.manifiesto::before {
  content: "JEBAÑO";
  position: absolute;
  bottom: -60px; right: -40px;
  font-family: var(--f-impact);
  font-size: 460px;
  line-height: .8;
  color: var(--hueso-3);
  opacity: .6;
  pointer-events: none;
  letter-spacing: -.04em;
}
.manifiesto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
  z-index: 1;
}
.manifiesto-headline {
  font-family: var(--f-display); font-weight: 700;
  font-size: clamp(48px, 5.2vw, 72px);
  line-height: .96;
  text-transform: uppercase;
  letter-spacing: -.01em;
}
.manifiesto-headline em {
  font-family: var(--f-serif);
  font-style: italic; font-weight: 400;
  text-transform: none;
  letter-spacing: -.02em;
  color: var(--verde);
}
.manifiesto-headline strong {
  color: var(--copihue);
  font-weight: 700;
}
.manifiesto-prose p {
  font-size: 20px; line-height: 1.6;
  color: var(--fg2);
}
.manifiesto-prose p + p { margin-top: 1.2em; }
.manifiesto-prose .lead {
  font-family: var(--f-serif); font-style: italic;
  font-size: 22px; line-height: 1.5; color: var(--fg1);
  border-left: 3px solid var(--copihue);
  padding-left: 20px;
  margin-bottom: 28px;
}
.manifiesto-sig {
  margin-top: 36px;
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: .14em;
  color: var(--fg3);
  text-transform: uppercase;
}

/* ───────────── Stats ───────────── */
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
}
.stat {
  padding: 56px 32px;
  border-right: 1px solid var(--border-dark);
}
.stat:last-child { border-right: 0; }
.stat .v {
  font-family: var(--f-stencil); font-weight: 900;
  font-size: 96px; line-height: .9;
  color: var(--on-dark-1);
}
.stat .v em {
  font-family: var(--f-serif); font-style: italic; font-weight: 400;
  font-size: 28px; color: var(--copihue);
  vertical-align: super;
  letter-spacing: -.02em;
}
.stat .label { color: var(--on-dark-3); margin-top: 14px; }
.stat .desc { font-size: 14px; color: var(--on-dark-2); margin-top: 6px; max-width: 200px; }

/* ───────────── Plantel ───────────── */
.plantel-head {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: end;
  margin-bottom: 56px;
}
.plantel-head h2 { line-height: .9; }
.plantel-head .lead {
  font-family: var(--f-serif); font-style: italic;
  font-size: 22px; color: var(--fg2);
  border-left: 3px solid var(--verde);
  padding-left: 20px;
  max-width: 460px;
}
.tabs {
  display: inline-flex;
  gap: 0;
  border: 1px solid var(--border-strong);
  border-radius: 0;
  padding: 4px;
  margin-bottom: 40px;
  background: var(--hueso);
}
.tab {
  font-family: var(--f-mono);
  font-size: 12px; font-weight: 500;
  padding: 10px 22px;
  color: var(--fg3);
  text-transform: uppercase; letter-spacing: .12em;
  transition: color .2s, background .2s;
}
.tab.active { color: var(--hueso); background: var(--tinta); }
.tab:hover:not(.active) { color: var(--fg1); }

.plantel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border-strong);
  border-left: 1px solid var(--border-strong);
}
.jugador {
  position: relative;
  border-right: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border-strong);
  background: var(--hueso);
  overflow: hidden;
  cursor: pointer;
  transition: background .25s;
}
.jugador:hover { background: var(--hueso-2); }
.jugador-photo {
  position: relative;
  aspect-ratio: 4/5;
  background: linear-gradient(180deg, var(--verde-bg) 0%, var(--tinta) 100%);
  overflow: hidden;
}
.jugador-photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.05) saturate(.9);
}
.jugador-photo .placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-impact);
  font-size: 140px;
  color: var(--on-dark-4);
  letter-spacing: -.04em;
}
.jugador-num {
  position: absolute;
  top: 16px; left: 18px; z-index: 2;
  font-family: var(--f-stencil); font-weight: 900;
  font-size: 76px; line-height: .8;
  color: var(--hueso);
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.jugador-num.no-num {
  font-family: var(--f-mono); font-size: 14px;
  font-weight: 500; letter-spacing: .12em;
  color: var(--on-dark-2);
  text-shadow: none;
  background: rgba(21,23,15,.5);
  padding: 4px 8px;
}
.jugador-pos {
  position: absolute;
  bottom: 16px; left: 18px; z-index: 2;
  font-family: var(--f-mono);
  font-size: 10px;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--on-dark-1);
  background: rgba(21,23,15,.7);
  padding: 5px 9px;
}
.jugador-pos.arquero       { background: var(--copihue); }
.jugador-pos.defensa       { background: #2c5282; }
.jugador-pos.mediocampista { background: var(--verde); }
.jugador-pos.delantero     { background: #b85419; }
.jugador-pos.central, .jugador-pos.lateral, .jugador-pos.contencion { background: #2c5282; }
.jugador-pos.volante, .jugador-pos.extremo                          { background: var(--verde); }

.jugador-info {
  padding: 18px 20px 22px;
  position: relative;
}
.jugador-nombre {
  font-family: var(--f-display); font-weight: 700;
  font-size: 22px; line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.01em;
}
.jugador-meta {
  margin-top: 10px;
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: .1em;
  color: var(--fg3);
  text-transform: uppercase;
  display: flex; gap: 12px;
}
.jugador-meta .apodo {
  font-family: var(--f-serif); font-style: italic;
  text-transform: none; letter-spacing: -.01em;
  color: var(--copihue);
}

/* ───────────── Histórico (tabla) ───────────── */
.historico-head {
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end;
  margin-bottom: 32px;
}
.historico-search {
  font-family: var(--f-mono);
  font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase;
  padding: 12px 18px;
  background: rgba(235,230,213,.05);
  border: 1px solid var(--border-dark);
  color: var(--on-dark-1);
  width: 280px;
}
.historico-search::placeholder { color: var(--on-dark-3); text-transform: uppercase; letter-spacing: .12em; }
.historico-search:focus { outline: 0; border-color: var(--copihue); }

.historico-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--f-body);
  font-size: 14px;
}
.historico-table thead th {
  font-family: var(--f-mono); font-size: 10px;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--on-dark-3);
  font-weight: 500;
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-dark);
}
.historico-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(235,230,213,.06);
  color: var(--on-dark-2);
  vertical-align: baseline;
}
.historico-table tbody tr:hover td { background: rgba(235,230,213,.03); color: var(--on-dark-1); }
.historico-table .num {
  font-family: var(--f-stencil); font-weight: 900;
  font-size: 22px; color: var(--on-dark-1);
  width: 70px;
}
.historico-table .num.empty { color: var(--on-dark-4); font-size: 14px; font-family: var(--f-mono); font-weight: 500; }
.historico-table .nom {
  font-family: var(--f-display); font-weight: 600;
  font-size: 17px; text-transform: uppercase;
  letter-spacing: 0;
  color: var(--on-dark-1);
}
.historico-table .apodo {
  font-family: var(--f-serif); font-style: italic;
  color: var(--copihue);
}
.historico-table .pos {
  font-family: var(--f-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: .1em;
}

/* ───────────── Salón de la Fama ───────────── */
.salon-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end;
  margin-bottom: 64px;
}
.salon-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--border-dark);
  border: 1px solid var(--border-dark);
}
.salon-card {
  position: relative;
  background: var(--tinta);
  padding: 0;
  overflow: hidden;
}
.salon-photo {
  aspect-ratio: 3/4;
  background: linear-gradient(180deg, var(--verde-dark) 0%, #000 100%);
  position: relative; overflow: hidden;
}
.salon-photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.15) brightness(.95);
}
.salon-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.85) 100%);
}
.salon-num {
  position: absolute; top: 12px; right: 14px; z-index: 2;
  font-family: var(--f-stencil); font-weight: 900;
  font-size: 64px; line-height: .8;
  color: var(--dorado);
}
.salon-info {
  position: absolute; bottom: 16px; left: 18px; right: 18px; z-index: 2;
  color: var(--on-dark-1);
}
.salon-info .apodo {
  font-family: var(--f-serif); font-style: italic;
  font-size: 14px; color: var(--dorado);
}
.salon-info .nombre {
  font-family: var(--f-display); font-weight: 700;
  font-size: 19px; text-transform: uppercase;
  line-height: 1; margin-top: 4px;
  letter-spacing: -.005em;
}
.salon-info .meta {
  font-family: var(--f-mono); font-size: 10px;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--on-dark-3); margin-top: 8px;
}

/* ───────────── Palmarés / Champion feature ───────────── */
.champion {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: var(--tinta);
  border: 1px solid var(--border-dark);
}
.champion-photo {
  position: relative;
  min-height: 480px;
  overflow: hidden;
}
.champion-photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.05) saturate(.9);
}
.champion-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(21,23,15,.5));
}
.champion-num {
  position: absolute;
  top: -20px; right: -10px;
  font-family: var(--f-impact);
  font-size: 280px;
  line-height: .8;
  color: var(--copihue);
  letter-spacing: -.04em;
  pointer-events: none;
  z-index: 1;
}
.champion-body {
  padding: 56px 56px 48px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; z-index: 2;
}
.champion-body .eyebrow { color: var(--dorado); }
.champion-body .title {
  font-family: var(--f-display); font-weight: 700;
  font-size: 64px; line-height: .9;
  text-transform: uppercase;
  color: var(--on-dark-1);
  margin-top: 20px;
}
.champion-body .title em {
  font-family: var(--f-serif); font-style: italic;
  font-weight: 400; color: var(--dorado);
  text-transform: none; letter-spacing: -.02em;
}
.champion-body .desc {
  font-family: var(--f-serif);
  font-size: 19px; line-height: 1.5;
  color: var(--on-dark-2);
  margin-top: 24px;
  max-width: 380px;
}
.champion-roster {
  margin-top: 36px;
  border-top: 1px solid var(--border-dark);
  padding-top: 24px;
}
.champion-roster .label { color: var(--dorado); margin-bottom: 12px; }
.champion-roster .names {
  font-family: var(--f-display); font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--on-dark-1);
  letter-spacing: 0;
}
.champion-roster .names span { display: inline-block; margin-right: 14px; }
.champion-roster .names span::after { content: " ·"; color: var(--copihue); margin-left: 8px; }
.champion-roster .names span:last-child::after { display: none; }

/* ───────────── Galería ───────────── */
.galeria-head {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: end;
  margin-bottom: 56px;
}
.galeria-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 200px;
  gap: 8px;
}
.gm {
  position: relative;
  overflow: hidden;
  background: var(--tinta);
  cursor: pointer;
  transition: transform .35s cubic-bezier(.25,.8,.25,1);
}
.gm img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s cubic-bezier(.25,.8,.25,1), filter .35s;
  filter: contrast(1.05) saturate(.9);
}
.gm:hover img { transform: scale(1.05); filter: contrast(1.1) saturate(1.05); }
.gm::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.55));
  pointer-events: none;
}
.gm-cap {
  position: absolute; left: 16px; bottom: 14px; z-index: 2;
  font-family: var(--f-mono);
  font-size: 11px;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--on-dark-1);
}
.gm-cap .y {
  font-family: var(--f-stencil); font-weight: 900;
  font-size: 24px; line-height: 1; letter-spacing: 0;
  color: var(--copihue); margin-right: 8px;
  vertical-align: -3px;
}
/* spans */
.gm.s-2x2 { grid-column: span 4; grid-row: span 2; }
.gm.s-2x1 { grid-column: span 4; grid-row: span 1; }
.gm.s-1x2 { grid-column: span 3; grid-row: span 2; }
.gm.s-1x1 { grid-column: span 3; grid-row: span 1; }
.gm.s-w   { grid-column: span 6; grid-row: span 1; }

/* ───────────── Identidad visual sample ───────────── */
.identidad-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1px;
  background: var(--border-dark);
  border: 1px solid var(--border-dark);
}
.id-cell { background: var(--tinta); padding: 40px; min-height: 320px; position: relative; }
.id-cell.green { background: var(--verde); }
.id-cell.copihue { background: var(--copihue); }
.id-cell.hueso { background: var(--hueso); color: var(--fg1); }
.id-cell.hueso .label { color: var(--fg3); }
.id-cell .label { color: var(--on-dark-3); margin-bottom: 14px; }
.id-cell .swatch-name {
  font-family: var(--f-display); font-weight: 700;
  font-size: 26px; text-transform: uppercase;
  letter-spacing: -.01em;
  color: var(--on-dark-1);
}
.id-cell.hueso .swatch-name { color: var(--fg1); }
.id-cell .swatch-hex {
  font-family: var(--f-mono); font-size: 12px;
  letter-spacing: .12em;
  margin-top: 8px;
  color: var(--on-dark-3);
}
.id-cell.hueso .swatch-hex { color: var(--fg3); }
.id-J {
  position: relative;
  background: var(--tinta);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  min-height: 320px;
  grid-column: span 1;
}
.id-J img {
  width: 70%; height: auto;
  filter: brightness(0) saturate(100%) invert(100%);
  opacity: .95;
}

.identidad-callout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  align-items: center;
  padding: 80px 0;
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
  margin-top: 1px;
}
.identidad-callout .quote {
  font-family: var(--f-serif); font-style: italic;
  font-size: 28px; line-height: 1.4;
  color: var(--on-dark-1);
}
.identidad-callout .quote::before {
  content: "“"; font-size: 80px; line-height: 0;
  color: var(--copihue); vertical-align: -.4em; margin-right: 4px;
}
.identidad-callout .meta {
  font-family: var(--f-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--on-dark-3); margin-top: 24px;
}
.identidad-callout .links {
  display: flex; flex-direction: column; gap: 16px;
}
.identidad-callout .link-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid var(--border-dark);
  font-family: var(--f-display); font-weight: 600;
  font-size: 24px; text-transform: uppercase;
  color: var(--on-dark-1);
  transition: color .2s;
  cursor: pointer;
}
.identidad-callout .link-row:hover { color: var(--copihue); }
.identidad-callout .link-row:last-child { border-bottom: 1px solid var(--border-dark); }
.identidad-callout .link-row .arrow {
  font-family: var(--f-display); color: var(--copihue);
}

/* ───────────── Únete ───────────── */
.unete {
  background: var(--copihue);
  color: var(--on-dark-1);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.unete::before {
  content: "ÚNETE"; position: absolute;
  bottom: -80px; left: -40px;
  font-family: var(--f-impact);
  font-size: 460px;
  line-height: .8;
  color: var(--copihue-dk);
  opacity: .55;
  pointer-events: none;
  letter-spacing: -.04em;
}
.unete-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px;
  align-items: end;
}
.unete h2 { color: var(--on-dark-1); }
.unete h2 em {
  font-family: var(--f-serif); font-style: italic;
  font-weight: 400; text-transform: none; color: var(--hueso);
  letter-spacing: -.02em;
}
.unete-prose {
  font-family: var(--f-serif);
  font-size: 22px; line-height: 1.5;
  color: var(--on-dark-1);
  margin-top: 28px;
  max-width: 480px;
}
.unete-options {
  display: grid; gap: 0;
  border-top: 1px solid rgba(235,230,213,.25);
}
.unete-row {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 24px; align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(235,230,213,.25);
  cursor: pointer;
  transition: padding .25s;
}
.unete-row:hover { padding-left: 12px; }
.unete-row .n {
  font-family: var(--f-stencil); font-weight: 900;
  font-size: 34px; line-height: 1;
  color: var(--hueso);
  width: 60px;
}
.unete-row .lbl {
  font-family: var(--f-display); font-weight: 700;
  font-size: 30px; text-transform: uppercase;
  letter-spacing: -.005em;
  color: var(--on-dark-1);
  line-height: 1;
}
.unete-row .lbl .sub {
  display: block; margin-top: 8px;
  font-family: var(--f-body); font-size: 13px;
  font-weight: 400; text-transform: none;
  letter-spacing: 0;
  color: rgba(235,230,213,.85);
  line-height: 1.5;
}
.unete-row .arrow {
  font-family: var(--f-display); font-size: 32px;
  color: var(--hueso);
  transition: transform .25s;
}
.unete-row:hover .arrow { transform: translateX(8px); }

/* ───────────── Footer ───────────── */
.footer {
  background: var(--tinta);
  color: var(--on-dark-1);
  padding: 80px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--border-dark);
}
.footer-brand .nav-brand-mark { color: var(--on-dark-1); font-size: 28px; }
.footer-brand p {
  font-family: var(--f-serif); font-style: italic;
  font-size: 17px; line-height: 1.5;
  color: var(--on-dark-2);
  margin-top: 18px;
  max-width: 340px;
}
.footer-col .label { color: var(--on-dark-3); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col li {
  font-family: var(--f-display); font-weight: 600;
  font-size: 18px; text-transform: uppercase;
  color: var(--on-dark-1);
  cursor: pointer;
  transition: color .2s;
}
.footer-col li:hover { color: var(--copihue); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px;
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--on-dark-3);
}
.footer-bottom .socials { display: flex; gap: 24px; }
.footer-bottom .socials a { color: var(--on-dark-2); transition: color .2s; }
.footer-bottom .socials a:hover { color: var(--copihue); }

/* ───────────── Lightbox ───────────── */
.lightbox {
  position: fixed; inset: 0; z-index: 600;
  background: rgba(10,10,10,.96);
  display: flex; align-items: center; justify-content: center;
  padding: 5vw;
  cursor: zoom-out;
  animation: fade-in .25s;
}
.lightbox img {
  max-width: 90vw; max-height: 88vh;
  border: 4px solid var(--hueso);
}
.lightbox-cap {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  font-family: var(--f-mono); font-size: 12px;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--on-dark-2);
}
.lightbox-close {
  position: absolute; top: 24px; right: 28px;
  border: 1px solid var(--on-dark-3);
  width: 44px; height: 44px;
  font-size: 22px;
  color: var(--on-dark-1);
  border-radius: 999px;
}
@keyframes fade-in { from { opacity: 0 } to { opacity: 1 } }

/* ───────────── Scroll-margin offset por nav sticky ───────────── */
section[id] { scroll-margin-top: 80px; }

/* ───────────── Overrides ───────────── */

/* Fix hero: impide que el h1 gigante comprima la columna de la foto */
.hero-grid > * { min-width: 0; overflow: hidden; }

/* Quita el watermark "JEBAÑO" detrás de Nuestra Historia */
.manifiesto::before { display: none; }

/* ═══════════════════════════════════════════════════════════
   PALETA INVERTIDA · Verde primario · Hueso secundario
   ═══════════════════════════════════════════════════════════ */

:root {
  /* Verde oscuro ocupa el rol del hueso (fondo principal) */
  --hueso:        #0f5427;
  --hueso-2:      #1a7a3a;
  --hueso-3:      #1d8843;

  /* Hueso ocupa el rol de la tinta (fondo "oscuro" / contraste) */
  --tinta:        #ebe6d5;

  /* Texto sobre verde */
  --fg1: #ebe6d5;
  --fg2: rgba(235,230,213,.82);
  --fg3: rgba(235,230,213,.56);
  --fg4: rgba(235,230,213,.36);
  --fg5: rgba(235,230,213,.15);

  /* Texto sobre hueso */
  --on-dark-1: #15170f;
  --on-dark-2: rgba(21,23,15,.80);
  --on-dark-3: rgba(21,23,15,.52);
  --on-dark-4: rgba(21,23,15,.28);

  /* Bordes */
  --border:        rgba(235,230,213,.15);
  --border-strong: rgba(235,230,213,.28);
  --border-dark:   rgba(21,23,15,.14);
}

/* ── Nav: verde sólido ── */
.nav {
  background: rgba(10,48,22,.97);
  border-bottom-color: rgba(235,230,213,.10);
}
.nav-brand img { filter: brightness(0) invert(1); opacity: .85; }
.nav-link.active { color: #ebe6d5; background: rgba(235,230,213,.14); }
.nav-cta { background: #ebe6d5; color: #15170f; }
.nav-cta:hover { background: rgba(235,230,213,.82); color: #15170f; }

/* ── Hero ── */
.hero-title em { color: var(--copihue); }          /* verde sobre verde = invisible; copihue lo salva */
.hero-stamp {
  background: #0b3e1e;
  border-color: rgba(235,230,213,.18);
  color: rgba(235,230,213,.6);
}
.hero-stamp-inner .y { color: #ebe6d5; }

/* ── Nuestra Historia ── */
.manifiesto-headline em { color: var(--copihue); }

/* ── Tabs: fondo claro, estilos base ── */
.jugador:hover { background: var(--hueso-2); }

/* ── Palmarés champion: verde oscuro dramático (dentro de sección ahora hueso) ── */
.champion { background: #0b3e1e; }
.champion-body .title,
.champion-body .desc,
.champion-roster .names { color: #ebe6d5; }
.champion-photo::after {
  background: linear-gradient(90deg, transparent 60%, rgba(11,62,30,.65));
}

/* ── Salón de la fama: mantiene el negro dramático sobre fondo hueso ── */
.salon-card { background: #0f1a0d !important; }
.salon-grid { background: rgba(235,230,213,.18); }
.salon-info { color: #ebe6d5 !important; }
.salon-info .apodo { color: var(--dorado); }
.salon-info .nombre { color: #ebe6d5; }
.salon-info .meta { color: rgba(235,230,213,.5); }

/* ── Galería: captions sobre foto oscura ── */
.gm-cap { color: #ebe6d5; }

/* ── Lightbox ── */
.lightbox img { border-color: rgba(235,230,213,.65); }
.lightbox-cap { color: rgba(235,230,213,.72); }
.lightbox-close { color: #ebe6d5; border-color: rgba(235,230,213,.38); }

/* ── Únete: mantiene texto claro sobre rojo, independiente del remap ── */
.unete { color: #ebe6d5; }
.unete .section-tag { color: rgba(235,230,213,.65); }
.unete h2 em { color: rgba(235,230,213,.88); }
.unete-prose { color: rgba(235,230,213,.9); }
.unete-row .n,
.unete-row .lbl,
.unete-row .arrow { color: #ebe6d5; }
.unete-row .lbl .sub { color: rgba(235,230,213,.76); }

/* ═══════════════════════════════════════════════════════════
   HERO FULL-BLEED + FIXES DE CONTRASTE
   ═══════════════════════════════════════════════════════════ */

/* Hero: imagen de fondo full-bleed con overlay oscuro */
.hero {
  background-size: cover;
  background-position: center 25%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6,20,10,.15) 0%,
    rgba(6,20,10,.55) 45%,
    rgba(6,20,10,.88) 100%
  );
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}
/* Texto del hero sobre la foto */
.hero-tag  { color: rgba(235,230,213,.65); }
.hero-title { color: #ebe6d5; }
.hero-title em { color: var(--copihue); display: block; margin-top: 4px; }
.hero-meta { border-top-color: rgba(235,230,213,.22); }
.hero-meta-cell .label { color: rgba(235,230,213,.5); }
.hero-meta-cell .v { color: #ebe6d5; }

/* Fixes: em/italics en verde sobre verde oscuro → copihue */
.editorial-italic,
.manifiesto-headline em,
.plantel-head h2 .editorial-italic,
.galeria-head h2 .editorial-italic,
.salon-head h3 .editorial-italic { color: var(--copihue) !important; }

/* "la verde" en Únete también */
.unete h2 em { color: rgba(235,230,213,.88) !important; }

/* Plantel: lead visible sobre verde */
.plantel-head .lead { color: rgba(235,230,213,.78); }

/* Section-tag rule sobre verde */
.section-tag .rule { background: rgba(235,230,213,.18); }

/* Tab hover */
.tab { color: rgba(235,230,213,.55); }

/* Champion: override inline styles con !important */
.champion-body .title  { color: #ebe6d5 !important; }
.champion-body .desc   { color: rgba(235,230,213,.82) !important; }
.champion-roster .names { color: #ebe6d5 !important; }
.champion-roster .label { color: var(--dorado) !important; }

/* Hero: centrar foto en los jugadores, no en los tableros */
.hero { background-position: center 55%; }

/* Palmarés: reducir padding extra */
#palmares.dark.section { padding-top: 64px; }

/* Nuestra Historia lead: borde y texto visibles sobre verde */
.manifiesto-prose .lead {
  border-left-color: var(--copihue) !important;
  color: rgba(235,230,213,.9) !important;
}

/* Champion serif body (selector correcto — clase es .serif, no .desc) */
.champion-body .serif { color: rgba(235,230,213,.82) !important; }

/* Plantel grid: borde visible sobre verde */
.plantel-grid {
  border-top-color: rgba(235,230,213,.25) !important;
  border-left-color: rgba(235,230,213,.25) !important;
}
.jugador {
  border-right-color: rgba(235,230,213,.25) !important;
  border-bottom-color: rgba(235,230,213,.25) !important;
}

/* ═══════════════════════════════════════════════════════════
   LOTE 2 · Logo, fuentes, layout, secciones nuevas
   ═══════════════════════════════════════════════════════════ */

/* 1. Logo: mostrar colores reales, sin filtro blanco */
.nav-brand img { filter: none !important; opacity: 1 !important; }

/* 4. Match strip: rediseño */
/* Match strip: verde oscuro, 2 columnas, J de fondo */
.match-strip {
  background: #0a2f14 !important;
  color: #ebe6d5 !important;
  border-top: none !important;
  border-bottom: 3px solid rgba(192,57,43,.5) !important;
  padding: 40px 0 !important;
}
.match-cell .label { color: rgba(235,230,213,.55) !important; }
.match-cell .v { color: #ebe6d5 !important; font-size: 22px !important; }
.match-cell .meta { color: rgba(235,230,213,.5) !important; }

/* J Oficial como marca de agua — más pequeña, diagonal, hacia la izquierda */
.match-j-bg {
  position: absolute; top: 50%; left: 38%;
  transform: translate(-50%, -50%) rotate(12deg);
  height: 160%; width: auto;
  opacity: .15;
  pointer-events: none;
  z-index: 0;
}

/* Grid 2 columnas */
.match-strip-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
  position: relative;
  z-index: 1;
}
.match-citados-cell {
  border-left: 1px solid rgba(235,230,213,.12);
  padding-left: 48px;
}

/* Matchup compacto (texto) */
.match-vs-compact {
  display: flex; align-items: center; gap: 12px;
  margin-top: 14px;
}
.mvs-team {
  font-family: var(--f-display); font-weight: 700;
  font-size: 17px; text-transform: uppercase;
  color: #ebe6d5; letter-spacing: -.01em;
}
.mvs-jebano { color: var(--dorado) !important; }
.mvs-sep {
  font-family: var(--f-stencil); font-size: 20px;
  color: rgba(235,230,213,.35); font-weight: 900;
}

/* Links tabla/resultados */
.match-links { display: flex; gap: 20px; margin-top: 20px; }
.match-link {
  font-family: var(--f-mono); font-size: 10px;
  text-transform: uppercase; letter-spacing: .12em;
  color: rgba(235,230,213,.5); background: none; border: none;
  padding: 0; cursor: pointer;
  text-decoration: underline; text-underline-offset: 4px;
  transition: color .2s;
}
.match-link:hover { color: var(--dorado); }

/* Citados grid 3×3 */
.citados-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 16px;
  margin-top: 14px;
}
.citado { display: flex; align-items: center; gap: 8px; }
.citado-n {
  font-family: var(--f-mono); font-size: 10px;
  color: rgba(235,230,213,.32); letter-spacing: .04em; flex-shrink: 0;
}
.citado-name {
  font-family: var(--f-display); font-weight: 600;
  font-size: 14px; text-transform: uppercase;
  color: #ebe6d5; letter-spacing: -.005em;
}

/* 5. Nuestra Historia: reducir padding, sin cursiva en prose */
.manifiesto { padding-top: 80px !important; padding-bottom: 64px !important; }
.manifiesto-prose .lead { font-style: normal !important; font-family: var(--f-body) !important; font-size: 19px !important; }
.manifiesto-prose p { font-style: normal !important; }

/* 5b. Editorial italic: Barlow Condensed Black Italic (más deportiva, menos editorial) */
.editorial-italic {
  font-family: 'Barlow Condensed', var(--f-display), sans-serif !important;
  font-style: italic !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: -.02em !important;
}
/* Hero em ("cancha.") — Barlow Condensed Black Italic, mismo tamaño de bloque */
.hero-title em {
  font-family: 'Barlow Condensed', var(--f-display), sans-serif !important;
  font-style: italic !important;
  font-weight: 900 !important;
  font-size: .92em !important;
  text-transform: uppercase !important;
  letter-spacing: -.02em !important;
}
/* Unete em igual */
.unete h2 em {
  font-family: 'Barlow Condensed', var(--f-display), sans-serif !important;
  font-style: italic !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

/* 7. Fotos jugadores: proporciones originales (4:5 del base CSS) */

/* 8. Palmarés: nueva sección sin flotación de card */
.palmares-section {
  background: #0b3e1e;
  color: #ebe6d5;
  overflow: hidden;
}
.palmares-section .section-tag .num { color: #ebe6d5; }
.palmares-section .section-tag { color: rgba(235,230,213,.55); padding: 56px 48px 0; max-width: 1320px; margin: 0 auto; }
.palmares-section .section-tag .rule { background: rgba(235,230,213,.18); }

.palmares-banner {
  position: relative;
  height: 440px;
  overflow: hidden;
  margin-top: 40px;
}
.palmares-banner img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 30%;
  filter: brightness(.55) contrast(1.1) saturate(.85);
}
.palmares-banner-over {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end;
  padding: 40px 48px;
  background: linear-gradient(180deg, transparent 30%, rgba(6,30,14,.85) 100%);
  max-width: 100%;
}
.palmares-banner-over .wrap-inner {
  max-width: 1320px; width: 100%;
  display: flex; align-items: flex-end; justify-content: space-between;
}
.palmares-ey {
  font-family: var(--f-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: .16em;
  color: var(--dorado); margin-bottom: 10px;
}
.palmares-main-title {
  font-family: var(--f-impact);
  font-size: clamp(64px, 9vw, 120px);
  line-height: .85; letter-spacing: -.04em;
  text-transform: uppercase; color: #ebe6d5;
}
.palmares-main-title em {
  font-family: 'Barlow Condensed', var(--f-display), sans-serif;
  font-style: italic; font-weight: 900;
  color: var(--dorado);
}
.palmares-year-bg {
  font-family: var(--f-impact);
  font-size: clamp(140px, 20vw, 260px);
  line-height: .8; letter-spacing: -.06em;
  color: rgba(235,230,213,.07);
  pointer-events: none; user-select: none;
  margin-bottom: -20px;
}
.palmares-body-wrap {
  padding: 48px 48px 72px;
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.palmares-caption {
  font-family: var(--f-body); font-size: 19px; line-height: 1.6;
  color: rgba(235,230,213,.80); max-width: 440px;
}
.palmares-roster-label {
  font-family: var(--f-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: .16em;
  color: var(--dorado); margin-bottom: 20px;
}
.palmares-roster-names {
  display: flex; flex-wrap: wrap; gap: 0;
}
.palmares-roster-names span {
  font-family: var(--f-display); font-weight: 600;
  font-size: 19px; text-transform: uppercase;
  color: #ebe6d5; letter-spacing: -.005em;
  line-height: 1.5;
}
.palmares-roster-names span::after {
  content: ' ·'; color: var(--copihue); margin: 0 10px 0 6px;
}
.palmares-roster-names span:last-child::after { display: none; }

/* 9. Galería: título menor */
.galeria-head .h-xxl { font-size: clamp(44px, 6vw, 80px) !important; }
.galeria-head .serif { font-size: 16px !important; line-height: 1.5 !important; }

/* 10. Únete: título menor, prose sin serif */
.unete .h-xxl { font-size: clamp(44px, 6vw, 80px) !important; }
.unete-prose { font-family: var(--f-body) !important; font-style: normal !important; font-size: 18px !important; }

/* 11. Footer social icons */
.socials svg { display: block; }

/* 12. Hero news ticker */
.hero-news {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--f-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: .15em;
  color: var(--copihue);
  margin-bottom: 20px;
}
.hero-news-dot {
  width: 8px; height: 8px;
  background: var(--copihue); border-radius: 50%;
  flex-shrink: 0;
  animation: dot-pulse 1.6s ease-in-out infinite;
}
@keyframes dot-pulse { 0%,100% { opacity:1; transform:scale(1) } 50% { opacity:.3; transform:scale(.7) } }

/* 13. Fichas jugadores: modal overlay */
.jugador.fiche-active { outline: 2px solid var(--copihue); outline-offset: -2px; }

.jugador-modal {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(8,18,8,.78);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  animation: modal-bg-in .22s ease;
}
@keyframes modal-bg-in { from { opacity:0 } to { opacity:1 } }

.jugador-fiche {
  max-width: 540px; width: 100%;
  background: #0a2810;
  border: 1px solid rgba(235,230,213,.18);
  padding: 36px 40px;
  position: relative;
  display: grid; grid-template-columns: auto 1fr; gap: 32px;
  align-items: start;
  animation: fiche-in .2s ease;
}
@keyframes fiche-in { from { opacity:0; transform:scale(.97) } to { opacity:1; transform:none } }
.jugador-fiche-photo {
  width: 120px; height: 120px;
  border-radius: 0;
  overflow: hidden; flex-shrink: 0;
  background: #1a4a28;
}
.jugador-fiche-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.jugador-fiche-photo .placeholder-fi {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-impact); font-size: 64px;
  color: rgba(235,230,213,.25);
}
.jugador-fiche-body { }
.jugador-fiche-apodo {
  font-family: 'Barlow Condensed', var(--f-display), sans-serif;
  font-style: italic; font-weight: 900;
  font-size: 48px; line-height: .9;
  color: var(--copihue); text-transform: uppercase;
  letter-spacing: -.02em; margin-bottom: 6px;
}
.jugador-fiche-nombre {
  font-family: var(--f-display); font-weight: 700;
  font-size: 22px; text-transform: uppercase;
  color: #ebe6d5; letter-spacing: -.01em;
  margin-bottom: 20px;
}
.jugador-fiche-meta {
  display: flex; flex-wrap: wrap; gap: 24px 40px;
}
.jugador-fiche-meta .label { color: rgba(235,230,213,.45); margin-bottom: 4px; }
.fiche-val {
  font-family: var(--f-display); font-weight: 600;
  font-size: 18px; text-transform: uppercase;
  color: #ebe6d5; letter-spacing: -.005em;
}
.jugador-fiche-close {
  position: absolute; top: 16px; right: 20px;
  font-family: var(--f-mono); font-size: 18px;
  color: rgba(235,230,213,.4); cursor: pointer;
  transition: color .2s;
}
.jugador-fiche-close:hover { color: #ebe6d5; }

/* Tabla de posiciones */
.tabla-section {
  background: #ebe6d5; color: #15170f;
}
.tabla-head {
  display: grid; grid-template-columns: 1fr auto; gap: 32px;
  align-items: end; margin-bottom: 32px;
}
.tabla-table {
  width: 100%; border-collapse: collapse;
  font-family: var(--f-body); font-size: 14px;
}
.tabla-table thead th {
  font-family: var(--f-mono); font-size: 10px;
  text-transform: uppercase; letter-spacing: .14em;
  color: rgba(21,23,15,.5); font-weight: 500;
  text-align: center; padding: 12px 8px;
  border-bottom: 2px solid rgba(21,23,15,.15);
}
.tabla-table thead th:nth-child(2) { text-align: left; }
.tabla-table tbody td {
  padding: 14px 8px; border-bottom: 1px solid rgba(21,23,15,.08);
  color: rgba(21,23,15,.75); text-align: center; vertical-align: middle;
}
.tabla-table tbody td:nth-child(2) { text-align: left; }
.tabla-table tbody tr:hover td { background: rgba(21,23,15,.04); }
.tabla-table tbody tr.jebano-row td { background: rgba(15,84,39,.06); color: #0f5427 !important; font-weight: 600; }
.tabla-table tbody tr.jebano-row td.tabla-pts { font-weight: 900; }
.tabla-pos {
  font-family: var(--f-stencil); font-weight: 900;
  font-size: 22px; color: #15170f; width: 48px;
}
.tabla-pos.top3 { color: var(--copihue); }
.tabla-equipo {
  font-family: var(--f-display); font-weight: 600;
  font-size: 15px; text-transform: uppercase;
  letter-spacing: -.005em; color: #15170f;
  white-space: nowrap;
}
.tabla-equipo.jebano { color: #0f5427; }
.tabla-pts {
  font-family: var(--f-display); font-weight: 700;
  font-size: 18px; color: #15170f;
}
.tabla-table tfoot td {
  padding: 12px 8px;
  font-family: var(--f-mono); font-size: 10px;
  color: rgba(21,23,15,.38); letter-spacing: .1em;
  text-transform: uppercase; border-top: 1px solid rgba(21,23,15,.1);
}

/* Resultados */
.resultados-empty {
  padding: 40px;
  text-align: center;
  font-family: var(--f-mono); font-size: 12px;
  text-transform: uppercase; letter-spacing: .14em;
  color: rgba(21,23,15,.4);
  border: 1px solid rgba(21,23,15,.1);
}
.resultado-row {
  display: grid; grid-template-columns: auto 1fr auto 1fr auto;
  gap: 16px; align-items: center;
  padding: 18px 0; border-bottom: 1px solid rgba(21,23,15,.08);
}
.resultado-fecha { font-family: var(--f-mono); font-size: 10px; color: rgba(21,23,15,.45); text-transform: uppercase; letter-spacing: .1em; min-width: 80px; }
.resultado-equipo { font-family: var(--f-display); font-weight: 600; font-size: 16px; text-transform: uppercase; }
.resultado-equipo.jebano { color: #0f5427; }
.resultado-score { font-family: var(--f-stencil); font-weight: 900; font-size: 28px; text-align: center; min-width: 80px; color: #15170f; }
.resultado-score.ganado { color: #0f5427; }
.resultado-score.perdido { color: var(--copihue); }

/* ── Hero sub-headline ── */
.hero-sub {
  font-family: var(--f-body);
  font-size: 17px;
  color: rgba(235,230,213,.7);
  margin-bottom: 36px;
  letter-spacing: .03em;
}

/* ── Galería: header solo título grande ── */
.galeria-head {
  display: block !important;
  margin-bottom: 40px !important;
}
.galeria-head .h-xxl {
  font-size: clamp(52px, 7vw, 104px) !important;
  line-height: .88 !important;
  white-space: normal !important;
}

/* ── Liga modal ── */
.liga-modal {
  position: fixed; inset: 0;
  background: rgba(5,15,8,.88);
  z-index: 200;
  display: flex; align-items: flex-start; justify-content: center;
  padding: 60px 40px;
  overflow-y: auto;
}
.liga-modal-panel {
  background: #ebe6d5; color: #15170f;
  max-width: 960px; width: 100%;
  padding: 48px; position: relative;
}
.liga-modal-close {
  position: absolute; top: 16px; right: 20px;
  font-family: var(--f-mono); font-size: 24px;
  color: rgba(21,23,15,.4); cursor: pointer;
  background: none; border: none; line-height: 1;
  transition: color .2s;
}
.liga-modal-close:hover { color: #15170f; }
.liga-modal-head {
  display: flex; align-items: center; gap: 16px;
  font-family: var(--f-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: .14em;
  color: rgba(21,23,15,.45);
  margin-bottom: 32px; padding-bottom: 16px;
  border-bottom: 1px solid rgba(21,23,15,.12);
}
.liga-modal-head .num-big {
  font-family: var(--f-stencil); font-weight: 900;
  font-size: 28px; color: #15170f;
}

/* ── Salón de la fama dentro de la pestaña (fondo claro) ── */
.salon-tab-content { margin-top: 32px; }
.salon-tab-content .salon-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 40px; margin-bottom: 36px;
}

/* ── Fotos jugadores: mostrar completas sin recorte ── */
.jugador-photo { aspect-ratio: 3 / 4 !important; }
.jugador-photo img { object-fit: contain !important; object-position: center bottom !important; }

/* ── Hero: título más pequeño, contenido a la izquierda ── */
.hero-content { max-width: 580px !important; }
.hero-title {
  font-family: 'Barlow Condensed', var(--f-display), sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(48px, 5.5vw, 76px) !important;
  line-height: .92 !important;
  letter-spacing: -.02em !important;
}

/* ── Hero: texto fijo a la izquierda ── */
.hero-content {
  max-width: 520px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
/* "cancha." en crema, no rojo sobre foto */
.hero-title em { color: #ebe6d5 !important; }

/* ── Hero: correcciones finales ── */
.hero-title em { color: var(--copihue) !important; }
.hero-tag { white-space: nowrap !important; }

/* ── Manifiesto: foto con Ken Burns en vez del logo ── */
.manifiesto-foto-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 0;
}
.manifiesto-foto {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  animation: kenburns 10s ease-in-out infinite alternate;
  display: block;
}
@keyframes kenburns {
  from { transform: scale(1);    object-position: center top; }
  to   { transform: scale(1.07); object-position: center center; }
}

/* ── Plantel: título ocupa todo el ancho horizontal ── */
.plantel-head .h-xxl {
  font-family: 'Barlow Condensed', var(--f-display), sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(52px, 7.5vw, 104px) !important;
  white-space: nowrap !important;
  letter-spacing: -.02em !important;
  line-height: .9 !important;
}
/* ── Plantel: bajada debajo del título (no al lado) ── */
.plantel-head { display: block !important; }
.plantel-head .lead {
  font-size: 15px !important;
  max-width: 560px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  color: var(--fg2) !important;
}

/* ── Sección Partidos ── */
.ptabs {
  display: flex; gap: 0;
  border-bottom: 2px solid rgba(21,23,15,.12);
}
.ptab {
  font-family: var(--f-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: .14em;
  padding: 20px 32px;
  background: none; border: none; border-bottom: 2px solid transparent;
  margin-bottom: -2px; cursor: pointer;
  color: rgba(21,23,15,.4);
  transition: color .2s, border-color .2s;
}
.ptab:hover { color: #1a7a3a; }
.ptab.active { color: #0f5427; border-bottom-color: #0f5427; }

.partido-card {
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  gap: 0;
  background: #0a2f14;
  color: #ebe6d5;
  padding: 52px 80px;
  min-height: 220px;
}
.partido-comp {
  font-family: var(--f-mono); font-size: 10px;
  text-transform: uppercase; letter-spacing: .14em;
  color: rgba(235,230,213,.38); margin-bottom: 20px;
}
.partido-fecha-big {
  font-family: 'Barlow Condensed', var(--f-display), sans-serif;
  font-weight: 700; font-size: clamp(28px,3.5vw,44px);
  text-transform: uppercase; line-height: 1; color: #ebe6d5;
}
.partido-hora-txt {
  font-family: var(--f-mono); font-size: 11px;
  color: rgba(235,230,213,.45); margin-top: 10px;
  text-transform: uppercase; letter-spacing: .1em;
}
.partido-vs-block {
  display: flex; align-items: center; justify-content: center;
  gap: 20px;
  border-left: 1px solid rgba(235,230,213,.1);
  border-right: 1px solid rgba(235,230,213,.1);
  padding: 0 40px;
}
.partido-team-home, .partido-team-away { text-align: center; }
.partido-team-home span {
  display: block;
  font-family: 'Barlow Condensed', var(--f-display), sans-serif;
  font-weight: 900; font-size: clamp(24px,3vw,40px);
  text-transform: uppercase; letter-spacing: -.02em;
  color: var(--dorado);
}
.partido-team-away span {
  display: block;
  font-family: 'Barlow Condensed', var(--f-display), sans-serif;
  font-weight: 900; font-size: clamp(24px,3vw,40px);
  text-transform: uppercase; letter-spacing: -.02em;
  color: #ebe6d5;
}
.partido-team-home small, .partido-team-away small {
  font-family: var(--f-mono); font-size: 9px;
  text-transform: uppercase; letter-spacing: .14em;
  color: rgba(235,230,213,.35); display: block; margin-top: 6px;
}
.partido-vs-sep {
  font-family: var(--f-stencil); font-weight: 900;
  font-size: 24px; color: rgba(235,230,213,.2);
  flex-shrink: 0;
}
.partido-right { padding-left: 40px; }

/* ── Palmarés: foto hacia abajo para ver copa y primera fila ── */
.palmares-banner img { object-position: center 72% !important; }

/* ── Galería y Únete: menos aire arriba ── */
section#galeria { padding-top: 60px !important; }
.unete { padding-top: 60px !important; }

/* ── Footer: links de liga como botones de texto ── */
.footer-link-btn {
  background: none; border: none; padding: 0; cursor: pointer;
  font-family: var(--f-body); font-size: inherit; color: inherit;
  text-align: left; text-decoration: none;
  transition: color .2s;
}
.footer-link-btn:hover { color: var(--copihue); }

/* ── Principios: grid con separadores verticales ── */
.principios-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
}
.principio-item { padding: 0 28px; }
.principio-item:first-child { padding-left: 0; }
.principio-item:last-child { padding-right: 0; }
.principio-item + .principio-item { border-left: 1px solid var(--border); }

/* ── Plantel preview: botón ver completo ── */
.plantel-ver-btn {
  font-family: var(--f-mono);
  font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .16em;
  padding: 16px 40px;
  background: var(--tinta); color: var(--hueso);
  border: none; cursor: pointer;
  transition: background .2s;
}
.plantel-ver-btn:hover { background: var(--copihue); }

/* ═══════════════════════════════════════════════════════════
   HAMBURGER BASE (oculto en desktop, visible en móvil)
   ═══════════════════════════════════════════════════════════ */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 201;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ebe6d5;
  border-radius: 1px;
  transition: transform .22s ease, opacity .22s ease;
  transform-origin: center;
}
.nav-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity: 0; }
.nav-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile menu full-screen overlay ── */
.mobile-menu {
  position: fixed; inset: 0; z-index: 500;
  background: rgba(6,24,12,.97);
  display: flex; flex-direction: column;
  padding: 0 28px 36px;
  animation: mobile-menu-in .2s ease;
}
@keyframes mobile-menu-in { from { opacity:0; transform:translateY(-8px) } to { opacity:1; transform:none } }

.mobile-menu-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0 0;
  height: 65px;
  flex-shrink: 0;
}
.mobile-menu-close {
  background: none; border: none; cursor: pointer;
  padding: 8px; display: flex; align-items: center; justify-content: center;
  opacity: .7; transition: opacity .2s;
}
.mobile-menu-close:hover { opacity: 1; }

.mobile-menu-links {
  flex: 1;
  display: flex; flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 16px 0;
}
.mobile-menu-link {
  display: flex; align-items: baseline; gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(235,230,213,.07);
  cursor: pointer;
  text-decoration: none;
  transition: gap .2s;
}
.mobile-menu-link:first-child { border-top: 1px solid rgba(235,230,213,.07); }
.mobile-menu-link:active { gap: 28px; }
.mobile-menu-num {
  font-family: var(--f-mono); font-size: 11px;
  color: rgba(235,230,213,.3); letter-spacing: .1em;
  flex-shrink: 0; width: 26px;
}
.mobile-menu-label {
  font-family: 'Barlow Condensed', var(--f-display), sans-serif;
  font-weight: 900; font-size: 44px;
  line-height: 1; text-transform: uppercase;
  letter-spacing: -.02em; color: #ebe6d5;
}
.mobile-menu-cta {
  display: block;
  background: var(--copihue);
  color: #ebe6d5;
  text-align: center;
  padding: 18px;
  font-family: var(--f-mono); font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .16em;
  cursor: pointer; text-decoration: none;
  flex-shrink: 0;
  transition: background .2s;
}
.mobile-menu-cta:hover { background: var(--copihue-dk); }

/* ═══════════════════════════════════════════════════════════
   MÓVIL · max-width: 768px
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── Globals ── */
  .wrap, .wrap-tight { padding: 0 20px; }
  .section { padding: 56px 0; }
  .section.tight { padding: 40px 0; }
  .section-tag { font-size: 10px; gap: 10px; margin-bottom: 20px; }

  /* ── Nav ── */
  .nav { padding: 13px 20px; position: sticky; }
  .nav-hamburger { display: flex; }
  .nav-links { display: flex; }  /* desktop links ocultos en móvil via next rule */
  .nav-links .nav-link,
  .nav-links .nav-cta { display: none; }

  /* ── Hero ── */
  .hero { min-height: 80vh; background-position: 60% center; justify-content: flex-start; }
  .hero-content {
    max-width: 100% !important;
    padding-top: 56px !important;
    padding-bottom: 48px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .hero-title { margin-top: auto; padding-top: 16px; white-space: nowrap; }
  .hero-news { font-size: 10px; gap: 8px; }
  .hero-news span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-tag { font-size: 10px; white-space: normal !important; line-height: 1.5; margin-bottom: 24px; }
  .hero-title {
    font-size: clamp(44px, 11vw, 70px) !important;
    line-height: .95 !important;
  }
  .hero-title em { display: inline !important; margin: 0 !important; }
  .hero-sub { display: none; }
  .hero-meta { grid-template-columns: 1fr; gap: 16px; margin-top: 6px; }
  .hero-meta-cell .v { font-size: 22px; }

  /* ── Match strip ── */
  .match-strip { padding: 28px 0 !important; overflow: hidden; }
  .match-strip-grid2 { grid-template-columns: 1fr; gap: 0; }
  .match-cell .v { font-size: 18px !important; }
  .match-citados-cell {
    border-left: none;
    border-top: 1px solid rgba(235,230,213,.12);
    padding-left: 0;
    padding-top: 24px;
    margin-top: 24px;
  }
  .match-j-bg { display: block; top: 50%; left: auto; right: 0; transform: translate(30%, -50%) rotate(12deg); height: 140%; }
  .citados-grid { grid-template-columns: repeat(3, 1fr); gap: 8px 12px; }
  .match-links { gap: 16px; flex-wrap: wrap; }

  /* ── Nuestra Historia ── */
  .manifiesto { padding-top: 48px !important; padding-bottom: 48px !important; }
  .manifiesto-grid { grid-template-columns: 1fr; gap: 32px; }
  .manifiesto-foto-wrap { aspect-ratio: 3/2; }
  .manifiesto-prose p { font-size: 16px; }
  .manifiesto-prose .lead { font-size: 16px !important; }
  .principios-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 36px;
    padding-top: 28px;
  }
  .principio-item {
    padding: 18px 14px !important;
    border-left: none !important;
  }
  .principio-item:nth-child(even) { border-left: 1px solid var(--border) !important; }
  .principio-item:nth-child(3),
  .principio-item:nth-child(4) { border-top: 1px solid var(--border); }

  /* ── Stats ── */
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat {
    padding: 32px 18px;
    border-right: none;
    border-bottom: 1px solid var(--border-dark);
  }
  .stat:nth-child(odd)  { border-right: 1px solid var(--border-dark); }
  .stat:nth-child(3),
  .stat:nth-child(4)    { border-bottom: none; }
  .stat .v { font-size: 68px; }

  /* ── Plantel ── */
  .plantel-head .h-xxl {
    white-space: normal !important;
    font-size: clamp(44px, 12vw, 72px) !important;
  }
  .plantel-grid { grid-template-columns: repeat(2, 1fr); }
  .tabs { display: flex; width: 100%; }
  .tab { flex: 1; text-align: center; padding: 10px 12px; font-size: 11px; }
  .salon-grid { grid-template-columns: repeat(2, 1fr); }
  .salon-tab-content .salon-head { flex-direction: column; gap: 16px; margin-bottom: 24px; }

  /* ── Jugador modal ── */
  .jugador-fiche {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    max-width: 100%;
  }
  .jugador-fiche-photo { width: 72px; height: 72px; }
  .jugador-fiche-apodo { font-size: 34px; }
  .jugador-fiche-meta { gap: 16px 28px; }

  /* ── Palmarés ── */
  .palmares-section .section-tag { padding: 40px 20px 0; }
  .palmares-banner { height: 240px; }
  .palmares-banner-over { padding: 24px 20px; }
  .palmares-main-title { font-size: clamp(44px, 11vw, 72px); }
  .palmares-year-bg { font-size: clamp(80px, 18vw, 140px); }
  .palmares-body-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 28px 20px 48px;
  }
  .palmares-caption { font-size: 16px; }
  .palmares-roster-names span { font-size: 16px; }

  /* ── Galería ── */
  section#galeria { padding-top: 44px !important; }
  .galeria-head .h-xxl { font-size: clamp(44px, 11vw, 72px) !important; }
  .galeria-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
    gap: 4px;
  }
  .gm.s-2x2 { grid-column: span 2; grid-row: span 2; }
  .gm.s-2x1 { grid-column: span 2; grid-row: span 1; }
  .gm.s-1x2 { grid-column: span 1; grid-row: span 2; }
  .gm.s-1x1 { grid-column: span 1; grid-row: span 1; }
  .gm.s-w   { grid-column: span 2; grid-row: span 1; }

  /* ── Únete ── */
  .unete { padding-top: 44px !important; padding-bottom: 56px !important; }
  .unete-grid { grid-template-columns: 1fr; gap: 36px; }
  .unete .h-xxl { font-size: clamp(44px, 12vw, 72px) !important; }
  .unete-prose { font-size: 16px !important; margin-top: 16px; }
  .unete-row .lbl { font-size: 22px; }
  .unete-row .n { font-size: 26px; width: 44px; }
  .unete-row .lbl .sub { font-size: 12px; }

  /* ── Partidos ── */
  .ptabs { overflow-x: auto; }
  .ptab { padding: 14px 18px; font-size: 10px; white-space: nowrap; }
  .partido-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    gap: 20px;
    min-height: auto;
  }
  .partido-vs-block {
    border-left: none;
    border-right: none;
    padding: 0;
    gap: 14px;
  }
  .partido-right { padding-left: 0; }
  .resultado-row {
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
  }
  .resultado-fecha { display: none; }
  .resultado-score { min-width: 56px; font-size: 22px; }
  .resultado-equipo { font-size: 14px; }

  /* ── Liga modal ── */
  .liga-modal { padding: 16px; align-items: flex-start; }
  .liga-modal-panel { padding: 24px 18px; }
  .tabla-head { grid-template-columns: 1fr; gap: 16px; }
  .tabla-table thead th:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) { display: none; }
  .tabla-table tbody td:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) { display: none; }

  /* ── Footer ── */
  .footer { padding: 52px 0 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; }
  .footer-bottom { flex-direction: column-reverse; gap: 20px; align-items: flex-start; }
  .footer-brand p { font-size: 15px; }

  /* ── Sección hero-meta: 1 col ── */
  .hero-meta { grid-template-columns: 1fr 1fr; }

  /* ── Footer móvil: compacto ── */
  .footer-grid { display: none; }
  .footer-bottom {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer {
    padding: 0 !important;
    border-top: 1px solid rgba(235,230,213,.12);
  }

}
