:root {
  --bg: #000000;
  --surface-gray: rgba(255, 255, 255, 0.04);
  --card: rgba(0, 100, 126, 0.12);
  --card-border: rgba(0, 100, 126, 0.35);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --accent: #f2d84c;
  --accent-strong: #00a7c7;
  --gradient-a: #00647e;
  --gradient-b: #00a7c7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-shell {
  overflow-x: hidden;
}

.hero-section {
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--bg);
  padding: max(0.5rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
}

.hero-wave {
  position: absolute;
  left: -4vw;
  top: 54%;
  width: min(92vw, 1220px);
  height: auto;
  max-width: none;
  transform: translateY(-18%) rotate(-8deg);
  object-fit: contain;
  object-position: left center;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}

.hero-title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero-line {
  display: block;
  white-space: nowrap;
  letter-spacing: -0.04em;
}

.hero-line-benefiz {
  font-size: clamp(2.2rem, min(16vw, 14vh), 11rem);
}

.hero-line-ambacks {
  font-size: clamp(1.8rem, min(12vw, 14vh), 11rem);
}

.hero-divider {
  width: min(12rem, 42vw);
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.section-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gradient-b), var(--gradient-a), transparent);
}

.hero-kicker {
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.btn-accent {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.6rem;
  padding: 0.95rem 2.4rem;
  border-radius: 0.25rem;
  background: var(--accent);
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 0;
  box-shadow: 0 0 24px rgba(242, 216, 76, 0.25);
}

.btn-accent:hover {
  background: #f5df6f;
  color: #000;
  transform: translateY(-1px);
}

.hero-meta {
  position: absolute;
  z-index: 2;
}

.hero-meta span {
  display: block;
  color: var(--accent);
  font-weight: 900;
  line-height: 1.05;
}

.hero-meta-top {
  top: 1rem;
  right: 1rem;
}

.hero-meta-top span {
  font-size: clamp(0.95rem, 2.4vw, 2.25rem);
}

.hero-meta-bottom {
  right: 1rem;
  bottom: 4.4rem;
  max-width: 18rem;
}

.hero-location {
  font-size: clamp(0.9rem, 2vw, 1.25rem);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-address {
  color: var(--muted);
  font-size: 0.85rem;
}

.content-section {
  position: relative;
  padding: 4.5rem 0;
}

.gray-section {
  background: var(--surface-gray);
}

.black-section {
  background: var(--bg);
}

.section-header {
  position: relative;
  z-index: 1;
  margin-bottom: 2.25rem;
}

.section-subtitle {
  max-width: 50rem;
  margin-inline: auto;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.normal-case {
  text-transform: none !important;
}

.text-accent {
  color: var(--accent);
}

.text-gradient {
  background: linear-gradient(135deg, var(--gradient-a), var(--gradient-b));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.info-card {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 1.6rem;
  background: var(--card);
  border: 1px solid var(--card-border);
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.info-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 167, 199, 0.7);
}

.card-title {
  margin-bottom: 0.9rem;
  color: var(--text);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
}

.card-title-sm {
  margin-bottom: 0;
  font-size: clamp(1.15rem, 2.3vw, 1.4rem);
}

.card-text {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.band-card {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(12, 16, 20, 0.96), rgba(7, 9, 12, 0.98));
  border: 1px solid rgba(0, 167, 199, 0.22);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.band-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%);
  pointer-events: none;
}

.band-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 216, 76, 0.42);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.38);
}

.band-card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 1.4rem 1.2rem 0.8rem;
  background:
    radial-gradient(circle at top, rgba(0, 167, 199, 0.12), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
}

.band-card-media::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 216, 76, 0.45), transparent);
}

.band-card-image {
  width: 100%;
  max-width: 250px;
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.45));
}

.band-card-image-wide {
  max-width: 320px;
  max-height: 180px;
}

.band-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.45rem;
  padding: 1.35rem 1.45rem 1.6rem;
}

.band-card-label {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.band-card .card-title {
  margin-bottom: 0.35rem;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.band-card .card-text {
  font-size: 0.98rem;
  line-height: 1.7;
}

.host-card {
  max-width: 920px;
  margin-inline: auto;
}

.host-logo {
  width: 100%;
  max-width: 18rem;
  margin-bottom: 1.4rem;
}

.support-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 12, 16, 0.95), rgba(10, 14, 18, 0.98));
  border: 1px solid rgba(0, 167, 199, 0.22);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.support-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 216, 76, 0.45);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.support-card-media {
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.15rem 1rem;
}

.support-card-media-dark {
  background:
    radial-gradient(circle at top, rgba(0, 167, 199, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
}

.support-card-media::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 216, 76, 0.35), transparent);
}

.support-card-image {
  width: min(100%, 210px);
  height: 110px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
}

.support-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.15rem 1.15rem 1.35rem;
}

.support-card .card-title {
  margin-bottom: 0;
}

.support-card-link {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.purpose-section {
  background: var(--bg);
}

.purpose-copy {
  max-width: 860px;
  margin: 0 auto 3rem;
}

.purpose-intro {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.purpose-highlight {
  margin-bottom: 0;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 800;
  line-height: 1.6;
}

.stat-card {
  text-align: center;
}

.stat-icon {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: var(--accent-strong);
  font-size: 2rem;
}

.stat-label {
  margin-bottom: 0.45rem;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.stat-value {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.6;
}

.tickets-section {
  background: var(--surface-gray);
}

.tickets-pricing {
  max-width: 860px;
  margin: 0 auto 2rem;
}

.tickets-price-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  color: var(--text);
  font-weight: 900;
  line-height: 1.18;
}

.pricing-topline {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.pricing-line {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
}

.tickets-intro {
  max-width: 760px;
  margin: 0 auto 2rem;
  color: var(--muted);
  font-size: 1rem;
}

.ticket-card .card-title {
  padding-bottom: 0.85rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

.ticket-meta {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.ticket-line {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}

.ticket-line i {
  color: var(--accent-strong);
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: 0.18rem;
}

.ticket-line p,
.ticket-hours li {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.ticket-label {
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ticket-hours {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.ticket-hours li {
  border-left: 2px solid rgba(0, 167, 199, 0.45);
  padding-left: 0.8rem;
}

.site-footer {
  padding: 2rem 0 max(2rem, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--bg);
}

.gray-footer {
  background: var(--surface-gray);
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 700;
}

.footer-copy {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-links {
  color: var(--muted);
  font-size: 0.92rem;
  display: inline-flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--accent);
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .content-section {
    padding: 3.5rem 0;
  }

  .hero-wave {
    left: -18vw;
    top: 58%;
    width: min(138vw, 980px);
    height: auto;
    transform: translateY(-16%) rotate(-8deg);
    opacity: 0.46;
  }

  .hero-meta-top {
    top: 0.9rem;
    right: 0.9rem;
    max-width: 45%;
  }

  .hero-meta-bottom {
    right: 0.9rem;
    bottom: 4rem;
    max-width: 12rem;
  }

  .btn-accent {
    width: min(100%, 18rem);
  }

  .band-card-media {
    min-height: 230px;
    padding-top: 1.15rem;
  }

  .band-card-body {
    padding: 1.2rem 1.2rem 1.35rem;
  }

  .support-card-media {
    min-height: 170px;
  }
}

@media (max-width: 575.98px) {
  .hero-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .hero-divider {
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
  }

  .purpose-highlight {
    font-size: 1.05rem;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .hero-section {
    align-items: flex-start !important;
    padding-top: max(1rem, env(safe-area-inset-top));
  }

  .hero-wave {
    left: -2vw;
    top: 60%;
    width: min(92vw, 900px);
    height: auto;
    transform: translateY(-14%) rotate(-8deg);
    opacity: 0.36;
  }

  .hero-title {
    line-height: 0.95;
  }

  .hero-divider {
    width: 8rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .hero-kicker {
    font-size: 0.62rem;
  }

  .btn-accent {
    margin-top: 0.9rem;
    padding: 0.6rem 1.2rem;
    font-size: 0.82rem;
  }

  .hero-meta-top span {
    font-size: 0.82rem;
  }

  .hero-meta-bottom {
    bottom: 2.6rem;
    max-width: 9rem;
  }

  .hero-location {
    font-size: 0.72rem;
  }

  .hero-address {
    font-size: 0.62rem;
  }
}
