/* ==========================================================================
   Che Habana Café — Home
   Sistema de diseño: ver CLAUDE.md en la raíz del proyecto.
   ========================================================================== */

:root {
  --rojo: #E23D2E;
  --fondo: #0d0b0a;
  --fondo-2: #080706;
  --texto: #f7f2ec;
  --texto-2: #a89d92;
  --texto-3: #8a8077;
  --texto-4: #6f665d;
  --borde: rgba(255, 255, 255, 0.09);
  --borde-rojo: rgba(226, 61, 46, 0.5);

  --font-display: 'Oswald', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-script: 'Kaushan Script', cursive;

  --radio: 2px;
}

/* ---- Reset mínimo ---- */
.che-home, .che-home * , .che-home *::before, .che-home *::after {
  box-sizing: border-box;
}
.che-home {
  background: var(--fondo);
  color: var(--texto);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.che-home img { max-width: 100%; display: block; }
.che-home a { color: inherit; text-decoration: none; }
.che-home ul { list-style: none; margin: 0; padding: 0; }
.che-home h1, .che-home h2, .che-home h3, .che-home p { margin: 0; }

@media (min-width: 900px) {
  .che-home { font-size: 16px; }
}

/* ---- Tipografía del sistema ---- */
.che-home .display-hero {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 32px;
  line-height: 1.08;
}
@media (min-width: 900px) {
  .che-home .display-hero { font-size: 48px; letter-spacing: 0.02em; }
}
.che-home .display-h2 {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 24px;
  line-height: 1.15;
}
@media (min-width: 900px) {
  .che-home .display-h2 { font-size: 32px; }
}
.che-home .display-h3 {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 900px) {
  .che-home .display-h3 { font-size: 20px; }
}
.che-home .dato-fecha {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
}
.che-home .dato-banda {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 16px;
}
@media (min-width: 900px) { .che-home .dato-banda { font-size: 18px; } }
.che-home .dato-etiqueta {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
}
@media (min-width: 900px) { .che-home .dato-etiqueta { font-size: 11px; } }
.che-home .cuerpo-base { font-family: var(--font-body); font-weight: 400; font-size: 15px; line-height: 1.6; }
@media (min-width: 900px) { .che-home .cuerpo-base { font-size: 16px; } }
.che-home .cuerpo-enfasis { font-family: var(--font-body); font-weight: 500; }
.che-home .cuerpo-pequeno { font-family: var(--font-body); font-weight: 400; font-size: 13px; color: var(--texto-2); }
.che-home .cuerpo-meta { font-family: var(--font-body); font-weight: 400; font-size: 12px; color: var(--texto-3); text-transform: uppercase; letter-spacing: 0.08em; }
.che-home .marca-script {
  font-family: var(--font-script);
  font-weight: 400;
  color: var(--rojo);
  font-size: 30px;
  line-height: 1;
}
.che-home .marca-script-grande {
  font-family: var(--font-script);
  font-weight: 400;
  color: var(--rojo);
  font-size: 60px;
  line-height: 1;
}

/* ---- Layout general ---- */
.che-home .contenedor {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 900px) {
  .che-home .contenedor { max-width: 1440px; padding: 0 48px; }
}
.che-home section, .che-home footer { position: relative; z-index: 1; }

/* ==========================================================================
   Fondo fijo — foto de la pared de firmas
   ========================================================================== */
.che-home .fondo-fijo {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.che-home .fondo-fijo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.che-home .fondo-fijo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,7,6,0.55) 0%, rgba(8,7,6,0.35) 40%, rgba(13,11,10,0.85) 82%, var(--fondo) 100%);
}

/* ==========================================================================
   Header
   ========================================================================== */
.che-home .cabecera {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 20px 18px;
  transition: background-color 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
  border-bottom: 1px solid transparent;
}
@media (min-width: 900px) {
  .che-home .cabecera { padding: 34px 48px 22px; }
}
.che-home .cabecera.con-fondo {
  background: rgba(8, 7, 6, 0.92);
  border-bottom-color: var(--borde);
  backdrop-filter: blur(6px);
}
.che-home .marca-header-logo-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 44px;
  border: 1px dashed var(--borde);
  border-radius: var(--radio);
  background: rgba(255, 255, 255, 0.015);
  color: var(--texto-3);
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.che-home .marca-header-logo-slot:hover {
  border-color: var(--borde-rojo);
  color: var(--rojo);
  background: rgba(226, 61, 46, 0.04);
}
.che-home .marca-header-logo-slot--activo {
  width: auto;
  height: 56px;
  border: none;
  background: transparent;
  padding: 0;
}
@media (min-width: 900px) {
  .che-home .marca-header-logo-slot--activo { height: 76px; }
}
.che-home .marca-header-logo-slot--activo:hover {
  border: none;
  background: transparent;
}
.che-home .marca-header-logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.che-home .nav-desktop {
  display: none;
  align-items: center;
  gap: 32px;
}
@media (min-width: 900px) {
  .che-home .nav-desktop { display: flex; }
}
.che-home .nav-desktop a {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--texto-2);
  transition: color 0.2s ease;
}
.che-home .nav-desktop a:hover { color: var(--texto); }

.che-home .nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  background: transparent;
  border: 1px solid var(--borde);
  border-radius: var(--radio);
  color: var(--texto);
}
@media (min-width: 900px) { .che-home .nav-toggle { display: none; } }

.che-home .nav-movil {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: var(--fondo-2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 40px;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.che-home .nav-movil.abierto { transform: translateY(0); }
.che-home .nav-movil a {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--texto);
}
.che-home .nav-movil-cerrar {
  position: absolute;
  top: 18px; right: 20px;
  width: 40px; height: 40px;
  border: 1px solid var(--borde);
  background: transparent;
  color: var(--texto);
  border-radius: var(--radio);
}

/* ==========================================================================
   Botones y etiquetas
   ========================================================================== */
.che-home .boton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--radio);
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}
.che-home .boton-solido {
  background: var(--rojo);
  color: var(--texto);
}
.che-home .boton-solido:hover { background: #c72f22; }
.che-home .boton-contorno {
  background: transparent;
  color: var(--texto);
  border-color: var(--borde);
}
.che-home .boton-contorno:hover { border-color: var(--texto); }

.che-home .etiqueta {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: var(--radio);
}
.che-home .etiqueta-solida {
  background: var(--rojo);
  color: var(--texto);
}
.che-home .etiqueta-contorno {
  background: transparent;
  color: var(--rojo);
  border: 1px solid var(--borde-rojo);
}

/* ==========================================================================
   Hero
   ========================================================================== */
.che-home .hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 88vh;
  padding: 96px 20px 40px;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(13,11,10,0.8) 0%, rgba(13,11,10,0.9) 55%, var(--fondo) 100%),
    url('https://chehabana.com/wp-content/uploads/2026/08/pared-firmas-placeholder.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
  .che-home .hero {
    min-height: 100vh;
    justify-content: center;
    padding: 112px 48px 64px;
    overflow: visible;
  }
}
.che-home .hero-grid { width: 100%; max-width: 1440px; margin: 0 auto; }
@media (min-width: 900px) {
  .che-home .hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 64px;
  }
}
.che-home .hero-contenido { position: relative; z-index: 1; max-width: 780px; }
.che-home .hero-imagen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.che-home .hero-imagen::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(8,7,6,0.05) 0%, rgba(8,7,6,0.35) 55%, rgba(8,7,6,0.85) 82%, var(--fondo) 100%);
}
.che-home .hero-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 900px) {
  .che-home .hero-imagen {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 5;
    border-radius: var(--radio);
    background: rgba(255, 255, 255, 0.015);
    overflow: hidden;
  }
  .che-home .hero-imagen::after { display: none; }
}
.che-home .hero-etiqueta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rojo);
  margin-bottom: 20px;
}
.che-home .hero-etiqueta .punto {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--rojo);
  box-shadow: 0 0 0 3px rgba(226,61,46,0.25);
}
.che-home .hero h1 { color: var(--texto); margin-bottom: 18px; }
.che-home .hero .marca-script { display: block; margin-bottom: 26px; }
.che-home .hero-desc {
  color: var(--texto-2);
  max-width: 480px;
  margin-bottom: 32px;
}
.che-home .hero-acciones {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}
.che-home .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--borde);
}
.che-home .hero-meta-item { display: flex; flex-direction: column; gap: 4px; }
.che-home .hero-meta-item .cuerpo-pequeno { color: var(--texto); font-weight: 500; }

/* ==========================================================================
   Firmas — muro digital
   ========================================================================== */
.che-home .firmas-seccion {
  background: var(--fondo);
  padding: 88px 0 80px;
  border-top: 1px solid var(--borde);
}
.che-home .firmas-cabecera {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .che-home .firmas-cabecera {
    flex-direction: row;
    gap: 48px;
  }
}
.che-home .firmas-cabecera-texto { max-width: 640px; }
.che-home .firmas-etiqueta { color: var(--rojo); margin-bottom: 18px; display: block; }
.che-home .firmas-seccion h2 { margin-bottom: 18px; }
.che-home .firmas-intro { color: var(--texto-2); }
.che-home .firmas-cabecera-imagen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radio);
  background: rgba(255, 255, 255, 0.015);
  color: var(--texto-3);
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}
.che-home .firmas-cabecera-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 900px) {
  .che-home .firmas-cabecera-imagen {
    flex-shrink: 0;
    width: 320px;
  }
}
.che-home .firmas-nota {
  margin-top: 20px;
  color: var(--texto-3);
  max-width: 640px;
}

/* ==========================================================================
   Galería horizontal — fotos del muro
   ========================================================================== */
.che-home .galeria {
  background: var(--fondo-2);
  padding: 72px 0 88px;
  margin-top: 64px;
  border-top: 1px solid var(--borde);
  overflow: hidden;
}
.che-home .galeria-cabecera {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.che-home .galeria-etiqueta { color: var(--rojo); margin-bottom: 14px; display: block; }
.che-home .galeria-controles { display: flex; gap: 10px; }
.che-home .galeria-flecha {
  width: 44px; height: 44px;
  border: 1px solid var(--borde);
  background: transparent;
  color: var(--texto);
  border-radius: var(--radio);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.che-home .galeria-flecha:hover { border-color: var(--rojo); color: var(--rojo); }
.che-home .galeria-flecha:disabled { opacity: 0.3; cursor: default; }
.che-home .galeria-flecha:disabled:hover { border-color: var(--borde); color: var(--texto); }

.che-home .galeria-pista {
  display: flex;
  justify-content: center;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  max-width: 1440px;
  margin: 0 auto;
  padding: 4px 20px 20px;
  cursor: grab;
  scrollbar-width: none;
}
@media (min-width: 900px) {
  .che-home .galeria-pista { padding: 4px 48px 20px; }
}
.che-home .galeria-pista::-webkit-scrollbar { display: none; }
.che-home .galeria-pista.arrastrando { cursor: grabbing; scroll-snap-type: none; }

.che-home .tarjeta-foto {
  flex: 0 0 auto;
  width: 240px;
  aspect-ratio: 16 / 9;
  scroll-snap-align: start;
  background: var(--fondo);
  border-radius: var(--radio);
  overflow: hidden;
  margin: 0;
  user-select: none;
}
.che-home .tarjeta-foto:first-child {
  aspect-ratio: 4 / 5;
}
@media (min-width: 900px) {
  .che-home .tarjeta-foto { width: 280px; }
}
.che-home .tarjeta-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
}
.che-home .tarjeta-foto-vacia {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--borde);
  background: rgba(255, 255, 255, 0.015);
  color: var(--texto-3);
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 24px;
}
.che-home .tarjeta-foto img { cursor: zoom-in; }

/* ==========================================================================
   Lightbox — foto ampliada
   ========================================================================== */
.che-home .lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  align-items: center;
  justify-content: center;
  background: rgba(8, 7, 6, 0.94);
  padding: 24px;
}
.che-home .lightbox.abierto { display: flex; }
.che-home .lightbox-imagen {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radio);
  user-select: none;
}
.che-home .lightbox-cerrar,
.che-home .lightbox-flecha {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--borde);
  border-radius: var(--radio);
  background: rgba(13, 11, 10, 0.7);
  color: var(--texto);
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.che-home .lightbox-cerrar:hover,
.che-home .lightbox-flecha:hover { border-color: var(--rojo); color: var(--rojo); }
.che-home .lightbox-flecha:disabled { opacity: 0.3; cursor: default; }
.che-home .lightbox-flecha:disabled:hover { border-color: var(--borde); color: var(--texto); }
.che-home .lightbox-cerrar { top: 20px; right: 20px; }
.che-home .lightbox-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.che-home .lightbox-next { right: 12px; top: 50%; transform: translateY(-50%); }
@media (min-width: 900px) {
  .che-home .lightbox-cerrar { top: 32px; right: 32px; }
  .che-home .lightbox-prev { left: 32px; }
  .che-home .lightbox-next { right: 32px; }
}
.che-home .lightbox-contador {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--texto-3);
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ==========================================================================
   Agenda
   ========================================================================== */
.che-home .agenda {
  background: var(--fondo);
  padding: 88px 0 80px;
  border-top: 1px solid var(--borde);
}
.che-home .agenda-cabecera { margin-bottom: 40px; max-width: 620px; }
.che-home .agenda-etiqueta { color: var(--rojo); margin-bottom: 18px; display: block; }
.che-home .agenda-desc { color: var(--texto-2); margin-top: 16px; }

.che-home .agenda-lista { border-top: 1px solid var(--borde); }
.che-home .fila-agenda {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 16px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--borde);
}
@media (min-width: 640px) {
  .che-home .fila-agenda {
    grid-template-columns: 110px 1fr auto auto;
    gap: 20px;
  }
}
.che-home .fila-agenda .fecha { color: var(--texto); }
.che-home .fila-agenda .banda { color: var(--texto); grid-column: 1 / -1; order: 3; }
@media (min-width: 640px) {
  .che-home .fila-agenda .banda { grid-column: auto; order: 0; }
}
.che-home .fila-agenda .horas { color: var(--texto-3); font-family: var(--font-body); font-size: 13px; white-space: nowrap; }
.che-home .fila-agenda .fila-etiqueta-wrap { justify-self: start; }
@media (min-width: 640px) { .che-home .fila-agenda .fila-etiqueta-wrap { justify-self: end; } }

.che-home .agenda-destacada {
  margin-top: 36px;
  padding: 28px;
  border: 1px solid var(--borde-rojo);
  border-radius: var(--radio);
  background: linear-gradient(180deg, rgba(226,61,46,0.08), rgba(226,61,46,0));
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 640px) {
  .che-home .agenda-destacada { flex-direction: row; align-items: center; justify-content: space-between; }
}
.che-home .agenda-destacada .titulo-semana { color: var(--rojo); margin-bottom: 10px; display: block; }
.che-home .agenda-destacada .banda-nombre { font-size: 22px; }

.che-home .agenda-nota {
  margin-top: 28px;
  color: var(--texto-3);
}

/* ==========================================================================
   Visítanos — dirección y horario
   ========================================================================== */
.che-home .visitanos {
  background: var(--fondo-2);
  padding: 80px 0;
  border-top: 1px solid var(--borde);
}
.che-home .visitanos-grid {
  display: grid;
  gap: 40px;
}
@media (min-width: 900px) {
  .che-home .visitanos-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
}
.che-home .visitanos-etiqueta { color: var(--rojo); margin-bottom: 18px; display: block; }
.che-home .visitanos h2 { margin-bottom: 28px; }
.che-home .dato-bloque { margin-bottom: 28px; }
.che-home .dato-bloque:last-child { margin-bottom: 0; }
.che-home .dato-bloque .titulo {
  color: var(--texto-4);
  margin-bottom: 8px;
  display: block;
}
.che-home .dato-bloque .valor { color: var(--texto); }
.che-home .dato-bloque a.valor { transition: color 0.2s ease; }
.che-home .dato-bloque a.valor:hover { color: var(--rojo); }

.che-home .horario-tabla { border-top: 1px solid var(--borde); }
.che-home .horario-fila {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--borde);
}
.che-home .horario-fila .dias { color: var(--texto); }
.che-home .horario-fila .horas { color: var(--texto-2); font-family: var(--font-display); font-weight: 500; letter-spacing: 0.03em; }
.che-home .horario-confirmar {
  margin-top: 18px;
  color: var(--texto-3);
}
.che-home .horario-confirmar a {
  color: var(--rojo);
  border-bottom: 1px solid var(--borde-rojo);
  transition: color 0.2s ease;
}
.che-home .horario-confirmar a:hover { color: var(--texto); }
.che-home .visitanos-mapa {
  width: 100%;
  height: 320px;
  border: 1px solid var(--borde);
  border-radius: var(--radio);
  overflow: hidden;
  filter: invert(92%) hue-rotate(180deg) brightness(0.95) contrast(90%);
}
@media (min-width: 900px) {
  .che-home .visitanos-mapa { height: 100%; min-height: 380px; }
}
.che-home .visitanos-mapa iframe { display: block; }

/* ==========================================================================
   Footer
   ========================================================================== */
.che-home .pie {
  background: var(--fondo-2);
  border-top: 1px solid var(--borde);
  padding: 48px 0 32px;
}

.che-home .pie .contenedor {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Contenido superior: marca, info y redes */
.che-home .pie-contenido {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--borde);
}

@media (min-width: 768px) {
  .che-home .pie-contenido {
    grid-template-columns: auto 1fr auto;
    align-items: flex-start;
    gap: 48px;
  }
}

/* Marca del pie */
.che-home .pie-marca-seccion {
  display: flex;
  align-items: center;
  gap: 18px;
}

.che-home .pie-logo-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 72px;
  border: 1px dashed var(--borde);
  border-radius: var(--radio);
  background: rgba(255, 255, 255, 0.015);
  color: var(--texto-3);
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.che-home .pie-logo-slot:hover {
  border-color: var(--borde-rojo);
  color: var(--rojo);
  background: rgba(226, 61, 46, 0.04);
}

.che-home .pie-logo-slot--activo {
  width: auto;
  height: 96px;
  border: none;
  background: transparent;
  padding: 0;
}

.che-home .pie-logo-slot--activo:hover {
  border: none;
  background: transparent;
}

.che-home .pie-logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.che-home .pie-marca {
  display: flex;
  flex-direction: column;
}

.che-home .pie-marca .nombre {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 18px;
  line-height: 1.2;
}

.che-home .pie-marca .sub {
  color: var(--rojo);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-top: 4px;
  display: block;
}

/* Información: dirección y horario */
.che-home .pie-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 32px;
}

@media (max-width: 639px) {
  .che-home .pie-info {
    grid-template-columns: 1fr;
  }
}

.che-home .pie-dato {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.che-home .pie-etiqueta {
  font-family: var(--font-display);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--texto-3);
  font-weight: 500;
}

.che-home .pie-valor {
  font-size: 14px;
  line-height: 1.5;
  color: var(--texto);
}

.che-home .pie-valor a {
  color: var(--rojo);
  border-bottom: 1px solid var(--borde-rojo);
  transition: color 0.2s;
}

.che-home .pie-valor a:hover {
  color: var(--texto);
}

/* Redes sociales */
.che-home .pie-social {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .che-home .pie-social {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
}

.che-home .pie-social a {
  font-family: var(--font-display);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--texto-2);
  padding: 8px 12px;
  border: 1px solid var(--borde);
  border-radius: var(--radio);
  transition: all 0.2s;
}

.che-home .pie-social a:hover {
  color: var(--rojo);
  border-color: var(--borde-rojo);
  background: rgba(226, 61, 46, 0.05);
}

/* Copyright y enlaces legales */
.che-home .pie-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid var(--borde);
}

.che-home .pie-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
}

.che-home .pie-legal a {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--texto-3);
  transition: color 0.2s ease;
}

.che-home .pie-legal a:hover {
  color: var(--rojo);
}

.che-home .pie-footer .cuerpo-meta {
  color: var(--texto-4);
  font-size: 12px;
}

@media (max-width: 767px) {
  .che-home .pie-marca-seccion {
    justify-content: center;
  }
  .che-home .pie-info {
    text-align: center;
  }
  .che-home .pie-dato {
    align-items: center;
  }
  .che-home .pie-social {
    align-items: center;
  }
}
