:root {
  --azul-mar: #0f3d4a;
  --azul-mar-light: #1a5870;
  --terracota: #d96b3a;
  --terracota-dark: #b8552a;
  --crema: #fdf6ee;
  --texto: #233238;
  --blanco: #ffffff;
  --sombra: 0 10px 30px rgba(15, 61, 74, 0.12);
}

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

html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }

body {
  font-family: 'Poppins', sans-serif;
  color: var(--texto);
  background: var(--crema);
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.center { text-align: center; }

/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(14, 46, 56, 0.92);
  backdrop-filter: blur(6px);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  max-width: 100%;
  padding: 0 40px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blanco);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif;
}

.logo img {
  height: 52px;
  width: 52px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  color: var(--blanco);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.nav-links a:hover { opacity: 1; }

.btn-nav {
  background: var(--terracota);
  padding: 10px 20px;
  border-radius: 30px;
  opacity: 1 !important;
}

.btn-nav:hover { background: var(--terracota-dark); }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--blanco);
  font-size: 1.6rem;
  cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--azul-mar) 0%, var(--azul-mar-light) 100%), url('images/hero.jpg');
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  text-align: center;
  color: var(--blanco);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 46, 56, 0.35);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-logo {
  width: 160px;
  height: 160px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 24px;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.4));
}

.hero-kicker {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--terracota);
  font-weight: 500;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 700;
  margin-bottom: 14px;
}

.hero-sub {
  font-size: 1.15rem;
  opacity: 0.92;
  margin-bottom: 36px;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--terracota);
  color: var(--blanco);
  box-shadow: var(--sombra);
}

.btn-primary:hover { background: var(--terracota-dark); }

.btn-secondary {
  background: transparent;
  border: 2px solid var(--blanco);
  color: var(--blanco);
}

.btn-secondary:hover { background: rgba(255,255,255,0.15); }

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--blanco);
  font-size: 1.5rem;
  text-decoration: none;
  opacity: 0.8;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

/* Section kickers */
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: var(--terracota);
  font-weight: 600;
  margin-bottom: 10px;
}

section h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--azul-mar);
  margin-bottom: 20px;
}

/* Historia */
.historia h2 { color: var(--azul-mar); }
.historia {
  padding: 72px 0 48px;
  background-color: var(--crema);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='80'%3E%3Cellipse cx='72' cy='40' rx='18' ry='9' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1.2'/%3E%3Cpath d='M54 40 L44 31 L44 49 Z' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M62 31 Q68 23 75 31' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1'/%3E%3Ccircle cx='84' cy='37' r='2' fill='rgba(15,61,74,0.09)'/%3E%3C/svg%3E");
  background-size: 120px 80px;
  background-repeat: repeat;
}

.historia-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.historia-img img {
  width: 100%;
  border-radius: 16px;
  box-shadow: var(--sombra);
  aspect-ratio: 4/5;
  object-fit: cover;
}

.historia-text p {
  margin-bottom: 16px;
  color: #4a5a60;
}

.historia-firma {
  font-style: italic;
  color: var(--azul-mar) !important;
  font-weight: 500;
}

/* Especialidades */
.especialidades {
  padding: 72px 0;
  background: var(--crema);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 50px;
}

.card {
  background: var(--blanco);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--sombra);
  transition: transform 0.25s;
}

.card:hover { transform: translateY(-6px); }

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card h3 {
  font-size: 1.2rem;
  color: var(--azul-mar);
  padding: 18px 20px 6px;
}

.card p {
  padding: 0 20px 22px;
  color: #5a6a70;
  font-size: 0.92rem;
}

/* Ambiente */
.ambiente {
  padding: 72px 0;
  background-color: #0e2e38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='40'%3E%3Cpath d='M0 20 Q25 5 50 20 Q75 35 100 20 Q125 5 150 20 Q175 35 200 20' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2'/%3E%3Cpath d='M0 30 Q25 15 50 30 Q75 45 100 30 Q125 15 150 30 Q175 45 200 30' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='2'/%3E%3Cpath d='M0 10 Q25 -5 50 10 Q75 25 100 10 Q125 -5 150 10 Q175 25 200 10' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 200px 40px;
  background-repeat: repeat;
  color: var(--blanco);
}
.ambiente .section-kicker { color: var(--terracota); }
.ambiente h2 { color: var(--blanco); }

.ambiente-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ambiente-carousel {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--sombra);
}
.ambiente-foto-unica {
  border-radius: 60px 16px 60px 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  border: none;
}
.ambiente-foto-unica img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center 60%;
  display: block;
}
.amb-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.35);
  border: none;
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 13px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  transition: background 0.2s;
  line-height: 1;
}
.amb-btn:hover { background: rgba(0,0,0,0.6); }
.amb-prev { left: 12px; }
.amb-next { right: 12px; }
.amb-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}
.amb-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.amb-dot.active {
  background: #fff;
  transform: scale(1.3);
}

.ambiente-text p { color: rgba(255,255,255,0.78); margin-bottom: 18px; }

.ambiente-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.ambiente-list li {
  font-size: 1.02rem;
  color: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  gap: 12px;
}

.ambiente-list li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23d96b3a'/%3E%3Cpath d='M5.5 10l3 3 6-6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Horarios */
.horarios-section {
  padding: 72px 0;
  background-color: var(--crema);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='80'%3E%3Cellipse cx='72' cy='40' rx='18' ry='9' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1.2'/%3E%3Cpath d='M54 40 L44 31 L44 49 Z' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M62 31 Q68 23 75 31' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1'/%3E%3Ccircle cx='84' cy='37' r='2' fill='rgba(15,61,74,0.09)'/%3E%3C/svg%3E");
  background-size: 120px 80px;
  background-repeat: repeat;
  color: var(--texto);
}
.horarios-section .section-kicker { color: var(--terracota); }
.horarios-section h2 { color: var(--azul-mar); margin-bottom: 56px; }
.horarios-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 860px;
  margin: 0 auto;
}
.horario-bloque {
  padding: 36px 32px;
  border: 1px solid rgba(15,61,74,0.2);
  border-radius: 20px;
}
.horario-divider { display: none; }
.horario-season-tag {
  display: inline-block;
  background: var(--terracota);
  color: var(--blanco);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.horario-season-tag--verano {
  background: var(--terracota);
}
.horario-meses {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  color: var(--azul-mar);
  margin-bottom: 32px;
  line-height: 1.2;
}
.horario-rows { display: flex; flex-direction: column; gap: 0; }
.horario-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.h-dia {
  font-size: 0.95rem;
  color: #4a5a60;
}
.h-hora {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--azul-mar);
  font-variant-numeric: tabular-nums;
}
.h-cerrado .h-hora {
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 700px) {
  .horarios-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .horario-divider { display: none; }
}

/* Ubicacion */
.ubicacion {
  padding: 72px 0;
  background-color: var(--crema);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='80'%3E%3Cellipse cx='72' cy='40' rx='18' ry='9' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1.2'/%3E%3Cpath d='M54 40 L44 31 L44 49 Z' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M62 31 Q68 23 75 31' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1'/%3E%3Ccircle cx='84' cy='37' r='2' fill='rgba(15,61,74,0.09)'/%3E%3C/svg%3E");
  background-size: 120px 80px;
  background-repeat: repeat;
}

.ubicacion-direccion {
  color: #4a5a60;
  margin-bottom: 40px;
}

.mapa-wrap {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--sombra);
}

/* Contacto */
.contacto {
  padding: 72px 0 28px;
  background-color: #0e2e38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='40'%3E%3Cpath d='M0 20 Q25 5 50 20 Q75 35 100 20 Q125 5 150 20 Q175 35 200 20' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2'/%3E%3Cpath d='M0 30 Q25 15 50 30 Q75 45 100 30 Q125 15 150 30 Q175 45 200 30' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='2'/%3E%3Cpath d='M0 10 Q25 -5 50 10 Q75 25 100 10 Q125 -5 150 10 Q175 25 200 10' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 200px 40px;
  background-repeat: repeat;
  color: var(--blanco);
}

.contacto h2 { color: var(--blanco); }
.contacto .section-kicker { color: var(--blanco); }

.btn-whatsapp {
  background: transparent;
  color: var(--blanco);
  border: 2px solid #25D366;
}
.btn-whatsapp:hover { background: #25D366; }

.btn-instagram {
  background: linear-gradient(var(--azul-mar), var(--azul-mar)) padding-box,
              linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) border-box;
  border: 2px solid transparent;
  color: var(--blanco);
}
.btn-instagram:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border-color: transparent; }

.delivery-wrap {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.delivery-nota {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
}
.btn-pedidosya {
  background: transparent;
  color: var(--blanco);
  border: 2px solid #fa0050;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.97rem;
  transition: background 0.2s, transform 0.2s;
}
.btn-pedidosya:hover {
  background: #fa0050;
  transform: translateY(-2px);
}

.contacto-inner {
  text-align: center;
}
.contacto-botones {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
  flex-wrap: wrap;
}

/* Footer */
.footer {
  background-color: #0e2e38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='40'%3E%3Cpath d='M0 20 Q25 5 50 20 Q75 35 100 20 Q125 5 150 20 Q175 35 200 20' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2'/%3E%3Cpath d='M0 30 Q25 15 50 30 Q75 45 100 30 Q125 15 150 30 Q175 45 200 30' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='2'/%3E%3Cpath d='M0 10 Q25 -5 50 10 Q75 25 100 10 Q125 -5 150 10 Q175 25 200 10' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 200px 40px;
  background-repeat: repeat;
  color: rgba(255,255,255,0.7);
  padding: 16px 0;
  text-align: center;
  font-size: 0.82rem;
}

.footer-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer p { margin: 2px 0; }

.footer-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 50%;
  opacity: 0.8;
}

/* Hero bg image — parallax */
.hero {
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

/* Navbar scroll effect */
.navbar {
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.navbar.scrolled {
  background: rgba(14, 46, 56, 0.98);
  box-shadow: 0 2px 20px rgba(0,0,0,0.35);
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.hero-overlay {
  z-index: 1;
  background: rgba(10, 42, 51, 0.62);
}
.hero-content { z-index: 2; }
.scroll-down { z-index: 2; }

/* Cards 6-col */
.cards-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* Galería Slider */
.galeria-section {
  padding: 80px 0 40px;
  background-color: #0e2e38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='40'%3E%3Cpath d='M0 20 Q25 5 50 20 Q75 35 100 20 Q125 5 150 20 Q175 35 200 20' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2'/%3E%3Cpath d='M0 30 Q25 15 50 30 Q75 45 100 30 Q125 15 150 30 Q175 45 200 30' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='2'/%3E%3Cpath d='M0 10 Q25 -5 50 10 Q75 25 100 10 Q125 -5 150 10 Q175 25 200 10' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 200px 40px;
  background-repeat: repeat;
}
.galeria-section .section-kicker { color: var(--terracota); }
.galeria-section h2 { color: var(--blanco); margin-bottom: 40px; }
.slider-wrapper {
  position: relative;
  overflow: hidden;
  width: calc(100% - 80px);
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
  border-radius: 24px;
}
.slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.slide {
  min-width: 100%;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.slide img {
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 20px;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  border: none;
  color: var(--blanco);
  font-size: 1.4rem;
  padding: 14px 18px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: background 0.2s;
  line-height: 1;
}
.slider-btn:hover { background: rgba(255,255,255,0.3); }
.slider-prev { left: 20px; }
.slider-next { right: 20px; }
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 20px 0 40px;
  background: transparent;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}
.dot.active {
  background: var(--terracota);
  transform: scale(1.4);
}

/* Carta */
.carta-section {
  padding: 72px 0;
  background-color: #0e2e38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='40'%3E%3Cpath d='M0 20 Q25 5 50 20 Q75 35 100 20 Q125 5 150 20 Q175 35 200 20' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2'/%3E%3Cpath d='M0 30 Q25 15 50 30 Q75 45 100 30 Q125 15 150 30 Q175 45 200 30' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='2'/%3E%3Cpath d='M0 10 Q25 -5 50 10 Q75 25 100 10 Q125 -5 150 10 Q175 25 200 10' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 200px 40px;
  background-repeat: repeat;
  color: var(--blanco);
}
.carta-section .section-kicker { color: var(--terracota); }
.carta-section h2 { color: var(--blanco); }
.carta-sub {
  color: rgba(255,255,255,0.75);
  margin-bottom: 44px;
  font-size: 1rem;
}
.carta-btn-wrap {
  display: flex;
  justify-content: center;
}
.btn-carta {
  background: var(--terracota);
  color: var(--blanco);
  padding: 18px 48px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  transition: background 0.2s, transform 0.2s;
}
.btn-carta:hover {
  background: var(--terracota-dark);
  transform: translateY(-3px);
}

/* Pescadería */
.pescaderia-section {
  padding: 72px 0;
  background-color: #0e2e38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='40'%3E%3Cpath d='M0 20 Q25 5 50 20 Q75 35 100 20 Q125 5 150 20 Q175 35 200 20' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2'/%3E%3Cpath d='M0 30 Q25 15 50 30 Q75 45 100 30 Q125 15 150 30 Q175 45 200 30' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='2'/%3E%3Cpath d='M0 10 Q25 -5 50 10 Q75 25 100 10 Q125 -5 150 10 Q175 25 200 10' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 200px 40px;
  background-repeat: repeat;
  color: var(--blanco);
}
.pescaderia-section .section-kicker { color: var(--terracota); }
.pescaderia-section h2 { color: var(--blanco); }
.pescaderia-sub {
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto 50px;
}
.pescaderia-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.pescaderia-item {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 32px 28px;
  transition: background 0.2s;
}
.pescaderia-item:hover { background: rgba(255,255,255,0.13); }
.pescaderia-item--foto {
  padding: 0;
  overflow: hidden;
}
.pescaderia-item--foto img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.pescaderia-item--foto h3,
.pescaderia-item--foto p {
  padding: 0 24px;
}
.pescaderia-item--foto h3 {
  padding-top: 22px;
}
.pescaderia-item--foto p {
  padding-bottom: 24px;
}

.pescaderia-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: var(--terracota);
  margin-bottom: 12px;
}
.pescaderia-item p { color: rgba(255,255,255,0.8); font-size: 0.97rem; }
.pescaderia-item a { color: var(--terracota); text-decoration: none; font-weight: 600; }
.pescaderia-item a:hover { text-decoration: underline; }

/* Milo section */
.milo-section {
  padding: 72px 0;
  background-color: var(--crema);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='80'%3E%3Cellipse cx='72' cy='40' rx='18' ry='9' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1.2'/%3E%3Cpath d='M54 40 L44 31 L44 49 Z' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M62 31 Q68 23 75 31' fill='none' stroke='rgba(15,61,74,0.09)' stroke-width='1'/%3E%3Ccircle cx='84' cy='37' r='2' fill='rgba(15,61,74,0.09)'/%3E%3C/svg%3E");
  background-size: 120px 80px;
  background-repeat: repeat;
}
.milo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.milo-img img {
  width: 100%;
  border-radius: 50% 16px 50% 16px;
  box-shadow: var(--sombra);
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.milo-text p { color: #4a5a60; margin-bottom: 18px; }
.milo-text h2 { color: var(--azul-mar); margin-bottom: 20px; }
.milo-badge {
  display: inline-block;
  background: #0e2e38;
  color: var(--blanco);
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 8px;
}

/* Historia no-img fallback */
.historia-img.no-img {
  display: none;
}

/* Responsive — Tablet (≤860px) */
@media (max-width: 860px) {
  .historia-grid, .ambiente-grid, .milo-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .ambiente-img { order: -1; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .milo-img img {
    max-width: 360px;
    margin: 0 auto;
    display: block;
  }
  .historia { padding: 52px 0 32px; }
  .ambiente, .milo-section, .carta-section, .ubicacion, .contacto, .pescaderia-section, .horarios-section {
    padding: 52px 0;
  }
  .pescaderia-grid { grid-template-columns: 1fr; gap: 16px; }
  .horarios-grid { grid-template-columns: 1fr; }
  .historia-img img { aspect-ratio: 3/2; }
  .ambiente-foto-unica img { height: 360px; }
  .nav-links { gap: 20px; }
  .slider-btn { padding: 10px 14px; font-size: 1.2rem; }
  .hero-logo { width: 120px; height: 120px; }
  .slider-wrapper { width: calc(100% - 48px); }
}

/* Responsive — Mobile (≤640px) */
@media (max-width: 640px) {
  .nav-links {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #0e2e38;
    flex-direction: column;
    padding: 20px 0;
    display: none;
    gap: 18px;
  }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .navbar-inner { padding: 0 16px; }

  .historia { padding: 40px 0 24px; }
  .ambiente, .milo-section, .carta-section, .ubicacion, .contacto, .pescaderia-section, .horarios-section {
    padding: 40px 0;
  }
  .galeria-section { padding: 40px 0 20px; }
  .milo-text h2 { font-size: 1.7rem; }
  body { overflow-x: hidden; }

  section h2 { margin-bottom: 14px; }

  .cards-grid { grid-template-columns: 1fr; }

  .hero-buttons { flex-direction: column; align-items: center; }
  .btn { width: 100%; max-width: 280px; text-align: center; }

  .slide { height: 70vh; }
  .slide img { max-height: 70vh; }

  .slider-btn { padding: 8px 12px; font-size: 1rem; }
  .slider-prev { left: 10px; }
  .slider-next { right: 10px; }

  .mapa-wrap { height: 300px; }

  .contacto-botones { flex-direction: column; align-items: center; }
  .contacto-botones .btn { width: 100%; max-width: 300px; text-align: center; }

  .btn-carta { padding: 16px 32px; font-size: 1rem; }

  .historia-img img {
    aspect-ratio: 4/3;
  }
  .ambiente-foto-unica img { height: 280px; }
  .slider-wrapper { width: calc(100% - 24px); }
  .pescaderia-grid { grid-template-columns: 1fr; }
}
