/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; font-size: 16px; }
body {
  background: #141210;
  color: #e8e0d0;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  cursor: none;
}
a { text-decoration: none; }

/* ===== CURSOR ===== */
.cur {
  position: fixed; width: 8px; height: 8px;
  border-radius: 50%; background: #ffffff;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
}
.cur-ring {
  position: fixed; width: 36px; height: 36px;
  border-radius: 50%; border: 1px solid rgba(255,255,255,0.4);
  pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
}

/* ===== TOKENS ===== */
:root {
  --gold: #c9a45a;
  --dark: #141210;
  --cream: #e8e0d0;
  --muted: rgba(232,224,208,0.4);
  --border: rgba(232,224,208,0.07);
}

/* ===== NAV ===== */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100; padding: 1.5rem 3rem;
  display: flex; align-items: center; justify-content: space-between;
}
.logo {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.3rem; color: #fff; letter-spacing: 0.06em;
}
.nav-links { display: flex; gap: 2.5rem; }
.nav-links a {
  color: rgba(255,255,255,0.5); font-size: 0.73rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover { color: #fff; }
.nav-reserva {
  color: #fff; font-size: 0.73rem; letter-spacing: 0.14em;
  text-transform: uppercase; border: 1px solid rgba(255,255,255,0.3);
  padding: 0.5rem 1.25rem; border-radius: 2px;
}

/* ===== HERO ===== */
.hero {
  height: 100vh; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?w=2000&q=90&auto=format');
  background-size: cover; background-position: center;
  will-change: transform;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(20,18,16,0.5) 0%, rgba(20,18,16,0.75) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 0 2rem; }
.hero-tag {
  font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(232,224,208,0.45); margin-bottom: 1.5rem;
  overflow: hidden; display: block;
}
.hero-tag span { display: block; }
.hero h1 {
  font-family: 'Libre Caslon Display', serif;
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: 0.9; color: #e8e0d0; margin-bottom: 1.75rem;
}
.hero h1 .ln { overflow: hidden; display: block; }
.hero h1 .ln span { display: block; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 1rem; color: rgba(232,224,208,0.5);
  max-width: 460px; margin: 0 auto 2.5rem;
  line-height: 1.8; font-weight: 300; overflow: hidden;
}
.hero-sub span { display: block; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-gold {
  display: inline-block; background: var(--gold); color: #141210;
  padding: 0.9rem 2.2rem; border-radius: 2px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; cursor: none;
  transition: transform 0.3s cubic-bezier(.34,1.56,.64,1);
}
.btn-gold:hover { transform: scale(1.05); }
.btn-ghost {
  display: inline-block; background: transparent;
  color: rgba(232,224,208,0.65);
  border: 1px solid rgba(232,224,208,0.2);
  padding: 0.9rem 2.2rem; border-radius: 2px;
  font-size: 0.78rem; letter-spacing: 0.08em;
  text-transform: uppercase; cursor: none;
}
.hero-scroll {
  position: absolute; bottom: 2.5rem; right: 3rem; z-index: 2;
  display: flex; align-items: center; gap: 0.75rem;
  color: rgba(232,224,208,0.25);
  font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase;
}
.scroll-line { width: 40px; height: 1px; background: rgba(232,224,208,0.15); }

/* ===== INFO BAND ===== */
.info-band {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--border);
  border-top: 1px solid var(--border);
}
.info-item { padding: 2.5rem 2rem; text-align: center; }
.info-icon { font-size: 1.2rem; margin-bottom: 0.75rem; opacity: 0.5; }
.info-label {
  font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(232,224,208,0.3); margin-bottom: 0.4rem;
}
.info-val {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1rem; color: #e8e0d0;
}

/* ===== COCKTAILS ===== */
.cocktails { padding: 7rem 3rem; max-width: 1200px; margin: 0 auto; }
.sec-label {
  display: block; font-size: 0.65rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(232,224,208,0.3);
  margin-bottom: 1.5rem; overflow: hidden;
}
.sec-label span { display: block; }
.sec-title {
  font-family: 'Libre Caslon Display', serif;
  font-size: clamp(2.5rem,4.5vw,4.5rem);
  line-height: 0.95; color: #e8e0d0; margin-bottom: 3rem;
}
.sec-title .w { overflow: visible; display: inline-block; margin-right: 0.08em; }
.sec-title .w span { display: block; }

.cocktails-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--border);
}
.cocktail-item { padding: 2.5rem 2rem; transition: background 0.2s; }
.cocktail-item:hover { background: rgba(232,224,208,0.04); }
.cocktail-num {
  font-family: 'Libre Caslon Display', serif;
  font-size: 2rem; color: rgba(232,224,208,0.06);
  line-height: 1; margin-bottom: 0.75rem;
}
.cocktail-name {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.3rem; font-style: italic;
  color: #e8e0d0; margin-bottom: 0.5rem;
}
.cocktail-desc {
  font-size: 0.82rem; color: rgba(232,224,208,0.4);
  line-height: 1.65; font-weight: 300; margin-bottom: 1rem;
}
.cocktail-price {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.1rem; color: var(--gold);
}

/* ===== ABOUT ===== */
.about { display: grid; grid-template-columns: 1fr 1fr; }
.about-img { aspect-ratio: 1/1; overflow: hidden; }
.about-img-inner {
  width: 100%; height: 100%;
  background-image: url('https://images.unsplash.com/photo-1551024709-8f23befc6f87?w=900&q=85&auto=format');
  background-size: cover; background-position: center;
  transition: transform 0.8s ease;
}
.about-img:hover .about-img-inner { transform: scale(1.03); }
.about-text {
  padding: 5rem 4rem;
  display: flex; flex-direction: column; justify-content: center;
  background: #111009;
}
.about-title {
  font-family: 'Libre Caslon Display', serif;
  font-size: clamp(2.2rem,3.5vw,3.5rem);
  line-height: 0.95; color: #e8e0d0; margin-bottom: 1.5rem;
}
.about-title .w { overflow: visible; display: inline-block; margin-right: 0.08em; }
.about-title .w span { display: block; }
.about-body {
  font-size: 0.95rem; color: rgba(232,224,208,0.4);
  line-height: 1.85; font-weight: 300; overflow: hidden;
}
.about-body span { display: block; }
.about-stats {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.5rem; border-top: 1px solid var(--border);
  padding-top: 2rem; margin-top: 1.5rem;
}
.astat-n {
  font-family: 'Libre Caslon Display', serif;
  font-size: 2rem; color: var(--gold); line-height: 1;
}
.astat-l {
  font-size: 0.72rem; color: rgba(232,224,208,0.3);
  margin-top: 4px; letter-spacing: 0.06em; text-transform: uppercase;
}

/* ===== GALERIA ===== */
.galeria { padding: 6rem 3rem; max-width: 1300px; margin: 0 auto; }
.gal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 6px; margin-top: 3rem;
}
.gal-item { overflow: hidden; border-radius: 2px; }
.gal-item.tall { grid-row: span 2; }
.gal-inner {
  width: 100%; height: 100%;
  background-size: cover; background-position: center;
  transition: transform 0.7s ease;
}
.gal-item:hover .gal-inner { transform: scale(1.05); }

/* ===== MARQUEE ===== */
.mq-wrap {
  overflow: hidden; padding: 3.5rem 0;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  margin: 2rem 0;
}
.mq-track { display: flex; gap: 2rem; white-space: nowrap; will-change: transform; }
.mq-item {
  font-family: 'Libre Caslon Display', serif; font-style: italic;
  font-size: clamp(2rem,4vw,3.5rem);
  opacity: 0.35; flex-shrink: 0; color: #e8e0d0;
}
.mq-item.hi { opacity: 1; color: var(--gold); }

/* ===== TESTIMONIOS ===== */
.testis { padding: 6rem 3rem; max-width: 1100px; margin: 0 auto; }
.testi-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.5rem; margin-top: 3rem;
}
.testi {
  border: 1px solid var(--border); border-radius: 2px;
  padding: 2rem; transition: border-color 0.3s;
}
.testi:hover { border-color: rgba(201,164,90,0.3); }
.testi-stars { color: var(--gold); letter-spacing: 0.1em; margin-bottom: 1rem; font-size: 0.85rem; }
.testi-text {
  font-family: 'Libre Caslon Display', serif; font-style: italic;
  font-size: 1rem; color: rgba(232,224,208,0.6);
  line-height: 1.7; margin-bottom: 1.25rem;
}
.testi-author {
  font-size: 0.72rem; color: rgba(232,224,208,0.3);
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* ===== CTA ===== */
.cta-section {
  position: relative; overflow: hidden;
  min-height: 75vh; display: flex;
  align-items: center; justify-content: center;
  text-align: center; padding: 6rem 2rem;
}
.cta-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1572116469696-31de0f17cc34?w=2000&q=85&auto=format');
  background-size: cover; background-position: center;
  will-change: transform;
}
.cta-overlay {
  position: absolute; inset: 0;
  background: rgba(20,18,16,0.85);
}
.cta-content { position: relative; z-index: 2; }
.cta-title {
  font-family: 'Libre Caslon Display', serif;
  font-size: clamp(3rem,8vw,8rem);
  line-height: 0.88; color: #e8e0d0; margin-bottom: 1.5rem;
}
.cta-title .w { overflow: hidden; display: inline-block; margin: 0 0.05em; }
.cta-title .w span { display: block; }
.cta-sub {
  font-size: 1rem; color: rgba(232,224,208,0.4);
  margin-bottom: 2.5rem; font-weight: 300;
}
.cta-info {
  display: flex; gap: 2rem; justify-content: center;
  flex-wrap: wrap; margin-top: 1.5rem;
}
.cta-info span {
  font-size: 0.73rem; color: rgba(232,224,208,0.3);
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* ===== FOOTER ===== */
footer {
  padding: 2.5rem 3rem; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 1rem;
}
.footer-logo {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.1rem; color: #e8e0d0;
}
footer p { font-size: 0.75rem; color: rgba(232,224,208,0.25); }
.footer-links { display: flex; gap: 2rem; }
.footer-links a {
  font-size: 0.72rem; color: rgba(232,224,208,0.3);
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: color 0.2s;
}
.footer-links a:hover { color: rgba(232,224,208,0.7); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  nav { padding: 1.2rem 1.5rem; }
  .nav-links { display: none; }
  .cocktails, .galeria, .testis { padding: 4rem 1.5rem; }
  .cocktails-grid { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .about-text { padding: 3rem 1.5rem; }
  .gal-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gal-item.tall { grid-row: span 1; }
  .gal-inner { min-height: 220px; }
  .info-band { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  footer { padding: 2rem 1.5rem; flex-direction: column; text-align: center; }
}
@media (max-width: 500px) {
  .cocktails-grid { grid-template-columns: 1fr; }
  .gal-grid { grid-template-columns: 1fr; }
}