/* Zenda Sabores del Mundo - Cloudflare Pages site */
:root {
  --bg: #130b08;
  --ink: #fff5e7;
  --muted: rgba(255,245,231,.82);
  --gold: #d7a646;
  --orange: #db6a2d;
  --red: #7d1414;
  --wine: #3a0b0a;
  --line: rgba(255,245,231,.16);
  --glass: rgba(12,7,5,.48);
  --shadow: 0 26px 80px rgba(0,0,0,.34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #070403;
}
a { color: inherit; }
.bg-slideshow { position: fixed; inset: 0; z-index: -3; overflow: hidden; background: #080403; }
.bg-layer {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.02);
  filter: brightness(.82) saturate(1.06) contrast(1.03);
  transition: opacity .9s ease, transform 3s ease;
}
.bg-layer.active { opacity: 1; transform: scale(1.055); }
.bg-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(219,106,45,.30), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(215,166,70,.18), transparent 30%),
    linear-gradient(90deg, rgba(7,4,3,.70), rgba(7,4,3,.34) 48%, rgba(7,4,3,.28)),
    linear-gradient(180deg, rgba(7,4,3,.25), rgba(7,4,3,.58));
}
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px clamp(18px, 5vw, 68px);
  background: linear-gradient(to bottom, rgba(7,4,3,.80), rgba(7,4,3,.18));
  backdrop-filter: blur(10px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.brand-mark {
  width: 50px; height: 50px; display: grid; place-items: center;
  border: 1px solid var(--gold); border-radius: 50%;
  font-family: Cinzel, serif; font-size: 28px; color: var(--gold);
  background: rgba(58,11,10,.38);
}
.brand-text { line-height: 1; }
.brand-text small { color: var(--gold); font-size: 11px; letter-spacing: .16em; }
.main-nav { display: flex; gap: 28px; align-items: center; font-weight: 700; font-size: 14px; }
.main-nav a { text-decoration: none; opacity: .94; }
.main-nav a:hover { color: var(--gold); }
.lang-link { border: 1px solid rgba(215,166,70,.50); padding: 8px 12px; border-radius: 999px; color: var(--gold); }
.nav-cta { border: 1px solid var(--gold); padding: 10px 18px; border-radius: 999px; }
.menu-toggle { display: none; background: none; border: 0; width: 38px; height: 34px; }
.menu-toggle span { display: block; height: 2px; margin: 7px 0; background: var(--ink); }
.hero {
  min-height: 100vh; display: grid; align-items: center;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(28px, 7vw, 92px);
  padding: 150px clamp(20px, 7vw, 100px) 80px;
}
.hero-content, .hero-card, .contact-card, .hours-card, .visual-panel, .copy-panel, .feature {
  background: var(--glass);
  border: 1px solid var(--line);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}
.hero-content { max-width: 850px; border-radius: 30px; padding: clamp(28px, 5vw, 52px); }
.eyebrow, .section-kicker {
  color: var(--gold); text-transform: uppercase; letter-spacing: .22em;
  font-size: 12px; font-weight: 900;
}
h1, h2, h3 { font-family: Cinzel, Georgia, serif; margin: 0; line-height: .96; }
h1 { font-size: clamp(52px, 9vw, 122px); letter-spacing: -.05em; }
h2 { font-size: clamp(38px, 6vw, 76px); letter-spacing: -.045em; }
h3 { font-size: 32px; }
.hero-copy { max-width: 650px; color: var(--muted); line-height: 1.72; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-weight: 900; text-decoration: none; }
.btn.primary { background: linear-gradient(135deg, var(--orange), var(--red)); box-shadow: 0 16px 36px rgba(219,106,45,.28); }
.btn.secondary { border: 1px solid rgba(255,245,231,.28); }
.hero-card { border-radius: 28px; padding: 30px; align-self: end; }
.hero-card span { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.hero-card strong { display: block; font-family: Cinzel, serif; font-size: 34px; line-height: 1.08; margin: 16px 0; }
.hero-card p, .intro-copy p, .feature p, .copy-panel p, .hours-card p { color: var(--muted); line-height: 1.68; }
.section { padding: clamp(70px, 10vw, 128px) clamp(20px, 7vw, 100px); }
.intro { background: rgba(7,4,3,.24); backdrop-filter: blur(4px); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 90px); border-top: 1px solid var(--line); padding-top: 34px; }
.feature-band { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature { border-radius: 0; box-shadow: none; border-left: 0; border-top: 0; border-bottom: 0; padding: clamp(34px, 5vw, 62px); }
.feature span { color: var(--gold); font-weight: 900; letter-spacing: .18em; font-size: 12px; }
.feature h3 { margin: 18px 0 10px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 7vw, 90px); align-items: center; background: rgba(7,4,3,.18); backdrop-filter: blur(4px); }
.visual-panel, .copy-panel { border-radius: 32px; padding: clamp(22px, 4vw, 36px); }
.photo-stack { position: relative; min-height: 490px; }
.photo-stack img {
  position: absolute; width: 58%; height: 60%; object-fit: cover; border-radius: 24px;
  border: 1px solid rgba(255,245,231,.18); box-shadow: 0 24px 70px rgba(0,0,0,.35);
}
.photo-stack img:nth-child(1) { left: 0; top: 0; }
.photo-stack img:nth-child(2) { right: 0; top: 20%; }
.photo-stack img:nth-child(3) { left: 18%; bottom: 0; }
.menu-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.menu-mini-grid div { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,245,231,.10); }
.menu-mini-grid strong { display: block; color: var(--gold); margin-bottom: 8px; font-size: 18px; }
.menu-mini-grid span { color: var(--muted); line-height: 1.55; }
.center { text-align: center; max-width: 850px; margin-left: auto; margin-right: auto; }
.gallery-section { background: rgba(7,4,3,.24); backdrop-filter: blur(4px); }
.thumb-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 42px; }
.thumb-gallery img { width: 100%; height: 230px; object-fit: cover; border-radius: 22px; border: 1px solid rgba(255,245,231,.14); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.contact-section { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; background: linear-gradient(135deg, rgba(125,20,20,.36), rgba(7,4,3,.30)); }
.contact-card, .hours-card { border-radius: 30px; padding: clamp(28px, 5vw, 52px); }
.contact-list { display: grid; gap: 12px; margin-top: 24px; }
.contact-list a, .contact-list span { padding: 16px 18px; border-radius: 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,245,231,.10); text-decoration: none; }
.site-footer { display: flex; justify-content: space-between; padding: 28px clamp(20px, 7vw, 100px); border-top: 1px solid var(--line); background: rgba(7,4,3,.46); color: var(--muted); }
.site-footer a { color: var(--gold); text-decoration: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; } .delay-2 { transition-delay: .22s; }

@media (max-width: 920px) {
  .site-header { padding: 16px 20px; }
  .menu-toggle { display: block; position: relative; z-index: 40; }
  .main-nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; background: rgba(7,4,3,.98); transform: translateX(100%); transition: transform .34s ease; font-size: 23px; }
  .main-nav.open { transform: translateX(0); }
  .hero, .intro-grid, .split, .contact-section { grid-template-columns: 1fr; }
  .hero { padding-top: 126px; }
  .hero-card { align-self: auto; }
  .feature-band { grid-template-columns: 1fr; }
  .menu-mini-grid { grid-template-columns: 1fr; }
  .photo-stack { min-height: 380px; }
  .thumb-gallery { grid-template-columns: repeat(2, 1fr); }
  .thumb-gallery img { height: 180px; }
  h1 { font-size: clamp(46px, 14vw, 78px); }
  .site-footer { flex-direction: column; gap: 8px; text-align: center; }
}
