:root {
  color-scheme: dark;
  --bg: #070908;
  --text: #fbf8ef;
  --muted: #b9b3a5;
  --line: rgba(251, 248, 239, .16);
  --panel: rgba(251, 248, 239, .07);
  --teal: #24d6c9;
  --amber: #f2a93b;
  --rose: #e75c89;
  --moss: #8aa95c;
  --ink: rgba(7, 9, 8, .78);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(36, 214, 201, .1), transparent 360px),
    radial-gradient(circle at 85% 8%, rgba(231, 92, 137, .16), transparent 28rem),
    radial-gradient(circle at 8% 86%, rgba(242, 169, 59, .14), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  opacity: .08;
  background-image:
    linear-gradient(rgba(251, 248, 239, .5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251, 248, 239, .35) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36, 214, 201, .54);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, rgba(242, 169, 59, .9), rgba(36, 214, 201, .28) 42%, rgba(7, 9, 8, .85));
  color: #07100f;
  font-size: 12px;
  box-shadow: 0 0 38px rgba(36, 214, 201, .22);
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: var(--muted);
  font-size: 14px;
}

nav a {
  text-decoration: none;
}

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

main,
footer {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 82vh;
  margin-top: 16px;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(34px, 7vw, 86px);
  border: 1px solid var(--line);
  border-radius: 8px;
  isolation: isolate;
  box-shadow: 0 40px 120px rgba(0, 0, 0, .4);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 9, 8, .98) 0%, rgba(7, 9, 8, .72) 36%, rgba(7, 9, 8, .12) 74%),
    linear-gradient(180deg, transparent 58%, rgba(7, 9, 8, .74));
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.04) brightness(.9);
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(64px, 12vw, 160px);
  line-height: .84;
}

h2 {
  font-size: clamp(38px, 6vw, 78px);
  line-height: .92;
  margin-bottom: 18px;
}

h3 {
  font-size: clamp(22px, 2.5vw, 32px);
  letter-spacing: 0;
}

.lead {
  max-width: 660px;
  margin-top: 24px;
  color: #f2ead9;
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.46;
}

.hero-actions,
.link-row,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(251, 248, 239, .06);
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--amber), var(--teal));
  color: #08100f;
}

.signal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 34px;
}

.signal-strip span,
.panel-label,
.story-grid span,
.shows-list span {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(251, 248, 239, .06);
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.section {
  padding: 82px 0;
  border-top: 1px solid rgba(251, 248, 239, .11);
}

.music-section,
.video-section,
.shows-section,
.press-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .76fr);
  gap: 38px;
  align-items: center;
}

.section-copy {
  max-width: 760px;
}

.section p,
.release-panel p,
.story-grid p,
.checklist,
.shows-list strong {
  color: var(--muted);
  line-height: 1.68;
}

.release-panel,
.video-frame,
.story-grid article,
.shows-list article,
.checklist {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(36, 214, 201, .12), transparent 18rem),
    var(--panel);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .26);
}

.video-frame {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #020303;
}

.video-frame figcaption {
  padding: 14px 18px 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  border-top: 1px solid var(--line);
}

.release-panel {
  padding: 28px;
}

.release-panel h3 {
  margin: 18px 0 12px;
}

.link-row a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

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

.story-grid article {
  min-height: 260px;
  padding: 24px;
}

.story-grid h3 {
  margin: 18px 0 10px;
}

.shows-list {
  display: grid;
  gap: 14px;
}

.shows-list article {
  padding: 22px;
}

.shows-list strong {
  display: block;
  margin-top: 14px;
  font-size: 18px;
  font-weight: 700;
}

.checklist {
  margin: 0;
  padding: 28px 28px 28px 48px;
}

.checklist li {
  margin-bottom: 10px;
}

.contact-section {
  text-align: center;
}

.contact-section p {
  margin-bottom: 24px;
}

.contact-actions {
  justify-content: center;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0 42px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 760px) {
  .site-header,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: 76vh;
    padding: 34px 22px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 9, 8, .84), rgba(7, 9, 8, .42) 48%, rgba(7, 9, 8, .86)),
      linear-gradient(90deg, rgba(7, 9, 8, .62), transparent);
  }

  .hero-video {
    object-position: 61% center;
  }

  .music-section,
  .video-section,
  .shows-section,
  .press-section,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 62px 0;
  }
}
