:root {
  color-scheme: dark;
  --ink: #080808;
  --paper: #f5f5f5;
  --muted: #b0b0b0;
  --accent: #dedede;
  --rule: #333333;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
img { display: block; width: 100%; height: auto; }
figure, h1, h2, p { margin: 0; }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 5; padding: 15px 20px; background: var(--paper); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 106px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--rule); gap: 24px; }
.wordmark { font-size: 15px; font-weight: 750; letter-spacing: .09em; white-space: nowrap; }
.wordmark-dot { color: var(--accent); }
nav { display: flex; gap: 36px; font-size: 12px; }
nav a { padding-block: 15px; }
nav a:hover, .site-footer a:hover { color: var(--accent); }
nav span { margin-left: 7px; }
.hero { padding-top: 62px; padding-bottom: 64px; display: grid; grid-template-columns: 1.06fr 1fr; column-gap: 45px; }
.hero-copy { padding-top: 9px; position: relative; z-index: 1; }
.eyebrow { font-size: 10px; font-weight: 500; line-height: 1.7; letter-spacing: .19em; text-transform: uppercase; color: var(--muted); }
.hero-copy > .eyebrow { display: flex; align-items: center; gap: 13px; }
.small-line { width: 26px; height: 1px; background: var(--accent); }
h1 { font-size: clamp(68px, 7.15vw, 103px); font-weight: 800; line-height: .9; letter-spacing: -.065em; margin: 35px 0 29px; }
.title-period { color: var(--accent); }
.hero-tagline { font-family: var(--serif); font-size: clamp(30px, 3.15vw, 44px); line-height: 1.12; letter-spacing: -.04em; }
em { font-weight: 400; color: var(--accent); }
.hero-description { margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.hero-portrait { align-self: start; padding-top: 4px; }
.hero-portrait img { aspect-ratio: 1 / 1.12; object-fit: cover; object-position: 50% 43%; }
figcaption { display: flex; justify-content: space-between; gap: 15px; font-size: 8px; letter-spacing: .15em; line-height: 1.6; color: var(--muted); padding-top: 13px; }
.music-section { background: #111111; padding-block: 66px 78px; margin-top: 18px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 43px; }
.release-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9%; }
.album-art img { border: 1px solid #444444; }
.release-copy > .eyebrow { color: var(--accent); margin-bottom: 17px; }
h2 { font-family: var(--serif); font-size: clamp(37px, 4vw, 56px); letter-spacing: -.045em; line-height: 1.07; font-weight: 400; }
.release-copy > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.85; margin-top: 13px; max-width: 405px; }
.listening-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.platform-button { display: inline-flex; align-items: center; gap: 12px; min-height: 56px; padding: 10px 20px; border-radius: 28px; transition: filter .18s; }
.platform-button:hover { filter: brightness(1.1); }
.platform-button svg { width: 28px; height: 28px; flex-shrink: 0; }
.platform-button span { display: grid; gap: 2px; }
.platform-button small { font-size: 10px; line-height: 1.2; font-weight: 500; }
.platform-button strong { font-size: 17px; line-height: 1.2; font-weight: 650; letter-spacing: -.025em; }
.platform-spotify { background: #1ed760; color: #080808; }
.platform-apple { background: #c92343; color: #ffffff; }
.tracklist { margin-top: 23px; border-block: 1px solid #444444; }
.tracklist summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; font-size: 11px; cursor: pointer; list-style: none; }
.tracklist summary::-webkit-details-marker { display: none; }
.tracklist summary > span { font-size: 20px; font-weight: 300; transition: transform .18s; }
.tracklist[open] summary > span { transform: rotate(45deg); }
.tracklist ol { margin: 0 0 19px; padding-left: 25px; font-size: 12px; line-height: 2.2; color: var(--muted); }
.tracklist li { padding-left: 8px; }
.tracklist li::marker { font-variant-numeric: tabular-nums; color: var(--accent); }
.about-section { padding-block: 77px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.about-title h2 { font-size: clamp(34px, 3.5vw, 49px); }
.about-copy > p { font-size: 13px; color: var(--muted); line-height: 1.9; margin-top: 13px; max-width: 450px; }
.city-photo { margin-top: 50px; }
.city-photo img { aspect-ratio: 2.65 / 1; object-fit: cover; object-position: 50% 12%; }
.contact-section { padding-block: 80px 75px; }
.contact-row { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-top: 24px; }
.contact-row h2 { font-size: clamp(36px, 3.8vw, 52px); }
.contact-copy { padding-bottom: 6px; font-size: 12px; line-height: 1.8; }
.contact-email { display: inline-block; padding-block: 12px; border-bottom: 1px solid var(--accent); font-size: 17px; }
.contact-email span { margin-left: 12px; }
.contact-email:hover { color: var(--accent); }
.site-footer { border-top: 1px solid var(--rule); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 30px; }
.site-footer p, .site-footer > a:last-child { font-size: 10px; color: var(--muted); }
.site-footer > a:last-child span { margin-left: 12px; }
@media (min-width: 1600px) { .hero { column-gap: 85px; } h1 { font-size: 112px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero { column-gap: 24px; padding-top: 43px; }
  h1 { font-size: clamp(56px, 7.3vw, 74px); margin-block: 26px; }
  .hero-portrait img { aspect-ratio: 1 / 1.4; }
  .hero-tagline { font-size: 33px; }
  .release-grid, .about-grid { gap: 6%; }
}
@media (max-width: 680px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 80px; gap: 12px; }
  .wordmark { font-size: 11px; letter-spacing: .045em; }
  nav { gap: 18px; font-size: 11px; }
  nav span { display: none; }
  .hero { display: flex; flex-direction: column; padding-top: 34px; padding-bottom: 42px; }
  .hero-copy { padding-top: 0; }
  .hero-copy > .eyebrow { font-size: 9px; }
  h1 { font-size: clamp(64px, 14.4vw, 97px); margin-top: 27px; margin-bottom: 25px; }
  .hero-tagline { font-size: 36px; }
  .hero-description { font-size: 13px; margin-top: 18px; }
  .hero-portrait { margin-top: 35px; padding: 0; width: 100%; }
  .hero-portrait img { aspect-ratio: 1 / 1.02; }
  .music-section { padding-block: 42px 48px; margin-top: 8px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading .eyebrow { font-size: 9px; }
  .release-grid, .about-grid { grid-template-columns: 1fr; gap: 35px; }
  .release-copy h2 { font-size: 48px; }
  .release-copy > p:not(.eyebrow) { font-size: 14px; }
  .tracklist summary { min-height: 53px; font-size: 12px; }
  .tracklist ol { font-size: 13px; }
  .about-section { padding-top: 46px; }
  .about-title h2 { font-size: 39px; }
  .about-copy > p { font-size: 14px; }
  .city-photo { margin-top: 30px; }
  .city-photo img { aspect-ratio: 1.2 / 1; object-position: 33% 50%; }
  .contact-section { padding-block: 48px; }
  .contact-row { display: block; margin-top: 22px; }
  .contact-row h2 { font-size: 38px; }
  .contact-copy { margin-top: 28px; font-size: 13px; }
  .site-footer { flex-wrap: wrap; padding-block: 25px; row-gap: 18px; }
  .site-footer p { order: 3; flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.about-copy > p:first-child { margin-top: 0; }
