:root {
  --bg: #090909;
  --w: #fefffc;
  --lime: #d0ff00;
  --violet: #8116e0;
  --line: rgba(255, 255, 255, 0.14);
  --page: min(1320px, calc(100vw - 40px));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--bg);
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--w);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
video {
  display: block;
  width: 100%;
}
button {
  font: inherit;
}
.nav {
  position: fixed;
  z-index: 20;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: var(--page);
  height: 58px;
  padding: 0 14px 0 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(8, 8, 8, 0.73);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(18px);
}
.logo {
  display: flex;
  align-items: center;
  width: 92px;
  height: 28px;
  flex: 0 0 92px;
  overflow: hidden;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
.logo img {
  display: block;
  width: 92px;
  height: auto;
  max-height: 28px;
  object-fit: contain;
  object-position: left center;
  transform: none !important;
  animation: none !important;
  transition: none !important;
  pointer-events: none;
  user-select: none;
}
.nav nav {
  display: flex;
  gap: 28px;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.7);
}
.buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lime);
  color: #050505;
  border-radius: 999px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  min-height: 52px;
  padding: 0 22px;
}
.buy.small {
  justify-self: end;
  min-height: 42px;
}
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.15) contrast(1.08) brightness(0.62);
  transform: scale(1.04);
}
.scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 3, 7, 0.86), rgba(6, 5, 8, 0.61) 43%, rgba(7, 6, 7, 0.34) 72%, rgba(5, 5, 5, 0.55)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.55));
}
.hero-grid {
  position: relative;
  z-index: 2;
  width: var(--page);
  min-height: 100svh;
  margin: auto;
  padding: 105px 0 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: clamp(42px, 6vw, 90px);
  align-items: center;
}
.eyebrow,
.kicker {
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--lime);
}
h1,
h2,
p {
  margin-top: 0;
}
h1 {
  margin-bottom: 0;
  line-height: 0.79;
  letter-spacing: -0.065em;
}
h1 span,
h1 strong {
  display: block;
  text-transform: uppercase;
  font-weight: 1000;
}
h1 span {
  font-size: clamp(5rem, 8.3vw, 9.2rem);
}
h1 strong {
  font-size: clamp(4rem, 7.1vw, 7.8rem);
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.95);
  margin-top: 10px;
}
.lead {
  max-width: 520px;
  margin: 30px 0 0;
  font-size: clamp(1.02rem, 1.4vw, 1.28rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}
.actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
}
.link {
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.promo-wrap {
  position: relative;
  filter: drop-shadow(0 34px 90px rgba(0, 0, 0, 0.55));
}
.promo-wrap:before {
  content: "";
  position: absolute;
  inset: -16px -16px -18px 10px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 34px;
  transform: rotate(1.8deg);
}
.promo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9/15.4;
  max-height: calc(100svh - 132px);
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: #0b0810;
}
.promo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), transparent 60%, rgba(0, 0, 0, 0.42));
  pointer-events: none;
}
#sound {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  background: rgba(10, 8, 13, 0.62);
  color: white;
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  backdrop-filter: blur(12px);
  cursor: pointer;
}
.meta {
  position: absolute;
  z-index: 3;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.07em;
}
.ticker {
  overflow: hidden;
  background: var(--lime);
  color: #050505;
  border-block: 1px solid var(--line);
  transform: rotate(-1deg) scale(1.02);
}
.ticker div {
  width: max-content;
  padding: 13px 0;
  font-size: 0.9rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  animation: marquee 25s linear infinite;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.section {
  width: var(--page);
  margin: auto;
  padding: 110px 0;
}
.section h2,
.countdown h2,
.final h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}
.section p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}
.muted {
  color: rgba(255, 255, 255, 0.46) !important;
}
.intro,
.code,
.faq {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8vw;
  align-items: end;
}
.stage {
  position: relative;
  width: min(1520px, calc(100vw - 18px));
  height: 74vh;
  margin: auto;
  border-radius: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111;
}
.stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stage:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.52));
}
.stage-label {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.code {
  align-items: center;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.chips span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
}
.palette {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 36px;
  display: grid;
  gap: 8px;
  transform: rotate(1.2deg);
}
.palette div {
  min-height: 130px;
  padding: 24px 28px;
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 950;
}
.palette b {
  font-size: 0.75rem;
  opacity: 0.62;
}
.white {
  background: #fefffc;
  color: #111;
}
.lime {
  background: var(--lime);
  color: #111;
}
.violet {
  background: var(--violet);
}
.tickets-head {
  display: grid;
  grid-template-columns: 1fr 0.45fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}
.tickets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 12px;
}
.tickets article {
  min-height: 350px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  display: flex;
  flex-direction: column;
}
.tickets article.featured {
  background: var(--lime);
  color: #080808;
  transform: rotate(-1deg);
}
.tickets small {
  font-weight: 950;
  letter-spacing: 0.08em;
}
.tickets strong {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  letter-spacing: -0.07em;
  margin-top: 52px;
}
.tickets p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
}
.tickets .featured p {
  color: rgba(0, 0, 0, 0.6);
}
.tickets a {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  font-weight: 950;
}
.tickets .featured a {
  border-top-color: rgba(0, 0, 0, 0.15);
}
.tickets article.soldout {
  opacity: 0.42;
}
.tickets .soldout strong {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}
.tickets .soldout-tag {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.countdown {
  width: min(1520px, calc(100vw - 18px));
  min-height: 560px;
  margin: 10px auto 0;
  padding: clamp(38px, 6vw, 80px);
  border-radius: 42px;
  background: var(--violet);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: end;
}
.countdown .kicker {
  color: #fff;
}
.clock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 30px;
}
.clock div {
  display: flex;
  flex-direction: column;
}
.clock b {
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: -0.07em;
}
.clock span {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  opacity: 0.65;
}
.gallery {
  width: 100%;
  padding: 110px 0 40px;
  display: flex;
  gap: 16px;
  overflow: hidden;
  transform: rotate(-2deg);
}
.gallery div {
  flex: 0 0 min(32vw, 470px);
  aspect-ratio: 4/5;
  border-radius: 30px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 72% 18%, rgba(208, 255, 0, 0.7), transparent 24%),
    radial-gradient(circle at 20% 34%, rgba(129, 22, 224, 0.8), transparent 34%), #101010;
}
.gallery div:nth-child(2) {
  background:
    radial-gradient(circle at 20% 20%, rgba(129, 22, 224, 0.9), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(208, 255, 0, 0.65), transparent 30%), #090909;
}
.gallery div:nth-child(3) {
  background: linear-gradient(135deg, var(--lime), var(--violet) 52%, #090909);
}
.gallery div:nth-child(4) {
  background: linear-gradient(180deg, var(--violet), #111 70%);
}
.gallery small {
  font-weight: 900;
  letter-spacing: 0.12em;
}
.gallery b {
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin-top: 10px;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.info-grid div {
  min-height: 150px;
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-grid span {
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 900;
}
.faq {
  align-items: start;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 900;
}
.faq details p {
  font-size: 0.95rem;
  margin: 12px 0 0;
}
.final {
  width: min(1520px, calc(100vw - 18px));
  min-height: 650px;
  margin: 20px auto 0;
  border-radius: 42px;
  background: #fefefb;
  color: #090909;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 24px;
}
.final .eyebrow {
  color: #8116e0;
}
.final .buy {
  margin-top: 30px;
}
.final h2 {
  font-size: clamp(4rem, 9vw, 9rem);
}
footer {
  width: var(--page);
  margin: auto;
  padding: 38px 0 90px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}
.mobile {
  display: none;
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr minmax(270px, 330px);
    gap: 34px;
  }
  .intro,
  .code,
  .faq,
  .countdown {
    grid-template-columns: 1fr;
  }
  .tickets {
    grid-template-columns: repeat(2, 1fr);
  }
  /* con un número impar de etapas, la última ocupa todo el ancho */
  .tickets article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
  .tickets strong {
    font-size: 2.7rem;
  }
  .tickets-head {
    grid-template-columns: 1fr;
  }
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  :root {
    --page: calc(100vw - 24px);
  }
  .nav nav {
    display: none;
  }
  .nav {
    grid-template-columns: 1fr auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 112px 0 82px;
  }
  .hero {
    min-height: auto;
  }
  h1 span {
    font-size: clamp(4.5rem, 18vw, 7rem);
  }
  h1 strong {
    font-size: clamp(3.25rem, 13.8vw, 5.4rem);
    -webkit-text-stroke-width: 1.5px;
  }
  .promo-wrap {
    width: min(90vw, 360px);
    justify-self: center;
  }
  .promo {
    min-height: 0;
    max-height: none;
  }
  .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .tickets {
    grid-template-columns: 1fr;
  }
  .countdown {
    min-height: 560px;
    border-radius: 28px;
    padding: 34px 20px;
  }
  .gallery div {
    flex-basis: 72vw;
  }
  .info-grid {
    grid-template-columns: 1fr;
  }
  .stage {
    height: 68svh;
    border-radius: 26px;
  }
  .section {
    padding: 82px 0;
  }
  .final {
    min-height: 590px;
    border-radius: 28px;
  }
  footer {
    flex-direction: column;
    gap: 12px;
    padding-bottom: 110px;
  }
  .mobile {
    display: flex;
    position: fixed;
    z-index: 30;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 58px;
    background: var(--lime);
    color: #050505;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    font-weight: 1000;
  }
  .nav .small {
    display: none;
  }
}


/* Mobile hero type correction: keep HALLOWEEN readable and separated */
@media(max-width:760px){
  h1{
    line-height:1;
    letter-spacing:-.035em;
    overflow:visible;
  }
  h1 span{
    font-size:clamp(4.35rem,18vw,6.25rem);
    line-height:.88;
    letter-spacing:-.045em;
  }
  h1 strong{
    display:block;
    width:100%;
    max-width:100%;
    font-size:clamp(2.55rem,12.8vw,4.25rem);
    line-height:1.02;
    letter-spacing:-.03em;
    margin-top:14px;
    white-space:nowrap;
    -webkit-text-stroke:1.1px rgba(255,255,255,.96);
    paint-order:stroke fill;
    overflow:visible;
  }
}
@media(max-width:390px){
  h1 strong{
    font-size:12.2vw;
    letter-spacing:-.025em;
    -webkit-text-stroke:1px rgba(255,255,255,.96);
  }
}