:root {
  --bg: #fafaf9;
  --panel: #ffffff;
  --text: #1c1917;
  --muted: #57534e;
  --line: #e7e5e4;
  --green-900: #14532d;
  --green-800: #166534;
  --green-700: #15803d;
  --green-100: #dcfce7;
  --amber-500: #f59e0b;
  --amber-700: #b45309;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(28, 25, 23, 0.08);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, #064e3b 0%, #166534 55%, #b45309 100%);
}
.hero-bg {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: .18;
}
.hero-bg-1 { top: -50px; left: -40px; width: 240px; height: 240px; background: #fff; }
.hero-bg-2 { right: 0; bottom: -60px; width: 300px; height: 300px; background: #fde68a; }
.hero-grid {
  position: relative;
  display: grid;
  gap: 40px;
  grid-template-columns: 1.1fr .9fr;
  padding: 76px 0;
}
.badge {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  font-size: 14px;
}
h1 {
  margin: 18px 0 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.02;
}
.hero-text {
  max-width: 680px;
  font-size: 20px;
  color: rgba(255,255,255,.92);
  margin: 18px 0 0;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 18px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-light { background: #fff; color: var(--green-900); box-shadow: var(--shadow); }
.btn-outline { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.3); color: #fff; }
.btn-primary { background: var(--green-800); color: #fff; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.feature-card {
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
}
.feature-card h3, .gallery-card h3, .band-card h3 { margin: 0; font-size: 20px; }
.feature-card p { margin: 10px 0 0; color: rgba(255,255,255,.85); font-size: 14px; }
.section { padding: 72px 0; }
.section-alt { background: #f7f6f4; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--green-700);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  font-size: 13px;
}
h2 { margin: 0; font-size: clamp(32px, 3vw, 42px); }
.section-copy { max-width: 640px; color: var(--muted); }
.section-copy.left { max-width: none; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gallery-card, .panel, .menu-section {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 25px rgba(28,25,23,.04);
}
.gallery-card { overflow: hidden; }
.gallery-card img, .gallery-card video { height: 310px; object-fit: cover; background: #000; }
.gallery-card-body { padding: 20px; }
.gallery-card-body p, .menu-card p, .band-card p { color: var(--muted); margin: 8px 0 0; }
.menu-section { padding: 24px; margin-top: 26px; }
.menu-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.menu-title-wrap h3 { color: var(--green-900); margin: 0; font-size: 28px; }
.menu-title-wrap span { height: 1px; flex: 1; background: var(--line); }
.menu-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.menu-card {
  background: #fafaf9;
  border-radius: 20px;
  padding: 18px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.menu-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(28,25,23,.06); }
.menu-top {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: flex-start;
}
.menu-top h4 { margin: 0; font-size: 18px; }
.menu-top strong {
  white-space: nowrap;
  font-size: 14px;
  color: var(--green-800);
  background: var(--green-100);
  border-radius: 999px;
  padding: 8px 12px;
}
.band {
  background: #052e2b;
  color: var(--white);
}
.band-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.band-card {
  border-radius: var(--radius);
  padding: 26px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
}
.band-card p { color: rgba(255,255,255,.82); }
.contact-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
}
.panel { padding: 30px; }
.contact-block { margin-top: 28px; }
.label {
  margin: 0 0 10px;
  font-size: 13px;
  color: #78716c;
  font-weight: 700;
}
.app-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.app-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 14px;
  color: #fff;
  font-weight: 700;
}
.rappi { background: #f97316; }
.didi { background: #16a34a; }
.whatsapp { background: #22c55e; }
.contact-list { margin-top: 28px; display: grid; gap: 18px; }
.contact-list p:last-child { margin: 0; font-size: 20px; }
.feedback-form { margin-top: 26px; display: grid; gap: 18px; }
.feedback-form label { display: block; margin-bottom: 8px; font-weight: 600; }
.two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
input, textarea, select {
  width: 100%;
  border: 1px solid #d6d3d1;
  border-radius: 18px;
  padding: 14px 16px;
  font: inherit;
  background: #fff;
}
input:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(21, 128, 61, 0.12);
}
.stars { display: flex; flex-wrap: wrap; gap: 10px; }
.stars button {
  font-size: 28px;
  line-height: 1;
  border: 1px solid #d6d3d1;
  border-radius: 16px;
  background: #fff;
  padding: 10px 14px;
  cursor: pointer;
  color: #c7c2bd;
}
.stars button.active { color: var(--amber-500); border-color: #fcd34d; }
.form-note { min-height: 24px; margin: 0; color: var(--green-700); font-weight: 600; }
.floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  background: #22c55e;
  color: #fff;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(0,0,0,.18);
}
.footer {
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 14px;
  padding: 28px 0;
}
@media (max-width: 1024px) {
  .hero-grid, .contact-grid, .gallery-grid, .band-grid, .menu-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .hero-grid, .feature-grid, .gallery-grid, .menu-grid, .band-grid, .contact-grid, .two-col, .footer-row { grid-template-columns: 1fr; display: grid; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .menu-top { flex-direction: column; }
  .footer-row { gap: 6px; }
  .gallery-card img, .gallery-card video { height: 240px; }
  .panel, .menu-section { padding: 22px; }
}
