:root {
  color-scheme: dark;
  --black: #050505;
  --charcoal: #151515;
  --white: #f7f2e8;
  --muted: #c8c0b5;
  --red: #ef2a24;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family:
    Arial Black, Impact, Helvetica Neue, Arial, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

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

.page {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  padding: 28px;
  background: var(--black);
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__media {
  z-index: -2;
  overflow: hidden;
}

.hero__media video,
.story__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-slot {
  background:
    linear-gradient(135deg, rgba(239, 42, 36, 0.22), rgba(5, 5, 5, 0) 42%),
    repeating-linear-gradient(
      135deg,
      rgba(247, 242, 232, 0.055) 0,
      rgba(247, 242, 232, 0.055) 1px,
      transparent 1px,
      transparent 14px
    ),
    var(--black);
}

.visual-slot.is-static-media {
  background-position: center;
  background-size: cover;
}

.hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.34)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0.1) 58%);
}

.hero__content {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 82px 0 46px;
}

.kicker,
.eyebrow,
.fact__label {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 980px;
  margin-bottom: 14px;
  color: var(--white);
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 8px 8px 0 var(--red);
  overflow-wrap: break-word;
}

.hero__date {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--white);
  font-size: clamp(1.45rem, 3vw, 2.55rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero__line {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--white);
  font-family: Helvetica Neue, Arial, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

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

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--white);
  border-radius: 0;
  padding: 0 22px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 var(--red);
}

.button--primary {
  background: var(--red);
}

.button--ghost,
.button--dark {
  background: rgba(5, 5, 5, 0.78);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 2px solid var(--white);
}

.proof-strip article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 2px solid var(--white);
  padding: 34px;
  background: var(--charcoal);
  color: var(--white);
}

.proof-strip article:nth-child(2) {
  background: var(--white);
  color: var(--black);
}

.proof-strip article:last-child {
  border-right: 0;
  background: var(--red);
}

.proof-strip p {
  margin-bottom: 10px;
  color: currentColor;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  opacity: 0.72;
}

.proof-strip strong {
  font-size: clamp(2.65rem, 4.2vw, 4.2rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: normal;
}

.proof-strip span {
  margin-top: 12px;
  color: currentColor;
  font-family: Helvetica Neue, Arial, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  opacity: 0.78;
}

.lineup {
  overflow: hidden;
  border-bottom: 2px solid var(--white);
  background: var(--black);
  color: var(--white);
  white-space: nowrap;
}

.lineup__track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 18px 0;
  animation: lineup-loop 26s linear infinite;
}

.lineup span {
  flex: 0 0 auto;
  padding-left: 34px;
  font-size: clamp(1.15rem, 3vw, 2.1rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.lineup span::after {
  content: "/";
  margin-left: 34px;
  color: var(--red);
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 620px;
  border-bottom: 2px solid var(--white);
}

.story:has(.story__media.is-empty) {
  grid-template-columns: 1fr;
  min-height: 0;
}

.story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
  background: var(--white);
  color: var(--black);
}

.story__copy .eyebrow {
  color: var(--black);
}

.story__copy h2,
.tickets h2,
.final h2 {
  margin-bottom: 18px;
  font-size: 4.7rem;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.story__copy p:not(.eyebrow),
.tickets,
.final {
  font-family: Helvetica Neue, Arial, ui-sans-serif, system-ui, sans-serif;
}

.story__copy p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 0;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.28;
}

.story__media {
  min-height: 620px;
  background: var(--black);
}

.story__media.is-empty {
  display: none;
}

.highlights {
  border-bottom: 2px solid var(--white);
  padding: 64px 56px;
  background: var(--charcoal);
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: rgba(247, 242, 232, 0.32);
}

.highlight-grid article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: var(--black);
}

.highlight-grid h2,
.ticket-section h2,
.logistics h2,
.faq h2 {
  margin-bottom: 12px;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.highlight-grid p,
.ticket-section p,
.logistics p,
.faq p {
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.28;
}

.poster-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 430px));
  align-items: center;
  justify-items: center;
  justify-content: center;
  gap: 24px;
  border-bottom: 2px solid var(--white);
  padding: 58px 32px;
  background: var(--black);
}

.poster-visual img {
  width: 100%;
  height: auto;
  border: 2px solid rgba(247, 242, 232, 0.34);
}

.poster-showcase__clip {
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 2px solid rgba(247, 242, 232, 0.28);
  background: var(--charcoal);
}

.poster-showcase__clip video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buy-push {
  border-bottom: 2px solid var(--white);
  padding: 64px 56px;
  background:
    linear-gradient(90deg, rgba(239, 42, 36, 0.26), transparent 50%),
    var(--black);
  color: var(--white);
}

.buy-push h2 {
  max-width: 1040px;
  margin-bottom: 0;
  font-size: 5.1rem;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.buy-push__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ticket-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(560px, 1.18fr);
  gap: 42px;
  align-items: stretch;
  border-bottom: 2px solid var(--white);
  padding: 64px 56px;
  background: var(--white);
  color: var(--black);
}

.ticket-section .eyebrow {
  color: var(--black);
}

.ticket-section__copy p {
  max-width: 560px;
}

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

.ticket-card,
.reservation-card {
  border: 2px solid var(--black);
  padding: 22px;
  background: var(--black);
  color: var(--white);
}

.ticket-card,
.reservation-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ticket-card {
  box-shadow: 8px 8px 0 var(--red);
}

.ticket-card h3,
.reservation-card h3 {
  margin: 0 0 10px;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.reservation-card h3 {
  font-size: clamp(1.9rem, 2.45vw, 2.65rem);
  overflow-wrap: break-word;
}

.ticket-card__status,
.ticket-card__note {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.ticket-card__price {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(3rem, 6vw, 5.1rem);
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.ticket-card__main {
  margin-bottom: 22px;
}

.ticket-card__copy {
  color: var(--muted);
}

.reservation-card__intro {
  margin: 0;
  color: var(--white);
  font-family: Helvetica Neue, Arial, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.table-prices {
  display: grid;
  gap: 0;
  margin: 14px 0 22px;
  font-family: Helvetica Neue, Arial, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  line-height: 1.32;
}

.table-prices__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  border-top: 2px solid rgba(247, 242, 232, 0.55);
  padding: 12px 0;
}

.table-prices__label {
  display: grid;
  gap: 2px;
}

.table-prices__label small {
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.table-prices strong {
  color: var(--white);
  white-space: nowrap;
}

.reservation-card {
  background: var(--red);
}

.reservation-card p + p {
  margin-top: 10px;
}

.logistics,
.faq {
  border-bottom: 2px solid var(--white);
  padding: 64px 56px;
  background: var(--black);
  color: var(--white);
}

.logistics-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2px;
  background: rgba(247, 242, 232, 0.32);
}

.logistics-grid article {
  min-height: 190px;
  padding: 24px;
  background: var(--charcoal);
}

.logistics-grid h2 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.logistics-list {
  display: grid;
  border-top: 2px solid rgba(247, 242, 232, 0.45);
}

.logistics-list div {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr);
  gap: 22px;
  border-bottom: 2px solid rgba(247, 242, 232, 0.45);
  padding: 18px 0;
}

.logistics-list span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.logistics-list strong {
  color: var(--white);
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.faq h2 {
  max-width: 920px;
}

.faq details {
  border-top: 2px solid rgba(247, 242, 232, 0.4);
  padding: 18px 0;
}

.faq details:last-child {
  border-bottom: 2px solid rgba(247, 242, 232, 0.4);
}

.faq summary {
  cursor: pointer;
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.faq summary:focus-visible,
.button:focus-visible,
.sticky-buy a:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 4px;
}

.faq details p {
  max-width: 740px;
  margin-top: 12px;
  color: var(--muted);
}

.faq__call {
  width: fit-content;
  margin-top: 16px;
  box-shadow: 4px 4px 0 var(--red);
}

.tickets,
.final {
  padding: 64px 56px;
}

.tickets {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 2px solid var(--white);
  background: var(--red);
  color: var(--white);
}

.tickets h2 {
  max-width: 860px;
}

.final {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 2px solid var(--white);
  background:
    linear-gradient(90deg, rgba(239, 42, 36, 0.24), transparent 62%),
    var(--black);
  color: var(--white);
}

.final h2 {
  margin-bottom: 0;
  text-shadow: 6px 6px 0 var(--red);
}

.sticky-buy {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 30;
  display: none;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 8px;
  transform: translateY(120%);
  transition: transform 180ms ease;
}

.sticky-buy span,
.sticky-buy a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--white);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.sticky-buy span {
  background: rgba(5, 5, 5, 0.92);
}

.sticky-buy a {
  background: var(--red);
}

@keyframes lineup-loop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lineup__track {
    animation: none;
  }
}

@media (max-width: 1120px) {
  .ticket-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1420px) {
  .poster-visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: 88svh;
    padding: 18px;
  }

  .hero__content {
    padding: 74px 0 34px;
  }

  .hero h1 {
    font-size: 5.2rem;
  }

  .hero__line {
    font-size: 1.16rem;
  }

  .proof-strip,
  .story {
    grid-template-columns: 1fr;
  }

  .proof-strip article {
    min-height: 230px;
    border-right: 0;
  }

  .story__copy {
    padding: 42px 22px;
  }

  .story__media {
    min-height: 420px;
  }

  .story__copy h2,
  .buy-push h2,
  .ticket-section h2,
  .tickets h2,
  .final h2 {
    font-size: 3.35rem;
  }

  .tickets {
    display: block;
    padding: 46px 22px;
  }

  .highlights,
  .buy-push,
  .ticket-section,
  .logistics,
  .faq,
  .final {
    padding: 46px 22px;
  }

  .highlight-grid,
  .logistics-grid {
    grid-template-columns: 1fr;
  }

  .poster-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 42px 22px;
  }

  .poster-visual img {
    grid-column: 1 / -1;
    order: -1;
    width: min(460px, 100%);
  }

  .poster-showcase__clip {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 720px) {
  .ticket-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.has-sticky-buy {
    padding-bottom: 72px;
  }

  .hero {
    min-height: 86svh;
  }

  .hero__shade {
    background:
      linear-gradient(0deg, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.34)),
      linear-gradient(90deg, rgba(5, 5, 5, 0.7), rgba(5, 5, 5, 0.2));
  }

  .hero h1 {
    font-size: 3.95rem;
    text-shadow: 5px 5px 0 var(--red);
  }

  .hero__date {
    font-size: 1.24rem;
  }

  .hero__actions,
  .ticket-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .fact h2 {
    font-size: 3.15rem;
  }

  .story__copy h2,
  .buy-push h2,
  .ticket-section h2,
  .tickets h2,
  .final h2 {
    font-size: 2.55rem;
  }

  .proof-strip strong {
    font-size: 3rem;
  }

  .ticket-card,
  .reservation-card {
    min-height: 300px;
  }

  .poster-visual {
    gap: 12px;
    padding: 28px 14px;
  }

  .table-prices__row,
  .logistics-list div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .highlight-grid article,
  .logistics-grid article {
    min-height: 180px;
  }

  .sticky-buy {
    display: grid;
  }

  body.show-sticky-buy .sticky-buy {
    transform: translateY(0);
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 3.35rem;
  }

  .story__copy h2,
  .buy-push h2,
  .ticket-section h2,
  .tickets h2,
  .final h2 {
    font-size: 2.2rem;
  }
}
