:root {
  color-scheme: dark;
  --ink: #fff8ec;
  --muted: rgba(255, 248, 236, 0.76);
  --bg: #0f0807;
  --panel: #19100d;
  --panel-2: #24110c;
  --hot: #e52b64;
  --yellow: #ffdc3f;
  --lime: #c6de2d;
  --line: rgba(255, 248, 236, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

a {
  color: inherit;
}

.page {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  padding: clamp(24px, 5vw, 56px);
  background: var(--bg);
}

.hero__media {
  position: absolute;
  inset: 0;
  opacity: 0.84;
}

.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  display: block;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 8, 7, 0.78), rgba(15, 8, 7, 0.08) 58%, rgba(15, 8, 7, 0.62)),
    linear-gradient(0deg, rgba(15, 8, 7, 1), rgba(15, 8, 7, 0.04) 45%);
}

.hero__content {
  position: relative;
  max-width: 780px;
  padding-bottom: min(8vh, 84px);
}

.kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 10px;
  font-size: clamp(68px, 12vw, 150px);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  color: var(--yellow);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
  letter-spacing: 0;
}

.date {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(24px, 5vw, 52px);
  font-weight: 900;
}

.line {
  max-width: 570px;
  color: var(--muted);
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.18;
}

.hero__actions,
.closing-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 54px;
  min-width: 156px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 22px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.button--primary {
  background: var(--hot);
  color: #fff;
  box-shadow: 0 18px 40px rgba(229, 43, 100, 0.34);
}

.button--ghost {
  border: 1px solid var(--line);
  background: rgba(255, 248, 236, 0.1);
  backdrop-filter: blur(12px);
}

.ticker {
  overflow: hidden;
  border-block: 1px solid rgba(255, 220, 63, 0.36);
  background: #130707;
  color: var(--yellow);
  white-space: nowrap;
  text-transform: uppercase;
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 900;
}

.ticker__track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 14px 0;
  animation: ticker-loop 18s linear infinite;
}

.ticker span {
  padding-left: 34px;
}

.info,
.ticket-types {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 72px) 0;
}

.info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(18px, 2.2vw, 28px);
}

.info__block,
.ticket-type-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(229, 43, 100, 0.12), rgba(255, 248, 236, 0.04)),
    var(--panel);
  padding: clamp(28px, 3.2vw, 42px);
}

.info__block--hot {
  background:
    linear-gradient(145deg, rgba(229, 43, 100, 0.22), rgba(255, 220, 63, 0.08)),
    var(--panel-2);
}

.info h2 {
  margin-bottom: 20px;
  font-size: clamp(38px, 4.4vw, 60px);
  line-height: 0.96;
}

.info p,
.ticket-type-grid p {
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.42;
}

.info strong {
  color: var(--ink);
}

.info ul {
  margin: 0 0 28px;
  padding-left: 20px;
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.5;
}

.single-video {
  width: min(780px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 clamp(56px, 8vw, 112px);
}

.single-video video {
  width: 100%;
  max-height: 86svh;
  display: block;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.ticket-types {
  padding-top: 0;
}

.ticket-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
}

.single-video--closing {
  padding-bottom: clamp(60px, 9vw, 120px);
}

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

@keyframes ticker-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 860px) {
  .info,
  .ticket-type-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 92svh;
    padding: 22px;
  }

  .hero__shade {
    background:
      linear-gradient(0deg, rgba(15, 8, 7, 1), rgba(15, 8, 7, 0.08) 62%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.02));
  }

  .hero__content {
    padding-bottom: 4vh;
  }

  h1 {
    font-size: clamp(58px, 18vw, 92px);
  }

  .line {
    font-size: 19px;
  }

  .button {
    width: 100%;
  }

  .ticker__track {
    animation-duration: 12s;
  }

  .info,
  .ticket-types,
  .single-video {
    width: min(100% - 28px, 760px);
  }
}
