:root {
  color-scheme: dark;
  --bg: #0b0d12;
  --panel: #151922;
  --panel-strong: #1f2430;
  --text: #f7f1e8;
  --muted: #b5aa9a;
  --line: rgba(255, 255, 255, 0.12);
  --red: #d71920;
  --amber: #f0b34d;
  --steel: #8ba1b7;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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;
  gap: 18px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(11, 13, 18, 0.82);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.contact-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, var(--red), #11151f 64%);
  font-size: 14px;
}

.nav-links {
  gap: clamp(12px, 2.4vw, 30px);
  color: var(--muted);
  font-size: 14px;
}

.nav-links a:hover,
.contact-actions a:hover {
  color: var(--text);
}

.header-button,
.primary-button,
.secondary-button,
.contact-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-button {
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.header-button:hover,
.primary-button:hover,
.secondary-button:hover,
.contact-actions a:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  align-items: end;
  gap: clamp(24px, 5vw, 72px);
  padding: 136px clamp(18px, 5vw, 72px) 9vh;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  bottom: 0;
  height: 1px;
  background: var(--line);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11, 13, 18, 0.98) 0%, rgba(11, 13, 18, 0.72) 42%, rgba(11, 13, 18, 0.96) 100%),
    radial-gradient(circle at 72% 28%, rgba(215, 25, 32, 0.42), transparent 34%),
    radial-gradient(circle at 42% 72%, rgba(240, 179, 77, 0.18), transparent 28%),
    linear-gradient(135deg, #121622, #090a0d);
}

.stage-light {
  position: absolute;
  width: 42vw;
  height: 86vh;
  top: -14vh;
  filter: blur(16px);
  opacity: 0.42;
  transform-origin: top;
}

.stage-light-red {
  right: 8vw;
  background: linear-gradient(rgba(215, 25, 32, 0.8), transparent 72%);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  transform: rotate(15deg);
}

.stage-light-gold {
  right: 28vw;
  background: linear-gradient(rgba(240, 179, 77, 0.42), transparent 72%);
  clip-path: polygon(45% 0, 55% 0, 92% 100%, 8% 100%);
  transform: rotate(-12deg);
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

.guitar-silhouette {
  position: absolute;
  right: 9vw;
  bottom: 5vh;
  width: min(32vw, 440px);
  height: min(58vh, 560px);
  opacity: 0.34;
  background:
    radial-gradient(ellipse at 42% 72%, #f7f1e8 0 17%, transparent 18%),
    radial-gradient(ellipse at 60% 68%, #f7f1e8 0 16%, transparent 17%),
    linear-gradient(72deg, transparent 44%, #f7f1e8 45% 51%, transparent 52%);
  transform: rotate(-13deg);
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(72px, 15vw, 186px);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 620px;
  color: #ddd4c8;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

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

.channel-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.channel-stats span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #eee4d7;
  font-size: 13px;
  font-weight: 800;
}

.primary-button,
.secondary-button {
  padding: 0 22px;
}

.primary-button {
  background: var(--red);
  color: white;
  box-shadow: 0 16px 32px rgba(215, 25, 32, 0.28);
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.hero-panel {
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(21, 25, 34, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.hero-panel p {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

.hero-panel h2 {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.08;
}

.mini-player {
  aspect-ratio: 16 / 9;
  background: var(--panel-strong);
  overflow: hidden;
}

.mini-player img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mini-player-placeholder,
.video-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.58), rgba(15, 18, 25, 0.9) 58%),
    radial-gradient(circle at 70% 24%, rgba(240, 179, 77, 0.35), transparent 34%);
  color: white;
  font-size: clamp(20px, 4vw, 48px);
  font-weight: 950;
}

.video-section,
.artist-section,
.tour-section,
.contact-section {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading h2,
.artist-section h2,
.contact-section h2 {
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.98;
  margin-bottom: 16px;
}

.section-heading p,
.artist-section p,
.contact-section p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.featured-video {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.8fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.featured-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
  box-shadow: var(--shadow);
}

.video-fallback {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 5vw, 48px);
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.32), rgba(15, 18, 25, 0.95) 56%),
    radial-gradient(circle at 74% 24%, rgba(240, 179, 77, 0.22), transparent 32%);
  box-shadow: var(--shadow);
}

.video-fallback[hidden],
iframe[hidden] {
  display: none;
}

.video-fallback h3 {
  max-width: 560px;
  margin-bottom: 22px;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 0.98;
}

.video-fallback p:last-child {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(22px, 4vw, 34px);
  background: var(--panel);
  border: 1px solid var(--line);
}

.featured-copy h3 {
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
}

.featured-copy p:last-child {
  color: var(--muted);
  line-height: 1.6;
}

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

.video-card {
  border: 1px solid var(--line);
  background: #11151f;
  cursor: pointer;
  text-align: left;
  color: inherit;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
}

.video-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-thumb-placeholder {
  aspect-ratio: 16 / 9;
  font-size: 28px;
}

.video-card div {
  padding: 16px;
}

.video-card span {
  color: var(--steel);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.video-card h3 {
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 1.2;
}

.video-card[aria-pressed="true"] {
  border-color: rgba(240, 179, 77, 0.84);
}

.artist-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 520px);
  gap: clamp(26px, 6vw, 90px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.12), transparent 42%),
    #0f1219;
}

.tour-section {
  background: #0b0d12;
}

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

.release-list article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 6px;
}

.release-list span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.release-list strong {
  display: block;
  margin: 28px 0 12px;
  font-size: 28px;
}

.release-list p {
  color: var(--muted);
  line-height: 1.6;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 540px);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background:
    linear-gradient(rgba(11, 13, 18, 0.82), rgba(11, 13, 18, 0.94)),
    radial-gradient(circle at 18% 24%, rgba(240, 179, 77, 0.18), transparent 30%),
    radial-gradient(circle at 80% 74%, rgba(215, 25, 32, 0.24), transparent 34%);
}

.contact-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.contact-actions a {
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .featured-video,
  .artist-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
  }

  .hero-panel {
    max-width: 440px;
  }

  .video-grid,
  .release-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .header-button {
    display: none;
  }

  .nav-links {
    font-size: 13px;
  }

  h1 {
    font-size: clamp(64px, 24vw, 104px);
  }

  .hero-copy,
  .section-heading p,
  .artist-section p {
    font-size: 16px;
  }

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