:root {
  --ink: #f8f1e7;
  --muted: #b4aca6;
  --smoke: rgba(248, 241, 231, 0.68);
  --asphalt: #060607;
  --charcoal: rgba(8, 8, 9, 0.76);
  --ember: #ff3b18;
  --acid: #caff28;
  --cyan: #00f5ff;
  --line: rgba(248, 241, 231, 0.22);
  --glass: rgba(255, 255, 255, 0.075);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--asphalt);
  font-family: "Barlow", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

::selection {
  color: var(--asphalt);
  background: var(--acid);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(255, 59, 24, 0.32),
      transparent 28rem
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.04),
      rgba(0, 0, 0, 0.38) 64%,
      rgba(0, 0, 0, 0.66)
    );
}

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

.video-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #020203;
}

.show-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.22) contrast(1.12) brightness(0.68);
  transform: scale(1.02);
}

.color-wash,
.noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.color-wash {
  mix-blend-mode: screen;
  opacity: 0.68;
  background:
    radial-gradient(
      circle at 17% 14%,
      rgba(0, 245, 255, 0.2),
      transparent 24rem
    ),
    radial-gradient(
      circle at 78% 82%,
      rgba(255, 59, 24, 0.3),
      transparent 30rem
    ),
    linear-gradient(
      90deg,
      rgba(1, 1, 1, 0.38),
      transparent 35%,
      rgba(1, 1, 1, 0.32)
    );
}

.noise {
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size:
    3px 3px,
    5px 5px;
}

.section-frame {
  position: relative;
  isolation: isolate;
}

.section-frame::after {
  position: absolute;
  right: clamp(16px, 4vw, 52px);
  bottom: 0;
  left: clamp(16px, 4vw, 52px);
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

main,
.footer {
  position: relative;
  z-index: 2;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(18px, 3vw, 38px);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: auto -10vw -36svh -10vw;
  z-index: -1;
  height: 64svh;
  content: "";
  filter: blur(28px);
  animation: pulseGlow 4.5s ease-in-out infinite alternate;
}

.hero::after {
  right: 0;
  left: 0;
  height: 34svh;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08) 0 1px,
      transparent 1px 13vw
    );
}

.nav-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, var(--max));
  margin: 0 auto;
  color: rgba(248, 241, 231, 0.78);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 1.28rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-strip span {
  text-shadow: 0 0 18px rgba(0, 245, 255, 0.38);
}

.hero-content {
  align-self: center;
  justify-self: center;
  width: min(100%, 980px);
  margin: 0 auto;
  padding-block: clamp(50px, 12svh, 150px);
  text-align: center;
}

.kicker,
.section-marker,
.ticket-tier {
  margin: 0;
  color: var(--acid);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 1.16rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-family: "Anton", "Impact", sans-serif;
  font-size: 8.4rem;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 2px rgba(248, 241, 231, 0.8),
    0 0 30px rgba(255, 59, 24, 0.64),
    0 20px 80px rgba(0, 0, 0, 0.84);
}

h1 span:last-child {
  color: transparent;
  -webkit-text-stroke: clamp(1px, 0.22vw, 3px) var(--ink);
  text-shadow:
    0 0 26px rgba(0, 245, 255, 0.64),
    0 18px 70px rgba(0, 0, 0, 0.82);
  transform: translateX(0);
}

.event-meta {
  max-width: 900px;
  margin: clamp(22px, 4vw, 36px) auto 0;
  color: var(--ink);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 2.8rem;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

.cta-primary,
.ticket-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 0;
  color: #100f0f;
  background: var(--acid);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow:
    7px 7px 0 var(--ember),
    0 0 34px rgba(202, 255, 40, 0.34);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.cta-primary {
  margin-top: clamp(28px, 5vw, 46px);
  padding: 0 26px;
}

.cta-primary:hover,
.ticket-card a:hover {
  background: var(--ink);
  box-shadow:
    3px 3px 0 var(--ember),
    0 0 42px rgba(255, 255, 255, 0.34);
  transform: translate(4px, 4px);
}

.scroll-cue {
  justify-self: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(248, 241, 231, 0.76);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.scroll-cue span {
  color: var(--ember);
  font-size: 1.9rem;
  animation: drop 1.2s ease-in-out infinite;
}

.section-inner {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: clamp(84px, 13vw, 160px) 0;
}

.section-inner.narrow {
  max-width: 860px;
  text-align: center;
}

.night {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(6, 6, 7, 0.46)),
    radial-gradient(circle at 50% 100%, rgba(255, 59, 24, 0.2), transparent 46%);
}

.night h2,
.section-heading h2,
.venue h2,
.faq h2 {
  margin: 8px 0 0;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 6.8rem;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  margin: clamp(24px, 4vw, 42px) auto 0;
  color: var(--smoke);
  font-size: 1.42rem;
  line-height: 1.45;
}

.line {
  margin: 30px 0 0;
  color: var(--ember);
  font-size: 1.42rem;
  font-style: italic;
  font-weight: 500;
}

.schedule,
.tickets {
  background: linear-gradient(180deg, rgba(6, 6, 7, 0.46), rgba(2, 2, 3, 0.64));
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: clamp(32px, 6vw, 64px);
}

.section-heading h2 {
  max-width: 720px;
  text-align: right;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline li {
  position: relative;
  min-height: 220px;
  padding: 34px 22px;
  border-right: 1px solid var(--line);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.015)
  );
}

.timeline li:first-child {
  border-left: 1px solid var(--line);
}

.timeline li::before {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid rgba(202, 255, 40, 0.55);
  border-radius: 999px;
  color: var(--acid);
  content: "◷";
  font-size: 1rem;
  box-shadow: 0 0 20px rgba(202, 255, 40, 0.18);
}

.timeline time {
  display: block;
  margin-bottom: 16px;
  color: var(--ember);
  font-family: "Anton", "Impact", sans-serif;
  font-size: 3.4rem;
  line-height: 0.9;
}

.timeline span {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.32;
}

.venue {
  background:
    linear-gradient(115deg, rgba(255, 59, 24, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(3, 3, 4, 0.38), rgba(3, 3, 4, 0.62));
}

.venue::before {
  position: absolute;
  top: 16%;
  right: -4rem;
  z-index: -1;
  color: rgba(248, 241, 231, 0.07);
  content: "ÁUDIO";
  font-family: "Anton", "Impact", sans-serif;
  font-size: 12rem;
  line-height: 0.8;
  text-transform: uppercase;
}

.venue-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.56fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: end;
}

.venue-copy {
  max-width: 760px;
}

.venue p:not(.section-marker),
.faq p {
  color: var(--smoke);
  font-size: 1.18rem;
  line-height: 1.55;
}

address {
  margin: 34px 0 22px;
  color: var(--ink);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 2.28rem;
  font-style: normal;
  line-height: 0.95;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--acid);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.venue-facts {
  display: grid;
  gap: 1px;
  border-top: 1px solid rgba(202, 255, 40, 0.48);
  border-bottom: 1px solid rgba(202, 255, 40, 0.48);
}

.venue .venue-facts p {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(248, 241, 231, 0.18);
  color: var(--ink);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.venue .venue-facts p:last-child {
  border-bottom: 0;
}

.venue-facts span {
  color: var(--acid);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

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

.ticket-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.035)
    ),
    rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.ticket-card:hover {
  border-color: rgba(202, 255, 40, 0.58);
  background:
    linear-gradient(
      180deg,
      rgba(202, 255, 40, 0.1),
      rgba(255, 255, 255, 0.035)
    ),
    rgba(0, 0, 0, 0.46);
  transform: translateY(-6px);
}

.ticket-card.featured {
  border-color: rgba(255, 59, 24, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 59, 24, 0.2),
    0 0 58px rgba(255, 59, 24, 0.22);
}

.ticket-card h3 {
  margin: 18px 0;
  color: var(--ink);
  font-family: "Anton", "Impact", sans-serif;
  font-size: 5.4rem;
  line-height: 0.88;
  text-transform: uppercase;
}

.ticket-card p:not(.ticket-tier) {
  color: var(--smoke);
  font-size: 1.08rem;
  line-height: 1.44;
}

.ticket-card a {
  width: 100%;
  margin-top: auto;
  padding: 0 20px;
}

.ticket-note {
  max-width: 760px;
  margin: 30px 0 0;
  color: rgba(248, 241, 231, 0.58);
  font-size: 0.98rem;
  line-height: 1.45;
}

.faq {
  background: linear-gradient(180deg, rgba(2, 2, 3, 0.64), rgba(0, 0, 0, 0.78));
}

.accordion {
  margin-top: 42px;
  text-align: left;
  border-top: 1px solid var(--line);
}

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

summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 46px 24px 0;
  cursor: pointer;
  color: var(--ink);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  list-style: none;
}

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

summary::after {
  position: absolute;
  right: 0;
  color: var(--acid);
  content: "+";
  font-family: "Anton", "Impact", sans-serif;
  font-size: 1.7rem;
}

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

details p {
  margin: -6px 0 24px;
  padding-right: 42px;
}

.footer {
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: 54px 18px 70px;
  text-align: center;
  background: #020203;
}

.footer::after {
  display: none;
}

.footer-logo {
  margin: 0;
  font-family: "Anton", "Impact", sans-serif;
  font-size: 4.6rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  color: var(--acid);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 1.22rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer p:not(.footer-logo) {
  margin: 0;
  color: rgba(248, 241, 231, 0.52);
}

:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 5px;
}

@keyframes pulseGlow {
  from {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }

  to {
    transform: translateY(-4svh) scale(1.08);
    opacity: 1;
  }
}

@keyframes drop {
  50% {
    transform: translateY(6px);
  }
}

@media (max-width: 1180px) {
  h1 {
    font-size: 7.2rem;
  }

  .event-meta {
    font-size: 2.2rem;
  }
}

@media (max-width: 940px) {
  .nav-strip {
    font-size: 1.12rem;
  }

  h1 {
    font-size: 6.1rem;
  }

  .event-meta {
    font-size: 2rem;
  }

  .night h2,
  .section-heading h2,
  .venue h2,
  .faq h2 {
    font-size: 4.9rem;
  }

  .lead,
  .line {
    font-size: 1.22rem;
  }

  .section-heading,
  .venue-layout {
    display: block;
  }

  .section-heading h2 {
    margin-top: 10px;
    text-align: left;
  }

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

  .timeline li,
  .timeline li:first-child {
    min-height: 0;
    display: grid;
    grid-template-columns: 52px minmax(86px, 0.24fr) 1fr;
    gap: 16px;
    align-items: center;
    padding: 24px 0;
    border-right: 0;
    border-left: 0;
  }

  .timeline li::before {
    margin: 0;
  }

  .timeline time {
    margin: 0;
    font-size: 2rem;
  }

  .venue-facts {
    margin-top: 42px;
  }

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

  .ticket-card {
    min-height: 310px;
  }
}

@media (max-width: 680px) {
  .hero {
    padding: 16px;
  }

  .nav-strip {
    font-size: 0.94rem;
  }

  .nav-strip span:nth-child(2) {
    display: none;
  }

  h1 {
    font-size: 3.65rem;
  }

  h1 span:last-child {
    transform: translateX(0);
  }

  .event-meta {
    max-width: 17ch;
    font-size: 1.48rem;
  }

  .cta-primary {
    width: calc(100vw - 32px);
  }

  .section-inner {
    width: min(calc(100% - 32px), var(--max));
    padding: 78px 0;
  }

  .night h2,
  .section-heading h2,
  .venue h2,
  .faq h2 {
    font-size: 3.35rem;
  }

  .lead {
    font-size: 1.12rem;
  }

  .line,
  .venue p:not(.section-marker),
  .faq p {
    font-size: 1.08rem;
  }

  address {
    font-size: 1.72rem;
  }

  .timeline li,
  .timeline li:first-child {
    grid-template-columns: 42px 82px 1fr;
    gap: 12px;
  }

  .timeline time {
    font-size: 1.65rem;
  }

  .timeline span {
    font-size: 0.98rem;
  }

  .venue::before {
    right: -3rem;
    font-size: 6rem;
  }

  .venue .venue-facts p {
    font-size: 1.55rem;
  }

  .ticket-card h3 {
    font-size: 3.85rem;
  }

  .ticket-card {
    padding: 24px;
  }

  summary {
    padding-right: 36px;
    font-size: 1.58rem;
  }

  .footer-logo {
    font-size: 2.55rem;
  }
}

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