* { box-sizing: border-box; }
:root {
  --bg: #090909;
  --text: #f5efe7;
  --muted: #b8ada1;
  --gold: #d99b3d;
  --red: #8f241b;
  --line: rgba(255,255,255,0.13);
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at top, #22130e 0%, #090909 42%, #030303 100%);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; }
.hero {
  min-height: 92vh;
  position: relative;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.35), rgba(0,0,0,0.94)),
    radial-gradient(circle at 25% 30%, rgba(217,155,61,0.24), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(143,36,27,0.22), transparent 28%),
    #080808;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 52%;
  height: 18px;
  background: rgba(255,255,255,0.14);
  box-shadow:
    -42px 0 0 20px rgba(255,255,255,0.10),
    42px 0 0 20px rgba(255,255,255,0.10),
    -74px 0 0 38px rgba(217,155,61,0.10),
    74px 0 0 38px rgba(217,155,61,0.10);
  transform: rotate(-1.5deg);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #090909 0%, rgba(9,9,9,0.35) 42%, rgba(9,9,9,0) 100%);
  pointer-events: none;
}
.nav {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 24px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav .brand {
  margin-right: auto;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}
.nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
}
.nav a:hover { color: var(--text); }
.hero-content {
  position: relative;
  z-index: 2;
  margin: auto 0;
  padding: 80px clamp(20px, 5vw, 72px);
  max-width: 900px;
}
.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
}
h1 {
  font-size: clamp(4rem, 13vw, 10rem);
  line-height: 0.86;
  margin: 12px 0 24px;
  text-transform: uppercase;
  letter-spacing: -0.08em;
}
h2 {
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
h3 {
  font-size: 1.75rem;
  line-height: 1;
  margin: 10px 0;
  text-transform: uppercase;
}
.subtitle {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  max-width: 620px;
  color: var(--muted);
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.button, .song-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid var(--line);
}
.button.primary, .song-card a {
  background: var(--gold);
  color: #15100a;
}
.button.secondary {
  background: rgba(255,255,255,0.08);
  color: var(--text);
}
main section {
  padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 72px);
}
.intro {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.intro p, .fsf p, .creed p {
  color: var(--muted);
  font-size: 1.15rem;
}
.section-heading { margin-bottom: 30px; }
.song-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.song-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid var(--line);
  padding: 26px;
  border-radius: 22px;
  min-height: 315px;
  display: flex;
  flex-direction: column;
}
.song-card.featured {
  background: linear-gradient(135deg, rgba(217,155,61,0.24), rgba(143,36,27,0.18), rgba(255,255,255,0.03));
}
.song-number {
  color: var(--gold);
  font-weight: 900;
  opacity: 0.9;
}
.song-card .tag {
  color: var(--gold);
  font-weight: 800;
  margin-top: 0;
}
.song-card p:not(.tag) { color: var(--muted); }
.song-card a {
  margin-top: auto;
  align-self: flex-start;
}
.creed {
  background:
    linear-gradient(180deg, rgba(9,9,9,0.2), rgba(9,9,9,0.96)),
    radial-gradient(circle at center, rgba(143,36,27,0.25), transparent 45%);
}
.creed-box {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 60px);
  background: rgba(0,0,0,0.35);
  border: 1px solid var(--line);
  border-radius: 28px;
  text-align: center;
}
blockquote {
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 0.95;
  margin: 30px 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  color: var(--gold);
}
.fsf {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
footer {
  padding: 36px 20px;
  text-align: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
footer .small { font-size: 0.9rem; }
@media (max-width: 900px) {
  .song-grid { grid-template-columns: 1fr; }
  .nav { flex-wrap: wrap; }
  .nav .brand { width: 100%; }
}
