:root {
  --orange: #ff6b00;
  --orange-hot: #ff8a00;
  --yellow: #ffc229;
  --red: #e83a12;
  --ink: #0e0d0b;
  --ink-soft: #1d1914;
  --cream: #fff1d5;
  --paper: #fffaf0;
  --white: #ffffff;
  --muted: #72695d;
  --line: rgba(35, 24, 11, 0.13);
  --green: #24c767;
  --shadow: 0 24px 70px rgba(54, 31, 5, 0.16);
  --shadow-dark: 0 30px 80px rgba(0, 0, 0, 0.34);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
body.menu-page { background: var(--paper); }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), 92%); margin-inline: auto; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  line-height: 1.25;
  letter-spacing: 0;
}
h1, h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
h2 { font-size: clamp(2.7rem, 5.4vw, 5.2rem); margin-bottom: 18px; }
h3 { font-size: 1.45rem; }

.skip-link {
  position: fixed;
  left: 14px;
  top: -100px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--white);
  font-weight: 900;
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 14px; }

.eyebrow, .section-kicker {
  margin: 0 0 15px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.eyebrow span { margin-right: 5px; letter-spacing: 0; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 13px 23px;
  border: 0;
  border-radius: 999px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: var(--ink);
  background: linear-gradient(135deg, var(--yellow), var(--orange-hot));
  box-shadow: 0 18px 42px rgba(255, 107, 0, 0.3);
}
.btn-primary:hover { box-shadow: 0 22px 55px rgba(255, 107, 0, 0.42); }
.btn-ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}
.btn-dark { color: var(--white); background: var(--ink); box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18); }

/* Header */
.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 11, 9, 0.83);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); min-width: 0; }
.brand-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, 0.25));
  flex: 0 0 auto;
}
.brand-copy { min-width: 0; }
.brand-copy strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.35rem;
  line-height: 1.01;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.brand-copy small { display: block; margin-top: 5px; color: #ffd39b; font-size: 0.72rem; }
.nav-menu { display: flex; align-items: center; gap: 22px; color: var(--white); font-size: 0.9rem; font-weight: 850; }
.nav-menu > a:not(.mini-cta) { opacity: 0.87; }
.nav-menu > a:not(.mini-cta):hover { color: var(--yellow); opacity: 1; }
.mini-cta {
  padding: 11px 18px;
  border-radius: 999px;
  color: var(--ink) !important;
  background: var(--orange-hot);
  box-shadow: 0 10px 30px rgba(255, 107, 0, 0.28);
}
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 11px;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}
.nav-toggle span { display: block; width: 22px; height: 2px; border-radius: 2px; background: var(--white); }

/* Home hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
}
.hero-media {
  position: absolute;
  inset: 0;
  background: url('../img/interior-don-bonelito.webp') center 54% / cover no-repeat;
  transform: scale(1.025);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 6, 5, 0.97) 0%, rgba(12, 10, 7, 0.93) 40%, rgba(12, 9, 5, 0.48) 70%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 45%),
    radial-gradient(circle at 80% 18%, rgba(255, 107, 0, 0.28), transparent 28%);
}
.hero-embers { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-embers i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--orange-hot); box-shadow: 0 0 16px var(--orange); animation: ember 7s linear infinite; opacity: 0; }
.hero-embers i:nth-child(1) { left: 13%; bottom: 8%; animation-delay: 0s; }
.hero-embers i:nth-child(2) { left: 33%; bottom: 3%; animation-delay: 2.2s; }
.hero-embers i:nth-child(3) { left: 62%; bottom: 5%; animation-delay: 3.8s; }
.hero-embers i:nth-child(4) { left: 78%; bottom: 2%; animation-delay: 1.2s; }
.hero-embers i:nth-child(5) { left: 91%; bottom: 9%; animation-delay: 5.2s; }
@keyframes ember { 0% { transform: translateY(0) scale(0.5); opacity: 0; } 16% { opacity: 0.8; } 100% { transform: translateY(-460px) translateX(40px) scale(1.4); opacity: 0; } }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.64fr);
  align-items: center;
  gap: 58px;
  padding: 132px 0 92px;
  color: var(--white);
}
.hero-copy { max-width: 790px; }
.hero-copy .eyebrow { color: #ffc46e; }
.hero h1 {
  margin: 0 0 25px;
  font-size: clamp(4rem, 8vw, 8.2rem);
  letter-spacing: -0.035em;
}
.hero h1 em { color: var(--orange-hot); font-style: normal; text-shadow: 0 7px 0 rgba(157, 36, 0, 0.62); }
.hero-lead { max-width: 720px; margin-bottom: 30px; color: #f3e7d5; font-size: clamp(1.06rem, 1.6vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; color: #f8e1c0; font-size: 0.83rem; font-weight: 800; }
.hero-points span { padding: 8px 11px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 999px; background: rgba(255, 255, 255, 0.06); }
.hero-points b { margin-right: 4px; }
.hero-feature {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(13px);
  transform: rotate(1.2deg);
}
.hero-feature > img { width: 100%; height: 385px; object-fit: cover; border-radius: 24px; }
.feature-badge { position: absolute; top: -17px; right: 20px; z-index: 2; padding: 10px 15px; border-radius: 999px; color: var(--ink); background: var(--yellow); font-size: 0.7rem; font-weight: 950; letter-spacing: 0.1em; }
.feature-copy { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 8px 5px; }
.feature-copy small, .feature-copy strong { display: block; }
.feature-copy small { margin-bottom: 4px; color: #ffca8a; }
.feature-copy strong { font-size: 1rem; }
.feature-copy a { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--ink); background: var(--orange-hot); font-size: 1.2rem; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 20px; display: flex; align-items: center; gap: 9px; transform: translateX(-50%); color: rgba(255, 255, 255, 0.7); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.scroll-cue b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; animation: bob 1.7s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.ico { display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; flex-shrink: 0; margin-right: 3px; }
.ico svg { display: block; }

/* Steps */
.order-strip { color: var(--white); background: var(--ink-soft); }
.order-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.order-steps > div { min-height: 118px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 15px; padding: 22px 34px; border-right: 1px solid rgba(255, 255, 255, 0.1); }
.order-steps > div:last-child { border-right: 0; }
.order-steps span { grid-row: 1 / 3; align-self: center; color: var(--orange); font-family: Impact, sans-serif; font-size: 2.7rem; }
.order-steps strong { font-size: 1.05rem; }
.order-steps small { color: #cdbfaa; }

/* Shared sections */
.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr); align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 490px; margin: 0 0 9px; color: var(--muted); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Favorite cards */
.favorites { position: relative; background: var(--cream); }
.favorites::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(255, 107, 0, 0.09) 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(to bottom, #000, transparent 55%); }
.favorite-grid { position: relative; display: grid; grid-template-columns: 1.28fr 0.72fr; grid-template-rows: repeat(2, 285px); gap: 18px; }
.food-card { position: relative; min-height: 285px; overflow: hidden; border-radius: 30px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.food-card-large { grid-row: 1 / 3; }
.food-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; }
.food-card:hover > img { transform: scale(1.05); }
.food-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.1) 70%); }
.food-copy { position: absolute; inset: auto 0 0; padding: 30px; }
.food-copy span { display: inline-flex; margin-bottom: 10px; padding: 6px 9px; border-radius: 999px; color: var(--ink); background: var(--orange-hot); font-size: 0.63rem; font-weight: 950; letter-spacing: 0.1em; }
.food-copy h3 { margin: 0 0 5px; font-size: clamp(1.7rem, 3.4vw, 3rem); }
.food-copy p { margin-bottom: 13px; color: #dfd3c3; }
.food-copy a { color: #ffc263; font-size: 0.84rem; font-weight: 900; }

/* Menu preview */
.menu-preview { color: var(--white); background: linear-gradient(135deg, #16120d, #080706); }
.preview-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 80px; }
.preview-copy h2 { font-size: clamp(3.3rem, 6vw, 6.3rem); }
.preview-copy > p:not(.section-kicker) { max-width: 570px; color: #d9ccba; font-size: 1.05rem; }
.category-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.category-pills span { padding: 8px 12px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; color: #f7dfbd; background: rgba(255, 255, 255, 0.06); font-size: 0.78rem; font-weight: 800; }
.sample-note { margin: 0 0 24px; padding: 13px 15px; border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; color: #dfd0bc; background: rgba(255, 255, 255, 0.06); font-size: 0.82rem; }
.menu-preview .btn-dark { color: var(--ink); background: var(--white); }
.menu-ticket { position: relative; padding: 34px; border-radius: 34px; color: var(--ink); background: var(--paper); box-shadow: 15px 15px 0 rgba(255, 107, 0, 0.58), var(--shadow-dark); transform: rotate(1deg); }
.menu-ticket::before { content: ""; position: absolute; inset: 10px; pointer-events: none; border: 2px dashed rgba(30, 20, 10, 0.16); border-radius: 26px; }
.ticket-brand { position: relative; display: flex; align-items: center; gap: 15px; padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.ticket-brand img { width: 78px; height: 78px; object-fit: contain; }
.ticket-brand small, .ticket-brand strong { display: block; }
.ticket-brand small { color: var(--orange); font-size: 0.67rem; font-weight: 950; letter-spacing: 0.12em; }
.ticket-brand strong { margin-top: 3px; font-size: 1.15rem; }
.ticket-line { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 0; border-bottom: 1px dashed rgba(20, 14, 8, 0.22); }
.ticket-line b, .ticket-line span { display: block; }
.ticket-line span { color: var(--muted); font-size: 0.78rem; }
.ticket-line strong { color: var(--red); }
.ticket-button { position: relative; min-height: 50px; display: flex; align-items: center; justify-content: space-between; margin-top: 22px; padding: 0 17px; border-radius: 15px; color: var(--white); background: var(--ink); font-weight: 900; }
.ticket-button span { color: var(--orange-hot); font-size: 1.3rem; }

/* Drinks */
.drinks { overflow: hidden; background: linear-gradient(135deg, #ffe3a8, #fff7e6); }
.drinks-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 80px; }
.drinks-visual { position: relative; min-height: 590px; }
.drink-main { position: absolute; z-index: 2; top: 0; left: 19%; width: 61%; height: 540px; object-fit: cover; border: 10px solid var(--white); border-radius: 42px; box-shadow: var(--shadow); transform: rotate(2deg); }
.drink-small { position: absolute; z-index: 3; width: 220px; height: 220px; object-fit: cover; border: 8px solid var(--white); border-radius: 50%; box-shadow: var(--shadow); }
.drink-small-one { left: 0; bottom: 30px; transform: rotate(-7deg); }
.drink-small-two { right: 0; bottom: 5px; transform: rotate(7deg); }
.drinks-copy h2 { font-size: clamp(3.3rem, 6vw, 6.2rem); }
.drinks-copy > p:not(.section-kicker) { max-width: 540px; margin-bottom: 28px; color: var(--muted); font-size: 1.05rem; }

/* Gallery */
.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 23px; background: #dfd1b8; cursor: zoom-in; }
.gallery-item::after { content: "+"; position: absolute; right: 15px; bottom: 15px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 1.35rem; font-weight: 500; opacity: 0; transform: translateY(8px); transition: 0.25s ease; }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

/* Location */
.location { background: var(--cream); }
.location-card { display: grid; grid-template-columns: 0.88fr 1.12fr; overflow: hidden; border-radius: 38px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.location-photo { position: relative; min-height: 610px; }
.location-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent 60%); }
.location-photo img { width: 100%; height: 100%; object-fit: cover; }
.location-photo span { position: absolute; z-index: 2; left: 27px; bottom: 27px; padding: 9px 13px; border-radius: 999px; color: var(--ink); background: var(--orange-hot); font-size: 0.68rem; font-weight: 950; letter-spacing: 0.1em; }
.location-copy { align-self: center; padding: 58px; }
.location-copy h2 { font-size: clamp(3.3rem, 5.8vw, 5.6rem); }
.location-copy > p:not(.section-kicker):not(.confirm-note) { color: #dacdbb; }
.info-list { display: grid; gap: 10px; margin: 25px 0 18px; }
.info-list > a, .info-list > div { display: flex; align-items: center; gap: 13px; padding: 13px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 17px; background: rgba(255, 255, 255, 0.05); }
.info-list > * > span { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: var(--ink); background: var(--orange-hot); font-weight: 950; }
.info-list small, .info-list strong { display: block; }
.info-list small { color: #bcae99; font-size: 0.72rem; }
.confirm-note { margin: 0 0 24px; color: #b9aa96; font-size: 0.78rem; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.facebook-link { color: #ffc469; font-weight: 850; }
/* Mapa en sección ubicación */
.location-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.mapa-container {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--ink);
  min-height: 320px;
  /* Integración visual: borde sutil + transición */
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.15));
}
.mapa-container iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

/* Etiqueta sutil sobre el mapa */
.mapa-container::before {
  content: "Ubicación en el mapa";
  display: block;
  padding: 12px 16px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bcae99;
  background: rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

/* En desktop: foto a la izquierda, info + mapa a la derecha en grid */
@media (min-width: 1040px) {
  .location-card {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 28px;
    align-items: start;
  }
  .location-photo { grid-row: 1 / 3; }
  .location-copy { grid-column: 2; grid-row: 1; padding: 24px 0 0; }
  .mapa-container { grid-column: 2; grid-row: 2; min-height: 420px; max-height: 620px; }
  .mapa-container iframe { min-height: 420px; max-height: 620px; }
}

/* Tablet / laptop pequeña (780–1040px): mapa con altura controlada */
@media (min-width: 780px) and (max-width: 1039px) {
  .location-card {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 24px;
    align-items: start;
  }
  .location-photo { grid-row: 1 / 3; }
  .location-copy { grid-column: 2; grid-row: 1; padding: 20px 0 0; }
  .mapa-container { grid-column: 2; grid-row: 2; min-height: 350px; }
  .mapa-container iframe { min-height: 350px; }
}

/* Final CTA and footer */
.final-cta { padding: 50px 0; color: var(--white); background: linear-gradient(120deg, #d73508, var(--orange), #ff9300); }
.final-cta-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.final-cta-inner img { width: 112px; height: 112px; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22)); }
.final-cta-inner p { margin: 0; color: #351600; font-weight: 950; }
.final-cta-inner h2 { margin: 4px 0 0; font-size: clamp(2.1rem, 4vw, 3.8rem); }
.footer { padding: 38px 0 95px; color: var(--white); background: #090806; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand img { width: 62px; height: 62px; object-fit: contain; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font-family: Impact, sans-serif; letter-spacing: 0.04em; }
.footer-brand small, .footer-grid > p { color: #ad9f8b; font-size: 0.76rem; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; color: #d6c8b4; font-size: 0.79rem; font-weight: 800; }
.footer-grid > p { margin: 0; }
.floating-whatsapp { position: fixed; z-index: 165; right: 20px; bottom: 20px; min-height: 59px; display: flex; align-items: center; gap: 9px; padding: 0 20px; border-radius: 999px; color: var(--white); background: var(--green); box-shadow: 0 15px 38px rgba(36, 199, 103, 0.35); font-weight: 950; }
.floating-whatsapp span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--white); }
.lightbox { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 28px; background: rgba(0, 0, 0, 0.9); opacity: 0; visibility: hidden; transition: 0.25s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 86vh; border-radius: 22px; box-shadow: var(--shadow-dark); }
.lightbox button { position: absolute; top: 18px; right: 22px; width: 48px; height: 48px; border: 0; border-radius: 50%; color: var(--white); background: rgba(255, 255, 255, 0.14); font-size: 2rem; cursor: pointer; }

/* Menu page */
.menu-hero { position: relative; min-height: 660px; display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.menu-hero-media { position: absolute; inset: 0; background: url('../img/tostiboneless.webp') center 54% / cover no-repeat; }
.menu-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 7, 5, 0.97) 0%, rgba(10, 8, 5, 0.91) 48%, rgba(10, 8, 5, 0.35) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.48), transparent 45%); }
.menu-hero-content { position: relative; z-index: 2; padding: 138px 0 72px; }
.back-link { display: inline-flex; margin-bottom: 32px; color: #ffc16b; font-weight: 850; }
.back-link:hover { color: var(--white); }
.menu-hero .eyebrow { color: var(--orange-hot); }
.menu-hero h1 { max-width: 920px; margin: 0 0 22px; font-size: clamp(3.8rem, 7.5vw, 7.4rem); letter-spacing: -0.035em; }
.menu-hero h1 em { color: var(--orange-hot); font-style: normal; }
.menu-hero-content > p:not(.eyebrow) { max-width: 720px; color: #e8dece; font-size: 1.08rem; }
.hero-cart-trigger { margin-top: 17px; }
.hero-cart-trigger [data-cart-count], .menu-bottom-cta [data-cart-count] { min-width: 28px; height: 28px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 0.78rem; }
.sample-prices-banner { border-bottom: 1px solid rgba(100, 58, 0, 0.16); background: #ffe0a8; }
.sample-prices-banner .container { min-height: 78px; display: flex; align-items: center; gap: 14px; }
.sample-prices-banner span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--white); background: var(--orange); font-weight: 950; }
.sample-prices-banner p { margin: 0; color: #624215; font-size: 0.88rem; }
.quick-nav-wrap { position: sticky; top: 84px; z-index: 70; border-bottom: 1px solid var(--line); background: rgba(255, 250, 240, 0.94); backdrop-filter: blur(14px); }
.quick-nav { display: flex; gap: 8px; padding: 13px 0; overflow-x: auto; scrollbar-width: none; }
.quick-nav::-webkit-scrollbar { display: none; }
.quick-nav a { flex: 0 0 auto; padding: 9px 14px; border-radius: 999px; color: #4c351c; background: #f5e3c4; font-size: 0.8rem; font-weight: 850; }
.quick-nav a:hover { color: var(--white); background: var(--orange); }
.menu-content { padding-top: 82px; padding-bottom: 120px; }
.menu-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.menu-toolbar h2 { margin: 0; }
.menu-search { width: min(430px, 100%); min-height: 56px; display: flex; align-items: center; gap: 10px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); box-shadow: 0 12px 34px rgba(54, 31, 5, 0.07); }
.menu-search span { color: var(--orange); font-size: 1.55rem; }
.menu-search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.menu-search input::placeholder { color: #968a7b; }
.menu-category { margin-bottom: 90px; scroll-margin-top: 165px; }
.category-banner { position: relative; min-height: 250px; display: flex; align-items: end; overflow: hidden; border-radius: 31px; background: var(--ink); box-shadow: var(--shadow); }
.category-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.category-banner-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 8, 6, 0.92), rgba(9, 8, 6, 0.28)); }
.category-head { position: relative; z-index: 2; display: flex; align-items: center; gap: 18px; padding: 34px; color: var(--white); }
.category-head > span { color: var(--orange-hot); font-family: Impact, sans-serif; font-size: 3rem; }
.category-head h2 { margin: 0 0 4px; font-size: clamp(2.5rem, 4.8vw, 4.5rem); }
.category-head p { margin: 0; color: #e0d4c3; }
.menu-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.menu-item-card { position: relative; min-height: 232px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 12px 34px rgba(54, 31, 5, 0.07); transition: 0.22s ease; }
.menu-item-card:hover { transform: translateY(-4px); border-color: rgba(255, 107, 0, 0.35); box-shadow: 0 20px 46px rgba(54, 31, 5, 0.12); }
.menu-item-card.filtered-out { display: none; }
.featured-item { border: 2px solid var(--orange-hot); background: linear-gradient(135deg, #fffdf6, #fff0cf); }
.item-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.item-top h3 { margin: 7px 0 0; font-size: 1.42rem; letter-spacing: -0.03em; }
.item-tag { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: #8a4300; background: #ffe6ba; font-size: 0.64rem; font-weight: 950; letter-spacing: 0.1em; }
.item-tag.flame { color: var(--white); background: var(--orange); }
.item-tag.drink-tag { color: #582f8e; background: #eee0ff; }
.price-pill { flex: 0 0 auto; padding: 8px 12px; border-radius: 999px; color: var(--orange-hot); background: var(--ink); }
.menu-item-card > p { flex: 1; margin: 15px 0 20px; color: var(--muted); font-size: 0.92rem; }
.item-add { width: 100%; min-height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border: 0; border-radius: 14px; color: var(--ink); background: #f6e8cd; font-weight: 900; cursor: pointer; transition: 0.2s ease; }
.item-add:hover { color: var(--white); background: var(--orange); }
.item-add span { font-size: 1.25rem; }
.item-add.added { color: #166c35; background: #daf4e2; }
.item-buttons { display: flex; gap: 8px; margin-top: auto; }
.item-buttons .item-add { width: 50%; justify-content: center; gap: 6px; }
.item-view { width: 50%; min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 0 10px; border: 2px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--muted); font-weight: 700; font-size: .8rem; cursor: pointer; transition: .2s ease; }
.item-view:hover { border-color: var(--orange); background: #fff8f0; color: var(--ink); }
.no-results { text-align: center; padding: 70px 20px; border: 2px dashed var(--line); border-radius: 28px; background: rgba(255, 255, 255, 0.6); }
.no-results span { width: 70px; height: 70px; display: grid; place-items: center; margin: auto; border-radius: 50%; color: var(--white); background: var(--orange); font-size: 2rem; }
.no-results h3 { margin: 18px 0 6px; font-size: 1.8rem; }
.no-results p { color: var(--muted); }
.menu-bottom-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; margin-top: 50px; padding: 28px 32px; border-radius: 31px; color: var(--white); background: linear-gradient(120deg, #c93208, var(--orange)); box-shadow: var(--shadow); }
.menu-bottom-cta img { width: 110px; height: 110px; object-fit: contain; }
.menu-bottom-cta p { margin: 0; color: #ffd39c; font-weight: 900; }
.menu-bottom-cta h2 { margin: 4px 0 0; font-size: clamp(2rem, 3.8vw, 3.4rem); }

/* Cart */
.cart-floating { position: fixed; left: 50%; bottom: 20px; z-index: 165; min-width: 320px; min-height: 66px; display: flex; align-items: center; gap: 12px; padding: 8px 17px; transform: translateX(-50%); border: 0; border-radius: 999px; color: var(--ink); background: var(--orange-hot); box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28); cursor: pointer; }
.cart-floating:hover { background: var(--yellow); }
.cart-floating-icon { width: 47px; height: 47px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 1.25rem; }
.cart-floating-copy { flex: 1; text-align: left; }
.cart-floating-copy b, .cart-floating-copy small { display: block; }
.cart-floating-copy small { color: #704000; }
.cart-floating > strong { padding: 8px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.58); }
.floating-buttons-menu { position: fixed; right: 20px; bottom: 20px; z-index: 170; display: flex; flex-direction: column; gap: 10px; }
.floating-buttons-menu .floating-whatsapp, .floating-help { position: static; width: 56px; height: 56px; min-height: 56px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--white); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22); }
.floating-buttons-menu .floating-whatsapp { background: var(--green); }
.floating-buttons-menu .floating-whatsapp span { width: 31px; height: 31px; color: var(--green); }
.floating-help { color: var(--ink); background: var(--yellow); font-size: 1.2rem; font-weight: 950; cursor: pointer; }
.cart-overlay { position: fixed; inset: 0; z-index: 300; background: rgba(0, 0, 0, 0.56); opacity: 0; visibility: hidden; transition: 0.28s ease; backdrop-filter: blur(4px); }
.cart-overlay.open { opacity: 1; visibility: visible; }
.cart-panel { position: fixed; top: 0; right: -470px; z-index: 310; width: min(455px, 95vw); height: 100dvh; display: flex; flex-direction: column; padding: 24px; color: var(--ink); background: var(--paper); box-shadow: -20px 0 60px rgba(0, 0, 0, 0.25); transition: right 0.35s cubic-bezier(0.22, 1, 0.36, 1); }
.cart-panel.open { right: 0; }
.cart-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.cart-header small { color: var(--orange); font-weight: 950; letter-spacing: 0.12em; }
.cart-header h2 { margin: 4px 0 0; font-family: inherit; font-size: 2.1rem; text-transform: none; }
.cart-header button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: #f1e3c9; font-size: 1.65rem; cursor: pointer; }
.cart-body { min-height: 150px; flex: 1; overflow-y: auto; padding: 12px 2px; }
.cart-empty { min-height: 100%; display: grid; place-content: center; text-align: center; color: var(--muted); }
.cart-empty span { font-size: 3.8rem; }
.cart-empty h3 { margin: 12px 0 6px; color: var(--ink); font-size: 1.5rem; }
.cart-empty p { margin: 0; }
.cart-item { padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item-head { display: flex; justify-content: space-between; gap: 15px; }
.cart-item-head h3 { margin: 0 0 3px; font-size: 1rem; line-height: 1.25; letter-spacing: -0.02em; }
.cart-item-head small { color: var(--muted); }
.cart-item-head button { width: 30px; height: 30px; flex: 0 0 auto; border: 0; border-radius: 50%; color: var(--red); background: #ffe5dd; cursor: pointer; font-weight: 950; }
.cart-item-note { margin-top: 8px; padding: 8px 10px; border-left: 3px solid var(--orange); color: #67533a; background: #fff0d2; font-size: 0.78rem; }
.cart-item-price { display: flex; justify-content: space-between; margin-top: 9px; font-size: 0.86rem; }
.cart-item-price strong { color: var(--orange); }
.checkout-fields { max-height: 280px; overflow-y: auto; display: grid; gap: 10px; padding: 15px 0; border-top: 1px solid var(--line); }
.checkout-fields label { display: grid; gap: 5px; color: #584b3c; font-size: 0.76rem; font-weight: 850; }
.checkout-fields input, .checkout-fields select, .checkout-fields textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 10px 11px; outline: 0; color: var(--ink); background: var(--white); resize: vertical; }
.checkout-fields input:focus, .checkout-fields select:focus, .checkout-fields textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.14); }
.cart-footer { padding-top: 15px; border-top: 1px solid var(--line); }
.cart-total-row { display: flex; justify-content: space-between; align-items: center; font-size: 1.02rem; }
.cart-total-row strong { color: var(--orange); font-size: 1.45rem; }
.cart-footer > p { margin: 7px 0 12px; color: var(--muted); font-size: 0.73rem; }
.send-order { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border: 0; border-radius: 16px; color: var(--white); background: var(--green); font-weight: 950; cursor: pointer; }
.send-order:disabled { opacity: 0.44; cursor: not-allowed; }
.clear-cart { width: 100%; margin-top: 7px; padding: 9px; border: 0; color: var(--red); background: transparent; font-weight: 850; cursor: pointer; }

/* Product modal, help and toast */
.modal-overlay, .tutorial-overlay { position: fixed; inset: 0; z-index: 400; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(0, 0, 0, 0.65); backdrop-filter: blur(7px); }
.modal-overlay.open, .tutorial-overlay.open { display: flex; }
.item-modal, .tutorial-card { position: relative; width: min(470px, 100%); padding: 32px; border-radius: 30px; background: var(--paper); box-shadow: var(--shadow-dark); animation: modalIn 0.22s ease; }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(0.97); } }
.modal-close, .tutorial-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #f1e3c9; font-size: 1.5rem; cursor: pointer; }
.item-modal h2 { padding-right: 42px; margin-bottom: 6px; font-family: inherit; font-size: 2rem; text-transform: none; color: var(--ink); }
.modal-price { color: var(--orange); font-size: 1.15rem; font-weight: 950; }
.quantity-label, .note-label { display: block; margin: 18px 0 8px; font-weight: 900; color: var(--ink); }
.note-label small { color: var(--muted); font-weight: 600; }
.quantity-control { display: flex; align-items: center; gap: 10px; }
.quantity-control button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: #fff0d4; font-size: 1.25rem; cursor: pointer; color: var(--ink); }
.quantity-control input { width: 80px; height: 46px; border: 1px solid var(--line); border-radius: 14px; text-align: center; background: var(--white); font-size: 1.15rem; font-weight: 900; outline: 0; color: var(--ink); }
.item-modal textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 15px; resize: vertical; background: var(--white); outline: 0; color: var(--ink); }
.quantity-control input:focus, .item-modal textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.14); }
.modal-subtotal { display: flex; justify-content: space-between; margin: 20px 0 14px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink); }
.modal-subtotal strong { color: var(--orange); font-size: 1.3rem; }
.modal-confirm { width: 100%; min-height: 52px; border: 0; border-radius: 16px; color: var(--ink); background: var(--orange-hot); font-weight: 950; cursor: pointer; }
.tutorial-card { max-width: 520px; text-align: left; }
.tutorial-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 21px; color: var(--white); background: var(--orange); font-size: 2rem; }
.tutorial-card h2 { padding-right: 45px; font-family: inherit; font-size: 2rem; text-transform: none; color: var(--ink); }
.tutorial-card ol { display: grid; gap: 12px; margin: 22px 0; padding-left: 22px; color: var(--ink); }
.tutorial-card li::marker { color: var(--orange); font-weight: 950; }
.tutorial-card b { color: var(--ink); }
.toast { position: fixed; z-index: 600; left: 50%; bottom: -100px; transform: translateX(-50%); padding: 13px 18px; border-radius: 999px; color: var(--white); background: var(--ink); box-shadow: var(--shadow-dark); font-weight: 800; transition: bottom 0.3s ease; }
.toast.show { bottom: 100px; }

.pv-image-placeholder {
  background: #f0ede4;
  border-radius: 18px;
  padding: 36px 20px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.pv-image-placeholder span { font-size: 3.5rem; opacity: 0.5; }
.pv-image-placeholder p { margin: 0; font-size: 1rem; font-weight: 700; color: var(--muted); }
.pv-image-placeholder small { font-size: 0.8rem; color: #9a9282; }
.pv-info h2 { padding-right: 0; margin: 4px 0 10px; font-size: 1.6rem; color: var(--ink); }
.pv-desc { color: var(--muted); font-size: 1rem; line-height: 1.6; margin: 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .nav-toggle { display: grid; }
  .nav-menu {
    position: absolute;
    top: 76px;
    left: 4%;
    right: 4%;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    background: #17130f;
    box-shadow: var(--shadow-dark);
  }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 11px 12px; }
  .mini-cta { text-align: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-feature { width: min(470px, 100%); margin-inline: auto; }
  .hero-feature > img { height: 320px; }
  .preview-grid { gap: 48px; }
  .drinks-grid { grid-template-columns: 1fr; gap: 40px; }
  .drinks-visual { width: min(720px, 100%); margin-inline: auto; }
  .location-copy { padding: 45px; }
  .final-cta-inner, .menu-bottom-cta { grid-template-columns: auto 1fr; }
  .final-cta-inner .btn, .menu-bottom-cta .btn { grid-column: 1 / -1; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid > p { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .section { padding: 80px 0; }
  .nav { min-height: 74px; }
  .brand-logo { width: 54px; height: 54px; }
  .brand-copy strong { font-size: 1.15rem; }
  .hero { min-height: auto; }
  .hero-grid { padding: 112px 0 60px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7, 6, 5, 0.93), rgba(8, 6, 4, 0.67)), linear-gradient(0deg, rgba(0, 0, 0, 0.48), transparent 50%); }
  .hero h1 { font-size: clamp(3.7rem, 16vw, 6.3rem); }
  .hero-actions .btn { width: 100%; }
  .scroll-cue { display: none; }
  .order-steps { grid-template-columns: 1fr; padding: 10px 0; }
  .order-steps > div { min-height: 94px; padding: 16px 20px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .order-steps > div:last-child { border-bottom: 0; }
  .order-steps span { font-size: 2.2rem; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .favorite-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .food-card, .food-card-large { min-height: 360px; grid-row: auto; }
  .preview-grid { grid-template-columns: 1fr; }
  .menu-ticket { width: min(680px, 100%); margin-inline: auto; }
  .drinks-visual { min-height: 500px; }
  .drink-main { height: 455px; }
  .drink-small { width: 180px; height: 180px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 230px; }
  .gallery-wide { grid-column: span 1; }
  .location-card { grid-template-columns: 1fr; }
  .location-photo { min-height: 410px; }
  .location-copy { padding: 35px 28px 40px; }
  .mapa-container { min-height: 300px; }
  .mapa-container iframe { min-height: 300px; }
  .final-cta-inner, .menu-bottom-cta { grid-template-columns: 1fr; text-align: center; }
  .final-cta-inner img, .menu-bottom-cta img { margin-inline: auto; }
  .final-cta-inner .btn, .menu-bottom-cta .btn { justify-self: stretch; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
  .footer-grid > p { grid-column: auto; }
  .menu-hero { min-height: 590px; }
  .menu-hero-content { padding-top: 118px; }
  .menu-hero h1 { font-size: clamp(3.3rem, 14vw, 5.7rem); }
  .quick-nav-wrap { top: 74px; }
  .menu-toolbar { align-items: stretch; flex-direction: column; }
  .menu-search { width: 100%; }
  .menu-items { grid-template-columns: 1fr; }
  .category-banner { min-height: 225px; }
  .category-head { padding: 25px; }
}

@media (max-width: 540px) {
  .container { width: min(94%, var(--container)); }
  .brand-copy small { display: none; }
  .hero-grid { padding-top: 103px; gap: 28px; }
  .hero h1 { font-size: clamp(3.4rem, 18vw, 5.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-points { display: grid; }
  .hero-feature { transform: none; }
  .hero-feature > img { height: 230px; }
  .feature-copy { align-items: flex-start; }
  .food-card, .food-card-large { min-height: 310px; }
  .food-copy { padding: 23px; }
  .menu-ticket { padding: 25px 21px; box-shadow: 9px 9px 0 rgba(255, 107, 0, 0.58), var(--shadow-dark); transform: none; }
  .ticket-brand img { width: 68px; height: 68px; }
  .ticket-line { align-items: flex-start; }
  .drinks-visual { min-height: 420px; }
  .drink-main { left: 13%; width: 74%; height: 390px; border-width: 7px; }
  .drink-small { width: 135px; height: 135px; border-width: 6px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .gallery-tall, .gallery-wide { grid-row: auto; grid-column: auto; }
  .location-photo { min-height: 350px; }
  .mapa-container { min-height: 300px; }
  .mapa-container iframe { min-height: 300px; }
  .floating-whatsapp { width: 58px; padding: 0; justify-content: center; }
  body:not(.menu-page) .floating-whatsapp b { display: none; }
  .menu-hero { min-height: 560px; }
  .menu-hero h1 { font-size: clamp(3.15rem, 16vw, 4.7rem); }
  .sample-prices-banner .container { align-items: flex-start; padding: 17px 0; }
  .category-head { align-items: flex-start; }
  .category-head > span { font-size: 2.2rem; }
  .category-head p { max-width: 250px; }
  .menu-item-card { min-height: 220px; padding: 21px; }
  .cart-floating { left: 12px; right: 92px; width: auto; min-width: 0; bottom: 12px; transform: none; }
  .cart-floating-icon { width: 43px; height: 43px; }
  .cart-floating > strong { display: none; }
  .floating-buttons-menu { right: 14px; bottom: 12px; }
  .floating-buttons-menu .floating-whatsapp, .floating-help { width: 52px; height: 52px; min-height: 52px; }
  .cart-panel { width: 100%; max-width: none; right: -105%; padding: 19px; }
  .checkout-fields { max-height: 240px; }
  .item-modal, .tutorial-card { padding: 27px 20px; }
  .toast { width: calc(100% - 30px); text-align: center; }
}
