:root {
  --black: #050505;
  --gold: #d79a32;
  --gold-light: #ffd681;
  --cream: #fff8e9;
  --muted: #c1b7a6;
  --line: rgba(255, 214, 129, .22);
  --shadow: 0 24px 80px rgba(0, 0, 0, .55);
  --max: 1180px;
}

/* Base */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  background:
    radial-gradient(circle at 17% 8%, rgba(216, 156, 46, .14), transparent 21rem),
    radial-gradient(circle at 90% 34%, rgba(151, 83, 12, .11), transparent 28rem),
    var(--black);
  color: var(--cream);
  font-family: "Montserrat", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

/* Text */
.gold-text {
  background: linear-gradient(105deg, #9d5d15, #fbd77b 35%, #fff0bb 50%, #ce8a24 72%, #81500f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
  opacity: .7;
}

.section-title {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2rem, 4.1vw, 3.45rem);
  line-height: 1.13;
  letter-spacing: -.045em;
}

.section-copy {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.75;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 5, 5, .72);
  border-bottom: 1px solid rgba(255, 214, 129, .1);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 175px;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}

.brand-label {
  line-height: 1.08;
}

.brand-label strong {
  display: block;
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-size: .85rem;
  letter-spacing: .06em;
}

.brand-label span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #d4c8b4;
  font-size: .77rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--gold-light);
}

.nav-book {
  white-space: nowrap;
}

.menu-button {
  display: none;
  padding: 9px 12px;
  background: transparent;
  color: var(--gold-light);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}

/* Buttons */
.button-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
  text-align: center;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  background: linear-gradient(105deg, #bb7520, #ffd477 52%, #b9741c);
  color: #1a1005;
  box-shadow: 0 10px 28px rgba(213, 147, 42, .22);
}

.button-gold:hover {
  background: linear-gradient(105deg, #cb852a, #ffe19a 52%, #c68027);
}

.button-dark {
  color: var(--gold-light);
  border-color: rgba(255, 214, 129, .4);
  background: rgba(255, 255, 255, .03);
}

.button-dark:hover {
  border-color: var(--gold-light);
  background: rgba(215, 154, 50, .1);
}

.button-small {
  min-height: 42px;
  padding-inline: 16px;
  font-size: .74rem;
}

/* Hero */
.hero {
  position: relative;
  min-height: clamp(460px, 68vh, 560px);
  display: flex;
  align-items: center;
  padding: 90px 0 70px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .98) 0%, rgba(5, 5, 5, .93) 48%, rgba(5, 5, 5, .72) 70%, rgba(5, 5, 5, .92) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, .25), rgba(5, 5, 5, .72));
}

.hero::after {
  z-index: -3;
  background-image:
    radial-gradient(circle at 20% 16%, rgba(255, 217, 137, .95) 0 1px, transparent 2px),
    radial-gradient(circle at 71% 23%, rgba(255, 217, 137, .8) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 71%, rgba(255, 217, 137, .8) 0 1px, transparent 2px),
    radial-gradient(circle at 43% 76%, rgba(255, 217, 137, .8) 0 1px, transparent 2px),
    linear-gradient(116deg, transparent 0%, transparent 46%, rgba(215, 154, 50, .06) 48%, transparent 50%);
  background-size: 220px 190px, 260px 240px, 300px 280px, 350px 260px, auto;
  opacity: .72;
}

.hero-content {
  max-width: 720px;
  padding: 70px 0 58px;
  position: relative;
}

.hero-title {
  max-width: 640px;
  margin: 18px 0 15px;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.05rem, 4.7vw, 4.25rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.08;
}

.hero-copy {
  max-width: 590px;
  color: #d8cdbb;
  font-size: 1rem;
  line-height: 1.72;
}

.hero-badges {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.hero-badge {
  padding: 8px 11px;
  color: #f2d99d;
  background: rgba(215, 154, 50, .1);
  border: 1px solid rgba(255, 214, 129, .28);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 460px;
  margin-top: 29px;
}

.count-item {
  padding: 15px 5px 12px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .055), rgba(215, 154, 50, .06));
}

.count-item strong {
  display: block;
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-size: 1.62rem;
  line-height: 1;
}

.count-item span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Ticker */
.ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #0c0803, #1a1105, #0c0803);
}

.ticker-inner {
  display: flex;
  gap: 42px;
  width: max-content;
  min-width: 100%;
  padding: 14px 0;
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  animation: ticker 31s linear infinite;
}

.ticker-inner span::after {
  content: "✦";
  margin-left: 42px;
  color: #fff1c8;
}

@keyframes ticker {
  to {
    transform: translateX(-33.333%);
  }
}

/* Sections */
section {
  padding: 104px 0;
}

/* Lineup */
.lineup-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 52px;
  align-items: center;
}

.lineup-poster {
  position: relative;
  max-width: 385px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 214, 129, .45);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.lineup-poster img {
  width: 100%;
  height: auto;
}

.lineup-info {
  display: grid;
  gap: 13px;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 33px;
}

.artist-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
}

.artist-photo {
  aspect-ratio: .84;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 50% 10%, rgba(215, 154, 50, .31), transparent 42%), #17130c;
}

.artist-photo::before,
.artist-photo::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 214, 129, .24);
  border-radius: 50%;
}

.artist-photo::before {
  width: 155px;
  height: 155px;
  top: -67px;
  right: -55px;
}

.artist-photo::after {
  width: 95px;
  height: 95px;
  left: -38px;
  bottom: -42px;
}

.artist-photo span {
  z-index: 1;
}

.artist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-card-content {
  padding: 13px 14px 15px;
}

.artist-role {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-light);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.artist-card h3 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: .95rem;
  line-height: 1.2;
}

.artist-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.45;
}

/* Program */
.program {
  background: radial-gradient(circle at 85% 10%, rgba(218, 152, 35, .13), transparent 25rem), #0c0b09;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.program-layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 56px;
  align-items: start;
}

.schedule {
  border-top: 1px solid var(--line);
}

.schedule-row {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px 2px;
  border-bottom: 1px solid var(--line);
}

.schedule-time {
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 1.03rem;
}

.schedule-row h3 {
  margin: 0 0 5px;
  font-size: .96rem;
}

.schedule-row p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.54;
}

/* Hotel */
.hotel {
  background: #0c0b09;
  border-top: 1px solid var(--line);
}

.hotel-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 53px;
  align-items: center;
}

.hotel-copy .address {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0;
  padding: 10px 12px;
  color: var(--gold-light);
  background: rgba(215, 154, 50, .07);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: .79rem;
  font-weight: 700;
}

.hotel-gallery {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  grid-template-rows: 230px 230px;
  gap: 10px;
}

.hotel-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  cursor: zoom-in;
  background: #17130c;
}

.hotel-photo:first-child {
  grid-row: span 2;
}

.hotel-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 2, 2, .06), rgba(2, 2, 2, .45)),
    linear-gradient(110deg, rgba(214, 147, 35, .08), transparent 55%);
  pointer-events: none;
}

.hotel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  filter: saturate(.92) contrast(1.05);
}

.hotel-photo:hover img {
  transform: scale(1.05);
}

/* Tickets */
.tickets-layout {
  display: grid;
  grid-template-columns: .79fr 1.21fr;
  gap: 56px;
  align-items: start;
}

.tickets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.ticket {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 314px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .035);
}

.ticket::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -95px;
  right: -75px;
  border: 1px solid rgba(255, 214, 129, .25);
  border-radius: 50%;
}

.ticket.featured {
  border-color: rgba(255, 214, 129, .7);
  background: linear-gradient(142deg, rgba(215, 154, 50, .22), rgba(255, 255, 255, .04) 65%);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .25);
}

.ticket-label {
  position: relative;
  color: var(--gold-light);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ticket h3 {
  position: relative;
  margin: 13px 0 9px;
  font-family: "Cinzel", serif;
  font-size: 1.42rem;
  line-height: 1.12;
}

.ticket p {
  position: relative;
  margin: 0;
  color: var(--muted);
  font-size: .83rem;
  line-height: 1.6;
}

.price {
  position: relative;
  margin-top: 20px;
  color: #fff3d1;
  font-family: "Cinzel", serif;
  font-size: 2.1rem;
  line-height: 1;
}

.price-note {
  position: relative;
  margin-top: 7px;
  color: var(--gold-light);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
}

.ticket-footer {
  position: relative;
  margin-top: auto;
  padding-top: 21px;
}

.ticket .button {
  width: 100%;
}

/* Reservation */
.reservation {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 13% 30%, rgba(215, 154, 50, .17), transparent 28rem), linear-gradient(160deg, #100c05, #080807 68%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reservation::after {
  content: "";
  position: absolute;
  width: 780px;
  height: 780px;
  right: -480px;
  top: -400px;
  border: 1px solid rgba(255, 214, 129, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(255, 214, 129, .025), 0 0 0 80px rgba(255, 214, 129, .02);
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 780px;
  margin-top: 26px;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  padding: 16px 17px;
  background: rgba(0, 0, 0, .32);
  border: 1px solid rgba(255, 214, 129, .34);
  border-radius: 15px;
}

.contact-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-light);
  font-size: .82rem;
}

.contact-card span {
  color: var(--muted);
  font-size: .75rem;
}

.alias-line {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: var(--muted);
  font-size: .83rem;
}

.alias-chip {
  padding: 7px 10px;
  color: var(--cream);
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: .07em;
}

/* FAQ */
.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 56px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

summary {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  list-style: none;
  font-size: .94rem;
  font-weight: 700;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: -5px;
  color: var(--gold-light);
  font-size: 1.35rem;
  font-weight: 400;
}

details[open] summary::after {
  content: "–";
}

details p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.65;
}

/* CTA */
.cta {
  padding: 100px 0;
  text-align: center;
  background: radial-gradient(circle at 50% 45%, rgba(215, 154, 50, .2), transparent 23rem), linear-gradient(#0c0b09, #040404);
  border-top: 1px solid var(--line);
}

.cta .eyebrow {
  justify-content: center;
}

.cta .section-title {
  max-width: 810px;
  margin-inline: auto;
}

/* Footer */
footer {
  padding: 27px 0 35px;
  color: #938a7d;
  border-top: 1px solid var(--line);
  font-size: .72rem;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.footer-logo span {
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-size: .75rem;
}

.footer-content a:hover {
  color: var(--gold-light);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, .89);
}

.modal.active {
  display: grid;
}

.modal img {
  max-width: min(1080px, 94vw);
  max-height: 88vh;
  border: 1px solid rgba(255, 214, 129, .38);
  border-radius: 13px;
  box-shadow: var(--shadow);
}

.modal button {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 43px;
  height: 43px;
  color: var(--gold-light);
  background: rgba(5, 5, 5, .82);
  border: 1px solid rgba(255, 214, 129, .4);
  border-radius: 50%;
  font-size: 1.6rem;
  cursor: pointer;
}

/* Tablet */
@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

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

  .nav.open .nav-links {
    position: absolute;
    z-index: 45;
    top: 76px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 8px 16px;
    background: rgba(8, 8, 8, .98);
    border: 1px solid var(--line);
    border-radius: 0 0 15px 15px;
    box-shadow: var(--shadow);
  }

  .nav.open .nav-links a {
    padding: 14px 5px;
    border-bottom: 1px solid rgba(255, 214, 129, .12);
  }

  .nav.open .nav-links a:last-child {
    border-bottom: none;
  }

  .nav-book {
    display: none;
  }

  .hero {
    min-height: 540px;
    padding: 65px 0 50px;
  }

  .program-layout,
  .tickets-layout,
  .lineup-layout,
  .hotel-grid,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .artist-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 650px) {
  .wrap {
    width: min(var(--max), calc(100% - 28px));
  }

  .nav {
    min-height: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 45px;
    height: 45px;
  }

  .brand-label strong {
    font-size: .75rem;
  }

  .hero {
    min-height: 340px;
    padding: 35px 0 32px;
  }

  .hero-content {
    padding: 32px 0 24px;
  }

  .hero-title {
    margin-top: 15px;
    font-size: clamp(1.9rem, 8.4vw, 2.7rem);
  }

  .hero-copy {
    font-size: .91rem;
  }

  .hero-badge {
    font-size: .57rem;
  }

  .button {
    width: 100%;
  }

  section {
    padding: 74px 0;
  }

  .section-copy {
    font-size: .9rem;
  }

  .schedule-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .ticket {
    min-height: 272px;
  }

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

  .contact-card .button {
    width: auto;
  }

  .hotel-gallery {
    grid-template-rows: 210px 210px;
  }

  .footer-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }
}

/* Small mobile */
@media (max-width: 420px) {
  .brand-label span {
    display: none;
  }

  .count-item strong {
    font-size: 1.35rem;
  }

  .artist-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

/* Animaciones y mejoras visuales */

.site-header {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.gold-text {
  background-size: 220% 100%;
  animation: goldSweep 8s linear infinite;
}

/* Hero con fondo animado */
.hero {
  isolation: isolate;
  min-height: clamp(520px, 74vh, 690px);
  background:
    radial-gradient(ellipse at 78% 28%, rgba(143, 31, 61, .28), transparent 30rem),
    radial-gradient(ellipse at 62% 76%, rgba(26, 163, 154, .13), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #120c08 58%, #050505 100%);
}

.hero::before {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .98) 0%, rgba(5, 5, 5, .88) 46%, rgba(5, 5, 5, .58) 72%, rgba(5, 5, 5, .92) 100%),
    linear-gradient(112deg, transparent 0 26%, rgba(255, 214, 129, .14) 30%, transparent 36% 100%),
    linear-gradient(64deg, transparent 0 56%, rgba(143, 31, 61, .2) 60%, transparent 68% 100%),
    linear-gradient(132deg, transparent 0 66%, rgba(26, 163, 154, .13) 69%, transparent 77% 100%);
  background-size: 100% 100%, 180% 100%, 160% 100%, 170% 100%;
  animation: heroLights 13s ease-in-out infinite alternate;
  transform: scale(1.03);
}

.hero::after {
  z-index: -2;
  background-image:
    radial-gradient(circle, rgba(255, 223, 154, .58) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(255, 255, 255, .22) 0 1px, transparent 1.7px),
    linear-gradient(115deg, transparent 0 44%, rgba(255, 214, 129, .1) 48%, transparent 55% 100%);
  background-position: 0 0, 42px 38px, center;
  background-size: 120px 120px, 170px 170px, 100% 100%;
  opacity: .75;
  animation: heroDust 26s linear infinite;
}

.hero-content {
  z-index: 1;
}

.hero-content::before {
  content: "";
  position: absolute;
  width: min(42vw, 440px);
  aspect-ratio: 1;
  right: min(-18vw, -130px);
  top: 18px;
  border: 1px solid rgba(255, 214, 129, .18);
  border-radius: 50%;
  background:
    conic-gradient(from 180deg, transparent 0 16%, rgba(255, 214, 129, .26) 22%, transparent 28% 64%, rgba(143, 31, 61, .2) 70%, transparent 78% 100%),
    radial-gradient(circle, transparent 58%, rgba(255, 214, 129, .12) 59% 60%, transparent 61%);
  opacity: .48;
  animation: haloTurn 18s linear infinite;
  pointer-events: none;
}

.hero-content > * {
  animation: heroRise .85s cubic-bezier(.2, .7, .2, 1) both;
}

.hero-copy {
  animation-delay: .12s;
}

.hero-badges {
  animation-delay: .2s;
}

.countdown {
  animation-delay: .3s;
}

.hero-badge,
.count-item {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.count-item {
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
}

.count-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(255, 214, 129, .16), transparent);
  transform: translateX(-120%);
  animation: softShine 6s ease-in-out infinite;
}

.count-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 214, 129, .52);
}

/* Fotos y tarjetas */
.lineup-poster,
.artist-card,
.hotel-photo,
.ticket,
.contact-card {
  will-change: transform;
}

.lineup-poster {
  transform: rotate(-1.2deg);
  transition: transform .45s cubic-bezier(.2, .7, .2, 1), box-shadow .45s ease, border-color .45s ease;
}

.lineup-poster:hover {
  transform: rotate(0deg) translateY(-7px);
  border-color: rgba(255, 214, 129, .72);
  box-shadow: 0 30px 95px rgba(0, 0, 0, .6), 0 0 38px rgba(215, 154, 50, .16);
}

.lineup-poster img,
.artist-photo img,
.hotel-photo img {
  transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .7s ease;
}

.lineup-poster:hover img {
  transform: scale(1.025);
  filter: saturate(1.06) contrast(1.04);
}

.artist-card {
  position: relative;
  transition: opacity .65s ease, transform .35s cubic-bezier(.2, .7, .2, 1), border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.artist-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 214, 129, .56);
  background: linear-gradient(180deg, rgba(255, 214, 129, .09), rgba(255, 255, 255, .035));
  box-shadow: 0 24px 58px rgba(0, 0, 0, .35), 0 0 28px rgba(215, 154, 50, .13);
}

.artist-photo {
  background:
    radial-gradient(ellipse at 50% 7%, rgba(255, 214, 129, .34), transparent 42%),
    linear-gradient(135deg, rgba(143, 31, 61, .22), transparent 38%),
    #17130c;
}

.artist-photo span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.artist-card:hover .artist-photo img {
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.08);
}

.hotel-photo {
  transition: transform .34s cubic-bezier(.2, .7, .2, 1), border-color .3s ease, box-shadow .3s ease;
}

.hotel-photo:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 214, 129, .58);
  box-shadow: 0 24px 62px rgba(0, 0, 0, .38), 0 0 28px rgba(215, 154, 50, .11);
}

.hotel-photo:hover img {
  transform: scale(1.075);
  filter: saturate(1.08) contrast(1.08);
}

.ticket,
.contact-card,
.schedule-row,
details {
  transition: opacity .65s ease, transform .32s cubic-bezier(.2, .7, .2, 1), border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.ticket:hover,
.contact-card:hover,
details:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 214, 129, .48);
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}

.schedule-row:hover {
  transform: translateX(8px);
  border-bottom-color: rgba(255, 214, 129, .42);
}

/* Animación al aparecer */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.modal.active {
  animation: modalFade .22s ease both;
}

.modal.active img {
  animation: modalZoom .28s cubic-bezier(.2, .7, .2, 1) both;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroLights {
  from {
    background-position: center, 0% 50%, 100% 50%, 20% 50%;
  }

  to {
    background-position: center, 100% 50%, 0% 50%, 90% 50%;
  }
}

@keyframes heroDust {
  to {
    background-position: 120px 120px, -170px 170px, center;
  }
}

@keyframes haloTurn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes goldSweep {
  to {
    background-position: 220% center;
  }
}

@keyframes softShine {
  0%,
  58% {
    transform: translateX(-125%);
  }

  78%,
  100% {
    transform: translateX(125%);
  }
}

@keyframes modalFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalZoom {
  from {
    opacity: 0;
    transform: scale(.96) translateY(10px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media (max-width: 650px) {
  .hero {
    min-height: 520px;
    padding: 48px 0 42px;
  }

  .lineup-poster {
    transform: none;
  }

  .schedule-row:hover,
  .ticket:hover,
  .contact-card:hover,
  details:hover,
  .hotel-photo:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}