:root {
  --bg: #080808;
  --panel: #111111;
  --panel-soft: #161616;
  --text: #f5f1ea;
  --muted: #b8b0a5;
  --faint: #777067;
  --line: rgba(245, 241, 234, 0.12);
  --gold: #d8b46a;
  --paper: #f4efe6;
  --ink: #141210;
  --paper-muted: rgba(20, 18, 16, 0.62);
  --admin-line: rgba(20, 18, 16, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
}

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

.site-nav {
  align-items: center;
  backdrop-filter: blur(24px);
  background: rgba(8, 8, 8, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  height: 54px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.nav-inner {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 42px;
  width: 100%;
}

.brand {
  color: var(--text);
  font-size: 14px;
  font-weight: 560;
}

.nav-links {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 26px;
}

.nav-links a:last-child {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--text);
  padding: 0;
}

.hero {
  background:
    radial-gradient(circle at 70% 18%, rgba(216, 180, 106, 0.13), transparent 34%),
    radial-gradient(circle at 18% 78%, rgba(115, 134, 159, 0.09), transparent 36%),
    linear-gradient(180deg, #090909 0%, #050505 100%);
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  padding: 110px 32px 92px;
  place-items: center;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: 84px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  max-width: 1120px;
  width: 100%;
}

.hero-copy-block {
  min-width: 0;
}

.kicker,
.eyebrow {
  color: var(--gold);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.15em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(42px, 5.4vw, 72px);
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.statement,
.hero-copy {
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.5;
  margin: 28px 0 0;
  max-width: 600px;
}

.hero-actions,
.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.button,
button {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 560;
  justify-content: center;
  min-height: 38px;
  padding: 0 17px;
}

.button.primary,
button {
  background: var(--text);
  border-color: var(--text);
  color: #050505;
}

.button.secondary {
  background: transparent;
  color: var(--text);
}

.button.danger,
button.danger {
  background: #8f1d2d;
  border-color: #8f1d2d;
  color: #ffffff;
}

.text-link,
.view-all {
  color: inherit;
  font-size: 14px;
  font-weight: 560;
}

.cover-stage {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.16), transparent 36%),
    linear-gradient(45deg, #1b1b1b, #090909);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  position: relative;
}

.cover-stage.has-image img,
.feature-image.has-image img,
.thumb.has-image img,
.detail-image.has-image img,
.admin-image-preview.has-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cover-stage.has-image .cover-art,
.feature-image.has-image .cover-art,
.thumb.has-image .cover-art,
.detail-image.has-image .cover-art {
  display: none;
}

.cover-art {
  background:
    radial-gradient(circle at 55% 35%, rgba(244, 239, 230, 0.96), transparent 13%),
    radial-gradient(circle at 46% 43%, rgba(216, 180, 106, 0.72), transparent 14%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.2), rgba(0, 0, 0, 0.76)),
    linear-gradient(135deg, #3f4b5b, #111111 62%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  inset: 14px;
  position: absolute;
}

.cover-art::before {
  background: rgba(245, 241, 234, 0.28);
  bottom: 18%;
  box-shadow:
    0 -28px 0 rgba(245, 241, 234, 0.18),
    0 -56px 0 rgba(245, 241, 234, 0.10),
    0 28px 0 rgba(245, 241, 234, 0.10);
  content: "";
  height: 2px;
  left: 13%;
  position: absolute;
  right: 13%;
}

.cover-label {
  bottom: 28px;
  left: 30px;
  position: absolute;
  right: 30px;
}

.cover-label .small,
.feature-text .label {
  color: var(--faint);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cover-label .title {
  color: var(--text);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 560;
  line-height: 1.15;
  margin-top: 8px;
}

.section,
.statement-band,
.feature-section,
.quote-section,
.library-section,
.about-strip {
  padding: 96px 32px;
}

.section-inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.statement-band {
  background: var(--paper);
  color: var(--ink);
  text-align: center;
}

.statement-band h2 {
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 620;
  line-height: 1.08;
  margin: 0 auto 22px;
  max-width: 760px;
}

.statement-band p {
  color: var(--paper-muted);
  font-size: 19px;
  line-height: 1.48;
  margin: 0 auto;
  max-width: 620px;
}

.feature-section {
  background: #0b0b0b;
}

.feature-card {
  align-items: center;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  display: grid;
  gap: 84px;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  padding: 48px 0 0;
}

.feature-image {
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 50% 36%, rgba(216, 180, 106, 0.95), transparent 13%),
    radial-gradient(circle at 38% 43%, rgba(255, 255, 255, 0.74), transparent 12%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.65)),
    linear-gradient(135deg, #37322a, #101010 70%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
}

.feature-text h2,
.section-head h2,
.page-title {
  font-size: clamp(26px, 3.1vw, 40px);
  font-weight: 580;
  letter-spacing: 0;
  line-height: 1.14;
  margin: 0;
}

.feature-kicker {
  color: var(--faint);
  font-size: 12px;
  margin: 0 0 14px;
}

.feature-text p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.56;
  margin: 18px 0 0;
  max-width: 560px;
}

.lyric-tease {
  border-top: 1px solid var(--line);
  color: rgba(245, 241, 234, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.62;
  margin-top: 30px;
  max-width: 520px;
  padding-top: 24px;
}

.quote-section {
  background: #060606;
  text-align: center;
}

blockquote {
  font-size: clamp(30px, 3.8vw, 54px);
  font-weight: 580;
  line-height: 1.16;
  margin: 0 auto;
  max-width: 850px;
}

.quote-section cite {
  color: var(--faint);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-top: 28px;
  text-transform: uppercase;
}

.library-section,
.archive-section {
  background: var(--paper);
  color: var(--ink);
}

.section-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.library-section .view-all,
.archive-section .view-all {
  color: var(--paper-muted);
}

.grid,
.song-grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}

.featured-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.song-card {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(20, 18, 16, 0.12);
  border-radius: 0;
  color: var(--ink);
  align-items: baseline;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 22px 0;
  transition: color 180ms ease, transform 180ms ease;
}

.song-card-library {
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr) auto;
}

.song-card:hover,
.song-card:focus {
  box-shadow: none;
  color: rgba(20, 18, 16, 0.72);
  transform: none;
}

.thumb {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #d5cab8, #62594d);
  border-radius: 12px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.thumb.two {
  background: linear-gradient(135deg, #c6d1d7, #313842);
}

.thumb.three {
  background: linear-gradient(135deg, #e1d5bf, #54402f);
}

.thumb::after {
  background: radial-gradient(circle at 48% 42%, rgba(255, 255, 255, 0.82), transparent 15%);
  content: "";
  inset: 0;
  opacity: 0.38;
  position: absolute;
}

.song-card h3 {
  font-size: 18px;
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.song-grid .thumb {
  grid-row: 1 / span 4;
}

.song-card-library .tag,
.song-card-library h3,
.song-card-library p {
  grid-column: 2;
}

.song-card-library .meta {
  grid-column: 3;
  grid-row: 1;
}

.song-card-index h3,
.song-card-index p {
  grid-column: 1;
}

.song-card-index .meta {
  grid-column: 2;
  grid-row: 1;
}

.song-card p {
  color: rgba(20, 18, 16, 0.58);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.tag {
  color: rgba(20, 18, 16, 0.55);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: none;
}

.meta {
  color: rgba(20, 18, 16, 0.50);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px;
  margin: 0;
  justify-content: end;
  white-space: nowrap;
}

.pill {
  display: none;
}

.about-strip {
  background: #0b0b0b;
}

.about-box {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.about-box h2 {
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 620;
  line-height: 1.1;
  margin: 0 0 22px;
}

.about-box p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.52;
  margin: 0 auto;
}

.archive-section {
  min-height: 72vh;
  padding-top: 118px;
}

.wrap,
.narrow-head {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 32px;
}

.archive-section .kicker {
  color: rgba(20, 18, 16, 0.55);
}

.archive-section .subtle,
.subtle {
  color: var(--paper-muted);
}

.search-panel {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(20, 18, 16, 0.12);
  border-radius: 0;
  margin: 26px 0 46px;
  max-width: 720px;
  padding: 18px 0 0;
}

.form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 1.4fr) minmax(150px, 0.8fr) minmax(130px, 0.7fr) auto;
}

.public-form-grid {
  align-items: center;
  gap: 10px;
  grid-template-columns: minmax(220px, 1fr) minmax(140px, 220px) auto;
  max-width: 760px;
}

.search-panel button {
  align-self: end;
  min-width: 84px;
}

.public-form-grid button {
  min-width: 56px;
}

label {
  color: rgba(20, 18, 16, 0.58);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input,
select,
textarea {
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(20, 18, 16, 0.10);
  border-radius: 999px;
  color: var(--ink);
  font: inherit;
  min-height: 40px;
  padding: 9px 14px;
  width: 100%;
}

.quiet-submit {
  background: transparent;
  border-color: rgba(20, 18, 16, 0.18);
  color: var(--ink);
}

textarea {
  border-radius: 14px;
  line-height: 1.5;
  min-height: 120px;
  resize: vertical;
}

.song-article {
  background:
    radial-gradient(circle at 68% 12%, rgba(216, 180, 106, 0.14), transparent 30%),
    linear-gradient(180deg, #090909 0%, #070707 100%);
  color: var(--text);
  padding: 128px 0 0;
}

.song-hero {
  margin: 0 auto;
  max-width: 760px;
  padding: 36px 32px 58px;
  text-align: center;
}

.song-article h1 {
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.song-deck {
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.52;
  margin: 22px auto 0;
  max-width: 610px;
}

.song-media {
  padding: 0 32px 82px;
}

.embed {
  aspect-ratio: 16 / 9;
  background: #000000;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.26);
  margin: 0 auto;
  max-width: 980px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.detail-image {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.16), transparent 36%),
    linear-gradient(45deg, #1b1b1b, #090909);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.26);
  margin: 0 auto;
  max-width: 980px;
  overflow: hidden;
  position: relative;
}

.embed iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.lyrics-section {
  background: var(--paper);
  color: var(--ink);
  padding: 74px 32px 104px;
}

.lyrics-section-inner {
  margin: 0 auto;
  max-width: 1040px;
}

.lyrics-label {
  color: rgba(20, 18, 16, 0.45);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  margin: 0 0 34px 292px;
  text-transform: uppercase;
}

.song-reading {
  align-items: start;
  color: var(--ink);
  display: grid;
  gap: 72px;
  grid-template-columns: 220px minmax(0, 720px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1040px;
}

.song-aside {
  border-top: 1px solid rgba(20, 18, 16, 0.14);
  color: var(--paper-muted);
  padding-top: 20px;
  position: sticky;
  top: 96px;
}

.song-aside dl {
  margin: 0;
}

.song-aside dt {
  color: rgba(20, 18, 16, 0.45);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  margin-top: 20px;
  text-transform: uppercase;
}

.song-aside dt:first-child {
  margin-top: 0;
}

.song-aside dd {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.4;
  margin: 5px 0 0;
}

.lyrics {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.78;
  margin: 0;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.lyric-stanza {
  margin: 0 0 1.55em;
}

.lyric-stanza:last-child {
  margin-bottom: 0;
}

.lyric-line {
  display: inline;
}

.song-notes {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  padding: 0 32px 96px;
}

.song-notes .note-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.note-block {
  border-top: 1px solid rgba(20, 18, 16, 0.12);
  padding: 34px 0;
}

.note-block h2 {
  font-size: 22px;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.prose {
  color: var(--paper-muted);
  font-size: 17px;
  line-height: 1.65;
}

.admin-shell {
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
  padding: 128px 0 84px;
}

.table {
  background: rgba(255, 255, 255, 0.68);
  border-collapse: collapse;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
}

.table th,
.table td {
  border-bottom: 1px solid var(--admin-line);
  padding: 15px 12px;
  text-align: left;
  vertical-align: top;
}

.table th {
  color: var(--paper-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.notice {
  background: #f2f7ff;
  border: 1px solid #c9ddff;
  border-radius: 18px;
  color: #173b6c;
  margin: 18px 0;
  padding: 14px 16px;
}

.image-preview {
  margin: 24px 0;
  max-width: 420px;
}

.admin-image-preview {
  aspect-ratio: 16 / 9;
  background: rgba(20, 18, 16, 0.08);
  border-radius: 18px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}

.error {
  background: #fff2f2;
  border-color: #ffc7c7;
  color: #7a0b0b;
}

.empty {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(20, 18, 16, 0.10);
  border-radius: 28px;
  color: var(--paper-muted);
  padding: 42px;
  text-align: center;
}

footer {
  background: #070707;
  border-top: 1px solid var(--line);
  color: var(--faint);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 24px;
  justify-content: space-between;
  padding: 42px 48px;
}

@media (max-width: 860px) {
  .nav-inner {
    padding: 0 22px;
  }

  .nav-links {
    gap: 16px;
  }

  .nav-links a:not(:last-child) {
    display: none;
  }

  .hero-inner,
  .feature-card,
  .song-reading,
  .grid,
  .featured-grid,
  .song-grid,
  .form-grid,
  .public-form-grid {
    grid-template-columns: 1fr;
  }

  .cover-stage {
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
  }

  .section,
  .statement-band,
  .feature-section,
  .quote-section,
  .library-section,
  .about-strip {
    padding: 78px 22px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .song-aside {
    display: none;
  }

  .song-card {
    grid-template-columns: 1fr;
  }

  .song-grid .thumb,
  .song-grid .tag,
  .song-grid .song-card h3,
  .song-grid .song-card p,
  .song-grid .meta,
  .song-card-index h3,
  .song-card-index p,
  .song-card-index .meta {
    grid-column: auto;
    grid-row: auto;
  }

  .meta {
    justify-content: start;
  }

  .song-article {
    background:
      radial-gradient(circle at 68% 12%, rgba(216, 180, 106, 0.14), transparent 30%),
      linear-gradient(180deg, #090909 0%, #070707 100%);
  }

  .song-media,
  .song-hero,
  .lyrics-section,
  .song-notes {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lyrics-label {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero h1,
  .song-article h1 {
    font-size: 56px;
  }

  .statement,
  .song-deck,
  .feature-text p,
  .statement-band p,
  .about-box p {
    font-size: 20px;
  }

  .feature-card {
    padding: 34px 0 0;
  }
}
