:root {
  --font-display: "Oswald";
  --font-body: "Source Sans 3";
  --ink: #090909;
  --paper: #eee3ce;
  --cream: #fff6e6;
  --red: #a91f27;
  --gold: #d69b35;
  --teal: #1e6a68;
  --line: rgba(238, 227, 206, 0.18);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(169, 31, 39, 0.2), transparent 32rem),
    radial-gradient(circle at 85% 38%, rgba(30, 106, 104, 0.13), transparent 28rem),
    #090909;
  color: var(--paper);
  font-family: var(--font-body), Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(9, 9, 9, 0.82);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 78px;
  padding: 12px max(5vw, 24px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand img,
footer img {
  display: block;
  height: 48px;
  object-fit: contain;
  width: 170px;
}

.header-cta,
.button,
.mp-button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-display), sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.06em;
  min-height: 48px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: transform 150ms ease, background 150ms ease, color 150ms ease;
}

.header-cta,
.button-primary {
  background: var(--red);
  color: white;
}

.header-cta:hover,
.button-primary:hover,
.mp-button:hover:not(:disabled) {
  transform: translateY(-2px);
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.76fr);
  margin: 0 auto;
  max-width: 1420px;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 7rem) max(5vw, 24px);
  position: relative;
}

.hero::before {
  color: rgba(238, 227, 206, 0.035);
  content: "ROCK";
  font-family: var(--font-display), sans-serif;
  font-size: clamp(12rem, 34vw, 38rem);
  font-weight: 700;
  left: -4vw;
  line-height: 0.7;
  pointer-events: none;
  position: absolute;
  top: 24%;
  transform: rotate(-7deg);
  white-space: nowrap;
}

.hero-copy,
.poster-wrap {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--gold);
  font-family: var(--font-display), sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--cream);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(4.3rem, 9vw, 9.2rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.82;
  margin: 0;
  max-width: 850px;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--red);
  display: block;
  font-size: 0.43em;
  letter-spacing: 0.01em;
  line-height: 1.05;
  margin-top: 0.32em;
}

.hero-lead {
  font-size: clamp(1.1rem, 1.55vw, 1.4rem);
  line-height: 1.55;
  margin: 2rem 0 0;
  max-width: 640px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
}

.button-ghost {
  border-color: rgba(238, 227, 206, 0.4);
}

.button-ghost:hover {
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-2px);
}

.supporting-bands {
  color: rgba(238, 227, 206, 0.64);
  font-size: 0.94rem;
  margin-top: 1.7rem;
}

.supporting-bands strong {
  color: var(--paper);
  font-weight: 600;
}

.poster-wrap {
  justify-self: end;
  max-width: 510px;
  padding: 16px;
  transform: rotate(1.4deg);
  width: 100%;
}

.poster-glow {
  background: var(--red);
  filter: blur(70px);
  inset: 8% 4%;
  opacity: 0.28;
  position: absolute;
}

.poster {
  border: 1px solid rgba(238, 227, 206, 0.3);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.58);
  display: block;
  position: relative;
  width: 100%;
}

.poster-stamp {
  background: var(--paper);
  bottom: -3px;
  color: var(--ink);
  font-family: var(--font-display), sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 10px 15px;
  position: absolute;
  right: -2px;
  text-transform: uppercase;
}

.facts {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1420px;
}

.fact {
  min-height: 150px;
  padding: 30px;
}

.fact + .fact {
  border-left: 1px solid var(--line);
}

.fact p {
  color: var(--gold);
  font-family: var(--font-display), sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.fact h2 {
  color: var(--cream);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

.show-section {
  margin: 0 auto;
  max-width: 1420px;
  padding: clamp(6rem, 10vw, 10rem) max(5vw, 24px);
}

.section-heading {
  display: grid;
  gap: 1rem 3rem;
  grid-template-columns: 1.2fr 0.8fr;
  margin-bottom: 4rem;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.ticket-copy > h2 {
  color: var(--cream);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(3.4rem, 6vw, 6.5rem);
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}

.section-heading > p:last-child {
  align-self: end;
  color: rgba(238, 227, 206, 0.72);
  font-size: 1.15rem;
  line-height: 1.6;
  margin: 0;
}

.genres {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.genres article {
  border-left: 1px solid var(--line);
  min-height: 250px;
  padding: 25px;
}

.genres article:last-child {
  border-right: 1px solid var(--line);
}

.genres span {
  color: var(--red);
  font-family: var(--font-display), sans-serif;
  font-weight: 700;
}

.genres h3 {
  color: var(--cream);
  font-family: var(--font-display), sans-serif;
  font-size: 2.1rem;
  margin: 3.2rem 0 0.8rem;
  text-transform: uppercase;
}

.genres p {
  color: rgba(238, 227, 206, 0.6);
  line-height: 1.5;
  margin: 0;
}

.guests-section {
  border-top: 1px solid var(--line);
  margin: 0 auto;
  max-width: 1420px;
  padding: clamp(5rem, 9vw, 9rem) max(5vw, 24px);
}

.guests-heading {
  align-items: end;
  display: grid;
  gap: 1rem 3rem;
  grid-template-columns: 1.2fr 0.8fr;
  margin-bottom: 3.5rem;
}

.guests-heading .eyebrow {
  grid-column: 1 / -1;
}

.guests-heading h2 {
  color: var(--cream);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}

.guests-heading > p:last-child {
  color: rgba(238, 227, 206, 0.68);
  font-size: 1.12rem;
  line-height: 1.55;
  margin: 0;
}

.guest-grid {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: 1.65fr 0.75fr 0.75fr;
}

.guest {
  background: #12110f;
  border: 1px solid var(--line);
  overflow: hidden;
  position: relative;
}

.guest::after {
  border: 1px solid rgba(214, 155, 53, 0.4);
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}

.guest-photo {
  background: #0c0c0b;
  overflow: hidden;
}

.guest-photo img {
  display: block;
  filter: saturate(0.82) contrast(1.06);
  height: 100%;
  object-fit: cover;
  transition: filter 180ms ease, transform 250ms ease;
  width: 100%;
}

.guest:hover .guest-photo img {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.015);
}

.guest-featured .guest-photo {
  height: 510px;
}

.guest-featured .guest-photo img {
  object-position: center 20%;
}

.guest-secondary .guest-photo {
  height: 320px;
}

.guest-secondary .guest-photo img {
  object-position: center 28%;
}

.guest-name {
  background:
    linear-gradient(90deg, rgba(169, 31, 39, 0.92), rgba(100, 20, 24, 0.96)),
    var(--red);
  padding: 20px 24px 23px;
  position: relative;
  z-index: 1;
}

.guest-name span {
  color: rgba(255, 246, 230, 0.72);
  font-family: var(--font-display), sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guest-name h3 {
  color: var(--cream);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1;
  margin: 6px 0 0;
  text-transform: uppercase;
}

.guest-secondary .guest-name {
  padding-left: 18px;
  padding-right: 18px;
}

.guest-secondary .guest-name h3 {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.ticket-section {
  align-items: start;
  background:
    linear-gradient(120deg, rgba(169, 31, 39, 0.19), transparent 44%),
    #11100f;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: 1fr minmax(390px, 0.72fr);
  margin: 0 auto;
  max-width: 1420px;
  padding: clamp(5rem, 9vw, 9rem) max(5vw, 24px);
}

.ticket-intro {
  color: rgba(238, 227, 206, 0.72);
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 610px;
}

.steps {
  list-style: none;
  margin: 3.5rem 0 0;
  max-width: 620px;
  padding: 0;
}

.steps li {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 42px 1fr;
  padding: 22px 0;
}

.steps li > span {
  align-items: center;
  border: 1px solid rgba(214, 155, 53, 0.45);
  color: var(--gold);
  display: flex;
  font-family: var(--font-display), sans-serif;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.steps strong {
  color: var(--cream);
  font-size: 1.05rem;
}

.steps p {
  color: rgba(238, 227, 206, 0.58);
  margin: 4px 0 0;
}

.venue-note {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.96rem;
  gap: 10px 24px;
  margin-top: 1.5rem;
}

.venue-note span {
  color: var(--gold);
  font-weight: 700;
}

.venue-note a {
  border-bottom: 1px solid rgba(238, 227, 206, 0.4);
}

.checkout-card {
  background: var(--paper);
  box-shadow: 18px 18px 0 rgba(169, 31, 39, 0.38);
  color: var(--ink);
  padding: clamp(24px, 4vw, 42px);
  position: sticky;
  top: 104px;
}

.checkout-topline {
  align-items: end;
  border-bottom: 2px solid var(--ink);
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 24px;
}

.checkout-topline p {
  font-family: var(--font-display), sans-serif;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.checkout-topline strong {
  font-family: var(--font-display), sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.checkout-topline > span {
  font-weight: 700;
}

.checkout-card form {
  display: grid;
  gap: 18px;
}

.checkout-card label {
  display: grid;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 7px;
}

.checkout-card input {
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(9, 9, 9, 0.32);
  border-radius: 0;
  color: var(--ink);
  min-height: 50px;
  outline: 0;
  padding: 0 14px;
}

.checkout-card input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(169, 31, 39, 0.2);
}

.checkout-card input::placeholder {
  color: rgba(9, 9, 9, 0.45);
}

.honeypot {
  height: 1px !important;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.quantity-row,
.total-row {
  align-items: center;
  border-top: 1px solid rgba(9, 9, 9, 0.22);
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}

.quantity-row small {
  display: block;
  margin-top: 3px;
  opacity: 0.58;
}

.stepper {
  align-items: center;
  border: 1px solid rgba(9, 9, 9, 0.35);
  display: grid;
  grid-template-columns: 38px 42px 38px;
  height: 42px;
}

.stepper button {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.4rem;
  height: 100%;
}

.stepper button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.stepper output {
  font-weight: 700;
  text-align: center;
}

.total-row {
  font-size: 1.18rem;
}

.total-row strong {
  font-family: var(--font-display), sans-serif;
  font-size: 1.45rem;
}

.mp-button {
  background: #009ee3;
  border: 0;
  color: #fff;
  justify-content: space-between;
  margin-top: 2px;
  min-height: 58px;
  width: 100%;
}

.mp-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.secure-note {
  font-size: 0.78rem;
  margin: -7px 0 0;
  opacity: 0.58;
  text-align: center;
}

.form-error {
  background: rgba(169, 31, 39, 0.1);
  border-left: 3px solid var(--red);
  color: #7f1119;
  font-size: 0.9rem;
  margin: 0;
  padding: 10px 12px;
}

.payment-result {
  background: rgba(30, 106, 104, 0.12);
  border: 1px solid rgba(30, 106, 104, 0.42);
  display: grid;
  gap: 14px;
  padding: 18px;
}

.payment-result[hidden] {
  display: none;
}

.payment-result h3,
.payment-result p {
  margin: 0;
}

.payment-result h3 {
  color: var(--teal);
  font-family: var(--font-display), sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
}

.alias-box {
  align-items: center;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(9, 9, 9, 0.25);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 14px;
}

.alias-box strong {
  font-family: var(--font-display), sans-serif;
  font-size: 1.3rem;
}

.copy-button {
  background: var(--ink);
  border: 0;
  color: var(--cream);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  min-height: 36px;
  padding: 0 14px;
  text-transform: uppercase;
}

.reservation-code {
  border-top: 1px solid rgba(9, 9, 9, 0.18);
  font-size: 0.86rem;
  padding-top: 12px;
}

footer {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1420px;
  min-height: 150px;
  padding: 30px max(5vw, 24px);
}

footer p {
  color: rgba(238, 227, 206, 0.58);
  text-align: center;
}

footer > a {
  color: var(--gold);
  font-family: var(--font-display), sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-page {
  align-items: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(169, 31, 39, 0.28), transparent 35rem),
    #090909;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 20px;
}

.status-brand {
  margin-bottom: 30px;
}

.status-brand img {
  display: block;
  height: 65px;
  object-fit: contain;
  width: 230px;
}

.status-card {
  background: #151412;
  border: 1px solid var(--line);
  box-shadow: 14px 14px 0 rgba(169, 31, 39, 0.35);
  max-width: 680px;
  padding: clamp(28px, 6vw, 58px);
  width: 100%;
}

.status-card h1 {
  color: var(--cream);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  letter-spacing: -0.035em;
  line-height: 0.95;
  margin: 10px 0 18px;
  text-transform: uppercase;
}

.status-card > p:not(.status-label) {
  color: rgba(238, 227, 206, 0.7);
  font-size: 1.08rem;
  line-height: 1.55;
}

.status-label {
  font-family: var(--font-display), sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.status-label.approved {
  color: #6fcea2;
}

.status-label.pending {
  color: var(--gold);
}

.status-label.failed {
  color: #ef6b74;
}

.order-summary {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.6fr 1fr;
  margin: 30px 0;
  padding: 22px 0;
}

.order-summary dt {
  color: rgba(238, 227, 206, 0.5);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.order-summary dd {
  color: var(--cream);
  font-weight: 700;
  margin: 5px 0 0;
}

.ticket-code {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  gap: 5px;
  margin: 0 0 28px;
  padding: 22px;
}

.ticket-code span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ticket-code strong {
  font-family: var(--font-display), sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
}

.ticket-code small {
  opacity: 0.65;
}

.status-event {
  display: grid;
  gap: 5px;
  margin-bottom: 28px;
}

.status-event strong {
  color: var(--gold);
}

.status-event span {
  color: rgba(238, 227, 206, 0.65);
}

.status-card .button {
  margin-top: 12px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 5rem;
  }

  .poster-wrap {
    justify-self: center;
    max-width: 560px;
  }

  .facts,
  .genres {
    grid-template-columns: repeat(2, 1fr);
  }

  .fact:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .fact:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .section-heading,
  .ticket-section,
  .guests-heading {
    grid-template-columns: 1fr;
  }

  .guest-grid {
    grid-template-columns: 1.25fr 0.75fr;
  }

  .guest-featured {
    grid-row: span 2;
  }

  .guest-featured .guest-photo {
    height: 560px;
  }

  .guest-secondary .guest-photo {
    height: 220px;
  }

  .checkout-card {
    max-width: 620px;
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding: 10px 18px;
  }

  .brand img {
    height: 40px;
    width: 126px;
  }

  .header-cta {
    font-size: 0.8rem;
    min-height: 42px;
    padding: 0 14px;
  }

  .hero {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 20vw, 5.5rem);
  }

  .button {
    width: 100%;
  }

  .facts {
    grid-template-columns: 1fr;
    margin: 0 20px;
  }

  .fact,
  .fact:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: auto;
    padding: 24px 18px;
  }

  .fact:first-child {
    border-top: 0;
  }

  .section-heading {
    display: block;
  }

  .guests-heading {
    display: block;
  }

  .section-heading h2,
  .ticket-copy > h2 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
  }

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

  .genres article,
  .genres article:last-child {
    border-bottom: 1px solid var(--line);
    border-left: 0;
    border-right: 0;
    min-height: auto;
    padding: 26px 0;
  }

  .genres h3 {
    margin-top: 1.2rem;
  }

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

  .guest-featured {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .guest-featured .guest-photo {
    height: 440px;
  }

  .guest-secondary .guest-photo {
    height: 240px;
  }

  .guest-secondary .guest-name span {
    font-size: 0.6rem;
  }

  .ticket-section {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-card {
    box-shadow: 9px 9px 0 rgba(169, 31, 39, 0.38);
    width: 100%;
  }

  .checkout-topline strong {
    font-size: 2.55rem;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  footer p {
    text-align: left;
  }

  .order-summary {
    grid-template-columns: 1fr;
  }

  .ticket-code strong {
    font-size: 1.85rem;
  }
}

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

  * {
    transition: none !important;
  }
}
