:root {
  --blue: #053b7a;
  --deep: #061b3a;
  --turq: #20c7d9;
  --sand: #f4d28a;
  --cream: #fff8e8;
  --text: #12233b;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--white); }
a { color: inherit; }

.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 6%; background: rgba(3, 24, 56, 0.82);
  backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand img { height: 56px; width: auto; border-radius: 9px; }
nav { display: flex; gap: 22px; align-items: center; }
nav a { color: #fff; text-decoration: none; font-weight: 800; font-size: 14px; letter-spacing: .4px; }
nav a:hover { color: var(--sand); }
.menu-toggle { display: none; background: none; border: 0; color: #fff; font-size: 32px; cursor: pointer; }

.hero {
  height: 100vh; min-height: 700px; position: relative; display: flex;
  align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden;
}
.slider, .slide, .overlay { position: absolute; inset: 0; }
.slide { background-size: cover; background-position: center; opacity: 0; transition: opacity 1.4s ease; transform: scale(1.04); }
.slide.active { opacity: 1; }
.overlay {
  background: linear-gradient(180deg, rgba(3,20,45,.35), rgba(3,20,45,.82)),
              radial-gradient(circle at center, rgba(32,199,217,.20), transparent 60%);
}
.hero-content { position: relative; z-index: 2; max-width: 960px; padding: 28px; }
.hero-logo { max-width: 350px; width: 80%; border-radius: 18px; box-shadow: 0 25px 80px rgba(0,0,0,.42); margin-bottom: 22px; }
.kicker, .label { letter-spacing: 3px; text-transform: uppercase; color: var(--sand); font-weight: 900; font-size: 13px; }
h1 { font-size: 62px; line-height: 1; text-transform: uppercase; margin: 18px 0; }
h2 { font-size: 42px; color: var(--blue); margin: 8px 0 20px; line-height: 1.1; }
h3 { color: var(--blue); font-size: 24px; }
.hero p, .section p { font-size: 18px; line-height: 1.7; }

.hero-highlights {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 24px 0 0;
}
.hero-highlights span {
  padding: 10px 14px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px;
  background: rgba(255,255,255,.10); font-weight: 800; font-size: 14px;
}

.buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 25px; }
.btn {
  display: inline-block; border: 0; border-radius: 999px; padding: 15px 26px;
  font-weight: 900; text-decoration: none; cursor: pointer; font-size: 15px;
}
.primary { background: linear-gradient(135deg, var(--sand), #fff0bd); color: #06264d; }
.secondary { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.6); }
.outline { color: var(--blue); border: 1px solid var(--blue); background: #fff; }
.btn.soft { background: #eef8ff; color: var(--blue); border: 1px solid #d8ecf8; }

.section { padding: 96px 0; }
.container { width: min(1180px, 88%); margin: auto; }
.two { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }

.card, .contact-card, .map, .menu-grid article, .pdf-box, .story-photo-card, .menu-preview {
  background: #fff; border: 1px solid #e8f3fb; border-radius: 28px;
  box-shadow: 0 20px 60px rgba(5,59,122,.13);
}
.card { padding: 36px; }
.card.blue { background: linear-gradient(135deg, var(--blue), #0762b5); color: #fff; }
.card.blue h3 { color: #fff; }
.card li { margin: 13px 0; font-size: 18px; }

.story-section { background: #fff; }
.story-photo-card { overflow: hidden; height: 520px; }
.story-photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; }

.specialties { background: linear-gradient(180deg, #fff, #f6fbff); }
.specialty-photo-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.specialty-photo-grid img {
  width: 100%; height: 390px; object-fit: cover; border-radius: 28px;
  box-shadow: 0 20px 60px rgba(5,59,122,.13);
}
.specialty-photo-grid img:nth-child(2) { margin-top: 50px; }
.mini-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.mini-features div {
  background: #fff; border-radius: 20px; padding: 18px; border: 1px solid #e8f3fb;
}
.mini-features strong { display: block; color: var(--blue); font-size: 20px; }
.mini-features span { display: block; color: #526; margin-top: 6px; }

.carta { background: linear-gradient(180deg, #f6fbff, #fff); }
.center { text-align: center; }

.menu-preview {
  width: min(950px, 100%); margin: 38px auto 24px; display: grid;
  grid-template-columns: 1.35fr .65fr; overflow: hidden; background: rgba(255,255,255,.88);
  border: 1px solid rgba(5,59,122,.10); text-align: left;
}
.menu-preview-content { padding: 34px; }
.menu-preview-content h3 { margin: 12px 0 8px; font-size: 28px; }
.menu-preview-content p { margin-bottom: 0; }
.menu-badge {
  display: inline-block; background: rgba(244,210,138,.34); color: var(--blue);
  border: 1px solid rgba(244,210,138,.75); padding: 8px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px;
}
.menu-preview-side {
  background: linear-gradient(135deg, var(--blue), #0873bd); color: #fff; padding: 34px;
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; text-align: center;
}
.menu-preview-side span { font-size: 54px; }
.menu-preview-side strong { font-size: 18px; line-height: 1.35; }
.buttons.compact { justify-content: flex-start; margin-top: 22px; }

.pdf-box { overflow: hidden; margin: 38px auto; width: min(950px, 100%); }
.pdf-box iframe, .map iframe { width: 100%; height: 100%; border: 0; }
.pdf-box.discreet {
  height: 0; opacity: 0; margin: 0 auto; overflow: hidden; border-radius: 24px;
  transform: translateY(-8px); transition: all .35s ease;
}
.pdf-box.discreet.open { height: 520px; opacity: 1; margin: 22px auto 38px; }

.menu-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; text-align: left; margin-top: 34px; }
.menu-grid article { padding: 26px; }

.gallery-section { background: linear-gradient(180deg, #fff, #f7fbff); }
.gallery-grid {
  margin-top: 42px; display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 245px; gap: 18px;
}
.gallery-item {
  position: relative; overflow: hidden; border-radius: 26px; display: block;
  box-shadow: 0 20px 60px rgba(5,59,122,.13); background: #ddd;
}
.gallery-item.wide { grid-column: span 2; }
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s ease, filter .5s ease;
}
.gallery-item:hover img { transform: scale(1.07); filter: brightness(.78); }
.gallery-item span {
  position: absolute; left: 16px; bottom: 16px; background: rgba(3,24,56,.82);
  color: #fff; padding: 8px 13px; border-radius: 999px; font-size: 13px; font-weight: 900;
}

.map { height: 430px; overflow: hidden; }
.socials { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 20px; }
.socials a {
  background: var(--blue); color: #fff; text-decoration: none; border-radius: 999px;
  padding: 12px 18px; font-weight: 900;
}

.contact { background: linear-gradient(135deg, var(--deep), var(--blue)); }
.contact-card { padding: 42px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
input, textarea {
  width: 100%; padding: 16px; border: 1px solid #d9e9f4; border-radius: 16px;
  font-size: 16px; font-family: inherit;
}
textarea { margin-bottom: 18px; resize: vertical; }
.small { font-size: 14px !important; color: #667; }

footer { text-align: center; background: #031833; color: #fff; padding: 42px 20px; }
footer img { height: 90px; border-radius: 12px; margin-bottom: 10px; }
footer h3 { color: #fff; margin-bottom: 8px; }
footer a { color: var(--sand); font-weight: 900; text-decoration: none; }
footer hr { max-width: 420px; margin: 25px auto; border: 0; border-top: 1px solid rgba(255,255,255,.18); }

.floating-call {
  position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 60px; height: 60px;
  border-radius: 50%; background: linear-gradient(135deg, var(--sand), #fff0bd); color: #06264d;
  display: flex; align-items: center; justify-content: center; text-decoration: none;
  font-size: 28px; box-shadow: 0 12px 40px rgba(0,0,0,.28);
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  nav {
    display: none; position: absolute; top: 84px; right: 6%; left: 6%;
    background: rgba(3,24,56,.96); border-radius: 18px; padding: 20px; flex-direction: column;
  }
  nav.open { display: flex; }
  h1 { font-size: 38px; }
  h2 { font-size: 32px; }
  .two, .menu-grid, .row, .menu-preview, .gallery-grid, .mini-features { grid-template-columns: 1fr; }
  .reverse-mobile > .specialty-photo-grid { order: 2; }
  .gallery-item.wide { grid-column: span 1; }
  .gallery-grid { grid-auto-rows: 260px; }
  .buttons.compact { justify-content: center; }
  .menu-preview-content { text-align: center; }
  .pdf-box.discreet.open { height: 430px; }
  .hero { min-height: 780px; }
  .story-photo-card { height: 360px; }
  .specialty-photo-grid img { height: 280px; }
  .specialty-photo-grid img:nth-child(2) { margin-top: 0; }
}

/* Ajuste logo final PNG */
.brand img {
  object-fit: contain;
  background: transparent;
}
.hero-logo {
  background: rgba(255,255,255,.88);
  padding: 18px;
  object-fit: contain;
}
footer img {
  object-fit: contain;
  background: rgba(255,255,255,.92);
  padding: 12px;
}


/* ===== AJUSTE FINAL LOGO + MENÚ ===== */
.header {
  padding: 10px 5%;
  background: rgba(3, 24, 56, 0.68);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 38px rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.55);
}

.brand img {
  height: 48px;
  max-width: 170px;
  width: auto;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

nav {
  background: rgba(255,255,255,.08);
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
}

nav a {
  font-size: 13px;
  white-space: nowrap;
}

.hero-content {
  padding-top: 115px;
}

.hero-logo {
  background: rgba(255,255,255,.92);
  padding: 20px 28px;
  border-radius: 28px;
  max-width: 420px;
}

@media (max-width: 1050px) {
  nav {
    gap: 14px;
    padding: 10px 14px;
  }

  nav a {
    font-size: 12px;
  }

  .brand {
    min-width: 160px;
  }

  .brand img {
    max-width: 145px;
    height: 43px;
  }
}

@media (max-width: 900px) {
  .header {
    padding: 10px 5%;
  }

  .brand {
    min-width: auto;
    padding: 7px 12px;
  }

  .brand img {
    height: 42px;
    max-width: 150px;
  }

  .menu-toggle {
    background: rgba(255,255,255,.16);
    width: 48px;
    height: 48px;
    border-radius: 14px;
    line-height: 1;
  }

  nav {
    top: 76px;
    border-radius: 22px;
    background: rgba(3,24,56,.97);
    padding: 22px;
  }

  .hero-content {
    padding-top: 120px;
  }

  .hero-logo {
    max-width: 310px;
    padding: 16px 20px;
  }
}

/* Refuerzo para imágenes optimizadas */
img {
  max-width: 100%;
}

.gallery-item img,
.specialty-photo-grid img,
.story-photo-card img {
  background: #eaf5fb;
}

.gallery-item {
  border: 1px solid rgba(255,255,255,.65);
}


/* ===== RESEÑAS REALES ===== */
.reviews-section { background: linear-gradient(180deg, #fff8e8, #ffffff); }
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; text-align: left;
}
.review-card {
  background: #fff; border: 1px solid #f1dfb5; border-radius: 26px; padding: 26px;
  box-shadow: 0 20px 60px rgba(5,59,122,.11); display: flex; flex-direction: column; min-height: 315px;
}
.review-card .stars { color: #d9a322; letter-spacing: 3px; font-size: 20px; margin-bottom: 12px; }
.review-card h3 { margin: 0 0 12px; }
.review-card p { font-size: 16px; line-height: 1.65; margin: 0 0 16px; }
.review-card span { display: block; color: #526; font-weight: 800; margin-top: auto; }
.review-link {
  display: inline-block; margin-top: 18px; background: var(--blue); color: #fff; text-decoration: none;
  border-radius: 999px; padding: 12px 16px; font-weight: 900; text-align: center;
}
.review-link:hover { background: #0873bd; }

.social-icon, .footer-socials span {
  display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px;
  border-radius: 50%; background: rgba(255,255,255,.18); font-weight: 900; margin-right: 6px;
}
.footer-socials, .footer-legal { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin: 18px 0; }
.footer-socials a {
  display: inline-flex; align-items: center; gap: 3px; padding: 11px 16px; border-radius: 999px;
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); color: #fff;
}
.footer-legal a { color: var(--sand); font-size: 14px; }

.cookie-banner {
  position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 100;
  max-width: 980px; margin: auto; background: #fff; color: var(--text); border-radius: 22px;
  box-shadow: 0 20px 80px rgba(0,0,0,.28); border: 1px solid #e8f3fb;
  padding: 18px; display: none; align-items: center; justify-content: space-between; gap: 18px;
}
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 6px 0 0; line-height: 1.45; }
.cookie-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.cookie-actions a { color: var(--blue); font-weight: 900; }
.cookie-actions button {
  border: 0; border-radius: 999px; padding: 12px 20px; font-weight: 900; cursor: pointer;
  background: var(--blue); color: #fff;
}

.legal-page { padding-top: 130px; background: linear-gradient(180deg, #f6fbff, #fff); }
.legal-content {
  background: #fff; border: 1px solid #e8f3fb; border-radius: 28px; padding: 38px;
  box-shadow: 0 20px 60px rgba(5,59,122,.13); text-align: left;
}
.legal-content h1 { color: var(--blue); font-size: 42px; text-transform: none; }
.legal-content h2 { font-size: 28px; margin-top: 30px; }
.legal-content p, .legal-content li { font-size: 17px; line-height: 1.75; }

@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
}


/* Redes sociales visuales con logos oficiales */
.socials a, .footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}
.socials a {
  background: #ffffff;
  color: var(--deep);
  border: 1px solid rgba(3,24,51,.12);
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  padding: 10px 15px;
}
.footer-socials a {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  padding: 9px 14px;
}
.brand-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,.16);
}
.brand-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}
.brand-facebook {
  background: #1877F2;
  color: #fff;
}
.brand-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 62%, #285AEB 90%);
  color: #fff;
}
.footer-socials a:hover, .socials a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}
.review-author strong { color: var(--deep); }
.review-card .review-author { color: #4b5b6c; }
@media (max-width: 600px) {
  .brand-icon { width: 22px; height: 22px; min-width: 22px; }
  .brand-icon svg { width: 14px; height: 14px; }
  .footer-socials a, .socials a { padding: 9px 13px; }
}

.footer-social,.social-links,.footer-redes{display:none!important;}

#cookie-banner,.cookie-banner{
position:fixed!important;
bottom:20px!important;
left:20px!important;
right:20px!important;
max-width:900px!important;
margin:auto!important;
border-radius:14px!important;
box-shadow:0 10px 30px rgba(0,0,0,.2)!important;
padding:18px!important;
z-index:99999!important;
}
