:root {
  --navy-1000: #020814;
  --navy-950: #041127;
  --navy-900: #061b43;
  --navy-850: #092653;
  --navy-800: #0b326d;
  --blue: #1f6fff;
  --gold-200: #f8e7a8;
  --gold-300: #efd071;
  --gold-400: #d7aa35;
  --gold-500: #b98715;
  --ivory: #f7f4ec;
  --paper: #fffdf8;
  --ink: #0d1830;
  --muted: #617087;
  --line: rgba(6, 27, 67, .13);
  --shadow: 0 28px 80px rgba(0, 15, 45, .18);
  --shell: min(1180px, calc(100% - 48px));
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--navy-1000);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { border: 0; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--navy-950);
  background: #fff;
  border-radius: 4px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.hero {
  position: relative;
  isolation: isolate;
  min-height: max(760px, 100svh);
  overflow: hidden;
  color: #fff;
  background: var(--navy-950);
}
.hero__photo,
.hero__overlay,
.hero__grain,
.hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero__photo {
  z-index: -6;
  background-image: url("../img/queens-hall-night.jpg");
  background-size: cover;
  background-position: 65% center;
  transform: scale(1.025);
  animation: heroBreath 16s ease-in-out infinite alternate;
}
.hero__overlay {
  z-index: -5;
  background:
    linear-gradient(90deg, rgba(2,8,20,.98) 0%, rgba(3,14,34,.92) 37%, rgba(5,23,52,.63) 68%, rgba(2,8,20,.35) 100%),
    linear-gradient(180deg, rgba(2,8,20,.52), rgba(2,8,20,.18) 45%, rgba(2,8,20,.9));
}
.hero__glow { z-index: -4; filter: blur(70px); opacity: .55; }
.hero__glow--gold {
  width: 520px;
  height: 520px;
  left: auto;
  right: 7%;
  top: 10%;
  border-radius: 50%;
  background: rgba(215,170,53,.24);
  animation: driftGlow 9s ease-in-out infinite alternate;
}
.hero__glow--blue {
  width: 500px;
  height: 500px;
  right: 23%;
  top: 35%;
  border-radius: 50%;
  background: rgba(31,111,255,.2);
  animation: driftGlow 12s ease-in-out infinite alternate-reverse;
}
.hero__grain {
  z-index: -3;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}
@keyframes heroBreath { to { transform: scale(1.065) translate3d(-.6%, -.4%, 0); } }
@keyframes driftGlow { to { transform: translate3d(35px, 20px, 0) scale(1.08); } }

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-top: 24px;
}
.brand { width: 182px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; filter: drop-shadow(0 10px 24px rgba(0,0,0,.22)); }
.header-actions { display: flex; align-items: center; gap: 18px; padding-top: 8px; }
.header-link {
  color: rgba(255,255,255,.86);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s ease;
}
.header-link:hover { color: var(--gold-300); }
.social-nav { display: flex; gap: 8px; }
.social-nav a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(3,14,34,.28);
  backdrop-filter: blur(10px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.social-nav svg { width: 16px; height: 16px; fill: #fff; }
.social-nav a:hover,
.social-nav a:focus-visible {
  transform: translateY(-2px);
  border-color: var(--gold-300);
  background: rgba(215,170,53,.18);
  outline: none;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  gap: clamp(42px, 6vw, 90px);
  align-items: center;
  min-height: calc(max(760px, 100svh) - 160px);
  padding-top: 50px;
  padding-bottom: 96px;
}
.hero__copy { max-width: 670px; }
.launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 8px 13px;
  border: 1px solid rgba(239,208,113,.38);
  border-radius: 999px;
  color: var(--gold-200);
  background: rgba(4,17,39,.38);
  backdrop-filter: blur(10px);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.launch-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-300);
  box-shadow: 0 0 0 5px rgba(239,208,113,.12);
  animation: pulse 2.1s ease-in-out infinite;
}
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(239,208,113,0); } }
.hero h1,
.launch-section h2,
.help-section h2,
.signup-panel h3,
.event-ticket h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -.045em;
}
.hero h1 {
  max-width: 680px;
  font-size: clamp(3.65rem, 6.8vw, 7rem);
  line-height: .88;
  text-wrap: balance;
  text-shadow: 0 8px 38px rgba(0,0,0,.34);
}
.hero__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.65;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  appearance: none;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: .88rem;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(248,231,168,.6); outline-offset: 3px; }
.button--gold {
  color: var(--navy-1000);
  background: linear-gradient(135deg, #f4d676, #c8941e);
  box-shadow: 0 16px 38px rgba(183,135,21,.27);
}
.button--gold:hover { box-shadow: 0 20px 46px rgba(183,135,21,.38); }
.button--glass {
  color: #fff;
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}
.button--glass:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.12); }
.button--navy { color: #fff; background: var(--navy-900); box-shadow: 0 14px 30px rgba(6,27,67,.18); }
.button--navy:hover { background: var(--navy-800); }
.official-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.57);
  font-size: .73rem;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.official-line__mark {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239,208,113,.48);
  border-radius: 50%;
  color: var(--gold-300);
  font-size: .58rem;
  letter-spacing: 0;
}

.ticket-showcase {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  perspective: 1300px;
}
.ticket-orbit {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(239,208,113,.22);
  border-radius: 50%;
  transform: rotateX(65deg) rotateZ(-12deg);
  box-shadow: inset 0 0 70px rgba(31,111,255,.06);
}
.ticket-orbit::before,
.ticket-orbit::after {
  content: "";
  position: absolute;
  inset: 54px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: inherit;
}
.ticket-orbit::after { inset: 115px; border-color: rgba(215,170,53,.17); }
.ticket-stack {
  position: relative;
  width: min(100%, 455px);
  height: 360px;
  transform-style: preserve-3d;
}
.event-ticket {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 105px;
  grid-template-rows: 54px 1fr;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  box-shadow: 0 35px 80px rgba(0,0,0,.42);
  transform-origin: 50% 70%;
  transition: transform .85s cubic-bezier(.2,.8,.2,1), opacity .65s ease, filter .65s ease;
  will-change: transform, opacity;
}
.event-ticket::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image:
    radial-gradient(circle at 20% 12%, rgba(255,255,255,.7) 0 1px, transparent 1.5px),
    linear-gradient(125deg, transparent 38%, rgba(255,255,255,.16) 39%, transparent 40%);
  background-size: 22px 22px, 100% 100%;
  pointer-events: none;
}
.event-ticket--music { background: radial-gradient(circle at 78% 18%, #d8a72d 0, transparent 31%), linear-gradient(135deg, #052155, #0d57a8 58%, #081a38); }
.event-ticket--theatre { background: radial-gradient(circle at 80% 20%, #f1a437 0, transparent 30%), linear-gradient(135deg, #4d0c2e, #9f204b 56%, #1b1027); }
.event-ticket--dance { background: radial-gradient(circle at 80% 20%, #65d3c2 0, transparent 29%), linear-gradient(135deg, #06263a, #0b817d 57%, #09203c); }
.event-ticket--comedy { background: radial-gradient(circle at 80% 20%, #ffcf57 0, transparent 30%), linear-gradient(135deg, #5b2504, #d66b10 58%, #2e1605); }
.event-ticket.is-active { z-index: 4; opacity: 1; transform: translate3d(0,0,78px) rotateY(-4deg) rotateZ(-1.2deg); filter: saturate(1.05); }
.event-ticket.is-next { z-index: 3; opacity: .9; transform: translate3d(28px,24px,20px) rotateY(-4deg) rotateZ(4deg) scale(.94); filter: saturate(.78) brightness(.82); }
.event-ticket.is-back { z-index: 2; opacity: .68; transform: translate3d(-22px,38px,-28px) rotateY(-3deg) rotateZ(-6deg) scale(.89); filter: saturate(.55) brightness(.68); }
.event-ticket.is-hidden { z-index: 1; opacity: 0; transform: translate3d(40px,48px,-70px) rotateZ(9deg) scale(.82); pointer-events: none; }
.event-ticket__top {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,.22);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.event-ticket__body {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 26px 24px 30px;
}
.event-ticket__genre {
  margin: 0 0 9px;
  color: rgba(255,255,255,.75);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.event-ticket h2 { max-width: 270px; font-size: 3.15rem; line-height: .9; }
.event-ticket__body > p:last-child { max-width: 270px; margin: 15px 0 0; color: rgba(255,255,255,.72); font-size: .87rem; }
.event-ticket__stub {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px 13px 21px;
  border-left: 1px dashed rgba(255,255,255,.38);
  text-align: center;
}
.event-ticket__stub::before,
.event-ticket__stub::after {
  content: "";
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #06142f;
}
.event-ticket__stub::before { top: -10px; }
.event-ticket__stub::after { bottom: -10px; }
.event-ticket__stub span { font-size: .58rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.event-ticket__stub strong { font-family: var(--display); font-size: 1.6rem; line-height: .85; }
.event-ticket__stub i {
  width: 52px;
  height: 40px;
  opacity: .72;
  background: repeating-linear-gradient(90deg, #fff 0 2px, transparent 2px 4px, #fff 4px 5px, transparent 5px 8px);
}
.ticket-controls { position: absolute; bottom: 18px; display: flex; gap: 10px; z-index: 8; }
.ticket-controls button {
  width: 28px;
  height: 4px;
  padding: 0;
  border-radius: 99px;
  background: rgba(255,255,255,.28);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.ticket-controls button.is-current { width: 48px; background: var(--gold-300); }
.ticket-controls button:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }

.scroll-prompt {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: rgba(255,255,255,.62);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateX(-50%);
}
.scroll-prompt svg { width: 22px; height: 22px; fill: currentColor; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.genre-band {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff;
  background: linear-gradient(90deg, #071b40, #0a2d63 48%, #071b40);
}
.genre-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 19px 0;
  animation: marquee 28s linear infinite;
}
.genre-track span { font-family: var(--display); font-size: 1.16rem; letter-spacing: .02em; }
.genre-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-300); box-shadow: 0 0 18px rgba(239,208,113,.45); }
@keyframes marquee { to { transform: translateX(-50%); } }

.launch-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: var(--navy-950);
}
.launch-section__photo,
.launch-section__wash { position: absolute; inset: 0; z-index: -3; }
.launch-section__photo { background: url("../img/queens-hall-blur.jpg") center/cover; transform: scale(1.08); }
.launch-section__wash { z-index: -2; background: linear-gradient(100deg, rgba(2,8,20,.97) 0%, rgba(5,24,56,.94) 52%, rgba(7,39,83,.84)); }
.arch {
  position: absolute;
  z-index: -1;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(239,208,113,.16);
  border-radius: 50%;
  pointer-events: none;
}
.arch--one { right: -210px; top: -340px; }
.arch--two { right: -80px; top: -240px; width: 410px; height: 410px; border-color: rgba(255,255,255,.1); }
.launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .78fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
  padding-top: 112px;
  padding-bottom: 112px;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-300);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.launch-section h2 { max-width: 680px; font-size: clamp(3rem, 5vw, 5.6rem); line-height: .96; text-wrap: balance; }
.launch-copy > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 1.06rem; }
.experience-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.experience-list span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.055);
  font-size: .77rem;
  font-weight: 750;
}
.experience-list i { color: var(--gold-300); font-style: normal; font-size: .63rem; }

.signup-panel {
  position: relative;
  padding: clamp(32px, 4.5vw, 52px);
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.54);
  border-radius: 12px 12px 56px 12px;
  background: rgba(255,253,248,.97);
  box-shadow: var(--shadow);
}
.signup-panel::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 28px;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(185,135,21,.28);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px rgba(215,170,53,.07);
}
.eyebrow--dark { color: var(--gold-500); }
.signup-panel h3 { max-width: 420px; color: var(--navy-900); font-size: clamp(2.3rem, 4vw, 3.8rem); line-height: .98; }
.signup-panel__top > p:last-child { max-width: 470px; margin: 18px 0 28px; color: var(--muted); }
.signup-form > label:first-child { display: block; margin-bottom: 8px; color: var(--navy-900); font-size: .77rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.input-wrap { position: relative; }
.input-wrap svg { position: absolute; left: 15px; top: 50%; width: 20px; height: 20px; fill: #8290a5; transform: translateY(-50%); }
.input-wrap input {
  width: 100%;
  height: 54px;
  padding: 0 15px 0 46px;
  border: 1px solid #cdd4df;
  border-radius: 3px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.input-wrap input:focus { border-color: var(--navy-800); box-shadow: 0 0 0 4px rgba(11,50,109,.1); }
.input-wrap input[aria-invalid="true"] { border-color: #aa2736; box-shadow: 0 0 0 4px rgba(170,39,54,.09); }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; color: #69768a; font-size: .75rem; line-height: 1.5; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--navy-800); }
.consent a { color: var(--navy-800); font-weight: 800; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 1.45em; margin-top: 11px; font-size: .86rem; font-weight: 800; }
.form-status.is-success { color: #187044; }
.form-status.is-error { color: #a72432; }

.help-section { padding: 104px 0; color: var(--ink); background: var(--ivory); }
.help-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.help-section h2 { color: var(--navy-900); font-size: clamp(2.8rem, 4.5vw, 4.6rem); line-height: .98; }
.help-intro > p:not(.eyebrow) { max-width: 430px; margin: 20px 0 0; color: var(--muted); font-size: 1.02rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  color: var(--navy-900);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 2px solid var(--gold-400);
  padding-bottom: 3px;
}
.text-link span { color: var(--gold-500); }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-block { min-height: 190px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); }
.contact-block__icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: rgba(11,50,109,.07); }
.contact-block__icon svg { width: 19px; height: 19px; fill: var(--gold-500); }
.contact-block p { margin: 0 0 7px; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-block strong { color: var(--navy-900); font-size: .92rem; line-height: 1.55; }
.contact-block a { text-decoration: none; }
.contact-block a:hover { color: var(--gold-500); }

.site-footer { padding: 30px 0; color: rgba(255,255,255,.66); background: var(--navy-1000); }
.footer-grid { display: grid; grid-template-columns: 120px 1fr auto; gap: 28px; align-items: center; }
.footer-logo { width: 112px; }
.footer-copy p { margin: 0; font-size: .72rem; }
.footer-copy p + p { margin-top: 3px; color: var(--gold-300); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { font-size: .72rem; text-decoration: none; }
.footer-links a:hover { color: var(--gold-300); }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 35px; }
  .hero h1 { font-size: clamp(3.4rem, 6.8vw, 5.7rem); }
  .ticket-stack { width: 390px; height: 320px; }
  .event-ticket { grid-template-columns: 1fr 92px; }
  .event-ticket h2 { font-size: 2.7rem; }
  .ticket-orbit { width: 440px; height: 440px; }
  .launch-grid { grid-template-columns: 1fr 420px; gap: 48px; }
}

@media (max-width: 850px) {
  :root { --shell: min(100% - 34px, 720px); }
  .hero { min-height: auto; }
  .site-header { align-items: center; }
  .brand { width: 148px; }
  .header-link { display: none; }
  .hero__grid { grid-template-columns: 1fr; min-height: 0; padding-top: 70px; padding-bottom: 95px; }
  .hero__copy { max-width: 680px; }
  .hero h1 { max-width: 650px; font-size: clamp(3.7rem, 12vw, 6.2rem); }
  .ticket-showcase { min-height: 470px; margin-top: 8px; }
  .ticket-stack { width: min(92vw, 455px); height: 350px; }
  .ticket-orbit { width: 520px; height: 520px; }
  .launch-grid, .help-grid { grid-template-columns: 1fr; }
  .launch-grid { gap: 50px; }
  .launch-copy { max-width: 700px; }
  .signup-panel { max-width: 650px; }
  .help-intro { max-width: 520px; }
  .footer-grid { grid-template-columns: 100px 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { padding-top: 14px; }
  .brand { width: 128px; }
  .social-nav a { width: 35px; height: 35px; }
  .hero__photo { background-position: 72% center; }
  .hero__overlay { background: linear-gradient(180deg, rgba(2,8,20,.68), rgba(2,8,20,.91) 44%, rgba(2,8,20,.98)); }
  .hero__grid { padding-top: 68px; padding-bottom: 88px; }
  .launch-badge { font-size: .61rem; letter-spacing: .1em; }
  .hero h1 { font-size: clamp(3.45rem, 17vw, 5rem); line-height: .9; }
  .hero__lead { margin-top: 22px; font-size: 1rem; }
  .hero__actions { display: grid; }
  .button { width: 100%; }
  .official-line { align-items: flex-start; font-size: .63rem; line-height: 1.5; }
  .ticket-showcase { min-height: 380px; margin-top: 10px; }
  .ticket-stack { width: calc(100vw - 42px); height: 285px; }
  .ticket-orbit { width: 390px; height: 390px; }
  .event-ticket { grid-template-columns: 1fr 78px; grid-template-rows: 46px 1fr; border-radius: 14px; }
  .event-ticket__top { padding: 0 15px; font-size: .56rem; }
  .event-ticket__body { padding: 18px 16px 21px; }
  .event-ticket h2 { max-width: 200px; font-size: 2.25rem; }
  .event-ticket__body > p:last-child { max-width: 210px; margin-top: 11px; font-size: .72rem; line-height: 1.4; }
  .event-ticket__genre { font-size: .58rem; }
  .event-ticket__stub { padding: 17px 9px; }
  .event-ticket__stub strong { font-size: 1.25rem; }
  .event-ticket__stub i { width: 38px; height: 30px; }
  .ticket-controls { bottom: -4px; }
  .scroll-prompt { display: none; }
  .genre-track { padding: 15px 0; gap: 22px; }
  .genre-track span { font-size: 1rem; }
  .launch-grid { padding-top: 84px; padding-bottom: 84px; }
  .launch-section h2 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .experience-list { display: grid; }
  .signup-panel { padding: 30px 22px; border-radius: 10px 10px 38px 10px; }
  .signup-panel::before { width: 42px; height: 42px; right: 18px; top: 18px; }
  .signup-panel h3 { font-size: 2.5rem; max-width: 280px; }
  .form-row { grid-template-columns: 1fr; }
  .help-section { padding: 82px 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-block { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-logo { width: 105px; }
  .footer-links { grid-column: auto; justify-content: flex-start; gap: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
