/* Mi Sazón — Talavera, floral y colorido (artesanía mexicana) */

:root {
  --ink: #1c1410;
  --paper: #fffdf7;
  --paper-2: #fef3e8;
  --crema: #fffbeb;
  --cobalto: #1e4a8c;
  --cobalto-brillo: #2563eb;
  --barro: #c45c2a;
  --barro-fuego: #ea580c;
  --terracota: #9a3412;
  --flor-magenta: #be185d;
  --flor-fucsia: #db2777;
  --flor-coral: #e11d48;
  --hoja: #166534;
  --hoja-claro: #15803d;
  --sol-oro: #d97706;
  --sol-claro: #fbbf24;
  --hot: var(--flor-magenta);
  --sun: var(--sol-claro);
  --agave: var(--hoja-claro);
  --violet: var(--cobalto);
  --orange: var(--barro-fuego);
  --shadow: rgba(28, 20, 16, 0.11);
  --shadow-lg: rgba(28, 20, 16, 0.18);
  --radius: 16px;
  --radius-lg: 26px;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-script: "Great Vibes", cursive;
  --font-body: "DM Sans", system-ui, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Texturas y fondos (descargados del demo SpotHopper del restaurante — misazonrestaurant.com). */
  --spot-about-left: url("../img/spot/about-left.jpg");
  --spot-about-right: url("../img/spot/about-right.jpg");
  --spot-order: url("../img/spot/order-back.jpg");
  --spot-catering: url("../img/spot/catering-back.jpg");
  --spot-hero-poster: url("../img/spot/video-poster.jpg");
  --spot-title-deco: url("../img/spot/title-decoration.png");
  --spot-tex-mural: url("../img/spot/tex-mural-exterior.jpg");
  --spot-tex-interior: url("../img/spot/tex-interior-walls.jpg");
  --spot-tex-decor: url("../img/spot/tex-decor-wide.jpg");

  /* Fotos propias: mesa llena / platillos (textura de fondo en secciones). */
  --feast-flatlay: url("../img/gallery/gallery-mesa-flatlay-platillos.png");
  --feast-spread: url("../img/gallery/gallery-mesa-platillos-varios.png");
  --texture-loteria: url("../img/gallery/gallery-loteria-pared.png");

  /* Marco rústico (tabique / madera) para carruseles y bloques del menú */
  --wood-ink: #1f1208;
  --wood-deep: #3d2615;
  --wood-mid: #6b4423;
  --wood-face: #8b5c36;
  --wood-edge: #a67c52;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: env(safe-area-inset-bottom);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink);
  background-color: var(--paper);
  overflow-x: hidden;
}

/* Manchas de color suaves + textura interior (sin patrón repetido). */
body.theme-artesania {
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse 100% 58% at 50% -14%, color-mix(in srgb, var(--flor-fucsia) 8%, transparent), transparent 52%),
    radial-gradient(ellipse 72% 48% at 100% 38%, color-mix(in srgb, var(--barro) 9%, transparent), transparent 48%),
    radial-gradient(ellipse 55% 42% at 0% 78%, color-mix(in srgb, var(--cobalto) 9%, transparent), transparent 50%),
    radial-gradient(ellipse 40% 35% at 85% 85%, color-mix(in srgb, var(--hoja-claro) 6%, transparent), transparent 48%),
    linear-gradient(165deg, color-mix(in srgb, var(--terracota) 4%, transparent), transparent 42%, color-mix(in srgb, var(--flor-magenta) 5%, transparent)),
    var(--spot-tex-interior);
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    cover;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, center 20%;
  background-blend-mode: normal, normal, normal, normal, normal, soft-light;
  background-attachment: scroll;
}


body.has-mobile-bar {
  padding-bottom: calc(64px + env(safe-area-inset-bottom));
}

@media (min-width: 768px) {
  body.has-mobile-bar {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--agave);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--cobalto-brillo);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 12px;
  z-index: 9999;
  background: var(--ink);
  color: var(--paper);
  padding: 0.75rem 1rem;
  border-radius: 8px;
}

.skip-link:focus {
  top: 12px;
}

/* Fondo ambiente animado */
.ambient {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.ambient-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  animation: blob-float 18s var(--ease-out) infinite;
}

.ambient-blob--1 {
  width: min(55vw, 420px);
  height: min(55vw, 420px);
  background: radial-gradient(circle, color-mix(in srgb, var(--cobalto) 42%, transparent) 0%, transparent 70%);
  top: -8%;
  left: -10%;
}

.ambient-blob--2 {
  width: min(50vw, 380px);
  height: min(50vw, 380px);
  background: radial-gradient(circle, color-mix(in srgb, var(--flor-fucsia) 38%, transparent) 0%, transparent 70%);
  top: 30%;
  right: -15%;
  animation-delay: -6s;
  animation-duration: 22s;
}

.ambient-blob--3 {
  width: min(45vw, 360px);
  height: min(45vw, 360px);
  background: radial-gradient(circle, color-mix(in srgb, var(--barro) 40%, transparent) 0%, transparent 70%);
  bottom: 5%;
  left: 20%;
  animation-delay: -12s;
  animation-duration: 20s;
}

@keyframes blob-float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(4%, 6%) scale(1.05);
  }
  66% {
    transform: translate(-3%, 2%) scale(0.98);
  }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--crema) 90%, transparent);
  backdrop-filter: saturate(1.15) blur(16px);
  border-bottom: 3px solid var(--cobalto);
  transition:
    transform 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out),
    background 0.35s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 40px var(--shadow);
  background: color-mix(in srgb, var(--paper) 94%, transparent);
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  position: relative;
}

@media (min-width: 901px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 1rem;
    row-gap: 0.45rem;
    align-items: center;
  }

  .header-inner > .logo {
    grid-column: 1;
    grid-row: 1;
  }

  .header-inner > .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-left: 0;
    flex-wrap: nowrap;
    align-items: center;
    min-width: 0;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 3px;
    scrollbar-width: thin;
  }

  .header-inner > .header-toolbar {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
    justify-self: end;
  }

  .header-inner > .site-nav a {
    white-space: nowrap;
  }
}

.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.25s var(--ease-spring), opacity 0.2s ease;
  flex-shrink: 0;
}

.logo:hover {
  opacity: 0.92;
  transform: scale(1.02);
}

/* JPG con fondo blanco: multiply funde el blanco con el fondo crema del sitio (mejor: PNG con transparencia). */
.logo-img {
  display: block;
  height: clamp(44px, 8vw, 56px);
  width: auto;
  max-width: min(220px, 52vw);
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

body[data-i18n-page="home"] .logo-img {
  height: clamp(56px, 12vw, 84px);
  max-width: min(340px, 70vw);
}

body[data-i18n-page="home"] .header-inner {
  padding-block: 0.95rem;
}

.header-contact {
  margin-left: auto;
  font-weight: 700;
  flex-shrink: 0;
}

.header-contact a {
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  padding: 0.4rem 0.85rem;
  background: linear-gradient(180deg, #fef9c3 0%, var(--sol-claro) 100%);
  border: 2px solid var(--cobalto);
  border-radius: 999px;
  box-shadow: 0 4px 14px color-mix(in srgb, var(--sol-oro) 35%, transparent);
  transition: transform 0.2s var(--ease-spring), box-shadow 0.2s ease;
  white-space: nowrap;
}

.header-contact a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--barro) 28%, transparent);
  color: var(--cobalto);
}

.nav-item-hidden {
  display: none !important;
}

.header-toolbar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: auto;
  flex-shrink: 0;
}

.header-end {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  margin-right: 0.15rem;
}

.lang-switch-btn {
  font-family: inherit;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.32rem 0.4rem;
  border-radius: 8px;
  white-space: nowrap;
  border: 2px solid color-mix(in srgb, var(--cobalto) 38%, transparent);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.lang-switch-btn:hover {
  border-color: var(--cobalto);
}

.lang-switch-btn.is-active {
  background: var(--cobalto);
  color: var(--paper);
  border-color: var(--cobalto);
}

@media (min-width: 900px) {
  .lang-switch-btn {
    font-size: 0.62rem;
    padding: 0.34rem 0.52rem;
    letter-spacing: 0.05em;
  }
}

.header-social {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.header-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  color: var(--ink);
  border: 2px solid color-mix(in srgb, var(--cobalto) 38%, transparent);
  background: var(--paper);
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s var(--ease-spring),
    border-color 0.2s ease;
}

.header-social-link:hover {
  color: var(--cobalto);
  background: color-mix(in srgb, var(--sol-claro) 40%, var(--paper));
  border-color: var(--cobalto);
  transform: translateY(-2px);
}

.header-social-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 2px solid var(--cobalto);
  border-radius: 12px;
  background: var(--crema);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s var(--ease-spring);
}

.nav-toggle:hover {
  background: var(--paper);
  transform: scale(1.03);
}

.nav-toggle-bar {
  width: 20px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  box-shadow: 0 7px 0 var(--ink), 0 -7px 0 var(--ink);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0.5rem;
  margin-left: 1.25rem;
  min-width: 0;
}

.site-nav a {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
  text-decoration: none;
  padding: 0.4rem 0.45rem;
  border-radius: 10px;
  position: relative;
  transition: color 0.2s, background 0.2s;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cobalto), var(--flor-magenta));
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.3s var(--ease-out);
}

.site-nav a:hover::after {
  width: 65%;
}

.site-nav a:hover {
  background: color-mix(in srgb, var(--sol-claro) 35%, transparent);
  color: var(--cobalto);
}

.site-nav .nav-cta {
  background: linear-gradient(135deg, var(--cobalto) 0%, var(--flor-magenta) 55%, var(--barro-fuego) 100%);
  color: #fff;
  padding: 0.45rem 1rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  margin-left: 0.35rem;
  box-shadow: 0 4px 0 var(--ink);
  overflow: hidden;
  position: relative;
}

.site-nav .nav-cta::after {
  display: none;
}

.nav-cta-glow {
  position: absolute;
  inset: -50%;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.25) 50%, transparent 60%);
  animation: cta-shimmer 3.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes cta-shimmer {
  0% {
    transform: translateX(-100%) rotate(12deg);
  }
  100% {
    transform: translateX(100%) rotate(12deg);
  }
}

.site-nav .nav-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.05);
}

@media (max-width: 1024px) {
  .site-nav a {
    font-size: 0.85rem;
    padding: 0.35rem 0.35rem;
  }
}

@media (max-width: 900px) {
  .header-contact {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 1rem 1.25rem 1.25rem;
    flex-direction: column;
    align-items: stretch;
    background: var(--paper);
    border-bottom: 2px solid color-mix(in srgb, var(--ink) 15%, transparent);
    box-shadow: 0 24px 48px var(--shadow-lg);
    gap: 0.25rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav .nav-cta {
    margin-left: 0;
    text-align: center;
  }
}

/* Revelado al scroll */
[data-reveal] {
  opacity: 0;
  transform: translateY(36px) scale(0.98);
  filter: blur(6px);
  transition:
    opacity 0.75s var(--ease-out),
    transform 0.75s var(--ease-out),
    filter 0.75s var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-inview {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Franja de video superior (sección continua, estilo SpotHopper — sin marco flotante) */
.hero-video-section {
  width: 100%;
  position: relative;
  z-index: 1;
  background:
    radial-gradient(ellipse 120% 80% at 50% 0%, color-mix(in srgb, var(--cobalto) 22%, transparent), transparent 55%),
    radial-gradient(ellipse 95% 70% at 0% 70%, color-mix(in srgb, var(--flor-magenta) 14%, transparent), transparent 60%),
    radial-gradient(ellipse 90% 70% at 100% 60%, color-mix(in srgb, var(--barro) 14%, transparent), transparent 62%),
    linear-gradient(180deg, color-mix(in srgb, var(--ink) 92%, var(--cobalto)) 0%, var(--ink) 70%, color-mix(in srgb, var(--ink) 96%, black) 100%);
  border-bottom: 3px solid var(--cobalto);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--ink) 35%, transparent);
  padding: clamp(10px, 1.8vw, 18px) clamp(10px, 2.2vw, 22px);
}

.hero-video-section__frame {
  width: min(1180px, 100%);
  margin: 0 auto;
  height: min(52vw, 72vh, 860px);
  min-height: 220px;
  background: var(--ink);
  overflow: hidden;
  border-radius: 18px;
  border: 3px solid color-mix(in srgb, var(--sol-claro) 45%, var(--cobalto));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 18px 46px color-mix(in srgb, var(--ink) 55%, transparent);
}

.hero-video-section .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Hero (copy + fondo bajo el video) */
.hero {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 clamp(1rem, 3vw, 1.5rem) 3.5rem;
  overflow-x: clip;
  overflow-y: visible;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-mesh {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(ellipse 80% 60% at 18% 28%, color-mix(in srgb, var(--cobalto) 18%, transparent), transparent 58%),
    radial-gradient(ellipse 70% 50% at 88% 18%, color-mix(in srgb, var(--flor-fucsia) 16%, transparent), transparent 52%),
    radial-gradient(ellipse 65% 48% at 52% 92%, color-mix(in srgb, var(--barro) 14%, transparent), transparent 48%),
    radial-gradient(ellipse 50% 40% at 70% 60%, color-mix(in srgb, var(--hoja-claro) 10%, transparent), transparent 45%),
    linear-gradient(180deg, color-mix(in srgb, var(--paper) 72%, transparent) 0%, transparent 55%),
    var(--spot-hero-poster);
  background-size: auto, auto, auto, auto, 100% 100%, cover;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, center 30%;
  background-repeat: no-repeat;
  background-blend-mode: normal, normal, normal, normal, normal, soft-light;
  opacity: 0.95;
  animation: mesh-pulse 14s ease-in-out infinite alternate;
}

@keyframes mesh-pulse {
  0% {
    opacity: 0.85;
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1.06) rotate(1deg);
  }
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-stack {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin: 1.35rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
}

@media (max-width: 900px) {
  .hero-video-section__frame {
    width: min(100%, 940px);
    height: min(54vw, 60vh, 520px);
    min-height: 200px;
    border-radius: 16px;
  }

  .hero {
    padding-top: 0;
  }

  .hero-stack {
    gap: 1.35rem;
    max-width: none;
    padding-inline: 0;
    margin-top: 1.15rem;
  }
}

.hero-copy {
  max-width: 40rem;
  width: 100%;
  margin-inline: auto;
  padding: clamp(1.2rem, 3.2vw, 1.85rem) clamp(1.1rem, 2.8vw, 1.65rem);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  border: 1px solid color-mix(in srgb, var(--cobalto) 22%, transparent);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72) inset,
    0 18px 48px color-mix(in srgb, var(--ink) 12%, transparent);
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
}

.hero-kicker {
  margin: 0 0 1rem;
}

.hero-kicker-inner {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  background: var(--crema);
  border: 2px solid var(--cobalto);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cobalto);
  box-shadow: 3px 3px 0 color-mix(in srgb, var(--barro) 55%, transparent);
  animation: kicker-pop 0.7s var(--ease-spring) both;
  animation-delay: 0.2s;
}

@keyframes kicker-pop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hero-brand {
  display: block;
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(3.25rem, 14vw, 5.75rem);
  line-height: 1;
  margin: 0 0 0.45rem;
  letter-spacing: 0.02em;
  background: linear-gradient(118deg, var(--cobalto) 0%, var(--flor-magenta) 45%, var(--barro-fuego) 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter:
    drop-shadow(0 2px 0 rgba(255, 253, 247, 0.95))
    drop-shadow(0 4px 18px rgba(255, 250, 240, 0.7))
    drop-shadow(0 2px 16px color-mix(in srgb, var(--ink) 18%, transparent));
  opacity: 0;
  transform: translateY(22px);
  animation: title-in 0.9s var(--ease-out) forwards;
  animation-delay: calc(0.2s + var(--d, 0ms));
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.25rem, 6.5vw, 3.75rem);
  line-height: 1.02;
  margin: 0 0 0.35rem;
  color: var(--ink);
}

.hero-title-line:not(.hero-title-line--accent) {
  text-shadow:
    0 1px 0 rgba(255, 253, 247, 0.98),
    0 2px 20px rgba(255, 250, 240, 0.75),
    0 0 1px rgba(255, 255, 255, 0.9);
}

.hero-title-line {
  display: block;
  opacity: 0;
  transform: translateY(28px);
  animation: title-in 0.85s var(--ease-out) forwards;
  animation-delay: calc(0.35s + var(--d, 0ms));
}

.hero-title-line--accent {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(3rem, 11vw, 5rem);
  line-height: 1;
  background: linear-gradient(115deg, var(--cobalto) 0%, var(--flor-magenta) 40%, var(--barro-fuego) 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter:
    drop-shadow(0 2px 0 rgba(255, 253, 247, 0.95))
    drop-shadow(0 3px 10px rgba(255, 250, 240, 0.65))
    drop-shadow(0 2px 14px color-mix(in srgb, var(--ink) 22%, transparent));
}

.hero-tagline {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  font-style: italic;
  color: color-mix(in srgb, var(--cobalto) 72%, var(--ink));
  margin: 0 0 1rem;
  letter-spacing: 0.06em;
  text-shadow:
    0 1px 0 rgba(255, 253, 247, 0.98),
    0 0 18px rgba(255, 250, 240, 0.65);
}

@keyframes title-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-lede {
  font-size: 1.12rem;
  margin: 0 0 1.5rem;
  color: color-mix(in srgb, var(--ink) 94%, transparent);
  max-width: 38ch;
  text-shadow: 0 1px 0 rgba(255, 253, 247, 0.75);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  border: 2px solid var(--ink);
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.25s var(--ease-spring),
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.btn-primary {
  background: linear-gradient(180deg, var(--barro-fuego) 0%, var(--flor-magenta) 48%, var(--terracota) 100%);
  color: #fff;
  border-color: var(--cobalto);
  box-shadow: 0 6px 24px color-mix(in srgb, var(--flor-magenta) 35%, transparent), 0 4px 0 var(--cobalto);
}

.btn-primary:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--barro) 40%, transparent), 0 4px 0 var(--cobalto);
}

.btn-shine {
  position: relative;
  overflow: hidden;
}

.btn-shine::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.35) 50%, transparent 65%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

.btn-shine:hover::after {
  transform: translateX(120%);
}

.btn-ghost {
  background: var(--crema);
  color: var(--cobalto);
  border-color: var(--cobalto);
  box-shadow: 0 4px 0 var(--cobalto);
}

.btn-ghost:hover {
  background: var(--hoja-claro);
  color: #fff;
  border-color: var(--hoja);
  box-shadow: 0 4px 0 var(--hoja);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--cobalto) 55%, var(--ink));
  text-shadow:
    0 1px 0 rgba(255, 253, 247, 0.95),
    0 0 22px rgba(255, 250, 245, 0.85);
  animation: scroll-bounce 2.2s ease-in-out infinite;
}

.hero-scroll-hint span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-scroll-hint span::after {
  content: "↓";
  font-size: 1rem;
}

@keyframes scroll-bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateX(-50%) translateY(6px);
    opacity: 1;
  }
}

/* Marquee */
.stripe-marquee {
  position: relative;
  isolation: isolate;
  background-color: var(--terracota);
  background-image:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--cobalto) 85%, var(--ink)) 0%,
      color-mix(in srgb, var(--flor-magenta) 75%, var(--cobalto)) 35%,
      color-mix(in srgb, var(--barro-fuego) 80%, var(--flor-magenta)) 70%,
      var(--cobalto) 100%
    ),
    var(--spot-tex-mural);
  background-size: 100% 100%, cover;
  background-position: 0 0, center 40%;
  background-blend-mode: multiply, soft-light;
  color: var(--crema);
  overflow: hidden;
  padding: 0.85rem 0;
  border-block: 4px solid color-mix(in srgb, var(--sol-claro) 65%, var(--barro-fuego));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 28px color-mix(in srgb, var(--ink) 20%, transparent);
}

.stripe-marquee::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background: repeating-linear-gradient(
    -12deg,
    transparent,
    transparent 6px,
    rgba(0, 0, 0, 0.04) 6px,
    rgba(0, 0, 0, 0.04) 7px
  );
}

.stripe-marquee .marquee {
  position: relative;
  z-index: 1;
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.marquee span {
  padding: 0 2rem;
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Section base */
.section {
  padding: 4.5rem 1.25rem;
  position: relative;
}

.section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cobalto);
  margin: 0 0 0.6rem;
  padding-bottom: 0.45rem;
  background: var(--spot-title-deco) no-repeat 0 100% / auto 10px;
}

.eyebrow--center {
  text-align: center;
  background-position: 50% 100%;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.85rem, 4.2vw, 2.5rem);
  margin: 0 0 1rem;
  line-height: 1.12;
  color: var(--ink);
}

.section-title--center {
  text-align: center;
}

.section-sub {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 2rem;
  color: color-mix(in srgb, var(--ink) 72%, transparent);
}

.lead {
  font-size: 1.15rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 800;
  color: var(--cobalto);
  text-decoration: none;
  margin-top: 0.5rem;
  transition: gap 0.25s var(--ease-out);
}

.text-link::after {
  content: "→";
  transition: transform 0.25s var(--ease-spring);
}

.text-link:hover {
  gap: 0.55rem;
  color: var(--flor-magenta);
}

.text-link:hover::after {
  transform: translateX(4px);
}

.grid-2 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

@media (max-width: 800px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.section-about {
  position: relative;
  isolation: isolate;
  background: linear-gradient(
    165deg,
    var(--paper-2) 0%,
    color-mix(in srgb, var(--paper-2) 85%, var(--barro)) 38%,
    color-mix(in srgb, var(--crema) 92%, var(--cobalto)) 100%
  );
  overflow: hidden;
}

.section-about::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(118deg, color-mix(in srgb, var(--paper-2) 88%, transparent) 35%, transparent 65%),
    var(--spot-about-left);
  background-size: cover, cover;
  background-position: center, left center;
  opacity: 0.2;
  mix-blend-mode: multiply;
  filter: saturate(1.08);
}

.section-about::after {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(235deg, transparent 40%, color-mix(in srgb, var(--paper) 72%, transparent) 72%),
    var(--feast-flatlay);
  background-size: cover, cover;
  background-position: center, center 42%;
  opacity: 0.17;
  mix-blend-mode: soft-light;
}

.section-about > .section-inner {
  position: relative;
  z-index: 1;
}

.section-about .grid-2 {
  align-items: start;
}

.about-collage {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: min(100%, 22rem);
  margin-left: auto;
}

.about-collage .collage-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.collage-a img {
  max-height: min(15.5rem, 52vh);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.collage-b img {
  max-height: min(9rem, 32vh);
  aspect-ratio: 1;
  object-fit: cover;
}

.collage-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 3px solid var(--cobalto);
  box-shadow: 8px 8px 0 color-mix(in srgb, var(--barro) 80%, var(--ink));
  transition: transform 0.4s var(--ease-out);
}

.collage-item:hover {
  transform: translateY(-6px) rotate(0deg) scale(1.02);
}

.section-artesania {
  position: relative;
  isolation: isolate;
  background: linear-gradient(
    168deg,
    color-mix(in srgb, var(--barro) 18%, var(--paper)) 0%,
    var(--paper-2) 42%,
    color-mix(in srgb, var(--cobalto) 10%, var(--crema)) 100%
  );
  overflow: hidden;
}

.section-artesania > .section-inner {
  align-items: center;
}

.section-artesania .grid-2 {
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.artesania-visual {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 3px solid color-mix(in srgb, var(--cobalto) 55%, var(--ink));
  box-shadow:
    0 0 0 1px rgba(31, 18, 8, 0.12),
    10px 10px 0 color-mix(in srgb, var(--barro) 75%, var(--ink));
}

.artesania-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: min(22rem, 52vh);
}

.artesania-hook {
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2.1vw, 1.4rem);
  font-weight: 700;
  line-height: 1.38;
  color: var(--cobalto);
  margin: 0 0 0.85rem;
}

.artesania-cta-note {
  margin: 0 0 1rem;
  font-weight: 600;
  font-size: 0.98rem;
  color: color-mix(in srgb, var(--ink) 78%, transparent);
}

@media (min-width: 801px) {
  .section-artesania .grid-2 {
    grid-template-columns: 1fr minmax(12rem, 1fr);
  }

  .section-artesania .artesania-visual {
    order: -1;
  }
}

.collage-a {
  transform: rotate(-1.5deg);
  grid-column: span 2;
}

.collage-b {
  transform: rotate(2deg);
  grid-column: 2;
  margin-top: -0.85rem;
}

@media (max-width: 800px) {
  .about-collage {
    margin-left: 0;
    max-width: min(100%, 24rem);
    margin-inline: auto;
  }

  .collage-a img {
    max-height: min(14rem, 45vh);
  }

  .collage-b img {
    max-height: min(8rem, 28vh);
  }

  .collage-a,
  .collage-b {
    grid-column: span 1;
    transform: none;
    margin-top: 0;
  }
}

/* Menú — carrusel destacados */
.section-menu-carousel {
  position: relative;
  isolation: isolate;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--cobalto) 9%, transparent) 50%,
    color-mix(in srgb, var(--flor-fucsia) 5%, transparent) 100%
  );
}

.section-menu-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--feast-flatlay) center 38% / cover no-repeat;
  opacity: 0.13;
  mix-blend-mode: multiply;
}

.section-menu-carousel > .section-inner {
  position: relative;
  z-index: 1;
}

.menu-carousel-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
}

.menu-carousel-viewport {
  overflow: hidden;
  border: none;
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow:
    0 0 0 1px rgba(31, 18, 8, 0.65),
    0 0 0 3px var(--wood-deep),
    0 0 0 5px var(--wood-face),
    0 0 0 7px var(--wood-mid),
    0 0 0 9px var(--wood-ink),
    inset 0 1px 0 rgba(255, 245, 230, 0.12),
    inset 0 -2px 6px rgba(0, 0, 0, 0.12),
    0 22px 52px var(--shadow-lg);
}

.menu-carousel-track {
  display: flex;
  transition: transform 0.5s var(--ease-out);
}

.menu-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 280px;
}

.menu-slide-img {
  position: relative;
  min-height: 220px;
  background: var(--ink);
  box-shadow: inset -4px 0 0 color-mix(in srgb, var(--wood-deep) 55%, transparent);
}

.menu-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 220px;
}

.menu-slide-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  min-height: 220px;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--cobalto) 12%, var(--crema)) 0%,
    color-mix(in srgb, var(--agave) 14%, var(--crema)) 100%
  );
}

.menu-slide-img--placeholder span {
  max-width: 15rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.4vw, 1.3rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--cobalto);
}

.section-drinks-carousel {
  position: relative;
  isolation: isolate;
  background: linear-gradient(
    185deg,
    color-mix(in srgb, var(--hoja-claro) 6%, transparent) 0%,
    transparent 40%,
    color-mix(in srgb, var(--cobalto) 7%, transparent) 100%
  );
}

.section-drinks-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--feast-spread) center 44% / cover no-repeat;
  opacity: 0.12;
  mix-blend-mode: multiply;
}

.section-drinks-carousel > .section-inner {
  position: relative;
  z-index: 1;
}

.section-drinks-carousel .menu-carousel-viewport {
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--agave) 22%, rgba(31, 18, 8, 0.65)),
    0 0 0 3px color-mix(in srgb, var(--agave) 18%, var(--wood-deep)),
    0 0 0 5px color-mix(in srgb, var(--agave) 12%, var(--wood-face)),
    0 0 0 7px color-mix(in srgb, var(--agave) 15%, var(--wood-mid)),
    0 0 0 9px color-mix(in srgb, var(--agave) 10%, var(--wood-ink)),
    inset 0 1px 0 rgba(255, 245, 230, 0.1),
    inset 0 -2px 6px rgba(0, 0, 0, 0.12),
    0 22px 52px var(--shadow-lg);
}

/* Happy Hour — bloque promocional (estética SpotHopper: color, textura ligera, marco madera en foto) */
.section-happy-hour {
  position: relative;
  isolation: isolate;
  padding-block: 3.25rem 3.5rem;
  overflow: hidden;
  background: linear-gradient(
    168deg,
    color-mix(in srgb, var(--cobalto) 11%, var(--paper)) 0%,
    color-mix(in srgb, var(--flor-magenta) 8%, var(--crema)) 42%,
    color-mix(in srgb, var(--barro) 6%, var(--paper-2)) 100%
  );
}

.section-happy-hour::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--feast-flatlay) center 52% / cover no-repeat;
  opacity: 0.11;
  mix-blend-mode: multiply;
}

.section-happy-hour > .section-inner {
  position: relative;
  z-index: 1;
}

.happy-hour-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.happy-hour-label {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.42em 0.85em 0.48em;
  width: fit-content;
  max-width: 100%;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 6.8vw, 3.85rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cobalto);
  text-align: center;
  background: linear-gradient(165deg, #fffefb 0%, var(--crema) 55%, color-mix(in srgb, var(--sol-claro) 22%, var(--crema)) 100%);
  border: 3px solid var(--cobalto);
  border-radius: clamp(10px, 2vw, 14px);
  box-shadow:
    0 0 0 2px color-mix(in srgb, var(--flor-magenta) 45%, transparent),
    0 0 0 6px color-mix(in srgb, var(--agave) 18%, transparent),
    0 12px 36px color-mix(in srgb, var(--cobalto) 28%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 2px 14px color-mix(in srgb, var(--flor-fucsia) 22%, transparent);
}

@media (prefers-reduced-motion: no-preference) {
  .happy-hour-label {
    animation: happy-hour-pop 2.8s ease-in-out infinite;
  }
}

@keyframes happy-hour-pop {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 2px color-mix(in srgb, var(--flor-magenta) 45%, transparent),
      0 0 0 6px color-mix(in srgb, var(--agave) 18%, transparent),
      0 12px 36px color-mix(in srgb, var(--cobalto) 28%, transparent),
      inset 0 1px 0 rgba(255, 255, 255, 0.65);
  }
  50% {
    transform: scale(1.02);
    box-shadow:
      0 0 0 2px color-mix(in srgb, var(--flor-magenta) 55%, transparent),
      0 0 0 8px color-mix(in srgb, var(--agave) 24%, transparent),
      0 16px 44px color-mix(in srgb, var(--cobalto) 38%, transparent),
      inset 0 1px 0 rgba(255, 255, 255, 0.65);
  }
}

.happy-hour-copy .happy-hour-subtitle.section-title {
  margin-bottom: 0.65rem;
  font-size: clamp(1.5rem, 3.4vw, 2rem);
  font-weight: 700;
}

.happy-hour-when {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: var(--cobalto);
  margin: 0 0 0.75rem;
  line-height: 1.35;
}

.happy-hour-note {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--ink) 76%, transparent);
  max-width: 26rem;
}

.happy-hour-visual {
  margin: 0;
  border-radius: calc(var(--radius-lg) + 4px);
  padding: 5px;
  background: linear-gradient(168deg, var(--wood-edge), var(--wood-deep));
  box-shadow: 0 20px 48px var(--shadow-lg);
}

.happy-hour-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
}

@media (max-width: 820px) {
  .happy-hour-inner {
    grid-template-columns: 1fr;
  }

  .happy-hour-visual {
    order: -1;
    max-width: 520px;
    margin-inline: auto;
  }

  .happy-hour-label {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

.menu-slide-body {
  padding: 1.35rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--crema);
}

.menu-slide-body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  margin: 0 0 0.5rem;
  line-height: 1.2;
  color: var(--ink);
}

.menu-slide-price {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--flor-magenta);
}

.menu-slide-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--ink) 78%, transparent);
}

.menu-carousel-nav {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 2px solid var(--ink);
  background: var(--paper);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
  transition:
    transform 0.2s var(--ease-spring),
    background 0.2s,
    color 0.2s;
}

.menu-carousel-nav:hover {
  background: var(--cobalto);
  color: var(--sol-claro);
  transform: scale(1.08);
}

.menu-carousel-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 0;
}

.menu-carousel-dots .menu-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid var(--cobalto);
  background: var(--paper);
  padding: 0;
  cursor: pointer;
  transition: transform 0.25s var(--ease-spring), background 0.2s;
}

.menu-carousel-dots .menu-dot:hover {
  transform: scale(1.25);
}

.menu-carousel-dots .menu-dot.is-active {
  background: var(--hot);
  transform: scale(1.35);
}

.menu-carousel-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 1.75rem;
}

/* Página menú completo */
.page-menu {
  padding-top: 5.5rem;
  padding-bottom: 4rem;
}

.page-menu .section-inner {
  max-width: 1100px;
}

/* Página Especiales — imagen principal intercambiable (p. ej. img/specials-current.png) */
.page-specials {
  padding-top: 5.5rem;
  padding-bottom: 4rem;
}

.page-specials .section-inner {
  max-width: 920px;
}

.specials-feature {
  margin: 0;
  padding: 0;
}

.specials-feature__img {
  width: 100%;
  max-width: min(620px, 100%);
  height: auto;
  display: block;
  margin: 1.25rem auto 0;
  border-radius: 14px;
  border: 3px solid color-mix(in srgb, var(--cobalto) 55%, var(--ink));
  box-shadow:
    0 4px 0 var(--ink),
    0 28px 64px color-mix(in srgb, var(--ink) 22%, transparent);
}

@media (min-width: 720px) {
  .specials-feature__img {
    max-width: min(820px, 96vw);
  }
}

/* Full menu / Full drinks: fondo con fotos de las carpetas `menu/` y `drinks/` */
body[data-i18n-page="menu"] main.page-menu.section {
  isolation: isolate;
}

body[data-i18n-page="menu"] main.page-menu.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../menu/chilaquiles-rojos.png") center 32% / cover no-repeat;
  opacity: 0.14;
  mix-blend-mode: multiply;
}

body[data-i18n-page="drinks"] main.page-menu.section {
  isolation: isolate;
}

body[data-i18n-page="drinks"] main.page-menu.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../drinks/Margarita%20on%20the%20Rocks%20or%20Blended.jpeg") center 38% / cover no-repeat;
  opacity: 0.14;
  mix-blend-mode: multiply;
}

body[data-i18n-page="menu"] main.page-menu.section > .section-inner,
body[data-i18n-page="drinks"] main.page-menu.section > .section-inner {
  position: relative;
  z-index: 1;
}

.page-menu-intro {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--ink) 82%, transparent);
}

.page-menu-artnote {
  margin: -0.5rem 0 1.5rem;
  padding: 0.85rem 1rem 0.85rem 1.1rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--ink) 80%, transparent);
  border-left: 4px solid var(--cobalto);
  background: color-mix(in srgb, var(--cobalto) 7%, var(--paper));
  border-radius: 0 10px 10px 0;
}

.menu-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 2.5rem;
  padding: 1rem 0 1.25rem;
  border-top: 2px solid color-mix(in srgb, var(--cobalto) 25%, transparent);
  border-bottom: 2px solid color-mix(in srgb, var(--cobalto) 25%, transparent);
}

.menu-toc a {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--cobalto);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.menu-toc a:hover {
  color: var(--flor-magenta);
}

.page-menu .menu-category {
  padding: 1.15rem 1.2rem 0.35rem;
  border-radius: var(--radius);
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--paper) 94%, var(--wood-edge)) 0%,
    var(--paper) 45%,
    color-mix(in srgb, var(--crema) 88%, var(--paper)) 100%
  );
  box-shadow:
    0 0 0 1px rgba(31, 18, 8, 0.55),
    0 0 0 3px var(--wood-deep),
    0 0 0 4px var(--wood-edge),
    0 0 0 6px var(--wood-mid),
    inset 0 1px 0 rgba(255, 250, 240, 0.35),
    0 14px 36px var(--shadow);
}

.page-menu .menu-category .menu-dish:last-child {
  border-bottom-color: transparent;
  padding-bottom: 1rem;
}

.menu-category {
  margin-bottom: 2.75rem;
  scroll-margin-top: 5rem;
}

.menu-category h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  margin: 0 0 0.35rem;
  color: var(--cobalto);
}

.menu-category-note {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--ink) 65%, transparent);
}

.menu-dish {
  padding: 0.85rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--cobalto) 18%, transparent);
}

/* Menú completo: filas con foto (texto / imagen alternados por platillo) */
.page-menu .menu-dish--row:not(.menu-dish--compact) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 42%);
  gap: 1.25rem 1.75rem;
  align-items: center;
  padding: 1.35rem 0;
}

.page-menu .menu-category > .menu-dish--row:nth-of-type(even):not(.menu-dish--compact):not(.menu-dish--gorditas-sope) .menu-dish__text {
  order: 2;
}

.page-menu .menu-category > .menu-dish--row:nth-of-type(even):not(.menu-dish--compact):not(.menu-dish--gorditas-sope) .menu-dish__media {
  order: 1;
}

.page-menu .menu-dish__text {
  min-width: 0;
}

.page-menu .menu-dish--row:not(.menu-dish--compact) .menu-dish-head h3 {
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 2.1vw, 1.28rem);
  font-weight: 700;
}

.page-menu .menu-dish--row.menu-dish--no-media {
  display: block;
  padding: 1.35rem 0;
}

.page-menu .menu-dish--row.menu-dish--no-media .menu-dish-head h3 {
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 2.1vw, 1.28rem);
  font-weight: 700;
}

.page-menu .menu-dish--row.menu-dish--gorditas-sope:not(.menu-dish--compact) {
  grid-template-columns: minmax(96px, 22%) minmax(0, 1fr) minmax(96px, 22%);
  gap: 1rem 1.35rem;
}

.page-menu .menu-dish--gorditas-sope .menu-dish__text {
  order: 0;
}

.page-menu .menu-dish--gorditas-sope .menu-dish__side-img {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--cobalto) 42%, transparent);
  box-shadow:
    0 0 0 1px rgba(31, 18, 8, 0.2),
    0 10px 28px var(--shadow-lg);
  align-self: center;
}

.page-menu .menu-dish--gorditas-sope .menu-dish__side-img img {
  width: 100%;
  height: auto;
  min-height: 120px;
  max-height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.page-menu .menu-dish--row.menu-dish--gorditas-sope .menu-dish-head h3 {
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 2.1vw, 1.28rem);
  font-weight: 700;
}

.page-menu .menu-dish__media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--cobalto) 42%, transparent);
  box-shadow:
    0 0 0 1px rgba(31, 18, 8, 0.2),
    0 14px 36px var(--shadow-lg);
  align-self: stretch;
}

.page-menu .menu-dish__media img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.page-menu .menu-dish--compact {
  display: block;
  padding: 0.55rem 0;
  border-bottom-style: dashed;
  border-bottom-color: color-mix(in srgb, var(--cobalto) 14%, transparent);
}

.page-menu .menu-dish--compact .menu-dish__text {
  display: block;
}

@media (max-width: 800px) {
  .page-menu .menu-dish--row:not(.menu-dish--compact) {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .page-menu .menu-category > .menu-dish--row:nth-of-type(even):not(.menu-dish--compact) .menu-dish__text,
  .page-menu .menu-category > .menu-dish--row:nth-of-type(even):not(.menu-dish--compact) .menu-dish__media {
    order: unset;
  }

  .page-menu .menu-dish--row.menu-dish--gorditas-sope:not(.menu-dish--compact) {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "text text"
      "left right";
  }

  .page-menu .menu-dish--gorditas-sope .menu-dish__text {
    grid-area: text;
  }

  .page-menu .menu-dish--gorditas-sope .menu-dish__side-img--left {
    grid-area: left;
  }

  .page-menu .menu-dish--gorditas-sope .menu-dish__side-img--right {
    grid-area: right;
  }

  .page-menu .menu-dish--gorditas-sope .menu-dish__side-img img {
    max-height: 180px;
    min-height: 100px;
  }

  .page-menu .menu-dish__media img {
    max-height: 260px;
    min-height: 180px;
  }
}

.menu-dish-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.menu-dish-head h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  flex: 1 1 12rem;
  color: var(--ink);
}

.menu-dish-price {
  font-weight: 800;
  color: var(--flor-magenta);
  white-space: nowrap;
}

.menu-dish-desc {
  margin: 0.4rem 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--ink) 72%, transparent);
}

.menu-dish-prices {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--flor-magenta);
}

.menu-dish-prices li + li {
  margin-top: 0.2rem;
}

.page-menu-back {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid color-mix(in srgb, var(--cobalto) 20%, transparent);
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

/* Página Nosotros / historia completa */
.page-nosotros {
  padding-top: 5.5rem;
  padding-bottom: 4rem;
}

.page-nosotros .section-inner {
  max-width: 40rem;
}

.page-nosotros .section-title {
  margin-bottom: 1.25rem;
}

.nosotros-hero {
  margin: 0 0 2rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 3px solid var(--cobalto);
  box-shadow: 8px 8px 0 color-mix(in srgb, var(--barro) 80%, var(--ink));
}

.nosotros-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.nosotros-art-highlight {
  margin: 0 0 2rem;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: var(--radius);
  border: 2px solid color-mix(in srgb, var(--cobalto) 28%, transparent);
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--crema) 40%, var(--paper)) 0%,
    color-mix(in srgb, var(--cobalto) 6%, var(--paper)) 100%
  );
  box-shadow: 0 12px 32px color-mix(in srgb, var(--ink) 6%, transparent);
}

.nosotros-art-highlight .eyebrow {
  margin-bottom: 0.5rem;
}

.nosotros-art-highlight__lead {
  margin: 0 0 0.75rem;
  line-height: 1.62;
  color: color-mix(in srgb, var(--ink) 90%, transparent);
}

.nosotros-art-highlight p:not(.eyebrow):not(.nosotros-art-highlight__lead) {
  margin: 0 0 0.65rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--ink) 85%, transparent);
}

.nosotros-art-highlight .text-link {
  font-weight: 600;
}

.nosotros-prose {
  margin-top: 0.25rem;
}

.nosotros-prose > p {
  margin: 0 0 1rem;
  line-height: 1.68;
  color: color-mix(in srgb, var(--ink) 88%, transparent);
}

.nosotros-prose .lead {
  font-size: 1.08rem;
  margin-bottom: 1.15rem;
}

.nosotros-prose .nosotros-turn {
  margin-top: 1.35rem;
  margin-bottom: 1rem;
}

.page-nosotros .story-quote {
  margin: 0.35rem 0 1.35rem;
  padding: 0.9rem 1rem 0.9rem 1.15rem;
  border-left: 4px solid var(--flor-magenta);
  background: color-mix(in srgb, var(--flor-magenta) 6%, var(--paper));
  border-radius: 0 8px 8px 0;
}

.page-nosotros .story-quote p {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.45;
  color: var(--ink);
}

.nosotros-prose .nosotros-closing {
  font-weight: 600;
  margin-top: 1.25rem;
}

.nosotros-prose .nosotros-closing em {
  font-style: italic;
  color: var(--cobalto);
}

.nosotros-prose .nosotros-owners {
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  border-top: 2px solid color-mix(in srgb, var(--cobalto) 18%, transparent);
  font-size: 0.98rem;
}

@media (max-width: 720px) {
  .menu-slide {
    grid-template-columns: 1fr;
  }

  .menu-slide-img {
    min-height: 200px;
    max-height: 220px;
    box-shadow: inset 0 -4px 0 color-mix(in srgb, var(--wood-deep) 55%, transparent);
  }

  .menu-slide-img img {
    max-height: 220px;
  }

  .menu-carousel-wrap {
    grid-template-columns: 1fr;
  }

  .menu-carousel-nav {
    display: none;
  }
}

/* CTA grid */
.section-ctas {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 85% 65% at 12% 42%, color-mix(in srgb, var(--flor-fucsia) 11%, transparent), transparent 58%),
    radial-gradient(ellipse 75% 58% at 88% 48%, color-mix(in srgb, var(--cobalto) 10%, transparent), transparent 54%),
    radial-gradient(ellipse 50% 45% at 50% 100%, color-mix(in srgb, var(--barro) 8%, transparent), transparent 52%),
    linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 55%, var(--crema) 100%);
}

.section-ctas::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--feast-spread);
  background-size: cover;
  background-position: center 48%;
  background-repeat: no-repeat;
  opacity: 0.14;
  mix-blend-mode: multiply;
  filter: saturate(1.06);
}

.section-ctas > .section-inner {
  position: relative;
  z-index: 1;
}

.section-ctas-heading {
  margin: 0 auto 2.25rem;
  max-width: 28rem;
  line-height: 1.15;
}

.cta-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .cta-grid {
    grid-template-columns: 1fr;
  }
}

.cta-card {
  position: relative;
  padding: 2rem 1.65rem;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(1.08) blur(8px);
  border: 2px solid var(--cobalto);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 0 color-mix(in srgb, var(--cobalto) 85%, var(--ink));
  transition:
    transform 0.35s var(--ease-spring),
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.cta-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 0 var(--cobalto);
}

.cta-icon {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  opacity: 0.85;
}

.cta-card--hot {
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--flor-fucsia) 14%, var(--paper)) 0%,
    color-mix(in srgb, var(--paper) 85%, transparent) 55%
  );
  border-color: var(--flor-magenta);
}

.cta-card--hot h3 {
  color: var(--flor-magenta);
}

.cta-card h3 {
  font-family: var(--font-display);
  font-size: 1.28rem;
  margin: 0 0 0.65rem;
}

.cta-card p {
  margin: 0 0 1rem;
}

.link-arrow {
  font-weight: 800;
  color: var(--cobalto);
  text-decoration: none;
  border-bottom: 2px solid var(--flor-magenta);
  transition:
    color 0.2s,
    border-color 0.2s,
    padding-left 0.25s ease;
  display: inline-block;
}

.link-arrow:hover {
  color: var(--flor-magenta);
  padding-left: 4px;
}

.hero-order-apps {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
}

.hero-copy .text-link {
  color: color-mix(in srgb, var(--cobalto) 78%, var(--ink));
  text-shadow:
    0 1px 0 rgba(255, 253, 247, 0.96),
    0 0 12px rgba(255, 250, 240, 0.55);
}

.hero-copy .text-link:hover {
  color: color-mix(in srgb, var(--flor-magenta) 88%, var(--ink));
}

.delivery-platforms {
  margin-top: 1.15rem;
  padding-top: 1.1rem;
  border-top: 2px dashed color-mix(in srgb, var(--cobalto) 28%, transparent);
}

.delivery-platforms__label {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--ink) 62%, transparent);
}

.delivery-platforms__label--sentence {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.88rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--ink) 68%, transparent);
}

.delivery-platforms__links {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.65;
}

.delivery-platforms__links a {
  color: var(--cobalto);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.delivery-platforms__links a:hover {
  color: var(--flor-magenta);
}

.delivery-platforms__sep {
  color: color-mix(in srgb, var(--ink) 45%, transparent);
  font-weight: 600;
}

.cta-card--hot .delivery-platforms__links a {
  color: var(--flor-magenta);
}

.cta-card--hot .delivery-platforms__links a:hover {
  color: var(--cobalto);
}

.delivery-platforms__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.delivery-platforms__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid var(--cobalto);
  background: var(--crema);
  color: var(--cobalto);
  text-decoration: none;
  transition:
    transform 0.2s var(--ease-spring),
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.delivery-platforms__btn:hover {
  background: var(--cobalto);
  color: #fff;
  border-color: var(--cobalto);
  transform: translateY(-2px);
}

.cta-card--hot .delivery-platforms__btn {
  border-color: var(--flor-magenta);
  color: var(--flor-magenta);
}

.cta-card--hot .delivery-platforms__btn:hover {
  background: var(--flor-magenta);
  border-color: var(--flor-magenta);
  color: #fff;
}

/* Pull quote */
.pull-quote {
  margin: 0;
  padding: 4rem 1.25rem;
  position: relative;
  overflow: hidden;
  background-color: var(--terracota);
  background-image:
    linear-gradient(
      125deg,
      color-mix(in srgb, var(--hoja-claro) 92%, transparent) 0%,
      color-mix(in srgb, var(--cobalto) 88%, transparent) 38%,
      color-mix(in srgb, var(--flor-magenta) 85%, transparent) 72%,
      color-mix(in srgb, var(--barro-fuego) 90%, transparent) 100%
    ),
    var(--feast-spread),
    var(--spot-tex-mural);
  background-size: 100% 100%, cover, cover;
  background-position: 0 0, center 48%, center 60%;
  background-blend-mode: multiply, soft-light, soft-light;
  color: #fff;
}

.pull-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.08) 50%, transparent 60%);
  animation: quote-sweep 6s ease-in-out infinite;
}

@keyframes quote-sweep {
  0% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(60%);
  }
}

.pull-quote-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.pull-quote p {
  font-family: var(--font-display);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(1.2rem, 3.2vw, 1.85rem);
  line-height: 1.35;
  margin: 0 0 1rem;
}

.pull-quote cite {
  font-style: normal;
  font-weight: 700;
  opacity: 0.95;
}

/* Galería mosaico (referencia visual SpotHopper, assets en img/spot/) */
#galeria {
  scroll-margin-top: clamp(4.5rem, 14vw, 7rem);
}

.section-gallery-mosaic {
  position: relative;
  isolation: isolate;
  padding-block: 3.5rem 3.75rem;
  background: linear-gradient(
    185deg,
    color-mix(in srgb, var(--paper-2) 55%, var(--paper)) 0%,
    color-mix(in srgb, var(--barro) 6%, var(--crema)) 100%
  );
}

.section-gallery-mosaic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--texture-loteria) center 28% / cover no-repeat;
  opacity: 0.09;
  mix-blend-mode: multiply;
}

.section-gallery-mosaic > .section-inner {
  position: relative;
  z-index: 1;
}

body.has-photo-lightbox {
  overflow: hidden;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: color-mix(in srgb, #1a1208 88%, transparent);
  animation: photo-lightbox-in 0.22s var(--ease-out) both;
}

@keyframes photo-lightbox-in {
  from {
    opacity: 0;
  }
}

.photo-lightbox__backdrop {
  position: absolute;
  inset: 0;
  cursor: zoom-out;
  border: 0;
  padding: 0;
  background: transparent;
}

.photo-lightbox__figure {
  position: relative;
  z-index: 1;
  max-width: min(96vw, 1200px);
  max-height: 92vh;
  margin: 0;
  border-radius: clamp(10px, 2vw, 16px);
  overflow: hidden;
  box-shadow:
    0 0 0 2px var(--wood-edge),
    0 24px 48px rgba(0, 0, 0, 0.45);
}

.photo-lightbox__figure img {
  display: block;
  max-width: 100%;
  max-height: min(86vh, 900px);
  width: auto;
  height: auto;
  object-fit: contain;
  background: #0d0805;
}

.photo-lightbox__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 999px;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  color: var(--paper);
  background: color-mix(in srgb, var(--cobalto) 92%, black);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s var(--ease-out), background 0.15s;
}

.photo-lightbox__close:hover {
  transform: scale(1.06);
  background: var(--flor-magenta);
}

.spot-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(120px, 18vw);
  max-width: 1080px;
  margin: 2.25rem auto 0;
  gap: clamp(8px, 1.8vw, 14px);
}

#galeria-mosaic {
  scroll-margin-top: clamp(4.5rem, 14vw, 7rem);
}

.spot-mosaic__cell {
  position: relative;
  margin: 0;
  border-radius: clamp(10px, 2vw, 16px);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(31, 18, 8, 0.45),
    0 0 0 3px var(--wood-deep),
    0 10px 28px var(--shadow-lg);
}

.spot-mosaic__cell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.08);
  border-radius: inherit;
}

.spot-mosaic__trigger {
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: zoom-in;
  text-align: inherit;
  font: inherit;
  color: inherit;
}

.spot-mosaic__trigger:focus-visible {
  outline: 3px solid var(--flor-magenta);
  outline-offset: 3px;
}

.spot-mosaic__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 100%;
  transition: transform 0.45s var(--ease-out);
}

.spot-mosaic__cell:hover .spot-mosaic__trigger img,
.spot-mosaic__trigger:hover img {
  transform: scale(1.06);
}

.spot-mosaic__cell--a {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.spot-mosaic__cell--b {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.spot-mosaic__cell--c {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.spot-mosaic__cell--d {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.spot-mosaic__cell--e {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}

.spot-mosaic__cell--f {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

.spot-mosaic__cell--g {
  grid-column: 3 / 5;
  grid-row: 3 / 5;
}

.spot-mosaic__cell--h {
  grid-column: 1 / 3;
  grid-row: 4 / 5;
}

.spot-mosaic__cell--i {
  grid-column: 1 / 3;
  grid-row: 5 / 6;
}

.spot-mosaic__cell--j {
  grid-column: 3 / 5;
  grid-row: 5 / 6;
}

.spot-mosaic__cell--k {
  grid-column: 1 / 3;
  grid-row: 6 / 7;
}

.spot-mosaic__cell--l {
  grid-column: 3 / 5;
  grid-row: 6 / 7;
}

@media (max-width: 720px) {
  .spot-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(100px, 28vw);
    max-width: none;
  }

  .spot-mosaic__cell--a {
    grid-column: 1 / -1;
    grid-row: span 2;
    min-height: 200px;
  }

  .spot-mosaic__cell--b,
  .spot-mosaic__cell--c,
  .spot-mosaic__cell--d,
  .spot-mosaic__cell--e,
  .spot-mosaic__cell--f,
  .spot-mosaic__cell--g,
  .spot-mosaic__cell--h,
  .spot-mosaic__cell--i,
  .spot-mosaic__cell--j,
  .spot-mosaic__cell--k,
  .spot-mosaic__cell--l {
    grid-column: auto;
    grid-row: auto;
    min-height: 120px;
  }

  .spot-mosaic__cell--g {
    grid-column: 1 / -1;
    min-height: 200px;
  }
}

/* Reviews */
.section-reviews {
  position: relative;
  isolation: isolate;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--sol-claro) 32%, transparent) 0%,
    color-mix(in srgb, var(--flor-fucsia) 10%, transparent) 45%,
    color-mix(in srgb, var(--paper-2) 40%, transparent) 100%
  );
}

.section-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--feast-flatlay) center 40% / cover no-repeat;
  opacity: 0.1;
  mix-blend-mode: multiply;
}

.section-reviews > .section-inner {
  position: relative;
  z-index: 1;
}

.reviews-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
}

.reviews-viewport {
  overflow: hidden;
  border: 2px solid var(--cobalto);
  border-radius: var(--radius-lg);
  background: var(--crema);
  box-shadow:
    0 24px 50px var(--shadow),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.reviews-track {
  display: flex;
  transition: transform 0.55s var(--ease-out);
}

.review-card {
  flex: 0 0 100%;
  padding: 2rem 1.85rem;
}

.review-stars {
  margin: 0 0 0.75rem;
  color: var(--sun);
  font-size: 1rem;
  letter-spacing: 0.08em;
  filter: drop-shadow(0 1px 0 var(--ink));
}

.review-text {
  font-size: 1.08rem;
  margin: 0 0 1rem;
  font-style: italic;
  line-height: 1.55;
}

.review-meta {
  margin: 0;
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--cobalto);
}

.reviews-nav {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 2px solid var(--ink);
  background: var(--paper);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
  transition:
    transform 0.2s var(--ease-spring),
    background 0.2s,
    color 0.2s;
}

.reviews-nav:hover {
  background: var(--cobalto);
  color: var(--sol-claro);
  transform: scale(1.08);
}

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.1rem;
}

.reviews-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid var(--cobalto);
  background: var(--paper);
  padding: 0;
  cursor: pointer;
  transition: transform 0.25s var(--ease-spring), background 0.2s;
}

.reviews-dots .dot:hover {
  transform: scale(1.25);
}

.reviews-dots .dot.is-active {
  background: var(--hot);
  transform: scale(1.35);
}

@media (max-width: 600px) {
  .reviews-wrap {
    grid-template-columns: 1fr;
  }
  .reviews-nav {
    display: none;
  }
}

/* Location */
.section-location {
  position: relative;
  isolation: isolate;
  background: linear-gradient(190deg, var(--paper) 0%, color-mix(in srgb, var(--paper-2) 65%, var(--sol-claro)) 100%);
}

.section-location::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(160deg, color-mix(in srgb, var(--paper) 82%, transparent) 20%, transparent 65%),
    var(--feast-spread),
    var(--spot-tex-mural);
  background-size: 100% 100%, cover, cover;
  background-position: 0 0, center 35%, center 20%;
  background-blend-mode: normal, soft-light, multiply;
  opacity: 0.14;
  mix-blend-mode: multiply;
}

.section-location > .section-inner {
  position: relative;
  z-index: 1;
}

.grid-location {
  align-items: start;
}

.location-card {
  padding: 0.5rem 0;
}

.address {
  font-style: normal;
  font-weight: 800;
  font-size: 1.12rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.hours {
  margin-top: 1.5rem;
}

.hours h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.hours-list {
  margin: 0;
}

.hours-list > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px dashed color-mix(in srgb, var(--ink) 18%, transparent);
  padding: 0.45rem 0;
  transition: padding-left 0.2s ease;
}

.hours-list > div:hover {
  padding-left: 4px;
}

.hours-list dt {
  font-weight: 700;
}

.hours-list dd {
  margin: 0;
  font-weight: 600;
}

.hours-list--weekly > div {
  padding: 0.35rem 0;
}

.hours-list--weekly dt {
  font-size: 0.92rem;
}

.hours-list--weekly dd {
  font-size: 0.88rem;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .hours-list--weekly dd {
    white-space: normal;
    text-align: right;
    max-width: 58%;
  }
}

.social {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
}

.social span {
  font-weight: 800;
}

.map-embed {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 3px solid var(--cobalto);
  box-shadow: 12px 12px 0 color-mix(in srgb, var(--barro) 70%, var(--ink));
  min-height: 300px;
  transition: transform 0.4s var(--ease-out);
}

.map-embed:hover {
  transform: translateY(-4px);
}

.map-embed iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}

.map-embed-linkout {
  margin: 0;
  padding: 0.65rem 1rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  background: var(--crema);
  border-top: 2px dashed color-mix(in srgb, var(--cobalto) 25%, transparent);
}

.map-embed-linkout a {
  color: var(--cobalto);
}

.map-embed-linkout a:hover {
  color: var(--flor-magenta);
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #1a0f0c 0%, var(--ink) 100%);
  color: var(--crema);
  padding: 2.5rem 1.25rem;
  border-top: 4px solid var(--cobalto);
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.footer-brand {
  margin: 0 0 1rem;
  font-size: 1.05rem;
}

.footer-quick {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.footer-quick a {
  color: var(--sol-claro);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-quick a:hover {
  color: #fff;
}

.footer-copy {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.72;
}

/* Barra móvil */
.mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(12px);
  border-top: 3px solid var(--cobalto);
  box-shadow: 0 -12px 40px var(--shadow);
}

@media (max-width: 767px) {
  .mobile-bar {
    display: grid;
  }
}

.mobile-bar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  font-weight: 800;
  text-decoration: none;
  border-radius: 12px;
  transition: transform 0.2s var(--ease-spring);
}

.mobile-bar-btn:active {
  transform: scale(0.97);
}

.mobile-bar-btn--call {
  background: var(--crema);
  color: var(--cobalto);
  border: 2px solid var(--cobalto);
  margin-right: 0.35rem;
}

.mobile-bar-btn--order {
  background: linear-gradient(180deg, var(--barro-fuego) 0%, var(--flor-magenta) 100%);
  color: #fff;
  border: 2px solid var(--cobalto);
  margin-left: 0.35rem;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--flor-magenta) 35%, transparent);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .marquee,
  .ambient-blob,
  .hero-mesh,
  .hero-scroll-hint,
  .nav-cta-glow,
  .pull-quote::before {
    animation: none !important;
  }
  .hero-title-line,
  .hero-brand {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .hero-kicker-inner {
    animation: none;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .btn-shine::after {
    display: none;
  }
  .menu-carousel-track,
  .reviews-track {
    transition: none !important;
  }
  body.theme-artesania {
    background-image:
      radial-gradient(ellipse 100% 58% at 50% -14%, color-mix(in srgb, var(--flor-fucsia) 5.75%, transparent), transparent 54%),
      radial-gradient(ellipse 72% 48% at 100% 38%, color-mix(in srgb, var(--barro) 6%, transparent), transparent 50%),
      radial-gradient(ellipse 55% 42% at 0% 78%, color-mix(in srgb, var(--cobalto) 6%, transparent), transparent 52%),
      radial-gradient(ellipse 40% 35% at 85% 85%, color-mix(in srgb, var(--hoja-claro) 4%, transparent), transparent 50%),
      linear-gradient(165deg, color-mix(in srgb, var(--terracota) 4%, transparent), transparent 42%, color-mix(in srgb, var(--flor-magenta) 5%, transparent)),
      var(--spot-tex-interior);
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, cover;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, center 20%;
    background-blend-mode: normal, normal, normal, normal, normal, soft-light;
  }
}

html.reduce-motion .marquee,
html.reduce-motion .ambient-blob,
html.reduce-motion .hero-mesh,
html.reduce-motion .happy-hour-label {
  animation: none !important;
}

html.reduce-motion .menu-carousel-track,
html.reduce-motion .reviews-track {
  transition: none !important;
}

html.reduce-motion body.theme-artesania {
  background-image:
    radial-gradient(ellipse 100% 58% at 50% -14%, color-mix(in srgb, var(--flor-fucsia) 5.75%, transparent), transparent 54%),
    radial-gradient(ellipse 72% 48% at 100% 38%, color-mix(in srgb, var(--barro) 6%, transparent), transparent 50%),
    radial-gradient(ellipse 55% 42% at 0% 78%, color-mix(in srgb, var(--cobalto) 6%, transparent), transparent 52%),
    radial-gradient(ellipse 40% 35% at 85% 85%, color-mix(in srgb, var(--hoja-claro) 4%, transparent), transparent 50%),
    linear-gradient(165deg, color-mix(in srgb, var(--terracota) 4%, transparent), transparent 42%, color-mix(in srgb, var(--flor-magenta) 5%, transparent)),
    var(--spot-tex-interior);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, cover;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, center 20%;
  background-blend-mode: normal, normal, normal, normal, normal, soft-light;
}
