:root {
  --bg: #0d0d0d;
  --panel: #151515;
  --text: #f3f0e8;
  --muted: #aaa69e;
  --line: #2a2a2a;
  --max: 1180px;
  --narrow: 760px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Georgia, "Times New Roman", serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .22em; }
.hero { min-height: 78vh; display: flex; align-items: end; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 20%, rgba(255,255,255,.06), transparent 35%), linear-gradient(180deg, #111 0%, #0d0d0d 100%); }
.hero-inner, .section-inner { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.hero-inner { padding: 12vh 0 10vh; }
.eyebrow, .release-type, footer, .verification-note { font-family: Arial, Helvetica, sans-serif; }
.eyebrow { margin: 0 0 1.2rem; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; }
h1,h2,h3 { margin-top: 0; line-height: 1.05; font-weight: 500; }
h1 { max-width: 900px; margin-bottom: 1.5rem; font-size: clamp(3rem, 8vw, 7rem); letter-spacing: -.045em; }
h2 { margin-bottom: 2.2rem; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.03em; }
h3 { margin-bottom: .55rem; font-size: 1.6rem; }
.intro { max-width: 720px; margin: 0 0 2.4rem; color: #d2cec5; font-size: clamp(1.1rem, 2vw, 1.45rem); }
.links { display: flex; flex-wrap: wrap; gap: .8rem; }
.links a { border: 1px solid #4a4a4a; border-radius: 999px; padding: .7rem 1.05rem; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: .9rem; }
.links a:hover, .links a:focus { background: var(--text); color: var(--bg); }
.section { padding: 8rem 0; border-bottom: 1px solid var(--line); }
.narrow { max-width: var(--narrow); }
.about p, .contact p { font-size: 1.17rem; }
.release-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.cover { aspect-ratio: 1 / 1; margin-bottom: 1.4rem; background: var(--panel); border: 1px solid var(--line); }
.placeholder { display: grid; place-items: center; color: #6f6c66; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; }
img.cover { width: 100%; object-fit: cover; display: block; }
.release-type { margin: 0 0 .55rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.release-card p:last-child { margin-top: 0; color: var(--muted); }
.verification-note { margin-top: 2.5rem; color: var(--muted); font-size: .82rem !important; text-transform: uppercase; letter-spacing: .1em; }
footer { padding: 2rem 0 3rem; color: var(--muted); font-size: .78rem; }
@media (max-width: 800px) {
  .hero-inner, .section-inner { width: min(calc(100% - 32px), var(--max)); }
  .hero { min-height: 68vh; }
  .hero-inner { padding: 8rem 0 5rem; }
  .section { padding: 5rem 0; }
  .release-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .release-card { max-width: 560px; }
}
