/* ================= La Fonda en Israel — estilos premium ================= */

:root { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }

/* Fondo con textura sutil de profundidad */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(244,180,26,0.10), transparent 55%),
    radial-gradient(90% 70% at 100% 100%, rgba(194,46,45,0.10), transparent 60%);
  pointer-events: none;
}

/* ---------- Header ---------- */
#site-header.scrolled {
  background: rgba(8,36,25,0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 40px -20px rgba(0,0,0,0.7);
  border-bottom: 1px solid rgba(251,247,238,0.06);
}

.logo-mark {
  position: relative;
  display: inline-flex;
  height: 3rem; width: 3rem;
}
.logo-fallback {
  height: 3rem; width: 3rem;
  align-items: center; justify-content: center;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #C22E2D, #F4B41A);
  color: #082419;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 1.25rem;
}

.nav-link {
  position: relative;
  font-size: 0.95rem;
  color: rgba(251,247,238,0.85);
  transition: color .3s ease;
  white-space: nowrap;
}
.nav-link::after {
  content: "";
  position: absolute; left: 0; bottom: -6px;
  height: 1px; width: 0;
  background: #F4B41A;
  transition: width .35s ease;
}
.nav-link:hover { color: #FBF7EE; }
.nav-link:hover::after { width: 100%; }

.mobile-link {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #FBF7EE;
  transition: color .3s ease, transform .3s ease;
}
.mobile-link:hover { color: #F4B41A; transform: translateY(-2px); }

/* ---------- Language switch ---------- */
.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border-radius: 9999px;
  border: 1px solid rgba(251,247,238,0.14);
  background: rgba(8,36,25,0.4);
}
.lang-btn {
  min-width: 38px;
  padding: 5px 10px;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(251,247,238,0.7);
  transition: all .3s ease;
}
.lang-btn.is-active {
  background: #F4B41A;
  color: #082419;
}

/* ---------- Buttons ---------- */
.btn-gold {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: 0.9rem 2rem;
  border-radius: 9999px;
  background: #F4B41A;
  color: #082419;
  font-weight: 600;
  box-shadow: 0 0 40px -8px rgba(244,180,26,0.4);
  transition: transform .3s ease, filter .3s ease, box-shadow .3s ease;
}
.btn-gold:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 0 55px -6px rgba(244,180,26,0.55); }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: 0.9rem 2rem;
  border-radius: 9999px;
  border: 1px solid rgba(251,247,238,0.25);
  color: #FBF7EE;
  font-weight: 500;
  transition: all .3s ease;
}
.btn-ghost:hover { border-color: #F4B41A; color: #F4B41A; background: rgba(244,180,26,0.06); }

/* ---------- Hero ---------- */
.hero {
  background:
    linear-gradient(180deg, rgba(8,36,25,0.35), rgba(12,58,42,0.65) 45%, #0C3A2A 100%),
    radial-gradient(80% 60% at 50% 20%, #13523C, #082419 100%);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
  opacity: .5;
  transform: scale(1.05);
  animation: heroZoom 18s ease-in-out infinite alternate;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,36,25,0.55) 0%, rgba(8,36,25,0.35) 40%, rgba(12,58,42,0.85) 80%, #0C3A2A 100%),
    radial-gradient(70% 55% at 50% 42%, rgba(8,36,25,0.15), rgba(8,36,25,0.75) 100%);
}
@keyframes heroZoom { from { transform: scale(1.05); } to { transform: scale(1.14); } }

.hero-glow {
  position: absolute;
  top: 22%; left: 50%;
  width: 60vw; height: 60vw;
  max-width: 680px; max-height: 680px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(244,180,26,0.18), transparent 62%);
  filter: blur(30px);
  pointer-events: none;
}

/* ---------- Logo principal del hero (marca / portada) ---------- */
.hero-logo-wrap {
  position: relative;
  display: inline-block;
}
.hero-logo-wrap::before {
  content: "";
  position: absolute; inset: -16%;
  background: radial-gradient(circle, rgba(244,180,26,0.32), transparent 68%);
  filter: blur(28px);
  z-index: -1;
  pointer-events: none;
}
.hero-logo {
  display: block;
  margin: 0 auto;
  height: auto;
  animation: heroLogoFloat 6s ease-in-out infinite;
  transition: transform .5s ease, box-shadow .5s ease;
}
/* Sello verde (tema oscuro) */
.hero-logo--badge {
  width: clamp(200px, 46vw, 360px);
  border-radius: 32px;
  object-fit: cover;
  box-shadow:
    0 36px 74px -22px rgba(0,0,0,0.72),
    0 0 0 1px rgba(244,180,26,0.38),
    0 0 0 9px rgba(244,180,26,0.09);
}
.hero-logo--badge:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow:
    0 46px 94px -22px rgba(0,0,0,0.75),
    0 0 0 1px rgba(244,180,26,0.55),
    0 0 0 11px rgba(244,180,26,0.13);
}
/* Lockup a color sobre tarjeta blanca (tema claro) */
.hero-logo--card {
  width: clamp(290px, 74vw, 540px);
  border-radius: 26px;
  background: #fff;
  padding: 3% 4%;
  box-shadow: 0 30px 62px -22px rgba(93,64,10,0.32);
}
.hero-logo--card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 40px 80px -22px rgba(93,64,10,0.4);
}
@keyframes heroLogoFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }
@media (prefers-reduced-motion: reduce) { .hero-logo { animation: none; } }

@keyframes bounceSlow { 0%,100%{transform:translateY(0)} 50%{transform:translateY(8px)} }
.animate-bounce-slow { animation: bounceSlow 2.4s ease-in-out infinite; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Menu tabs ---------- */
.menu-tab {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: 0.6rem 1.15rem;
  border-radius: 9999px;
  border: 1px solid rgba(251,247,238,0.14);
  color: rgba(251,247,238,0.8);
  font-size: 0.9rem;
  font-weight: 500;
  transition: all .3s ease;
  white-space: nowrap;
}
.menu-tab:hover { border-color: rgba(244,180,26,0.5); color: #FBF7EE; }
.menu-tab.is-active {
  background: #F4B41A;
  border-color: #F4B41A;
  color: #082419;
  box-shadow: 0 8px 24px -10px rgba(244,180,26,0.6);
}

/* ---------- Menu cards ---------- */
.menu-panel { animation: fadeUp .5s ease both; }
@keyframes fadeUp { from{opacity:0; transform:translateY(16px)} to{opacity:1; transform:none} }

.menu-cat-head {
  display: flex; align-items: baseline; gap: 1rem;
  margin-bottom: 1.75rem;
}
.menu-cat-head h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #FBF7EE;
}
.menu-cat-head .rule { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(244,180,26,0.6), transparent); }

.dish {
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(251,247,238,0.08);
}
.dish > summary { list-style: none; cursor: pointer; outline: none; }
.dish > summary::-webkit-details-marker { display: none; }
.dish > summary:focus-visible { outline: 2px solid rgba(244,180,26,0.6); outline-offset: 4px; border-radius: 6px; }

.dish-top { display: flex; align-items: baseline; gap: .75rem; transition: opacity .25s ease; }
.dish > summary:hover .dish-name { color: #F4B41A; }

.dish-caret {
  color: rgba(251,247,238,0.5);
  font-size: .8rem;
  transition: transform .3s ease, color .3s ease;
  flex-shrink: 0;
}
.dish[open] .dish-caret { transform: rotate(180deg); color: #F4B41A; }
.dish > summary:hover .dish-caret { color: #F4B41A; }

.dish-info { padding-top: .85rem; animation: fadeUp .35s ease both; }
.dish-ing { font-size: .9rem; color: rgba(251,247,238,0.72); line-height: 1.55; max-width: 52ch; }
.dish-ing-label { color: #E9C979; font-weight: 600; }
.dish-alg { margin-top: .8rem; display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; }
.dish-alg-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(251,247,238,0.5); margin-inline-end: .2rem; }
.alg-chip {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .28rem .7rem;
  border-radius: 9999px;
  border: 1px solid rgba(194,46,45,0.45);
  background: rgba(194,46,45,0.12);
  font-size: .78rem;
  color: #FBF7EE;
}
.alg-chip.alg-none {
  border-color: rgba(251,247,238,0.18);
  background: rgba(251,247,238,0.05);
  color: rgba(251,247,238,0.6);
}

/* Aviso no kosher */
.kosher-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .5rem 1.15rem;
  border-radius: 9999px;
  border: 1px solid rgba(194,46,45,0.5);
  background: rgba(194,46,45,0.14);
  color: #FBF7EE;
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.kosher-badge::before { content: "✦"; color: #C22E2D; }
.dish-name {
  font-family: "Playfair Display", serif;
  font-size: 1.12rem;
  font-weight: 600;
  color: #FBF7EE;
}
.dish-dots { flex: 1; border-bottom: 1px dotted rgba(251,247,238,0.22); transform: translateY(-4px); }
.dish-price {
  font-weight: 700;
  color: #F4B41A;
  white-space: nowrap;
}
.dish-price small { font-size: .7rem; font-weight: 500; color: rgba(251,247,238,0.5); margin-inline-start: 2px; }
.dish-desc { margin-top: .35rem; font-size: .9rem; color: rgba(251,247,238,0.62); line-height: 1.5; max-width: 46ch; }

/* variantes de precio (licores) */
.dish-variants { display: flex; flex-wrap: wrap; gap: .4rem .9rem; margin-top: .5rem; }
.variant { display: inline-flex; align-items: baseline; gap: .4rem; font-size: .85rem; color: rgba(251,247,238,0.75); }
.variant b { color: #F4B41A; }

/* dos columnas en desktop para categorías largas */
.menu-grid { display: grid; gap: 0 3.5rem; }
@media (min-width: 900px) { .menu-grid.two-col { grid-template-columns: 1fr 1fr; } }

/* ---------- Página carta completa ---------- */
.rtl-flip { }
[dir="rtl"] .rtl-flip { transform: scaleX(-1); }

.fcat-index-wrap {
  background: rgba(8,36,25,0.9);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(251,247,238,0.06);
  border-bottom: 1px solid rgba(251,247,238,0.06);
}
.fchip {
  display: inline-flex; align-items: center;
  padding: .45rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(251,247,238,0.14);
  color: rgba(251,247,238,0.82);
  font-size: .85rem;
  font-weight: 500;
  transition: all .3s ease;
  white-space: nowrap;
}
.fchip:hover { border-color: #F4B41A; color: #F4B41A; background: rgba(244,180,26,0.06); }

.fcat { scroll-margin-top: 120px; padding: 2.5rem 0; border-top: 1px solid rgba(251,247,238,0.07); }
.fcat:first-child { border-top: 0; }
.fcat-sub { margin: -0.75rem 0 1.75rem; color: rgba(251,247,238,0.6); }
.fgroup { margin: 1.75rem 0 .75rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .22em; color: #F4B41A; }

.fdish { padding: 1rem 0; border-bottom: 1px solid rgba(251,247,238,0.08); }

/* ---------- Super de La Fonda (tienda online) ---------- */
.menu-tab--shop { border-color: rgba(244,180,26,0.55); }
.shop-note {
  margin: -0.25rem 0 1.5rem;
  font-size: .8rem; color: rgba(251,247,238,0.65);
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 640px) { .shop-grid { grid-template-columns: repeat(3, 1fr); gap: 1.1rem; } }
@media (min-width: 1024px) { .shop-grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; } }

.shop-card {
  display: flex; flex-direction: column;
  border: 1px solid rgba(251,247,238,0.1);
  background: rgba(251,247,238,0.035);
  border-radius: 1.1rem;
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.shop-card:hover {
  transform: translateY(-5px);
  border-color: rgba(244,180,26,0.4);
  box-shadow: 0 22px 50px -30px rgba(0,0,0,0.7);
}
.shop-photo {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(160deg, rgba(19,82,60,0.5), rgba(8,36,25,0.7));
  display: flex; align-items: center; justify-content: center;
}
.shop-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shop-photo.is-empty::before {
  content: "🛒";
  font-size: 2.4rem; opacity: .5;
}
.shop-photo.is-empty::after {
  content: attr(data-soon);
  position: absolute; bottom: .6rem; left: 0; right: 0;
  text-align: center; font-size: .62rem; letter-spacing: .04em;
  color: rgba(251,247,238,0.45);
}
.shop-body { display: flex; flex-direction: column; gap: .4rem; padding: .9rem 1rem 1rem; flex: 1; }
.shop-name { font-family: "Playfair Display", serif; font-size: 1rem; line-height: 1.3; color: #FBF7EE; }
.shop-tag { font-size: .72rem; color: #F4B41A; }
.shop-foot { margin-top: auto; padding-top: .6rem; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.shop-price { font-family: "Playfair Display", serif; font-size: 1.25rem; color: #FBF7EE; white-space: nowrap; }
.shop-price small { font-size: .7em; color: #E9C979; margin-inline-start: 1px; }
.shop-order {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .45rem .8rem; border-radius: 999px;
  background: #25D366; color: #06371f;
  font-size: .8rem; font-weight: 600; white-space: nowrap;
  transition: filter .3s ease, transform .3s ease;
}
.shop-order:hover { filter: brightness(1.08); transform: translateY(-1px); }
body.theme-light .shop-card { background: #FFFFFF; border-color: rgba(19,82,60,0.12); box-shadow: 0 16px 40px -30px rgba(19,82,60,0.28); }
body.theme-light .shop-name { color: #17231C; }
body.theme-light .shop-price { color: #17231C; }
body.theme-light .shop-note { color: rgba(12,58,42,0.7); }
body.theme-light .shop-photo { background: linear-gradient(160deg, #F6F7F8, #ECEEF0); }

/* ---------- Galería ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  gap: .75rem;
}
@media (min-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
.gcard {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(251,247,238,0.08);
  box-shadow: 0 20px 55px -30px rgba(0,0,0,0.75);
  aspect-ratio: 4/5;
}
.gcard img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2,.7,.2,1), filter .6s ease;
  filter: saturate(1.02);
}
.gcard::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(8,36,25,0.72) 0%, rgba(8,36,25,0.18) 42%, transparent 65%);
  transition: opacity .5s ease;
  pointer-events: none;
}
.gcard:hover img { transform: scale(1.07); }
.gcap {
  position: absolute; z-index: 1;
  left: 0; right: 0; bottom: 0;
  padding: 1rem 1.1rem;
  font-family: "Playfair Display", serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: #FBF7EE;
  text-shadow: 0 2px 12px rgba(0,0,0,0.55);
}
.gcap::before {
  content: ""; display: block;
  width: 26px; height: 2px; margin-bottom: .5rem;
  background: #F4B41A;
  transition: width .5s ease;
}
.gcard:hover .gcap::before { width: 46px; }
[dir="rtl"] .gcap { font-family: "Heebo", system-ui, sans-serif; }

/* ---------- Chef ---------- */
.chip {
  display: inline-flex; align-items: center;
  padding: .5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(244,180,26,0.3);
  background: rgba(244,180,26,0.06);
  font-size: .82rem;
  color: #E9C979;
}
.chef-card {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(251,247,238,0.1);
  box-shadow: 0 30px 80px -30px rgba(0,0,0,0.7);
}
.chef-card img { width: 100%; height: 100%; object-fit: cover; }
.chef-placeholder {
  position: absolute; inset: 0;
  display: none;
  flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 2rem;
  background: linear-gradient(160deg, #13523C, #082419);
}
.chef-card.chef-empty .chef-placeholder { display: flex; }
.chef-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(8,36,25,0.55), transparent 45%);
  pointer-events: none;
}

/* ---------- Glass cards ---------- */
.glass-card {
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251,247,238,0.1);
  background: rgba(251,247,238,0.04);
  backdrop-filter: blur(6px);
  box-shadow: 0 20px 60px -30px rgba(0,0,0,0.6);
}
#hours-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; }
#hours-list li .day { color: rgba(251,247,238,0.9); }
#hours-list li .time { color: #E9C979; font-weight: 500; }
#hours-list li.today { }
#hours-list li.today .day::after {
  content: attr(data-today);
  margin-inline-start: .5rem;
  font-size: .65rem; text-transform: uppercase; letter-spacing: .15em;
  color: #082419; background: #F4B41A;
  padding: 2px 7px; border-radius: 9999px;
}

/* ---------- Contact ---------- */
.contact-card {
  display: flex; flex-direction: column; align-items: center; gap: .35rem;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251,247,238,0.1);
  background: rgba(251,247,238,0.04);
  transition: transform .35s ease, border-color .35s ease;
}
.contact-card:hover { transform: translateY(-4px); border-color: rgba(244,180,26,0.4); }
.contact-badge {
  display: inline-block; margin-bottom: .5rem;
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
  color: #082419; background: #F4B41A;
  padding: .3rem .75rem; border-radius: 999px;
}
.contact-name { font-family: "Playfair Display", serif; font-size: 1.4rem; color: #FBF7EE; }
.contact-num { font-size: .95rem; color: rgba(251,247,238,0.7); letter-spacing: .05em; }
.contact-actions { margin-top: 1rem; display: flex; gap: .6rem; }
.contact-btn {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .55rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(251,247,238,0.18);
  font-size: .85rem; color: #FBF7EE;
  transition: all .3s ease;
}
.contact-btn:hover { border-color: #F4B41A; color: #F4B41A; }
.contact-btn--wa:hover { border-color: #25D366; color: #25D366; }

/* ---------- Reseñas (Google) ---------- */
.reviews-summary {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1.5rem 2rem;
  padding: 1.75rem 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251,247,238,0.1);
  background: rgba(251,247,238,0.04);
  backdrop-filter: blur(6px);
  box-shadow: 0 20px 60px -30px rgba(0,0,0,0.6);
}
.rev-sum-left { display: flex; align-items: center; gap: .9rem; }
.rev-google { width: 2.6rem; height: 2.6rem; flex: none; }
.rev-sum-name { font-family: "Playfair Display", serif; font-size: 1.35rem; color: #FBF7EE; line-height: 1.1; }
.rev-sum-sub { font-size: .82rem; color: rgba(251,247,238,0.6); }
.rev-sum-score { display: flex; flex-direction: column; align-items: center; gap: .2rem; }
.rev-score-num { font-family: "Playfair Display", serif; font-size: 2.6rem; font-weight: 700; color: #F4B41A; line-height: 1; }
.rev-stars { font-size: 1.05rem; line-height: 1; }
.stars { position: relative; display: inline-block; white-space: nowrap; letter-spacing: .08em; }
.stars-off { color: rgba(244,180,26,0.28); }
.stars-on { position: absolute; top: 0; left: 0; overflow: hidden; color: #F4B41A; }
[dir="rtl"] .stars-on { left: auto; right: 0; }
.rev-count { font-size: .8rem; color: rgba(251,247,238,0.7); }
.rev-sum-cta { display: flex; flex-direction: column; align-items: flex-end; gap: .55rem; }
.rev-link { font-size: .82rem; color: #E9C979; text-decoration: underline; text-underline-offset: 3px; }
.rev-link:hover { color: #F4B41A; }

.reviews-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.rev-card {
  display: flex; flex-direction: column; gap: .9rem;
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(251,247,238,0.1);
  background: rgba(251,247,238,0.04);
  transition: transform .35s ease, border-color .35s ease;
}
.rev-card:hover { transform: translateY(-4px); border-color: rgba(244,180,26,0.4); }
.rev-head { display: flex; align-items: center; gap: .75rem; }
.rev-avatar {
  width: 2.75rem; height: 2.75rem; border-radius: 9999px; flex: none;
  object-fit: cover; background: rgba(244,180,26,0.18);
  display: flex; align-items: center; justify-content: center;
  font-family: "Playfair Display", serif; font-size: 1.1rem; color: #F4B41A;
}
.rev-meta { display: flex; flex-direction: column; gap: .1rem; min-width: 0; }
.rev-author { font-weight: 600; color: #FBF7EE; font-size: .95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rev-date { font-size: .72rem; color: rgba(251,247,238,0.5); }
.rev-card .rev-stars { font-size: .9rem; }
.rev-body { font-size: .9rem; line-height: 1.6; color: rgba(251,247,238,0.82); }
.rev-body.is-clamped { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.rev-more {
  align-self: flex-start; margin-top: -.3rem;
  font-size: .78rem; color: #E9C979; background: none; border: none; cursor: pointer;
  padding: 0; text-decoration: underline; text-underline-offset: 3px;
}
.rev-more:hover { color: #F4B41A; }
.rev-gicon { margin-inline-start: auto; width: 1.15rem; height: 1.15rem; flex: none; opacity: .9; }
.reviews-empty { font-size: .95rem; }

@media (max-width: 640px) {
  .reviews-summary { flex-direction: column; text-align: center; }
  .rev-sum-cta { align-items: center; }
}
[dir="rtl"] .rev-sum-cta { align-items: flex-start; }
[dir="rtl"] .rev-gicon { margin-inline-start: 0; margin-inline-end: auto; }

/* ============================================================
   Widget de accesibilidad (Norma israelí TI 5568)
   Medidas en px a propósito: el escalado de texto cambia el
   font-size del <html>, y así el widget no se deforma.
   ============================================================ */
.a11y-fab {
  position: fixed; z-index: 60;
  left: 18px; bottom: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  height: 56px; width: 56px;
  border: 3px solid #fff;
  border-radius: 9999px;
  background: #1a56db; color: #fff;
  box-shadow: 0 10px 26px -6px rgba(0,0,0,0.55);
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}
.a11y-fab:hover { transform: scale(1.07); background: #1d4ed8; }
.a11y-fab:focus-visible { outline: 3px solid #ffde00; outline-offset: 3px; }
.a11y-fab svg { height: 32px; width: 32px; }
/* En hebreo/árabe (RTL) el botón de WhatsApp también va abajo-izquierda:
   subimos el de accesibilidad para que queden apilados sin solaparse. */
[dir="rtl"] .a11y-fab { bottom: 84px; }

.a11y-panel {
  position: fixed; z-index: 61;
  left: 18px; bottom: 84px;
  width: 288px; max-width: calc(100vw - 36px);
  max-height: calc(100vh - 110px); overflow-y: auto;
  background: #ffffff; color: #10231b;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.5);
  padding: 16px;
  font-family: "Poppins", system-ui, sans-serif;
}
[dir="rtl"] .a11y-panel { bottom: 150px; }
.a11y-panel[hidden] { display: none; }
.a11y-title {
  font-size: 15px; font-weight: 700; color: #10231b;
  margin: 0 0 12px; display: flex; align-items: center; gap: 8px;
}
.a11y-title svg { height: 20px; width: 20px; color: #1a56db; }
.a11y-item {
  display: flex; align-items: center; gap: 10px;
  width: 100%; text-align: start;
  padding: 10px 12px; margin-bottom: 8px;
  border: 1px solid rgba(0,0,0,0.12); border-radius: 10px;
  background: #f6f7f9; color: #10231b;
  font-size: 14px; font-weight: 500; cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}
.a11y-item:hover { border-color: #1a56db; background: #eef2ff; }
.a11y-item:focus-visible { outline: 3px solid #1a56db; outline-offset: 2px; }
.a11y-item svg { height: 20px; width: 20px; flex: none; color: #1a56db; }
.a11y-item[aria-pressed="true"] { background: #1a56db; color: #fff; border-color: #1a56db; }
.a11y-item[aria-pressed="true"] svg { color: #fff; }
.a11y-fontrow {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 8px;
}
.a11y-fontrow .a11y-label { flex: 1; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 10px; }
.a11y-fontrow .a11y-label svg { height: 20px; width: 20px; color: #1a56db; }
.a11y-step {
  height: 36px; width: 36px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid #1a56db; border-radius: 8px;
  background: #eef2ff; color: #1a56db;
  font-size: 20px; font-weight: 700; line-height: 1; cursor: pointer;
}
.a11y-step:hover { background: #1a56db; color: #fff; }
.a11y-step:focus-visible { outline: 3px solid #1a56db; outline-offset: 2px; }
.a11y-fontval { min-width: 34px; text-align: center; font-size: 13px; font-weight: 600; color: #10231b; }
.a11y-reset {
  width: 100%; margin-top: 4px; padding: 10px;
  border: 1px solid #c22e2d; border-radius: 10px;
  background: #fff; color: #c22e2d;
  font-size: 14px; font-weight: 600; cursor: pointer;
}
.a11y-reset:hover { background: #c22e2d; color: #fff; }
.a11y-reset:focus-visible { outline: 3px solid #c22e2d; outline-offset: 2px; }
.a11y-decl {
  display: block; margin-top: 12px; padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.1);
  font-size: 13px; font-weight: 600; color: #1a56db;
  text-align: center; text-decoration: underline; text-underline-offset: 3px;
}
.a11y-decl:hover { color: #1d4ed8; }

/* --- Efectos aplicados al sitio --- */
html.a11y-links a:not(.a11y-fab):not(.a11y-decl) {
  outline: 2px solid #ffde00 !important;
  background: #1a1a1a !important;
  color: #ffde00 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

/* ---------- Floating WhatsApp ---------- */
.fab-wa {
  position: fixed; z-index: 40;
  right: 1.1rem; bottom: 1.1rem;
  display: inline-flex; align-items: center; justify-content: center;
  height: 3.5rem; width: 3.5rem;
  border-radius: 9999px;
  background: #25D366; color: #fff;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,0.6);
  transition: transform .3s ease;
}
.fab-wa:hover { transform: scale(1.08); }
[dir="rtl"] .fab-wa { right: auto; left: 1.1rem; }

/* ---------- RTL (Hebreo) ---------- */
[dir="rtl"] body,
[dir="rtl"] .dish-name,
[dir="rtl"] .contact-name,
[dir="rtl"] .menu-cat-head h3,
[dir="rtl"] .glass-card,
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 {
  font-family: "Heebo", system-ui, sans-serif;
}
[dir="rtl"] .menu-cat-head .rule { background: linear-gradient(270deg, rgba(244,180,26,0.6), transparent); }
[dir="rtl"] .lang-switch { direction: ltr; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  .animate-bounce-slow { animation: none; }
  .hero-bg img { animation: none; transform: none; }
  * { scroll-behavior: auto !important; }
}

/* ======================================================================
   TEMA CLARO — variante ultra-premium blanco/marfil
   Se activa con body.theme-light. El HERO permanece oscuro en ambos
   temas (impacto inmersivo → contenido claro y luminoso).
   ====================================================================== */

/* ---------- Botón de tema (ambos temas) ---------- */
.theme-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  height: 38px; width: 38px;
  border-radius: 9999px;
  border: 1px solid rgba(251,247,238,0.14);
  background: rgba(8,36,25,0.4);
  color: rgba(251,247,238,0.85);
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}
.theme-toggle:hover { color: #F4B41A; border-color: rgba(244,180,26,0.5); }
.theme-ico { height: 18px; width: 18px; }
.theme-ico--moon { display: none; }
body.theme-light .theme-ico--sun { display: none; }
body.theme-light .theme-ico--moon { display: block; }
.theme-toggle--m {
  width: auto; height: auto; gap: .6rem;
  padding: .7rem 1.4rem; color: #FBF7EE;
}

/* ---------- Logo según tema ---------- */
.logo-img--light { display: none; }
body.theme-light .logo-img--dark { display: none; }
body.theme-light .logo-img--light { display: block; }
/* En tema claro el logo va sin caja (fondo transparente): se deja crecer a lo ancho */
body.theme-light .logo-mark { width: auto; }

/* ---------- Banderas de unión Colombia + Israel ---------- */
.union-flags { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; }
.union-flags .flag-svg {
  width: 30px; height: 20px; flex-shrink: 0;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.union-txt {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .16em;
  color: rgba(251,247,238,0.72);
}
[dir="rtl"] .union-txt { font-family: "Heebo", system-ui, sans-serif; letter-spacing: .06em; }

/* ---------- Transición suave al cambiar de tema ---------- */
body { transition: background-color .45s ease, color .45s ease; }

/* ---------- Fondos base ---------- */
body.theme-light.bg-verde { background-color: #FFFFFF; }
body.theme-light .bg-verde { background-color: #FFFFFF; }
body.theme-light .bg-verdeDeep { background-color: #FFFFFF; }
body.theme-light .bg-verdeNight { background-color: #FFFFFF; }
body.theme-light .bg-verdeNight\/98 { background-color: rgba(255,255,255,0.98); }

/* ---------- Texto base ---------- */
body.theme-light.text-cream { color: #17231C; }
body.theme-light .text-cream { color: #17231C; }
body.theme-light .text-cream\/85 { color: #33413A; }
body.theme-light .text-cream\/70 { color: #55655C; }
body.theme-light .text-cream\/60 { color: #6E7C73; }
body.theme-light .text-cream\/50 { color: #8B968D; }
body.theme-light .text-cream\/40 { color: #9AA79E; }
/* Acentos en tema claro: colores del logo (Colombia). El amarillo no se lee
   sobre blanco → usamos ROJO para eyebrows/labels y AZUL para los títulos. */
body.theme-light .text-gold { color: #C22E2D; }        /* rojo Colombia */
body.theme-light .text-goldSoft { color: #C22E2D; }

/* Títulos serif grandes → azul Colombia (fuerte y legible sobre blanco) */
body.theme-light section:not(#inicio) h1,
body.theme-light section h2,
body.theme-light .menu-cat-head h3,
body.theme-light .glass-card h3 { color: #0A3D91; }

/* ---------- Bordes / divisores ---------- */
body.theme-light .border-cream\/10 { border-color: rgba(19,82,60,0.12); }
body.theme-light .border-cream\/15 { border-color: rgba(19,82,60,0.15); }
body.theme-light .divide-cream\/10 > :not([hidden]) ~ :not([hidden]) { border-color: rgba(19,82,60,0.10); }

/* ---------- Textura de fondo ---------- */
body.theme-light::before {
  background: #FFFFFF;
}

/* ---------- HERO claro: fondo luminoso + texto oscuro ---------- */
body.theme-light .hero {
  background: #FFFFFF;
}
body.theme-light .hero-bg img { opacity: 0; }
body.theme-light .hero-bg::after {
  background: #FFFFFF;
}
body.theme-light .hero-glow { background: none; }
body.theme-light .hero-logo-wrap::before {
  background: none;
}

body.theme-light #inicio .text-cream { color: #17231C; }
body.theme-light #inicio .text-cream\/85 { color: #33413A; }
body.theme-light #inicio .text-cream\/60 { color: #6E7C73; }
body.theme-light #inicio .text-cream\/50 { color: #9AA79E; }
body.theme-light #inicio .text-gold { color: #B0810F; }
body.theme-light #inicio .text-goldSoft { color: #96742B; }
body.theme-light #inicio .union-txt { color: #55655C; }
body.theme-light #inicio .bg-gold\/50 { background-color: rgba(176,129,15,0.5); }

/* ---------- HEADER (tema claro) ---------- */
/* Texto oscuro sobre el hero claro; controles en versión clara */
body.theme-light .nav-link { color: #55655C; }
body.theme-light .nav-link:hover { color: #13523C; }
body.theme-light .lang-switch { border-color: rgba(19,82,60,0.18); background: rgba(19,82,60,0.05); }
body.theme-light .lang-btn { color: #55655C; }
body.theme-light .lang-btn.is-active { background: #F4B41A; color: #082419; }
body.theme-light .theme-toggle { border-color: rgba(19,82,60,0.18); background: rgba(19,82,60,0.05); color: #55655C; }
body.theme-light .theme-toggle:hover { color: #B0810F; border-color: rgba(244,180,26,0.6); }
/* Barra semitransparente clara al hacer scroll (y en menu.html) */
body.theme-light #site-header.scrolled {
  background: rgba(255,255,255,0.85);
  border-bottom: 1px solid rgba(19,82,60,0.08);
  box-shadow: 0 10px 30px -20px rgba(19,82,60,0.25);
}

/* ---------- Menú móvil (fondo claro) ---------- */
body.theme-light .mobile-link { color: #17231C; }
body.theme-light .mobile-link:hover { color: #B0810F; }
body.theme-light .theme-toggle--m { color: #17231C; border-color: rgba(19,82,60,0.2); }

/* ---------- Tabs del menú ---------- */
body.theme-light .menu-tab { border-color: rgba(19,82,60,0.16); color: #55655C; }
body.theme-light .menu-tab:hover { border-color: rgba(244,180,26,0.6); color: #13523C; }
body.theme-light .menu-tab.is-active { color: #082419; }

/* ---------- Encabezado de categoría ---------- */
body.theme-light .menu-cat-head h3 { color: #17231C; }

/* ---------- Platos ---------- */
body.theme-light .dish { border-color: rgba(19,82,60,0.12); }
body.theme-light .dish-name { color: #17231C; }
body.theme-light .dish > summary:hover .dish-name { color: #B0810F; }
body.theme-light .dish-dots { border-color: rgba(19,82,60,0.25); }
body.theme-light .dish-ing { color: #55655C; }
body.theme-light .dish-ing-label { color: #8A6D2F; }
body.theme-light .dish-price { color: #B8860B; }
body.theme-light .dish-price small { color: #8B968D; }
body.theme-light .dish-caret { color: #9AA79E; }
body.theme-light .dish[open] .dish-caret,
body.theme-light .dish > summary:hover .dish-caret { color: #B0810F; }
body.theme-light .dish-alg-label { color: #9AA79E; }
body.theme-light .variant { color: #55655C; }
body.theme-light .variant b { color: #B8860B; }

/* ---------- Alérgenos / avisos ---------- */
body.theme-light .alg-chip { border-color: rgba(194,46,45,0.35); background: rgba(194,46,45,0.08); color: #8F2321; }
body.theme-light .alg-chip.alg-none { border-color: rgba(19,82,60,0.18); background: rgba(19,82,60,0.04); color: #6E7C73; }
body.theme-light .kosher-badge { border-color: rgba(194,46,45,0.45); background: rgba(194,46,45,0.08); color: #9C2422; }

/* ---------- Galería ---------- */
body.theme-light .gcard { border-color: rgba(19,82,60,0.10); box-shadow: 0 20px 45px -30px rgba(19,82,60,0.4); }

/* ---------- Chef ---------- */
body.theme-light .chip { border-color: rgba(244,180,26,0.4); background: rgba(244,180,26,0.1); color: #8A6D2F; }
body.theme-light .chef-card { border-color: rgba(19,82,60,0.1); box-shadow: 0 30px 70px -35px rgba(19,82,60,0.45); }

/* ---------- Tarjetas (horarios / ubicación) ---------- */
body.theme-light .glass-card { border-color: rgba(19,82,60,0.1); background: #FFFFFF; box-shadow: 0 20px 50px -30px rgba(19,82,60,0.32); }
body.theme-light #hours-list li .day { color: #33413A; }
body.theme-light #hours-list li .time { color: #8A6D2F; }

/* ---------- Contacto ---------- */
body.theme-light .contact-card { border-color: rgba(19,82,60,0.1); background: #FFFFFF; box-shadow: 0 16px 40px -28px rgba(19,82,60,0.28); }
body.theme-light .contact-card:hover { border-color: rgba(244,180,26,0.5); }
body.theme-light .contact-name { color: #17231C; }
body.theme-light .contact-num { color: #55655C; }
body.theme-light .contact-btn { border-color: rgba(19,82,60,0.18); color: #33413A; }
body.theme-light .contact-btn:hover { border-color: #F4B41A; color: #B0810F; }

/* ---------- Reseñas ---------- */
body.theme-light .reviews-summary,
body.theme-light .rev-card { border-color: rgba(19,82,60,0.1); background: #FFFFFF; box-shadow: 0 16px 40px -28px rgba(19,82,60,0.28); }
body.theme-light .rev-card:hover { border-color: rgba(244,180,26,0.5); }
body.theme-light .rev-sum-name,
body.theme-light .rev-author { color: #17231C; }
body.theme-light .rev-sum-sub,
body.theme-light .rev-count { color: #55655C; }
body.theme-light .rev-score-num,
body.theme-light .rev-stars { color: #B0810F; }
body.theme-light .rev-body { color: #33413A; }
body.theme-light .rev-date { color: #8A9089; }
body.theme-light .rev-link,
body.theme-light .rev-more { color: #B0810F; }
body.theme-light .rev-avatar { background: rgba(244,180,26,0.15); color: #B0810F; }

/* ---------- Botón ghost (contenido) ---------- */
body.theme-light .btn-ghost { border-color: rgba(19,82,60,0.3); color: #13523C; }
body.theme-light .btn-ghost:hover { border-color: #F4B41A; color: #B0810F; background: rgba(244,180,26,0.08); }

/* ---------- Footer ---------- */
body.theme-light footer .union-txt { color: #55655C; }

/* ---------- Página carta completa (menu.html) ---------- */
body.theme-light .fcat-index-wrap { background: rgba(255,255,255,0.9); border-top-color: rgba(19,82,60,0.08); border-bottom-color: rgba(19,82,60,0.08); }
body.theme-light .fchip { border-color: rgba(19,82,60,0.16); color: #55655C; }
body.theme-light .fchip:hover { border-color: #F4B41A; color: #B0810F; background: rgba(244,180,26,0.08); }
body.theme-light .fcat { border-top-color: rgba(19,82,60,0.1); }
body.theme-light .fcat-sub { color: #55655C; }
body.theme-light .fgroup { color: #A9770B; }
body.theme-light .fdish { border-color: rgba(19,82,60,0.1); }
