:root {
  color-scheme: dark;
  --ink: #050707;
  --panel: #0b1010;
  --paper: #f4f7ef;
  --muted: #bac5b8;
  --line: rgba(244, 247, 239, 0.16);
  --green: #a6ff3a;
  --green-soft: rgba(166, 255, 58, 0.16);
  --red: #ff4e45;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ink);
  color: var(--paper);
  font: 16px/1.5 Arial, "Segoe UI", sans-serif;
  margin: 0;
}

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

.site-nav {
  align-items: center;
  background: rgba(5, 7, 7, 0.82);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: flex-end;
  left: 0;
  min-height: 48px;
  padding: 12px clamp(18px, 4.5vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

footer sup,
.intro-band sup {
  font-size: 0.5em;
  margin-left: 2px;
}

nav {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero {
  display: grid;
  min-height: min(860px, 94vh);
  overflow: hidden;
  place-items: center start;
  position: relative;
}

.hero-image,
.hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 7, 7, 0.9), rgba(5, 7, 7, 0.62) 42%, rgba(5, 7, 7, 0.1) 78%),
    linear-gradient(0deg, rgba(5, 7, 7, 0.88), rgba(5, 7, 7, 0.04) 48%);
}

.hero-logo {
  left: clamp(20px, 5vw, 78px);
  position: absolute;
  top: 68px;
  z-index: 6;
}

.hero-logo img {
  display: block;
  height: clamp(18px, 1.7vw, 28px);
  width: auto;
}

.hero-content {
  max-width: 900px;
  padding: 122px clamp(20px, 5vw, 78px) 48px;
  position: relative;
  z-index: 1;
}

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

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

h1 {
  font-size: clamp(48px, 5.4vw, 86px);
  letter-spacing: 0;
  line-height: 0.93;
  max-width: 860px;
}

.headline-lock {
  white-space: nowrap;
}

.hero-reps {
  color: var(--green);
  font-size: clamp(23px, 2.2vw, 36px);
  line-height: 1.04;
  margin: 22px 0 0;
  max-width: 830px;
}

.hero-copy {
  color: var(--paper);
  font-size: clamp(18px, 1.55vw, 26px);
  font-weight: 850;
  line-height: 1.16;
  margin-top: 20px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.82);
}

.hero-copy strong {
  color: var(--green);
  display: inline-block;
  font-weight: 900;
  margin-top: 8px;
}

.ai-note {
  color: var(--muted);
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 700;
  margin-top: 18px;
  max-width: 520px;
}

.hero-support {
  color: var(--muted);
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 700;
  line-height: 1.38;
  margin-top: 18px;
  max-width: 760px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.82);
}

.button {
  border-radius: 8px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  margin-top: 20px;
  min-height: 38px;
  padding: 9px 13px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-actions .button {
  margin-top: 0;
}

.button.primary {
  background: var(--green);
  color: #071007;
}

.button.ghost {
  background: rgba(244, 247, 239, 0.08);
  border: 1px solid var(--line);
  color: var(--paper);
}

.button.secondary {
  background: rgba(244, 247, 239, 0.08);
  border: 1px solid var(--line);
  color: var(--paper);
  margin-top: 18px;
}

.intro-band {
  align-items: end;
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr);
  padding: 40px clamp(20px, 5vw, 78px);
}

h2 {
  font-size: clamp(22px, 2.8vw, 38px);
  line-height: 1;
}

.intro-band > p,
.why-copy {
  color: var(--muted);
  font-size: clamp(14px, 1.25vw, 16px);
  max-width: 850px;
}

.why-copy p {
  font-weight: 800;
}

.why-copy ul {
  border-left: 3px solid var(--green);
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.why-copy li {
  padding-left: 2px;
}

.video-section {
  padding: 43px clamp(20px, 5vw, 78px);
}

.section-heading {
  margin-bottom: 24px;
}

.youtube-links {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1180px;
}

.playlist-card {
  background:
    linear-gradient(145deg, rgba(166, 255, 58, 0.09), rgba(255, 255, 255, 0.03)),
    #0c1111;
  border: 1px solid rgba(166, 255, 58, 0.42);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 168px;
  padding: 20px;
}

.status {
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 14px;
  padding: 5px 8px;
  text-transform: uppercase;
}

.status.live {
  background: var(--green);
  color: #071007;
}

.status.next {
  background: rgba(255, 255, 255, 0.12);
  color: var(--paper);
}

.status.soon-label {
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

h3 {
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.05;
}

.playlist-card p,
.soon {
  color: var(--muted);
  font-size: clamp(14px, 1.15vw, 16px);
  margin-top: 9px;
  max-width: 760px;
}

.soon {
  display: block;
  font-weight: 800;
}

.request-section {
  align-items: start;
  background:
    linear-gradient(145deg, rgba(166, 255, 58, 0.08), rgba(255, 255, 255, 0.02)),
    #080d0d;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  padding: 43px clamp(20px, 5vw, 78px);
}

.request-copy p:last-child {
  color: var(--muted);
  font-size: clamp(14px, 1.15vw, 16px);
  margin-top: 14px;
  max-width: 760px;
}

.request-form {
  background: rgba(5, 7, 7, 0.7);
  border: 1px solid rgba(166, 255, 58, 0.34);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 13px;
  padding: clamp(18px, 2.25vw, 26px);
}

.request-form label {
  display: grid;
  gap: 7px;
}

.request-form label > span {
  color: var(--paper);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.request-form input,
.request-form textarea {
  background: rgba(244, 247, 239, 0.08);
  border: 1px solid rgba(244, 247, 239, 0.22);
  border-radius: 8px;
  color: var(--paper);
  font: inherit;
  font-size: 14px;
  min-height: 42px;
  padding: 10px 11px;
  width: 100%;
}

.request-form textarea {
  min-height: 122px;
  resize: vertical;
}

.request-form input:focus,
.request-form textarea:focus {
  border-color: var(--green);
  outline: 2px solid rgba(166, 255, 58, 0.22);
}

.request-form ::placeholder {
  color: rgba(244, 247, 239, 0.48);
}

.tagline-band {
  background: var(--paper);
  color: #08100a;
  display: grid;
  gap: 6px;
  padding: 33px clamp(20px, 5vw, 78px);
}

.tagline-band p:first-child {
  color: #102112;
  font-size: clamp(25px, 3.4vw, 47px);
  font-weight: 900;
  line-height: 0.92;
}

.tagline-band p:last-child {
  color: #21301f;
  font-size: clamp(16px, 1.7vw, 24px);
  font-weight: 850;
  line-height: 1.08;
}

footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  font-size: 13px;
  padding: 14px clamp(20px, 5vw, 78px);
}

@media (max-width: 920px) {
  .site-nav {
    background: rgba(5, 7, 7, 0.86);
  }

  .hero {
    min-height: 820px;
  }

  .hero-image {
    object-position: 68% center;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(5, 7, 7, 0.94), rgba(5, 7, 7, 0.34));
  }

  .intro-band,
  .youtube-links,
  .request-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-nav {
    align-items: flex-start;
    gap: 10px;
  }

  nav {
    gap: 14px;
  }

  h1 {
    font-size: clamp(31px, 8vw, 42px);
  }

  .hero-reps {
    font-size: clamp(22px, 5.5vw, 30px);
  }

  .hero-copy {
    font-size: 16px;
  }

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