:root {
  color-scheme: dark;
  --ink: #07090a;
  --charcoal: #101417;
  --mist: #d8d8d2;
  --muted: #8d9294;
  --red: #b91f28;
  --rule: rgb(255 255 255 / 12%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.6;
  background: var(--ink);
  color: var(--mist);
  font-synthesis: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .3em; }
a:hover { color: #fff; }
a:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--mist); outline-offset: 6px; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; }
h2 { font-size: clamp(2.5rem, 4.3vw, 4rem); letter-spacing: -.045em; overflow-wrap: anywhere; }
h3 { font-size: 1.875rem; }
section { scroll-margin-top: 2rem; }
.wrap { width: calc(100% - 96px); max-width: 1280px; margin-inline: auto; }
.skip-link { position: absolute; top: 8px; left: 8px; z-index: 10; padding: .65rem 1rem; background: var(--mist); color: var(--ink); border: 2px solid var(--red); }
.skip-link:not(:focus) { clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; padding: 0; }
.skip-link:hover { color: var(--ink); }
.site-header { border-bottom: 1px solid var(--rule); }
.site-header nav { display: flex; align-items: center; justify-content: space-between; min-height: 100px; gap: 1rem; }
.wordmark { font: 2rem/1 Georgia, serif; letter-spacing: -.07em; text-decoration: none; padding-block: 1rem; }
.nav-links { display: flex; align-items: center; gap: 2.5rem; }
.nav-links a { font-size: .875rem; letter-spacing: .09em; text-decoration: none; padding-block: .6rem; }
.nav-links .nav-listen { border-bottom: 1px solid var(--red); }
.nav-listen::after { content: " ↗"; margin-left: .55rem; }
.eyebrow { font-size: .875rem; letter-spacing: .12em; line-height: 1.5; color: var(--muted); font-weight: 500; }
.signal { display: inline-block; width: 6px; height: 6px; background: var(--red); margin: 0 .85rem .15rem 0; }
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 3rem; padding-block: 80px 100px; }
.hero-copy, .hero-visual, .release-copy { min-width: 0; }
.hero-copy .eyebrow { margin-bottom: 2.6rem; }
.hero h1 { font-size: min(12vw, 10.75rem); letter-spacing: -.075em; line-height: .88; margin: 0 0 1.5rem -.065em; }
.hero-title { font: 400 clamp(2rem, 3.1vw, 2.875rem)/1.15 Georgia, serif; letter-spacing: -.025em; margin-bottom: 1.5rem; overflow-wrap: anywhere; }
.hero-description { max-width: 27rem; color: var(--muted); font-size: 1.0625rem; line-height: 1.75; margin-bottom: 2.25rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1rem; border: 1px solid var(--rule); text-decoration: none; font-size: .875rem; font-weight: 600; letter-spacing: .035em; }
.button:hover { border-color: var(--muted); }
.button-primary { background: var(--red); border-color: var(--red); color: #fff; }
.button-primary:hover { background: #a21b23; border-color: #a21b23; }
.hero-visual { position: relative; padding: 1.3rem; }
.portrait { position: relative; z-index: 1; }
.portrait img { width: 100%; aspect-ratio: 1; object-fit: contain; filter: grayscale(1); }
.orbit { position: absolute; inset: 2% 0 14%; border: 1px solid var(--rule); border-radius: 50%; pointer-events: none; }
.image-caption { display: flex; justify-content: space-between; gap: .5rem; margin: 1.2rem 0 0; text-transform: uppercase; font-size: .875rem; letter-spacing: .12em; color: var(--muted); }
.section { padding-block: 4rem 6.5rem; border-top: 1px solid var(--rule); }
.section-label { margin-bottom: 3rem; }
.release-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 7.5rem); align-items: start; }
.cover { aspect-ratio: 1; background: var(--charcoal); }
.cover img { width: 100%; height: 100%; object-fit: contain; }
.release-type { margin-bottom: 1rem; }
.release h2 { margin-bottom: 1.5rem; }
.release-summary { color: var(--muted); margin-bottom: 2rem; max-width: 32rem; }
.track-list { list-style: decimal-leading-zero; padding-left: 2.3rem; margin: 0 0 2rem; }
.track-list li { padding: .65rem 0 .65rem .8rem; border-bottom: 1px solid var(--rule); }
.track-list li::marker { color: var(--muted); font-size: .875rem; font-variant-numeric: tabular-nums; }
.service-links { display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; }
.text-link { display: inline-block; padding-block: .6rem; font-size: .9375rem; }
.release-publisher { font-size: .875rem; color: var(--muted); margin: 1.2rem 0 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 7.5rem); }
.about-descriptor { color: var(--muted); font-size: .9375rem; max-width: 20rem; }
.about-lead { font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.25; max-width: 22ch; letter-spacing: -.035em; }
.orbit-phrase { text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 1px; text-underline-offset: .16em; }
.biography { color: var(--muted); padding-top: .2rem; }
.biography p { margin-bottom: 1.6rem; line-height: 1.9; }
.biography em { color: var(--mist); }
.previous-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; }
.previous-release .cover { margin-bottom: 1.5rem; }
.previous-release h3 { margin-bottom: .75rem; overflow-wrap: anywhere; }
.previous-release p { color: var(--muted); }
.contact h2 { max-width: 16ch; }
.contact-address { display: inline-block; padding-block: .7rem; font-size: clamp(1rem, 3vw, 1.5rem); overflow-wrap: anywhere; }
.site-footer { padding-block: 2.5rem; border-top: 1px solid var(--rule); }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 2rem; margin-bottom: 2.5rem; }
.footer-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .75rem 2rem; }
.site-footer p { font-size: .875rem; color: var(--muted); margin-bottom: 0; }
.preview-notice { padding: .8rem 1rem; border: 1px solid var(--rule); border-left-color: var(--red); color: var(--muted); font-size: .875rem; margin-top: 1.5rem; }
.missing-asset { width: 100%; aspect-ratio: 1; display: grid; place-items: center; border: 1px dashed var(--rule); background: var(--charcoal); padding: 1.5rem; text-align: center; font-size: .875rem; color: var(--muted); }

@media (max-width: 1023px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 1.5rem; padding-block: 64px 80px; }
  .hero-visual { padding: .6rem; }
  .hero-copy .eyebrow { margin-bottom: 2rem; }
  .button-primary { flex-basis: 100%; }
  .nav-links { gap: 1.75rem; }
}

@media (max-width: 767px) {
  .wrap { width: calc(100% - 40px); }
  .site-header nav { min-height: 80px; }
  .nav-links .desktop-link { display: none; }
  .nav-links { gap: 0; }
  .nav-links a { letter-spacing: .06em; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 2.75rem; padding-block: 3rem 3.5rem; }
  .hero-copy .eyebrow { font-size: .875rem; letter-spacing: .07em; margin-bottom: 2rem; }
  .hero h1 { font-size: min(26vw, 9rem); }
  .hero-title { font-size: clamp(2rem, 7vw, 3rem); }
  .hero-description { max-width: 32rem; }
  .hero-actions { gap: .75rem; }
  .button { flex: 1 1 auto; padding-inline: .85rem; }
  .button-primary { flex-basis: 100%; }
  .hero-visual { padding: 0; }
  .orbit { inset-inline: 5%; }
  .image-caption { letter-spacing: .07em; }
  .section { padding-block: 2.75rem 4rem; }
  .section-label { margin-bottom: 2rem; }
  .release-grid, .about-grid { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .release h2 { font-size: clamp(2.5rem, 10vw, 3.5rem); }
  .about-grid { gap: 1.5rem; }
  .about-lead { max-width: 24ch; }
  .previous-grid { grid-template-columns: minmax(0, 1fr); gap: 3rem; }
  .footer-links { display: grid; justify-items: start; gap: .35rem; margin-bottom: 2rem; }
  .footer-meta { display: grid; gap: .75rem; }
}

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