:root {
  --sky: #18a8ff;
  --sky-deep: #0e85e5;
  --paper: #fff7ed;
  --paper-strong: #fff2d3;
  --ink: #16213f;
  --ink-soft: #30436f;
  --purple: #7d3ea2;
  --green: #11ab56;
  --gold: #ffd348;
  --gold-deep: #f0b800;
  --red: #ff6157;
  --shadow: 0 22px 60px rgba(15, 25, 54, 0.22);
  --border: 4px solid rgba(21, 33, 63, 0.92);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: var(--body);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.4), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.25), transparent 20%),
    linear-gradient(180deg, var(--sky) 0%, #7fd6ff 28%, #c7efff 42%, #fff4e2 42.1%, #fff4e2 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Ctext x='22' y='118' font-family='Impact' font-size='122' fill='none' stroke='white' stroke-width='4'%3E1%3C/text%3E%3C/svg%3E");
  background-size: 120px 120px;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 255, 255, 0.8), transparent 14%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.45), transparent 16%),
    radial-gradient(circle at 65% 12%, rgba(255, 211, 72, 0.3), transparent 12%);
}

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

a {
  color: inherit;
}

.page-shell {
  position: relative;
}

.shell-width {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
}

.hero {
  position: relative;
  padding: 1.4rem 0 2.5rem;
  overflow: clip;
}

.hero::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: 33%;
  width: min(54rem, 82vw);
  aspect-ratio: 1 / 1;
  background: var(--paper);
  border-radius: 42% 58% 46% 54% / 58% 36% 64% 42%;
  transform: rotate(18deg);
  box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.7);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  height: 6rem;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.75));
}

.hero-top,
.hero-layout,
.hero-marquee,
.section,
.site-footer {
  position: relative;
  z-index: 1;
}

.hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(22, 33, 63, 0.35);
}

.brand-lockup img {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  background: white;
  padding: 0.25rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.hero-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.hero-nav a {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: rgba(22, 33, 63, 0.16);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1.8rem, 4vw, 3rem);
  align-items: center;
  padding-top: 3rem;
}

.hero-copy {
  max-width: 36rem;
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--purple);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.84rem;
  font-weight: 900;
}

.eyebrow-light {
  color: rgba(255, 247, 237, 0.92);
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.6rem, 11vw, 7.2rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--gold);
  -webkit-text-stroke: 4px var(--purple);
  text-shadow:
    0 8px 0 rgba(255, 255, 255, 0.9),
    0 16px 25px rgba(36, 15, 52, 0.22);
}

.hero-text {
  margin: 1.35rem 0 0;
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 32rem;
  color: var(--ink);
}

.detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 1.7rem;
}

.detail-badge {
  padding: 0.95rem 1.15rem;
  background: rgba(255, 247, 237, 0.96);
  border: var(--border);
  border-radius: 1.1rem;
  box-shadow: var(--shadow);
  text-transform: uppercase;
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.detail-badge:nth-child(odd) {
  transform: rotate(-2deg);
}

.detail-badge:nth-child(even) {
  transform: rotate(2deg);
}

.hero-actions,
.info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.9rem 1.4rem;
  border: var(--border);
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(13, 29, 67, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 28px rgba(13, 29, 67, 0.22);
}

.button-primary {
  background: var(--green);
  color: white;
}

.button-secondary {
  background: white;
  color: var(--purple);
}

.button-tertiary {
  background: var(--gold);
  color: var(--ink);
}

.button-results-disabled {
  min-width: min(100%, 24rem);
  min-height: 5.4rem;
  padding: 1.2rem 2rem;
  background:
    repeating-linear-gradient(
      -45deg,
      #d6d9e4 0,
      #d6d9e4 16px,
      #eef0f6 16px,
      #eef0f6 32px
    );
  color: #67708f;
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 2.8rem);
  letter-spacing: 0.06em;
  cursor: not-allowed;
  opacity: 0.95;
}

.button-results-disabled:hover,
.button-results-disabled:focus-visible {
  transform: none;
  box-shadow: 0 14px 24px rgba(13, 29, 67, 0.16);
}

.hero-art {
  position: relative;
  min-height: 30rem;
}

.poster-frame {
  position: relative;
  width: min(100%, 34rem);
  margin: 3rem auto 0;
  padding: 1rem;
  border-radius: 1.65rem;
  background: white;
  border: var(--border);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.poster-frame::before {
  content: "";
  position: absolute;
  inset: -1.2rem;
  z-index: -1;
  background: var(--purple);
  clip-path: polygon(50% 0%, 60% 11%, 74% 3%, 77% 18%, 92% 16%, 87% 31%, 100% 38%, 89% 49%, 98% 63%, 82% 66%, 86% 82%, 71% 79%, 67% 95%, 53% 86%, 42% 100%, 33% 87%, 19% 95%, 16% 78%, 1% 82%, 5% 67%, 0% 53%, 13% 45%, 4% 31%, 19% 25%, 14% 10%, 29% 13%, 34% 1%);
  filter: drop-shadow(0 18px 22px rgba(45, 21, 59, 0.24));
}

.poster-frame img {
  width: 100%;
  border-radius: 0.95rem;
}

.sticker {
  position: absolute;
  z-index: 2;
  max-width: 13rem;
  padding: 1rem 1.15rem;
  border: 3px solid rgba(125, 62, 162, 0.9);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--purple);
  text-transform: uppercase;
  text-align: center;
  line-height: 1.05;
  font-family: var(--display);
  letter-spacing: 0.05em;
  box-shadow: var(--shadow);
}

.sticker-price {
  top: 0;
  right: 1.5rem;
  font-size: 1.45rem;
  transform: rotate(8deg);
}

.sticker-date {
  bottom: 5.5rem;
  right: -0.5rem;
  font-size: 1.55rem;
  transform: rotate(-10deg);
}

.sticker-tag {
  top: 7rem;
  left: -0.6rem;
  font-size: 1.35rem;
  transform: rotate(-7deg);
}

.sticker-tag-alt {
  bottom: 1rem;
  left: 0.2rem;
  font-size: 1.15rem;
  transform: rotate(6deg);
}

.hero-marquee {
  width: min(1180px, calc(100vw - 2rem));
  margin: 3rem auto 0;
  overflow: hidden;
  border-top: var(--border);
  border-bottom: var(--border);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  box-shadow: 0 14px 26px rgba(12, 17, 37, 0.18);
}

.hero-marquee-track {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: max-content;
  min-width: 100%;
  padding: 0.9rem 1.4rem;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  animation: marquee 30s linear infinite;
}

.hero-marquee-track span::after {
  content: "///";
  margin-left: 2rem;
  color: var(--gold);
}

.section {
  padding: clamp(3rem, 8vw, 5.6rem) 0;
}

.burst-heading {
  max-width: 41rem;
  margin: 0 auto;
  padding: 2rem 2.2rem;
  text-align: center;
  color: white;
  background: linear-gradient(135deg, var(--purple), #56298f);
  clip-path: polygon(50% 0%, 59% 10%, 73% 4%, 78% 17%, 92% 14%, 88% 30%, 100% 38%, 89% 50%, 97% 64%, 82% 68%, 87% 83%, 72% 80%, 66% 96%, 51% 88%, 38% 100%, 31% 86%, 16% 93%, 13% 77%, 0% 81%, 5% 65%, 0% 51%, 13% 43%, 4% 30%, 18% 25%, 12% 11%, 28% 14%, 34% 0%);
  box-shadow: var(--shadow);
}

.burst-heading h2,
.section-headline h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.1rem, 5.8vw, 4rem);
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: 0.03em;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1.6rem;
  margin-top: 2.5rem;
}

.results-launch {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.results-launch-note {
  margin: 0;
  max-width: 30rem;
  text-align: center;
  color: var(--ink-soft);
  line-height: 1.6;
  font-weight: 700;
}

.story-panel,
.promo-ticket,
.talent-card,
.info-card,
.faq-item {
  border: var(--border);
  box-shadow: var(--shadow);
}

.story-panel {
  padding: 1.8rem;
  background: rgba(255, 247, 237, 0.95);
  border-radius: 1.6rem;
  font-size: 1.07rem;
  line-height: 1.8;
}

.story-panel p:first-child {
  margin-top: 0;
}

.story-panel p:last-child {
  margin-bottom: 0;
}

.promo-stack {
  display: grid;
  gap: 1rem;
}

.promo-ticket {
  padding: 1.4rem;
  background: linear-gradient(135deg, white, #fdf0cf);
  border-radius: 1.3rem;
  transform: rotate(-1deg);
}

.promo-ticket:nth-child(even) {
  transform: rotate(1.5deg);
}

.promo-label {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  font-weight: 900;
}

.promo-ticket strong {
  display: block;
  font-family: var(--display);
  font-size: 1.8rem;
  text-transform: uppercase;
  color: var(--purple);
}

.promo-ticket p {
  margin: 0.55rem 0 0;
  line-height: 1.6;
}

.faction-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.faction-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.85fr);
  gap: 1rem;
  padding: 1rem;
  border: var(--border);
  border-radius: 1.8rem;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faction-card-rising {
  background: linear-gradient(145deg, rgba(17, 171, 86, 0.96), rgba(125, 62, 162, 0.92));
  color: white;
}

.faction-card-pillars {
  background: linear-gradient(145deg, rgba(22, 33, 63, 0.96), rgba(125, 62, 162, 0.9));
  color: white;
}

.faction-copy {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faction-logo {
  width: min(10rem, 55%);
  margin-bottom: 1rem;
}

.faction-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.faction-card p {
  margin: 0.85rem 0 0;
  line-height: 1.7;
}

.faction-photo {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
  border-radius: 1.15rem;
  border: 4px solid rgba(255, 255, 255, 0.82);
}

.section-headline {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.talent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.talent-card {
  display: flex;
  flex-direction: column;
  border-radius: 1.45rem;
  overflow: hidden;
  background: white;
}

.talent-card:nth-child(2),
.talent-card:nth-child(4) {
  transform: translateY(1rem);
}

.talent-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #dfe7f4;
}

.talent-copy {
  padding: 1.2rem 1.2rem 1.4rem;
}

.talent-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.65rem;
  text-transform: uppercase;
  color: var(--purple);
  line-height: 1;
}

.talent-card p {
  margin: 0.7rem 0 0;
  line-height: 1.65;
}

.details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
}

.venue-card {
  position: relative;
  min-height: 36rem;
  border-radius: 2rem;
  overflow: hidden;
  border: var(--border);
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(9, 15, 34, 0.1), rgba(9, 15, 34, 0.75)),
    url("webimages/history-hero.jpg") center / cover no-repeat;
}

.venue-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2rem;
  color: white;
}

.venue-overlay h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 6vw, 4.1rem);
  text-transform: uppercase;
  line-height: 0.92;
}

.venue-overlay p {
  max-width: 28rem;
  line-height: 1.7;
}

.venue-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.venue-meta span {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 900;
}

.venue-logo {
  width: min(18rem, 72%);
  margin-top: 1.6rem;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
}

.detail-stack {
  display: grid;
  gap: 1rem;
}

.info-card {
  padding: 1.65rem;
  border-radius: 1.5rem;
  background: rgba(255, 247, 237, 0.95);
}

.info-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 0.98;
}

.info-card p {
  line-height: 1.7;
}

.info-card-ticket {
  background: linear-gradient(135deg, white, #ffe9aa);
}

.info-card-schedule {
  background: linear-gradient(135deg, #edf2ff, white);
}

.event-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.event-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(22, 33, 63, 0.14);
  line-height: 1.4;
}

.event-list li:first-child {
  border-top: 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.faq-item {
  padding: 1.3rem 1.4rem;
  border-radius: 1.2rem;
  background: white;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: 1.45rem;
  text-transform: uppercase;
  color: var(--purple);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0.95rem 0 0;
  line-height: 1.7;
}

.site-footer {
  padding: 2rem 0 2.7rem;
  background: var(--ink);
  color: white;
}

.results-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.results-page {
  width: min(100%, 56rem);
}

.results-panel {
  padding: clamp(2rem, 6vw, 4rem);
  text-align: center;
  background: rgba(255, 247, 237, 0.96);
  border: var(--border);
  border-radius: 2rem;
  box-shadow: var(--shadow);
}

.results-logo {
  width: clamp(5rem, 15vw, 7.5rem);
  margin: 0 auto 1.25rem;
}

.results-panel h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 9vw, 5.5rem);
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--gold);
  -webkit-text-stroke: 3px var(--purple);
  text-shadow: 0 8px 0 rgba(255, 255, 255, 0.9);
}

.results-copy {
  max-width: 34rem;
  margin: 1.4rem auto 0;
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--ink);
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: white;
  padding: 0.3rem;
}

.footer-brand strong {
  display: block;
  font-family: var(--display);
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 0.95;
}

.footer-copy {
  margin: 0;
  text-align: right;
  line-height: 1.7;
}

.footer-copy a {
  color: var(--gold);
}

.footer-separator {
  margin: 0 0.6rem;
  color: rgba(255, 255, 255, 0.5);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1080px) {
  .hero-layout,
  .intro-grid,
  .faction-grid,
  .details-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .talent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faction-card {
    grid-template-columns: 1fr;
  }

  .faction-photo {
    min-height: 16rem;
  }

  .footer-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-copy {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .shell-width {
    width: min(100vw - 1rem, 100%);
  }

  .hero::before {
    top: 7rem;
    left: 18%;
    width: 82vw;
  }

  .hero-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-nav {
    justify-content: flex-start;
  }

  .hero-layout {
    padding-top: 2.2rem;
  }

  .hero-text,
  .story-panel,
  .promo-ticket p,
  .info-card p,
  .faq-item p,
  .venue-overlay p {
    font-size: 1rem;
  }

  .detail-badge {
    width: 100%;
    text-align: center;
  }

  .hero-art {
    min-height: 25rem;
  }

  .sticker {
    max-width: 10rem;
    padding: 0.7rem 0.85rem;
    font-size: 1rem;
  }

  .sticker-price {
    right: 0.25rem;
  }

  .sticker-date {
    right: 0;
    bottom: 1.7rem;
  }

  .sticker-tag,
  .sticker-tag-alt {
    left: 0;
  }

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

  .talent-card:nth-child(2),
  .talent-card:nth-child(4) {
    transform: none;
  }

  .event-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .footer-separator {
    display: none;
  }
}

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

  .hero-marquee-track,
  [data-reveal] {
    animation: none;
    transition: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .button {
    transition: none;
  }
}
