:root {
  --paper: #fff;
  --ink: #080808;
  --line: #111;
  --pad: clamp(1rem, 2.5vw, 2.4rem);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  color-scheme: only light;
}

* { box-sizing: border-box; }
html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: #fff;
}
body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--ink);
  background: #fff;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.35;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover, a:focus-visible { text-decoration-style: wavy; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.site-header, main, .page, footer { background-color: #fff; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: #000; color: #fff; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto;
  align-items: end;
  gap: 2rem;
  padding: var(--pad);
}
.wordmark { width: min(18rem, 46vw); }
.wordmark img { width: 100%; height: auto; filter: grayscale(1) contrast(1.25); }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .35rem 1.4rem; font-size: .92rem; text-transform: uppercase; letter-spacing: .04em; }
.menu-button { display: none; border: 0; background: none; padding: 0; text-transform: uppercase; }

main { min-height: 66vh; }
.page { padding: var(--pad); animation: enter .3s ease both; }
@keyframes enter { from { opacity: 0; transform: translateY(8px); } }
.eyebrow, .release-meta, .artist-count { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.display {
  max-width: 16ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 9vw, 9rem);
  font-weight: 400;
  line-height: .84;
  letter-spacing: -.055em;
}
.home-intro { display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(240px, .8fr); gap: 3rem; align-items: end; min-height: 58vh; padding-bottom: clamp(3rem, 8vw, 8rem); }
.home-note { max-width: 25rem; margin: 0; font-size: clamp(1.1rem, 1.7vw, 1.45rem); }
.section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 1.2rem; padding-top: 1rem; }
.section-head h1, .section-head h2 { margin: 0; font-size: 1rem; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; }

.home-page { position: relative; min-height: 72vh; }
.home-photo-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2.8rem); align-items: start; padding: clamp(.5rem, 2vw, 2rem) 0 clamp(5rem, 10vw, 10rem); }
.home-photo { margin: 0; }
.home-photo img { width: 100%; height: auto; }
.home-photo:nth-child(1) { grid-column: 1 / span 6; }
.home-photo:nth-child(2) { grid-column: 8 / span 5; margin-top: clamp(4rem, 10vw, 10rem); }
.home-photo:nth-child(3) { grid-column: 2 / span 4; margin-top: clamp(1rem, 4vw, 4rem); }
.home-photo:nth-child(4) { grid-column: 7 / span 6; margin-top: clamp(6rem, 13vw, 13rem); }

.release-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.2rem, 2.5vw, 2.5rem) clamp(.8rem, 1.7vw, 1.7rem); }
.news-list { width: 100%; }
.news-entry { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: start; margin-bottom: clamp(5rem, 11vw, 10rem); }
.news-media { display: block; }
.news-media img { width: 100%; height: auto; }
.news-copy { width: 100%; max-width: none; }
.news-copy h2 { margin: .6rem 0 1.5rem; font-family: var(--serif); font-size: clamp(2.1rem, 4.4vw, 4.5rem); font-weight: 400; line-height: .94; letter-spacing: -.035em; }
.news-copy > p:not(.eyebrow):not(.news-link) { font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.48; }
.news-link { margin-top: 2rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.release-card { min-width: 0; }
.release-card a { display: block; text-decoration: none; }
.artwork { position: relative; aspect-ratio: 1; overflow: hidden; background: #eee; }
.artwork img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.release-card a:hover img, .release-card a:focus-visible img { transform: scale(1.025); }
.release-title { margin: .65rem 0 .12rem; font-family: var(--serif); font-size: clamp(1.1rem, 1.5vw, 1.4rem); line-height: 1.08; }
.release-artist { margin: 0 0 .3rem; }
.release-meta { margin: 0; color: #444; }
.listen-links { display: flex; flex-wrap: wrap; gap: .35rem .8rem; margin-top: .55rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.listen-links a { text-decoration: underline; }

.artist-list { }
.artist-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: .8rem 0; text-decoration: none; }
.artist-name { font-family: var(--serif); font-size: clamp(1.5rem, 3.8vw, 4.25rem); line-height: .95; letter-spacing: -.035em; }
.artist-row:hover .artist-name, .artist-row:focus-visible .artist-name { font-style: italic; }

.artist-page { display: grid; grid-template-columns: minmax(250px, .85fr) minmax(0, 1.4fr); gap: clamp(2rem, 6vw, 7rem); }
.artist-visual { aspect-ratio: 1; width: 100%; object-fit: cover; }
.artist-copy h1 { margin: -.08em 0 2rem; font-family: var(--serif); font-size: clamp(3.4rem, 9vw, 9rem); font-weight: 400; line-height: .83; letter-spacing: -.055em; }
.artist-copy p { max-width: 42rem; font-size: clamp(1.1rem, 2vw, 1.55rem); }
.artist-links { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; text-transform: uppercase; font-size: .85rem; letter-spacing: .06em; }
.artist-release { margin-top: clamp(3rem, 8vw, 8rem); }
.release-page { display: grid; grid-template-columns: minmax(250px, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.release-page .release-cover { width: 100%; aspect-ratio: 1; object-fit: cover; }
.release-copy h1 { margin: 0 0 .55rem; font-family: var(--serif); font-size: clamp(2.1rem, 4.5vw, 4.4rem); font-weight: 400; line-height: .92; letter-spacing: -.035em; }
.release-copy .byline { margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(1.45rem, 2.7vw, 2.7rem); line-height: 1; }
.release-copy .listen-links { margin-top: 2rem; font-size: .85rem; }

.about-grid { display: block; min-height: 58vh; }
.about-text { width: 100%; max-width: none; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.48; }
.about-text p { margin-top: 0; }
.contact-block { margin-top: 1.5rem; padding-top: 0; }
.contact-block h2 { margin: 0 0 1rem; font-size: 1rem; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; }
.contact-block a { display: block; margin-top: 1rem; font-family: inherit; font-size: inherit; }
.info-figure { width: min(18rem, 100%); margin: 2rem 0 0; }
.info-figure img { width: 100%; height: auto; }
.info-figure figcaption { margin-top: .55rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }

.empty-state { min-height: 46vh; display: grid; place-items: center; text-align: center; }
.empty-state p { max-width: 32rem; margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 4rem); line-height: 1; }
.shows-list { }
.show-row { display: grid; grid-template-columns: minmax(7rem, .45fr) minmax(12rem, 1fr) minmax(10rem, 1fr) auto; gap: 1rem; padding: 1rem 0; }
.show-row p { margin: 0; }
.show-name { font-family: var(--serif); font-size: 1.25rem; }
.archive-head { margin-top: clamp(4rem, 10vw, 9rem); }
.show-poster-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 5rem) clamp(1rem, 2.5vw, 2.5rem); align-items: start; }
.show-poster { margin: 0; }
.show-poster img { width: 100%; height: auto; }
.show-poster a { display: block; text-decoration: none; }
.show-poster a:hover img, .show-poster a:focus-visible img { transform: scale(1.015); }
.show-poster a img { transition: transform .25s ease; }
.show-poster p { margin: .65rem 0 0; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }

footer { display: flex; justify-content: space-between; gap: 2rem; padding: var(--pad); font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
footer p { margin: 0; }
footer > p { text-align: right; }
footer div { display: flex; gap: 1.2rem; flex-wrap: wrap; }

@media (max-width: 850px) {
  .release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-intro, .about-grid, .artist-page, .release-page, .news-entry { grid-template-columns: 1fr; }
  .home-intro { min-height: 52vh; }
  .artist-visual { max-width: 34rem; }
  .show-row { grid-template-columns: 1fr 1fr; }
  .show-poster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-photo:nth-child(1) { grid-column: 1 / span 7; }
  .home-photo:nth-child(2) { grid-column: 7 / span 6; }
  .home-photo:nth-child(3) { grid-column: 1 / span 5; }
  .home-photo:nth-child(4) { grid-column: 6 / span 7; }
}
@media (max-width: 620px) {
  .site-header { align-items: center; gap: 1rem; }
  .wordmark { width: min(13rem, 58vw); }
  .menu-button { display: block; }
  nav { display: none; position: absolute; z-index: 10; top: 100%; left: 0; right: 0; padding: 1rem var(--pad) 1.4rem; background: #fff; justify-content: flex-start; flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  .display { font-size: clamp(3rem, 17vw, 6rem); }
  .artist-row { grid-template-columns: 1fr auto; }
  footer { flex-direction: column; }
  .show-row { grid-template-columns: 1fr; gap: .25rem; }
  .show-poster-grid { grid-template-columns: 1fr; }
  .home-page { min-height: 70vh; }
  .home-photo-grid { display: block; }
  .home-photo { width: 84%; margin: 0 0 3rem !important; }
  .home-photo:nth-child(even) { margin-left: auto !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
