:root {
  --ink: #131112;
  --paper: #f3eee5;
  --cream: #e8dfd2;
  --gold: #d5a464;
  --rust: #7e382e;
  --line: rgba(243, 238, 229, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Noto Sans SC", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a { color: inherit; }
button, input { font: inherit; }
img { display: block; width: 100%; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(24px, 5vw, 80px);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; text-decoration: none; letter-spacing: .08em; }
.brand-mark { width: 22px; height: 22px; border: 2px solid var(--gold); border-radius: 50%; position: relative; }
.brand-mark::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); inset: 0; margin: auto; }
nav { display: flex; gap: clamp(20px, 3vw, 48px); }
nav a { text-decoration: none; font-size: .9rem; color: rgba(255,255,255,.75); }
nav a:hover, nav a:focus-visible { color: var(--gold); }

.hero {
  min-height: 780px;
  height: min(900px, 100vh);
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 128px clamp(24px, 7vw, 112px) 96px;
  isolation: isolate;
}
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #131112 0%, rgba(19,17,18,.95) 38%, rgba(19,17,18,.25) 72%, rgba(19,17,18,.72) 100%), linear-gradient(0deg, #131112 0%, transparent 42%); }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { margin: 0 0 24px; color: var(--gold); font-size: .76rem; letter-spacing: .24em; font-weight: 600; }
h1, h2 { font-family: "Playfair Display", "Noto Serif SC", serif; font-weight: 600; letter-spacing: -.035em; line-height: 1.04; }
h1 { margin: 0; font-size: clamp(3.6rem, 8vw, 7.7rem); }
h1 em { color: var(--gold); font-weight: 600; }
.hero-intro { max-width: 500px; margin: 32px 0 36px; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.primary-link { display: inline-flex; align-items: center; gap: 20px; text-decoration: none; border-bottom: 1px solid var(--gold); padding: 10px 0; color: var(--gold); }
.hero-art { position: absolute; z-index: -2; inset: 0; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; opacity: .74; filter: saturate(.72) contrast(1.1); }
.record-label, .spinning-disc { position: absolute; border-radius: 50%; right: 9vw; top: 50%; transform: translateY(-50%); }
.spinning-disc { width: min(34vw, 480px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.14); box-shadow: inset 0 0 0 34px rgba(0,0,0,.08), inset 0 0 0 35px rgba(255,255,255,.08), inset 0 0 0 100px rgba(0,0,0,.07); }
.record-label { z-index: 1; width: 110px; aspect-ratio: 1; background: var(--rust); display: grid; place-items: center; text-align: center; font-size: .62rem; letter-spacing: .18em; }
.hero-index { position: absolute; right: clamp(24px, 5vw, 80px); bottom: 42px; color: rgba(255,255,255,.42); font-size: .72rem; letter-spacing: .18em; }

.works { padding: 110px clamp(24px, 7vw, 112px) 130px; background: var(--paper); color: var(--ink); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; margin-bottom: 48px; }
.section-heading h2, .about h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); }
.section-heading > p { max-width: 320px; margin: 0 0 10px; color: #6f6761; }
.track-list { border-top: 1px solid rgba(19,17,18,.25); }
.track-status { margin: 0; padding: 42px 0; color: #81776f; border-bottom: 1px solid rgba(19,17,18,.2); }
.track {
  display: grid;
  grid-template-columns: 60px 64px minmax(210px, 1fr) minmax(190px, .65fr) minmax(170px, .5fr);
  gap: 20px;
  align-items: center;
  min-height: 124px;
  border-bottom: 1px solid rgba(19,17,18,.2);
  cursor: pointer;
  transition: padding .25s ease, color .25s ease, background .25s ease;
}
.track:hover, .track:focus-visible, .track.active { background: var(--ink); color: var(--paper); padding-inline: 24px; outline: none; }
.track-play { width: 48px; height: 48px; border-radius: 50%; border: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; }
.track-no { color: #968b83; font: italic 600 1.15rem "Playfair Display", serif; }
.track-title h3 { margin: 0; font: 600 clamp(1.5rem, 2.2vw, 2.3rem) "Playfair Display", "Noto Serif SC", serif; }
.track-title p { margin: 4px 0 0; color: #91877f; font-size: .78rem; letter-spacing: .08em; }
.track-meta { display: flex; justify-content: space-between; gap: 20px; color: #81776f; font-size: .88rem; }
.track-links { display: flex; justify-content: flex-end; gap: 16px; }
.track-links a { color: inherit; text-decoration: none; font-size: .82rem; white-space: nowrap; border-bottom: 1px solid currentColor; }
.track-links a:hover, .track-links a:focus-visible { color: var(--gold); }

.about { text-align: center; padding: 120px 24px 160px; background: var(--cream); color: var(--ink); }
.about h2 { max-width: 900px; margin-inline: auto; }
.about > p:not(.eyebrow) { max-width: 610px; margin: 30px auto; color: #716860; }
.about a { text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
footer { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; align-items: center; padding: 44px clamp(24px, 7vw, 112px) 112px; color: rgba(255,255,255,.56); font-size: .8rem; text-align: center; }
footer a { text-decoration: none; }
footer a:hover, footer a:focus-visible { color: var(--gold); }

.player {
  position: fixed;
  z-index: 20;
  left: 24px;
  right: 24px;
  bottom: 20px;
  min-height: 74px;
  padding: 12px 22px;
  display: grid;
  grid-template-columns: 48px minmax(180px, 1fr) 42px minmax(160px, 2.8fr) 42px 32px minmax(70px, .5fr);
  gap: 14px;
  align-items: center;
  background: rgba(31,28,29,.92);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 12px 38px rgba(0,0,0,.42);
  backdrop-filter: blur(16px);
}
.player-main, .mute { border: 0; background: transparent; color: var(--paper); cursor: pointer; }
.player-main { width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--ink); }
.player-info { display: flex; flex-direction: column; line-height: 1.3; min-width: 0; }
.player-info strong { font-size: .92rem; }
.player-info span { color: rgba(255,255,255,.5); font-size: .72rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.time { font-size: .72rem; color: rgba(255,255,255,.55); text-align: center; }
input[type="range"] { accent-color: var(--gold); cursor: pointer; }
.progress, .volume { width: 100%; }

@media (max-width: 860px) {
  .site-header { position: absolute; padding: 22px 24px; }
  nav { display: none; }
  .hero { min-height: 720px; height: 92svh; padding-inline: 24px; }
  h1 { font-size: clamp(2.6rem, 11vw, 4rem); }
  .hero::after { background: linear-gradient(0deg, #131112 0%, rgba(19,17,18,.4) 55%, rgba(19,17,18,.7) 100%); }
  .hero-art img { object-position: 60% center; }
  .spinning-disc, .record-label { opacity: .35; right: -22vw; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .track { grid-template-columns: 52px 38px 1fr; gap: 12px; padding-block: 20px; }
  .track-meta { grid-column: 3; }
  .track-links { grid-column: 3; justify-content: flex-start; }
  footer { flex-direction: column; }
  .player { left: 10px; right: 10px; bottom: 10px; grid-template-columns: 44px 1fr 48px; padding: 10px 14px; }
  .player .time, .player .progress, .player .mute, .player .volume { display: none; }
}

@media (prefers-reduced-motion: no-preference) {
  .spinning-disc { animation: drift 18s linear infinite; }
  @keyframes drift { to { transform: translateY(-50%) rotate(360deg); } }
}
