/* La Monina - stylesheet */

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

/* Pulido final: ritmo premium, medidas estables y mejor respuesta movil */
.section {
  padding: 92px 0;
}

h1 {
  font-size: 5.05rem;
  line-height: 0.96;
  max-width: 12ch;
}

h2 {
  font-size: 3.15rem;
  line-height: 1;
}

h3 {
  font-size: 1.45rem;
}

.lead {
  font-size: 1.1rem;
  line-height: 1.72;
}

.eyebrow {
  letter-spacing: 0.12em;
}

.hero-content {
  padding: 124px 0 116px;
}

.hero .lead {
  max-width: 650px;
}

body[data-page="home"] .hero h1 {
  font-size: 5.65rem;
  max-width: 780px;
}

body[data-page="nosotros"] .hero h1,
body[data-page="reservaciones"] .hero h1,
body[data-page="menu"] .hero h1,
body[data-page="promociones"] .hero h1 {
  font-size: 4.45rem;
  max-width: 820px;
}

.hero-note {
  right: 44px;
  bottom: 36px;
}

.signature-inner {
  align-items: stretch;
}

.signature-inner a {
  min-height: 118px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.signature-inner a:hover {
  transform: translateY(-2px);
}

.intro-section {
  padding-top: 118px;
}

.section-head {
  width: min(760px, 100%);
  margin-bottom: 42px;
}

.story-grid,
.promo-preview-grid,
.sea-grid,
.reservation-grid,
.split {
  gap: 62px;
}

.card,
.form-card,
.campaign-feature,
.campaign-card,
.official-menu-frame {
  border-radius: 8px;
  border-color: rgba(9, 47, 39, 0.13);
  box-shadow: 0 24px 60px rgba(7, 31, 27, 0.1);
}

.card-body {
  padding: 28px;
}

.grid {
  gap: 24px;
}

.grid.three .card {
  min-height: 100%;
}

.media-card {
  min-height: 280px;
}

.split .media-card {
  min-height: 420px;
}

.info-band {
  background:
    linear-gradient(135deg, rgba(7, 31, 27, 0.96), rgba(13, 58, 48, 0.9)),
    url("../images/galeria/DSC_5247-min-scaled.jpg") center / cover;
  color: var(--warm-white);
  border-top: 1px solid rgba(255, 250, 241, 0.12);
  border-bottom: 1px solid rgba(255, 250, 241, 0.12);
}

.info-band .container.info-grid {
  width: min(1280px, calc(100% - 64px));
}

.info-grid {
  grid-template-columns: minmax(340px, 0.82fr) minmax(460px, 1.18fr);
  gap: 34px;
}

.info-box {
  display: grid;
  align-content: center;
  padding: 32px;
}

.info-band h2 {
  font-size: 3.2rem;
}

.map-box {
  min-height: 430px;
  padding: 10px;
}

.map-box iframe {
  min-height: 410px;
}

.info-band .lead,
.info-band p,
.info-band li {
  color: rgba(255, 250, 241, 0.78);
}

.info-band .eyebrow,
.info-band h2,
.info-band h3 {
  color: var(--sand);
}

.form-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(255, 244, 228, 0.96));
}

.form-group input,
.form-group select,
.form-group textarea {
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.94);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(20, 115, 122, 0.55);
  box-shadow: 0 0 0 4px rgba(20, 115, 122, 0.12);
  outline: 0;
}

.menu-tabs {
  top: var(--nav-height);
}

.menu-tabs-inner {
  padding: 14px 0;
}

.tab-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.campaign-card h2 {
  font-size: 2.15rem;
  line-height: 1;
}

.footer-social,
.nav-actions {
  align-items: center;
}

.photo-bank-section {
  background:
    linear-gradient(180deg, #fff7ea, #fff0dd 58%, #fffaf1);
}

.photo-bank-head {
  margin-left: 0;
  text-align: left;
}

.photo-bank-head h2 {
  max-width: 760px;
}

.photo-bank-head .lead {
  max-width: 660px;
}

.photo-bank {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(230px, 0.72fr) minmax(260px, 0.86fr);
  grid-auto-rows: 220px;
  gap: 18px;
}

.photo-bank .gallery-item {
  min-height: 0;
  border: 1px solid rgba(9, 47, 39, 0.12);
  box-shadow: 0 22px 48px rgba(7, 31, 27, 0.1);
}

.photo-bank .photo-feature {
  grid-row: span 2;
}

.photo-bank .vertical {
  grid-row: span 2;
}

.photo-bank .wide-row {
  grid-column: span 2;
}

@media (min-width: 1280px) {
  h1 {
    font-size: 5.35rem;
  }

  h2 {
    font-size: 3.35rem;
  }

  body[data-page="home"] .hero h1 {
    font-size: 5.95rem;
  }
}

@media (max-width: 1180px) {
  h1 {
    font-size: 4.25rem;
  }

  h2 {
    font-size: 2.82rem;
  }

  body[data-page="home"] .hero h1,
  body[data-page="nosotros"] .hero h1,
  body[data-page="reservaciones"] .hero h1,
  body[data-page="menu"] .hero h1,
  body[data-page="promociones"] .hero h1 {
    font-size: 4.25rem;
  }

  .section {
    padding: 82px 0;
  }

  .story-grid,
  .promo-preview-grid,
  .sea-grid,
  .reservation-grid,
  .split {
    gap: 44px;
  }

  .info-band .container.info-grid {
    width: var(--container);
  }

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

  .map-box,
  .map-box iframe {
    min-height: 390px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 3.75rem;
  }

  h2 {
    font-size: 2.62rem;
  }

  body[data-page="home"] .hero h1,
  body[data-page="nosotros"] .hero h1,
  body[data-page="reservaciones"] .hero h1,
  body[data-page="menu"] .hero h1,
  body[data-page="promociones"] .hero h1 {
    font-size: 3.75rem;
  }

  .hero-content {
    padding: 126px 0 118px;
  }

  .split,
  .grid.three,
  .grid.two {
    grid-template-columns: 1fr;
  }

  .split .media-card {
    min-height: 360px;
  }

  .menu-tabs-inner {
    justify-content: flex-start;
  }

  .photo-bank {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 230px;
  }

  .photo-bank .photo-feature,
  .photo-bank .wide-row {
    grid-column: span 2;
  }

  .photo-bank .vertical {
    grid-row: span 1;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 3.05rem;
    max-width: 10.5ch;
  }

  h2 {
    font-size: 2.28rem;
  }

  body[data-page="home"] .hero h1,
  body[data-page="nosotros"] .hero h1,
  body[data-page="reservaciones"] .hero h1,
  body[data-page="menu"] .hero h1,
  body[data-page="promociones"] .hero h1 {
    font-size: 3.05rem;
  }

  h3 {
    font-size: 1.28rem;
  }

  .lead {
    font-size: 1rem;
  }

  .section {
    padding: 70px 0;
  }

  .hero,
  .hero-editorial,
  .hero.compact,
  .menu-hero,
  .promo-hero {
    min-height: 680px;
  }

  .hero-content {
    padding: 112px 0 104px;
  }

  .hero-actions,
  .section-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .section-actions .btn {
    flex: 1 1 210px;
  }

  .signature-strip {
    padding: 0 16px;
  }

  .signature-inner a {
    min-height: 96px;
  }

  .card-body {
    padding: 24px;
  }

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

  .campaign-card h2 {
    font-size: 1.8rem;
  }

  .info-band h2 {
    font-size: 2.35rem;
  }

  .map-box,
  .map-box iframe {
    min-height: 340px;
  }
}

@media (max-width: 520px) {
  :root {
    --container: min(100% - 24px, 1240px);
  }

  h1 {
    font-size: 2.36rem;
    line-height: 0.98;
    max-width: 12ch;
  }

  h2 {
    font-size: 1.96rem;
    line-height: 1.02;
  }

  body[data-page="home"] .hero h1,
  body[data-page="nosotros"] .hero h1,
  body[data-page="reservaciones"] .hero h1,
  body[data-page="menu"] .hero h1,
  body[data-page="promociones"] .hero h1 {
    font-size: 2.36rem;
  }

  .hero,
  .hero-editorial,
  .hero.compact,
  .menu-hero,
  .promo-hero {
    min-height: 620px;
  }

  .hero-content {
    padding: 98px 0 96px;
  }

  .hero-note {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 26px;
    width: 100%;
    max-width: 100%;
  }

  .hero-actions,
  .section-actions {
    display: grid;
  }

  .hero-actions .btn,
  .section-actions .btn {
    width: 100%;
  }

  .signature-strip {
    margin-top: 0;
    padding: 0;
  }

  .signature-inner {
    border-radius: 0;
  }

  .story-grid,
  .promo-preview-grid,
  .sea-grid,
  .reservation-grid,
  .split {
    gap: 30px;
  }

  .media-card,
  .split .media-card,
  .story-photo-large,
  .sea-photo,
  .promo-photo-strip,
  .campaign-image {
    min-height: 300px;
  }

  .menu-tabs {
    overflow: hidden;
  }

  .menu-tabs-inner {
    width: calc(100% - 18px);
    padding: 10px 0;
  }

  .tab-link {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 0.68rem;
  }

  .form-card {
    padding: 22px;
  }

  .site-footer {
    padding-bottom: 34px;
  }

  .photo-bank {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 14px;
  }

  .photo-bank .gallery-item,
  .photo-bank .photo-feature,
  .photo-bank .wide-row,
  .photo-bank .vertical {
    grid-column: auto;
    grid-row: auto;
    height: 265px;
  }

  .photo-bank .photo-feature {
    height: 320px;
  }
}

@media (max-width: 520px) {
  .hero-note {
    left: auto;
    width: 100%;
  }
}

:root {
  --green-deep: #123b2b;
  --green: #2f6b4f;
  --green-soft: #dce8da;
  --cream: #fff6e8;
  --sand: #ead6b7;
  --sand-deep: #c79c63;
  --white: #fffdf8;
  --ink: #253029;
  --muted: #6b756d;
  --sunset: #d89a43;
  --gold: #b9792f;
  --red-accent: #b64036;
  --line: rgba(37, 48, 41, 0.14);
  --shadow: 0 20px 50px rgba(18, 59, 43, 0.12);
  --radius: 8px;
  --nav-height: 78px;
  --container: min(1140px, calc(100% - 40px));
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + 18px);
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img,
svg,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(216, 154, 67, 0.55);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 999;
  transform: translateY(-140%);
  background: var(--green-deep);
  color: var(--white);
  padding: 10px 14px;
  border-radius: var(--radius);
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.section.alt {
  background: var(--cream);
}

.section-head {
  width: min(780px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-word {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 6rem);
}

h2 {
  font-size: clamp(2rem, 4.4vw, 4.2rem);
}

h3 {
  font-size: clamp(1.22rem, 2vw, 1.65rem);
}

.lead {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.pill-note,
.pending-note {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(182, 64, 54, 0.28);
  color: var(--red-accent);
  background: rgba(182, 64, 54, 0.07);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.75rem;
  font-weight: 800;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-height);
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.nav-inner {
  width: min(1260px, calc(100% - 28px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 155px;
  color: var(--green-deep);
  text-decoration: none;
}

.nav-logo img {
  width: 74px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.logo-fallback {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(18, 59, 43, 0.18);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--red-accent);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.nav-logo-text {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.nav-logo-text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.nav-logo-text span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links,
.nav-actions,
.nav-social {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  border-radius: 999px;
  color: var(--green-deep);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 8px 11px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  background: var(--green-soft);
  color: var(--green-deep);
}

.nav-actions {
  gap: 8px;
}

.nav-social {
  gap: 6px;
}

.icon-btn,
.hamburger,
.lang-btn {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--green-deep);
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.icon-btn:hover,
.hamburger:hover,
.lang-btn:hover {
  transform: translateY(-1px);
  background: var(--green-soft);
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px;
  background: var(--white);
}

.lang-btn {
  border: 0;
  min-width: 32px;
  height: 30px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
}

.lang-btn.is-active {
  background: var(--green-deep);
  color: var(--white);
}

.nav-book {
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--green-deep);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.hamburger {
  display: none;
  position: relative;
}

.hamburger span {
  width: 16px;
  height: 2px;
  background: currentColor;
  position: absolute;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hamburger span:nth-child(1) {
  transform: translateY(-5px);
}

.hamburger span:nth-child(3) {
  transform: translateY(5px);
}

.hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
}

.hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: var(--nav-height);
  left: 0;
  right: 0;
  z-index: 90;
  display: none;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 16px 20px 22px;
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 4px;
  color: var(--green-deep);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.mobile-menu-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.hero {
  min-height: calc(100svh - var(--nav-height));
  position: relative;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: var(--green-deep);
}

.hero.compact {
  min-height: 520px;
}

.hero.medium {
  min-height: 560px;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img,
.hero-media .placeholder-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 59, 43, 0.88) 0%, rgba(18, 59, 43, 0.56) 45%, rgba(18, 59, 43, 0.18) 100%),
    linear-gradient(0deg, rgba(18, 59, 43, 0.72), rgba(18, 59, 43, 0.05) 45%);
}

.hero-content {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(56px, 10vw, 118px) 0;
  color: var(--white);
}

.hero h1 {
  max-width: 880px;
  margin-bottom: 20px;
}

.hero .lead {
  color: rgba(255, 253, 248, 0.84);
  max-width: 620px;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.actions.center {
  justify-content: center;
}

.actions.spaced {
  margin-top: 24px;
  justify-content: center;
}


.hero-actions {
  margin-top: 30px;
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 18px;
  color: var(--green-deep);
  background: var(--white);
  text-decoration: none;
  font-weight: 900;
  font-size: 0.84rem;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(18, 59, 43, 0.18);
}

.btn.primary {
  background: var(--sunset);
  color: #1f160c;
}

.btn.dark {
  background: var(--green-deep);
  color: var(--white);
}

.btn.outline {
  border-color: rgba(255, 253, 248, 0.5);
  background: transparent;
  color: var(--white);
}

.btn.soft {
  background: var(--green-soft);
  color: var(--green-deep);
}

.grid {
  display: grid;
  gap: 22px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(18, 59, 43, 0.07);
}

.card-body {
  padding: 22px;
}

.media-card {
  min-height: 220px;
  position: relative;
  background: var(--green-soft);
}

.media-card img,
.media-card .placeholder-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.feature-list li {
  border-left: 3px solid var(--sunset);
  padding: 3px 0 3px 14px;
  color: var(--muted);
}

.day-card {
  min-height: 280px;
  display: grid;
  align-content: end;
  color: var(--white);
  background: var(--green-deep);
  position: relative;
  isolation: isolate;
}

.day-card > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.day-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(18, 59, 43, 0.88), rgba(18, 59, 43, 0.12));
}

.day-card .card-body {
  position: relative;
}

.placeholder-art {
  min-height: 100%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(18, 59, 43, 0.72), rgba(216, 154, 67, 0.28)),
    radial-gradient(circle at 80% 15%, rgba(255, 253, 248, 0.55), transparent 26%),
    linear-gradient(0deg, #2e5943 0 42%, #d9a657 43% 53%, #f1d8a7 54% 60%, #70a5a0 61% 100%);
  color: rgba(255, 253, 248, 0.84);
  text-align: center;
  padding: 20px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-tabs {
  position: sticky;
  top: var(--nav-height);
  z-index: 70;
  background: rgba(255, 246, 232, 0.94);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.menu-tabs-inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 0;
}

.tab-link {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  background: var(--white);
  color: var(--green-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-placeholder {
  padding: 24px;
  min-height: 420px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px dashed rgba(18, 59, 43, 0.35);
  background: var(--cream);
}

.menu-placeholder strong {
  display: block;
  color: var(--green-deep);
  font-size: 1.4rem;
}

.menu-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.menu-language-stack {
  display: grid;
  gap: 12px;
}

body:not(.lang-en) [data-visible-lang="en"],
body.lang-en [data-visible-lang="es"] {
  display: none !important;
}

.menu-page {
  min-height: 360px;
  background: var(--white);
}

.menu-page img {
  object-fit: contain;
  background: var(--white);
}

.promo-card .media-card {
  min-height: 180px;
}

.conditions {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-group {
  display: grid;
  gap: 7px;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  color: var(--green-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1px solid rgba(18, 59, 43, 0.22);
  border-radius: var(--radius);
  background: #fffefa;
  color: var(--ink);
  min-height: 46px;
  padding: 11px 12px;
  appearance: none;
  -webkit-appearance: none;
}

.form-group textarea {
  min-height: 112px;
  resize: vertical;
}

.form-error {
  min-height: 20px;
  color: var(--red-accent);
  font-size: 0.86rem;
  font-weight: 700;
}

.info-band {
  background: var(--green-deep);
  color: var(--white);
}

.info-band .lead,
.info-band .muted {
  color: rgba(255, 253, 248, 0.75);
}

.info-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: stretch;
}

.info-box {
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255, 253, 248, 0.07);
}

.map-box {
  min-height: 280px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(234, 214, 183, 0.18), rgba(47, 107, 79, 0.42));
  display: grid;
  place-items: center;
  text-align: center;
  padding: 22px;
}

.map-box iframe {
  display: block;
  width: 100%;
  min-height: 280px;
  border: 0;
  border-radius: var(--radius);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gallery-grid.compact-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-item {
  border: 0;
  padding: 0;
  min-height: 220px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--green-soft);
}

.gallery-item img,
.gallery-item .placeholder-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-item:hover img,
.gallery-item:hover .placeholder-art {
  transform: scale(1.04);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(18, 59, 43, 0.88);
}

.lightbox.is-open {
  display: grid;
}

.lightbox-content {
  width: min(940px, 100%);
  max-height: 82svh;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
}

.lightbox-content img {
  width: 100%;
  max-height: 82svh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 253, 248, 0.35);
  background: rgba(255, 253, 248, 0.12);
  color: var(--white);
  font-size: 1.6rem;
}

.footer {
  background: #10281f;
  color: rgba(255, 253, 248, 0.78);
  padding: 34px 0;
}

.footer-inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer strong {
  color: var(--white);
}

.footer a {
  color: var(--sand);
  text-decoration: none;
}

.muted {
  color: var(--muted);
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .hamburger {
    display: inline-grid;
  }
}

@media (max-width: 860px) {
  :root {
    --nav-height: 68px;
    --container: min(100% - 28px, 1140px);
  }

  .nav-social {
    display: none;
  }

  .nav-logo {
    min-width: 0;
  }

  .nav-logo-text span {
    display: none;
  }

  .grid.three,
  .grid.two,
  .split,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 680px;
  }

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

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .nav-inner {
    width: calc(100% - 18px);
    gap: 8px;
  }

  .logo-fallback {
    width: 40px;
    height: 40px;
    font-size: 0.84rem;
  }

  .nav-logo-text strong {
    font-size: 1rem;
  }

  .nav-book,
  .nav-logo-text span {
    display: none;
  }

  .nav-actions {
    gap: 5px;
  }

  h1 {
    font-size: clamp(1.9rem, 8vw, 2.05rem);
  }

  h2 {
    font-size: clamp(1.72rem, 8vw, 2.1rem);
  }

  .hero-actions,
  .actions,
  .mobile-menu-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

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

  .menu-image-grid,
  .gallery-grid.compact-gallery {
    grid-template-columns: 1fr;
  }

  .menu-page {
    min-height: 300px;
  }
}

@media (max-width: 430px) {
  .nav-logo-text {
    display: none;
  }

  .lang-toggle {
    transform: scale(0.92);
    transform-origin: right center;
  }

  .hero .lead,
  .lead {
    font-size: 0.98rem;
  }
}

/* Segunda etapa visual: direccion editorial y fotografica */
:root {
  --green-deep: #0e3327;
  --green: #2c664d;
  --green-soft: #e1eadf;
  --cream: #fff4e4;
  --sand: #e7cfaa;
  --sand-deep: #b8894f;
  --warm-white: #fffdf7;
  --white: #fffdf7;
  --ink: #202a24;
  --muted: #677369;
  --sunset: #d99b42;
  --gold: #af7432;
  --red-accent: #b94036;
  --sea: #0f6f76;
  --line: rgba(32, 42, 36, 0.13);
  --shadow: 0 26px 70px rgba(18, 59, 43, 0.14);
  --soft-shadow: 0 14px 34px rgba(18, 59, 43, 0.08);
  --radius: 8px;
  --nav-height: 76px;
  --container: min(1180px, calc(100% - 44px));
}

body {
  background:
    linear-gradient(180deg, var(--warm-white) 0%, #fff9ef 44%, var(--warm-white) 100%);
  color: var(--ink);
}

h1,
h2,
h3,
.brand-word {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.45rem, 4.8rem, 5.25rem);
  line-height: 0.96;
}

h2 {
  font-size: clamp(2rem, 3.55rem, 3.85rem);
  line-height: 1;
}

h3 {
  font-size: clamp(1.22rem, 1.55rem, 1.7rem);
}

.lead {
  max-width: 64ch;
}

.section {
  padding: clamp(66px, 9vw, 120px) 0;
}

.section.alt {
  background:
    linear-gradient(180deg, rgba(255, 244, 228, 0.74), rgba(231, 207, 170, 0.3));
}

.section-head.left {
  margin-left: 0;
  text-align: left;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
}

.nav {
  background: rgba(255, 253, 247, 0.9);
  box-shadow: 0 10px 30px rgba(18, 59, 43, 0.05);
}

.nav-inner {
  width: min(1320px, calc(100% - 32px));
}

.nav-logo {
  min-width: 116px;
}

.nav-logo img {
  width: 132px;
  max-height: 58px;
  object-fit: contain;
}

.nav-links {
  gap: 8px;
}

.nav-links a {
  color: rgba(14, 51, 39, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  padding: 9px 10px;
}

.nav-links a:hover,
.nav-links a.active {
  background: transparent;
  color: var(--green-deep);
  box-shadow: inset 0 -2px 0 var(--sunset);
}

.icon-btn,
.hamburger,
.lang-btn {
  background: rgba(255, 253, 247, 0.82);
}

.icon-btn {
  overflow: hidden;
}

.icon-btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.icon-btn:hover {
  background: var(--cream);
}

.nav-book {
  background: var(--red-accent);
  color: var(--warm-white);
  box-shadow: 0 10px 26px rgba(185, 64, 54, 0.2);
}

.mobile-menu {
  background: rgba(255, 253, 247, 0.98);
}

.hero-editorial,
.menu-hero,
.promo-hero {
  min-height: calc(100svh - var(--nav-height));
  align-items: center;
}

.hero.compact {
  min-height: 620px;
}

.hero-media img {
  object-position: center;
}

.hero-editorial .hero-media img:first-child {
  object-position: 38% center;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(8, 34, 27, 0.84) 0%, rgba(14, 51, 39, 0.64) 40%, rgba(14, 51, 39, 0.1) 100%),
    linear-gradient(0deg, rgba(10, 30, 25, 0.72), rgba(10, 30, 25, 0.02) 58%);
}

.hero-slides img,
.promo-photo-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition: opacity 1.35s ease;
}

.hero-slides img.is-active,
.promo-photo-strip img.is-active {
  opacity: 1;
}

.editorial-hero-content {
  padding-top: clamp(92px, 12vw, 150px);
}

.hero-content {
  padding: clamp(72px, 10vw, 132px) 0;
}

.hero h1 {
  max-width: 760px;
  text-wrap: balance;
}

.hero .lead {
  max-width: 560px;
  color: rgba(255, 253, 247, 0.86);
}

.hero-note {
  position: absolute;
  right: clamp(22px, 4vw, 62px);
  bottom: clamp(18px, 4vw, 46px);
  z-index: 2;
  border-left: 2px solid var(--sunset);
  color: rgba(255, 253, 247, 0.9);
  padding-left: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.hero-note strong {
  display: block;
  color: var(--warm-white);
  font-size: 0.86rem;
}

.btn {
  min-height: 46px;
  border-radius: 999px;
  padding: 12px 19px;
  letter-spacing: 0.05em;
  box-shadow: none;
}

.btn.primary {
  background: var(--sunset);
  color: #20150b;
}

.btn.dark {
  background: var(--green-deep);
  color: var(--warm-white);
}

.hero .btn.outline,
.reservation-band .btn.outline {
  border-color: rgba(255, 253, 247, 0.56);
  color: var(--warm-white);
}

.intro-grid,
.reservation-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(30px, 6vw, 82px);
  align-items: end;
}

.intro-copy h2 {
  max-width: 760px;
}

.intro-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-facts div {
  padding: 18px 16px;
  border-right: 1px solid var(--line);
}

.intro-facts div:last-child {
  border-right: 0;
}

.intro-facts span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.intro-facts strong {
  display: block;
  color: var(--green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.story-photo,
.sea-photo,
.campaign-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--green-soft);
}

.story-photo-large {
  min-height: 560px;
}

.story-photo img,
.sea-photo img,
.campaign-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.story-copy {
  position: relative;
}

.story-copy::before {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-bottom: 22px;
  background: var(--red-accent);
}

.mini-gallery,
.inline-photo-pair,
.food-mosaic {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.mini-gallery {
  grid-template-columns: repeat(3, 1fr);
}

.mini-gallery img,
.inline-photo-pair img,
.food-mosaic img {
  width: 100%;
  height: 180px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--soft-shadow);
}

.text-link {
  color: var(--green-deep);
  font-weight: 900;
  text-decoration-color: var(--sunset);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.sea-section {
  background: var(--green-deep);
  color: var(--warm-white);
  padding: clamp(56px, 8vw, 96px) 0;
}

.sea-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: stretch;
}

.sea-panel {
  display: grid;
  align-content: center;
  border-top: 1px solid rgba(255, 253, 247, 0.2);
  border-bottom: 1px solid rgba(255, 253, 247, 0.2);
  padding: clamp(28px, 5vw, 58px) 0;
}

.sea-panel p {
  color: rgba(255, 253, 247, 0.78);
}

.sea-photo {
  min-height: 520px;
}

.editorial-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 14px;
}

.editorial-gallery .gallery-item {
  min-height: auto;
  height: 100%;
}

.editorial-gallery .wide {
  grid-column: span 2;
}

.editorial-gallery .tall {
  grid-row: span 2;
}

.promo-preview-grid,
.promo-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: center;
}

.promo-photo-strip {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--green-soft);
  box-shadow: var(--shadow);
}

.reservation-band {
  background:
    linear-gradient(rgba(14, 51, 39, 0.86), rgba(14, 51, 39, 0.86)),
    url("../images/galeria/DSC_5247-min-scaled.jpg") center / cover;
  color: var(--warm-white);
}

.reservation-band .lead {
  color: rgba(255, 253, 247, 0.8);
}

.footer {
  background: #0b251d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  align-items: start;
}

.footer-logo {
  width: 150px;
  margin-bottom: 18px;
}

.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.footer .icon-btn {
  background: rgba(255, 253, 247, 0.08);
  border-color: rgba(255, 253, 247, 0.16);
}

.menu-section-grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.menu-section-grid.reverse {
  grid-template-columns: minmax(0, 1.22fr) minmax(310px, 0.78fr);
}

.menu-copy {
  position: sticky;
  top: calc(var(--nav-height) + 88px);
  align-self: start;
}

.official-menu-frame {
  border: 1px solid rgba(32, 42, 36, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.72);
  padding: 14px;
  box-shadow: var(--soft-shadow);
}

.menu-page {
  min-height: 500px;
  border: 1px solid rgba(32, 42, 36, 0.1);
}

.menu-page img {
  padding: 8px;
}

.inline-photo-pair {
  grid-template-columns: 0.9fr 1.1fr;
}

.inline-photo-pair img {
  height: 260px;
}

.food-mosaic {
  grid-template-columns: repeat(2, 1fr);
}

.food-mosaic .wide {
  grid-column: span 2;
}

.food-mosaic img {
  height: 210px;
}

.food-mosaic .wide {
  height: 280px;
}

.campaign-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  grid-column: 1 / -1;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--warm-white);
  box-shadow: var(--shadow);
}

.campaign-image {
  min-height: 480px;
  border-radius: 0;
  box-shadow: none;
}

.campaign-copy {
  padding: clamp(28px, 5vw, 58px);
  align-self: center;
}

.campaign-stack {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.campaign-card {
  display: grid;
  grid-template-columns: minmax(160px, 0.85fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  background: var(--warm-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--soft-shadow);
}

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

.campaign-card div {
  padding: 22px 22px 22px 0;
}

.campaign-card small {
  color: var(--muted);
  font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (max-width: 1120px) {
  .nav-logo img {
    width: 112px;
  }

  .nav-social {
    display: none;
  }
}

@media (max-width: 900px) {
  :root {
    --container: min(100% - 30px, 1180px);
  }

  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2.42rem;
  }

  .intro-grid,
  .story-grid,
  .sea-grid,
  .promo-preview-grid,
  .promo-layout,
  .reservation-grid,
  .menu-section-grid,
  .menu-section-grid.reverse,
  .campaign-feature {
    grid-template-columns: 1fr;
  }

  .menu-copy {
    position: static;
  }

  .story-photo-large,
  .sea-photo,
  .promo-photo-strip,
  .campaign-image {
    min-height: 390px;
  }

  .editorial-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 190px;
  }

  .campaign-stack,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  :root {
    --nav-height: 68px;
    --container: min(100% - 24px, 1180px);
  }

  .nav-logo img {
    width: 104px;
    max-height: 48px;
  }

  .lang-toggle {
    transform: none;
  }

  h1 {
    font-size: 2.42rem;
    line-height: 1;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-editorial,
  .hero.compact,
  .menu-hero,
  .promo-hero {
    min-height: 650px;
  }

  .hero-note {
    left: 24px;
    right: auto;
    bottom: 22px;
  }

  .intro-facts,
  .mini-gallery,
  .inline-photo-pair,
  .food-mosaic,
  .campaign-stack,
  .campaign-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .intro-facts div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .intro-facts div:last-child {
    border-bottom: 0;
  }

  .editorial-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .editorial-gallery .wide,
  .editorial-gallery .tall,
  .food-mosaic .wide {
    grid-column: auto;
    grid-row: auto;
  }

  .story-photo-large,
  .sea-photo,
  .promo-photo-strip,
  .campaign-image {
    min-height: 330px;
  }

  .menu-page {
    min-height: 420px;
  }

  .campaign-card div {
    padding: 22px;
  }
}

/* Tercera pasada visual: La Monina premium, costera y mas propia */
:root {
  --green-deep: #092f27;
  --green: #28614c;
  --green-soft: #dde9df;
  --cream: #fff2df;
  --sand: #e3c896;
  --sand-deep: #a97639;
  --warm-white: #fffaf1;
  --white: #fffaf1;
  --ink: #1b251f;
  --muted: #657067;
  --sunset: #d98e35;
  --gold: #b57732;
  --red-accent: #b43832;
  --sea: #14737a;
  --night: #071f1b;
  --line: rgba(27, 37, 31, 0.12);
  --shadow: 0 34px 90px rgba(7, 31, 27, 0.18);
  --soft-shadow: 0 18px 44px rgba(7, 31, 27, 0.1);
  --container: min(1240px, calc(100% - 48px));
}

html {
  scroll-padding-top: calc(var(--nav-height) + 28px);
}

body {
  background:
    linear-gradient(180deg, #fffaf1 0%, #fff4e4 46%, #fffaf1 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(20, 115, 122, 0.06), transparent 34%),
    linear-gradient(245deg, rgba(217, 142, 53, 0.08), transparent 32%);
}

h1,
h2,
h3 {
  color: inherit;
  text-wrap: balance;
}

h1 {
  font-size: clamp(3rem, 6.6vw, 6.8rem);
  line-height: 0.9;
  max-width: 11ch;
}

h2 {
  font-size: clamp(2.15rem, 4.4vw, 4.65rem);
  letter-spacing: 0;
}

.lead {
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.75;
}

.nav {
  position: fixed;
  height: 78px;
  background: rgba(7, 31, 27, 0.92);
  border-bottom: 1px solid rgba(255, 250, 241, 0.12);
  box-shadow: 0 18px 50px rgba(7, 31, 27, 0.24);
}

.nav-logo {
  min-width: 136px;
}

.nav-logo img {
  width: 142px;
  max-height: 62px;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
}

.nav-links a {
  color: rgba(255, 250, 241, 0.72);
  border-radius: 6px;
  padding: 10px 12px;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--sand);
  background: rgba(255, 250, 241, 0.06);
  box-shadow: none;
}

.nav-links a.active::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 7px auto -3px;
  background: var(--sunset);
}

.lang-toggle {
  background: rgba(255, 250, 241, 0.08);
  border-color: rgba(255, 250, 241, 0.14);
}

.lang-btn,
.icon-btn,
.hamburger {
  color: var(--warm-white);
  background: rgba(255, 250, 241, 0.08);
  border-color: rgba(255, 250, 241, 0.14);
}

.lang-btn.is-active {
  color: var(--night);
  background: var(--sand);
}

.icon-btn img {
  width: 17px;
  height: 17px;
}

.icon-btn:hover,
.hamburger:hover,
.lang-btn:hover {
  background: rgba(255, 250, 241, 0.16);
}

.nav-book {
  color: var(--warm-white);
  background: linear-gradient(135deg, var(--red-accent), #d45f3d);
  border: 1px solid rgba(255, 250, 241, 0.12);
  box-shadow: 0 14px 30px rgba(180, 56, 50, 0.28);
}

.mobile-menu {
  top: 78px;
  background: rgba(7, 31, 27, 0.98);
  border-bottom-color: rgba(255, 250, 241, 0.12);
}

.mobile-menu a {
  color: rgba(255, 250, 241, 0.84);
  border-bottom-color: rgba(255, 250, 241, 0.1);
}

.hero,
.hero-editorial,
.menu-hero,
.promo-hero {
  min-height: 100svh;
  padding-top: var(--nav-height);
}

.hero.compact {
  min-height: 720px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 140px;
  background:
    linear-gradient(180deg, transparent, rgba(7, 31, 27, 0.36)),
    repeating-linear-gradient(135deg, rgba(255, 250, 241, 0.18) 0 1px, transparent 1px 16px);
  opacity: 0.45;
  pointer-events: none;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(5, 24, 21, 0.88) 0%, rgba(9, 47, 39, 0.72) 42%, rgba(9, 47, 39, 0.18) 100%),
    radial-gradient(circle at 76% 22%, rgba(217, 142, 53, 0.2), transparent 28%),
    linear-gradient(0deg, rgba(5, 24, 21, 0.78), rgba(5, 24, 21, 0.06) 60%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(96px, 12vw, 168px) 0 clamp(90px, 10vw, 140px);
}

.hero .eyebrow {
  color: var(--sand);
}

.hero .lead {
  max-width: 620px;
  color: rgba(255, 250, 241, 0.84);
}

.hero-actions {
  gap: 14px;
}

.btn {
  min-height: 48px;
  border-radius: 6px;
  padding: 13px 20px;
}

.btn.primary {
  background: linear-gradient(135deg, var(--sand), var(--sunset));
  color: #1f160c;
}

.btn.outline {
  border-color: rgba(9, 47, 39, 0.2);
  color: var(--green-deep);
}

.hero .btn.outline,
.reservation-band .btn.outline {
  background: rgba(255, 250, 241, 0.06);
  border-color: rgba(255, 250, 241, 0.42);
}

.signature-strip {
  position: relative;
  z-index: 5;
  margin-top: -42px;
  padding: 0 24px;
}

.signature-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(255, 250, 241, 0.94);
  border: 1px solid rgba(9, 47, 39, 0.14);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(7, 31, 27, 0.18);
  backdrop-filter: blur(16px);
}

.signature-inner a {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 22px;
  color: var(--green-deep);
  text-decoration: none;
  border-right: 1px solid var(--line);
}

.signature-inner a:last-child {
  border-right: 0;
}

.signature-inner span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signature-inner strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.12;
}

.signature-inner a:hover {
  background: var(--green-deep);
  color: var(--warm-white);
}

.signature-inner a:hover span {
  color: var(--sand);
}

.intro-section {
  padding-top: clamp(92px, 11vw, 145px);
}

.intro-grid {
  align-items: center;
}

.intro-copy {
  max-width: 820px;
}

.intro-facts {
  background: var(--green-deep);
  color: var(--warm-white);
  border: 0;
  box-shadow: var(--soft-shadow);
}

.intro-facts div {
  border-color: rgba(255, 250, 241, 0.16);
}

.intro-facts span {
  color: rgba(255, 250, 241, 0.66);
}

.intro-facts strong {
  color: var(--sand);
}

.food-story {
  position: relative;
}

.food-story::before,
.editorial-gallery-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1240px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(9, 47, 39, 0.24), transparent);
}

.story-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
}

.story-photo,
.sea-photo,
.campaign-image,
.promo-photo-strip {
  border-radius: 8px;
}

.story-photo-large {
  min-height: clamp(460px, 48vw, 660px);
}

.story-photo img,
.sea-photo img,
.campaign-image img,
.gallery-item img {
  transform: scale(1.001);
}

.story-copy {
  padding: clamp(18px, 3vw, 34px) 0;
}

.story-copy::before {
  width: 86px;
  background: linear-gradient(90deg, var(--red-accent), var(--sunset));
}

.mini-gallery img,
.inline-photo-pair img,
.food-mosaic img {
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(7, 31, 27, 0.12);
}

.sea-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #071f1b, #0d3a30 50%, #092f27);
}

.sea-section::after,
.reservation-band::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 70px;
  background:
    radial-gradient(70% 80% at 50% 100%, rgba(255, 250, 241, 0.12), transparent 68%);
  pointer-events: none;
}

.sea-grid {
  position: relative;
  z-index: 1;
}

.sea-panel {
  border-color: rgba(255, 250, 241, 0.2);
}

.editorial-gallery {
  grid-template-columns: 1.15fr 0.85fr 0.9fr 1.1fr;
  grid-auto-rows: clamp(190px, 18vw, 270px);
}

.gallery-item {
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.promo-preview {
  background:
    linear-gradient(180deg, var(--warm-white), #fff3df);
}

.promo-preview-grid {
  grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1.14fr);
}

.promo-photo-strip {
  min-height: clamp(420px, 43vw, 590px);
}

.reservation-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 31, 27, 0.94), rgba(9, 47, 39, 0.78)),
    url("../images/galeria/DSC_5247-min-scaled.jpg") center / cover;
}

.reservation-grid {
  position: relative;
  z-index: 1;
  align-items: center;
}

.reservation-grid h2 {
  max-width: 740px;
}

.site-footer {
  padding: 64px 0 46px;
}

.footer-grid {
  gap: 34px;
}

.footer-logo {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.menu-tabs {
  top: 78px;
  background: rgba(255, 250, 241, 0.92);
}

.menu-tabs-inner {
  justify-content: center;
}

.tab-link {
  border-radius: 6px;
}

.menu-section-grid {
  align-items: start;
}

.menu-copy {
  top: calc(var(--nav-height) + 118px);
}

.official-menu-frame {
  padding: clamp(10px, 1.3vw, 18px);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(255, 244, 228, 0.88));
}

.menu-page {
  min-height: clamp(460px, 48vw, 640px);
  box-shadow: none;
}

.menu-page img {
  padding: 10px;
}

.campaign-feature,
.campaign-card {
  border: 1px solid rgba(9, 47, 39, 0.1);
}

.campaign-card {
  min-height: 300px;
}

.campaign-card h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.5rem);
}

@media (min-width: 1280px) {
  .hero-content {
    width: min(1240px, calc(100% - 92px));
  }

  .nav-inner {
    width: min(1400px, calc(100% - 72px));
  }
}

@media (max-width: 1180px) {
  .nav-inner {
    gap: 12px;
  }

  .nav-links {
    gap: 2px;
  }

  .nav-links a {
    padding-inline: 9px;
    font-size: 0.68rem;
  }
}

@media (max-width: 1024px) {
  .nav-links,
  .nav-social {
    display: none;
  }

  .hamburger {
    display: inline-grid;
  }

  .signature-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signature-inner a:nth-child(2) {
    border-right: 0;
  }

  .signature-inner a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .story-grid,
  .promo-preview-grid {
    grid-template-columns: 1fr;
  }

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

  .sea-photo {
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  :root {
    --container: min(100% - 30px, 1240px);
    --nav-height: 70px;
  }

  .nav {
    height: var(--nav-height);
  }

  .mobile-menu {
    top: var(--nav-height);
  }

  .nav-logo {
    min-width: 112px;
  }

  .nav-logo img {
    width: 112px;
    max-height: 50px;
  }

  .hero,
  .hero-editorial,
  .hero.compact,
  .menu-hero,
  .promo-hero {
    min-height: 720px;
  }

  .hero-content {
    padding: 116px 0 116px;
  }

  h1 {
    font-size: clamp(2.45rem, 11vw, 4.2rem);
    max-width: 10ch;
  }

  h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .intro-grid,
  .reservation-grid,
  .menu-section-grid,
  .menu-section-grid.reverse,
  .campaign-feature {
    grid-template-columns: 1fr;
  }

  .menu-copy {
    position: static;
  }

  .editorial-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .campaign-stack,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .campaign-card {
    grid-template-columns: 1fr;
  }

  .campaign-card img {
    min-height: 260px;
  }

  .campaign-card div {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  :root {
    --container: min(100% - 24px, 1240px);
  }

  .nav-inner {
    width: calc(100% - 20px);
  }

  .nav-book {
    display: none;
  }

  .lang-btn {
    min-width: 30px;
  }

  h1 {
    font-size: clamp(2.18rem, 12vw, 3.35rem);
    max-width: 11ch;
  }

  .hero,
  .hero-editorial,
  .hero.compact,
  .menu-hero,
  .promo-hero {
    min-height: 660px;
  }

  .hero-content {
    padding: 102px 0 108px;
  }

  .hero-note {
    max-width: calc(100% - 48px);
  }

  .signature-strip {
    margin-top: 0;
    padding: 0;
  }

  .signature-inner {
    width: 100%;
    grid-template-columns: 1fr;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .signature-inner a {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px 24px;
  }

  .signature-inner a:last-child {
    border-bottom: 0;
  }

  .intro-section {
    padding-top: 70px;
  }

  .story-photo-large,
  .sea-photo,
  .promo-photo-strip,
  .campaign-image {
    min-height: 320px;
  }

  .mini-gallery,
  .inline-photo-pair,
  .food-mosaic,
  .intro-facts {
    grid-template-columns: 1fr;
  }

  .mini-gallery img,
  .inline-photo-pair img,
  .food-mosaic img,
  .food-mosaic .wide {
    height: 230px;
  }

  .editorial-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 255px;
  }

  .editorial-gallery .wide,
  .editorial-gallery .tall {
    grid-column: auto;
    grid-row: auto;
  }

  .menu-tabs-inner {
    justify-content: flex-start;
  }

  .menu-page {
    min-height: 360px;
  }

  .footer-social .icon-btn,
  .nav-actions .icon-btn {
    width: 38px;
  }
}

/* Pulido definitivo: esta capa queda al final para gobernar el diseno */
.section {
  padding: 92px 0;
}

h1 {
  font-size: 6rem;
  line-height: 0.92;
  max-width: 11ch;
}

h2 {
  font-size: 4.1rem;
  line-height: 0.96;
}

h3 {
  font-size: 1.45rem;
}

.lead {
  font-size: 1.1rem;
  line-height: 1.72;
}

.eyebrow {
  letter-spacing: 0.12em;
}

.hero-content {
  padding: 138px 0 128px;
}

.hero .lead {
  max-width: 650px;
}

.hero-note {
  right: 44px;
  bottom: 36px;
}

.signature-inner {
  align-items: stretch;
}

.signature-inner a {
  min-height: 118px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.signature-inner a:hover {
  transform: translateY(-2px);
}

.intro-section {
  padding-top: 118px;
}

.section-head {
  margin-bottom: 42px;
}

.story-grid,
.promo-preview-grid,
.sea-grid,
.reservation-grid,
.split {
  gap: 62px;
}

.card,
.form-card,
.campaign-feature,
.campaign-card,
.official-menu-frame {
  border-radius: 8px;
  border-color: rgba(9, 47, 39, 0.13);
  box-shadow: 0 24px 60px rgba(7, 31, 27, 0.1);
}

.card-body {
  padding: 28px;
}

.grid {
  gap: 24px;
}

.grid.three .card {
  min-height: 100%;
}

.media-card {
  min-height: 280px;
}

.split .media-card {
  min-height: 420px;
}

.info-band {
  background:
    linear-gradient(135deg, rgba(7, 31, 27, 0.96), rgba(13, 58, 48, 0.9)),
    url("../images/galeria/DSC_5247-min-scaled.jpg") center / cover;
  color: var(--warm-white);
  border-top: 1px solid rgba(255, 250, 241, 0.12);
  border-bottom: 1px solid rgba(255, 250, 241, 0.12);
}

.info-band .lead,
.info-band p,
.info-band li {
  color: rgba(255, 250, 241, 0.78);
}

.info-band .eyebrow,
.info-band h2,
.info-band h3 {
  color: var(--sand);
}

.form-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(255, 244, 228, 0.96));
}

.form-group input,
.form-group select,
.form-group textarea {
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.94);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(20, 115, 122, 0.55);
  box-shadow: 0 0 0 4px rgba(20, 115, 122, 0.12);
  outline: 0;
}

.menu-tabs {
  top: var(--nav-height);
}

.menu-tabs-inner {
  padding: 14px 0;
}

.tab-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.campaign-card h2 {
  font-size: 2.15rem;
  line-height: 1;
}

.footer-social,
.nav-actions {
  align-items: center;
}

@media (min-width: 1280px) {
  h1 {
    font-size: 6.45rem;
  }

  h2 {
    font-size: 4.35rem;
  }
}

@media (max-width: 1180px) {
  h1 {
    font-size: 5.1rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  .section {
    padding: 82px 0;
  }

  .story-grid,
  .promo-preview-grid,
  .sea-grid,
  .reservation-grid,
  .split {
    gap: 44px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 3.15rem;
  }

  .hero-content {
    padding: 126px 0 118px;
  }

  .split,
  .grid.three,
  .grid.two {
    grid-template-columns: 1fr;
  }

  .split .media-card {
    min-height: 360px;
  }

  .menu-tabs-inner {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 3.45rem;
    max-width: 10.5ch;
  }

  h2 {
    font-size: 2.55rem;
  }

  h3 {
    font-size: 1.28rem;
  }

  .lead {
    font-size: 1rem;
  }

  .section {
    padding: 70px 0;
  }

  .hero,
  .hero-editorial,
  .hero.compact,
  .menu-hero,
  .promo-hero {
    min-height: 680px;
  }

  .hero-content {
    padding: 112px 0 104px;
  }

  .hero-actions,
  .section-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .section-actions .btn {
    flex: 1 1 210px;
  }

  .signature-strip {
    padding: 0 16px;
  }

  .signature-inner a {
    min-height: 96px;
  }

  .card-body {
    padding: 24px;
  }

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

  .campaign-card h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 520px) {
  :root {
    --container: min(100% - 24px, 1240px);
  }

  h1 {
    font-size: 2.72rem;
    line-height: 0.98;
    max-width: 12ch;
  }

  h2 {
    font-size: 2.18rem;
    line-height: 1.02;
  }

  .hero,
  .hero-editorial,
  .hero.compact,
  .menu-hero,
  .promo-hero {
    min-height: 620px;
  }

  .hero-content {
    padding: 98px 0 96px;
  }

  .hero-note {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 26px;
    width: 100%;
    max-width: 100%;
  }

  .hero-actions,
  .section-actions {
    display: grid;
  }

  .hero-actions .btn,
  .section-actions .btn {
    width: 100%;
  }

  .signature-strip {
    margin-top: 0;
    padding: 0;
  }

  .signature-inner {
    border-radius: 0;
  }

  .story-grid,
  .promo-preview-grid,
  .sea-grid,
  .reservation-grid,
  .split {
    gap: 30px;
  }

  .media-card,
  .split .media-card,
  .story-photo-large,
  .sea-photo,
  .promo-photo-strip,
  .campaign-image {
    min-height: 300px;
  }

  .menu-tabs {
    overflow: hidden;
  }

  .menu-tabs-inner {
    width: calc(100% - 18px);
    padding: 10px 0;
  }

  .tab-link {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 0.68rem;
  }

  .form-card {
    padding: 22px;
  }

  .site-footer {
    padding-bottom: 34px;
  }
}
