:root {
  --white: #fff;
  --ink: #070707;
  --gray: #898989;
  --red: #8f2521;
  --gold: #b29b3e;
  --mobile-nav-top: 34px;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}

body {
  font-family: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
  display: block;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

.mobile-shell {
  width: 100%;
  background: #fff;
}

.mobile-page {
  position: relative;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: none !important;
  filter: none !important;
}

/* NAV + LANGUAGE SWITCHER */
.mobile-nav-wrapper {
  position: relative;
  z-index: 30;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--mobile-nav-top);
  flex: 0 0 auto;
}

.mobile-nav-wrapper-light,
.top-nav-light,
.language-switcher-light {
  color: #fff;
}

.mobile-nav-wrapper-dark,
.top-nav-dark,
.language-switcher-dark {
  color: #060606;
}

.language-switcher {
  position: relative;
  z-index: 40;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem;
  padding: 0 18px 10px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(11px, 2.8vw, 13px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-switcher a,
.language-switcher span {
  color: inherit;
  text-decoration: none;
}

.language-switcher a {
  opacity: 0.55;
}

.language-switcher a.is-active,
.language-switcher a:hover {
  opacity: 1;
}

.top-nav {
  position: relative;
  z-index: 35;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 8px;
  color: inherit;
  font-size: clamp(17px, 4.55vw, 22px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: none !important;
  box-shadow: none !important;
}

.top-nav-links {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1.75vw, 12px);
}

.top-nav a {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.top-nav a.is-active {
  opacity: 1;
}

/* FOOTER */
.site-footer {
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 4.7vw, 22px);
  margin: 0;
  padding-top: 10px;
  font-size: clamp(10px, 3.05vw, 12px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: none !important;
  box-shadow: none !important;
}

.site-footer-dark {
  color: var(--gray);
}

.site-footer-light {
  color: rgba(255, 255, 255, 0.78);
}

/* BUTTONS */
.red-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 58px;
  padding: 15px 28px;
  border: 0 !important;
  border-radius: 5px;
  background: var(--red);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* INICIO */
.index-page {
  padding: 0;
  background: #111;
}

.index-hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px 28px;
  background: url("img/carrousel/carrouselDUM17.jpeg") center center / cover no-repeat;
}

.index-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.02) 50%, rgba(0,0,0,0.08));
}

.index-hero .mobile-nav-wrapper,
.index-hero .site-footer,
.index-brand-lockup {
  position: relative;
  z-index: 2;
}

.index-hero .mobile-nav-wrapper,
.index-hero .site-footer {
  flex: 0 0 auto;
}

.index-brand-lockup {
  width: 100%;
  margin-top: auto;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translateY(24px);
}

.brand-logo-main {
  width: min(94vw, 430px);
  height: auto;
  margin: 0 auto;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  -webkit-filter: none !important;
}

/* MENU */
.white-page {
  padding: 50px 24px 54px;
}

.menu-page {
  padding: 0;
}

.menu-content {
  width: 100%;
  padding: 68px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-title-block {
  width: 100%;
}

.display-sans {
  margin: 0;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.display-serif {
  margin: 12px 0 34px;
  font-family: "Inknut Antiqua", Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.menu-title-block p {
  width: 100%;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.003em;
}

.dish-stage {
  position: relative;
  width: 100%;
  height: auto;
  margin: 38px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mango-dish {
  position: relative;
  z-index: 2;
  width: min(78vw, 310px);
  max-width: 310px;
  height: auto;
}

.menu-button {
  margin-top: 0;
}

.menu-page .site-footer {
  margin-top: 48px;
}

/* PEDIDOS / ORDERS */
.pedidos-page {
  padding: 0;
  background: #fff;
}

.poster-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: none !important;
}

.pedidos-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.52);
}

.pedidos-art {
  position: relative;
  z-index: 1;
  width: 115vw;
  max-width: 520px;
  height: 355px;
  margin: 5px auto 0;
  background: url("img/fondopedidos.webp") center 67% / cover no-repeat;
  filter: none !important;
}

.pedidos-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -36px;
  text-align: center;
}

.pedidos-copy h1 {
  margin: 0 auto 42px;
  font-family: "Inknut Antiqua", Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pedidos-copy h2 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pedidos-copy p {
  margin: 0 auto 38px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pedidos-copy .red-button {
  min-width: 265px;
  font-size: 21px;
}

.pedidos-poster .site-footer {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: #777;
}

/* RESERVAS / RESERVATIONS */
.reservas-page {
  padding: 0;
  background: #fff;
}

.reservas-page > .mobile-nav-wrapper {
  position: relative;
  z-index: 30;
  padding: 0 0 8px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(2px);
}

.reservas-poster {
  margin-top: 0;
  min-height: calc(100svh - 58px);
  padding: 64px 0 36px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: var(--gold) url("img/fondoreservas.webp") center / cover repeat;
}

.reservas-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(135, 112, 31, 0.13);
}

.reservas-gallery {
  position: relative;
  z-index: 2;
  width: 100%;
  height: clamp(320px, 45vh, 480px);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 50%;
  gap: 6px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 0;
  scrollbar-width: none;
}

.reservas-gallery::-webkit-scrollbar {
  display: none;
}

.reservas-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scroll-snap-align: center;
}

.reservas-copy {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 6vh, 46px) clamp(24px, 7vw, 34px) 0;
}

.reservas-copy h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(34px, 9.2vw, 39px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.reservas-copy h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(24px, 7.2vw, 29px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.reservas-copy p {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(17px, 4.8vw, 20px);
  font-weight: 500;
  line-height: 1.2;
}

.reservas-copy strong {
  font-weight: 900;
}

.reservas-copy .red-button {
  width: max-content;
  min-width: 247px;
  margin: 28px auto 0;
  display: flex;
  font-size: 21px;
}

.reservas-poster .site-footer {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.78);
}

/* UBICACIÓN / LOCATION */
.ubi-page {
  padding: 0;
}

.ubi-content {
  padding: 52px 24px 110px;
}

.contact-line,
.address-line {
  margin: 0 0 33px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.012em;
  text-transform: uppercase;
}

.address-line {
  max-width: 100%;
}

.schedule-block {
  margin-top: 36px;
}

.schedule-block h1 {
  margin: 0 0 4px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.schedule-block p {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.22;
}

.ubi-content iframe {
  display: block;
  width: min(100%, 350px);
  margin: 42px auto 24px;
}

.ubi-content > a {
  display: block;
  text-align: right;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.ubi-page .site-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
}

/* TABLET / LARGE MOBILE */
@media (min-width: 600px) {
  :root {
    --mobile-nav-top: 52px;
  }

  .white-page {
    padding-left: 38px;
    padding-right: 38px;
  }

  .top-nav {
    font-size: 24px;
    letter-spacing: -0.035em;
  }

  .top-nav-links {
    gap: 28px;
  }

  .language-switcher {
    padding-right: 38px;
    font-size: 14px;
  }

  .site-footer {
    gap: 38px;
    font-size: 15px;
  }

  .brand-logo-main {
    width: min(78vw, 560px);
  }

  .display-sans {
    font-size: 57px;
  }

  .display-serif {
    font-size: 42px;
  }

  .menu-title-block p {
    font-size: 29px;
  }

  .mango-dish {
    width: min(56vw, 440px);
    max-width: 440px;
  }

  .red-button {
    min-height: 74px;
    font-size: 28px;
  }

  .pedidos-page,
  .reservas-page {
    padding: 0;
  }

  .pedidos-poster {
    min-height: 1050px;
  }

  .pedidos-art {
    max-width: 720px;
    height: 530px;
  }

  .pedidos-copy h1 {
    font-size: 38px;
  }

  .pedidos-copy h2 {
    font-size: 29px;
  }

  .pedidos-copy p {
    font-size: 18px;
  }

  .reservas-poster {
    min-height: 1110px;
  }

  .reservas-gallery {
    height: 320px;
  }

  .reservas-copy h1 {
    font-size: 60px;
  }

  .reservas-copy p {
    font-size: 30px;
  }

  .ubi-content {
    padding-top: 140px;
  }

  .contact-line,
  .address-line {
    font-size: 30px;
  }

  .schedule-block h1 {
    font-size: 35px;
  }

  .schedule-block p {
    font-size: 29px;
  }

  .ubi-page .site-footer {
    bottom: 80px;
  }
}

@media (max-width: 430px) {
  :root {
    --mobile-nav-top: 34px;
  }

  .top-nav {
    padding: 0 6px;
    font-size: clamp(16px, 4.45vw, 20px);
    letter-spacing: -0.06em;
  }

  .top-nav-links {
    gap: clamp(5px, 1.55vw, 9px);
  }

  .language-switcher {
    padding-right: 14px;
  }

  .index-hero {
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-logo-main {
    width: min(80vw, 320px);
  }
}

@media (max-width: 390px) {
  :root {
    --mobile-nav-top: 32px;
  }

  .top-nav {
    padding: 0 5px;
    font-size: clamp(14px, 4.05vw, 17px);
    letter-spacing: -0.065em;
  }

  .top-nav-links {
    gap: 5px;
  }

  .language-switcher {
    padding-right: 12px;
    font-size: 10px;
  }

  .site-footer {
    gap: 12px;
    font-size: 10px;
  }
}

@media (max-width: 360px) {
  :root {
    --mobile-nav-top: 30px;
  }

  .top-nav {
    padding: 0 4px;
    font-size: clamp(13px, 3.85vw, 16px);
    letter-spacing: -0.07em;
  }

  .top-nav-links {
    gap: 4px;
  }

  .language-switcher {
    padding-right: 12px;
    padding-bottom: 9px;
    font-size: 10px;
  }

  .site-footer {
    gap: 12px;
    font-size: 10px;
  }

  .display-sans {
    font-size: 36px;
  }

  .display-serif {
    font-size: 24px;
  }

  .menu-title-block p {
    font-size: 19px;
  }

  .reservas-copy h1 {
    font-size: 34px;
  }

  .pedidos-copy h1 {
    font-size: 22px;
  }
}
