/* ==================== CIUDAD BONITA · EDITORIAL ==================== */
:root {
  --paper: #FFC829;          /* signature yellow */
  --paper-2: #FFD557;
  --paper-soft: #FFF4D6;     /* soft yellow */
  --ink: #1F7A37;            /* brand forest green (vivid, slightly darker) */
  --ink-2: #2D9148;
  --green: #1F7A37;          /* same as ink for cohesion */
  --green-2: #60B448;        /* vivid brand green from menu PDF */
  --green-deep: #0F4218;     /* dark brand green for hero / strong contrast */
  --orange: #E84A1B;         /* tomato accent (sparingly) */
  --orange-dark: #B0350D;
  --saffron: #FFE56B;        /* brighter highlight */
  --lime: #B4D935;
  --fucsia: #E91E63;
  --sky: #3D6FAE;            /* azul cliente v2 (cobalt medium) */
  --cream: #FFF9E5;
  --line: rgba(45, 133, 65, 0.22);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1480px; margin: 0 auto; padding: 0 40px; }
.display { font-family: 'Anton', sans-serif; text-transform: uppercase; line-height: 0.85; letter-spacing: -0.01em; }
.serif-ital,
.ital {
  font-family: 'Lobster', cursive !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
/* Punto/coma final — hereda color y estilo de la palabra script anterior */
.cursive-dot {
  font-family: 'Lobster', cursive !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  color: inherit !important;
  font-size: 1em !important;
  letter-spacing: 0 !important;
}
.brand-script { font-family: 'Lobster', cursive; font-style: italic; font-weight: 700; text-transform: none; letter-spacing: 0; }
.eyebrow {
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow .num {
  font-family: 'Anton', sans-serif; font-size: 14px; letter-spacing: 0;
  background: var(--ink); color: var(--paper); padding: 4px 8px; border-radius: 3px;
}

/* ==================== TOP NAV ==================== */
.topnav {
  position: sticky; top: 0; z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.topnav .inner {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px;
}
.brand-lock { display: flex; align-items: center; gap: 12px; padding-left: clamp(0px, 4vw, 56px); }
.brand-lock .mark {
  width: 52px; height: 52px; border-radius: 50%;
  border: 2px solid var(--ink); overflow: hidden;
  background: var(--paper);
  flex-shrink: 0;
}
.brand-lock .mark img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-lock .name {
  font-family: 'Anton', sans-serif; font-size: 24px; line-height: 1; color: var(--green);
  letter-spacing: -0.005em;
  display: flex; flex-direction: column;
}
.brand-lock .name .script {
  font-family: 'Lobster', cursive; font-weight: 400; font-size: 28px;
  line-height: 0.8; color: var(--green); letter-spacing: 0;
}
.brand-lock .name .sub {
  display: block; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 9px;
  color: var(--ink); letter-spacing: 0.28em; margin-top: 4px;
}
.nav-links {
  display: flex; justify-content: center; gap: 38px;
  font-weight: 600; font-size: 13px;
}
.nav-links a { position: relative; padding: 4px 0; }
.nav-links a:hover { color: var(--orange); }
.nav-links a sup {
  font-size: 9px; color: var(--orange); font-weight: 700; margin-left: 3px;
}
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang-switch {
  position: relative;
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 6px 10px; border: 2px solid var(--ink); border-radius: 999px;
  cursor: pointer; background: var(--paper);
  color: var(--ink);
  box-shadow: 0 2px 0 var(--ink);
  transition: transform .15s ease, box-shadow .15s ease;
}
.lang-switch:hover { transform: translateY(-2px); box-shadow: 0 4px 0 var(--ink); }
.lang-switch:active { transform: translateY(0); box-shadow: 0 2px 0 var(--ink); }
.lang-switch:focus-visible { outline: 3px solid var(--fucsia); outline-offset: 3px; }

.lang-switch .lang-opt {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 8px; border-radius: 999px;
  opacity: 0.4; filter: saturate(0.5);
  transition: opacity .2s ease, filter .2s ease, background .2s ease;
}
.lang-switch .lang-opt.active {
  opacity: 1; filter: saturate(1);
  background: var(--ink); color: var(--paper);
}
.lang-switch .lang-opt:hover { opacity: 0.85; }
.lang-switch .flag {
  border-radius: 2px; flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
  display: block;
}
.lang-switch .sep {
  width: 1px; height: 18px; background: var(--ink); opacity: 0.25;
  margin: 0 2px;
}

/* Tooltip helper on first load — pulse to draw attention */
@keyframes langPulse {
  0%, 100% { box-shadow: 0 2px 0 var(--ink), 0 0 0 0 rgba(233,30,99,0.55); }
  50%      { box-shadow: 0 2px 0 var(--ink), 0 0 0 12px rgba(233,30,99,0); }
}
.lang-switch.lang-pulse { animation: langPulse 2s ease-out 3; }
@media (prefers-reduced-motion: reduce) {
  .lang-switch.lang-pulse { animation: none; }
}

/* Tooltip helper on first load — pulse to draw attention */
@keyframes langPulse {
  0%, 100% { box-shadow: 0 2px 0 var(--ink), 0 0 0 0 rgba(233,30,99,0.55); }
  50%      { box-shadow: 0 2px 0 var(--ink), 0 0 0 10px rgba(233,30,99,0); }
}
.lang-switch.lang-pulse { animation: langPulse 2s ease-out 3; }
@media (prefers-reduced-motion: reduce) {
  .lang-switch.lang-pulse { animation: none; }
}
.btn-reserve {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--sky); color: var(--paper);
  padding: 12px 22px; border-radius: 999px;
  font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  transition: background .2s;
}
.btn-reserve:hover { background: #0A468F; }
.btn-reserve .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }

/* ==================== TICKER ==================== */
.ticker {
  background: #1F4928; color: var(--paper);
  overflow: hidden;
  padding: 14px 0;
  border-bottom: 1px solid #1F4928;
}
.ticker-track .star { color: var(--saffron); }
.ticker-track {
  display: flex; gap: 60px; white-space: nowrap;
  /* GSAP handles the marquee; CSS fallback kept for no-JS users */
  animation: ticker 38s linear infinite;
  will-change: transform;
  font-family: 'Anton', sans-serif; text-transform: uppercase; font-size: 22px; letter-spacing: 0.04em;
}
.ticker-track span { display: inline-flex; align-items: center; gap: 24px; }
.ticker-track .star { color: var(--saffron); font-size: 16px; }
.ticker-track .ital { font-family: 'Lobster', cursive; font-style: italic; font-weight: 900; text-transform: none; color: var(--orange); }
.ticker-track .ital.fucsia { color: var(--fucsia); }
.ticker-track .ital.saff { color: var(--saffron); }
.ticker-track .saff-plain { color: var(--saffron); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ==================== HERO (PDF-style: layered design from .ai source) ==================== */
.hero {
  padding: 32px 0 60px;
  position: relative;
  background-color: #2C953F; /* verde brillante (vuelve al original) */
  overflow: hidden;
  min-height: 760px;
}

.ai-decor {
  position: absolute;
  pointer-events: none;
  user-select: none;
  display: block;
}

/* LAYER 1: Big background etchings (olive on green, z-index 1, behind yellow card) */
.bg-parrot {
  top: -100px;
  right: -120px;
  width: clamp(380px, 50vw, 750px);
  z-index: 1;
  opacity: 0.85;
  transform: rotate(-8deg);
}
.bg-leopard {
  bottom: -80px;
  left: -100px;
  width: clamp(320px, 42vw, 620px);
  z-index: 1;
  opacity: 0.75;
  transform: rotate(8deg);
}
.bg-hummingbird {
  top: 35%;
  left: 18%;
  width: clamp(160px, 22vw, 320px);
  z-index: 1;
  opacity: 0.7;
  transform: rotate(-12deg);
}
.bg-palms-pattern {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  z-index: 0;
  mix-blend-mode: multiply;
}

/* LAYER 2: Colorful palm fans — SOME OVERLAP the yellow card (z-index 4 to bleed over) */
.decor-palm-pink {
  top: -30px;
  left: -40px;
  width: clamp(140px, 18vw, 280px);
  transform: rotate(180deg); /* flipped so leaves point INTO the hero center */
  z-index: 4; /* OVER the yellow card */
}
.decor-palm-blue {
  bottom: -40px;
  right: 4%;
  width: clamp(150px, 19vw, 300px);
  z-index: 4;
  transform: rotate(-45deg); /* fixed: rotated 45° to the LEFT (counterclockwise) */
}

/* LAYER 3: Small accents — stars + leaves */
.decor-leaves-tl {
  top: 45%;
  left: 3%;
  width: clamp(60px, 8vw, 120px);
  transform: rotate(-15deg);
  z-index: 2;
}
.decor-star-1 {
  top: 22%;
  right: 18%;
  width: clamp(28px, 3vw, 50px);
  z-index: 5; /* Above everything */
}
.decor-star-2 {
  bottom: 18%;
  right: 30%;
  width: clamp(20px, 2.4vw, 36px);
  opacity: 0.9;
  z-index: 5;
}

/* Mobile */
@media (max-width: 760px) {
  .bg-hummingbird, .decor-leaves-tl, .decor-star-2 { display: none; }
  .bg-parrot { width: 300px; top: -60px; right: -100px; }
  .bg-leopard { width: 240px; bottom: -50px; left: -80px; }
  .decor-palm-pink { width: 110px; }
  .decor-palm-blue { width: 110px; }
  .decor-star-1 { width: 24px; }
}
/* Yellow content card stamped on top of the green */
.hero .wrap {
  position: relative;
  z-index: 3;
  background: #E8BE1A;
  padding: 56px 46px;
  margin: 40px auto;
  border-radius: 22px;
  max-width: calc(100% - 120px);
  background-image:
    repeating-conic-gradient(from 0deg at 18% 30%, rgba(255,255,255,0.18) 0deg 6deg, transparent 6deg 14deg),
    linear-gradient(#E8BE1A, #E8BE1A);
  background-blend-mode: overlay, normal;
  box-shadow: 0 0 0 4px rgba(0,0,0,0.05);
}
.palm {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
/* PDF decorations - corner accents */
.pdf-decor {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  user-select: none;
  display: block;
}

.pdf-tl {
  top: 0;
  left: 0;
  width: clamp(200px, 26vw, 420px);
  height: auto;
}
.pdf-tr {
  top: 0;
  right: 0;
  width: clamp(240px, 30vw, 500px);
  height: auto;
}
.pdf-bl {
  bottom: 0;
  left: 0;
  width: clamp(200px, 26vw, 420px);
  height: auto;
  transform: scaleY(-1);
}
.pdf-br {
  bottom: 0;
  right: 0;
  width: clamp(240px, 30vw, 500px);
  height: auto;
  transform: scaleY(-1);
}

@media (max-width: 760px) {
  .pdf-bl, .pdf-br { display: none; }
  .pdf-tl { width: 130px; }
  .pdf-tr { width: 150px; }
}
@media (max-width: 480px) {
  .pdf-tl { width: 100px; }
  .pdf-tr { width: 120px; }
}
.hero .wrap { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
.hero-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(48px, 6.8vw, 108px);
  line-height: 0.82;
  text-transform: uppercase;
  color: var(--green-deep);
  letter-spacing: -0.015em;
}
.hero-title .ital {
  font-family: 'Lobster', cursive;
  font-style: normal; font-weight: 700;
  text-transform: none;
  color: var(--green-deep);
  letter-spacing: 0;
  font-size: 1.1em;
}
.hero-title .underline { position: relative; display: inline-block; color: var(--fucsia); }
.hero-title .underline::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 6%;
  height: 14px; background: var(--ink); z-index: -1; opacity: 0.12;
}
.hero-title .punc {
  font-family: 'Lobster', cursive;
  font-weight: 700;
  color: inherit;
  font-size: 1.2em;
  margin-left: -0.06em;
}
.hero-meta-row {
  display: flex; align-items: center; gap: 24px;
  margin: 36px 0 24px;
  flex-wrap: wrap;
}
.hero-meta-row .tag {
  padding: 8px 16px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  font-size: 11px; letter-spacing: 0.22em; font-weight: 700; text-transform: uppercase;
}
.hero-meta-row .tag.fill { background: var(--sky); color: var(--paper); border-color: var(--sky); }
.hero-meta-row .tag.fucsia { background: var(--fucsia); color: var(--paper); border-color: var(--fucsia); }

/* Hero carousel */
.hero-carousel {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid var(--ink);
  box-shadow: 12px 12px 0 -2px var(--ink);
  background: var(--ink);
}
.hc-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .55s cubic-bezier(.65,.05,.36,1);
}
.hc-slide {
  flex: 0 0 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hc-slide::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(15,40,20,0.78) 100%);
}
.hc-cap {
  position: absolute; left: 18px; bottom: 16px; right: 18px;
  font-size: 13px; letter-spacing: 0.04em; color: var(--paper);
  z-index: 2;
}
.hc-cap b {
  font-family: 'Anton', sans-serif; font-weight: 400;
  text-transform: uppercase; letter-spacing: 0.02em; font-size: 16px;
  display: block; margin-bottom: 2px; color: var(--saffron);
}
.hc-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--paper); color: var(--ink);
  border: 1.5px solid var(--ink);
  font-family: 'Anton', sans-serif; font-size: 22px; line-height: 1;
  cursor: pointer; z-index: 3;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
}
.hc-nav:hover { background: var(--fucsia); color: var(--paper); }
.hc-nav.prev { left: 12px; }
.hc-nav.next { right: 12px; }
.hc-dots {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 6px; z-index: 3;
}
.hc-dots button {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.5); border: none; padding: 0; cursor: pointer;
  transition: background .2s, transform .2s;
}
.hc-dots button.active { background: var(--saffron); transform: scale(1.3); }

/* Hero Lottie burger — transparent, no frame, full size */
.hero-lottie.hero-carousel {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  max-width: 620px;
  aspect-ratio: 4/5;
  width: 100%;
}
.hero-lottie .lottie-stage {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-lottie .lottie-stage svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(15,40,20,0.35));
}
.hero-side {
  display: flex; flex-direction: column; gap: 24px;
}
.hero-side .hero-carousel { margin-left: auto; margin-right: auto; }
.hero-main { padding-left: clamp(0px, 4vw, 56px); }
.hero-photo {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--green);
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid var(--ink);
  box-shadow: 14px 14px 0 -3px var(--ink);
}
.hero-photo svg { width: 100%; height: 100%; display: block; }
.hero-photo .corner-tag {
  position: absolute; top: 16px; left: 16px;
  background: var(--paper); color: var(--ink);
  padding: 8px 14px; border-radius: 999px;
  font-family: 'Anton', sans-serif; font-size: 14px; letter-spacing: 0.05em;
  border: 1.5px solid var(--ink);
  display: inline-flex; align-items: center; gap: 8px;
}
.hero-photo .corner-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.hero-photo .signature {
  position: absolute; bottom: 16px; right: 18px;
  font-family: 'Lobster', cursive; font-weight: 400; color: var(--saffron);
  font-size: 38px; line-height: 1; transform: rotate(-6deg);
  text-shadow: 2px 2px 0 var(--ink);
}

.hero-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  width: 100%; max-width: 460px;
  margin-left: auto; margin-right: auto;
}
.stat-card {
  background: var(--ink); color: var(--paper);
  padding: 18px 18px 22px;
  border-radius: 14px;
}
.stat-card.fill { background: var(--fucsia); color: var(--paper); }
.stat-card.lime { background: var(--lime); color: var(--ink); }
.stat-card .num {
  font-family: 'Anton', sans-serif; font-size: 46px; line-height: 1;
}
.stat-card .num .ital { font-family: 'Lobster', cursive; font-style: italic; font-weight: 900; }
.stat-card .lbl {
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 700;
  margin-top: 8px; opacity: 0.85;
}

.hero-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 28px; padding-top: 22px;
  border-top: 1px solid var(--line);
  gap: 24px; flex-wrap: wrap;
}
.hero-foot .read {
  font-size: 14px; line-height: 1.55;
  max-width: 50ch;
}
.hero-foot .read strong { color: var(--orange); font-weight: 800; }
.scroll-cue {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 10px; letter-spacing: 0.32em; font-weight: 700; text-transform: uppercase;
}
.scroll-cue .arrow {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--ink); color: var(--paper);
  display: inline-flex; align-items: center; justify-content: center;
  animation: bob 2s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateY(0);} 50% { transform: translateY(4px);} }

/* ==================== FEATURED DISHES (HORIZONTAL) ==================== */
/* ============== BRUNCH BONITO ============== */
.brunch-bonito {
  padding: 100px 0;
  background: #FFFFFF; /* blanco limpio */
  position: relative;
  overflow: hidden;
}
.brunch-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.brunch-kicker {
  display: inline-block; font-size: 11px; letter-spacing: 0.34em; text-transform: uppercase;
  font-weight: 800; color: var(--green); padding: 6px 14px;
  background: var(--paper); border: 1.5px solid var(--green); border-radius: 999px; margin-bottom: 18px;
}
.brunch-title { font-size: clamp(52px, 8vw, 132px); color: var(--green); line-height: 0.95; margin: 0; letter-spacing: -0.01em; }
.brunch-title .serif-ital { color: var(--fucsia); }
.brunch-sub { font-size: 16px; color: var(--green-deep); margin-top: 16px; opacity: 0.82; max-width: 520px; margin-left: auto; margin-right: auto; }

.brunch-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.brunch-card {
  background: var(--cream);
  border: 1.5px solid var(--green);
  border-radius: 22px;
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 8px 0 var(--green-deep);
  transition: transform .25s;
  position: relative;
}
.brunch-card:hover { transform: translateY(-4px); }
.brunch-hero { border-color: var(--fucsia); box-shadow: 0 8px 0 var(--fucsia); }
.brunch-tag {
  position: absolute; top: 14px; right: 14px;
  background: var(--green); color: var(--paper);
  font-family: 'Anton', sans-serif; font-size: 11px; letter-spacing: 0.22em;
  padding: 5px 12px; border-radius: 999px;
  border: 1.5px solid var(--green-deep);
  z-index: 2;
}
.brunch-tag.tag-pink { background: var(--fucsia); border-color: var(--green-deep); color: var(--paper); }
.brunch-hero .brunch-tag { background: var(--fucsia); border-color: var(--green-deep); }
.brunch-photo {
  aspect-ratio: 4/3;
  background: var(--paper);
  border-bottom: 1.5px solid var(--green);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  position: relative;
}
.brunch-photo svg { width: 100%; height: 100%; display: block; }
.brunch-photo-img { padding: 0; }
.brunch-photo-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center bottom;
  display: block;
  transition: transform .8s cubic-bezier(.22,.61,.36,1);
}
.brunch-card:hover .brunch-photo-img img { transform: scale(1.06); }

/* Video photo (hero card): same aspect as other cards (4/3) so the grid stays balanced */
.brunch-photo-video {
  aspect-ratio: 4/3;
  padding: 0;
  background: var(--green-deep);
  position: relative;
  overflow: hidden;
}
.brunch-photo-video video {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .9s cubic-bezier(.22,.61,.36,1);
}
.brunch-card:hover .brunch-photo-video video { transform: scale(1.04); }
/* Visual cue: subtle play icon when video is paused (vanishes on hover) */
.brunch-photo-video::after {
  content: '';
  position: absolute; top: 50%; left: 50%;
  width: 54px; height: 54px;
  margin: -27px 0 0 -27px;
  border-radius: 50%;
  background: rgba(233, 30, 99, 0.92);
  border: 2.5px solid var(--paper);
  box-shadow: 0 0 0 0 rgba(233,30,99,0.45);
  z-index: 2;
  pointer-events: none;
  opacity: 0.95;
  transition: opacity .35s, transform .35s;
  animation: playPulse 1.8s ease-in-out infinite;
}
.brunch-photo-video::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  width: 0; height: 0;
  margin: -10px 0 0 -5px;
  border-left: 16px solid var(--paper);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 3;
  pointer-events: none;
  transition: opacity .35s;
}
.brunch-card:hover .brunch-photo-video::after,
.brunch-card:hover .brunch-photo-video::before { opacity: 0; transform: scale(.6); }
@keyframes playPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(233,30,99,0.55); }
  50% { box-shadow: 0 0 0 14px rgba(233,30,99,0); }
}
/* Subtle gradient overlay at the bottom to blend video into card edge */
.brunch-video-overlay {
  position: absolute; inset: auto 0 0 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(15,40,20,0) 0%, rgba(15,40,20,0.35) 100%);
  pointer-events: none;
  z-index: 1;
}
/* Keep all 3 cards aligned at the top so hero (taller) doesn't stretch the others */
.brunch-grid { align-items: start; }
.brunch-body {
  padding: 22px 22px 24px;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.brunch-eye {
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 800;
  color: var(--orange);
}
.brunch-h3 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: 38px; line-height: 0.95; color: var(--green);
  letter-spacing: -0.01em;
}
.brunch-h3 .ital {
  font-family: 'Lobster', cursive; font-weight: 400;
  text-transform: none; font-size: 1.1em; color: var(--fucsia);
}
.brunch-body p {
  font-size: 14px; line-height: 1.55; color: var(--green-deep);
  opacity: 0.86; margin: 0;
}
.brunch-body p strong { color: var(--fucsia); font-weight: 800; }
.brunch-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed rgba(15,40,20,0.22);
}
/* Cuando el foot solo tiene un CTA (sin precio), alinearlo a la derecha */
.brunch-foot > .brunch-cta:only-child { margin-left: auto; }
.brunch-price {
  font-family: 'Anton', sans-serif; font-size: 44px; line-height: 1; color: var(--fucsia);
  letter-spacing: -0.02em;
}
.brunch-price .cur { font-size: 22px; vertical-align: top; margin-right: 2px; color: var(--green); }
.brunch-price .unit { font-size: 13px; color: var(--green-deep); margin-left: 4px; letter-spacing: 0.14em; text-transform: uppercase; font-family: 'Inter', sans-serif; font-weight: 700; }
.brunch-free { font-size: 18px; color: var(--green); }
.brunch-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green); color: var(--paper);
  padding: 12px 18px; border-radius: 999px;
  font-family: 'Anton', sans-serif; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid var(--green-deep);
  transition: background .2s, color .2s;
}
.brunch-cta:hover { background: var(--fucsia); }
.brunch-cta.cta-ghost { background: transparent; color: var(--green); }
.brunch-cta.cta-ghost:hover { background: var(--green); color: var(--paper); }

@media (max-width: 980px) {
  .brunch-grid { grid-template-columns: 1fr; gap: 18px; }
  .brunch-h3 { font-size: 30px; }
}

/* ============== FEATURED (legacy) ============== */
.featured {
  padding: 100px 0;
  background: var(--fucsia);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.featured .section-head {
  display: flex; align-items: end; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.featured h2 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: clamp(56px, 8vw, 130px); line-height: 1.02;
  color: var(--paper); letter-spacing: -0.01em;
}
.featured h2 .ital {
  font-family: 'Lobster', cursive; font-weight: 400;
  color: var(--paper); text-transform: none; letter-spacing: 0;
  font-size: 0.88em;
  display: inline-block;
  line-height: 1;
  margin-right: 0.18em;
  vertical-align: baseline;
}
.featured .right-side { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; max-width: 360px; }
.featured .right-side p { font-size: 14px; line-height: 1.55; opacity: 0.85; text-align: right; }
.featured .right-side .pager {
  display: flex; gap: 10px;
}
.featured .pager button {
  width: 52px; height: 52px; border-radius: 50%;
  border: 1.5px solid var(--paper);
  background: transparent; color: var(--paper);
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
}
.featured .pager button:hover { background: var(--orange); border-color: var(--orange); color: var(--ink); }

.dish-rail {
  display: flex; gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 0 12px;
  scrollbar-width: thin; scrollbar-color: var(--ink) rgba(255,255,255,0.25);
}
.dish-rail::-webkit-scrollbar { height: 6px; }
.dish-rail::-webkit-scrollbar-track { background: rgba(255,255,255,0.25); }
.dish-rail::-webkit-scrollbar-thumb { background: var(--ink); border-radius: 999px; }

.dish-feat {
  flex: 0 0 360px;
  scroll-snap-align: start;
  background: #FFC829;
  color: var(--ink);
  border: 1px solid rgba(15,40,20,0.10);
  border-radius: 20px;
  padding: 22px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 8px 24px -10px rgba(0,0,0,0.18);
}
.dish-feat:hover { transform: translateY(-6px); box-shadow: 0 18px 36px -14px rgba(0,0,0,0.28); }
.dish-feat .num-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.32em; font-weight: 700; text-transform: uppercase;
  color: var(--sky);
}
.dish-feat .num-tag .n { font-family: 'Anton', sans-serif; font-size: 14px; color: var(--ink); }
.dish-feat .photo {
  aspect-ratio: 4/3;
  background: #FFFFFF;
  border-radius: 14px;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.dish-feat .photo svg { width: 90%; height: 90%; }
.dish-feat .photo .price {
  position: absolute; top: 12px; right: 12px;
  background: var(--ink); color: var(--saffron);
  font-family: 'Anton', sans-serif; font-size: 22px;
  padding: 6px 12px; border-radius: 999px;
  border: 1.5px solid var(--saffron);
}
.dish-feat .photo .heat {
  position: absolute; bottom: 12px; left: 12px;
  display: inline-flex; gap: 3px;
}
.dish-feat .photo .heat .flame { width: 16px; height: 16px; }
.dish-feat h3 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: 28px; line-height: 0.95;
  color: var(--ink);
}
.dish-feat p { font-size: 13px; line-height: 1.55; color: var(--ink); opacity: 0.72; }

/* ==================== STORY / BENTO ==================== */
.story {
  padding: 110px 0;
  background: var(--paper);
  position: relative;
  overflow: hidden;
}

/* ===== Journey header ===== */
.journey-head { text-align: center; max-width: 880px; margin: 0 auto 56px; }
.journey-kicker {
  display: inline-block; font-size: 11px; letter-spacing: 0.36em; text-transform: uppercase;
  font-weight: 800; color: var(--green); padding: 6px 14px;
  border: 1.5px solid var(--green); border-radius: 999px; margin-bottom: 18px;
}
.journey-title { font-size: clamp(40px, 5.6vw, 96px); color: var(--green); line-height: 1; margin: 0; }
.journey-title .serif-ital { color: var(--orange); }
/* Break line entre "a" y "Charleston" — solo visible en mobile (donde no cabe en una línea) */
.jt-break { display: none; }
@media (max-width: 768px) { .jt-break { display: inline; } }
.journey-sub { font-size: 16px; color: var(--green-deep); margin-top: 18px; opacity: 0.78; }
.journey-sub strong { color: var(--orange); font-weight: 800; }

/* ===== Journey band (origin → arc → destination) ===== */
.journey-band {
  display: grid; grid-template-columns: 1fr 1.4fr 1fr;
  align-items: stretch; gap: 12px;
  margin-bottom: 72px;
  position: relative;
}
.anchor {
  display: grid; grid-template-rows: 1fr auto;
  text-align: center;
  background: var(--cream);
  border: 1.5px solid var(--green);
  border-radius: 22px;
  padding: 0;
  position: relative;
  height: 460px;
  overflow: hidden;
}
.anchor-art {
  display: flex; align-items: flex-end; justify-content: center;
  overflow: hidden;
  min-height: 0;
  position: relative;
}
.anchor-art svg { width: 100%; height: 100%; object-fit: contain; padding: 22px 22px 0; }
.anchor-art img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center bottom;
  display: block;
}
.anchor-dest .anchor-art img { object-position: center 85%; }
.anchor-meta {
  display: flex; flex-direction: column; gap: 4px;
  padding: 14px 18px 18px;
  background: var(--cream);
  border-top: 1.5px solid var(--green);
  z-index: 1;
}
.anchor-eye {
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  font-weight: 700; color: var(--orange);
}
.anchor-name {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: 28px; line-height: 1; color: var(--green);
  letter-spacing: -0.01em;
}
.anchor-region { font-size: 12px; color: var(--green-deep); opacity: 0.7; letter-spacing: 0.04em; }

.journey-arc { position: relative; height: 280px; }
.arc-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.arc-plane {
  position: absolute; top: 6%; left: 50%; transform: translate(-50%, -50%) rotate(8deg);
  z-index: 2;
}
.arc-km {
  position: absolute; left: 50%; bottom: 24%; transform: translateX(-50%);
  text-align: center;
  background: var(--paper); border: 1.5px solid var(--green);
  padding: 10px 18px; border-radius: 14px;
  box-shadow: 0 6px 0 var(--green-deep);
}
.arc-km strong {
  display: block;
  font-family: 'Anton', sans-serif; font-size: 36px; color: var(--fucsia);
  line-height: 1; letter-spacing: -0.01em;
}
.arc-km span { display: block; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green-deep); margin-top: 4px; font-weight: 700; }

/* ===== Horizontal rail of 5 chapters ===== */
.journey-rail {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  position: relative;
}
.journey-rail::before {
  content: ''; position: absolute;
  top: 26px; left: 6%; right: 6%; height: 6px;
  background: repeating-linear-gradient(90deg, var(--fucsia) 0 16px, transparent 16px 24px);
  border-radius: 3px;
  z-index: 0;
}
.rail-stop {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: 10px;
  background: var(--green);
  border: 1.5px solid var(--green-deep);
  border-radius: 18px;
  padding: 48px 18px 22px;
  margin-top: 26px;
  box-shadow: 0 6px 0 var(--green-deep);
}
.stop-mark {
  position: absolute; top: -26px; left: 50%; transform: translateX(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--fucsia);
  border: 3px solid var(--paper);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 0 var(--green-deep);
}
.stop-num {
  font-family: 'Anton', sans-serif; font-size: 20px; color: var(--paper); letter-spacing: -0.01em;
}
.rail-stop .stop-eye {
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 700;
  color: var(--saffron); text-align: center;
}
.rail-stop .stop-title {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: 22px; line-height: 1.15; color: var(--paper);
  text-align: center; letter-spacing: -0.01em;
  /* display block: permite que .ital y texto normal fluyan en líneas separadas si no caben */
  display: block;
  padding: 6px 0;
}
.rail-stop .stop-title .ital {
  font-family: 'Lobster', cursive; font-weight: 400;
  text-transform: none; font-size: 1.15em; color: var(--saffron);
  display: inline-block;
  line-height: 1.05;
  vertical-align: middle;
}
.rail-stop .stop-big {
  font-family: 'Anton', sans-serif; font-size: 44px; color: var(--paper); line-height: 0.9;
  letter-spacing: -0.02em;
  display: inline-flex; align-items: center; gap: 6px;
}
.rail-stop .stop-big .unit {
  font-size: 14px;
  vertical-align: middle; /* centrado con el número, no arriba */
  color: var(--saffron);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  align-self: center;
}
.rail-stop p {
  font-size: 12.5px; line-height: 1.5; color: var(--cream);
  opacity: 0.95; text-align: center; margin: 0;
}

/* ===== Mobile ===== */
@media (max-width: 980px) {
  .journey-band { grid-template-columns: 1fr; gap: 18px; }
  .journey-arc { height: 80px; transform: rotate(90deg); }
  .journey-rail { grid-template-columns: repeat(2, 1fr); }
  .journey-rail::before { display: none; }
}
@media (max-width: 600px) {
  .journey-rail { grid-template-columns: 1fr; }
}

.bento {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
}
.bento-cell {
  border-radius: 22px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column; gap: 14px;
  min-height: 240px;
}
.bento-cell.tall { grid-row: span 2; min-height: 540px; }
.bento-cell.green { background: var(--green); color: var(--paper); }
.bento-cell.orange { background: var(--orange); color: var(--ink); }
.bento-cell.saffron { background: var(--saffron); color: var(--ink); }
.bento-cell.lime { background: var(--lime); color: var(--ink); }
.bento-cell.dark { background: var(--ink); color: var(--paper); }
.bento-cell.paper { background: var(--cream); color: var(--ink); border: 1.5px solid var(--ink); }

.bento-cell .b-eye { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 700; opacity: 0.85; }
.bento-cell h3 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: 44px; line-height: 0.92; letter-spacing: -0.01em;
}
.bento-cell h3 .ital { font-family: 'Lobster', cursive; font-weight: 400; text-transform: none; font-size: 1.15em; }
.bento-cell p { font-size: 14px; line-height: 1.55; max-width: 32ch; opacity: 0.88; }
.bento-cell .big-num {
  font-family: 'Anton', sans-serif; font-size: 120px; line-height: 0.85;
}
.bento-cell .big-num .small { font-size: 38px; vertical-align: top; }
.bento-cell .quote {
  font-family: 'Lobster', cursive; font-style: italic; font-weight: 700;
  font-size: 32px; line-height: 1.15;
}
.bento-cell .quote-by {
  margin-top: auto;
  display: flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700;
}
.bento-cell .quote-by .avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--saffron); color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Anton', sans-serif; font-size: 14px;
  border: 2px solid currentColor;
}
.bento-cell .pin {
  position: absolute; top: 14px; right: 14px;
  font-size: 10px; letter-spacing: 0.22em; font-weight: 700; text-transform: uppercase;
  background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 999px;
}
.bento-cell.tall .photo-wrap {
  flex: 1; border-radius: 14px; overflow: hidden;
  background: var(--paper-2); margin-top: 12px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.bento-cell.tall .photo-wrap svg { width: 88%; height: 88%; }

/* ==================== MENU ==================== */
.menu-section {
  padding: 110px 0;
  /* Verde oscuro forest — premium, cards amarillas POP al máximo */
  background: #1F4928;
  border-top: 1px solid rgba(255,200,41,0.14);
  border-bottom: 1px solid rgba(255,200,41,0.14);
  position: relative;
  overflow: hidden;
}
/* Divisor orgánico entre hero y menú: brush amarillo curvo en el borde superior */
.menu-section::before {
  content: '';
  position: absolute;
  top: -1px; left: 0; right: 0;
  height: 28px;
  background:
    radial-gradient(ellipse 60% 100% at 18% 0%, rgba(255,200,41,0.32) 0%, transparent 70%),
    radial-gradient(ellipse 80% 100% at 75% 0%, rgba(233,30,99,0.22) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
/* Pattern sutil de palmas saffron sobre el verde oscuro */
.menu-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/ai-elements/palms-pattern-saffron.png');
  background-repeat: repeat;
  background-size: 600px auto;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.menu-head {
  display: grid; grid-template-columns: 1fr auto; align-items: end;
  gap: 24px; margin-bottom: 40px;
}
.menu-head h2 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: clamp(60px, 9vw, 160px); line-height: 0.86;
  color: var(--paper); letter-spacing: -0.015em;
}
.menu-head h2 .ital { font-family: 'Lobster', cursive; font-weight: 400; color: var(--fucsia); text-transform: none; letter-spacing: 0; font-size: 1.15em; }
.menu-head .meta {
  text-align: right; max-width: 280px; font-size: 13px; line-height: 1.55;
}

.menu-cats-wrap {
  position: relative;
  margin-bottom: 32px;
}
.menu-cats {
  display: flex; gap: 8px;
  overflow-x: auto;
  padding-bottom: 14px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.menu-cats::-webkit-scrollbar { display: none; }
/* Track y thumb ocultos en desktop (ya no aplican con flex-wrap) */
.menu-cats-track { display: none; }
.menu-cats-thumb { display: none; }
.menu-cats button {
  border: none; background: transparent;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--paper);
  cursor: pointer; white-space: nowrap;
  transition: background .2s, color .2s;
  opacity: 0.7;
}
.menu-cats button:hover { background: rgba(255,249,229,0.12); opacity: 1; }
.menu-cats button.active { background: var(--fucsia); color: var(--paper); opacity: 1; }
.btn-reserve:hover { background: var(--fucsia); }

.menu-list-wrap {
  position: relative;
  margin: 0 -8px;
}
.menu-list {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 8px 18px;
  scrollbar-width: none;
}
.menu-list::-webkit-scrollbar { display: none; }
.menu-list > .menu-row {
  flex: 0 0 calc((100% - 88px) / 5);
  scroll-snap-align: start;
  animation: menuCardIn .55s cubic-bezier(.22,.61,.36,1) backwards;
}
.menu-list > .menu-row:nth-child(1) { animation-delay: .04s; }
.menu-list > .menu-row:nth-child(2) { animation-delay: .12s; }
.menu-list > .menu-row:nth-child(3) { animation-delay: .20s; }
.menu-list > .menu-row:nth-child(4) { animation-delay: .28s; }
.menu-list > .menu-row:nth-child(5) { animation-delay: .36s; }
.menu-list > .menu-row:nth-child(6) { animation-delay: .44s; }
.menu-list > .menu-row:nth-child(7) { animation-delay: .52s; }
.menu-list > .menu-row:nth-child(n+8) { animation-delay: .60s; }
@keyframes menuCardIn {
  from { opacity: 0; transform: translateY(20px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.menu-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--fucsia); color: var(--paper);
  border: 3px solid var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10;
  box-shadow: 0 6px 0 var(--green-deep);
  transition: background .2s;
}
.menu-arrow:hover { background: var(--green); }
/* Default: BOTH arrows hidden. Only shown when JS adds .is-shown */
.menu-arrow.arrow-left,
.menu-arrow.arrow-right { display: none !important; }
.menu-arrow.arrow-left.is-shown,
.menu-arrow.arrow-right.is-shown { display: flex !important; }
.menu-arrow.arrow-left { left: -22px; animation: menuArrowPulse 1.4s ease-in-out infinite; }
.menu-arrow.arrow-right { right: -22px; animation: menuArrowPulse 1.4s ease-in-out infinite; }
@keyframes menuArrowPulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 6px 0 var(--green-deep), 0 0 0 0 rgba(233, 30, 99, 0.55);
  }
  50% {
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 0 var(--green-deep), 0 0 0 18px rgba(233, 30, 99, 0);
  }
}
@media (max-width: 1100px) {
  .menu-list > .menu-row { flex: 0 0 calc((100% - 66px) / 4); }
}
@media (max-width: 820px) {
  .menu-list > .menu-row { flex: 0 0 calc((100% - 44px) / 3); }
}
@media (max-width: 600px) {
  .menu-list > .menu-row { flex: 0 0 calc(100% - 60px); }
  .menu-arrow { width: 48px; height: 48px; }
  .menu-arrow.arrow-left { left: -10px; }
  .menu-arrow.arrow-right { right: -10px; }
}
/* Menu cards — mismo diseño que las brunch (bg-card) */
.menu-row {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--paper); /* saffron amarillo (igual que brunch) */
  color: var(--ink);
  border: none;
  border-radius: 26px;
  padding: 0;
  min-height: 0;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(15,66,24,0.14);
}
.menu-row:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 60px rgba(15,66,24,0.22);
}
.menu-row > * { position: relative; z-index: 1; }
/* Tags pill — top-right como en brunch */
.menu-row .m-tags {
  position: absolute; top: 16px; right: 16px;
  display: flex; gap: 5px; flex-wrap: wrap; justify-content: flex-end;
  max-width: 60%;
  z-index: 2;
}
.menu-row .m-tags span {
  font-family: 'Anton', sans-serif;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  white-space: nowrap;
}
.menu-row .m-tags .t-sig { background: var(--fucsia); color: var(--paper); }
.menu-row .m-tags .t-pop { background: var(--ink); color: var(--saffron); }
.menu-row .m-tags .t-veg { background: #2D7A37; color: var(--paper); }
.menu-row .m-tags .t-share { background: var(--ink); color: var(--paper); }
/* Photo area — top, aspect 4/5, sin background blanco */
.menu-row .m-thumb {
  margin: 0;
  width: 100%;
  aspect-ratio: 4/5;
  background: transparent; /* deja ver el saffron sólido de la card */
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding: 14px;
  box-sizing: border-box;
}
.menu-row .m-thumb svg {
  width: 62%; height: 62%;
  filter: drop-shadow(0 12px 18px rgba(15,40,20,0.22));
  transition: transform .35s ease;
}
.menu-row .m-thumb .m-photo {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform .45s ease;
  background: transparent;
}
.menu-row:hover .m-thumb svg,
.menu-row:hover .m-thumb .m-photo { transform: scale(1.06); }
/* Body — flex column con descripción flexible y foot abajo */
.menu-row .m-body {
  padding: 22px 24px 24px;
  display: flex; flex-direction: column; flex: 1;
  background: transparent;
}
.menu-row .m-ttl {
  font-family: 'Anton', sans-serif;
  font-size: 24px; line-height: 1; text-transform: uppercase;
  color: var(--green);
  letter-spacing: -0.005em;
  margin: 0 0 10px;
}
.menu-row .m-desc {
  font-size: 14px; line-height: 1.5;
  color: rgba(15,66,24,0.78);
  flex: 1;
  margin: 0 0 18px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}
.menu-row .m-foot {
  margin-top: auto;
  display: flex; justify-content: flex-end; align-items: center;
  border-top: 1px dashed rgba(15,66,24,0.22);
  padding-top: 14px;
}
.menu-row .m-price {
  font-family: 'Anton', sans-serif;
  font-size: 40px; line-height: 0.9;
  color: var(--fucsia);
  letter-spacing: -0.01em;
  display: inline-flex; align-items: baseline; gap: 2px;
  text-shadow: 2px 2px 0 rgba(15,66,24,0.12);
}
.menu-row .m-price .small {
  font-size: 14px; color: rgba(15,66,24,0.6); margin-left: 4px;
}

/* ==================== DISH LIGHTBOX ==================== */
.dish-lightbox {
  position: fixed; inset: 0;
  background: rgba(15,40,20,0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center; justify-content: center;
  z-index: 2000;
  padding: 24px;
  opacity: 0;
  transition: opacity .25s ease;
}
.dish-lightbox.is-open { display: flex; opacity: 1; }
/* Layout vertical compacto: header (tag/título/precio) → foto → descripción */
.dish-lightbox .dl-content {
  background: var(--paper);
  border-radius: 24px;
  max-width: 520px; width: 100%;
  max-height: 90vh;
  display: flex; flex-direction: column;
  overflow: hidden;
  transform: scale(0.92);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
  box-shadow: 0 30px 80px -10px rgba(0,0,0,0.55);
  position: relative;
}
.dish-lightbox.is-open .dl-content { transform: scale(1); }
.dish-lightbox .dl-header {
  padding: 28px 28px 20px;
  padding-right: 72px; /* reserva espacio para el botón × que va en la esquina */
  display: flex; flex-direction: column; gap: 12px;
}
.dish-lightbox .dl-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.dish-lightbox .dl-tags span {
  font-family: 'Anton', sans-serif;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
}
.dish-lightbox .dl-tags .t-sig   { background: var(--fucsia); color: var(--paper); }
.dish-lightbox .dl-tags .t-pop   { background: var(--ink); color: var(--saffron); }
.dish-lightbox .dl-tags .t-veg   { background: var(--green); color: var(--paper); }
.dish-lightbox .dl-tags .t-share { background: var(--ink); color: var(--paper); }
.dish-lightbox .dl-title-row {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.dish-lightbox .dl-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 0.95; text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--green);
  margin: 0;
  flex: 1 1 auto;
}
.dish-lightbox .dl-price {
  font-family: 'Anton', sans-serif;
  font-size: 40px; line-height: 0.9;
  color: var(--fucsia);
  letter-spacing: -0.01em;
  text-shadow: 2px 2px 0 rgba(15,66,24,0.12);
  flex: 0 0 auto;
  white-space: nowrap;
}
.dish-lightbox .dl-price .small { font-size: 16px; opacity: 0.6; color: var(--ink); }
.dish-lightbox .dl-photo {
  background: transparent;
  display: flex; align-items: center; justify-content: center;
  padding: 12px 28px;
  aspect-ratio: 4/3;
  position: relative;
}
.dish-lightbox .dl-photo svg,
.dish-lightbox .dl-photo img {
  max-width: 100%; max-height: 100%;
  width: auto; height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 22px rgba(15,40,20,0.22));
}
.dish-lightbox .dl-desc {
  padding: 20px 28px 28px;
  border-top: 1px dashed rgba(15,66,24,0.22);
  font-size: 15px; line-height: 1.6;
  color: rgba(15,66,24,0.78);
  margin: 0;
}
.dish-lightbox .dl-close {
  position: absolute; top: 14px; right: 14px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--paper); color: var(--ink);
  border: 2px solid var(--ink);
  font-size: 24px; line-height: 1; cursor: pointer;
  font-family: inherit;
  display: flex; align-items: center; justify-content: center;
  z-index: 10;
  padding: 0;
  transition: background .15s, color .15s, transform .25s, border-color .15s;
}
.dish-lightbox .dl-close:hover { background: var(--fucsia); color: var(--paper); border-color: var(--fucsia); transform: rotate(90deg); }

@media (max-width: 720px) {
  .dish-lightbox { padding: 16px; align-items: center; }
  .dish-lightbox .dl-content {
    max-width: 380px;
    max-height: 82vh;
    overflow-y: auto;
    border-radius: 20px;
  }
  .dish-lightbox .dl-header { padding: 18px 20px 12px; padding-right: 56px; gap: 8px; }
  .dish-lightbox .dl-title { font-size: clamp(22px, 6.5vw, 30px); }
  .dish-lightbox .dl-price { font-size: 26px; }
  .dish-lightbox .dl-price .small { font-size: 13px; }
  .dish-lightbox .dl-tags span { font-size: 9px; padding: 4px 10px; }
  /* Foto compacta: sin aspect-ratio fijo, altura limitada a 200px máx */
  .dish-lightbox .dl-photo {
    aspect-ratio: auto;
    padding: 4px 20px 8px;
    max-height: 200px;
    min-height: 140px;
  }
  .dish-lightbox .dl-photo img,
  .dish-lightbox .dl-photo svg {
    max-height: 190px;
    filter: drop-shadow(0 8px 14px rgba(15,40,20,0.18));
  }
  .dish-lightbox .dl-desc {
    padding: 12px 20px 20px;
    font-size: 13px;
    line-height: 1.5;
  }
  .dish-lightbox .dl-close {
    top: 10px; right: 10px;
    width: 34px; height: 34px;
    font-size: 20px;
    border-width: 1.5px;
  }
}

/* ==================== EXPERIENCE / GALLERY STRIP ==================== */
.gallery-strip {
  padding: 90px 0;
  background: var(--ink);
  overflow: hidden;
}
.gallery-strip .head { text-align: center; margin-bottom: 56px; }
.gallery-strip h2 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: clamp(50px, 7vw, 120px); line-height: 0.9;
  color: var(--paper);
}
.gallery-strip h2 .ital { font-family: 'Lobster', cursive; font-weight: 400; color: var(--fucsia); text-transform: none; font-size: 1.15em; }
.gallery-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 180px; gap: 16px;
}
.g-tile {
  border-radius: 16px; overflow: hidden;
  border: 1.5px solid rgba(255,249,229,0.10);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}
.g-tile:hover { transform: translateY(-4px); box-shadow: 0 18px 32px -12px rgba(0,0,0,0.55); }
.g-tile svg { width: 80%; height: 80%; position: relative; z-index: 1; }
.g-tile .g-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 2;
  display: block;
}
.g-tile.span-2 { grid-column: span 2; }
.g-tile.row-2 { grid-row: span 2; }
.g-tile .cap {
  position: absolute; bottom: 12px; left: 12px;
  background: var(--paper); color: var(--ink);
  padding: 5px 11px; border-radius: 999px;
  font-size: 10px; letter-spacing: 0.22em; font-weight: 700; text-transform: uppercase;
  border: 1px solid var(--ink);
  z-index: 3;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.g-tile::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(15,40,20,0.45) 100%);
  opacity: 0; transition: opacity .3s; z-index: 2; pointer-events: none;
}
.g-tile:has(.g-img)::after { opacity: 1; }

/* ==================== CTA BLOCK ==================== */
.cta-block {
  padding: 120px 0;
  background: var(--paper);
  color: var(--green);
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.cta-block::before, .cta-block::after {
  content: ''; position: absolute;
  width: 280px; height: 280px;
  border-radius: 50%;
  pointer-events: none;
}
.cta-block::before { background: var(--saffron); top: -100px; left: -100px; opacity: 0.55; }
.cta-block::after { background: var(--fucsia); bottom: -120px; right: -120px; opacity: 0.35; }
.cta-block .wrap { position: relative; z-index: 2; }
.cta-block h2 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: clamp(70px, 11vw, 200px); line-height: 0.85; text-align: center;
  letter-spacing: -0.02em;
  color: var(--green);
}
.cta-block h2 .ital { font-family: 'Lobster', cursive; font-weight: 400; text-transform: none; color: var(--fucsia); font-size: 1.15em; }
.cta-block h2 .punc {
  font-family: 'Lobster', cursive;
  font-weight: 700;
  color: var(--fucsia);
  font-size: 1.2em;
  margin-left: -0.08em;
}
.cta-block .cta-row {
  display: flex; justify-content: center; align-items: center; gap: 22px;
  margin-top: 48px; flex-wrap: wrap;
}
.cta-block .cta-btn {
  background: var(--ink); color: var(--paper);
  padding: 22px 36px; border-radius: 999px;
  font-weight: 700; font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 14px;
  transition: transform .2s, background .2s;
}
.cta-block .cta-btn:hover { background: var(--green); transform: translateY(-3px); }
.cta-block .cta-btn .ic {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--saffron); color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
}
.cta-block .cta-btn.ghost { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.cta-block .cta-btn.ghost:hover { background: var(--ink); color: var(--paper); }

/* ==================== FOOTER ==================== */
.foot {
  padding: 100px 0 30px;
  background: var(--green);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.foot .wrap { position: relative; z-index: 2; }
.foot-top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(241,233,214,0.18);
}
.foot-brand h3 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: 54px; line-height: 0.9; color: var(--saffron);
}
.foot-brand h3 .ital { font-family: 'Lobster', cursive; font-weight: 400; color: var(--paper); text-transform: none; font-size: 1.2em; }
.foot-brand p { font-size: 14px; line-height: 1.6; max-width: 38ch; margin-top: 18px; opacity: 0.85; }
.foot-brand .socials { display: flex; gap: 10px; margin-top: 24px; }
.foot-brand .socials a {
  width: 42px; height: 42px; border-radius: 50%;
  background: transparent; border: 1.5px solid var(--paper);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
}
.foot-brand .socials a:hover { background: var(--saffron); color: var(--green); border-color: var(--saffron); }
.foot-col h4 {
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 700;
  color: var(--saffron); margin-bottom: 18px;
}
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.foot-col li a { font-size: 14px; opacity: 0.85; }
.foot-col li a:hover { color: var(--saffron); opacity: 1; }
.foot-col .meta-row { font-size: 14px; line-height: 1.55; opacity: 0.85; }
.foot-col .meta-row strong { display: block; color: var(--saffron); font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 6px; }

.foot-mega {
  font-family: 'Anton', sans-serif;
  font-size: clamp(80px, 16vw, 280px);
  line-height: 0.85; text-transform: uppercase;
  text-align: center; padding: 40px 0;
  color: rgba(241,233,214,0.08);
  letter-spacing: -0.02em;
}
.foot-mega .ital { font-family: 'Lobster', cursive; font-weight: 400; color: rgba(255,200,41,0.18); text-transform: none; font-size: 1.15em; }

.foot-bottom {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; opacity: 0.7; flex-wrap: wrap; gap: 14px;
  padding-top: 16px; border-top: 1px solid rgba(241,233,214,0.12);
}
.foot-bottom a { text-decoration: underline; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-carousel { max-width: 100%; aspect-ratio: 16/10; margin-left: 0; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-cell.tall { grid-row: span 1; min-height: 320px; }
  .menu-list { grid-template-columns: 1fr; gap: 0; }
  .foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .wrap { padding: 0 20px; }
  .nav-links { display: none; }
  .topnav .inner { grid-template-columns: 1fr auto; }
  .ticker-track { font-size: 16px; gap: 36px; }
  .hero-meta-row { gap: 10px; }
  .hero-meta-row .tag { padding: 6px 12px; font-size: 9px; }
  .featured { padding: 70px 0; }
  .featured .section-head { flex-direction: column; align-items: flex-start; }
  .featured .right-side { align-items: flex-start; }
  .featured .right-side p { text-align: left; }
  .dish-feat { flex: 0 0 80%; }
  .bento { grid-template-columns: 1fr; }
  .menu-section { padding: 70px 0; }
  .menu-head { grid-template-columns: 1fr; }
  .menu-head .meta { text-align: left; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 140px; }
  .g-tile.span-2 { grid-column: span 2; }
  .foot-top { grid-template-columns: 1fr; gap: 28px; }
  .lang-switch { display: none; }
  .btn-reserve { padding: 10px 14px; font-size: 10px; gap: 8px; }
}

/* ============== EXPERIENCIA BONITA · REELS WALL ============== */
.reels-wall {
  padding: 120px 0 100px;
  background: var(--green-deep);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.reels-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
  position: relative;
  z-index: 2;
}
.reels-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  font-weight: 800;
  color: var(--paper);
  padding: 7px 16px;
  background: rgba(255, 200, 41, 0.12);
  border: 1.5px solid var(--saffron);
  border-radius: 999px;
  margin-bottom: 18px;
}
.reels-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--fucsia);
  animation: livePulse 1.4s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(233,30,99,0.6);
}
@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(233,30,99,0.7); }
  50% { box-shadow: 0 0 0 8px rgba(233,30,99,0); }
}
.reels-title {
  font-size: clamp(46px, 6.8vw, 108px);
  color: var(--paper);
  line-height: 0.95;
  margin: 0;
  letter-spacing: -0.01em;
}
.reels-title .serif-ital { color: var(--fucsia); }
.reels-sub {
  font-size: 16px;
  color: var(--cream);
  opacity: 0.85;
  margin-top: 18px;
  line-height: 1.55;
}

.reels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
  z-index: 2;
}
.reel {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 22px;
  overflow: hidden;
  margin: 0;
  background: var(--green);
  border: 2px solid var(--saffron);
  cursor: pointer;
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s, border-color .35s;
  box-shadow: 0 8px 0 rgba(0,0,0,0.25);
}
.reel:hover { border-color: var(--fucsia); box-shadow: 0 14px 0 var(--fucsia); }
.reel video {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .8s cubic-bezier(.22,.61,.36,1);
}
.reel:hover video { transform: scale(1.04); }

/* Caption overlay at bottom of each reel */
.reel-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 56px 18px 18px;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%);
  z-index: 2;
  display: flex; flex-direction: column; gap: 4px;
}
.reel-tag {
  display: inline-block; align-self: flex-start;
  font-family: 'Inter', sans-serif;
  font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase;
  font-weight: 800;
  color: var(--green-deep);
  background: var(--saffron);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 4px;
}
.reel-title {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  color: var(--paper);
  letter-spacing: -0.005em;
}

/* Play button (visible when paused) */
.reel-play {
  position: absolute;
  top: 50%; left: 50%;
  width: 64px; height: 64px;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
  background: rgba(233, 30, 99, 0.95);
  border: 3px solid var(--paper);
  z-index: 3;
  pointer-events: none;
  transition: opacity .35s, transform .35s;
  animation: reelPlayPulse 1.8s ease-in-out infinite;
}
.reel-play::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  width: 0; height: 0;
  margin: -10px 0 0 -5px;
  border-left: 16px solid var(--paper);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.reel:hover .reel-play { opacity: 0; transform: scale(.5); }
@keyframes reelPlayPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(233,30,99,0.55); }
  50% { box-shadow: 0 0 0 16px rgba(233,30,99,0); }
}

/* Empty reel placeholder */
.reel-empty {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%);
  border-color: var(--saffron);
  border-style: dashed;
  box-shadow: none;
}
.reel-empty:hover { border-color: var(--fucsia); box-shadow: 0 8px 0 rgba(233,30,99,0.3); }
.reel-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--saffron);
  opacity: 0.55;
}
.reel-placeholder svg { width: 56px; height: 56px; }
.reel-placeholder span {
  font-family: 'Anton', sans-serif;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

/* Foot CTA */
.reels-foot {
  text-align: center;
  margin: 56px auto 0;
  position: relative;
  z-index: 2;
}
.reels-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--fucsia);
  color: var(--paper);
  padding: 16px 28px;
  border-radius: 999px;
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--paper);
  box-shadow: 0 6px 0 rgba(0,0,0,0.3);
  transition: transform .2s, box-shadow .2s, background .2s;
}
.reels-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 rgba(0,0,0,0.3);
  background: var(--paper);
  color: var(--fucsia);
}
.reels-cta span { transition: transform .25s; font-size: 18px; }
.reels-cta:hover span { transform: translateX(4px); }

@media (max-width: 980px) {
  .reels-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .reels-wall { padding: 80px 0 70px; }
  .reels-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .reels-head { margin-bottom: 40px; }
}


/* ============== ANIMATIONS ============== */

/* --- Scroll-reveal base ---
 * GSAP owns initial state via immediateRender:true on from().
 * If GSAP fails to load, JS fallback adds `.is-in` so elements stay visible. */
[data-reveal] { will-change: opacity, transform; }
.no-gsap [data-reveal] { opacity: 1 !important; transform: none !important; }

/* --- Hero title (split by Splitting + animated by GSAP) --- */
.hero-title { overflow: visible; }

/* --- Hero copy (PDF-style: kicker + lead paragraphs + tagline) --- */
.hero-kicker {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.42em;
  font-weight: 800;
  color: var(--green-deep);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.hero-lead, .hero-lead-2 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--green-deep);
  margin: 14px 0 0;
  max-width: 46ch;
  font-weight: 500;
}
.hero-tagline {
  font-family: 'Anton', sans-serif;
  font-size: clamp(26px, 3.4vw, 38px);
  color: var(--fucsia);
  margin: 22px 0 14px;
  letter-spacing: -0.005em;
  line-height: 1;
  text-transform: uppercase;
}
.hero-welcome {
  display: inline-block;
  font-family: 'Anton', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--paper);
  background: var(--fucsia);
  padding: 10px 18px;
  border-radius: 999px;
  margin-top: 18px;
  border: 2px solid var(--green-deep);
}

/* ============== CULTURAL BAND (Colombian-Inspired Elements) ============== */
.cultural-band {
  background: var(--paper);
  padding: 36px 0 60px;
  position: relative;
}
.cultural-head {
  text-align: center;
  margin-bottom: 36px;
}
.cultural-pill {
  display: inline-block;
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper);
  background: var(--fucsia);
  padding: 10px 22px;
  border-radius: 999px;
  border: 2px solid var(--green-deep);
}
.cultural-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.cultural-item {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.cultural-circle {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cultural-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.cultural-name {
  font-family: 'Anton', sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--fucsia);
  margin: 8px 0 2px;
  text-transform: uppercase;
}
.cultural-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: var(--green-deep);
  margin: 0;
  font-weight: 600;
}

@media (max-width: 880px) {
  .cultural-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .cultural-pill { font-size: 12px; padding: 8px 16px; letter-spacing: 0.16em; }
}
@media (max-width: 480px) {
  .cultural-band { padding: 24px 0 44px; }
  .cultural-circle { max-width: 140px; }
}

/* --- Hero side photo zoom-in --- */
.hero-side {
  opacity: 0;
  transform: scale(.92);
  animation: heroSideIn 1.1s cubic-bezier(.22,.61,.36,1) .35s forwards;
}
@keyframes heroSideIn {
  to { opacity: 1; transform: scale(1); }
}

/* --- Subtle floating ambient palm trees --- */
.hero .palm.tl { animation: floatA 7s ease-in-out infinite; transform-origin: bottom center; }
.hero .palm.tr { animation: floatB 8s ease-in-out infinite; transform-origin: bottom center; }
.hero .palm.bl { animation: floatA 9s ease-in-out infinite reverse; transform-origin: bottom center; }
@keyframes floatA {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(1.2deg); }
}
@keyframes floatB {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(-1.4deg); }
}

/* --- Floating sparkles for ambient detail --- */
.spark-bg {
  position: absolute; inset: 0;
  pointer-events: none; overflow: hidden; z-index: 1;
}
.spark {
  position: absolute;
  width: 10px; height: 10px;
  background: var(--fucsia);
  clip-path: polygon(50% 0, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0 50%, 40% 40%);
  opacity: 0.55;
  animation: sparkFloat 6s ease-in-out infinite;
}
.spark.s2 { background: var(--saffron); animation-duration: 8s; animation-delay: -2s; }
.spark.s3 { background: var(--orange); animation-duration: 7s; animation-delay: -4s; }
@keyframes sparkFloat {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); opacity: 0.45; }
  50% { transform: translateY(-22px) rotate(180deg) scale(1.15); opacity: 0.9; }
}

/* --- Hover micro-interactions (GSAP owns transforms; CSS keeps shadows/colors only) --- */
.brunch-card { transition: box-shadow .35s cubic-bezier(.22,.61,.36,1); }
.brunch-hero:hover { box-shadow: 0 14px 0 var(--fucsia); }

.rail-stop { transition: box-shadow .3s cubic-bezier(.22,.61,.36,1); }
.rail-stop:hover { box-shadow: 0 12px 0 var(--green-deep); }

.anchor-art img { transition: transform .8s cubic-bezier(.22,.61,.36,1); }
.anchor:hover .anchor-art img { transform: scale(1.04); }

/* --- Arc plane (motion handled by GSAP) --- */
.arc-plane { will-change: transform; }

/* --- Pulse halos for hero accents --- */
.brunch-kicker, .journey-kicker {
  animation: gentlePulse 2.4s ease-in-out infinite;
}
@keyframes gentlePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(233,30,99,0); transform: scale(1); }
  50% { box-shadow: 0 0 0 8px rgba(233,30,99,0.08); transform: scale(1.02); }
}

/* --- Counter visual emphasis when reaching target --- */
.count-pop {
  animation: countPop .5s cubic-bezier(.34,1.56,.64,1) forwards;
}
@keyframes countPop {
  0% { transform: scale(1); }
  50% { transform: scale(1.18); color: var(--paper); }
  100% { transform: scale(1); }
}

/* --- Number tabular for counter (prevents layout shift) --- */
.arc-km strong, .stop-big {
  font-variant-numeric: tabular-nums;
}

/* --- Active category subtle pulse on the cats-thumb --- */
.menu-cats-thumb {
  animation: thumbBreathe 2.6s ease-in-out infinite;
}
@keyframes thumbBreathe {
  0%, 100% { box-shadow: 0 0 0 2px var(--paper) inset, 0 0 0 0 rgba(233,30,99,0); }
  50% { box-shadow: 0 0 0 2px var(--paper) inset, 0 0 0 6px rgba(233,30,99,0.18); }
}

/* --- Brand mark slight tilt on hover --- */
.brand-lock .mark { transition: transform .35s cubic-bezier(.34,1.56,.64,1); }
.brand-lock:hover .mark { transform: rotate(-8deg) scale(1.06); }

/* --- Floating decor (ambient ingredients) --- */
.floating-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.fd-item {
  position: absolute;
  display: inline-block;
  filter: drop-shadow(0 4px 6px rgba(15,40,20,0.15));
  will-change: transform;
}
.fd-item svg { width: 100%; height: 100%; display: block; }

/* Section content must layer above the decor */
.hero > .wrap,
.story > .wrap,
.brunch-bonito > .wrap,
.menu-section > .wrap,
.reels-wall > .wrap,
.cta-block > .wrap { position: relative; z-index: 3; }

/* ==================== BRUNCH BANNER (availability) ==================== */
.brunch-banner {
  display: flex; align-items: center; gap: 14px; justify-content: center;
  background: var(--fucsia);
  color: var(--paper);
  padding: 18px 28px;
  border-radius: 999px;
  margin: 56px auto 40px;
  max-width: 720px;
  box-shadow: 0 14px 30px rgba(233,30,99,0.28);
  font-family: 'Anton', sans-serif;
  font-size: clamp(14px, 1.6vw, 18px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}
.brunch-banner strong { font-weight: 400; }
.bb-pulse {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--saffron);
  box-shadow: 0 0 0 0 rgba(232,190,26,0.6);
  animation: bbPulse 1.6s ease-out infinite;
  flex: 0 0 auto;
}
@keyframes bbPulse {
  0% { box-shadow: 0 0 0 0 rgba(232,190,26,0.7); }
  70% { box-shadow: 0 0 0 14px rgba(232,190,26,0); }
  100% { box-shadow: 0 0 0 0 rgba(232,190,26,0); }
}
@media (prefers-reduced-motion: reduce) { .bb-pulse { animation: none; } }

/* ==================== BRUNCH MENU (FOOD / DRINKS, big cards) ==================== */
.brunch-menu {
  margin-top: 24px;
  position: relative;
  z-index: 2;
}
.brunch-tabs {
  display: flex; gap: 12px; justify-content: center;
  margin-bottom: 36px;
}
.brunch-tabs .bt-btn {
  background: transparent; border: 2px solid var(--green);
  color: var(--green);
  font-family: 'Anton', sans-serif;
  font-size: 16px; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 12px 28px; border-radius: 999px;
  cursor: pointer; transition: background .2s, color .2s, transform .2s;
}
.brunch-tabs .bt-btn:hover { transform: translateY(-2px); }
.brunch-tabs .bt-btn.active {
  background: var(--green); color: var(--saffron);
}
/* Horizontal carousel — single row, scroll-snap to each card */
.brunch-carousel {
  position: relative;
  margin: 0 -20px;
  padding: 0 20px;
}
.brunch-list {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 6px 4px 24px;
}
.brunch-list::-webkit-scrollbar { display: none; }
.bc-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--green); color: var(--saffron);
  display: flex; align-items: center; justify-content: center;
  border: none; cursor: pointer;
  box-shadow: 0 8px 20px rgba(15,66,24,0.28);
  z-index: 5;
  transition: transform .2s, background .2s;
}
.bc-arrow:hover { background: var(--fucsia); transform: translateY(-50%) scale(1.08); }
.bc-prev { left: -8px; }
.bc-next { right: -8px; }
.bg-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: var(--paper); /* amarillo fuerte saffron (igual al menú) */
  border-radius: 26px;
  overflow: hidden;
  display: flex; flex-direction: column;
  position: relative;
  box-shadow: 0 18px 42px rgba(15,66,24,0.14);
  transition: transform .25s ease, box-shadow .25s ease;
}
.bg-card:hover { transform: translateY(-5px); box-shadow: 0 28px 60px rgba(15,66,24,0.22); }
.bg-card-hero { flex: 0 0 320px; }
.bg-tag {
  position: absolute; top: 16px; right: 16px;
  background: var(--green); color: var(--saffron);
  font-family: 'Anton', sans-serif;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  z-index: 2;
}
.bg-tag.tag-pink { background: var(--fucsia); color: var(--paper); }
.bg-tag.tag-veg  { background: #2D7A37; color: var(--paper); }
.bg-art {
  aspect-ratio: 4/5 !important;
  background: transparent !important; /* deja ver el saffron sólido de la card */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 14px !important;
  box-sizing: border-box !important;
}
.bg-card .bg-art img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  background: transparent !important;
  padding: 0 !important;
}
.bg-art svg { width: 62% !important; height: 62% !important; }

/* Coffee cards: fotos un poco más grandes que el resto (menos padding + leve scale) */
.bg-card[data-cat="coffee"] .bg-art {
  padding: 8px !important;
}
.bg-card[data-cat="coffee"] .bg-art img {
  transform: scale(1.08);
  transform-origin: center 55%;
}
/* Hot Chocolate, Cappuccino, Latte: recipientes muy altos → reducir escala + más padding */
.bg-card[data-name="Hot Chocolate"] .bg-art,
.bg-card[data-name="Cappuccino"] .bg-art,
.bg-card[data-name="Latte"] .bg-art {
  padding: 20px !important;
}
.bg-card[data-name="Hot Chocolate"] .bg-art img,
.bg-card[data-name="Cappuccino"] .bg-art img,
.bg-card[data-name="Latte"] .bg-art img {
  transform: scale(0.78) !important;
  transform-origin: center center !important;
}
.bg-body {
  padding: 22px 24px 24px;
  display: flex; flex-direction: column; flex: 1;
  background: transparent;
}
.bg-name {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase; letter-spacing: -0.005em;
  color: var(--green);
  font-size: 24px; line-height: 1;
  margin: 0 0 10px;
}
.bg-desc {
  font-size: 14px; line-height: 1.5; color: rgba(15,66,24,0.78);
  margin: 0 0 18px;
}
.bg-foot {
  margin-top: auto;
  display: flex; justify-content: flex-end; align-items: center;
  border-top: 1px dashed rgba(15,66,24,0.22);
  padding-top: 14px;
}
.bg-price {
  font-family: 'Anton', sans-serif;
  font-size: 40px; line-height: 0.9;
  color: var(--fucsia);
  letter-spacing: -0.01em;
  display: inline-flex; align-items: baseline; gap: 2px;
  text-shadow: 2px 2px 0 rgba(15,66,24,0.12);
}
.bg-price .cur { font-size: 0.55em; transform: translateY(-0.18em); }
.bg-price .unit { font-size: 0.4em; color: rgba(15,66,24,0.6); margin-left: 4px; letter-spacing: 0.06em; }

@media (max-width: 760px) {
  .bg-card { flex: 0 0 78%; }
  .brunch-tabs .bt-btn { padding: 10px 20px; font-size: 14px; }
  .brunch-banner { padding: 14px 20px; gap: 10px; margin: 36px auto 28px; font-size: 12px; letter-spacing: 0.1em; }
  .bc-arrow { width: 40px; height: 40px; }
  .bc-prev { left: -4px; }
  .bc-next { right: -4px; }
}

/* ==================== HAPPY HOUR ==================== */
.happy-hour {
  padding: 110px 0 100px;
  background: linear-gradient(180deg, #0F4218 0%, #1B5A2B 100%);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.happy-hour > .wrap { position: relative; z-index: 2; }
.hh-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.hh-kicker {
  display: inline-block;
  font-size: 11px; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--saffron); font-weight: 700;
  padding: 8px 18px;
  border: 2px solid var(--saffron);
  border-radius: 999px;
  margin-bottom: 22px;
}
.hh-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(64px, 11vw, 160px);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--saffron);
  margin: 0 0 18px;
}
.hh-title .serif-ital {
  font-family: 'Lobster', cursive;
  text-transform: none;
  color: var(--fucsia);
  font-size: 1.05em;
  font-weight: 400;
  letter-spacing: 0;
}
.hh-sub {
  font-size: 18px; line-height: 1.55;
  max-width: 620px; margin: 0 auto;
  color: rgba(255,249,229,0.88);
}

.hh-deals {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  max-width: 980px; margin: 0 auto;
}
.hh-deal {
  background: var(--saffron);
  border-radius: 28px;
  padding: 32px 36px;
  display: grid; grid-template-columns: 140px 1fr; gap: 24px;
  align-items: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.25), inset 0 0 0 4px rgba(15,66,24,0.06);
  position: relative;
  overflow: hidden;
}
.hh-deal-beer { background: var(--saffron); }
.hh-deal-marg { background: #FFE89A; }
.hh-deal::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 90% 10%, rgba(255,255,255,0.35) 0%, transparent 50%);
  pointer-events: none;
}
.hh-art {
  width: 140px; height: 170px;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
}
.hh-art svg { width: 100%; height: auto; }
.hh-art img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
.hh-info { position: relative; z-index: 1; }
.hh-eye {
  display: inline-block;
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  font-weight: 700; color: var(--fucsia);
  margin-bottom: 6px;
}
.hh-name {
  font-family: 'Anton', sans-serif;
  font-size: 32px; line-height: 1;
  text-transform: uppercase;
  color: var(--green);
  letter-spacing: -0.005em;
  margin: 0 0 14px;
}
.hh-price {
  font-family: 'Anton', sans-serif;
  font-size: 64px; line-height: 0.9;
  color: var(--fucsia);
  letter-spacing: -0.02em;
  display: inline-flex; align-items: baseline; gap: 2px;
  text-shadow: 3px 3px 0 rgba(15,66,24,0.18);
}
.hh-price .cur { font-size: 0.55em; transform: translateY(-0.18em); }
.hh-price .cents { font-size: 0.5em; }

.hh-note {
  text-align: center; margin: 36px auto 0;
  font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,249,229,0.65);
  font-weight: 600;
}

/* Happy Hour decorations — hummingbirds + brush stroke */
.sd-hh-bird-l { top: 40px; left: 4%; width: clamp(80px, 9vw, 150px); transform: rotate(-12deg); opacity: 0.55; }
.sd-hh-bird-r { bottom: 50px; right: 5%; width: clamp(90px, 10vw, 170px); transform: scaleX(-1) rotate(-15deg); opacity: 0.55; }
.sd-hh-brush  { top: 50%; right: -40px; width: clamp(140px, 18vw, 260px); transform: translateY(-50%) rotate(75deg); opacity: 0.18; }

@media (max-width: 760px) {
  .happy-hour { padding: 72px 0 72px; }
  .hh-deals { grid-template-columns: 1fr; gap: 18px; max-width: 100%; }
  .hh-deal { padding: 24px 22px; grid-template-columns: 110px 1fr; gap: 16px; }
  .hh-art { width: 110px; height: 130px; }
  .hh-name { font-size: 26px; }
  .hh-price { font-size: 52px; }
  .sd-hh-star { display: none; }
}

/* ==================== SECTION DECORATIONS (.ai elements distributed) ==================== */
.sec-decor {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  opacity: 0.92;
  transition: transform 6s ease-in-out;
}

/* ----- BRUNCH ----- */
.sd-brunch-leaves {
  top: 40px; right: -50px;
  width: clamp(110px, 13vw, 200px);
  transform: rotate(25deg);
  opacity: 0.85;
}
.sd-brunch-palm {
  bottom: -60px; left: -50px;
  width: clamp(140px, 17vw, 260px);
  transform: rotate(-30deg);
  opacity: 0.55;
}
.sd-brunch-star {
  top: 80px; left: 8%;
  width: clamp(28px, 3vw, 46px);
  opacity: 0.8;
}

/* ----- STORY / JOURNEY — viaducto (bridge) + hummingbird + leopard ----- */
.sd-story-viaducto {
  top: 60px; right: -40px;
  width: clamp(180px, 22vw, 360px);
  transform: rotate(-4deg);
  opacity: 0.18;
}
.sd-story-bird {
  top: 80px; left: 4%;
  width: clamp(100px, 12vw, 180px);
  transform: scaleX(-1) rotate(-10deg); /* espejado, mirando hacia el centro */
  opacity: 0.55;
}
.sd-story-leopard {
  bottom: 60px; left: -50px;
  width: clamp(140px, 16vw, 240px);
  transform: rotate(-8deg);
  opacity: 0.32;
}
.sd-story-card {
  bottom: 80px; right: 6%;
  width: clamp(60px, 7vw, 110px);
  transform: rotate(15deg);
  opacity: 0.55;
}

/* ----- MENU (dark ink background) — guacamaya + leopardo + brush ----- */
.sd-menu-guaca {
  top: 30px; right: 4%;
  width: clamp(90px, 12vw, 180px);
  transform: rotate(8deg);
  opacity: 0.55;
}
.sd-menu-leopard {
  bottom: 30px; left: 3%;
  width: clamp(110px, 14vw, 220px);
  transform: scaleX(-1) rotate(-6deg); /* espejado, mirando hacia el centro */
  opacity: 0.4;
}
.sd-menu-brush {
  top: 40%; right: -50px;
  width: clamp(140px, 18vw, 240px);
  transform: rotate(110deg);
  opacity: 0.18;
}

/* ----- REELS WALL (dark green) — palm pattern + guacamaya + viaducto ----- */
.sd-reels-pattern {
  top: -30px; left: 50%;
  width: clamp(500px, 60vw, 900px);
  transform: translateX(-50%) rotate(-6deg);
  opacity: 0.06;
  z-index: 0;
}
.sd-reels-guaca {
  top: 40px; left: 3%;
  width: clamp(110px, 13vw, 200px);
  transform: rotate(-8deg);
  opacity: 0.5;
}
.sd-reels-viaducto {
  bottom: 50px; right: 3%;
  width: clamp(140px, 17vw, 260px);
  transform: scaleX(-1) rotate(-6deg);
  opacity: 0.35;
}

/* ----- CTA ----- */
.sd-cta-leaves-l {
  top: 30px; left: 8%;
  width: clamp(90px, 11vw, 160px);
  transform: rotate(-20deg);
  opacity: 0.55;
}
.sd-cta-leaves-r {
  bottom: 30px; right: 8%;
  width: clamp(90px, 11vw, 160px);
  transform: rotate(180deg);
  opacity: 0.55;
}
.sd-cta-palm {
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: clamp(160px, 20vw, 320px);
  opacity: 0.12;
  z-index: 0;
}

/* ----- FOOTER ----- */
.sd-foot-palm-l {
  top: -40px; left: -50px;
  width: clamp(130px, 15vw, 230px);
  transform: rotate(-25deg);
  opacity: 0.18;
}
.sd-foot-palm-r {
  bottom: 60px; right: -50px;
  width: clamp(140px, 16vw, 240px);
  transform: rotate(200deg);
  opacity: 0.18;
}
.sd-foot-leaves {
  top: 35%; right: 6%;
  width: clamp(80px, 9vw, 140px);
  transform: rotate(90deg);
  opacity: 0.22;
}

/* Mobile tweaks: keep decorations subtle, never crowd the content */
@media (max-width: 760px) {
  .sec-decor { opacity: 0.5 !important; }
  .sd-brunch-star, .sd-menu-star, .sd-story-star-a, .sd-story-star-b,
  .sd-reels-star-a, .sd-reels-star-b { display: none; }
  .sd-cta-palm, .sd-foot-leaves { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .sec-decor { transition: none; }
}

/* Smooth scroll: GSAP/Lenis owns body scroll; ensure html/body don't fight */
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* 3D tilt requires perspective context */
.brunch-card, .menu-row, .anchor, .rail-stop {
  transform-style: preserve-3d;
  will-change: transform;
}

/* Splitting.js character animation */
.splitting .char {
  display: inline-block;
  will-change: transform, opacity;
}

/* --- Reduced motion: kill all animations --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .floating-decor { display: none; }
}

/* ====================================================
   ███████  MOBILE PROFESSIONAL OVERRIDES  ███████
   90% del tráfico es mobile. Estos overrides garantizan
   una experiencia de calidad en 375px - 480px.
   ==================================================== */

/* ------- Tablet (≤ 880px) ------- */
@media (max-width: 880px) {
  .wrap { padding: 0 22px; }
  .ticker-track { font-size: 17px; gap: 40px; }
  .topnav { padding: 12px 0; }
  .topnav .inner { gap: 16px; }
}

/* ------- Mobile (≤ 720px) ------- */
@media (max-width: 720px) {
  html, body { overflow-x: hidden; }

  /* ---- Wrap ---- */
  .wrap { padding: 0 18px; }

  /* ---- NAV ---- */
  .topnav { padding: 10px 0; }
  .topnav .inner { grid-template-columns: auto auto; gap: 12px; justify-content: space-between; }
  .nav-links { display: none; }
  .brand-lock { padding-left: 0; }
  .brand-lock .mark { width: 44px; height: 44px; }
  .nav-right { gap: 8px; }
  .lang-switch { display: none; }
  .btn-reserve {
    padding: 10px 16px;
    font-size: 11px;
    gap: 8px;
    min-height: 44px;
    letter-spacing: 0.14em;
  }
  .btn-reserve .dot { width: 7px; height: 7px; }

  /* ---- TICKER ---- */
  .ticker { padding: 10px 0; }
  .ticker-track { font-size: 14px; gap: 28px; }
  .ticker-track .star { font-size: 12px; }

  /* ---- HERO ---- */
  .hero { padding: 24px 0 44px; }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }
  .hero-main { padding-left: 0; }
  .hero-title {
    font-size: clamp(42px, 11vw, 64px) !important;
    line-height: 0.92;
  }
  .hero-meta-row { gap: 8px; flex-wrap: wrap; }
  .hero-meta-row .tag {
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }
  /* Ocultar animación Lottie de hamburguesa en mobile */
  .hero-side,
  .hero-lottie,
  .hero-carousel { display: none !important; }
  /* Hide decorative palms on mobile to reduce noise */
  .hero .palm { display: none; }

  /* ---- BRUNCH BONITO ---- */
  .brunch-bonito { padding: 64px 0 56px; }
  .brunch-head { margin-bottom: 36px; }
  .brunch-title { font-size: clamp(46px, 12vw, 76px) !important; }
  .brunch-sub { font-size: 15px; padding: 0 4px; }
  .brunch-grid { grid-template-columns: 1fr !important; gap: 18px; }
  .brunch-card { box-shadow: 0 6px 0 var(--green-deep); }
  .brunch-hero { box-shadow: 0 6px 0 var(--fucsia); }
  .brunch-body { padding: 20px 18px 22px; gap: 8px; }
  .brunch-eye { font-size: 10px; }
  .brunch-h3 { font-size: 30px; }
  .brunch-foot { padding-top: 12px; gap: 10px; flex-wrap: wrap; }
  .brunch-price { font-size: 38px; }
  .brunch-cta {
    padding: 12px 18px;
    font-size: 12px;
    min-height: 44px;
    flex: 0 0 auto;
  }

  /* ---- JOURNEY TIMELINE ---- */
  .story { padding: 70px 0; }
  .journey-head { margin-bottom: 36px; }
  .journey-title { font-size: clamp(46px, 12vw, 76px) !important; }
  .journey-sub { font-size: 14px; padding: 0 4px; }
  .journey-band { grid-template-columns: 1fr !important; gap: 14px !important; margin-bottom: 44px; }
  .anchor {
    height: 320px !important;
    min-height: 0;
  }
  .anchor-art { min-height: 0; }
  .anchor-name { font-size: 26px; }
  .anchor-region { font-size: 11px; }
  /* Hide arc on mobile (vertical doesn't read well) */
  .journey-arc { display: none !important; }
  /* Rail becomes vertical stack of full-width moments */
  .journey-rail {
    grid-template-columns: 1fr !important;
    gap: 36px;
    padding-top: 8px;
  }
  .journey-rail::before { display: none; }
  .rail-stop {
    padding: 42px 22px 22px;
    margin-top: 18px;
    box-shadow: 0 5px 0 var(--green-deep);
  }
  .stop-mark { width: 48px; height: 48px; top: -24px; }
  .stop-num { font-size: 18px; }
  .rail-stop .stop-title { font-size: 22px; min-height: 0; padding: 4px 0; }
  .rail-stop .stop-big { font-size: 40px; }
  .rail-stop p { font-size: 13px; line-height: 1.55; }

  /* ---- MENÚ ---- */
  .menu-section { padding: 60px 0 70px; }
  .menu-head h2 { font-size: clamp(50px, 14vw, 96px) !important; }
  .menu-cats-wrap { margin: 24px -18px 28px; padding: 0 18px; }
  .menu-cats { gap: 6px; padding-bottom: 14px; }
  .menu-cats button {
    padding: 9px 14px;
    font-size: 11px;
    letter-spacing: 0.14em;
    min-height: 44px;
  }
  .menu-cats-track { height: 5px; }
  .menu-cats-thumb { height: 5px; }
  .menu-list-wrap { margin: 0 -8px; }
  .menu-list { gap: 14px; padding: 4px 8px 18px; }
  .menu-list > .menu-row {
    flex: 0 0 calc(100% - 60px) !important;
    scroll-snap-align: center;
  }
  /* Bigger, more visible arrows on mobile */
  .menu-arrow {
    width: 54px !important;
    height: 54px !important;
    border-width: 2.5px;
  }
  .menu-arrow.arrow-left { left: 2px !important; }
  .menu-arrow.arrow-right { right: 2px !important; }
  .menu-row {
    min-height: 340px;
    padding: 18px 18px 16px;
    border-radius: 18px;
  }
  .menu-row .m-price { font-size: 20px; }
  .menu-row .m-ttl { font-size: 20px; }
  .menu-row .m-desc { font-size: 12.5px; }

  /* ---- REELS WALL (EXPERIENCIA) ---- */
  .reels-wall { padding: 70px 0 56px; }
  .reels-head { margin-bottom: 36px; }
  .reels-title { font-size: clamp(46px, 12vw, 76px) !important; }
  .reels-sub { font-size: 14px; padding: 0 4px; }
  .reels-grid {
    grid-template-columns: 1fr 1fr !important;
    max-width: none !important;
    gap: 12px;
  }
  .reel { border-radius: 16px; box-shadow: 0 5px 0 rgba(0,0,0,0.25); }
  .reel:hover { box-shadow: 0 5px 0 rgba(0,0,0,0.25); transform: none; }
  .reel-cap { padding: 48px 12px 12px; }
  .reel-tag { font-size: 8px; padding: 3px 8px; letter-spacing: 0.2em; }
  .reel-title { font-size: 15px; }
  .reel-play { width: 48px; height: 48px; margin: -24px 0 0 -24px; }
  .reels-foot { margin-top: 36px; }
  .reels-cta {
    padding: 14px 22px;
    font-size: 13px;
    letter-spacing: 0.18em;
    min-height: 44px;
  }

  /* ---- CTA BLOCK ---- */
  .cta-block { padding: 70px 0; }
  .cta-block h2 { font-size: clamp(56px, 16vw, 100px) !important; }
  .cta-row { flex-direction: column; gap: 12px; align-items: stretch; }
  .cta-btn {
    width: 100%;
    justify-content: center;
    padding: 16px 22px;
    font-size: 13px;
    min-height: 52px;
  }

  /* ---- FOOTER ---- */
  .site-foot { padding: 56px 0 28px; }
  .foot-top { grid-template-columns: 1fr; gap: 28px; }
  .foot-brand h3 { font-size: 42px; }
  .foot-col h4 { font-size: 11px; }
  .foot-col a, .foot-col li { font-size: 14px; }
  .foot-mega { font-size: clamp(64px, 22vw, 160px) !important; }

  /* ---- PERFORMANCE: reduce decor on mobile ---- */
  .floating-decor .fd-item:nth-child(n+7) { display: none; }
  .fd-item { transform: none !important; animation: none !important; }

  /* Prevent iOS zoom on input focus */
  input, select, textarea { font-size: 16px !important; }
}

/* ------- Small mobile (≤ 480px) ------- */
@media (max-width: 480px) {
  .wrap { padding: 0 16px; }

  /* Hero even more compact */
  .hero-title { font-size: clamp(36px, 11vw, 52px) !important; line-height: 0.95; }
  .hero-side { max-width: 90%; }

  /* Brunch */
  .brunch-h3 { font-size: 26px; }
  .brunch-card .brunch-photo { aspect-ratio: 16/10; }

  /* Journey */
  .anchor { height: 280px !important; }
  .anchor-name { font-size: 22px; }
  .rail-stop { padding: 36px 18px 18px; }
  .stop-mark { width: 42px; height: 42px; top: -21px; border-width: 2.5px; }
  .stop-num { font-size: 16px; }

  /* Menu */
  .menu-list > .menu-row { flex: 0 0 calc(100% - 56px) !important; }
  .menu-row .m-thumb { aspect-ratio: 4/3; }

  /* Reels: single column on tiny screens */
  .reels-grid {
    grid-template-columns: 1fr !important;
    max-width: 340px !important;
    margin: 0 auto !important;
  }

  /* Hide all floating decor on tiny screens */
  .floating-decor { display: none !important; }
}

/* ------- Disable heavy effects on touch devices ------- */
@media (hover: none) and (pointer: coarse) {
  /* No mouse, no need for tilt/magnetic */
  .brunch-card, .menu-row, .anchor, .rail-stop {
    transform-style: flat;
    will-change: auto;
  }
  /* Make hover-triggered effects visible by default on touch */
  .reel-play { opacity: 1; }
  /* Reduce floating decor */
  .floating-decor .fd-item { animation-duration: 12s !important; }
}

/* ====================================================================
   MOBILE REDESIGN — comprehensive overhaul for phones (≤ 768px)
   Goal: clean, generous spacing, big touch targets, polished cards.
   Loaded LAST so it overrides previous mobile rules.
   ==================================================================== */

/* ----- Hamburger button (only visible mobile) ----- */
.nav-burger {
  display: none;
  width: 44px; height: 44px;
  background: transparent; border: none; padding: 0;
  cursor: pointer;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px;
  border-radius: 12px;
}
.nav-burger span {
  display: block;
  width: 22px; height: 2.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}
.nav-burger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-burger.is-open span:nth-child(2) { opacity: 0; }
.nav-burger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ----- Mobile drawer + overlay ----- */
.mnav-overlay {
  position: fixed; inset: 0;
  background: rgba(15,40,20,0.55);
  z-index: 90; opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
  backdrop-filter: blur(2px);
}
.mnav-overlay.open { opacity: 1; pointer-events: auto; }
.mnav-drawer {
  position: fixed; top: 0; right: 0;
  width: min(86vw, 360px); height: 100vh; height: 100dvh;
  background: var(--paper);
  z-index: 100;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
  display: flex; flex-direction: column;
  box-shadow: -8px 0 30px rgba(0,0,0,0.18);
  overflow-y: auto;
}
.mnav-drawer.open { transform: translateX(0); }
.mnav-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 2px solid rgba(15,40,20,0.1);
}
.mnav-brand {
  font-family: 'Anton', sans-serif;
  font-size: 22px; letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
}
.mnav-brand .ital {
  font-family: 'Lobster', cursive;
  text-transform: none;
  color: var(--fucsia);
  font-size: 1.15em; font-weight: 700;
  margin-left: 4px;
}
.mnav-close {
  width: 40px; height: 40px;
  border-radius: 999px;
  border: 2px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 24px; line-height: 1;
  cursor: pointer; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.mnav-close:active { background: var(--ink); color: var(--paper); }
.mnav-list {
  display: flex; flex-direction: column;
  padding: 16px 0;
  flex: 1;
}
.mnav-list a {
  display: block;
  padding: 18px 24px;
  font-family: 'Anton', sans-serif;
  font-size: 22px; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(15,40,20,0.08);
  transition: background .15s, color .15s;
}
.mnav-list a:active { background: var(--ink); color: var(--saffron); }
.mnav-foot {
  padding: 22px 24px 28px;
  border-top: 2px solid rgba(15,40,20,0.1);
  display: flex; flex-direction: column; gap: 16px;
  background: var(--paper);
}
.mnav-lang {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.mnav-lang > span:first-child {
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(15,40,20,0.7);
}
.mnav-lang-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  border: 2px solid var(--ink); border-radius: 999px;
  background: transparent; color: var(--ink);
  font-weight: 800; letter-spacing: 0.18em; font-size: 12px;
  cursor: pointer;
}
.mnav-lang-btn svg { border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,0.15); }
.mnav-cta {
  display: block; text-align: center;
  background: var(--ink); color: var(--saffron);
  padding: 18px 22px; border-radius: 999px;
  font-family: 'Anton', sans-serif;
  font-size: 16px; letter-spacing: 0.18em; text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 0 var(--fucsia);
}
.mnav-cta:active { transform: translateY(2px); box-shadow: 0 2px 0 var(--fucsia); }

/* ====================================================================
   ≤ 768px : mobile redesign
   ==================================================================== */
@media (max-width: 768px) {
  /* ---- NAV: show hamburger, hide nav-links and desktop lang/CTA buttons ---- */
  .nav-burger { display: inline-flex !important; }
  .topnav .nav-links { display: none !important; }
  .topnav .nav-right .lang-switch { display: none !important; }
  .topnav .nav-right .btn-reserve { display: none !important; }
  .topnav .nav-right { gap: 0; }
  .topnav .inner {
    grid-template-columns: auto 1fr auto !important;
    align-items: center;
  }
  .nav-burger { margin-left: auto; }
  .topnav { padding: 12px 0 !important; }
  .brand-lock .mark { width: 48px !important; height: 48px !important; }

  /* ---- TICKER: more breathing ---- */
  .ticker { padding: 12px 0 !important; }
  .ticker-track { font-size: 13px !important; gap: 22px !important; }

  /* ---- HERO: cleaner, more vertical, lottie up front ---- */
  .hero { padding: 30px 0 50px !important; min-height: 0 !important; }
  .hero .wrap {
    padding: 30px 22px !important;
    margin: 22px 14px !important;
    max-width: none !important;
    border-radius: 22px !important;
  }
  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .hero-main { padding: 0 !important; text-align: center; }
  .hero-kicker {
    font-size: 10px !important;
    letter-spacing: 0.32em !important;
    margin-bottom: 10px !important;
  }
  .hero-title {
    font-size: clamp(44px, 12.5vw, 66px) !important;
    line-height: 1.15 !important;
    margin-bottom: 18px !important;
    overflow: visible !important;
    padding: 12px 0 !important;
  }
  .hero-title .ital {
    display: inline-block !important;
    line-height: 1.3 !important; /* espacio suficiente para descenders del Lobster (y, g, coma) */
    padding: 0.15em 0 0.25em !important; /* más padding abajo para descenders */
    overflow: visible !important;
  }
  .hero-meta-row {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .hero-meta-row .tag {
    padding: 10px 14px !important;
    font-size: 11px !important;
    letter-spacing: 0.14em !important;
    min-height: 40px !important;
  }
  .hero-side { max-width: 80% !important; margin: 0 auto !important; }

  /* Hide heavy decorations on mobile for performance + cleanliness */
  .hero .ai-decor.bg-leopard,
  .hero .ai-decor.bg-hummingbird,
  .hero .ai-decor.bg-palms-pattern,
  .hero .ai-decor.bg-parrot,
  .hero .decor-palm-pink,
  .hero .decor-palm-blue,
  .hero .decor-star-1,
  .hero .decor-star-2 { opacity: 0.25 !important; }
  .hero .decor-star-1, .hero .decor-star-2 { display: none !important; }

  /* ---- CULTURAL BAND ---- */
  .cultural-band { padding: 40px 0 50px !important; }
  .cultural-pill {
    font-size: 11px !important;
    padding: 8px 18px !important;
    letter-spacing: 0.14em !important;
  }
  .cultural-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 18px !important;
  }
  .cultural-circle { width: 110px !important; height: 110px !important; }
  .cultural-name { font-size: 14px !important; }
  .cultural-desc { font-size: 12px !important; line-height: 1.4 !important; }

  /* ---- MENÚ COMPLETO ---- */
  .menu-section { padding: 60px 0 70px !important; }
  .menu-head { padding-right: 66px !important; } /* espacio para el botón hamburguesa flotante */
  .menu-head h2 { font-size: clamp(48px, 14vw, 80px) !important; line-height: 0.9 !important; }
  .menu-cats { padding-bottom: 12px !important; gap: 6px !important; }
  .menu-cats button {
    padding: 10px 16px !important; font-size: 11px !important;
    min-height: 44px !important; letter-spacing: 0.12em !important;
  }
  .menu-list { gap: 16px !important; padding: 6px 14px 22px !important; }
  .menu-list > .menu-row {
    flex: 0 0 80% !important;
    scroll-snap-align: center;
    min-height: 0 !important;
    padding: 22px 22px 20px !important;
    border-radius: 20px !important;
  }
  .menu-row .m-thumb {
    aspect-ratio: 4/5 !important;
    padding: 12px !important;
    background: transparent !important;
  }
  .menu-row .m-price { font-size: 22px !important; }
  .menu-row .m-ttl { font-size: 22px !important; }
  .menu-row .m-desc { font-size: 13px !important; line-height: 1.45 !important; }
  .menu-arrow { width: 46px !important; height: 46px !important; }

  /* ---- BRUNCH BONITO ---- */
  .brunch-bonito { padding: 60px 0 !important; }
  .brunch-head { margin-bottom: 28px !important; }
  .brunch-kicker {
    font-size: 10px !important;
    padding: 7px 14px !important;
    letter-spacing: 0.2em !important;
  }
  .brunch-title {
    font-size: clamp(48px, 14vw, 84px) !important;
    line-height: 1.02 !important;
    padding: 8px 0 !important;
    overflow: visible !important;
  }
  .brunch-title .serif-ital {
    display: inline-block !important;
    line-height: 1.1 !important;
    padding: 0.1em 0 !important;
    overflow: visible !important;
  }
  .brunch-sub { font-size: 14px !important; padding: 0 6px !important; line-height: 1.5 !important; }

  /* Brunch banner */
  .brunch-banner {
    margin: 32px 6px 28px !important;
    padding: 14px 18px !important;
    font-size: 11px !important;
    letter-spacing: 0.1em !important;
    border-radius: 18px !important;
    line-height: 1.4 !important;
  }
  .bb-pulse { width: 10px !important; height: 10px !important; }

  /* Brunch tabs */
  .brunch-tabs { gap: 10px !important; margin-bottom: 24px !important; }
  .brunch-tabs .bt-btn {
    padding: 12px 26px !important;
    font-size: 13px !important;
    min-height: 44px !important;
  }

  /* Brunch carousel cards */
  .brunch-carousel { margin: 0 -14px !important; padding: 0 14px !important; }
  .brunch-list {
    gap: 14px !important;
    padding: 6px 11vw 20px !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding: 0 11vw !important;
  }
  .bg-card {
    flex: 0 0 78% !important;
    border-radius: 22px !important;
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
  }
  .bg-art {
    aspect-ratio: 1/1 !important; /* cuadrado en mobile — mejor encuadre para fotos landscape */
    padding: 8px !important;
    overflow: visible !important;
  }
  .bg-card .bg-art img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .bg-name { font-size: 20px !important; line-height: 1.05 !important; margin-bottom: 8px !important; }
  .bg-desc { font-size: 13px !important; line-height: 1.45 !important; margin-bottom: 14px !important; }
  .bg-price { font-size: 32px !important; }
  .bg-tag { font-size: 9px !important; padding: 5px 10px !important; }
  /* Hide arrows on mobile carousel (swipe is native) */
  .bc-arrow { display: none !important; }

  /* ---- HAPPY HOUR ---- */
  .happy-hour { padding: 56px 0 60px !important; }
  .hh-head { margin-bottom: 32px !important; }
  .hh-kicker {
    font-size: 10px !important;
    padding: 7px 14px !important;
    letter-spacing: 0.22em !important;
    margin-bottom: 16px !important;
  }
  .hh-title {
    font-size: clamp(54px, 16vw, 96px) !important;
    line-height: 1.02 !important;
    padding: 8px 0 !important;
    overflow: visible !important;
  }
  .hh-title .serif-ital {
    display: inline-block !important;
    line-height: 1.1 !important;
    padding: 0.1em 0 !important;
    overflow: visible !important;
  }
  .hh-sub { font-size: 14px !important; line-height: 1.5 !important; padding: 0 4px !important; }
  .hh-deals { grid-template-columns: 1fr !important; gap: 16px !important; max-width: 100% !important; }
  .hh-deal {
    grid-template-columns: 100px 1fr !important;
    padding: 20px 22px !important;
    gap: 16px !important;
    border-radius: 22px !important;
  }
  .hh-art { width: 100px !important; height: 120px !important; }
  .hh-eye { font-size: 9px !important; letter-spacing: 0.22em !important; }
  .hh-name { font-size: 24px !important; margin-bottom: 8px !important; }
  .hh-price { font-size: 44px !important; }
  .hh-note {
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
    margin-top: 28px !important;
  }
  .sd-hh-bird-l, .sd-hh-bird-r, .sd-hh-brush { opacity: 0.2 !important; }

  /* ---- STORY / JOURNEY ---- */
  .story { padding: 64px 0 !important; }
  .journey-head { margin-bottom: 30px !important; }
  .journey-kicker {
    font-size: 10px !important;
    padding: 7px 14px !important;
    letter-spacing: 0.22em !important;
  }
  .journey-title { font-size: clamp(34px, 9.5vw, 54px) !important; line-height: 1 !important; }
  .journey-sub { font-size: 14px !important; line-height: 1.5 !important; padding: 0 4px !important; }
  .journey-band {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-bottom: 36px !important;
  }
  .anchor { height: 240px !important; min-height: 0 !important; border-radius: 22px !important; }
  .anchor-meta { padding: 16px 18px !important; }
  .anchor-eye { font-size: 9px !important; }
  .anchor-name { font-size: 28px !important; }
  .anchor-region { font-size: 11px !important; }
  .journey-arc { display: none !important; }
  .journey-rail {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding-top: 16px !important;
  }
  .journey-rail::before { display: none !important; }
  .rail-stop {
    padding: 38px 22px 22px !important;
    margin-top: 18px !important;
    border-radius: 22px !important;
  }
  .stop-mark { width: 46px !important; height: 46px !important; top: -23px !important; }
  .stop-num { font-size: 18px !important; }
  .stop-eye { font-size: 10px !important; }
  .rail-stop .stop-title {
    font-size: 26px !important;
    line-height: 1.15 !important;
    min-height: 0 !important;
    padding: 8px 0 !important;
    display: block !important;
  }
  .rail-stop .stop-title .ital {
    display: inline-block !important;
    font-size: 1.15em !important;
    line-height: 1.05 !important;
    padding: 0.1em 0 !important;
  }
  .rail-stop .stop-big {
    font-size: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .rail-stop .stop-big .unit {
    font-size: 12px !important;
    vertical-align: middle !important;
    align-self: center !important;
  }
  .rail-stop p { font-size: 13px !important; line-height: 1.5 !important; }

  /* Hide journey decorations on mobile */
  .sd-story-viaducto, .sd-story-bird, .sd-story-leopard, .sd-story-card { opacity: 0.2 !important; }

  /* ---- REELS WALL ---- */
  .reels-wall { padding: 64px 0 56px !important; }
  .reels-head { margin-bottom: 28px !important; }
  .reels-kicker { font-size: 10px !important; letter-spacing: 0.22em !important; }
  .reels-title {
    font-size: clamp(48px, 14vw, 84px) !important;
    line-height: 1.02 !important;
    padding: 8px 0 !important;
    overflow: visible !important;
  }
  .reels-title .serif-ital {
    display: inline-block !important;
    line-height: 1.1 !important;
    padding: 0.1em 0 !important;
    overflow: visible !important;
  }
  .reels-sub { font-size: 14px !important; line-height: 1.5 !important; padding: 0 4px !important; }
  .reels-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    max-width: 100% !important;
  }
  .reel { border-radius: 16px !important; }
  .reel-cap { padding: 36px 10px 10px !important; }
  .reel-tag { font-size: 8px !important; padding: 3px 7px !important; letter-spacing: 0.16em !important; }
  .reel-title { font-size: 13px !important; line-height: 1.2 !important; }
  .reel-play { width: 44px !important; height: 44px !important; opacity: 1 !important; }
  .reels-foot { margin-top: 28px !important; }
  .reels-cta {
    padding: 14px 24px !important;
    font-size: 12px !important;
    min-height: 48px !important;
    letter-spacing: 0.18em !important;
  }

  /* ---- CTA ---- */
  .cta-block { padding: 60px 0 !important; }
  .cta-block h2 { font-size: clamp(54px, 16vw, 100px) !important; line-height: 0.9 !important; margin-bottom: 8px !important; }
  .cta-row {
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 32px !important;
    padding: 0 6px !important;
  }
  .cta-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 18px 22px !important;
    font-size: 12px !important;
    min-height: 56px !important;
    letter-spacing: 0.18em !important;
  }

  /* ---- FOOTER ---- */
  .foot { padding: 56px 0 32px !important; }
  .foot-top {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding-bottom: 36px !important;
  }
  .foot-brand h3 { font-size: 36px !important; }
  .foot-brand p { font-size: 14px !important; line-height: 1.5 !important; }
  .foot-col h4 {
    font-size: 11px !important;
    letter-spacing: 0.22em !important;
    margin-bottom: 14px !important;
  }
  .foot-col a, .foot-col li { font-size: 14px !important; }
  .foot-col li { padding: 4px 0; }
  .foot-mega { font-size: clamp(72px, 26vw, 180px) !important; line-height: 0.85 !important; }
  .foot-bottom {
    flex-direction: column !important;
    gap: 12px !important;
    text-align: center !important;
    font-size: 11px !important;
  }
  .foot .socials a { width: 40px; height: 40px; }

  /* Reduce ALL section decorations on mobile (cleaner) */
  .sec-decor { opacity: 0.18 !important; }

  /* Touch-friendly tags everywhere */
  a, button { -webkit-tap-highlight-color: rgba(233,30,99,0.18); }
}

/* ====================================================================
   Tiny phones (≤ 380px)
   ==================================================================== */
@media (max-width: 380px) {
  .hero .wrap { padding: 24px 18px !important; margin: 18px 10px !important; }
  .hero-title { font-size: 42px !important; line-height: 1.02 !important; padding: 6px 0 !important; }
  .hero-title .ital { line-height: 1.05 !important; padding: 0.08em 0 !important; display: inline-block !important; }
  .brunch-title, .reels-title { font-size: 44px !important; }
  .journey-title { font-size: 34px !important; }
  .hh-title { font-size: 52px !important; }
  .cta-block h2 { font-size: 48px !important; }
  .menu-head h2 { font-size: 44px !important; }
  .cultural-grid { grid-template-columns: 1fr !important; }
  .cultural-circle { width: 130px !important; height: 130px !important; }
  .hh-deal { grid-template-columns: 80px 1fr !important; padding: 18px !important; }
  .hh-art { width: 80px !important; height: 100px !important; }
  .hh-price { font-size: 38px !important; }
}

/* ====================================================================
   MENU CATEGORIES — "Ver todas" button + Bottom sheet (mobile UX fix)
   ==================================================================== */

/* Desktop: TODAS las categorías visibles con flex-wrap (sin scroll, sin botón, sin flechas) */
.menu-cats-all { display: none; } /* botón oculto en desktop */
.menu-cats-wrap {
  display: block;
  position: relative;
  margin-top: 32px;
}
.menu-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  overflow: visible;
}
.menu-cats::-webkit-scrollbar { display: none; }

/* Bottom sheet overlay */
.cat-sheet-overlay {
  position: fixed; inset: 0;
  background: rgba(15,40,20,0.65);
  z-index: 110; opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
  backdrop-filter: blur(3px);
}
.cat-sheet-overlay.open { opacity: 1; pointer-events: auto; }

/* Bottom sheet */
.cat-sheet {
  position: fixed; left: 0; right: 0; bottom: 0;
  background: var(--paper);
  z-index: 120;
  border-radius: 24px 24px 0 0;
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
  box-shadow: 0 -10px 40px rgba(0,0,0,0.2);
  max-height: 80vh; max-height: 80dvh;
  display: flex; flex-direction: column;
}
.cat-sheet.open { transform: translateY(0); }
.cs-grip {
  width: 40px; height: 4px; border-radius: 2px;
  background: rgba(15,40,20,0.25);
  margin: 10px auto 0;
  flex: 0 0 auto;
}
.cs-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px 14px;
  border-bottom: 1px solid rgba(15,40,20,0.1);
  flex: 0 0 auto;
}
.cs-head h3 {
  margin: 0;
  font-family: 'Anton', sans-serif;
  font-size: 18px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink);
}
.cs-close {
  width: 36px; height: 36px;
  border-radius: 999px;
  border: 2px solid var(--ink);
  background: transparent; color: var(--ink);
  font-size: 22px; line-height: 1; font-weight: 600;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.cs-close:active { background: var(--ink); color: var(--paper); }
.cs-list {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 18px 22px 28px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cs-item {
  background: transparent;
  border: 2px solid var(--ink);
  color: var(--ink);
  padding: 14px 14px;
  border-radius: 14px;
  font-family: 'Anton', sans-serif;
  font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  transition: background .15s, color .15s, transform .15s;
  line-height: 1.1;
  min-height: 56px;
}
.cs-item:active { transform: scale(0.97); }
.cs-item.active {
  background: var(--ink); color: var(--saffron);
  box-shadow: 0 4px 0 var(--fucsia);
}

/* ====================================================================
   MOBILE: compact menu cards + visible category nav
   ==================================================================== */
@media (max-width: 768px) {
  /* Botón hamburguesa flotante — alineado con el título "EL MENÚ COMPLETO" en la esquina superior derecha */
  .menu-section .wrap { position: relative; }
  .menu-cats-all {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    background: var(--fucsia) !important;
    color: var(--paper) !important;
    border: none !important;
    box-shadow: 0 4px 0 var(--ink), 0 6px 16px rgba(233,30,99,0.28) !important;
    flex: 0 0 auto !important;
    cursor: pointer;
    transition: none !important;
    animation: none !important;
    /* Posición absoluta: alineado verticalmente con "COMPLETO" (segunda línea del título) */
    position: absolute !important;
    top: 55px !important;
    right: 16px !important;
    z-index: 5;
  }
  .menu-cats-all:active,
  .menu-cats-all:hover,
  .menu-cats-all:focus {
    transform: none !important;
    box-shadow: 0 4px 0 var(--ink), 0 6px 16px rgba(233,30,99,0.28) !important;
  }
  .menu-cats-all svg {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 2.8 !important;
  }
  .menu-cats-all .mca-label { display: none; }
  /* Badge con contador */
  .menu-cats-all .mca-count {
    display: flex !important;
    position: absolute;
    top: -6px; right: -6px;
    min-width: 20px; height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--saffron);
    color: var(--ink);
    font-family: 'Anton', sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--paper);
    line-height: 1;
  }

  /* Category pill bar — más compacta con scroll horizontal */
  .menu-cats-wrap {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 10px;
    margin: 22px -18px 24px !important;
    padding: 0 18px;
    position: static !important; /* dejar que el botón hamburguesa se posicione respecto al .wrap del menú */
  }
  .menu-cats {
    flex: 1 1 auto;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    justify-content: flex-start !important;
    mask-image: linear-gradient(to right, transparent 0, #000 12px, #000 calc(100% - 30px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 12px, #000 calc(100% - 30px), transparent 100%);
  }
  .menu-cats button {
    scroll-snap-align: start;
    padding: 10px 14px !important;
    font-size: 12px !important;
    min-height: 40px !important;
  }
  .menu-cats-track, .menu-cats-thumb { display: none !important; }

  /* Cards verticales tipo brunch (foto arriba, body abajo) en carrusel horizontal centrado */
  .menu-list-wrap { margin: 0 -14px !important; }
  .menu-list {
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 14px !important;
    /* padding lateral = (100% - card_width) / 2 para centrar el card activo en pantalla */
    padding: 6px 11vw 22px !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding: 0 11vw !important;
  }
  .menu-list {
    align-items: stretch !important; /* cards se estiran al mismo alto */
  }
  .menu-list > .menu-row {
    flex: 0 0 78% !important;
    width: auto !important;
    min-height: 0 !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    border-radius: 22px !important;
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
    overflow: hidden !important; /* evita que la foto rompa el borde del card */
  }
  .menu-row .m-thumb {
    margin: 0 !important;
    width: 100% !important;
    height: 240px !important; /* altura fija — todas las fotos ocupan lo mismo */
    max-height: 240px !important;
    aspect-ratio: auto !important;
    padding: 12px !important;
    overflow: hidden !important;
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .menu-row .m-thumb .m-photo {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .menu-row .m-body {
    flex: 1 1 auto !important; /* el body ocupa el espacio restante */
    display: flex !important;
    flex-direction: column !important;
  }
  .menu-row .m-foot {
    margin-top: auto !important; /* precio siempre pegado abajo */
  }
  .menu-row .m-body {
    padding: 18px 20px 20px !important;
  }
  .menu-row .m-ttl {
    font-size: 20px !important;
    line-height: 1.05 !important;
    margin-bottom: 8px !important;
  }
  .menu-row .m-desc {
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin-bottom: 14px !important;
    -webkit-line-clamp: 3 !important;
  }
  .menu-row .m-price { font-size: 32px !important; }
  .menu-row .m-tags { top: 12px !important; right: 12px !important; }
  .menu-row .m-tags > span {
    font-size: 9px !important;
    padding: 5px 10px !important;
    letter-spacing: 0.2em !important;
  }

  /* Hide the carousel arrows on mobile — swipe is native */
  .menu-arrow { display: none !important; }
}

/* Tiny phones — even tighter */
@media (max-width: 380px) {
  .menu-list > .menu-row { flex: 0 0 84% !important; }
  /* Ajustar padding lateral para centrar cards 84% */
  .menu-list { padding: 6px 8vw 22px !important; scroll-padding: 0 8vw !important; }
  .menu-row .m-ttl { font-size: 18px !important; }
  .menu-row .m-price { font-size: 28px !important; }
}
