:root {
  color-scheme: dark;
  --bg: #07090f;
  --bg-soft: #0d1320;
  --surface: #111827;
  --surface-high: #182235;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f7f8fb;
  --muted: #aab3c2;
  --lime: #ccff33;
  --cyan: #48d7ff;
  --violet: #9a7cff;
  --coral: #ff745c;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
  --radius: 8px;
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  background:
    linear-gradient(rgba(204, 255, 51, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 215, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(154, 124, 255, 0.14), transparent 38rem),
    var(--bg);
  background-size: 48px 48px, 48px 48px, auto, auto;
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.modal-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 9, 15, 0.78);
  padding: 0.9rem 5vw;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
}

.brand__mark {
  flex: 0 0 auto;
}

.brand__text {
  display: grid;
  line-height: 1.05;
}

.brand__text small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.main-nav a {
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.72rem 1rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--accent {
  background: var(--lime);
  color: #121706;
}

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

.section-grid,
.section,
.site-footer {
  width: min(1120px, 90vw);
  margin-inline: auto;
}

.hero {
  display: grid;
  min-height: 78svh;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 3rem;
  padding: 9.2rem 0 4.8rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.04;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.3rem;
  font-size: 4.7rem;
  font-weight: 950;
}

h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 930;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.28rem;
  font-weight: 880;
}

.hero__lead {
  max-width: 44rem;
  color: var(--muted);
  font-size: 1.16rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.radio-player {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), transparent 45%),
    linear-gradient(180deg, var(--surface-high), rgba(17, 24, 39, 0.88));
  box-shadow: var(--shadow);
  padding: 1.15rem;
}

.radio-player::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(204, 255, 51, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  content: "";
  opacity: 0.5;
  pointer-events: none;
}

.radio-player > * {
  position: relative;
}

.radio-player__top,
.radio-player__track,
.site-footer,
.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(204, 255, 51, 0.28);
  border-radius: 999px;
  background: rgba(204, 255, 51, 0.12);
  color: var(--lime);
  padding: 0.38rem 0.62rem;
  font-size: 0.72rem;
  font-weight: 900;
}

.live-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 16px var(--lime);
  animation: pulse 1.2s ease-in-out infinite;
}

.radio-player__city {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.radio-player__visual {
  display: grid;
  min-height: 220px;
  place-items: center;
  margin: 1rem 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(72, 215, 255, 0.08), transparent 42%),
    rgba(0, 0, 0, 0.2);
}

.signal-ring {
  position: absolute;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(204, 255, 51, 0.42);
  border-radius: 50%;
  box-shadow:
    inset 0 0 28px rgba(204, 255, 51, 0.14),
    0 0 34px rgba(204, 255, 51, 0.16);
  animation: rotateRing 8s linear infinite;
}

.signal-ring::before,
.signal-ring::after {
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(154, 124, 255, 0.5);
  border-radius: inherit;
  content: "";
}

.signal-ring::after {
  inset: 44px;
  border-color: rgba(255, 116, 92, 0.44);
}

.equalizer {
  display: flex;
  height: 120px;
  align-items: center;
  gap: 0.5rem;
}

.equalizer span {
  display: block;
  width: 10px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(var(--lime), var(--cyan));
  box-shadow: 0 0 18px rgba(204, 255, 51, 0.22);
  animation: eq 920ms ease-in-out infinite alternate;
}

.equalizer span:nth-child(2) {
  animation-delay: 80ms;
}

.equalizer span:nth-child(3) {
  animation-delay: 160ms;
}

.equalizer span:nth-child(4) {
  animation-delay: 240ms;
}

.equalizer span:nth-child(5) {
  animation-delay: 320ms;
}

.equalizer span:nth-child(6) {
  animation-delay: 400ms;
}

.equalizer span:nth-child(7) {
  animation-delay: 480ms;
}

.radio-player:not(.is-playing) .equalizer span,
.radio-player:not(.is-playing) .signal-ring {
  animation-play-state: paused;
  opacity: 0.42;
}

.radio-player__track {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1rem;
}

.radio-player__track span,
.radio-player__track em,
.card-meta {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.radio-player__track strong {
  font-size: 1.55rem;
  line-height: 1.1;
}

.play-button {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 0;
  border-radius: var(--radius);
  background: var(--text);
  color: #07100b;
  font-weight: 900;
}

.play-button__pause {
  width: 14px;
  height: 16px;
  border-right: 4px solid currentColor;
  border-left: 4px solid currentColor;
}

.radio-player:not(.is-playing) .play-button__pause {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid currentColor;
  border-right: 0;
}

.radio-player__note {
  margin: 0.95rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid rgba(204, 255, 51, 0.22);
  background: #10160f;
  color: var(--lime);
  font-weight: 950;
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker 22s linear infinite;
}

.ticker span {
  padding: 0.9rem 1.4rem;
  white-space: nowrap;
}

.ticker span::after {
  margin-left: 1.4rem;
  color: var(--violet);
  content: "/";
}

.section {
  padding: 5.5rem 0;
}

.section--band {
  position: relative;
}

.section--band::before {
  position: absolute;
  inset: 0 50%;
  z-index: -1;
  width: 100vw;
  margin-left: -50vw;
  background: rgba(255, 255, 255, 0.035);
  content: "";
}

.section__header {
  max-width: 680px;
  margin: 0 auto 2rem;
  text-align: center;
}

.section__header--left {
  margin: 0;
  text-align: left;
}

.section__header p:not(.eyebrow),
.project-card p,
.artist-card p,
.show-card p,
.event-card p,
.final-cta p,
.site-footer p {
  color: var(--muted);
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artist-card,
.project-card,
.show-card,
.event-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 24, 39, 0.72);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.artist-card,
.project-card,
.show-card {
  padding: 1rem;
}

.project-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  background:
    linear-gradient(135deg, rgba(204, 255, 51, 0.11), transparent 52%),
    rgba(17, 24, 39, 0.76);
}

.project-card:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(72, 215, 255, 0.11), transparent 52%),
    rgba(17, 24, 39, 0.76);
}

.project-card:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(154, 124, 255, 0.12), transparent 52%),
    rgba(17, 24, 39, 0.76);
}

.project-card__index {
  display: inline-flex;
  margin-bottom: 2.3rem;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.artist-card__visual {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    #0b101b;
  background-size: 24px 24px;
}

.artist-card__visual::before,
.artist-card__visual::after,
.artist-card__visual span {
  position: absolute;
  content: "";
}

.artist-card__visual::before {
  inset: 24px 36px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: rotate(-12deg);
}

.artist-card__visual::after {
  right: 18px;
  bottom: 18px;
  width: 86px;
  height: 86px;
  border: 1px dashed currentColor;
  border-radius: 50%;
}

.artist-card__visual span {
  top: 54px;
  left: 42px;
  width: 62%;
  height: 52px;
  background: currentColor;
  clip-path: polygon(0 30%, 18% 0, 36% 55%, 55% 12%, 72% 78%, 100% 32%, 100% 100%, 0 100%);
  opacity: 0.86;
}

.artist-card__visual--lime {
  color: var(--lime);
}

.artist-card__visual--violet {
  color: var(--violet);
}

.artist-card__visual--coral {
  color: var(--coral);
}

.text-link {
  display: inline-flex;
  margin-top: 0.4rem;
  color: var(--lime);
  font-weight: 900;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
}

.show-card {
  min-height: 220px;
  background:
    linear-gradient(135deg, rgba(154, 124, 255, 0.12), transparent 50%),
    rgba(17, 24, 39, 0.78);
}

.show-card:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(72, 215, 255, 0.11), transparent 50%),
    rgba(17, 24, 39, 0.78);
}

.show-card:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(255, 116, 92, 0.12), transparent 50%),
    rgba(17, 24, 39, 0.78);
}

.event-list {
  display: grid;
  gap: 1rem;
}

.search-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.7fr);
  align-items: center;
  gap: 2rem;
}

.style-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}

.style-tags span {
  border: 1px solid rgba(204, 255, 51, 0.24);
  border-radius: 999px;
  background: rgba(204, 255, 51, 0.08);
  color: var(--text);
  padding: 0.55rem 0.78rem;
  font-size: 0.9rem;
  font-weight: 850;
}

.event-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1.05rem;
}

.event-card__date {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(204, 255, 51, 0.28);
  border-radius: var(--radius);
  background: rgba(204, 255, 51, 0.1);
  color: var(--lime);
  line-height: 1;
}

.event-card__date strong {
  font-size: 2rem;
}

.event-card__date span {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.territory-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
  align-items: center;
  gap: 3rem;
}

.city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.city-tags span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  padding: 0.42rem 0.65rem;
  font-size: 0.84rem;
  font-weight: 750;
}

.territory-map {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(145deg, rgba(72, 215, 255, 0.12), rgba(154, 124, 255, 0.1) 48%, rgba(204, 255, 51, 0.08));
  background-size: 34px 34px, 34px 34px, auto;
}

.map-line {
  position: absolute;
  top: 55%;
  left: 12%;
  width: 76%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lime), var(--cyan), var(--violet), var(--coral));
  transform: rotate(-15deg);
  transform-origin: left center;
}

.map-stop {
  position: absolute;
  display: grid;
  gap: 0.45rem;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 900;
}

.map-stop span {
  width: 18px;
  height: 18px;
  border: 4px solid var(--bg);
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(204, 255, 51, 0.45);
}

.map-stop--one {
  top: 58%;
  left: 10%;
}

.map-stop--two {
  top: 44%;
  left: 35%;
}

.map-stop--two span {
  background: var(--cyan);
}

.map-stop--three {
  top: 33%;
  left: 59%;
}

.map-stop--three span {
  background: var(--violet);
}

.map-stop--four {
  top: 22%;
  right: 9%;
}

.map-stop--four span {
  background: var(--coral);
}

.final-cta {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.final-cta div {
  max-width: 660px;
}

.site-footer {
  padding: 2rem 0;
  color: var(--muted);
}

.site-footer strong,
.site-footer a {
  color: var(--text);
}

.site-footer__contact {
  display: grid;
  gap: 0.25rem;
}

.site-footer__contact span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.modal[hidden] {
  display: none;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.modal__panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(92svh, 860px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-soft);
  box-shadow: var(--shadow);
  padding: 1.35rem;
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1;
}

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

.candidate-form label {
  display: grid;
  gap: 0.42rem;
}

.candidate-form label span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.candidate-form input,
.candidate-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  padding: 0.82rem 0.9rem;
  outline: none;
}

.candidate-form textarea {
  resize: vertical;
}

.candidate-form input:focus,
.candidate-form textarea:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(204, 255, 51, 0.12);
}

.candidate-form__wide {
  grid-column: 1 / -1;
}

.candidate-form__check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.candidate-form__check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  accent-color: var(--lime);
}

.form-status {
  display: none;
  margin: 0;
  border-radius: var(--radius);
  padding: 0.8rem 0.9rem;
  font-weight: 800;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background: rgba(204, 255, 51, 0.12);
  color: var(--lime);
}

.form-status.is-error {
  background: rgba(255, 116, 92, 0.12);
  color: var(--coral);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.86);
  }

  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes rotateRing {
  to {
    transform: rotate(360deg);
  }
}

@keyframes eq {
  from {
    height: 24px;
  }

  to {
    height: 108px;
  }
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 940px) {
  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    top: var(--header-height);
    right: 5vw;
    left: 5vw;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(13, 19, 32, 0.98);
    padding: 0.6rem;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a,
  .main-nav .button {
    justify-content: flex-start;
    padding: 0.9rem;
  }

  .hero,
  .search-layout,
  .territory-layout {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 11ch;
    font-size: 3.4rem;
  }

  .card-grid--three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 70px;
  }

  .site-header {
    padding-inline: 1rem;
  }

  .brand__text small {
    display: none;
  }

  .section-grid,
  .section,
  .site-footer {
    width: min(100% - 2rem, 1120px);
  }

  .hero {
    min-height: auto;
    gap: 2rem;
    padding-top: 8rem;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .radio-player__visual {
    min-height: 190px;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .event-card__date {
    width: 64px;
    height: 64px;
  }

  .territory-map {
    min-height: 300px;
  }

  .map-stop strong {
    max-width: 110px;
  }

  .final-cta,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

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