:root {
  --theme-font-body: "VT323", monospace;
  --theme-font-display: "Press Start 2P", monospace;
  --theme-font-hero: "VT323", monospace;
  --theme-text: #f4ead3;
  --theme-text-muted: rgba(244, 234, 211, 0.88);
  --theme-heading: #f7edd2;
  --theme-accent: #a88445;
  --theme-accent-strong: #c9ad6b;
  --theme-accent-contrast: #1f140d;
  --theme-link: #f4ead3;
  --theme-border: rgba(231, 215, 162, 0.24);
  --theme-panel: rgba(45, 30, 20, 0.92);
  --theme-panel-strong: rgba(22, 15, 11, 0.9);
  --theme-panel-soft: rgba(255, 249, 236, 0.06);
  --theme-overlay: rgba(8, 6, 5, 0.95);
  --theme-glow: 0 0 18px rgba(199, 169, 107, 0.38);
  --theme-glow-strong: 0 0 18px rgba(199, 169, 107, 0.55);
  --theme-shadow-lg:
    inset 0 1px 0 rgba(255, 247, 230, 0.08),
    0 22px 48px rgba(0, 0, 0, 0.36);
  --theme-shadow-md:
    inset 0 1px 0 rgba(255, 247, 230, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.3);
}

body {
  background:
    radial-gradient(circle at top, rgba(231, 215, 162, 0.14), transparent 32%),
    radial-gradient(circle at bottom right, rgba(110, 67, 28, 0.28), transparent 28%),
    linear-gradient(180deg, #140f0d 0%, #090706 48%, #050404 100%);
}

h1,
h2,
.shell-copy h1,
.shell-card--stack h1,
.form-panel h2,
.shell-aside h2,
.section-num-bg,
.mythic-section__title {
  font-family: var(--theme-font-display);
}

h1,
.shell-copy h1,
.shell-card--stack h1,
.mythic-section__title {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
  letter-spacing: normal;
}

h2,
.film-content h2 {
  text-shadow: 0 0 18px rgba(231, 215, 162, 0.24);
}

.cta {
  color: #f4ead3;
  text-transform: uppercase;
  letter-spacing: normal;
}

.cta:hover {
  color: #fff6df;
  text-shadow: 0 0 14px rgba(231, 215, 162, 0.5);
}

body {
  scroll-snap-type: none;
}

body.page-home.theme-8-bit {
  background: #0b0706;
}

.theme-8-bit .theme-logo {
  position: fixed;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 121;
  width: min(24vw, 240px);
  aspect-ratio: 4 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dcc183;
  text-decoration: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.theme-8-bit .theme-logo__text {
  font-family: var(--theme-font-display);
  font-size: clamp(0.9rem, 1.3vw, 1.15rem);
  letter-spacing: normal;
  text-transform: uppercase;
}

.theme-8-bit .topnav {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  justify-content: center;
  gap: 1.4rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  z-index: 140;
}

.theme-8-bit .menu-link {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: normal;
  font-size: 1.2rem;
  font-weight: 400;
  text-shadow: none;
  opacity: 0.8;
}

.theme-8-bit .menu-link.active,
.theme-8-bit .topnav-left .menu-link.active {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  border-bottom-color: transparent;
  font-weight: 700;
  opacity: 1;
  text-shadow:
    0 0 8px rgba(201, 173, 107, 0.65),
    0 0 18px rgba(168, 132, 69, 0.45);
}

.theme-8-bit .mythic-scene {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.theme-8-bit .mythic-scene__layer {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  transform: scale(1.22);
  transform-origin: center;
  will-change: transform;
}

.theme-8-bit .mythic-scene__layer--stage {
  opacity: 1;
  transition: none;
}

.theme-8-bit .mythic-story {
  position: relative;
  z-index: 1;
  padding: 9rem 0 20vh;
}

.theme-8-bit .mythic-story::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 11rem;
  pointer-events: none;
  z-index: 130;
  background:
    linear-gradient(
      to bottom,
      rgba(11, 7, 6, 1) 0%,
      rgba(11, 7, 6, 0.96) 34%,
      rgba(11, 7, 6, 0.72) 58%,
      rgba(11, 7, 6, 0.28) 82%,
      rgba(11, 7, 6, 0) 100%
    );
}

.theme-8-bit .mythic-story::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40vh;
  pointer-events: none;
  z-index: 130;
  background:
    linear-gradient(
      to top,
      rgba(11, 7, 6, 1) 0%,
      rgba(11, 7, 6, 0.4) 23%,
      rgba(11, 7, 6, 0.32) 82%,
      rgba(11, 7, 6, 0) 100%
    )
}

.theme-8-bit .mythic-section {
  width: 80%;
  max-width: 80%;
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 7rem 0 20vh;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scroll-margin-top: 9rem;
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}

.theme-8-bit .mythic-section__content {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 3.5rem 0 3rem;
  text-align: center;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.theme-8-bit .mythic-section__title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.7rem, 3.6vw, 2.8rem);
  line-height: 1;
  color: #f7edd2;
}

.theme-8-bit .mythic-section__text {
  margin: 0 auto;
  max-width: 54rem;
  color: #fff;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.7;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
}

.theme-8-bit .mythic-section__body + .mythic-section__body {
  margin-top: 1.25rem;
}

.theme-8-bit .mythic-section__text p {
  margin: 0 0 1rem;
  color: #fff;
}

.theme-8-bit .mythic-section__text strong {
  color: #f3d38a;
}

.theme-8-bit .section-num-bg {
  display: none;
}

.theme-8-bit .tickets-widget-layer {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  width: min(860px, calc(100% - 3rem));
  margin: 1.5rem auto 0;
}

.theme-8-bit .pricing-widget-loader {
  left: 50%;
}

.theme-8-bit .rotate-overlay,
.theme-8-bit #infobox-outer,
.theme-8-bit #info-icon,
.theme-8-bit #info-overlay {
  display: none !important;
}

.theme-8-bit .shell-card,
.theme-8-bit .form-panel,
.theme-8-bit .shell-aside {
  border: 1px solid rgba(231, 215, 162, 0.24);
  background: linear-gradient(180deg, rgba(45, 30, 20, 0.92), rgba(22, 15, 11, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 230, 0.08),
    0 22px 48px rgba(0, 0, 0, 0.36);
}

.theme-8-bit,
body.theme-8-bit,
body.page-home.theme-8-bit {
  scroll-snap-type: none !important;
}

.theme-8-bit .section-bg {
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}

.theme-8-bit .shell-lead,
.theme-8-bit .shell-highlights,
.theme-8-bit .shell-aside ul,
.theme-8-bit .form-panel label,
.theme-8-bit .site-footer {
  color: rgba(244, 234, 211, 0.88);
}

.theme-8-bit .form-panel input,
.theme-8-bit .form-panel select {
  border: 1px solid rgba(231, 215, 162, 0.2);
  background: rgba(255, 249, 236, 0.06);
  color: #fff7e8;
}

.theme-8-bit .form-panel input:focus,
.theme-8-bit .form-panel select:focus,
.theme-8-bit .cta:focus-visible {
  outline: 2px solid rgba(231, 215, 162, 0.55);
  outline-offset: 2px;
}

.theme-8-bit .form-panel button {
  background: linear-gradient(180deg, #efe1c0, #c7a96b);
  color: #1f140d;
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 230, 0.35),
    0 12px 24px rgba(0, 0, 0, 0.22);
}

.theme-8-bit .form-alert {
  border: 1px solid rgba(196, 114, 90, 0.5);
  background: rgba(92, 36, 25, 0.55);
  color: #ffe0d3;
}

.theme-8-bit .site-footer a,
.theme-8-bit .ticket-inline-link {
  color: #f3d38a;
}

@media (max-width: 1000px) {
  .theme-8-bit .theme-logo {
    width: 180px;
  }

  .theme-8-bit .topnav {
    left: 1rem;
    right: 1rem;
    transform: none;
    gap: 0.9rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .theme-8-bit .mythic-story {
    padding-top: 8rem;
    padding-bottom: 20vh;
  }

  .theme-8-bit .mythic-story::before {
    height: 9rem;
  }

  .theme-8-bit .mythic-story::after {
    height: 18vh;
  }

  .theme-8-bit .mythic-section {
    width: 80%;
    max-width: 80%;
    padding: 5.5rem 0 20vh;
  }

  .theme-8-bit .mythic-section__content {
    padding: 2.2rem 1.25rem;
  }
}
