:root {
  --bg: #f3ece1;
  --bg2: #ece2d2;
  --ink: #2a2520;
  --ink2: #574f45;
  --muted: #8c7f70;
  --line: #ddcfba;
  --red: #b5402f;       /* rojo vinilo / salsa */
  --red-dark: #8f2e20;
  --mustard: #cf982f;   /* mostaza vintage */
  --cream: #f7f1e7;
  --radius: 14px;
  --shadow: 0 14px 36px rgba(60, 42, 28, 0.12);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
h1, h2, h3 { font-family: 'Oswald', sans-serif; font-weight: 700; line-height: 1.05; text-transform: uppercase; letter-spacing: .5px; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 1.4rem; }

/* Botones */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: .92rem; letter-spacing: 1px; text-transform: uppercase; padding: .8rem 1.7rem; border-radius: 50px; cursor: pointer; border: 2px solid transparent; transition: transform .15s, background .2s, color .2s, border-color .2s; }
.btn-sm { padding: .5rem 1.2rem; font-size: .82rem; }
.btn-lg { padding: .95rem 2.1rem; }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }

/* Age gate */
.age { position: fixed; inset: 0; z-index: 999; background: rgba(42,37,32,.9); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; padding: 1.4rem; }
.age-card { background: var(--cream); border: 2px solid var(--ink); border-radius: 18px; max-width: 420px; padding: 2.4rem 2rem; text-align: center; box-shadow: var(--shadow); }
.age-logo { font-family: 'Oswald', sans-serif; font-size: 1.8rem; font-weight: 700; letter-spacing: 5px; color: var(--red); margin-bottom: 1rem; }
.age-card h2 { font-size: 2rem; margin-bottom: .6rem; }
.age-card p { color: var(--ink2); font-size: .95rem; margin-bottom: 1.4rem; text-transform: none; }
.age-btns { display: flex; flex-direction: column; gap: .6rem; margin-bottom: 1.2rem; }
.age-card small { color: var(--muted); font-size: .76rem; }

/* Header */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(243,236,225,.82); backdrop-filter: blur(10px); border-bottom: 2px solid transparent; transition: border-color .2s, background .2s; }
.nav.scrolled { border-color: var(--ink); background: rgba(243,236,225,.96); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-family: 'Oswald', sans-serif; font-size: 1.7rem; font-weight: 700; letter-spacing: 3px; color: var(--ink); }
.logo span { color: var(--red); }
.links { display: flex; align-items: center; gap: 1.8rem; }
.links a { font-family: 'Oswald', sans-serif; font-size: .92rem; font-weight: 500; letter-spacing: .5px; text-transform: uppercase; color: var(--ink2); transition: color .15s; }
.links a:hover { color: var(--red); }
.links .btn { color: #fff; }
.burger { display: none; background: none; border: none; color: var(--ink); cursor: pointer; }

/* Hero */
.hero { padding: 4.5rem 0 4rem; border-bottom: 2px solid var(--line); overflow: hidden; }
.hero-in { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center; }
.tag { display: inline-block; font-family: 'Oswald', sans-serif; color: var(--red); border: 2px solid var(--red); font-size: .76rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: .3rem 1rem; border-radius: 50px; margin-bottom: 1.4rem; }
.hero h1 { font-size: clamp(2.6rem, 6.5vw, 4.6rem); letter-spacing: 0; margin-bottom: 1.2rem; }
.hero h1 em { font-style: normal; color: var(--red); }
.lead { font-size: 1.1rem; color: var(--ink2); max-width: 520px; margin-bottom: 2rem; }
.hero-btns { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-mini { display: flex; gap: 2.2rem; flex-wrap: wrap; margin-top: 2.4rem; padding-top: 1.8rem; border-top: 2px solid var(--line); }
.hero-mini div { display: flex; flex-direction: column; }
.hero-mini strong { font-family: 'Oswald', sans-serif; font-size: 1.2rem; text-transform: uppercase; color: var(--ink); }
.hero-mini span { font-size: .82rem; color: var(--muted); }

/* Vinilo */
.hero-vinyl { display: flex; justify-content: center; }
.vinyl { width: 300px; height: 300px; max-width: 70vw; max-height: 70vw; border-radius: 50%; background:
  radial-gradient(circle at center, #2a2520 0 18%, transparent 18.5%),
  repeating-radial-gradient(circle at center, #1c1813 0 2px, #2a2520 2px 4px);
  position: relative; box-shadow: var(--shadow); animation: spin 14s linear infinite; }
.vinyl::after { content: ''; position: absolute; inset: 0; margin: auto; width: 34%; height: 34%; border-radius: 50%; background: radial-gradient(circle at center, var(--cream) 0 18%, var(--red) 18% 100%); }
.vinyl-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-weight: 700; letter-spacing: 2px; color: var(--cream); z-index: 1; font-size: .9rem; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .vinyl { animation: none; } }

/* Secciones */
.section { padding: 5rem 0; }
.section-alt { background: var(--bg2); border-top: 2px solid var(--line); border-bottom: 2px solid var(--line); }
.head { max-width: 600px; margin: 0 auto 3rem; text-align: center; }
.eyebrow { display: inline-block; font-family: 'Oswald', sans-serif; color: var(--red); font-weight: 600; font-size: .78rem; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: .7rem; }
.head h2 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: .5rem; }
.head p { color: var(--muted); font-size: 1.02rem; }

/* Experiencia */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.card { background: var(--cream); border: 2px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.4rem; text-align: center; transition: transform .2s, border-color .2s; }
.card:hover { transform: translateY(-5px); border-color: var(--red); }
.card .ico { font-size: 2rem; display: block; margin-bottom: .8rem; }
.card h3 { font-size: 1.25rem; margin-bottom: .35rem; }
.card p { color: var(--muted); font-size: .9rem; text-transform: none; }

/* Carta */
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem 2.6rem; }
.menu-col { background: var(--cream); border: 2px solid var(--line); border-radius: var(--radius); padding: 1.7rem 1.6rem; }
.menu-cat { font-size: 1.5rem; color: var(--ink); margin-bottom: 1rem; padding-bottom: .6rem; border-bottom: 2px solid var(--line); display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; }
.menu-cat small { font-family: 'Inter', sans-serif; font-weight: 600; font-size: .72rem; letter-spacing: .5px; color: var(--red); text-transform: uppercase; }
.menu-sub { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: .78rem; color: var(--mustard); margin: .8rem 0 .3rem; }
.menu-item { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: .55rem 0; border-bottom: 1px dashed var(--line); }
.menu-item:last-child { border-bottom: none; }
.menu-item b { font-weight: 600; font-size: .96rem; }
.menu-item small { display: block; color: var(--muted); font-size: .8rem; margin-top: .1rem; }
.menu-item span { font-family: 'Oswald', sans-serif; color: var(--red); font-weight: 600; white-space: nowrap; }
.menu-note { text-align: center; color: var(--muted); font-size: .9rem; margin-top: 2.2rem; }

/* Agenda */
.nights { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.night { background: var(--cream); border: 2px solid var(--line); border-radius: var(--radius); padding: 1.7rem 1.4rem; transition: transform .2s, border-color .2s; }
.night:hover { transform: translateY(-5px); border-color: var(--red); }
.night-day { display: inline-block; font-family: 'Oswald', sans-serif; color: #fff; background: var(--red); font-size: .72rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: .2rem .7rem; border-radius: 50px; margin-bottom: .8rem; }
.night h3 { font-size: 1.3rem; margin-bottom: .4rem; }
.night p { color: var(--muted); font-size: .9rem; text-transform: none; }

/* CTA */
.section-cta { background: var(--ink); color: var(--cream); text-align: center; }
.section-cta .eyebrow { color: var(--mustard); }
.section-cta h2 { color: var(--cream); }
.cta-in { max-width: 640px; margin: 0 auto; }
.cta-in h2 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: .6rem; }
.cta-in > p { color: rgba(247,241,231,.82); font-size: 1.05rem; margin-bottom: 2rem; }
.cta-in .hero-btns { justify-content: center; }
.cta-in .btn-ghost { color: var(--cream); border-color: rgba(247,241,231,.5); }
.cta-in .btn-ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.cta-info { font-size: .92rem !important; color: rgba(247,241,231,.7) !important; margin-top: 2rem !important; line-height: 1.9; }

/* Footer */
.footer { background: var(--bg2); border-top: 2px solid var(--line); padding: 3rem 0 1.6rem; }
.footer-in { text-align: center; }
.logo-foot { display: block; margin-bottom: .5rem; }
.footer-tag { color: var(--muted); font-size: .9rem; margin-bottom: 1.4rem; }
.footer-links { display: flex; gap: 1.6rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.6rem; }
.footer-links a { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .5px; color: var(--ink2); font-size: .9rem; }
.footer-links a:hover { color: var(--red); }
.footer-legal { max-width: 640px; margin: 0 auto 1.6rem; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; padding-top: 1.6rem; border-top: 2px solid var(--line); font-size: .82rem; color: var(--muted); }

/* WhatsApp */
.wa-float { position: fixed; bottom: 1.6rem; right: 1.6rem; 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 6px 20px rgba(37,211,102,.45); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }

/* Responsive */
@media (max-width: 940px) {
  .hero-in { grid-template-columns: 1fr; gap: 2rem; }
  .hero-vinyl { order: -1; }
  .vinyl { width: 220px; height: 220px; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .nights { grid-template-columns: repeat(2, 1fr); }
  .menu-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .burger { display: flex; }
  .links { position: absolute; top: 72px; left: 0; right: 0; background: var(--cream); border-bottom: 2px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1.4rem 1rem; display: none; }
  .links.open { display: flex; }
  .links a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .links a:last-child { border-bottom: none; margin-top: .5rem; }
}
@media (max-width: 540px) {
  .grid { grid-template-columns: 1fr; }
  .nights { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
}
