:root {
  color-scheme: dark;
  --bg: #08090b;
  --panel: #111318;
  --panel-soft: #171a20;
  --line: rgba(255, 255, 255, 0.11);
  --text: #f4f5f7;
  --muted: #a7adba;
  --accent: #17f1d1;
  --accent-strong: #f23f74;
  --warm: #f4b35d;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 10%, rgba(23, 241, 209, 0.13), transparent 28rem),
    radial-gradient(circle at 88% 20%, rgba(242, 63, 116, 0.14), transparent 30rem),
    linear-gradient(180deg, #08090b 0%, #0d0f13 48%, #08090b 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 24px;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: 236px;
  height: 88px;
  object-fit: contain;
}

.brand-name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--text);
}

.language-switch {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.lang-button {
  min-width: 40px;
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
}

.lang-button.is-active {
  background: var(--text);
  color: var(--bg);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 64px;
  align-items: center;
  max-width: var(--max);
  min-height: calc(100vh - 74px);
  margin: 0 auto;
  padding: 56px 24px 72px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 100%;
  font-size: clamp(58px, 8.8vw, 108px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-subtitle {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(19px, 2.8vw, 28px);
  line-height: 1.35;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  border: 1px solid var(--line);
  cursor: pointer;
  font-weight: 800;
}

.button.primary {
  border-color: transparent;
  background: var(--accent);
  color: #06110f;
}

.button.primary:hover {
  background: #53ffe5;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.hero-visual {
  position: relative;
  min-height: 640px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(23, 241, 209, 0.28), transparent 34%),
    linear-gradient(20deg, rgba(242, 63, 116, 0.22), transparent 44%),
    #101217;
}

.artist-photo,
.photo-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.artist-photo {
  object-fit: cover;
  filter: grayscale(22%) contrast(1.08);
}

.artist-photo.is-missing {
  display: none;
}

.photo-fallback {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.12);
  font-size: 54px;
  font-weight: 900;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 9, 11, 0.2) 54%, rgba(8, 9, 11, 0.86) 100%);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 24px;
}

.intro-band {
  max-width: none;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.intro-band p {
  max-width: var(--max);
  margin: 0 auto;
  color: var(--text);
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: 52px;
}

.section-text {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.music-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.music-grid.single-track {
  grid-template-columns: minmax(0, 760px);
}

.track-card,
.timeline article,
.booking-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.track-card {
  display: grid;
  min-height: 300px;
  align-content: space-between;
  gap: 24px;
  padding: 18px;
}

.featured-track {
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  align-items: center;
  min-height: 0;
}

.track-content {
  display: grid;
  gap: 12px;
}

.track-cover {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.track-card p,
.timeline p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.track-card a {
  color: var(--accent);
  font-weight: 800;
}

.track-art {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 241, 209, 0.2), rgba(242, 63, 116, 0.24)),
    var(--panel);
}

.track-art span {
  color: rgba(255, 255, 255, 0.18);
  font-size: 54px;
  font-weight: 900;
}

.set-story {
  display: grid;
  gap: 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.set-story p {
  margin-bottom: 0;
}

.booking-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-types span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font-size: 14px;
  font-weight: 800;
}

.set-list {
  border-top: 1px solid var(--line);
}

.set-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 84px;
  border-bottom: 1px solid var(--line);
}

.set-row span {
  font-size: 22px;
  font-weight: 800;
}

.set-row strong {
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

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

.timeline article {
  min-height: 0;
  padding: 20px;
}

.timeline span {
  display: block;
  margin-bottom: 18px;
  color: var(--warm);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.timeline h3 {
  margin-bottom: 10px;
  line-height: 1.22;
}

.timeline p {
  margin-bottom: 0;
}

.booking-list {
  align-items: stretch;
}

.upcoming-events {
  margin-bottom: 28px;
}

.upcoming-heading,
.past-events-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 14px;
}

.upcoming-heading .section-kicker,
.upcoming-heading h3,
.past-events-heading .section-kicker,
.past-events-heading h3 {
  margin-bottom: 0;
}

.upcoming-heading h3,
.past-events-heading h3 {
  font-size: clamp(22px, 3vw, 34px);
}

.past-events-heading {
  margin: 36px 0 14px;
}

.upcoming-list {
  grid-template-columns: minmax(0, 1fr);
}

.upcoming-event {
  border-color: rgba(23, 241, 209, 0.34);
  background: linear-gradient(135deg, rgba(23, 241, 209, 0.08), rgba(255, 255, 255, 0.045));
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 52px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 110px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.social-links a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--muted);
  font-weight: 800;
}

.social-links a:hover {
  color: var(--text);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 20px;
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.booking-form .full {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--text);
  outline: none;
  padding: 13px 14px;
}

input:focus,
textarea:focus {
  border-color: rgba(23, 241, 209, 0.72);
  box-shadow: 0 0 0 3px rgba(23, 241, 209, 0.12);
}

textarea {
  resize: vertical;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 26px 24px 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.footer-logo {
  width: 284px;
  height: 108px;
  object-fit: contain;
  opacity: 0.92;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .split,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 38px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .music-grid,
  .music-grid.single-track,
  .timeline {
    grid-template-columns: 1fr;
  }

  .featured-track {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 16px;
  }

  .brand-logo {
    width: 172px;
    height: 66px;
  }

  .hero,
  .section {
    padding-inline: 16px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .set-row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    padding: 18px 0;
  }

  .set-row strong {
    text-align: left;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}


.bot-field {
  display: none !important;
}

.success-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.success-panel {
  width: min(720px, 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: clamp(28px, 6vw, 64px);
}

.success-panel h1 {
  font-size: clamp(54px, 10vw, 112px);
}

.success-panel p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
