/* ==================== 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: #1057B0;            /* clean cobalt blue (no purple cast) */
  --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 { font-family: 'Fraunces', serif; font-style: italic; font-weight: 700; }
.brand-script { font-family: 'Caveat', cursive; 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: 'Caveat', cursive; font-weight: 700; 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 {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 8px 10px; border: 1px solid var(--ink); border-radius: 999px;
  cursor: pointer; background: transparent;
}
.lang-switch .sep { color: var(--line); }
.lang-switch .active { color: var(--orange); }
.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: var(--ink); color: var(--paper);
  overflow: hidden;
  padding: 14px 0;
  border-bottom: 1px solid var(--ink);
}
.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: 'Fraunces', serif; 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 ==================== */
.hero {
  padding: 24px 0 60px;
  position: relative;
  background: var(--paper);
  overflow: hidden;
}
.hero::before {
  /* sun-ray pattern like the logo */
  content: '';
  position: absolute; inset: 0;
  background: repeating-conic-gradient(from 0deg at 20% 30%, rgba(255,213,87,0.45) 0deg 6deg, transparent 6deg 14deg);
  opacity: 0.5;
  pointer-events: none;
}
.palm {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.palm.tl { display: none; }
.palm.tr { top: -30px; right: -50px; width: 320px; transform: scaleX(-1) rotate(-10deg); }
.palm.bl { bottom: -40px; left: -40px; width: 240px; transform: rotate(180deg) scaleX(-1); opacity: 0.65; }
.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: 'Caveat', 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: 'Caveat', 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: 'Caveat', cursive; font-weight: 700; 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: 'Fraunces', serif; 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: var(--paper-soft);
  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: 'Caveat', cursive; font-weight: 700;
  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);
}
.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: 'Caveat', cursive; font-weight: 700;
  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); }
.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; color: var(--paper);
  text-align: center; letter-spacing: -0.01em;
  min-height: 44px;
  display: flex; align-items: center; justify-content: center;
}
.rail-stop .stop-title .ital {
  font-family: 'Caveat', cursive; font-weight: 700;
  text-transform: none; font-size: 1.2em; color: var(--saffron);
}
.rail-stop .stop-big {
  font-family: 'Anton', sans-serif; font-size: 44px; color: var(--paper); line-height: 0.9;
  letter-spacing: -0.02em;
}
.rail-stop .stop-big .unit { font-size: 14px; vertical-align: top; color: var(--saffron); margin-left: 4px; letter-spacing: 0.16em; text-transform: uppercase; }
.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: 'Caveat', cursive; font-weight: 700; 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: 'Fraunces', serif; 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;
  background: var(--ink);
  border-top: 1px solid rgba(255,249,229,0.08);
  border-bottom: 1px solid rgba(255,249,229,0.08);
}
.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: 'Caveat', cursive; font-weight: 700; 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; }
/* Always-visible track under the cats */
.menu-cats-track {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 6px;
  background: var(--paper);
  border-radius: 999px;
  pointer-events: none;
  z-index: 1;
}
/* Fucsia thumb sliding under the active category */
.menu-cats-thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  background: var(--fucsia);
  border-radius: 999px;
  pointer-events: none;
  z-index: 2;
  transition: left .3s cubic-bezier(.4,0,.2,1), width .3s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 0 0 2px var(--paper) inset;
}
.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-row {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--paper);
  color: var(--ink);
  border: 1.5px solid rgba(15,40,20,0.12);
  border-radius: 22px;
  padding: 22px 22px 20px;
  min-height: 380px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  cursor: pointer;
  box-shadow: 0 6px 18px -8px rgba(0,0,0,0.18);
}
.menu-row::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,229,107,0.5), transparent 60%);
  pointer-events: none;
}
.menu-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -12px rgba(15,40,20,0.35);
}
.menu-row > * { position: relative; z-index: 1; }
.menu-row .m-price {
  font-family: 'Anton', sans-serif;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: 0.02em;
  align-self: flex-start;
}
.menu-row .m-price .small {
  font-size: 13px; color: var(--ink); opacity: 0.6;
}
.menu-row .m-tags {
  position: absolute; top: 16px; right: 16px;
  display: flex; gap: 5px; flex-wrap: wrap; justify-content: flex-end;
  max-width: 55%;
}
.menu-row .m-tags span {
  font-size: 8.5px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 800;
  padding: 4px 8px; 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: var(--green); color: var(--paper); }
.menu-row .m-tags .t-share { background: var(--ink); color: var(--paper); }
.menu-row .m-thumb {
  margin: 10px -22px 16px;
  width: calc(100% + 44px);
  aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.menu-row .m-thumb svg {
  width: 100%; height: 100%;
  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: cover;
  display: block;
  transition: transform .45s ease;
}
.menu-row:hover .m-thumb svg,
.menu-row:hover .m-thumb .m-photo { transform: scale(1.06) rotate(-2deg); }
.menu-row .m-ttl {
  font-family: 'Anton', sans-serif; font-size: 22px; line-height: 1; text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
}
.menu-row .m-desc {
  font-size: 12.5px; line-height: 1.5;
  color: var(--ink); opacity: 0.72;
  flex: 1;
  margin-bottom: 14px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ==================== 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; }
.dish-lightbox .dl-content {
  background: var(--paper);
  border-radius: 24px;
  max-width: 920px; width: 100%;
  max-height: 90vh;
  display: grid; grid-template-columns: 1.1fr 1fr;
  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-photo {
  background: var(--paper);
  display: flex; align-items: center; justify-content: center;
  padding: 40px;
  min-height: 360px;
  position: relative;
}
.dish-lightbox .dl-photo::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(255,229,107,0.5), transparent 60%);
  pointer-events: none;
}
.dish-lightbox .dl-photo svg,
.dish-lightbox .dl-photo img {
  width: 100%; max-height: 480px;
  height: auto;
  object-fit: contain;
  position: relative;
  filter: drop-shadow(0 16px 28px rgba(15,40,20,0.28));
}
.dish-lightbox .dl-info {
  padding: 48px 44px;
  background: var(--paper);
  display: flex; flex-direction: column; gap: 18px;
  color: var(--ink);
  overflow-y: auto;
}
.dish-lightbox .dl-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.dish-lightbox .dl-tags span {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 800;
  padding: 5px 10px; 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 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.95; text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.dish-lightbox .dl-price {
  font-family: 'Anton', sans-serif;
  font-size: 32px;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.dish-lightbox .dl-price .small { font-size: 18px; opacity: 0.6; }
.dish-lightbox .dl-desc {
  font-size: 15px; line-height: 1.65;
  color: var(--ink); opacity: 0.78;
}
.dish-lightbox .dl-close {
  position: absolute; top: 18px; right: 18px;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--paper); color: var(--ink);
  border: 1.5px solid var(--ink);
  font-size: 28px; line-height: 1; cursor: pointer;
  font-family: inherit;
  display: flex; align-items: center; justify-content: center;
  z-index: 10;
  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: 12px; }
  .dish-lightbox .dl-content { grid-template-columns: 1fr; max-height: 94vh; overflow-y: auto; }
  .dish-lightbox .dl-photo { padding: 24px; min-height: 220px; }
  .dish-lightbox .dl-photo svg, .dish-lightbox .dl-photo img { max-height: 280px; }
  .dish-lightbox .dl-info { padding: 28px 24px; }
}

/* ==================== 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: 'Caveat', cursive; font-weight: 700; 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: 'Caveat', cursive; font-weight: 700; text-transform: none; color: var(--fucsia); font-size: 1.15em; }
.cta-block h2 .punc {
  font-family: 'Caveat', 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);
}
.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: 'Caveat', cursive; font-weight: 700; 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: 'Caveat', cursive; font-weight: 700; 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 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 { position: relative; z-index: 2; }

/* 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;
  }
  /* Lottie / hero side smaller on mobile */
  .hero-side { max-width: 80%; margin: 0 auto; }
  .hero-carousel { aspect-ratio: 4/3; }
  /* 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; }
}
