:root {
  --black: #050505;
  --graphite: #101114;
  --gray: #b9bbc2;
  --white: #f5f5f1;
  --red: #d51f2a;
  --blue: #1e67ff;
  --line: rgba(255,255,255,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 48px;
  background: linear-gradient(180deg, rgba(0,0,0,.86), rgba(0,0,0,.18));
  backdrop-filter: blur(12px);
}
.brand {
  font-family: Anton, Impact, sans-serif;
  letter-spacing: .08em;
  font-size: 28px;
}
nav { display: flex; gap: 28px; color: var(--gray); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
nav a:hover { color: var(--white); }
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #050505;
}
.hero-media {
  order: 1;
  width: 100%;
  min-height: clamp(360px, 55vw, 760px);
  background: #000;
  position: relative;
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.12) 65%, rgba(0,0,0,.72) 100%),
    linear-gradient(90deg, rgba(0,0,0,.28), rgba(0,0,0,0) 28%, rgba(0,0,0,.22) 100%);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(100%) contrast(108%);
}
.hero-panel {
  order: 2;
  position: relative;
  z-index: 1;
  padding: 56px 8vw 86px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.96), #050505),
    linear-gradient(90deg, rgba(213,31,42,.08), rgba(0,0,0,0));
  border-top: 1px solid var(--line);
}
.noise {
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.16) .8px, transparent .8px);
  background-size: 4px 4px;
}
.hero-content { position: relative; max-width: 1100px; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  font-size: 12px;
}
h1, h2 { margin: 0; line-height: .95; letter-spacing: -.04em; }
h1 {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(54px, 8.5vw, 124px);
  text-transform: uppercase;
  letter-spacing: .018em;
  line-height: 1.02;
  max-width: 1240px;
}
h2 {
  font-size: clamp(34px, 5vw, 76px);
  max-width: 980px;
}
.lead {
  max-width: 720px;
  margin: 28px 0 34px;
  color: #dedede;
  font-size: clamp(18px, 2vw, 24px);
}
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--line);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: 800;
}
.btn.primary { background: var(--red); border-color: var(--red); color: white; }
.btn.secondary { background: rgba(255,255,255,.06); }
.intro, .members, .repertoire, .agenda, .videos, .contact {
  padding: 110px 8vw;
  border-top: 1px solid var(--line);
}
.intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  background: linear-gradient(180deg, #050505, #101114);
}
.copy-block p {
  color: var(--gray);
  font-size: 19px;
  margin: 0 0 22px;
}
.photo-band img {
  display: block;
  width: 100%;
  height: min(68vw, 760px);
  object-fit: cover;
  filter: grayscale(18%) contrast(105%);
}
.members { background: #08090b; }
.members h2 { margin-bottom: 42px; }
.member-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.member-grid article {
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.member-grid span { color: var(--gray); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.member-grid strong { font-size: 22px; line-height: 1.1; }
.repertoire {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: start;
  background: var(--graphite);
}
.bands-list { display: flex; flex-wrap: wrap; gap: 12px; }
.bands-list span {
  padding: 14px 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: #e5e5e5;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.flag-strip {
  min-height: 520px;
  display: grid;
  align-items: end;
  padding: 90px 8vw;
  background:
    linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.32)),
    url('assets/british-flag-bg.png') center / cover no-repeat;
  border-top: 1px solid var(--line);
}
.strip-content { max-width: 840px; }
.strip-content p { color: var(--gray); font-size: 22px; max-width: 700px; }

.agenda {
  background: #08090b;
  border-top: 1px solid var(--line);
}
.agenda-list {
  margin-top: 42px;
  display: grid;
  gap: 14px;
}
.agenda-card {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
}
.agenda-date {
  min-height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(213,31,42,.12);
  text-align: center;
}
.agenda-date span {
  display: block;
  font-family: Anton, Impact, sans-serif;
  font-size: 44px;
  line-height: .9;
}
.agenda-date strong {
  display: block;
  margin-top: 6px;
  color: var(--red);
  font-size: 13px;
  letter-spacing: .18em;
}
.agenda-info h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
}
.agenda-info p {
  margin: 0;
  color: var(--gray);
  font-size: 18px;
}
.agenda-note {
  margin-top: 10px !important;
  color: #e5e5e5 !important;
}
.agenda-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 900;
}
.agenda-link:hover {
  background: var(--red);
  border-color: var(--red);
}
.agenda-empty {
  margin-top: 42px;
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--gray);
  font-size: 22px;
}
.agenda-empty p { margin: 0; }

@media (max-width: 900px) {
  .agenda-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .agenda-date {
    width: 120px;
  }
  .agenda-link {
    width: 100%;
  }
}

.videos { background: #050505; }
.section-note {
  max-width: 720px;
  color: var(--gray);
  font-size: 20px;
  margin: 24px 0 0;
}
.video-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.video-card {
  position: relative;
  aspect-ratio: 16/9;
  border: 1px solid var(--line);
  background: #000;
  overflow: hidden;
}
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.playlist-link { margin-top: 28px; }
.playlist-link a {
  display: inline-flex;
  padding: 14px 18px;
  border: 1px solid var(--line);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .06em;
}
.playlist-link a:hover { background: var(--red); }
.downloads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.downloads a {
  padding: 34px 8vw;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .08em;
  color: var(--white);
  background: #0d0e11;
}
.downloads a + a { border-left: 1px solid var(--line); }
.downloads a:hover { background: var(--red); }
.contact {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 70px;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.78)),
    url('assets/goth-party-bg.png') center / cover no-repeat;
}
.contact-card {
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
}
.contact-card p { margin-top: 0; color: var(--gray); font-size: 18px; }
.phone { display: block; font-size: 34px; font-weight: 900; margin: 22px 0; }
.socials { display: flex; gap: 12px; flex-wrap: wrap; }
.socials a {
  padding: 12px 16px;
  background: rgba(255,255,255,.1);
  border: 1px solid var(--line);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 800;
}
footer {
  padding: 32px 8vw;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--gray);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
@media (max-width: 900px) {
  .site-header { padding: 18px 22px; }
  nav { display: none; }
  .hero { min-height: auto; }
  .hero-panel { padding: 42px 24px 60px; }
  .hero-media { min-height: 300px; }
  .intro, .repertoire, .contact { grid-template-columns: 1fr; gap: 36px; }
  .intro, .members, .repertoire, .agenda, .videos, .contact { padding: 72px 24px; }
  .video-grid { grid-template-columns: 1fr; }
  .member-grid { grid-template-columns: 1fr; }
  .downloads { grid-template-columns: 1fr; }
  .downloads a + a { border-left: none; border-top: 1px solid var(--line); }
  .phone { font-size: 28px; }
  footer { flex-direction: column; padding: 28px 24px; }
}

.video-carousel {
  margin-top: 42px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}
.video-stage {
  position: relative;
  aspect-ratio: 16/9;
  border: 1px solid var(--line);
  background: #000;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.48);
}
.video-stage iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.carousel-arrow {
  width: 56px;
  height: 56px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: var(--white);
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}
.carousel-arrow:hover {
  background: var(--red);
  border-color: var(--red);
}
.video-controls {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
#video-counter {
  margin: 0;
  color: var(--gray);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
}
.video-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  cursor: pointer;
}
.dot.active,
.dot:hover {
  background: var(--red);
  border-color: var(--red);
}

@media (max-width: 900px) {
  .video-carousel {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .carousel-arrow {
    width: 48px;
    height: 48px;
    font-size: 34px;
  }
  .carousel-arrow.prev,
  .carousel-arrow.next {
    justify-self: center;
  }
  .carousel-arrow.prev { order: 2; }
  .video-stage { order: 1; }
  .carousel-arrow.next { order: 3; }
}
