.elementor-kit-289{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-289 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==========================================================
   CUSTOM CSS - FIMT v2.4
   Footer sin "Links", redes sociales píldoras
   ========================================================== */

/* ==========================================================
   FIMT · Federación Internacional de Muay Thai
   Sistema de diseño · v2.0
   ========================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Paleta */
  --black: #0A0A0A;
  --black-soft: #131313;
  --white: #FFFFFF;
  --off-white: #F5F4EF;
  --red: #D7141A;
  --red-dark: #A40F13;
  --gray-900: #1E1E1E;
  --gray-700: #3A3A3A;
  --gray-500: #6E6E6E;
  --gray-300: #D4D4D4;
  --gray-100: #EFEFEF;

  /* Tipografías */
  --font-display: 'Archivo Black', -apple-system, 'Arial Black', sans-serif;
  --font-cond: 'Barlow Condensed', -apple-system, sans-serif;
  --font-body: 'Barlow', -apple-system, sans-serif;

  /* Layout */
  --nav-h: 130px;
  --max-w: 1400px;
  --px: 40px;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--black);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--px); }

/* ==========================================================
   COMPONENTES COMPARTIDOS · Eyebrow, Botones
   ========================================================== */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 28px;
}
.eyebrow::before {
  content: '';
  width: 32px; height: 2px;
  background: var(--red);
}
.eyebrow.on-white { color: var(--black); }
.eyebrow.on-white::before { background: var(--red); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 18px 28px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}
.btn-outline-light:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.08);
}
.btn-outline-dark {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
}
.btn-outline-dark:hover { background: var(--black); color: var(--white); }
.btn-solid-dark { background: var(--black); color: var(--white); }
.btn-solid-dark:hover { background: var(--red); }
.btn-arrow::after {
  content: '';
  width: 18px; height: 8px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 8' fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath d='M1 4h16M13 1l4 3-4 3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

section { padding: 120px 0; }

/* ==========================================================
   NAV
   ========================================================== */

.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  height: var(--nav-h);
}
.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  height: 100%;
  padding: 0 var(--px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
.logo { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.logo img { width: 46px; height: 46px; object-fit: contain; }
.logo-text {
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1;
}
.logo-text small {
  display: block;
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: var(--gray-500);
  margin-top: 4px;
}
.nav-menu {
  display: flex;
  gap: 38px;
  font-family: var(--font-cond);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.nav-menu a {
  color: var(--gray-500);
  transition: color 0.2s ease;
  position: relative;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--black); }
.nav-menu a.active::before {
  content: '';
  position: absolute;
  left: -12px; top: 50%;
  transform: translateY(-50%);
  width: 4px; height: 4px;
  background: var(--red);
  border-radius: 50%;
}
.nav-cta {
  background: var(--red);
  color: var(--white);
  padding: 12px 22px;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}
.nav-cta:hover { background: var(--red-dark); transform: translateY(-1px); }
.nav-phone {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--gray-700);
}
.nav-right { display: flex; align-items: center; gap: 28px; }

/* Mobile burger */
.nav-burger {
  display: none;
  width: 36px; height: 36px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-burger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--black);
  transition: all 0.2s ease;
}
.nav-burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.active span:nth-child(2) { opacity: 0; }
.nav-burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================
   HERO
   ========================================================== */

.hero {
  position: relative;
  min-height: calc(100vh - var(--nav-h));
  background: var(--black);
  color: var(--white);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/04/ring-bg.png');
  background-size: cover;
  background-position: left center;
  z-index: 1;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,0.78) 0%, rgba(10,10,10,0.55) 45%, rgba(10,10,10,0.85) 100%),
    radial-gradient(circle at 85% 50%, rgba(215,20,26,0.08), transparent 55%);
}
.hero-bg-8 {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: clamp(380px, 55vw, 760px);
  line-height: 0.78;
  color: rgba(215, 20, 26, 0.06);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.05em;
  z-index: 2;
}
.hero-inner {
  position: relative;
  z-index: 3;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 100px var(--px) 120px;
  width: 100%;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(72px, 13vw, 200px);
  line-height: 0.82;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin-bottom: 28px;
  text-shadow: 0 4px 40px rgba(0,0,0,0.6);
}
.hero-title span.dot { color: var(--red); }
.hero-lead {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.6;
  color: #D8D8D3;
  margin-bottom: 40px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-meta {
  position: absolute;
  bottom: 50px;
  left: var(--px);
  right: var(--px);
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: var(--font-cond);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  pointer-events: none;
}
.hero-meta-tag { display: flex; flex-direction: column; gap: 4px; }
.hero-meta-tag strong {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--white);
  letter-spacing: 0;
}

/* ==========================================================
   STATS BAR
   ========================================================== */

.stats {
  background: var(--white);
  border-bottom: 1px solid var(--black);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  padding: 48px 40px;
  border-right: 1px solid var(--gray-100);
  position: relative;
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(48px, 5.5vw, 82px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--black);
}
.stat-label {
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-top: 16px;
}
.stat-desc {
  font-size: 12px;
  color: var(--gray-500);
  margin-top: 8px;
  line-height: 1.5;
}

/* ==========================================================
   BIENVENIDOS (section-intro layout)
   ========================================================== */

.section-intro {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 80px;
  align-items: start;
}
.section-intro-label { position: sticky; top: calc(var(--nav-h) + 40px); }
.section-intro-label .eyebrow { margin-bottom: 24px; }
.section-intro-badges {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--gray-100);
}
.section-intro-badges img {
  width: 80px; height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}
.section-intro-badges small {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray-500);
  line-height: 1.4;
}
.section-intro-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.section-intro-title .accent { color: var(--red); }
.section-intro p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--gray-700);
  margin-bottom: 20px;
  max-width: 680px;
}
.section-intro p strong { color: var(--black); font-weight: 600; }
.section-intro-actions {
  margin-top: 40px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid var(--gray-100);
}

/* ==========================================================
   OCHO EXTREMIDADES
   ========================================================== */

.limbs {
  background: var(--black);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.limbs-bg-word {
  position: absolute;
  left: -20px;
  bottom: -60px;
  font-family: var(--font-display);
  font-size: clamp(180px, 22vw, 380px);
  line-height: 0.8;
  color: rgba(215, 20, 26, 0.04);
  pointer-events: none;
  letter-spacing: -0.05em;
}
.limbs-inner { position: relative; }
.limbs-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 64px;
}
.limbs-header-left { max-width: 720px; }
.limbs-header h2 {
  font-family: var(--font-display);
  font-size: clamp(42px, 6.5vw, 100px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-top: 20px;
}
.limbs-header h2 .accent { color: var(--red); }
.limbs-header p {
  max-width: 340px;
  font-size: 14px;
  color: #9A9A96;
  line-height: 1.6;
}
.limbs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #1C1C1C;
  gap: 1px;
  border-top: 1px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
}
.limb {
  background: var(--black);
  padding: 48px 32px 56px;
  transition: background 0.3s ease;
  position: relative;
}
.limb:hover { background: #141414; }
.limb-num {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1;
  color: var(--red);
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.limb-name {
  font-family: var(--font-cond);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 6px;
}
.limb-name-thai {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 20px;
}
.limb-desc { font-size: 13px; color: #9A9A96; line-height: 1.6; }

/* ==========================================================
   HISTORIA
   ========================================================== */

.history { background: var(--off-white); }
.history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.history-image-wrap {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--gray-300);
}
.history-image-wrap::before {
  content: 'EST · 2007';
  position: absolute;
  top: 24px; left: 24px;
  z-index: 2;
  background: var(--black);
  color: var(--white);
  padding: 8px 14px;
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
}
.history-image {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(0.35) contrast(1.02);
}
.history-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(10,10,10,0.92), transparent);
  color: var(--white);
  font-family: var(--font-cond);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 2;
}
.history-caption strong {
  display: block;
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 4px;
  text-transform: none;
}
.history-content h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 76px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 20px 0 32px;
}
.history-content p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--gray-700);
  margin-bottom: 20px;
  max-width: 540px;
}
.history-content p strong { color: var(--black); font-weight: 600; }
.history-actions {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ==========================================================
   VIDEO
   ========================================================== */

.video-block {
  background: var(--black);
  color: var(--white);
  padding: 0 0 120px;
}
.video-wrap {
  position: relative;
  aspect-ratio: 16/9;
  max-width: var(--max-w);
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.video-poster {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/04/ring-bg.png');
  background-size: cover;
  background-position: center;
}
.video-poster::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.55), rgba(10,10,10,0.3) 50%, rgba(215,20,26,0.22));
}
.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: background 0.3s ease;
}
.video-wrap:hover .video-overlay { background: rgba(0,0,0,0.2); }
.video-play {
  width: 96px; height: 96px;
  border: 2px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(215, 20, 26, 0.85);
  transition: all 0.3s ease;
  margin-bottom: 24px;
}
.video-wrap:hover .video-play {
  background: var(--red);
  transform: scale(1.1);
}
.video-play::before {
  content: '';
  width: 0; height: 0;
  border-left: 22px solid var(--white);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 6px;
}
.video-label {
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--white);
}
.video-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 44px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-top: 12px;
  text-align: center;
  padding: 0 20px;
}
.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 3;
}

/* ==========================================================
   MISIÓN
   ========================================================== */

.mission {
  background: var(--black);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.mission-content h2 {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.5vw, 84px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 20px 0 32px;
}
.mission-content .accent { color: var(--red); }
.mission-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #B8B8B3;
  margin-bottom: 24px;
  max-width: 520px;
}
.mission-image-wrap {
  position: relative;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: var(--black-soft);
}
.mission-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 55%, rgba(215, 20, 26, 0.25));
  pointer-events: none;
}
.mission-image {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.3) contrast(1.08);
}
.mission-quote {
  position: absolute;
  bottom: 28px; left: 28px; right: 28px;
  z-index: 2;
  color: var(--white);
  font-family: var(--font-cond);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.3);
}

/* ==========================================================
   VALORES
   ========================================================== */

.values { background: var(--white); }
.values-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  gap: 60px;
}
.values-header h2 {
  font-family: var(--font-display);
  font-size: clamp(42px, 6.5vw, 100px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-top: 20px;
}
.values-header p {
  max-width: 320px;
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.6;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
}
.value {
  padding: 48px 40px;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
}
.value:hover { background: var(--black); color: var(--white); }
.value:hover .value-num {
  -webkit-text-stroke-color: var(--red);
  color: var(--red);
}
.value:hover .value-desc { color: #B8B8B3; }
.value-num {
  font-family: var(--font-display);
  font-size: clamp(56px, 8vw, 120px);
  line-height: 0.85;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 2px var(--black);
  transition: all 0.3s ease;
}
.value-dark .value-num {
  color: var(--red);
  -webkit-text-stroke-color: var(--red);
}
.value-dark {
  background: var(--black);
  color: var(--white);
}
.value-dark .value-desc { color: #B8B8B3; }
.value-dark:hover { background: #141414; }
.value-body h3 {
  font-family: var(--font-cond);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.25;
}
.value-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray-700);
  transition: color 0.3s ease;
}

/* ==========================================================
   CAMPEONATOS / EVENTOS
   ========================================================== */

.events { background: var(--off-white); }
.events-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  gap: 40px;
  flex-wrap: wrap;
}
.events-header h2 {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.5vw, 80px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-top: 20px;
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.event {
  background: var(--white);
  border: 1px solid var(--gray-100);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.event:hover { transform: translateY(-4px); border-color: var(--black); }
.event-banner {
  position: relative;
  aspect-ratio: 16/9;
  background: var(--black);
  overflow: hidden;
}
.event-banner-bg {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/04/ring-bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  transition: opacity 0.3s ease;
}
.event:hover .event-banner-bg { opacity: 0.8; }
.event-flag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background: var(--red);
  color: var(--white);
  padding: 8px 14px;
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.event-date-big {
  position: absolute;
  bottom: 16px;
  left: 20px;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 44px;
  line-height: 1;
  color: var(--white);
  letter-spacing: -0.02em;
}
.event-date-big small {
  display: block;
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 4px;
}
.event-body {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.event-category {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--red);
}
.event-title {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.event-hour {
  font-size: 13px;
  color: var(--gray-500);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}
.event-hour::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--black);
  border-radius: 50%;
}

/* ==========================================================
   CÓMO FEDERARTE + IMPRESOS (rediseño con botones grandes)
   ========================================================== */

.federate {
  background: var(--off-white);
  color: var(--black);
  position: relative;
  overflow: hidden;
}
.federate-bg {
  position: absolute;
  right: -60px; bottom: -100px;
  font-family: var(--font-display);
  font-size: clamp(180px, 22vw, 360px);
  line-height: 0.8;
  color: rgba(215, 20, 26, 0.04);
  letter-spacing: -0.05em;
  pointer-events: none;
}
.federate-inner { position: relative; }
.federate-intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}
.federate-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 96px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-top: 20px;
}
.federate-intro p {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.75;
  margin-bottom: 16px;
  max-width: 440px;
}
.federate-intro p strong { color: var(--black); font-weight: 600; }
.federate-intro p a { color: var(--red); }

.steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 80px;
  border-top: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
}
.step-item {
  padding: 32px 28px;
  border-right: 1px solid var(--gray-300);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.step-item:last-child { border-right: none; }
.step-num {
  font-family: var(--font-display);
  font-size: 13px;
  color: var(--red);
  letter-spacing: 2px;
}
.step-title {
  font-family: var(--font-cond);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.25;
}
.step-desc {
  font-size: 13px;
  color: var(--gray-700);
  line-height: 1.6;
}

.docs-title {
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.docs-title::before {
  content: '';
  width: 32px; height: 2px;
  background: var(--red);
}
.docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.doc {
  background: var(--white);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: all 0.3s ease;
  border: 1px solid var(--gray-100);
}
.doc:hover {
  border-color: var(--black);
  transform: translateY(-4px);
}
.doc-icon-svg {
  width: 42px; height: 42px;
}
.doc-icon-svg svg {
  width: 100%; height: 100%;
  stroke: var(--red);
  fill: none;
}
.doc-type {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 8px;
}
.doc-type::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--red);
  display: inline-block;
}
.doc-title {
  font-family: var(--font-cond);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  color: var(--black);
  line-height: 1.2;
}
.doc-download-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 14px 26px;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: none;
  transition: all 0.2s ease;
}
.doc-download-btn:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
}

/* Card oscura destacada (última card: Reglamento) */
.doc.doc-dark {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  position: relative;
  overflow: hidden;
}
.doc.doc-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.03), transparent 50%);
  pointer-events: none;
}
.doc.doc-dark .doc-icon-svg svg { stroke: var(--red); }
.doc.doc-dark .doc-type { color: var(--red); }
.doc.doc-dark .doc-title { color: var(--white); }
.doc.doc-dark:hover { border-color: var(--red); }

/* ==========================================================
   MARCAS REGISTRADAS
   ========================================================== */

.brands {
  background: var(--off-white);
  padding: 100px 0;
}
.brands-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.brands-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.8vw, 52px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 20px 0 24px;
}
.brands-text p {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.75;
  max-width: 440px;
}
.brands-logos {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.brand-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.brand-logo img {
  width: 220px; height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,0.1));
}
.brand-logo span {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gray-500);
}

/* ==========================================================
   FOOTER (responsive móvil mejorado)
   ========================================================== */

footer {
  background: var(--black);
  color: var(--gray-300);
  border-top: 1px solid #1E1E1E;
  padding: 80px 0 32px;
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.footer-brand .logo-text { color: var(--white); }
.footer-tagline {
  font-family: var(--font-cond);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray-500);
  margin: 24px 0 20px;
  max-width: 300px;
  line-height: 1.55;
}
.footer-col h4 {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}
.footer-col p, .footer-col a {
  font-size: 14px;
  color: var(--gray-300);
  line-height: 1.8;
  display: block;
  transition: color 0.2s ease;
}
.footer-col a:hover { color: var(--white); }
.footer-col .highlight { color: var(--red); }
.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid #1E1E1E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-cond);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray-500);
  flex-wrap: wrap;
  gap: 20px;
}
.footer-bottom a { color: var(--red); }
.socials { display: flex; gap: 16px; }
.social {
  width: 36px; height: 36px;
  border: 1px solid var(--gray-700);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s ease;
}
.social:hover { border-color: var(--red); background: var(--red); }
.social svg { width: 14px; height: 14px; fill: var(--gray-300); transition: fill 0.2s ease; }
.social:hover svg { fill: var(--white); }

/* ==========================================================
   RESPONSIVE — Desktop > Tablet > Mobile
   ========================================================== */

/* Tablet: 1024px y menos */
@media (max-width: 1024px) {
  :root { --px: 28px; --nav-h: 106px; }

  .nav-menu { gap: 24px; font-size: 12px; letter-spacing: 2px; }
  .logo-double img { width: 90px; height: 90px; }
  .limbs-grid, .docs-grid, .events-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-list { grid-template-columns: 1fr; }
  .step-item { border-right: none; border-bottom: 1px solid var(--gray-300); }
  .step-item:last-child { border-bottom: none; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--gray-100); }
  .history-grid, .mission-grid, .section-intro, .federate-intro, .brands-inner { grid-template-columns: 1fr; gap: 40px; }
  .section-intro-label { position: static; }
  .nav-phone { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .values-grid { grid-template-columns: 1fr; }
  section { padding: 100px 0; }
}

/* Mobile: 768px y menos (incluido footer fix) */
@media (max-width: 768px) {
  :root { --px: 20px; --nav-h: 78px; }

  section { padding: 72px 0; }
  .brands { padding: 72px 0; }

  .logo img { width: 40px; height: 40px; }
  .logo-text { font-size: 13px; letter-spacing: 2.5px; }
  .logo-text small { display: none; }

  /* Nav móvil con burger */
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    gap: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--gray-100);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }
  .nav-menu.active { display: flex; }
  .nav-menu a {
    padding: 16px var(--px);
    font-size: 14px;
    letter-spacing: 2.5px;
    border-bottom: 1px solid var(--gray-100);
  }
  .nav-menu a:last-child { border-bottom: none; }
  .nav-menu a.active::before { display: none; }
  .nav-burger { display: flex; }
  .nav-right { gap: 14px; }
  .nav-cta { padding: 10px 16px; font-size: 11px; }

  /* Hero */
  .hero { min-height: auto; padding: 0; }
  .hero-inner { padding: 80px var(--px) 140px; }
  .hero-title { font-size: clamp(64px, 16vw, 110px); }
  .hero-lead { font-size: 15px; max-width: 100%; }
  .hero-actions .btn { flex: 1; justify-content: center; min-width: 140px; font-size: 12px; padding: 16px 20px; }
  .hero-meta { position: static; padding: 30px var(--px) 40px; flex-direction: column; align-items: flex-start; gap: 20px; }

  /* Stats */
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--gray-100); padding: 36px var(--px); }
  .stat:last-child { border-bottom: none; }

  /* Layouts grid a 1 col */
  .limbs-grid, .docs-grid, .events-grid, .values-grid { grid-template-columns: 1fr; }
  .limbs-header, .values-header, .events-header { flex-direction: column; align-items: flex-start; gap: 28px; }

  /* Value cards no invertidas en mobile (quedaba raro) */
  .value { grid-template-columns: 1fr; gap: 16px; padding: 36px 28px; }
  .value-num { font-size: 56px; }

  /* Impresos: card full width, botón full width */
  .doc { padding: 28px 24px; }
  .doc-download-btn { align-self: stretch; justify-content: center; }

  /* Footer apilado en mobile */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    margin-bottom: 44px;
  }
  .footer-col p, .footer-col a { font-size: 15px; line-height: 1.7; }
  .footer-tagline { max-width: 100%; margin: 20px 0; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; font-size: 11px; text-align: left; }
  footer { padding: 60px 0 32px; }

  /* Brands */
  .brands-logos { flex-direction: column; gap: 36px; }
  .brand-logo img { width: 160px; height: 160px; }

  /* Misión imagen */
  .mission-image-wrap { aspect-ratio: 4/3; }

  /* Historia */
  .history-image-wrap { aspect-ratio: 3/4; }
  .history-actions { flex-direction: column; align-items: stretch; }
  .history-actions .btn { justify-content: center; }

  /* Video */
  .video-wrap { aspect-ratio: 4/3; }
  .video-play { width: 72px; height: 72px; margin-bottom: 18px; }
  .video-play::before {
    border-left-width: 16px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }

  /* Sección intro */
  .section-intro-badges { flex-wrap: wrap; }
  .section-intro-actions { flex-direction: column; align-items: stretch; }
  .section-intro-actions .btn { justify-content: center; }
}

/* ==========================================================
   TOP BAR (barra superior del header con email/horario/redes)
   ========================================================== */

.top-bar {
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  padding: 10px 0;
  font-family: var(--font-cond);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray-700);
}
.top-bar-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.top-bar-sep {
  width: 1px;
  height: 14px;
  background: var(--gray-300);
  display: inline-block;
}
.top-bar-left {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}
.top-bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-700);
}
.top-bar-item svg {
  width: 14px; height: 14px;
  stroke: var(--red);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
}
.top-bar-right {
  display: flex;
  gap: 16px;
  align-items: center;
}
.top-bar-social-label {
  color: var(--gray-500);
  font-size: 11px;
}
.top-bar-socials {
  display: flex;
  gap: 10px;
}
.top-bar-socials a {
  width: 26px; height: 26px;
  border: 1px solid var(--gray-300);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border-radius: 50%;
}
.top-bar-socials a:hover {
  background: var(--red);
  border-color: var(--red);
}
.top-bar-socials a svg {
  width: 11px; height: 11px;
  fill: var(--gray-700);
  transition: fill 0.2s ease;
}
.top-bar-socials a:hover svg { fill: var(--white); }

/* ==========================================================
   NAV MEJORADO con dos logos
   ========================================================== */

.logo-double {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.logo-double img {
  width: 120px; height: 120px;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.logo-double:hover img:first-child { transform: rotate(-5deg); }
.logo-double:hover img:last-child { transform: rotate(5deg); }
.logo-double .logo-separator {
  width: 1px;
  height: 32px;
  background: var(--gray-300);
  margin: 0 4px;
}
.logo-double .logo-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-left: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}
.logo-double .logo-text-wrap strong {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 2.5px;
  line-height: 1;
}
.logo-double .logo-text-wrap small {
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--gray-500);
  text-transform: uppercase;
}

/* Phone con icono */
.nav-phone-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 8px;
  border-right: 1px solid var(--gray-300);
  margin-right: 8px;
}
.nav-phone-icon {
  width: 30px; height: 30px;
  border: 1px solid var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nav-phone-icon svg {
  width: 14px; height: 14px;
  stroke: var(--red);
  fill: none;
  stroke-width: 1.5;
}
.nav-phone-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.nav-phone-text small {
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray-500);
}
.nav-phone-text strong {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--black);
}

/* ==========================================================
   PRESIDENTE DESTACADO (Luis Ochoa)
   ========================================================== */

.president-hero {
  background: var(--off-white);
  padding: 140px 0 120px;
  position: relative;
  overflow: hidden;
}
.president-hero-bg {
  position: absolute;
  right: -80px;
  top: 10%;
  font-family: var(--font-display);
  font-size: clamp(200px, 25vw, 400px);
  line-height: 0.8;
  color: rgba(215, 20, 26, 0.04);
  pointer-events: none;
  letter-spacing: -0.05em;
}
.president-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.president-photo-wrap {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.president-photo-wrap .president-photo {
  width: 100%;
  height: auto;
  display: block;
}
.president-photo-wrap::before {
  content: 'PRESIDENTE · FIMT';
  position: absolute;
  top: 24px; left: 24px;
  z-index: 2;
  background: var(--red);
  color: var(--white);
  padding: 8px 14px;
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
}
.president-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: grayscale(0.2) contrast(1.02);
}
.president-content .eyebrow { margin-bottom: 20px; }
.president-content h1 {
  font-family: var(--font-display);
  font-size: clamp(42px, 5.5vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.president-content h1 span.accent { color: var(--red); }
.president-subtitle {
  font-family: var(--font-cond);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--gray-700);
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--gray-300);
}
.president-merits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 32px;
}
.president-merits li {
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray-700);
  padding-left: 18px;
  position: relative;
}
.president-merits li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 6px;
  background: var(--red);
}
.president-merits li strong { color: var(--black); font-weight: 600; }
.president-contact {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--gray-300);
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ==========================================================
   DIRECTORES INTERNACIONALES (grid de fichas)
   ========================================================== */

.directors {
  background: var(--white);
}
.directors-header {
  text-align: center;
  margin-bottom: 80px;
}
.directors-header .eyebrow {
  justify-content: center;
}
.directors-header .eyebrow::before { display: none; }
.directors-header h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 20px 0 20px;
}
.directors-header h2 .accent { color: var(--red); }
.directors-header p {
  max-width: 560px;
  margin: 0 auto;
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.7;
}
.directors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.director-card {
  text-align: center;
  padding: 32px 24px;
  background: var(--off-white);
  border: 1px solid var(--gray-100);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.director-card:hover {
  border-color: var(--red);
  transform: translateY(-4px);
}
.director-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--white);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  position: relative;
}
.director-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid var(--red);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.director-card:hover .director-photo::after { opacity: 1; }
.director-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.15);
  transition: filter 0.3s ease;
}
.director-card:hover .director-photo img { filter: grayscale(0); }
.director-country {
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-top: 4px;
}
.director-name {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--black);
  line-height: 1.2;
}
.director-email {
  font-family: var(--font-cond);
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--gray-500);
  word-break: break-all;
  transition: color 0.2s ease;
  margin-top: auto;
}
.director-email:hover { color: var(--red); }
.director-card.destacado {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.director-card.destacado .director-country { color: var(--red); }
.director-card.destacado .director-name { color: var(--white); }
.director-card.destacado .director-email { color: var(--gray-300); }

/* ==========================================================
   HISTORIA ENRIQUECIDA: TABS + TIMELINE
   ========================================================== */

.history-tabs {
  background: var(--white);
  padding: 120px 0;
}
.history-tabs-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}
.history-tabs-header h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 80px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-top: 20px;
}
.history-tabs-header p {
  max-width: 360px;
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.7;
}
.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid var(--gray-300);
  margin-bottom: 48px;
}
.tab-btn {
  background: transparent;
  border: none;
  padding: 20px 28px;
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gray-500);
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}
.tab-btn:hover { color: var(--black); }
.tab-btn.active { color: var(--black); }
.tab-btn.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -1px;
  height: 3px;
  background: var(--red);
}
.tab-panel { display: none; }
.tab-panel.active { display: grid; }
.tab-panel {
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
.tab-panel-content h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.tab-panel-content h3 .accent { color: var(--red); }
.tab-panel-content p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--gray-700);
  margin-bottom: 18px;
}
.tab-panel-content p strong { color: var(--black); font-weight: 600; }
.tab-panel-image {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
}
.tab-panel-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.3) contrast(1.02);
}
.tab-panel-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(215,20,26,0.12));
  z-index: 1;
}

/* Timeline */
.timeline {
  background: var(--off-white);
  padding: 120px 0;
}
.timeline-header { margin-bottom: 64px; }
.timeline-header h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-top: 20px;
}
.timeline-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--gray-300);
  border: 1px solid var(--gray-300);
}
.timeline-item {
  background: var(--white);
  padding: 40px 32px;
  transition: background 0.3s ease;
}
.timeline-item:hover { background: var(--off-white); }
.timeline-year {
  font-family: var(--font-display);
  font-size: 40px;
  line-height: 1;
  color: var(--red);
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.timeline-title {
  font-family: var(--font-cond);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 12px;
  line-height: 1.25;
}
.timeline-desc {
  font-size: 13px;
  color: var(--gray-700);
  line-height: 1.6;
}

/* ==========================================================
   GALERÍA (para la página muay-thai y contactar)
   ========================================================== */

.gallery-section {
  background: var(--white);
  padding: 120px 0;
}
.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery-header h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-top: 20px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
  background: var(--gray-300);
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.3s ease;
  filter: grayscale(0.3);
}
.gallery-item:hover img {
  transform: scale(1.08);
  filter: grayscale(0);
}
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 70%, rgba(215, 20, 26, 0.2));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery-item:hover::after { opacity: 1; }

/* ==========================================================
   CONTACTAR: MAPA + FORM
   ========================================================== */

.contact-hero {
  background: var(--black);
  color: var(--white);
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
}
.contact-hero::before {
  content: 'CONTACTO';
  position: absolute;
  right: -30px;
  bottom: -60px;
  font-family: var(--font-display);
  font-size: clamp(180px, 18vw, 320px);
  line-height: 0.8;
  color: rgba(215, 20, 26, 0.05);
  letter-spacing: -0.05em;
  pointer-events: none;
}
.contact-hero-inner { position: relative; z-index: 2; }
.contact-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 120px);
  line-height: 0.85;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 20px 0 32px;
}
.contact-hero h1 .accent { color: var(--red); }
.contact-hero p {
  max-width: 540px;
  font-size: 17px;
  color: #C9C9C4;
  line-height: 1.7;
}

.contact-info-grid {
  background: var(--white);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--black);
}
.contact-info-item {
  padding: 48px 40px;
  border-right: 1px solid var(--gray-100);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-info-item:last-child { border-right: none; }
.contact-info-icon {
  width: 44px; height: 44px;
  border: 1px solid var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.contact-info-icon svg {
  width: 18px; height: 18px;
  stroke: var(--red);
  fill: none;
  stroke-width: 1.5;
}
.contact-info-label {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
}
.contact-info-value {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--black);
  line-height: 1.3;
}
.contact-info-value a { color: var(--black); }
.contact-info-value a:hover { color: var(--red); }
.contact-info-meta {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.6;
}

/* Mapa */
.map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 21/9;
  min-height: 400px;
  overflow: hidden;
  background: var(--gray-300);
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(0.6) contrast(1.05);
  transition: filter 0.3s ease;
}
.map-wrap:hover iframe { filter: grayscale(0); }

/* Form */
.contact-form-section {
  background: var(--off-white);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.contact-form-bg {
  position: absolute;
  left: -60px; bottom: -80px;
  font-family: var(--font-display);
  font-size: clamp(180px, 20vw, 340px);
  line-height: 0.8;
  color: rgba(215, 20, 26, 0.03);
  letter-spacing: -0.05em;
  pointer-events: none;
}
.contact-form-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.contact-form-title h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 20px 0 28px;
}
.contact-form-title h2 .accent { color: var(--red); }
.contact-form-title p {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.75;
  max-width: 420px;
}

/* Styling para Contact Form 7 */
.contact-form-wrap {
  background: var(--white);
  padding: 48px 40px;
  border: 1px solid var(--gray-100);
}
.contact-form-wrap .wpcf7 p { margin-bottom: 20px; }
.contact-form-wrap label {
  display: block;
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 8px;
}
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap textarea,
.contact-form-wrap select {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--black);
  background: var(--off-white);
  border: 1px solid var(--gray-300);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.contact-form-wrap input[type="text"]:focus,
.contact-form-wrap input[type="email"]:focus,
.contact-form-wrap input[type="tel"]:focus,
.contact-form-wrap textarea:focus {
  outline: none;
  border-color: var(--red);
  background: var(--white);
}
.contact-form-wrap textarea { min-height: 140px; resize: vertical; }
.contact-form-wrap input[type="submit"],
.contact-form-wrap .wpcf7-submit {
  background: var(--red);
  color: var(--white);
  border: none;
  padding: 18px 32px;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  width: auto;
}
.contact-form-wrap input[type="submit"]:hover,
.contact-form-wrap .wpcf7-submit:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
}

/* ==========================================================
   FOOTER MEJORADO: galería + newsletter + redes
   ========================================================== */

.footer-v2 {
  background: var(--black);
  color: var(--gray-300);
  border-top: 1px solid #1E1E1E;
  padding: 100px 0 32px;
  position: relative;
}
.footer-v2-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 60px;
  margin-bottom: 60px;
}
.footer-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.footer-gallery a {
  aspect-ratio: 1;
  overflow: hidden;
  display: block;
  position: relative;
}
.footer-gallery a img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.8) brightness(0.85);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.footer-gallery a:hover img {
  filter: grayscale(0) brightness(1);
  transform: scale(1.05);
}
.footer-gallery a::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(215, 20, 26, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.footer-gallery a:hover::after { opacity: 1; }

.footer-newsletter-form {
  display: flex;
  gap: 0;
  margin-top: 16px;
  border: 1px solid #2A2A2A;
}
.footer-newsletter-form input[type="email"] {
  flex: 1;
  padding: 12px 14px;
  background: #0F0F0F;
  border: none;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 14px;
  min-width: 0;
}
.footer-newsletter-form input[type="email"]:focus {
  outline: none;
  background: #131313;
}
.footer-newsletter-form button {
  background: var(--red);
  color: var(--white);
  border: none;
  padding: 12px 18px;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.footer-newsletter-form button:hover { background: var(--red-dark); }

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links-list a {
  font-size: 14px;
  color: var(--gray-300);
  transition: color 0.2s ease, padding 0.2s ease;
  position: relative;
  padding-left: 0;
}
.footer-links-list a:hover {
  color: var(--red);
  padding-left: 8px;
}

/* ==========================================================
   RESPONSIVE para componentes nuevos
   ========================================================== */

@media (max-width: 1024px) {
  .top-bar { display: none; }
  .directors-grid { grid-template-columns: repeat(3, 1fr); }
  .president-grid { grid-template-columns: 1fr; gap: 48px; }
  .president-merits { grid-template-columns: 1fr; }
  .tab-panel.active { grid-template-columns: 1fr; gap: 40px; }
  .tab-panel-image { max-width: 400px; }
  .timeline-list { grid-template-columns: repeat(2, 1fr); }
  .contact-info-grid { grid-template-columns: 1fr; }
  .contact-info-item { border-right: none; border-bottom: 1px solid var(--gray-100); }
  .contact-form-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-v2-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .logo-double img { width: 64px; height: 64px; }
  .logo-double { gap: 2px; }
  .logo-double .logo-separator { display: none; }
  .logo-double .logo-text-wrap { display: none; }
  .nav-phone-wrap { display: none; }
  .directors-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .director-card { padding: 24px 16px; }
  .director-photo { width: 110px; height: 110px; }
  .tabs-nav { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .tab-btn { flex-shrink: 0; padding: 16px 20px; font-size: 12px; }
  .timeline-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .contact-form-wrap { padding: 32px 24px; }
  .footer-v2-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-gallery { grid-template-columns: repeat(3, 1fr); }
  .map-wrap { aspect-ratio: 4/3; min-height: 320px; }
  .history-tabs-header, .gallery-header { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================
   HISTORIA COMPLETA - ACORDEÓN TEXTO ORIGINAL
   ========================================================== */

.history-full {
  background: var(--white);
  padding: 120px 0;
}
.history-full-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.history-full-header h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 80px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-top: 20px;
}
.history-full-header p {
  max-width: 400px;
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.7;
}

/* Intro destacada */
.history-intro {
  max-width: 920px;
  margin: 0 0 64px 0;
  padding: 40px;
  background: var(--off-white);
  border-left: 4px solid var(--red);
}
.history-intro .lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--gray-700);
  margin: 0;
}
.history-intro .lead strong { color: var(--black); }

/* Acordeón */
.history-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--gray-300);
}
.history-item {
  border-bottom: 1px solid var(--gray-300);
  transition: background 0.2s ease;
}
.history-item:hover {
  background: var(--off-white);
}
.history-item[open] {
  background: var(--off-white);
}

/* Cabecera clickable del item */
.history-item summary {
  list-style: none;
  cursor: pointer;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 200px 1fr 40px;
  gap: 30px;
  align-items: center;
  transition: padding 0.2s ease;
}
.history-item summary::-webkit-details-marker { display: none; }
.history-item[open] summary {
  padding: 32px 0 20px;
}

.history-era {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  padding-left: 24px;
}
.history-title {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--black);
  text-transform: uppercase;
}

/* Toggle + / - */
.history-toggle {
  width: 30px;
  height: 30px;
  position: relative;
  justify-self: end;
  margin-right: 24px;
  transition: transform 0.3s ease;
}
.history-toggle::before,
.history-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: var(--red);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.history-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.history-item[open] .history-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.history-item[open] .history-toggle {
  transform: rotate(180deg);
}

/* Cuerpo del item */
.history-body {
  padding: 0 24px 40px 224px;
  max-width: 1000px;
}
.history-body p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray-700);
  margin-bottom: 18px;
}
.history-body p strong { color: var(--black); font-weight: 600; }
.history-body p:last-child { margin-bottom: 0; }

/* Item destacado: actualidad */
.history-item-highlight {
  background: var(--black);
  color: var(--white);
  border-bottom: 1px solid var(--black);
}
.history-item-highlight:hover { background: var(--black); }
.history-item-highlight[open] { background: var(--black); }
.history-item-highlight .history-era { color: var(--red); }
.history-item-highlight .history-title { color: var(--white); }
.history-item-highlight .history-body p { color: #C9C9C4; }
.history-item-highlight .history-body p strong { color: var(--white); }
.history-item-highlight .history-toggle::before,
.history-item-highlight .history-toggle::after { background: var(--red); }

/* Responsive */
@media (max-width: 768px) {
  .history-full { padding: 80px 0; }
  .history-full-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .history-intro { padding: 28px 20px; }
  .history-intro .lead { font-size: 16px; }
  .history-item summary {
    grid-template-columns: 1fr 30px;
    gap: 16px;
    padding: 22px 16px;
  }
  .history-era {
    grid-row: 1;
    grid-column: 1;
    padding-left: 0;
    margin-bottom: 8px;
  }
  .history-title {
    grid-row: 2;
    grid-column: 1;
    font-size: 17px;
  }
  .history-toggle {
    grid-row: 1 / 3;
    grid-column: 2;
    margin-right: 0;
    align-self: center;
  }
  .history-body {
    padding: 0 16px 32px 16px;
  }
  .history-body p { font-size: 14px; line-height: 1.7; }
}

/* ==========================================================
   FOOTER V2 - GRID 3 COLUMNAS (sin "Links")
   ========================================================== */

.footer-v2-grid-3 {
  grid-template-columns: 1.3fr 1.2fr 1fr !important;
}
@media (max-width: 1024px) {
  .footer-v2-grid-3 {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 768px) {
  .footer-v2-grid-3 {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================
   REDES SOCIALES v2 - píldoras con icono + label
   ========================================================== */

.socials-v2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 220px;
}
.social-v2 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px 10px 10px;
  border: 1px solid #2A2A2A;
  background: #0F0F0F;
  color: var(--gray-300);
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 999px;
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.social-v2:hover {
  border-color: var(--red);
  color: var(--white);
  transform: translateX(4px);
}
.social-v2-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1A1A1A;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.social-v2:hover .social-v2-icon {
  background: var(--red);
}
.social-v2-icon svg {
  width: 15px;
  height: 15px;
  fill: var(--gray-300);
  transition: fill 0.2s ease;
}
.social-v2:hover .social-v2-icon svg {
  fill: var(--white);
}
.social-v2-label {
  line-height: 1;
}



/* ===== Tarjetas de contacto del footer ===== */
.footer-v2 .footer-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.footer-v2 .footer-contact-card {
  display: flex !important;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: all .25s ease;
}

.footer-v2 .footer-contact-card:hover {
  background: rgba(229, 32, 32, 0.08);
  border-color: rgba(229, 32, 32, 0.4);
  transform: translateX(2px);
}

.footer-v2 .footer-contact-icon {
  flex-shrink: 0;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--red);
  color: #fff;
}

.footer-v2 .footer-contact-icon svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px;
  max-height: 20px;
  display: block;
  flex-shrink: 0;
}

.footer-v2 .footer-contact-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  min-width: 0;
  flex: 1;
}

.footer-v2 .footer-contact-text small {
  font-family: var(--font-cond, 'Barlow Condensed', sans-serif);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gray-400, #999);
  margin-bottom: 4px;
}

.footer-v2 .footer-contact-text strong {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* ===== Footer bottom: copyright + enlaces legales ===== */
.footer-v2 .footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.footer-v2 .footer-bottom-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.footer-v2 .footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  font-size: 13px;
}

.footer-v2 .footer-legal-links a {
  color: var(--gray-300, #cfcfcf);
  text-decoration: none;
  transition: color .2s ease;
}

.footer-v2 .footer-legal-links a:hover {
  color: #fff;
}

.footer-v2 .footer-legal-sep {
  color: var(--gray-400, #888);
  user-select: none;
}

@media (max-width: 720px) {
  .footer-v2 .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}/* End custom CSS */