:root{
  --navy: #12241a;
  --green-deep: #16301f;
  --green: #2f6b3f;
  --green-bright: #3f8f4f;
  --gold: #d8a94a;
  --gold-bright: #f0c56a;
  --rust: #b5451f;
  --cream: #f6f1e4;
  --cream-dim: #cfc7ad;
  --ink: #16211a;
  --radius: 16px;
  --serif: "Fraunces", serif;
  --display: "Bebas Neue", sans-serif;
  --sans: "Nunito Sans", -apple-system, "Segoe UI", sans-serif;
}

*{ box-sizing: border-box; margin:0; padding:0; }
html{ scroll-behavior: smooth; }
body{
  font-family: var(--sans);
  color: var(--cream);
  background: var(--navy);
  line-height: 1.6;
  overflow-x: hidden;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
.container{ max-width: 1180px; margin: 0 auto; padding: 0 24px; }
section{ position: relative; }

.eyebrow{
  font-family: var(--sans); font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); font-size: .78rem; margin-bottom: 10px;
  display: inline-flex; align-items: center; gap: 8px;
}
.eyebrow::before{
  content: ""; width: 13px; height: 13px; flex-shrink: 0;
  background-color: var(--gold);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c-2 0-3.5 1.6-3.5 3.5c0 1 .4 1.9 1 2.5c-1.9 0-3.5 1.6-3.5 3.5S6.6 15 8.5 15c.6 0 1.1-.1 1.6-.4c-.2.6-.3 1.2-.3 1.9c0 2 1.6 3.5 3.5 3.5c.5 0 1-.1 1.4-.3v3.3h2v-3.3c.4.2.9.3 1.4.3c2 0 3.5-1.6 3.5-3.5c0-.7-.1-1.3-.3-1.9c.5.3 1 .4 1.6.4c2 0 3.5-1.6 3.5-3.5S21.4 8 19.5 8c.6-.6 1-1.5 1-2.5C20.5 3.6 19 2 17 2c-2 0-3.5 1.6-3.5 3.5c0 .8.3 1.6.8 2.2c-.9.5-1.6 1.3-2 2.2c-.4-.9-1.1-1.7-2-2.2c.5-.6.8-1.4.8-2.2C11.1 3.6 9.6 2 12 2z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c-2 0-3.5 1.6-3.5 3.5c0 1 .4 1.9 1 2.5c-1.9 0-3.5 1.6-3.5 3.5S6.6 15 8.5 15c.6 0 1.1-.1 1.6-.4c-.2.6-.3 1.2-.3 1.9c0 2 1.6 3.5 3.5 3.5c.5 0 1-.1 1.4-.3v3.3h2v-3.3c.4.2.9.3 1.4.3c2 0 3.5-1.6 3.5-3.5c0-.7-.1-1.3-.3-1.9c.5.3 1 .4 1.6.4c2 0 3.5-1.6 3.5-3.5S21.4 8 19.5 8c.6-.6 1-1.5 1-2.5C20.5 3.6 19 2 17 2c-2 0-3.5 1.6-3.5 3.5c0 .8.3 1.6.8 2.2c-.9.5-1.6 1.3-2 2.2c-.4-.9-1.1-1.7-2-2.2c.5-.6.8-1.4.8-2.2C11.1 3.6 9.6 2 12 2z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.eyebrow.rust::before, .eyebrow.rust{ color: var(--rust); }
.eyebrow.rust::before{ background-color: var(--rust); }

/* ---------- DIVISORES TIPO TABLERO (mismo patrón del menú impreso real) ---------- */
section + section::before, .contacto + .footer::before{
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 14px; z-index: 3;
  background-image: repeating-conic-gradient(var(--green) 0% 25%, var(--cream) 0% 50%);
  background-size: 14px 14px;
}
.footer{ position: relative; }

/* ---------- TEXTURA DE GRANO SUTIL ---------- */
.sobre, .menu-section, .eventos, .recorrido, .chop3d, .resenas, .ruleta, .ubicacion, .contacto{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  background-blend-mode: overlay;
  background-size: 200px 200px;
}
h1,h2,h3{ font-family: var(--serif); font-weight: 700; color: var(--cream); }
h2{ font-size: clamp(2.1rem, 4.4vw, 3.2rem); line-height: 1.08; letter-spacing: -.01em; margin-bottom: 14px; }
p{ color: var(--cream-dim); }

.btn{
  display: inline-block; padding: 14px 28px; border-radius: 999px; font-weight: 800;
  font-size: .92rem; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease;
  border: 2px solid transparent;
}
.btn:hover{ transform: translateY(-2px); }
.btn-primary{ background: var(--gold); color: var(--ink); box-shadow: 0 10px 24px -8px rgba(216,169,74,.5); }
.btn-primary:hover{ background: var(--gold-bright); }
.btn-outline{ border-color: rgba(246,241,228,.4); color: var(--cream); }
.btn-outline:hover{ border-color: var(--gold); color: var(--gold-bright); }

/* ---------- NAV ---------- */
.nav{
  position: fixed; top:0; left:0; right:0; z-index: 100;
  background: linear-gradient(to bottom, rgba(18,36,26,.92), rgba(18,36,26,0));
  backdrop-filter: blur(6px);
}
.nav-inner{
  max-width: 1320px; margin:0 auto; padding: 16px 24px;
  display:flex; align-items:center; justify-content:space-between; gap: 16px;
}
.nav-brand{ display:flex; align-items:center; gap: 8px; white-space: nowrap; flex-shrink:0; }
.nav-logo{ width: 26px; height: 26px; border-radius: 50%; flex-shrink:0; }
.nav-brand-word{ font-family: var(--display); font-size: 1.05rem; letter-spacing: .04em; color: var(--cream); white-space: nowrap; }
.nav-brand-sub{ font-family: var(--display); font-size: 1.05rem; letter-spacing: .04em; color: var(--gold); margin-left: 5px; white-space: nowrap; }
.nav-links{ display:flex; align-items:center; gap: 18px; font-weight: 700; font-size: .85rem; }
.nav-links a{ white-space: nowrap; }
.nav-links a{ opacity: .9; transition: opacity .2s, color .2s; }
.nav-links a:hover{ opacity: 1; color: var(--gold-bright); }
.nav-cta{ background: var(--gold); color: var(--ink) !important; padding: 9px 18px; border-radius: 999px; }
.nav-lang{ display:flex; gap:4px; }
.lang-btn{
  background: transparent; border: 1px solid rgba(246,241,228,.25); color: var(--cream-dim);
  font-weight: 800; font-size: .72rem; padding: 5px 9px; border-radius: 6px; cursor:pointer;
  transition: all .2s;
}
.lang-btn:hover{ border-color: var(--gold); color: var(--gold-bright); }
.lang-btn.active{ background: var(--gold); border-color: var(--gold); color: var(--ink); }
.nav-toggle{ display:none; flex-direction: column; gap:5px; background:none; border:none; cursor:pointer; }
.nav-toggle span{ width: 24px; height: 2px; background: var(--cream); }
.nav-close{ display:none; }
.nav-backdrop{ display:none; }

/* ---------- HERO ---------- */
.hero{
  min-height: 100svh; display:flex; align-items:center; position: relative; overflow:hidden;
  padding: 120px 0 60px;
}
.hero-bg{ position:absolute; inset:0; z-index:0; overflow:hidden; }
.hero-bg video, .hero-bg img{ width:100%; height:100%; object-fit: cover; transform: scale(1.1); will-change: transform; }
.hero-overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(120% 90% at 15% 25%, rgba(18,36,26,.45), rgba(18,36,26,.78) 60%),
    linear-gradient(180deg, rgba(18,36,26,.5), rgba(12,24,18,.82));
}
.hero-vignette{
  position:absolute; left:0; right:0; bottom:0; height: 180px; z-index:1; pointer-events:none;
  background: linear-gradient(to bottom, transparent, var(--navy));
}
.hero-inner{
  position:relative; z-index:1; max-width: 1180px; margin:0 auto; padding: 0 24px;
  display:grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items:center;
}
.hero-title{
  font-family: var(--display); font-size: clamp(3.6rem, 9.5vw, 7.2rem); line-height: .92;
  letter-spacing: .01em; color: var(--cream); margin: 10px 0 20px;
  text-shadow: 0 8px 40px rgba(0,0,0,.35);
}
.hero-title span{ color: var(--gold-bright); }
.hero-sub{ max-width: 46ch; font-size: 1.08rem; margin-bottom: 30px; }
.hero-actions{ display:flex; gap: 14px; flex-wrap: wrap; }

.hero-duende{ display:flex; justify-content:center; position: relative; }
.duende-ground{
  position:absolute; bottom: -6%; left:50%; transform: translateX(-50%);
  width: 78%; height: 46px; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.55), transparent 72%);
  filter: blur(2px); z-index: 0;
}
.duende-frame{
  position: relative; z-index:1; width: min(400px, 88vw); aspect-ratio: 3/4;
  overflow:hidden;
  -webkit-mask-image: radial-gradient(ellipse 78% 90% at 50% 46%, black 88%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 90% at 50% 46%, black 88%, transparent 100%);
}
.duende-frame video{ width:100%; height:100%; object-fit: cover; object-position: center 15%; filter: drop-shadow(0 20px 30px rgba(0,0,0,.4)); }

.scroll-cue{
  position:absolute; bottom: 26px; left:50%; transform: translateX(-50%); z-index:1;
  width: 26px; height: 42px; border: 2px solid rgba(246,241,228,.5); border-radius: 20px;
}
.scroll-cue span{
  position:absolute; top:8px; left:50%; transform: translateX(-50%);
  width:4px; height:8px; border-radius: 2px; background: var(--gold); animation: scrollcue 1.6s infinite;
}
@keyframes scrollcue{ 0%{ opacity:1; top:8px;} 70%{ opacity:0; top:22px;} 100%{opacity:0; top:8px;} }

/* ---------- SOBRE ---------- */
.sobre{ padding: 100px 0; background: var(--navy); }
.sobre-grid{ display:grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items:center; }
.sobre-img{ position:relative; }
.sobre-img > img:first-child{ border-radius: var(--radius); box-shadow: 0 24px 50px -20px rgba(0,0,0,.6); }
.sobre-duende{
  position:absolute; bottom:-40px; right:-30px; width: 190px;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.5));
}
.sobre-text p{ margin-bottom: 16px; }
.sobre-datos{ display:flex; gap: 40px; margin-top: 28px; flex-wrap: wrap; }
.sobre-datos strong{ display:block; color: var(--gold); font-size:.78rem; text-transform:uppercase; letter-spacing:.1em; margin-bottom:4px; }
.sobre-datos span{ color: var(--cream); font-weight:700; }

/* ---------- MENU ---------- */
.menu-section{ padding: 100px 0; background: var(--green-deep); }
.section-head{ text-align:center; max-width: 640px; margin: 0 auto 44px; }
.section-head.light p{ color: rgba(246,241,228,.75); }
.section-lede{ margin-top: 6px; }
.menu-tabs{ display:flex; flex-wrap: wrap; justify-content:center; gap: 10px; margin-bottom: 40px; }
.menu-tab{
  background: rgba(246,241,228,.06); border: 1px solid rgba(246,241,228,.15); color: var(--cream-dim);
  padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: .84rem; cursor:pointer; transition: all .2s;
}
.menu-tab:hover{ border-color: var(--gold); color: var(--cream); }
.menu-tab.active{ background: var(--gold); border-color: var(--gold); color: var(--ink); }

.menu-body{ display:grid; grid-template-columns: 1.5fr .9fr; gap: 48px; }
.menu-panel{ display:none; }
.menu-panel.active{ display:block; animation: fadein .3s ease; }
@keyframes fadein{ from{opacity:0; transform: translateY(6px);} to{opacity:1; transform:none;} }
.menu-cat-title{ font-family: var(--serif); font-size: 1.3rem; color: var(--gold-bright); margin: 22px 0 12px; }
.menu-cat-title:first-child{ margin-top:0; }
.menu-item{
  display:flex; justify-content:space-between; gap: 16px; padding: 12px 0;
  border-bottom: 1px solid rgba(246,241,228,.1);
}
.menu-item-name{ color: var(--cream); font-weight: 700; }
.menu-item-desc{ display:block; color: var(--cream-dim); font-size: .82rem; font-weight: 400; margin-top: 2px; }
.menu-item-price{ color: var(--gold-bright); font-weight: 800; white-space: nowrap; }

.menu-side img:first-child{ border-radius: var(--radius); margin-bottom: 16px; }
.menu-photos{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.menu-photos img{ border-radius: 12px; aspect-ratio: 1; object-fit: cover; }
.menu-nota{ font-size: .84rem; font-style: italic; opacity: .75; }

.plato-cards{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.plato-card{
  background: rgba(246,241,228,.05); border: 1px solid rgba(246,241,228,.12); border-radius: var(--radius);
  overflow:hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.plato-card:hover{ transform: translateY(-6px); box-shadow: 0 18px 34px -14px rgba(0,0,0,.5); border-color: rgba(216,169,74,.4); }
.plato-card img{ width:100%; aspect-ratio: 4/3; object-fit: cover; }
.plato-card-body{ padding: 14px 16px 16px; }
.plato-card-top{ display:flex; justify-content:space-between; align-items:flex-start; gap:8px; margin-bottom:2px; }
.plato-card .menu-item-name{ font-weight:700; color:var(--cream); font-size:.92rem; }
.plato-card .menu-item-price{ color: var(--gold-bright); font-weight:800; white-space:nowrap; font-size:.95rem; }
.plato-card .menu-item-desc{ display:block; color: var(--cream-dim); font-size:.78rem; margin: 4px 0 10px; line-height:1.4; }
.plato-card .qty-stepper{ position: static; transform: none; margin-top: 6px; }

/* ---------- EVENTOS ---------- */
.eventos{ padding: 100px 0; background: var(--navy); }
.eventos-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 40px; }
.evento-card{
  background: rgba(246,241,228,.04); border: 1px solid rgba(246,241,228,.1); border-radius: var(--radius);
  overflow:hidden; display:flex; align-items:center; gap: 20px; padding: 20px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.evento-card:hover{ transform: translateY(-5px); box-shadow: 0 16px 32px -16px rgba(0,0,0,.5); border-color: rgba(216,169,74,.35); }
.evento-card img{ width: 110px; height: 110px; object-fit: contain; flex-shrink:0; }
.evento-dia{ display:inline-block; color: var(--gold); font-weight:800; text-transform:uppercase; font-size:.75rem; letter-spacing:.1em; margin-bottom: 6px; }
.evento-info h3{ font-size: 1.2rem; margin-bottom: 6px; }
.evento-info p{ font-size: .9rem; }
.eventos-fotos{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.eventos-fotos img{ border-radius: 12px; aspect-ratio: 4/5; object-fit: cover; }

/* ---------- GALERIA (nota residual, el recorrido usa .recorrido-*) ---------- */
.galeria-nota{ text-align:center; margin-top: 28px; font-style: italic; opacity: .7; font-size: .9rem; }

/* ---------- UBICACION ---------- */
.ubicacion{ padding: 100px 0; background: var(--navy); }
.ubicacion-grid{ display:grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items:center; }
.ubicacion-info p{ margin-bottom: 18px; color: var(--cream); }
.ubicacion-btns{ display:flex; gap: 14px; flex-wrap: wrap; }
.ubicacion-info strong{ display:block; color: var(--gold); font-size:.78rem; text-transform:uppercase; letter-spacing:.1em; margin-bottom:4px; }
.ubicacion-mapa{ border-radius: var(--radius); overflow:hidden; border: 1px solid rgba(246,241,228,.15); }
.ubicacion-mapa iframe{ width:100%; height: 360px; border:0; filter: grayscale(.2) contrast(1.05); }

/* ---------- CONTACTO ---------- */
.contacto{ padding: 100px 0; background: var(--green-deep); }
.contacto-grid{ display:grid; grid-template-columns: .8fr 1.2fr; gap: 56px; }
.contacto-datos{ list-style:none; margin-top: 24px; display:flex; flex-direction:column; gap: 16px; }
.contacto-datos li{ display:flex; align-items:center; gap: 12px; }
.contacto-datos svg{ flex-shrink:0; color: var(--gold); }
.contacto-datos a{ color: var(--cream); font-weight: 700; transition: color .2s; }
.contacto-datos a:hover{ color: var(--gold-bright); }

.reserva-form{ background: rgba(246,241,228,.05); border: 1px solid rgba(246,241,228,.12); border-radius: var(--radius); padding: 32px; }
.form-row{ display:grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.reserva-form label{ display:flex; flex-direction:column; gap: 6px; font-size: .82rem; font-weight:700; color: var(--cream-dim); }
.form-full{ margin-bottom: 20px; }
.reserva-form input, .reserva-form textarea{
  background: rgba(18,36,26,.5); border: 1px solid rgba(246,241,228,.2); border-radius: 8px;
  padding: 11px 12px; color: var(--cream); font-family: var(--sans); font-size: .95rem;
}
.reserva-form input:focus, .reserva-form textarea:focus{ outline: 2px solid var(--gold); border-color: var(--gold); }
.form-status{ margin-top: 14px; font-size: .88rem; color: var(--gold-bright); min-height: 1.2em; }

/* ---------- FOOTER ---------- */
.footer{ background: var(--ink); padding: 64px 0 0; }
.footer-grid{ display:grid; grid-template-columns: 1.3fr .8fr .9fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer-duende-icon{ width: 56px; margin-bottom: 12px; filter: drop-shadow(0 8px 14px rgba(0,0,0,.4)); }
.footer-brand-word{ font-size: 1.5rem; margin-bottom: 6px; }
.footer-brand-word .nav-brand-word, .footer-brand-word .nav-brand-sub{ font-size: 1.5rem; }
.footer-brand p{ font-size: .85rem; margin-top: 4px; color: var(--cream-dim); }
.footer-col h4{ font-family: var(--sans); font-size: .74rem; font-weight: 800; letter-spacing:.12em; text-transform:uppercase; color: var(--gold); margin-bottom: 14px; }
.footer-col{ display:flex; flex-direction:column; gap: 10px; }
.footer-col a{ font-size: .88rem; color: var(--cream-dim); transition: color .2s; width: fit-content; }
.footer-col a:hover{ color: var(--gold-bright); }
.footer-icon-link{ display:flex; align-items:center; gap: 9px; }
.footer-icon-link svg{ flex-shrink:0; opacity:.85; }
.footer-map{ display:block; border-radius: 12px; overflow:hidden; height: 130px; border: 1px solid rgba(246,241,228,.15); transition: opacity .2s; }
.footer-map:hover{ opacity: .85; }
.footer-map iframe{ width:100%; height:100%; border:0; pointer-events:none; filter: grayscale(.3) brightness(.85); }
.footer-bottom{ border-top: 1px solid rgba(246,241,228,.1); padding: 18px 0; }
.footer-copy{ text-align:center; font-size: .78rem; opacity: .5; }

/* ---------- WORD REVEAL (GSAP SplitText) ---------- */
.word{ display: inline-block; will-change: transform, opacity; }

/* ---------- WHATSAPP FLOTANTE ---------- */
.wa-float{
  position: fixed; bottom: 24px; right: 24px; z-index: 200;
  width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff;
  display:flex; align-items:center; justify-content:center; box-shadow: 0 10px 26px -6px rgba(0,0,0,.5);
  transition: transform .2s ease;
}
.wa-float:hover{ transform: scale(1.08); }
.wa-float svg{ width: 30px; height: 30px; }

/* ---------- NAV: estado + idioma ---------- */
.nav-right{ display:flex; align-items:center; gap: 12px; flex-shrink:0; }
.estado-pill{
  display:flex; align-items:center; gap: 7px; font-size: .74rem; font-weight: 800; white-space: nowrap;
  padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(246,241,228,.2); color: var(--cream-dim);
}
.estado-dot{ width: 8px; height: 8px; border-radius: 50%; background: #888; flex-shrink:0; }
.estado-pill.abierto{ color: #8fe3a0; border-color: rgba(143,227,160,.3); }
.estado-pill.abierto .estado-dot{ background: #4ade80; box-shadow: 0 0 0 0 rgba(74,222,128,.6); animation: pulse-dot 1.8s infinite; }
.estado-pill.cerrado{ color: #e39a8f; border-color: rgba(227,154,143,.3); }
.estado-pill.cerrado .estado-dot{ background: #f87171; }
@keyframes pulse-dot{
  0%{ box-shadow: 0 0 0 0 rgba(74,222,128,.55); }
  70%{ box-shadow: 0 0 0 7px rgba(74,222,128,0); }
  100%{ box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}

/* ---------- HERO extras ---------- */
#heroParticles{ position:absolute; inset:0; width:100%; height:100%; pointer-events:none; }
.hero-rating{ margin-top: 22px; display:flex; align-items:center; gap: 8px; font-size: .9rem; color: var(--cream-dim); }
.hero-rating .stars{ color: var(--gold-bright); letter-spacing: 1px; }
.hero-rating strong{ color: var(--cream); }
.stars{ color: var(--gold-bright); letter-spacing: 1px; }

/* ---------- CARRITO DE MENÚ ---------- */
.menu-item{ position: relative; padding-right: 118px; }
.qty-stepper{ position:absolute; right:0; top: 50%; transform: translateY(-50%); display:flex; align-items:center; gap: 8px; }
.qty-btn{
  width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(246,241,228,.25); background: transparent;
  color: var(--cream); font-size: 1rem; font-weight: 800; cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition: all .15s;
}
.qty-btn:hover{ background: var(--gold); border-color: var(--gold); color: var(--ink); }
.qty-value{ min-width: 16px; text-align:center; font-weight: 800; color: var(--gold-bright); }

.cart-bar{
  position: fixed; left:0; right:0; bottom: -100px; z-index: 90;
  background: var(--ink); border-top: 1px solid rgba(246,241,228,.15);
  transition: bottom .3s ease; padding: 14px 0;
}
.cart-bar.visible{ bottom: 0; }
.cart-bar-inner{ display:flex; align-items:center; justify-content:space-between; gap: 16px; flex-wrap: wrap; }
.cart-bar-inner > span{ font-weight: 700; color: var(--cream-dim); font-size: .9rem; }
.cart-bar-actions{ display:flex; align-items:center; gap: 16px; }
.cart-bar-actions strong{ color: var(--gold-bright); font-size: 1.05rem; }
.btn-clear{ background: none; border: none; color: var(--cream-dim); font-size: .82rem; text-decoration: underline; cursor:pointer; }
.btn-clear:hover{ color: var(--cream); }

/* ---------- EVENTOS: carrusel de fechas ---------- */
.eventos-proximas-label{ font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; color: var(--gold); margin: 40px 0 16px; }
.eventos-carousel{
  display:flex; gap: 14px; overflow-x: auto; padding-bottom: 12px; margin-bottom: 30px;
  scroll-snap-type: x proximity; cursor: grab; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.eventos-carousel.dragging{ cursor: grabbing; scroll-snap-type: none; }
.evento-fecha-card{
  flex: 0 0 auto; scroll-snap-align: start; width: 110px; padding: 16px 10px; border-radius: 12px;
  text-align:center; border: 1px solid rgba(246,241,228,.12); background: rgba(246,241,228,.03); user-select: none;
  transition: transform .2s ease, background .2s ease;
}
.evento-fecha-card:hover{ transform: translateY(-4px); background: rgba(246,241,228,.07); }
.evento-fecha-card.openmic{ border-top: 3px solid var(--gold); }
.evento-fecha-card.musica{ border-top: 3px solid var(--rust); }
.evento-fecha-dia{ font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--cream-dim); }
.evento-fecha-num{ font-family: var(--display); font-size: 2rem; color: var(--cream); line-height: 1; margin: 4px 0; }
.evento-fecha-mes{ font-size: .72rem; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 8px; }
.evento-fecha-tipo{ font-size: .74rem; font-weight: 700; color: var(--gold-bright); line-height: 1.3; }

/* ---------- RECORRIDO (galería) ---------- */
.recorrido{ padding: 100px 0; background: var(--navy); }
.recorrido-viewer{ position: relative; border-radius: var(--radius); overflow:hidden; background: #000; }
.recorrido-viewer img{ width:100%; max-height: 560px; object-fit: cover; display:block; cursor: zoom-in; }
.recorrido-caption{
  position:absolute; left:0; right:0; bottom:0; padding: 18px 24px; margin:0;
  background: linear-gradient(to top, rgba(0,0,0,.7), transparent); color: var(--cream); font-weight: 700; font-size: .95rem;
}
.recorrido-nav{
  position:absolute; top:50%; transform: translateY(-50%); z-index:2; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(18,36,26,.7); border: 1px solid rgba(246,241,228,.25); color: var(--cream); font-size: 1.4rem;
  cursor:pointer; display:flex; align-items:center; justify-content:center; transition: background .2s;
}
.recorrido-nav:hover{ background: var(--gold); color: var(--ink); }
.recorrido-nav.prev{ left: 16px; }
.recorrido-nav.next{ right: 16px; }
.recorrido-thumbs{
  display:flex; gap: 10px; overflow-x: auto; margin-top: 16px; padding-bottom: 8px;
  scrollbar-width: thin;
}
.recorrido-thumbs img{
  width: 84px; height: 62px; object-fit: cover; border-radius: 8px; cursor:pointer; flex-shrink:0;
  opacity: .55; border: 2px solid transparent; transition: all .2s;
}
.recorrido-thumbs img:hover{ opacity: .85; }
.recorrido-thumbs img.active{ opacity: 1; border-color: var(--gold); }

/* ---------- LIGHTBOX ---------- */
.lightbox{
  position: fixed; inset:0; background: rgba(10,16,12,.94); z-index: 300;
  display:flex; align-items:center; justify-content:center; opacity:0; pointer-events:none; transition: opacity .25s ease;
  padding: 40px;
}
.lightbox.open{ opacity:1; pointer-events:auto; }
.lightbox img{ max-width: 90vw; max-height: 88vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox-close{
  position:absolute; top: 24px; right: 28px; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(246,241,228,.1); border: 1px solid rgba(246,241,228,.25); color: var(--cream);
  font-size: 1.2rem; cursor:pointer;
}
.lightbox-close:hover{ background: var(--gold); color: var(--ink); }

/* ---------- CHOP 3D ---------- */
.chop3d{ padding: 100px 0; background: var(--green-deep); }
.chop3d-grid{ display:grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items:center; }
.chop3d-viewer{
  height: 420px; border-radius: var(--radius); background: radial-gradient(circle at 50% 30%, rgba(216,169,74,.12), transparent 70%), rgba(246,241,228,.03);
  border: 1px solid rgba(246,241,228,.1); display:flex; align-items:center; justify-content:center; overflow:hidden;
}
.chop3d-placeholder{ color: var(--cream-dim); font-size: .9rem; font-style: italic; }

/* ---------- RESEÑAS (sección de contraste, fondo claro) ---------- */
.resenas{ padding: 100px 0; background: var(--cream); }
.resenas .eyebrow{ color: var(--rust); }
.resenas .eyebrow::before{ background-color: var(--rust); }
.resenas h2{ color: var(--ink); }
.resenas .section-lede{ color: #6b6558; }
.resenas-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.resena-card{
  background: #fff; border: 1px solid rgba(22,33,26,.08); border-top: 3px solid var(--gold);
  border-radius: var(--radius); padding: 22px; transition: transform .15s ease, box-shadow .2s ease; transform-style: preserve-3d;
  box-shadow: 0 6px 20px -12px rgba(22,33,26,.15);
}
.resena-card:hover{ box-shadow: 0 16px 30px -14px rgba(22,33,26,.25); }
.resena-card p{ font-size: .85rem; margin: 10px 0 14px; color: #55503f; line-height: 1.55; }
.resena-card strong{ display:block; color: var(--ink); font-size: .85rem; }
.resena-card > span{ font-size: .74rem; color: #8a8370; }
.resena-resumen{ display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.google-g{ font-size: 1.6rem; font-weight: 800; color: #fff; background: linear-gradient(135deg,#4285F4,#EA4335,#FBBC05,#34A853); width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom: 8px; }
.resena-nota{ font-family: var(--display); font-size: 2.2rem; color: var(--ink); line-height: 1; }
.resena-count{ font-size: .78rem; color: #8a8370; margin-top: 6px; }

/* ---------- RULETA ---------- */
.ruleta{ padding: 100px 0; background: var(--green-deep); overflow: hidden; }
.ruleta-grid{ display:grid; grid-template-columns: 1fr .9fr; gap: 48px; align-items:center; }
.ruleta-duende{ width: 110px; margin-bottom: 16px; filter: drop-shadow(0 14px 20px rgba(0,0,0,.4)); }
.ruleta-wheel-wrap{ position: relative; display:flex; flex-direction:column; align-items:center; }
.ruleta-svg{ width: min(320px, 80vw); height: auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,.4)); }
.ruleta-pointer{
  position:absolute; top: -6px; left:50%; transform: translateX(-50%); z-index:2;
  width: 0; height:0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 20px solid var(--gold-bright);
}
.ruleta-btn{ margin-top: 22px; }
.ruleta-btn:disabled{ opacity: .5; cursor: not-allowed; transform:none; }
.ruleta-resultado{ margin-top: 14px; font-size: .88rem; color: var(--gold-bright); font-weight: 700; max-width: 320px; text-align:center; min-height: 1.4em; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 860px){
  .nav-links{ position: fixed; top: 0; right: -100%; height: 100svh; width: min(320px, 80vw);
    background: var(--ink); flex-direction: column; justify-content:center; padding: 40px; gap: 24px;
    transition: right .3s ease; z-index: 110; box-shadow: -10px 0 40px rgba(0,0,0,.4); }
  .nav-links.open{ right: 0; }
  .nav-close{
    display:flex; align-items:center; justify-content:center;
    position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; border-radius: 50%;
    background: rgba(246,241,228,.08); border: 1px solid rgba(246,241,228,.2); color: var(--cream);
    font-size: 1.1rem; cursor: pointer;
  }
  .nav-close:hover{ background: var(--gold); color: var(--ink); }
  .nav-backdrop{
    display:block; position: fixed; inset:0; background: rgba(0,0,0,.5); z-index: 95;
    opacity:0; pointer-events:none; transition: opacity .3s ease;
  }
  .nav-backdrop.open{ opacity:1; pointer-events:auto; }
  .nav-toggle{ display:flex; z-index: 111; position: relative; }
  .nav-toggle span{ transition: transform .25s ease, opacity .25s ease; }
  .nav-toggle.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2){ opacity:0; }
  .nav-toggle.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
  .nav-lang{ display:none; }
  .hero-inner{ grid-template-columns: 1fr; text-align:center; }
  .hero-actions{ justify-content:center; }
  .hero-duende{ order:-1; }
  .sobre-grid, .ubicacion-grid, .contacto-grid{ grid-template-columns: 1fr; }
  .menu-body{ grid-template-columns: 1fr; }
  .eventos-grid{ grid-template-columns: 1fr; }
  .eventos-fotos{ grid-template-columns: repeat(2,1fr); }
  .form-row{ grid-template-columns: 1fr; }
  .footer-inner{ flex-direction: column; text-align:center; }
  .chop3d-grid, .ruleta-grid{ grid-template-columns: 1fr; }
  .resenas-grid{ grid-template-columns: repeat(2, 1fr); }
  .estado-pill span:last-child{ display: none; }
  .estado-pill{ padding: 8px; }
  .wa-float{ width: 48px; height: 48px; bottom: 16px; right: 16px; }
  .cart-bar-inner{ flex-direction: column; align-items: flex-start; }
  .menu-item{ padding-right: 0; flex-wrap: wrap; }
  .qty-stepper{ position: static; transform: none; margin-top: 6px; }
  .plato-cards{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; text-align:center; }
  .footer-map{ margin: 0 auto; }
}
