:root {
  --bg: #07070a;
  --bg-soft: #11111a;
  --text: #f0f1f5;
  --muted: #b7bbca;
  --purple: #7a4dff;
  --orange: #ff8a1f;
  --line: rgba(255, 255, 255, 0.14);
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: radial-gradient(circle at 10% 0%, #141422 0%, var(--bg) 45%, #050507 100%);
  color: var(--text);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

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

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: auto;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(5, 5, 8, 0.62) 0%, rgba(5, 5, 8, 0.36) 50%, rgba(5, 5, 8, 0.14) 100%),
    url("/static/images/hero-stage-bg.jpg") center / cover no-repeat;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 7, 0.08), rgba(5, 5, 7, 0.28));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: auto;
  padding: 1.2rem 0 1.6rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 1rem;
}

.hero-copy {
  order: 1;
  max-width: 680px;
}

.hero-art {
  order: 2;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  color: #c9baff;
}

h1 {
  margin: 0.3rem 0 0;
  font-size: clamp(2rem, 12vw, 3.3rem);
  line-height: 1;
}

.tagline {
  margin: 0.4rem 0 0.7rem;
  color: var(--orange);
  font-size: clamp(1.22rem, 6.6vw, 1.7rem);
  font-weight: 700;
}

.lede {
  margin: 0 0 0.5rem;
  max-width: 46ch;
  color: #e8e9ef;
  font-size: clamp(1.08rem, 2.1vw, 1.3rem);
  line-height: 1.45;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.36);
}

.lede-tight {
  color: #f4f5fb;
  font-size: clamp(1.18rem, 2.45vw, 1.46rem);
  line-height: 1.38;
  font-weight: 600;
}

.lede-support {
  font-size: clamp(0.95rem, 1.85vw, 1.1rem);
  line-height: 1.42;
}

.fit-points {
  margin: 0.65rem 0 0.72rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.fit-points li {
  border: 1px solid rgba(255, 173, 108, 0.5);
  background:
    linear-gradient(120deg, rgba(255, 138, 31, 0.26) 0%, rgba(255, 138, 31, 0.1) 48%, rgba(8, 8, 13, 0.48) 100%),
    rgba(8, 8, 13, 0.54);
  border-radius: 999px;
  padding: 0.24rem 0.56rem;
  font-size: 0.82rem;
  color: #fff4e7;
}

.reserve-text {
  margin: 0.95rem 0 0;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(1.12rem, 2.4vw, 1.5rem);
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.reserve-text-sub {
  margin-top: 0.42rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #ffd8af;
}

.signup-counter {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: baseline;
  gap: 0.6rem;
  border: 1px solid rgba(255, 173, 108, 0.34);
  background: rgba(13, 11, 22, 0.72);
  border-radius: 999px;
  padding: 0.35rem 0.72rem;
}

.counter-label {
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffd8af;
}

.counter-value {
  font-size: 1.08rem;
  font-weight: 700;
  color: #ffffff;
}

.cta-row {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.6rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.71rem;
  font-weight: 700;
  padding: 0.74rem 0.94rem;
  border-radius: 8px;
  border: 1px solid transparent;
}

.btn-main {
  background: linear-gradient(135deg, #ff9a32, #ff7f12);
  color: #1b1208;
}

.btn-alt {
  background: rgba(122, 77, 255, 0.22);
  border-color: rgba(167, 136, 255, 0.66);
  color: #f3eefe;
}

.hero-art img {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  border-radius: 14px;
  border: 0;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.34);
}

.band {
  padding: clamp(1.8rem, 5vw, 3rem) 0;
}

.quick {
  background: linear-gradient(180deg, rgba(20, 16, 30, 0.65), rgba(10, 10, 15, 0.92));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.78rem;
}

.quick-grid article {
  border: 1px solid var(--line);
  background: rgba(20, 18, 30, 0.58);
  border-radius: 12px;
  padding: 1rem;
}

.venue-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.82rem;
}

.venue-grid article {
  border: 1px solid var(--line);
  background: rgba(20, 18, 30, 0.6);
  border-radius: 12px;
  padding: 1rem;
}

.venue-grid h3 {
  margin: 0;
  font-size: clamp(1.02rem, 2.4vw, 1.34rem);
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.venue-grid p {
  margin: 0.55rem 0 0;
  color: #d5d9e9;
}

h2 {
  margin: 0;
  font-size: clamp(1.2rem, 5.9vw, 1.9rem);
  line-height: 1.2;
}

.quick-grid p {
  margin: 0.6rem 0 0;
  color: var(--muted);
}

.section-title {
  margin-bottom: 0.9rem;
}

.coming-title {
  margin-bottom: 0.35rem;
  font-size: clamp(1.8rem, 6.4vw, 3rem);
  letter-spacing: 0.01em;
}

.coming-subtitle {
  margin: 0 0 0.52rem;
  color: #f2f3fb;
  font-size: clamp(1.03rem, 2.2vw, 1.3rem);
  font-weight: 600;
}

.coming-contrast {
  margin: 0.2rem 0 0;
  color: #cfd3e4;
}

.coming-contrast-strong {
  margin-bottom: 0.9rem;
  color: #ffcf9d;
}

.coming {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(11, 10, 18, 0.88), rgba(8, 7, 13, 0.9)),
    url("/static/images/hero-stage-bg.jpg") center / cover no-repeat;
}

.moment-list {
  display: grid;
  gap: 0.6rem;
}

.moment-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  border: 1px solid rgba(255, 170, 105, 0.26);
  border-radius: 12px;
  background:
    linear-gradient(115deg, rgba(255, 138, 31, 0.12) 0%, rgba(255, 138, 31, 0.04) 36%, rgba(12, 11, 20, 0.82) 100%),
    rgba(12, 11, 20, 0.72);
  padding: 0.9rem 1rem;
}

.moment-row-alt {
  grid-template-columns: 180px minmax(0, 1fr);
}

.moment-row-alt .moment-kicker {
  order: unset;
  text-align: left;
}

.moment-row-alt .moment-copy {
  order: unset;
  text-align: left;
}

.moment-kicker {
  margin: 0;
  font-size: clamp(1.35rem, 3.1vw, 1.9rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #ff8a1f;
  text-shadow: 0 0 20px rgba(122, 77, 255, 0.26);
  padding-top: 0.06rem;
}

.moment-copy h3 {
  margin: 0;
  font-size: clamp(1.01rem, 2.5vw, 1.28rem);
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.moment-copy p {
  margin: 0.35rem 0 0;
  color: #d9ddec;
}

.reserve {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 13, 22, 0.95), rgba(7, 7, 10, 1));
}

.reserve-lead {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.form-grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.82rem;
}

.form-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(18, 18, 27, 0.78);
  padding: 1rem;
}

.form-card h3 {
  margin: 0 0 0.72rem;
  color: #f5f6fd;
}

label {
  display: block;
  margin: 0.65rem 0 0.3rem;
  font-size: 0.88rem;
  color: #dadced;
}

input,
select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(10, 10, 15, 0.94);
  color: var(--text);
  border-radius: 8px;
  padding: 0.68rem 0.74rem;
  font: inherit;
  font-size: 16px;
}

input:focus,
select:focus {
  outline: none;
  border-color: #a687ff;
  box-shadow: 0 0 0 2px rgba(166, 135, 255, 0.25);
}

button.btn {
  margin-top: 0.95rem;
  cursor: pointer;
}

.form-note {
  min-height: 1.2rem;
  margin: 0.7rem 0 0;
  font-size: 0.86rem;
  color: #cfd2e2;
}

.form-note.ok {
  color: #7effb5;
}

.form-note.err {
  color: #ffb3b3;
}

.optin-row {
  margin-top: 0.8rem;
  display: flex;
  align-items: flex-start;
  gap: 0.52rem;
  font-size: 0.88rem;
}

.optin-row input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-top: 0.12rem;
  accent-color: #ff8a1f;
}

.optin-help {
  margin: 0.38rem 0 0;
  color: #bac0d4;
  font-size: 0.82rem;
}

.privacy-promise {
  margin-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(22, 16, 36, 0.8), rgba(12, 12, 18, 0.9));
  padding: 1rem;
}

.privacy-promise h3 {
  margin: 0;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  color: #f8f5ff;
}

.privacy-promise p {
  margin: 0.55rem 0 0;
  color: #d3d7e6;
}

.privacy-line {
  color: #ffbd7f;
  font-weight: 600;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.1rem 0 1.6rem;
}

.site-footer p {
  margin: 0;
  color: #9ea3b8;
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }
}

@media (min-width: 700px) {
  .hero-inner {
    padding: 2rem 0 2.2rem;
    gap: 1.25rem;
  }

  h1 {
    font-size: clamp(2.3rem, 7vw, 4rem);
  }

  .tagline {
    font-size: clamp(1.3rem, 4vw, 1.9rem);
  }

  .hero-art img {
    max-width: 520px;
  }

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

@media (min-width: 1024px) {
  .hero {
    min-height: 86vh;
  }

  .hero-inner {
    min-height: 86vh;
    padding: clamp(2.2rem, 5vw, 4.5rem) 0;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
    gap: 1.6rem;
  }

  .hero-copy,
  .hero-art {
    order: unset;
  }

  h1 {
    font-size: clamp(2.8rem, 5.6vw, 4.8rem);
  }

  .tagline {
    font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  }

  .hero-art img {
    max-width: 560px;
    margin-left: auto;
    margin-right: 0;
  }

  .quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

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

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

@media (max-width: 699px) {
  .hero-inner {
    padding-top: 0.9rem;
    padding-bottom: 1.2rem;
  }

  .hero-copy {
    background: rgba(7, 7, 11, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 0.9rem 0.82rem 1rem;
  }

  .hero-art img {
    max-width: 360px;
    max-height: 220px;
    object-fit: cover;
    object-position: center top;
  }

  .cta-row {
    margin-top: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .cta-row .btn {
    text-align: center;
  }

  .lede-tight {
    font-size: clamp(1.05rem, 5.3vw, 1.2rem);
  }

  .reserve-text {
    font-size: clamp(1rem, 5.4vw, 1.3rem);
  }

  .moment-row,
  .moment-row-alt {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .moment-row-alt .moment-kicker,
  .moment-row-alt .moment-copy {
    order: unset;
    text-align: left;
  }
}
