:root {
  --charcoal: #1A1210;
  --charcoal-2: #241813;
  --ember: #C6531A;
  --gold: #E0A458;
  --cream: #FBF1E6;
  --ink: #2A1D18;
  --muted: #8A7267;
  --white: #FFFFFF;
  --border: #E8DCCB;
  --shadow-md: 0 8px 24px rgba(26,18,16,.12);
  --font-head: 'Montserrat', sans-serif;
  --font-body: 'Poppins', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); line-height: 1.6; background: var(--cream); }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* Demo badge */
.demo-badge { background: var(--charcoal); padding: 14px 0; }
.demo-badge__inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.demo-badge__back { color: var(--gold); font-weight: 600; font-size: 14px; display: flex; align-items: center; gap: 6px; }
.demo-badge__mark { display: flex; align-items: center; }

/* Nav */
.nav { border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--cream); z-index: 50; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; gap: 24px; }
.nav__logo { font-family: var(--font-head); font-weight: 800; font-size: 20px; color: var(--ink); }
.nav__logo span { color: var(--ember); }
.nav__links { display: flex; gap: 26px; font-weight: 500; font-size: 15px; }
.nav__links a:hover { color: var(--ember); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: 14px; padding: 12px 22px; border-radius: 8px; cursor: pointer; transition: opacity .2s, transform .15s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--ember); color: var(--white); }
.btn--outline { border: 1.5px solid var(--charcoal); color: var(--charcoal); }
.btn--wa { background: #25D366; color: var(--white); padding: 10px 18px; }

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-2) 100%); padding: 110px 0 100px; }
.hero__glow { position: absolute; top: -140px; left: -100px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(198,83,26,.35) 0%, transparent 65%); pointer-events: none; }
.hero__inner { position: relative; text-align: center; max-width: 760px; margin: 0 auto; }
.hero__badge { display: inline-block; background: rgba(224,164,88,.15); color: var(--gold); font-weight: 600; font-size: 13px; padding: 8px 16px; border-radius: 30px; margin-bottom: 22px; }
.hero__h1 { font-size: 44px; font-weight: 800; line-height: 1.15; margin-bottom: 20px; color: var(--white); }
.hero__h1 .hl { color: var(--gold); }
.hero__sub { font-size: 17px; color: #D9C7B8; margin-bottom: 32px; }
.hero__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero .btn--outline { border-color: var(--gold); color: var(--gold); }

/* Sections */
.section { padding: 80px 0; }
.section--light { background: #F3E7D8; }
.section--dark { background: var(--charcoal); }
.sec-eyebrow { color: var(--ember); font-weight: 700; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 10px; }
.sec-eyebrow--light { color: var(--gold); }
.sec-title { font-size: 32px; font-weight: 800; margin-bottom: 18px; max-width: 640px; }
.sec-title--light { color: var(--white); }
.sec-desc { color: var(--muted); font-size: 16px; max-width: 640px; }

/* Menu */
.menu__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 40px; }
.menu__categoria h4 { color: var(--gold); font-size: 17px; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.menu__item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed rgba(255,255,255,.15); color: #E9DDD0; font-size: 14px; }
.menu__price { color: var(--gold); font-weight: 700; }

/* Galeria */
.galeria__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 40px; }
.galeria__item { aspect-ratio: 1; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 28px; color: var(--white); }
.galeria__item--1 { background: linear-gradient(135deg, var(--ember), #8C3A10); }
.galeria__item--2 { background: linear-gradient(135deg, var(--gold), #B87A2E); }
.galeria__item--3 { background: linear-gradient(135deg, #D97757, var(--ember)); }
.galeria__item--4 { background: linear-gradient(135deg, #E8C08A, var(--gold)); }
.galeria__item--5 { background: linear-gradient(135deg, var(--charcoal-2), var(--charcoal)); }
.galeria__item--6 { background: linear-gradient(135deg, #A8431A, var(--ember)); }

/* Contacto/Reservas (reusa .contact-card) */
.contacto__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.contact-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 28px; text-align: center; }
.contact-card__icon { width: 52px; height: 52px; border-radius: 50%; background: #FBEADD; color: var(--ember); display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 14px; }
.contact-card h4 { margin-bottom: 8px; }
.contact-card p { color: var(--muted); font-size: 14px; margin-bottom: 4px; }
.contact-card__cta { font-weight: 700; color: var(--ember); font-size: 14px; }
.demo-note { margin-top: 36px; font-size: 13px; color: var(--muted); }
.demo-note a { color: var(--ember); font-weight: 600; }

/* Footer */
.footer { background: var(--charcoal); color: #C9B8A9; padding: 40px 0; text-align: center; }
.footer__logo { font-family: var(--font-head); font-weight: 800; font-size: 18px; color: var(--white); margin-bottom: 8px; }
.footer__logo span { color: var(--gold); }
.footer p { font-size: 13px; margin-bottom: 8px; }
.footer__link { font-weight: 600; color: var(--gold); }

@media (max-width: 768px) {
  .nav__links { display: none; }
  .hero__h1 { font-size: 32px; }
  .menu__grid { grid-template-columns: 1fr; }
  .galeria__grid { grid-template-columns: repeat(3, 1fr); }
  .contacto__grid { grid-template-columns: 1fr; }
}
