:root {
  --ink: #05070b;
  --night: #090e17;
  --blue: #9fb5d2;
  --blue-bright: #d9e7f7;
  --paper: #f1eee6;
  --muted: #a9afba;
  --line: rgba(221, 232, 244, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: white; color: black; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem clamp(1.25rem, 5vw, 5rem);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.wordmark { display: flex; align-items: baseline; gap: .27rem; font: 700 1.1rem/1 var(--serif); text-decoration: none; letter-spacing: .02em; }
.wordmark small { font-size: .68rem; font-weight: 400; }
nav { display: flex; gap: clamp(.85rem, 3vw, 2.5rem); }
nav a { color: #d9dce2; font-size: .78rem; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: white; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 470px);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  padding: 7.5rem clamp(1.25rem, 7vw, 7.5rem) 4rem;
  background: radial-gradient(circle at 75% 48%, #1b2738 0, #090e17 31%, #030406 68%);
}
.stars, .stars::before, .stars::after {
  position: absolute; inset: 0; pointer-events: none; content: "";
  background-image: radial-gradient(circle, white 0 1px, transparent 1.5px);
  background-size: 74px 83px;
  opacity: .42;
}
.stars::before { transform: translate(28px, 19px); background-size: 109px 121px; opacity: .45; }
.stars::after { transform: translate(8px, 47px); background-size: 163px 146px; opacity: .6; }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow { margin: 0 0 1rem; color: var(--blue); font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 {
  display: grid;
  width: fit-content;
  margin: 0;
  font: 700 clamp(5rem, 12vw, 10rem)/.58 var(--serif);
  letter-spacing: -.07em;
  text-shadow: 0 4px 25px #000;
  transform: rotate(-1.5deg);
}
.hero h1 small { justify-self: center; padding: .26em 0 .15em; font-size: .26em; font-weight: 400; letter-spacing: .08em; }
.intro { max-width: 34rem; margin: 2.5rem 0 2rem; color: #d6d9de; font: clamp(1.2rem, 2.2vw, 1.65rem)/1.45 var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-block; padding: .85rem 1.25rem; border: 1px solid var(--blue); border-radius: 999px; font-size: .83rem; font-weight: 700; text-decoration: none; }
.button-primary { color: #0a0d12; background: var(--blue-bright); }
.button-secondary { color: white; background: rgba(0,0,0,.25); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.gig-note { display: flex; align-items: center; gap: .8rem; margin-top: 2.25rem; }
.gig-note p { margin: 0; color: #b8bec8; font-size: .9rem; line-height: 1.45; }
.gig-note strong { color: white; }
.gig-date { display: grid; place-items: center; width: 3.45rem; height: 3.45rem; border: 1px solid var(--line); border-radius: 50%; color: white; font: 1.15rem/1 var(--serif); text-align: center; }
.gig-date small { color: var(--blue); font: .55rem var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.poster-wrap { position: relative; z-index: 2; margin: 0; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 30px 70px #000; transform: rotate(1.4deg); }
.poster-wrap::before { position: absolute; z-index: -1; inset: 2rem -2rem -2rem 2rem; border: 1px solid rgba(190,210,234,.18); content: ""; }
.poster-wrap img { width: 100%; }
.moon-glow { position: absolute; right: -8vw; bottom: -25vw; width: 55vw; height: 55vw; border-radius: 50%; box-shadow: 0 0 120px rgba(154,181,214,.2); }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7.5rem); }
.section-heading { max-width: 48rem; margin-bottom: 3.5rem; }
.section-heading h2, .story h2 { margin: 0; font: clamp(2.8rem, 7vw, 6rem)/.96 var(--serif); letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 40rem; color: var(--muted); font-family: var(--serif); font-size: 1.1rem; }
.listen { background: linear-gradient(145deg, #101824, #090d14 72%); }
.track-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.track { display: flex; align-items: center; gap: 1.1rem; min-width: 0; padding: 1.4rem; border: 1px solid var(--line); background: rgba(255,255,255,.025); transition: border-color .2s, background .2s; }
.track.playing { border-color: rgba(189,211,237,.55); background: rgba(157,185,218,.08); }
.play { position: relative; flex: 0 0 auto; width: 3.25rem; height: 3.25rem; border: 1px solid var(--blue); border-radius: 50%; color: white; background: transparent; cursor: pointer; }
.play span { display: block; width: 0; height: 0; margin: auto; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid white; transform: translateX(2px); }
.playing .play span { width: 10px; height: 12px; border: 0; border-right: 3px solid white; border-left: 3px solid white; transform: none; }
.track-main { min-width: 0; flex: 1; }
.track-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.track h3 { overflow: hidden; margin: 0 0 .65rem; font: 1.05rem/1.3 var(--serif); text-overflow: ellipsis; white-space: nowrap; }
.duration { flex: 0 0 auto; color: var(--muted); font-size: .72rem; font-variant-numeric: tabular-nums; }
.progress { width: 100%; height: 3px; margin: 0; accent-color: var(--blue-bright); cursor: pointer; }

.lyrics { color: #17191d; background: var(--paper); }
.lyrics .eyebrow { color: #5d718b; }
.lyrics .section-heading > p:last-child { color: #5a5d63; }
.set-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 6vw, 7rem); }
.set h3 { display: flex; align-items: center; gap: .8rem; padding-bottom: 1rem; border-bottom: 1px solid #b7b3aa; font: 1.4rem var(--serif); }
.set h3 span { display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border: 1px solid #8d8b85; border-radius: 50%; color: #667b96; font: .68rem var(--sans); }
.set ol { margin: 0; padding: 0; list-style: none; counter-reset: songs; }
.set li { counter-increment: songs; }
.set a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .92rem 0; border-bottom: 1px solid #d7d2c7; text-decoration: none; }
.set a span { font: 1rem/1.25 var(--serif); }
.set a small { flex: 0 0 auto; color: #6d7887; font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.set a:hover span, .set a:focus-visible span { color: #55769d; }

.story { position: relative; overflow: hidden; background: #070a0f; }
.story-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 10vw, 10rem); }
.story-copy { max-width: 52rem; color: #b7bbc3; font-family: var(--serif); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.story-copy p:first-child { margin-top: 0; }
.story-copy strong { color: white; }
.members { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3rem; background: var(--line); }
.members span { display: flex; flex-direction: column; padding: 1.1rem; color: #8e949e; background: #0a0e14; font: .72rem var(--sans); }
.members strong { margin-bottom: .25rem; font: 1rem var(--serif); }
.story-moon { position: absolute; width: 32rem; height: 32rem; left: -18rem; bottom: -15rem; border-radius: 50%; background: radial-gradient(circle at 38% 35%, #eff4f8, #778da8 35%, #1a2636 70%); box-shadow: 0 0 110px rgba(146,178,216,.22); opacity: .45; }

footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .4rem 2rem; padding: 3rem clamp(1.25rem, 7vw, 7.5rem); border-top: 1px solid var(--line); color: #9da3ad; background: #030406; }
footer p { margin: 0; color: white; font: 1.35rem var(--serif); }
footer small { grid-column: 1; }
footer a { grid-column: 2; grid-row: 1 / span 2; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 800px) {
  .site-header { position: absolute; align-items: flex-start; }
  .site-header nav { gap: .8rem; }
  .site-header nav a:last-child { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 7rem; }
  .hero-copy { padding-top: 2rem; }
  .hero h1 { font-size: clamp(4.8rem, 25vw, 8rem); }
  .poster-wrap { width: min(100%, 440px); justify-self: center; }
  .track-list, .set-columns, .story-grid { grid-template-columns: 1fr; }
  .members { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer a { grid-column: 1; grid-row: auto; margin-top: 1.2rem; }
}

@media (max-width: 480px) {
  .section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .track { padding: 1rem; }
  .track h3 { white-space: normal; }
  .hero-actions { display: grid; }
  .button { text-align: center; }
  .section-heading h2, .story h2 { font-size: 2.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
