:root {
  --amarillo: #ffc72c;
  --naranja: #ff7a1a;
  --rojo: #e6392f;
  --verde: #1f8a3b;
  --crema: #fff8e9;
  --crema-2: #f3e6c8;
  --tinta: #2b2318;
  --gris: #6b6255;
  --blanco: #ffffff;
  --sombra: 0 6px 18px rgba(43, 35, 24, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--tinta);
  background: var(--crema);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: var(--rojo); }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5rem; }
p { margin: 0 0 1rem; }
.contenedor { max-width: 1080px; margin: 0 auto; padding: 0 1.1rem; }
.seccion { padding: 3rem 0; }
.seccion-alt { background: var(--blanco); }
.titulo-seccion {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: .3rem;
}
.subtitulo-seccion {
  text-align: center;
  color: var(--gris);
  margin-bottom: 2rem;
}

/* Botones */
.boton {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .8rem 1.5rem;
  border-radius: 999px;
  background: var(--verde);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: var(--sombra);
}
.boton:hover { filter: brightness(1.06); }
.boton-outline {
  background: transparent;
  border: 2px solid var(--blanco);
  color: var(--blanco);
}

/* Header / Hero */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(43,35,24,.35), rgba(43,35,24,.75)), var(--tinta);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero-contenido { padding: 2.5rem 0 2.5rem; width: 100%; }
.hero-logo {
  width: 92px; height: 92px; border-radius: 50%; border: 3px solid #fff;
  box-shadow: var(--sombra); margin-bottom: 1rem; background: #fff;
}
.hero h1 { font-size: 2rem; }
.hero p.tag { font-size: 1.05rem; opacity: .95; max-width: 34rem; }
.hero-ctas { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.3rem; }

/* Nav flotante simple */
.marca-flotante {
  position: fixed; top: .8rem; left: .8rem; z-index: 20;
  display: flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.92); padding: .35rem .7rem .35rem .35rem;
  border-radius: 999px; box-shadow: var(--sombra); text-decoration: none; color: var(--tinta);
  font-weight: 700; font-size: .85rem;
}
.marca-flotante img { width: 34px; height: 34px; border-radius: 50%; }

/* Sobre nosotros */
.sobre { display: grid; gap: 2rem; align-items: center; }
.sobre img { border-radius: 16px; box-shadow: var(--sombra); }
@media (min-width: 780px) {
  .sobre { grid-template-columns: 1fr 1fr; }
}

/* Menú */
.menu-categoria { margin-bottom: 2.2rem; }
.menu-categoria h3 { font-size: 1.25rem; color: var(--rojo); }
.menu-categoria .cat-subtitulo { color: var(--gris); margin-bottom: .8rem; font-size: .92rem; }
.menu-item {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .7rem 0; border-bottom: 1px dashed var(--crema-2);
}
.menu-item:last-child { border-bottom: none; }
.menu-item-info h4 { margin: 0 0 .2rem; font-size: 1.02rem; }
.menu-item-info p { margin: 0; color: var(--gris); font-size: .88rem; }
.menu-item-precio { font-weight: 800; color: var(--verde); white-space: nowrap; font-size: 1.02rem; }

/* Galería */
.galeria-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.galeria-grid img { width: 100%; height: 260px; object-fit: cover; border-radius: 14px; box-shadow: var(--sombra); }

/* Reseñas */
.resenas-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem;
}
.resena-card {
  background: var(--crema); border-radius: 14px; padding: 1.2rem; box-shadow: var(--sombra);
}
.resena-estrellas { color: var(--amarillo); letter-spacing: .1em; font-size: 1.1rem; }
.resena-texto { font-style: italic; margin: .6rem 0; }
.resena-autor { color: var(--gris); font-size: .85rem; font-weight: 600; }
.rating-resumen { text-align: center; margin-bottom: 1.6rem; }
.rating-resumen .num { font-size: 2.2rem; font-weight: 800; color: var(--rojo); }

/* Ubicación / Contacto */
.info-grid { display: grid; gap: 1.4rem; }
@media (min-width: 780px) { .info-grid { grid-template-columns: 1fr 1fr; } }
.info-card {
  background: var(--blanco); border-radius: 14px; padding: 1.4rem; box-shadow: var(--sombra);
}
.info-card h3 { color: var(--rojo); }
.horario-linea { display: flex; justify-content: space-between; padding: .25rem 0; }

/* Redes sociales */
.redes-fila { display: flex; gap: .7rem; justify-content: center; flex-wrap: wrap; margin-top: 1rem; }
.redes-fila a {
  width: 42px; height: 42px; border-radius: 50%; background: var(--tinta);
  display: flex; align-items: center; justify-content: center; color: #fff;
}
.redes-fila svg { width: 20px; height: 20px; fill: currentColor; }

/* WhatsApp flotante */
.wa-flotante {
  position: fixed; bottom: 1.1rem; right: 1.1rem; z-index: 30;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--sombra);
}
.wa-flotante svg { width: 30px; height: 30px; fill: #fff; }

/* Footer */
footer {
  background: var(--tinta); color: #efe6d3; padding: 2rem 0 1.4rem; text-align: center; font-size: .85rem;
}
footer a { color: #ffd77a; }
footer .credito { margin-top: .6rem; opacity: .85; }

/* Utilidades */
.oculto { display: none !important; }
