:root {
  --header-h: 92px;
  --bg: #090b0a;
  --bg-deep: #050605;
  --panel: #0d1711;
  --panel-soft: #122118;
  --panel-warm: #19110f;
  --green: #1e6f44;
  --green-soft: #2da566;
  --green-glow: #a8f0b2;
  --copper: #b9895d;
  --copper-soft: #e4b98c;
  --text: #f5efe8;
  --muted: #cbbbaf;
  --line: rgba(173, 238, 174, 0.18);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(45, 165, 102, 0.14), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(185, 137, 93, 0.12), transparent 30%),
    linear-gradient(180deg, #0a0d0b 0%, #08120d 36%, #080907 100%);
  min-height: 100vh;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
.brand-copy strong {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
}

.site-shell {
  position: relative;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
  padding: 1rem 5vw;
  backdrop-filter: blur(14px);
  background: rgba(8, 11, 9, 0.82);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35));
}

.brand-copy {
  display: grid;
  gap: 0.08rem;
}

.brand-copy strong {
  color: var(--copper-soft);
  font-size: 1.55rem;
  line-height: 1;
}

.brand-copy small {
  color: var(--green-glow);
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
}

.main-nav a:hover {
  color: var(--green-glow);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  padding: 0.45rem 0.85rem;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  padding: 3.5rem 5vw 3rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(8, 10, 9, 0.4), rgba(8, 10, 9, 0.05)),
    radial-gradient(circle at 50% 30%, rgba(46, 132, 73, 0.22), transparent 38%);
  pointer-events: none;
}

.hero-aura {
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.42;
}

.hero-aura-left {
  width: 320px;
  height: 320px;
  left: -80px;
  top: 120px;
  background: rgba(45, 165, 102, 0.22);
}

.hero-aura-right {
  width: 360px;
  height: 360px;
  right: -120px;
  top: 40px;
  background: rgba(185, 137, 93, 0.16);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  display: grid;
  justify-items: start;
  gap: 1rem;
}

.eyebrow {
  margin: 0;
  color: var(--green-glow);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
}

.hero-main-logo {
  width: min(640px, 88vw);
  filter: drop-shadow(0 26px 50px rgba(0, 0, 0, 0.5));
}

.hero-tagline {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
}

.hero-live-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(15, 24, 18, 0.92), rgba(9, 13, 10, 0.94)),
    radial-gradient(circle at top right, rgba(185, 137, 93, 0.1), transparent 36%);
  box-shadow: var(--shadow);
}

.hero-live-head h1 {
  margin: 0.35rem 0 0;
  font-size: clamp(2rem, 3.1vw, 3rem);
}

.hero-live-cards {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.home-live-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  background: linear-gradient(145deg, rgba(26, 18, 16, 0.84), rgba(16, 12, 11, 0.92));
}

.home-live-card.live {
  background:
    linear-gradient(145deg, rgba(13, 34, 22, 0.96), rgba(8, 18, 13, 0.96)),
    radial-gradient(circle at top right, rgba(168, 240, 178, 0.12), transparent 38%);
  border-color: rgba(168, 240, 178, 0.3);
}

.home-live-card-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.home-live-card-head img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.home-live-card h4 {
  margin: 0;
  font-size: 1rem;
}

.home-live-meta {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-live-status {
  display: block;
  margin-top: 0.5rem;
  color: var(--green-glow);
  font-size: 0.78rem;
  font-weight: 700;
}

.home-live-score {
  margin: 0.45rem 0 0;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-live-empty {
  display: none;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-live-empty.visible {
  display: block;
}

.live-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.section {
  padding: 5rem 5vw;
}

.section-head {
  max-width: 760px;
  margin-bottom: 1.6rem;
}

.section-head h2 {
  margin: 0.35rem 0 0.55rem;
  font-size: clamp(2.15rem, 3vw, 3rem);
}

.section-head p:last-child {
  margin: 0;
  color: var(--muted);
}

.futbol-calendar {
  display: grid;
  gap: 1rem;
}

.match-list {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(12, 20, 15, 0.92), rgba(8, 11, 9, 0.96)),
    radial-gradient(circle at top left, rgba(45, 165, 102, 0.1), transparent 36%);
  box-shadow: var(--shadow);
}

.match-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.match-list-head h3 {
  margin: 0;
  font-size: 1.8rem;
}

.match-list-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.match-list-body {
  display: grid;
  gap: 0.8rem;
}

.match-row {
  border: 1px solid rgba(173, 238, 174, 0.12);
  border-radius: 22px;
  padding: 1rem 1.05rem;
  background:
    linear-gradient(145deg, rgba(25, 17, 15, 0.74), rgba(11, 14, 12, 0.9)),
    radial-gradient(circle at top right, rgba(185, 137, 93, 0.08), transparent 28%);
}

.match-row.live {
  border-color: rgba(168, 240, 178, 0.28);
  background:
    linear-gradient(145deg, rgba(14, 36, 23, 0.92), rgba(10, 17, 12, 0.96)),
    radial-gradient(circle at top right, rgba(168, 240, 178, 0.12), transparent 30%);
}

.match-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.65rem;
  flex-wrap: wrap;
}

.match-league {
  color: var(--copper-soft);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.match-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tracked-tag,
.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 700;
}

.tracked-tag {
  border: 1px solid rgba(228, 185, 140, 0.26);
  background: rgba(185, 137, 93, 0.1);
  color: var(--copper-soft);
}

.status-badge {
  border: 1px solid var(--line);
}

.status-in {
  color: var(--green-glow);
  border-color: rgba(168, 240, 178, 0.35);
}

.status-pre {
  color: var(--muted);
}

.status-post {
  color: var(--copper-soft);
  border-color: rgba(185, 137, 93, 0.28);
}

.match-teams {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.35;
}

.match-score {
  color: var(--green-glow);
}

.match-info {
  margin-top: 0.6rem;
  display: grid;
  gap: 0.24rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.match-empty {
  margin: 0;
  color: var(--muted);
  text-align: center;
  padding: 1rem 0.25rem;
}

.gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-item {
  min-height: 280px;
  margin: 0;
  border-radius: 26px;
  border: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: end;
  padding: 1.1rem;
  box-shadow: var(--shadow);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.64));
}

.gallery-item span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(7, 9, 8, 0.72);
  font-weight: 700;
}

.g1 {
  background:
    radial-gradient(circle at 18% 22%, rgba(228, 185, 140, 0.45), transparent 26%),
    linear-gradient(135deg, rgba(15, 37, 23, 0.6), rgba(15, 8, 8, 0.74)),
    url("https://images.unsplash.com/photo-1516997121675-4c2d1684aa3e?auto=format&fit=crop&w=1200&q=80")
      center / cover;
}

.g2 {
  background:
    linear-gradient(145deg, rgba(8, 12, 9, 0.34), rgba(8, 12, 9, 0.65)),
    url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1200&q=80")
      center / cover;
}

.g3 {
  background:
    radial-gradient(circle at 80% 22%, rgba(168, 240, 178, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(13, 27, 18, 0.45), rgba(12, 8, 8, 0.72)),
    url("https://images.unsplash.com/photo-1547347298-4074fc3086f0?auto=format&fit=crop&w=1200&q=80")
      center / cover;
}

.bodega-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
}

.bodega-copy,
.bodega-media,
.music-card,
.vip-card,
.card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(13, 21, 16, 0.94), rgba(9, 12, 10, 0.96)),
    radial-gradient(circle at top right, rgba(185, 137, 93, 0.08), transparent 32%);
}

.bodega-copy h3,
.music-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.6rem;
}

.bodega-copy p,
.music-card p,
.vip-intro,
.vip-note,
.card p {
  color: var(--muted);
}

.feature-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--text);
}

.feature-list li + li {
  margin-top: 0.4rem;
}

.bodega-media {
  position: relative;
  overflow: hidden;
}

.bodega-media-badge {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(185, 137, 93, 0.16);
  color: var(--copper-soft);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bodega-media-stage {
  position: relative;
  min-height: 320px;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(8, 10, 9, 0.6), rgba(17, 33, 24, 0.2)),
    url("https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?auto=format&fit=crop&w=1200&q=80")
      center / cover;
}

.bodega-glow {
  position: absolute;
  inset: auto 8% 8% auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(228, 185, 140, 0.16);
  filter: blur(34px);
}

.bodega-placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.3rem;
  place-items: center;
  padding: 1.3rem 1.6rem;
  border-radius: 18px;
  background: rgba(8, 10, 9, 0.58);
  text-align: center;
}

.bodega-placeholder span {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.bodega-placeholder small {
  color: var(--muted);
}

.music-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.split-sections {
  padding: 0 5vw 5rem;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1rem;
}

.vip-card {
  display: grid;
  gap: 1rem;
}

.vip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.contact-grid {
  display: grid;
  gap: 1rem;
}

.card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.55rem;
}

.contacto .card a {
  color: var(--green-glow);
}

.hours-list {
  display: grid;
  gap: 0.35rem;
}

.hours-row {
  margin: 0;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.8rem;
}

.hours-row .day {
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.82rem 1.18rem;
  border: 0;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(120deg, var(--green), var(--green-soft));
  color: #fff;
  box-shadow: var(--shadow);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
}

.whatsapp-float,
.music-toggle {
  position: fixed;
  bottom: 18px;
  z-index: 50;
  border-radius: 999px;
  padding: 0.85rem 1.1rem;
  text-decoration: none;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.whatsapp-float {
  right: 18px;
  background: linear-gradient(120deg, #1fa24f, #31c56d);
  color: #fff;
}

.music-toggle {
  left: 18px;
  border: 1px solid var(--line);
  background: rgba(11, 16, 12, 0.94);
  color: var(--text);
}

.music-toggle.active {
  background: linear-gradient(120deg, var(--green), var(--green-soft));
  color: #fff;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

@media (max-width: 1180px) {
  .hero-grid,
  .bodega-layout,
  .split-sections {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    justify-items: center;
    text-align: center;
  }

  .hero-tagline {
    text-align: center;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 82px;
    padding: 0.8rem 4vw;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 4vw;
    flex-direction: column;
    align-items: flex-start;
    min-width: 210px;
    padding: 0.9rem;
    border-radius: 20px;
    border: 1px solid var(--line);
    background: rgba(9, 12, 10, 0.96);
  }

  .main-nav.open {
    display: flex;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .music-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .match-list-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 2rem 4vw 5rem;
  }

  .section,
  .split-sections {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .home-live-score {
    font-size: 1.02rem;
  }

  .hours-row {
    grid-template-columns: 1fr 1fr;
  }

  .vip-actions {
    flex-direction: column;
  }
}
