:root {
  color-scheme: dark;
  --black: #030405;
  --ink: #090b0c;
  --panel: rgba(10, 12, 13, 0.78);
  --line: rgba(230, 238, 238, 0.16);
  --text: #f1f5f2;
  --muted: #9aa4a3;
  --steel: #b9c6c2;
  --acid: #d9ff43;
  --red: #ff263b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--text);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, system-ui, sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 54px 54px,
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 54px 54px,
    radial-gradient(circle at 78% 16%, rgba(255, 38, 59, 0.14), transparent 24rem),
    #030405;
}

a {
  color: inherit;
  text-decoration: none;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 5;
  opacity: 0.18;
  mix-blend-mode: screen;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 3px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: linear-gradient(180deg, rgba(3, 4, 5, 0.92), rgba(3, 4, 5, 0.15));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-mark {
  width: 1.1rem;
  height: 1.1rem;
  background:
    linear-gradient(90deg, var(--red) 0 24%, transparent 24% 38%, var(--steel) 38% 58%, transparent 58% 70%, var(--acid) 70% 100%);
  clip-path: polygon(0 0, 100% 14%, 74% 100%, 0 74%);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 2vw, 1.6rem);
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--text);
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  padding: 8rem clamp(1rem, 5vw, 4.5rem) 4rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: brightness(1.22) contrast(1.08);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.62), rgba(3, 4, 5, 0.22) 42%, rgba(3, 4, 5, 0.5)),
    linear-gradient(180deg, rgba(3, 4, 5, 0.06), rgba(3, 4, 5, 0.72));
}

.scanline {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: repeating-linear-gradient(180deg, transparent 0 7px, rgba(255, 255, 255, 0.05) 8px);
  opacity: 0.25;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(64rem, 100%);
}

.kicker,
.section-label {
  margin: 0 0 1rem;
  color: var(--acid);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 15ch;
  margin-bottom: 1.1rem;
  font-size: clamp(3.35rem, 8vw, 6.9rem);
  line-height: 0.86;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.3rem, 6vw, 5.3rem);
  line-height: 0.9;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 42rem;
  color: #dce3df;
  font-family: Arial, system-ui, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.primary {
  background: var(--acid);
  color: #111;
  border-color: var(--acid);
}

.ghost {
  background: rgba(255, 255, 255, 0.06);
}

.hero-panel {
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: 2rem;
  z-index: 2;
  width: min(23rem, calc(100% - 2rem));
  display: grid;
  border: 1px solid var(--line);
  background: rgba(4, 5, 6, 0.68);
  backdrop-filter: blur(16px);
}

.hero-panel > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--line);
}

.hero-panel > div:last-child {
  border-bottom: 0;
}

.hero-social-row {
  align-items: center;
}

.hero-social-links {
  display: flex;
  gap: 0.55rem;
  padding: 0;
  border-bottom: 0;
}

.hero-social-links a {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.hero-social-links a:hover {
  transform: translateY(-2px);
  border-color: var(--acid);
  background: rgba(217, 255, 67, 0.12);
}

.hero-social-links img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

.hero-panel span,
.date-card p,
.grid-section p,
.bio p,
.booking p,
footer {
  color: var(--muted);
  font-family: Arial, system-ui, sans-serif;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #0b0d0e;
}

.ticker-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: moveTicker 24s linear infinite;
}

.ticker-group {
  display: flex;
  flex: 0 0 100vw;
  justify-content: space-around;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding: 0.9rem 0;
}

.ticker span {
  color: var(--steel);
  font-weight: 900;
  text-transform: uppercase;
}

@keyframes moveTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 5vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}

.split,
.sound,
.bio,
.technical,
.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

.bio {
  align-items: stretch;
}

.dates-list {
  display: grid;
  gap: 0.75rem;
}

.date-card {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) 2.8rem;
  gap: 1rem;
  align-items: center;
  min-height: 6rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.date-card time {
  color: var(--red);
  font-size: 1.7rem;
  font-weight: 900;
}

.date-card h3,
.date-card p {
  margin-bottom: 0.25rem;
}

.date-card a {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--acid);
  font-size: 1.7rem;
}

.date-card.muted {
  border-style: dashed;
}

.sound-copy p:not(.section-label),
.bio p,
.technical p,
.booking p {
  max-width: 40rem;
  font-family: Arial, system-ui, sans-serif;
  line-height: 1.7;
}

.sound-stack {
  display: grid;
  gap: 1rem;
}

.soundcloud-addon {
  overflow: hidden;
  border: 1px solid rgba(255, 85, 0, 0.46);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 85, 0, 0.2), rgba(255, 255, 255, 0.035) 42%),
    rgba(8, 9, 10, 0.92);
}

.soundcloud-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
}

.soundcloud-mark {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 4px;
  background: #ff5500;
  color: #111;
  font-size: 0.92rem;
  font-weight: 900;
}

.soundcloud-header p,
.soundcloud-header strong {
  display: block;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.soundcloud-header p {
  margin-bottom: 0.2rem;
  color: var(--muted);
  font: 0.78rem Arial, system-ui, sans-serif;
}

.soundcloud-header strong {
  color: var(--text);
  font-size: 1.08rem;
}

.soundcloud-link {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.soundcloud-link:hover {
  border-color: rgba(255, 85, 0, 0.75);
  background: rgba(255, 85, 0, 0.16);
}

.soundcloud-addon iframe {
  display: block;
  width: 100%;
  height: 166px;
  border: 0;
  background: #050607;
}

.grid-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  background:
    linear-gradient(135deg, rgba(255, 38, 59, 0.13), transparent 36rem),
    #050607;
}

.grid-section article {
  min-height: 16rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.grid-section span {
  display: block;
  margin-bottom: 3rem;
  color: var(--red);
  font-weight: 900;
}

.poster {
  min-height: 28rem;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #101314;
}

.poster img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.technical {
  background:
    linear-gradient(135deg, rgba(217, 255, 67, 0.08), transparent 34rem),
    #050607;
}

.tech-list {
  display: grid;
  gap: 0.75rem;
}

.tech-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.tech-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.2rem;
  padding: 1rem;
  color: var(--text);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  text-transform: uppercase;
}

.tech-list summary::-webkit-details-marker {
  display: none;
}

.tech-list summary::after {
  content: "+";
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--acid);
  font-size: 1.35rem;
  line-height: 1;
}

.tech-list details[open] summary {
  border-bottom: 1px solid var(--line);
}

.tech-list details[open] summary::after {
  content: "-";
}

.tech-list details p {
  margin: 0;
  padding: 1rem;
  color: var(--muted);
}

.booking {
  background: #07090a;
}

form {
  display: grid;
  gap: 1rem;
}

.booking-form {
  align-content: start;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.full-field {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 0.45rem;
  color: var(--steel);
  font-weight: 900;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font: 1rem Arial, system-ui, sans-serif;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 3px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1rem, 5vw, 4.5rem);
  background: #030405;
  font-size: 0.9rem;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: 100svh;
    padding-top: 9.5rem;
    padding-bottom: 12rem;
  }

  h1 {
    font-size: clamp(3.4rem, 19vw, 5.4rem);
  }

  .hero-panel {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .split,
  .sound,
  .bio,
  .technical,
  .booking,
  .grid-section {
    grid-template-columns: 1fr;
  }

  .date-card {
    grid-template-columns: 4.4rem minmax(0, 1fr) 2.8rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero-actions .button {
    width: 100%;
  }

  .date-card {
    grid-template-columns: 1fr 2.8rem;
  }

  .date-card time {
    grid-column: 1 / -1;
  }
}
