:root {
  color-scheme: light;
  --paper: #f3f2ef;
  --ink: #151515;
  --soft: #686866;
  --line: #d9d8d4;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
  font-synthesis: none;
  background: var(--paper);
  color: var(--ink);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; }
.index {
  position: fixed; inset: 0 auto 0 0; width: 34vw; overflow-y: auto;
  padding: clamp(20px, 3.2vw, 54px); border-right: 1px solid var(--line);
}
.site-title { display: inline-block; margin-bottom: 42px; font-size: 12px; font-weight: 600; letter-spacing: -.01em; text-decoration: none; }
.index-panel summary { display: none; }
.month-nav + .month-nav { margin-top: 48px; }
.month-nav h2 { margin: 0 0 24px; font-size: 13px; font-weight: 500; letter-spacing: -.01em; }
.month-nav h2 a { text-decoration: none; }
.month-nav ol { list-style: none; padding: 0; margin: 0; }
.month-nav li { margin: 0 0 7px; }
.month-nav a {
  display: block; color: #777774; font-size: 11px; line-height: 1.35; text-decoration: none;
  transition: color 140ms ease, transform 140ms ease;
}
.month-nav a span { color: #9a9996; }
.month-nav a:hover, .month-nav a:focus-visible, .month-nav a[aria-current="true"] { color: var(--ink); transform: translateX(3px); outline: none; }
.month-nav a[aria-current="true"] span { color: #575755; }
.tracks { margin-left: 34vw; height: 100vh; overflow-y: auto; padding: clamp(18px, 2.5vw, 38px); scroll-behavior: smooth; scroll-snap-type: y proximity; }
.track {
  width: min(100%, 820px); margin: 0 auto 12px;
  min-height: 184px; display: grid; grid-template-columns: 184px minmax(0, 1fr);
  border: 1px solid var(--line); background: var(--paper); opacity: .48; filter: saturate(.18);
  transition: opacity 220ms ease, filter 220ms ease, background 220ms ease;
  scroll-snap-align: start;
}
.track:hover, .track:focus-within, .track.is-active { opacity: 1; filter: saturate(1); background: #f7f6f3; }
.artwork { position: relative; width: 100%; min-height: 0; aspect-ratio: 1; overflow: hidden; background: #e9e8e4; }
.artwork > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-player { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-player {
  display: flex; align-items: flex-end; justify-content: space-between; padding: 13px; cursor: pointer;
  color: white; text-decoration: none; background: linear-gradient(180deg, transparent 35%, rgb(0 0 0 / .58)); font: inherit;
}
.video-player[hidden] { display: none; }
.youtube-engine { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; border: 0; }
.bandcamp-control { position: absolute; z-index: 3; bottom: 9px; left: 9px; width: 48px; height: 42px; display: block; overflow: hidden; border-radius: 22px; }
.bandcamp-control .play-mark { position: absolute; z-index: 4; top: 4px; left: 4px; padding: 0; border: 0; font: inherit; pointer-events: none; }
.bandcamp-control.is-playing .play-mark { pointer-events: auto; cursor: pointer; }
.bandcamp-player { position: absolute; z-index: 3; inset: 0; width: 48px; height: 42px; opacity: .001; overflow: hidden; border: 0; background: transparent; cursor: pointer; }
.video-player::before { content: ""; position: absolute; inset: 0; background: rgb(0 0 0 / .05); transition: background 160ms ease; }
.video-player:hover::before { background: rgb(0 0 0 / .18); }
.video-player > * { position: relative; z-index: 1; }
.play-mark { width: 34px; height: 34px; display: grid; place-items: center; background: rgb(255 255 255 / .94); color: #111; border-radius: 50%; }
.play-mark svg { width: 17px; height: 17px; fill: currentColor; }
.unavailable { cursor: default; }
.track-copy { min-width: 0; padding: 18px clamp(18px, 2.4vw, 36px) 16px; display: flex; flex-direction: column; }
.track-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.track-title-link { display: block; text-decoration: none; }
.track-title-link:hover h3, .track-title-link:focus-visible h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.track-title-link:focus-visible { outline: none; }
.track h2, .track h3 { margin: 0; line-height: 1.16; letter-spacing: -.025em; }
.track h2 { font-size: 15px; font-weight: 600; }
.track h3 { margin-top: 2px; font-size: 15px; font-weight: 400; }
.release { margin: 6px 0 0; color: var(--soft); font-size: 10px; }
.note { max-width: 68ch; margin-top: 13px; color: #444441; font-size: 11px; line-height: 1.45; }
.note p { margin: 0 0 5px; }
.note a { text-decoration-color: #aaa9a5; text-underline-offset: 2px; }
.note a:hover, .note a:focus-visible { color: var(--ink); text-decoration-color: currentColor; }
.note blockquote { margin: 7px 0; padding-left: 11px; border-left: 1px solid #aaa9a5; }
.services { display: flex; align-items: center; gap: 18px; margin-top: auto; padding-top: 13px; }
.service { width: auto; height: 18px; display: grid; place-items: center; opacity: .28; transition: opacity 140ms ease; }
.service:hover, .service:focus-visible { opacity: 1; outline: none; }
.service svg { display: block; fill: currentColor; }
.service-apple svg { width: 15.5px; height: 17px; }
.service-spotify svg { width: 16.5px; height: 16.5px; }
.service-bandcamp svg { width: 19px; height: 14px; }
.service-youtube svg { width: 19.5px; height: 14px; }
.now-playing { position: fixed; z-index: 20; right: clamp(18px, 2.5vw, 38px); bottom: 18px; width: min(420px, calc(66vw - 56px)); min-height: 62px; display: grid; grid-template-columns: 44px minmax(0, 1fr) 34px; align-items: center; gap: 12px; padding: 8px 10px 8px 8px; border: 1px solid var(--line); background: rgb(247 246 243 / .96); box-shadow: 0 12px 36px rgb(0 0 0 / .12); backdrop-filter: blur(14px); }
.now-playing[hidden] { display: none; }
.now-playing > img { width: 44px; height: 44px; display: block; object-fit: cover; background: #e9e8e4; }
.now-playing-copy { min-width: 0; display: block; }
.now-playing-copy strong, .now-playing-copy > span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; line-height: 1.35; }
.now-playing-copy strong { font-weight: 600; }
.now-playing-copy > span { color: var(--soft); font-weight: 400; }
.now-playing > button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--ink); background: #fff; cursor: pointer; }
.now-playing > button svg { width: 17px; height: 17px; fill: currentColor; }
.detail-page { min-height: 100vh; }
.detail-tracks { display: flex; align-items: flex-start; }
.detail-track { width: min(100%, 820px); margin: 0 auto; display: grid; grid-template-columns: minmax(230px, .82fr) minmax(280px, 1fr); align-items: stretch; border: 1px solid var(--line); background: #f7f6f3; }
.detail-artwork { width: 100%; }
.detail-copy { min-width: 0; padding: clamp(24px, 4vw, 46px); display: flex; flex-direction: column; }
.detail-date { margin: 0 0 28px; color: var(--soft); font-size: 10px; }
.detail-copy h1, .detail-copy h2 { margin: 0; font-size: clamp(21px, 2.5vw, 34px); line-height: 1.04; letter-spacing: -.035em; }
.detail-copy h1 { font-weight: 650; }
.detail-copy h2 { margin-top: 5px; font-weight: 400; }
.detail-page .note { margin-top: 24px; font-size: 13px; line-height: 1.55; }
.detail-copy .services { margin-top: 34px; }
@media (max-width: 760px) {
  .index { position: sticky; z-index: 5; top: 0; width: 100%; height: 52px; overflow: visible; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid var(--line); background: rgb(243 242 239 / .96); backdrop-filter: blur(14px); }
  .index > .site-title { margin: 0; }
  .index-panel { position: static; }
  .index-panel summary { display: flex; align-items: baseline; gap: 8px; color: var(--soft); font-size: 10px; list-style: none; cursor: pointer; }
  .index-panel summary::-webkit-details-marker { display: none; }
  .index-panel summary span:last-child { opacity: .55; }
  .index-content { position: absolute; top: 52px; left: 0; right: 0; max-height: calc(100vh - 52px); overflow-y: auto; padding: 19px 16px 24px; border-bottom: 1px solid var(--line); background: rgb(243 242 239 / .98); box-shadow: 0 14px 30px rgb(0 0 0 / .05); }
  .month-nav h2 { margin-bottom: 14px; }
  .month-nav li { margin-bottom: 9px; }
  .month-nav a { font-size: 11px; }
  .month-nav a:hover, .month-nav a:focus-visible, .month-nav a[aria-current="true"] { transform: none; }
  .tracks { margin-left: 0; height: auto; overflow: visible; padding: 14px 12px 40px; }
  .track { width: min(100%, 540px); grid-template-columns: 108px minmax(0, 1fr); min-height: 108px; margin-bottom: 11px; opacity: .94; filter: saturate(.86); scroll-margin-top: 66px; }
  .track.is-active { opacity: 1; filter: saturate(1); }
  .artwork { width: 108px; height: 108px; }
  .track-copy { padding: 12px; }
  .track h2, .track h3 { font-size: 13px; }
  .release { font-size: 9px; }
  .note { margin-top: 10px; font-size: 10px; max-height: none; overflow: visible; }
  .service { opacity: .48; }
  .detail-tracks { display: block; padding: 14px 12px 40px; }
  .detail-track { display: block; max-width: 540px; margin: 0 auto; }
  .detail-artwork { width: 100%; height: auto; aspect-ratio: 1; }
  .detail-copy { padding: 28px 4px 8px; }
  .detail-date { margin-bottom: 20px; }
  .detail-copy h1, .detail-copy h2 { font-size: clamp(26px, 9vw, 38px); }
  .detail-page .note { font-size: 12px; }
  body:has(.now-playing:not([hidden])) .tracks { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
  .now-playing {
    right: 0; bottom: 0; left: 0; width: 100%; min-height: 60px;
    padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    border-width: 1px 0 0; box-shadow: 0 -10px 30px rgb(0 0 0 / .1);
  }
}
@media (prefers-reduced-motion: reduce) {
  html, .tracks { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
