@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  color-scheme: dark;
  --ink: #111310;
  --panel: #1b1e19;
  --paper: #eeeee6;
  --muted: #afb3a9;
  --brass: #d5b879;
  --line: #41443a;
  --media-radius: 4px;
  --display: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body {
  margin: 0;
  background-color: var(--ink);
  background-image: url('/assets/grain.svg');
  color: var(--paper);
  font: 400 17px/1.65 var(--body);
}
a { color: inherit; text-underline-offset: 5px; }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--brass); outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; border-radius: var(--media-radius); }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { font: 600 1em/1.06 var(--display); text-wrap: balance; }
p + p { margin-top: 1em; }
.wrap { width: min(1280px, calc(100% - 80px)); margin: auto; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 24px; }
.wordmark { text-decoration: none; font-size: 18px; font-weight: 600; letter-spacing: -.5px; white-space: nowrap; }
.wordmark span { color: var(--brass); }
.site-header nav { display: flex; gap: 26px; align-items: center; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; font-size: 14px; color: var(--muted); }
.site-header nav a:hover, .site-header nav a[aria-current=page] { color: var(--paper); }
.site-header nav a[aria-current=page] { text-decoration: underline; text-decoration-color: var(--brass); }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: none; color: var(--brass); }
.hero { padding: 56px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero h1 { font-size: clamp(80px, 10.8vw, 146px); letter-spacing: -2px; text-transform: none; margin: 22px 0 26px; line-height: .88; }
h1 em { font-style: normal; color: var(--brass); }
.hero-copy { font-size: 18px; color: var(--muted); max-width: 480px; }
.hero-image { max-width: 490px; justify-self: end; }
.hero-image img { width: 100%; height: auto; }
figcaption { padding-top: 10px; font-size: 13px; color: var(--muted); }
.actions { display: flex; gap: 12px 24px; align-items: center; flex-wrap: wrap; margin-top: 26px; }
.button { display: inline-flex; gap: 22px; align-items: center; justify-content: center; background: var(--brass); color: var(--ink); padding: 12px 20px; text-decoration: none; font-size: 14px; font-weight: 700; border: 1px solid var(--brass); cursor: pointer; min-height: 44px; }
.button:hover { background: #e9cd90; border-color: #e9cd90; }
.text-link { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-size: 14px; font-weight: 500; }
.text-link:hover { color: var(--brass); }
.section { padding: 72px 0; border-top: 1px solid var(--line); }
.section h2 { font-size: clamp(40px, 4.8vw, 62px); letter-spacing: -.5px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.section-intro .eyebrow { margin-bottom: 14px; }
.section-intro > p { max-width: 410px; color: var(--muted); }
.section-index, .music-index { display: flex; flex-wrap: wrap; gap: 4px 30px; padding: 16px 0; border-top: 1px solid var(--line); }
.section-index a, .music-index a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; color: var(--muted); }
.section-index a:hover, .music-index a:hover { color: var(--brass); }
.section-index + .section { border-top: 0; padding-top: 46px; }
.music-index { border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.site-footer { border-top: 1px solid var(--line); padding: 28px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px 28px; color: var(--muted); font-size: 13px; }
.site-footer div { display: flex; gap: 24px; flex-wrap: wrap; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.skip { position: fixed; left: 15px; top: -100px; background: var(--brass); padding: 10px; color: var(--ink); z-index: 10; }
.skip:focus { top: 15px; }
.related-links { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 28px; }
.page-end { padding: 18px 0 48px; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 56px); }
  .site-header { flex-wrap: wrap; padding: 16px 0; gap: 4px 24px; }
  .hero { gap: 36px; }
  .hero h1 { font-size: clamp(78px, 11vw, 120px); }
  .site-footer { flex-wrap: wrap; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { padding-top: 20px; }
  .site-header nav { width: 100%; flex-wrap: wrap; gap: 0 22px; }
  .hero { grid-template-columns: 1fr; padding: 40px 0 32px; gap: 32px; }
  .hero h1 { font-size: clamp(84px, 20vw, 126px); }
  .hero-image { justify-self: start; width: 100%; max-width: 440px; }
  .section { padding: 48px 0; }
  .section-intro { flex-direction: column; align-items: start; gap: 18px; margin-bottom: 28px; }
  .section-index, .music-index { gap: 0 24px; }
  .site-footer { flex-direction: column; align-items: start; gap: 4px; }
}
@media (max-width: 390px) {
  .site-header nav { display: grid; grid-template-columns: auto auto; justify-content: start; column-gap: 24px; }
  .hero h1 { font-size: 80px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
