@font-face {
  font-family: "IGBTMono";
  src: url("/assets/fonts/igbt/BIZUDGothic-Regular-strip.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "IGBTMono";
  src: url("/assets/fonts/igbt/BIZUDGothic-Bold-strip.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: "IGBTMono";
  src: url("/assets/fonts/igbt/GenYoGothic2-JP-R-kanji.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  unicode-range:
    U+3400-4DBF,
    U+4E00-9FFF,
    U+F900-FAFF,
    U+20000-2A6DF,
    U+2A700-2B73F,
    U+2B740-2B81F,
    U+2B820-2CEAF,
    U+2CEB0-2EBEF,
    U+30000-3134F;
}

:root {
  --shb-cjk-font: "IGBTMono";
  --shb-text-font: "Avenir", "Avenir Next", "Helvetica Neue", var(--shb-cjk-font), sans-serif;
  --shb-title-font: "Playfair Display", "Times New Roman", var(--shb-cjk-font), serif;
  --shb-bg: #000000;
  --shb-ink: #ffffff;
  --shb-muted: rgba(255, 255, 255, 0.48);
  --shb-subtle: rgba(255, 255, 255, 0.72);
  --shb-line: rgba(255, 255, 255, 0.18);
  --shb-line-soft: rgba(255, 255, 255, 0.12);
  --shb-shell-max: 1220px;
  --shb-shell-pad: clamp(18px, 3vw, 32px);
  --shb-rule-inset: 22px;
  --shb-detail-main-col: minmax(0, 1.32fr);
  --shb-detail-side-col: minmax(220px, 0.68fr);
  --shb-detail-col-gap: 32px;
  --shb-essay-column-gap: clamp(28px, 4vw, 56px);
  --shb-fast: 120ms ease-out;
}

* {
  box-sizing: border-box;
}

::selection {
  background: var(--shb-ink);
  color: var(--shb-bg);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--shb-bg);
  color: var(--shb-ink);
  font-family: var(--shb-text-font);
  font-weight: 200;
  line-height: 1.5;
  font-language-override: "ZHT";
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

h1,
h2,
h3,
h4,
h5,
h6,
.shb-column-title,
.shb-detail-title,
.shb-section-title,
.shb-card-title {
  font-family: var(--shb-title-font);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.shb-page,
.shb-input,
.shb-home-link {
  -webkit-text-stroke: 0.16px var(--shb-bg);
  paint-order: stroke fill;
}

.shb-input::selection,
.shb-home-link::selection,
.shb-album-tab.is-active::selection {
  background: var(--shb-bg);
  color: var(--shb-ink);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  background: none;
  color: inherit;
}

.shb-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shb-shell {
  width: min(100%, calc(var(--shb-shell-max) + (var(--shb-shell-pad) * 2)));
  margin: 0 auto;
  padding: var(--shb-shell-pad) var(--shb-shell-pad) 48px;
}

.shb-topbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  margin: 0 0 clamp(22px, 4vw, 34px);
  margin-left: var(--shb-rule-inset);
  margin-right: var(--shb-rule-inset);
}

.shb-topbar.is-home {
  grid-template-columns: 1fr;
}

.shb-home-link {
  position: fixed;
  left: 14px;
  top: var(--shb-shell-pad);
  min-height: 68px;
  width: 68px;
  border: 1px solid var(--shb-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--shb-fast), border-color var(--shb-fast);
  z-index: 20;
  background: var(--shb-bg);
}

.shb-home-link:hover,
.shb-home-link:focus-visible {
  opacity: 0.56;
  outline: 0;
  border-color: rgba(255, 255, 255, 0.34);
}

.shb-home-link[hidden] {
  display: none;
}

.shb-home-link-arrow {
  width: 18px;
  height: 12px;
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position:
    0 0,
    0 50%,
    0 100%;
}

.shb-search-form {
  margin: 0;
}

.shb-input {
  width: 100%;
  min-height: 68px;
  padding: 0 22px;
  border: 1px solid var(--shb-line);
  border-radius: 0;
  background: transparent;
  color: var(--shb-ink);
  font-family: var(--shb-text-font);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 300;
  letter-spacing: -0.02em;
  appearance: none;
  outline: none;
}

.shb-input::placeholder {
  color: var(--shb-muted);
}

.shb-input:focus {
  border-color: rgba(255, 255, 255, 0.34);
}

.shb-page {
  min-height: 420px;
}

.shb-shell-loading,
.shb-empty,
.shb-not-found {
  padding: 18px 0;
  color: var(--shb-muted);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.shb-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: clamp(520px, calc(100svh - 190px), 920px);
  margin: 0 var(--shb-rule-inset);
  border: 1px solid var(--shb-line);
}

.shb-directory-column {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  border-left: 1px solid var(--shb-line);
}

.shb-directory-column:first-child {
  border-left: 0;
}

.shb-column-head {
  padding: 18px 20px 16px;
  border-bottom: 1px solid var(--shb-line);
}

.shb-column-title {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 50px);
  line-height: 0.94;
}

.shb-column-body {
  min-height: 0;
  overflow: auto;
  padding: 14px 20px 22px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.shb-column-body::-webkit-scrollbar {
  width: 8px;
}

.shb-column-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
}

.shb-letter-group + .shb-letter-group {
  margin-top: 24px;
}

.shb-letter-label,
.shb-hero-kicker,
.shb-meta-label,
.shb-kv-key,
.shb-card-type {
  display: block;
  margin: 0 0 12px;
  color: var(--shb-muted);
  font-family: var(--shb-text-font);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.shb-directory-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--shb-line-soft);
}

.shb-directory-item {
  margin: 0;
}

.shb-directory-link {
  display: block;
  padding: 9px 0 10px;
  color: var(--shb-ink);
  font-size: 15px;
  line-height: 1.25;
  transition: opacity var(--shb-fast);
}

.shb-directory-link:hover,
.shb-directory-link:focus-visible {
  opacity: 0.56;
  outline: 0;
}

.shb-column-body > .shb-empty {
  padding: 0;
  border: 0;
}

.shb-detail-overview {
  display: grid;
  grid-template-columns: var(--shb-detail-main-col) var(--shb-detail-side-col);
  margin: 0 var(--shb-rule-inset);
  border-bottom: 1px solid var(--shb-line);
}

.shb-detail-overview.is-no-media {
  grid-template-columns: 1fr;
}

.shb-overview-main {
  padding: 30px 0 34px;
  border-top: 1px solid var(--shb-line);
}

.shb-overview-media {
  padding: 30px 0 34px 32px;
  border-top: 1px solid var(--shb-line);
}

.shb-overview-media {
  border-left: 1px solid var(--shb-line);
  display: grid;
  gap: 14px;
  align-content: start;
}

.shb-detail-title {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(48px, 7.6vw, 102px);
  line-height: 0.92;
}

.shb-detail-alt-title {
  margin: 16px 0 0;
  color: var(--shb-muted);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.18;
}

.shb-detail-summary {
  margin: 22px 0 0;
  max-width: 36rem;
  color: var(--shb-subtle);
  font-size: 16px;
  line-height: 1.6;
}

.shb-overview-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px 20px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--shb-line);
}

.shb-overview-panels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px 24px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--shb-line);
}

.shb-overview-panel {
  min-width: 0;
}

.shb-overview-panel-wide {
  grid-column: 1 / -1;
}

.shb-overview-panel-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.shb-overview-panels-release {
  grid-template-columns: 1fr;
}

.shb-overview-panels-artist {
  grid-template-columns: 1fr;
}

.shb-overview-row {
  display: grid;
  gap: 18px 24px;
}

.shb-overview-row-primary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shb-overview-row-secondary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shb-overview-row-artist-primary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shb-overview-row-releases {
  grid-template-columns: 1fr;
}

.shb-overview-row-artist-primary + .shb-overview-row-releases {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--shb-line);
}

.shb-overview-panel:first-child .shb-overview-group-list,
.shb-overview-panel:first-child .shb-overview-link-list {
  margin-top: 0;
}

.shb-overview-panel-label {
  display: block;
  margin: 0 0 12px;
  color: var(--shb-muted);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.shb-overview-panel-head .shb-overview-panel-label {
  margin: 0;
}

.shb-overview-toggle {
  width: 22px;
  height: 11px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--shb-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity var(--shb-fast);
}

.shb-overview-toggle:hover,
.shb-overview-toggle:focus-visible {
  opacity: 0.56;
  outline: 0;
}

.shb-overview-toggle-icon {
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform var(--shb-fast);
}

.shb-overview-panel.is-expanded .shb-overview-toggle-icon {
  transform: translateY(1px) rotate(225deg);
}

.shb-overview-group + .shb-overview-group {
  margin-top: 18px;
}

.shb-overview-group .shb-kv-key {
  margin-bottom: 10px;
}

.shb-overview-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shb-inline-link {
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--shb-line-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  transition: opacity var(--shb-fast);
}

.shb-inline-link:hover,
.shb-inline-link:focus-visible {
  opacity: 0.56;
  outline: 0;
}

.shb-cover-frame {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--shb-line);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.shb-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shb-meta-item {
  min-width: 0;
}

.shb-meta-value {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.35;
}

.shb-section {
  margin: 0 var(--shb-rule-inset);
  border-top: 1px solid var(--shb-line);
}

.shb-section-head {
  padding: 24px 0 0;
}

.shb-section-body {
  min-width: 0;
  padding: 12px 0 26px;
}

.shb-section-title {
  margin: 0;
  font-family: var(--shb-text-font);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--shb-muted);
}

.shb-kv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.shb-kv-item {
  min-width: 0;
}

.shb-kv-value {
  display: block;
  margin-top: 8px;
  color: var(--shb-subtle);
  font-size: 15px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

.shb-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shb-inline-list.is-collapsed {
  max-height: 28px;
  overflow: hidden;
}

.shb-overview-link-list.is-collapsed {
  max-height: 28px;
  overflow: hidden;
}

.shb-overview-panel.is-collapsible.is-expanded .shb-inline-list.is-collapsed {
  max-height: none;
}

.shb-overview-panel.is-collapsible.is-expanded .shb-overview-link-list.is-collapsed {
  max-height: none;
}

.shb-chip {
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--shb-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.shb-chip-link {
  color: var(--shb-subtle);
  text-decoration: none;
  transition: border-color var(--shb-fast), color var(--shb-fast);
}

.shb-chip-link:hover,
.shb-chip-link:focus-visible {
  color: var(--shb-ink);
  border-color: rgba(255, 255, 255, 0.38);
  outline: 0;
}

.shb-release-bar-list {
  display: grid;
  border-top: 1px solid var(--shb-line);
}

.shb-release-bar {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid var(--shb-line);
  transition: background-color var(--shb-fast), border-color var(--shb-fast);
}

.shb-release-bar:hover,
.shb-release-bar:focus-visible {
  background: rgba(255, 255, 255, 0.025);
  outline: 0;
}

.shb-release-bar-main {
  min-width: 0;
}

.shb-release-bar-artist {
  color: var(--shb-muted);
  display: block;
  margin-top: 8px;
  font-size: clamp(14px, 1.35vw, 19px);
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: none;
}

.shb-release-bar-title {
  min-width: 0;
  display: block;
  max-width: none;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.shb-link-list,
.shb-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
}

.shb-payload-block + .shb-payload-block {
  margin-top: 28px;
}

.shb-structured-list {
  display: grid;
  gap: 12px;
}

.shb-structured-item {
  display: grid;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--shb-line-soft);
}

.shb-structured-row {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: 12px 18px;
  align-items: start;
}

.shb-structured-row .shb-kv-key {
  margin: 0;
}

.shb-structured-value {
  display: block;
  color: var(--shb-subtle);
  font-size: 15px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

.shb-essay {
  min-width: 0;
  max-width: none;
  padding-right: 0;
}

.shb-essay-layout:not(.has-side) .shb-essay {
  padding-right: clamp(18px, 2.6vw, 40px);
}

.shb-essay-layout.is-full-width .shb-essay {
  padding-right: 0;
}

.shb-essay-layout {
  display: grid;
  gap: 24px 0;
}

.shb-essay-layout.has-side {
  grid-template-columns: var(--shb-detail-main-col) var(--shb-detail-side-col);
  align-items: start;
}

.shb-essay-layout.has-side .shb-essay {
  padding-right: var(--shb-detail-col-gap);
}

.shb-essay-block + .shb-essay-block {
  margin-top: 44px;
}

.shb-essay-block {
  counter-reset: shb-essay-section;
}

.shb-essay p,
.shb-note-copy p,
.shb-annotation-copy p,
.shb-hover-card-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-wrap: anywhere;
}

.shb-essay strong,
.shb-note-copy strong,
.shb-annotation-copy strong,
.shb-hover-card-copy strong {
  font-weight: 500;
}

.shb-essay em,
.shb-note-copy em,
.shb-annotation-copy em,
.shb-hover-card-copy em {
  font-style: italic;
}

.shb-essay h2,
.shb-essay h3,
.shb-essay h4,
.shb-note-copy h2,
.shb-note-copy h3,
.shb-note-copy h4,
.shb-annotation-copy h2,
.shb-annotation-copy h3,
.shb-annotation-copy h4,
.shb-hover-card-copy h2,
.shb-hover-card-copy h3,
.shb-hover-card-copy h4 {
  margin: 0;
  line-height: 1.2;
  color: var(--shb-ink);
}

.shb-essay h2,
.shb-note-copy h2,
.shb-annotation-copy h2,
.shb-hover-card-copy h2 {
  font-size: clamp(24px, 2.3vw, 34px);
}

.shb-essay h3,
.shb-note-copy h3,
.shb-annotation-copy h3,
.shb-hover-card-copy h3 {
  font-size: clamp(16px, 1.25vw, 20px);
}

.shb-essay h4,
.shb-note-copy h4,
.shb-annotation-copy h4,
.shb-hover-card-copy h4 {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shb-essay ul,
.shb-essay ol,
.shb-note-copy ul,
.shb-note-copy ol,
.shb-annotation-copy ul,
.shb-annotation-copy ol,
.shb-hover-card-copy ul,
.shb-hover-card-copy ol {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 8px;
}

.shb-essay li,
.shb-note-copy li,
.shb-annotation-copy li,
.shb-hover-card-copy li {
  font-size: 16px;
  line-height: 1.8;
  color: inherit;
  overflow-wrap: anywhere;
}

.shb-essay blockquote,
.shb-note-copy blockquote,
.shb-annotation-copy blockquote,
.shb-hover-card-copy blockquote {
  margin: 0;
  padding-left: 16px;
  border-left: 1px solid var(--shb-line);
}

.shb-hover-card-copy blockquote {
  border-left-color: rgba(255, 255, 255, 0.24);
}

.shb-essay hr,
.shb-note-copy hr,
.shb-annotation-copy hr,
.shb-hover-card-copy hr {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--shb-line);
}

.shb-hover-card-copy hr {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.shb-copy-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  transition: opacity var(--shb-fast);
}

.shb-copy-link:hover,
.shb-copy-link:focus-visible {
  opacity: 0.56;
  outline: 0;
}

.shb-essay .shb-copy-heading {
  break-after: avoid;
  text-align: left;
}

.shb-essay .shb-copy-heading-2 {
  margin-top: 54px;
  padding-top: 18px;
  border-top: 1px solid var(--shb-line);
  color: var(--shb-ink);
  font-family: var(--shb-text-font);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shb-essay .shb-copy-heading-2:first-child {
  margin-top: 0;
}

.shb-essay .shb-copy-heading-3 {
  width: fit-content;
  max-width: 100%;
  margin-top: 34px;
  padding: 3px 7px 4px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: var(--shb-ink);
  font-family: var(--shb-text-font);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shb-essay .shb-copy-heading-3::selection,
.shb-chip::selection,
.shb-inline-link::selection,
.shb-album-tab::selection {
  background: var(--shb-ink);
  color: var(--shb-bg);
}

.shb-inline-trigger {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  display: inline;
  color: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  transition: opacity var(--shb-fast);
}

.shb-inline-trigger.is-annotation {
  text-decoration-style: dotted;
}

.shb-inline-trigger:hover,
.shb-inline-trigger:focus-visible {
  opacity: 0.56;
  outline: 0;
}

.shb-essay p {
  color: var(--shb-ink);
  line-height: 2.05;
}

.shb-essay .shb-copy-heading + p {
  margin-top: 18px;
}

.shb-essay p + p {
  margin-top: 26px;
}

.shb-note-copy p {
  color: var(--shb-subtle);
}

.shb-annotation-copy p,
.shb-annotation-copy li {
  color: var(--shb-subtle);
  font-size: 13px;
  line-height: 1.6;
}

.shb-hover-card-copy p,
.shb-hover-card-copy li,
.shb-hover-card-copy h2,
.shb-hover-card-copy h3,
.shb-hover-card-copy h4 {
  color: #fff;
  text-align: left;
}

.shb-essay > * + *,
.shb-essay-block > * + *,
.shb-note-copy > * + *,
.shb-annotation-copy > * + *,
.shb-hover-card-copy > * + * {
  margin-top: 16px;
}

.shb-essay-block > * + * {
  margin-top: 32px;
}

.shb-essay .shb-copy-heading-2 + *,
.shb-essay .shb-copy-heading-3 + * {
  margin-top: 18px;
}

.shb-essay-side {
  min-width: 0;
  padding-left: var(--shb-detail-col-gap);
  border-left: 1px solid var(--shb-line);
}

@media (min-width: 1120px) {
  .shb-essay,
  .shb-essay-layout.is-full-width .shb-essay {
    max-width: none;
    padding-right: 0;
  }

  .shb-essay-block,
  .shb-essay-layout.is-full-width .shb-essay-block {
    column-count: 2;
    column-gap: var(--shb-essay-column-gap);
    column-rule: 1px solid var(--shb-line-soft);
  }

  .shb-essay-block > *,
  .shb-essay-layout.is-full-width .shb-essay-block > * {
    break-inside: avoid-column;
  }

  .shb-essay .shb-copy-heading {
    margin-break: discard;
  }
}

.shb-track-panel-head {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.shb-album-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shb-album-tab {
  appearance: none;
  border: 1px solid var(--shb-line);
  background: transparent;
  color: var(--shb-subtle);
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 10px;
  cursor: pointer;
  transition: background-color var(--shb-fast), color var(--shb-fast), border-color var(--shb-fast), opacity var(--shb-fast);
}

.shb-album-tab:hover,
.shb-album-tab:focus-visible {
  opacity: 0.72;
  outline: 0;
}

.shb-album-tab.is-active {
  background: var(--shb-ink);
  border-color: var(--shb-ink);
  color: var(--shb-bg);
  opacity: 1;
}

.shb-track-context {
  display: grid;
  gap: 4px;
}

.shb-track-context-title {
  font-size: 14px;
  line-height: 1.4;
  color: var(--shb-ink);
}

.shb-track-context-meta {
  color: var(--shb-muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shb-track-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shb-track-item + .shb-track-item {
  margin-top: 10px;
}

.shb-track-link {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  color: inherit;
  transition: opacity var(--shb-fast);
}

.shb-track-link:hover,
.shb-track-link:focus-visible {
  opacity: 0.56;
  outline: 0;
}

.shb-track-link.is-static:hover,
.shb-track-link.is-static:focus-visible {
  opacity: 1;
}

.shb-track-link.has-note,
.shb-track-link.has-note .shb-track-title {
  cursor: help;
}

.shb-track-index,
.shb-track-duration {
  color: var(--shb-muted);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shb-track-title {
  min-width: 0;
  font-size: 15px;
  line-height: 1.45;
  color: var(--shb-subtle);
}

.shb-track-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.shb-track-artist {
  color: var(--shb-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shb-annotation-list {
  display: grid;
  gap: 16px;
  max-width: 50rem;
}

.shb-annotation-item {
  padding: 16px 0 0;
  border-top: 1px solid var(--shb-line-soft);
}

.shb-annotation-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.shb-annotation-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.shb-annotation-marker {
  color: var(--shb-ink);
  font-size: 13px;
  line-height: 1.5;
}

.shb-annotation-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 12px;
}

.shb-annotation-source {
  color: var(--shb-muted);
  font-size: 13px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.shb-hover-card {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--shb-fast);
}

.shb-hover-card[hidden] {
  display: none;
}

.shb-hover-card.is-visible {
  opacity: 1;
}

.shb-hover-card-panel {
  width: min(560px, calc(100vw - 40px));
  padding: 20px 22px 22px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
}

.shb-hover-card-kicker {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shb-hover-card-title {
  margin: 0 0 14px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.18;
}

.shb-hover-card-copy p,
.shb-hover-card-paragraph {
  color: #fff;
  text-align: left;
}

.shb-hover-card-copy p + p {
  margin-top: 12px;
}

.shb-hover-card-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 16px;
}

.shb-hover-card-source {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.shb-note-list {
  display: grid;
  gap: 18px;
}

.shb-note-item {
  max-width: 50rem;
  padding-top: 0;
  border-top: 0;
}

.shb-note-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.shb-reference-list {
  display: grid;
}

.shb-reference-item {
  display: grid;
  gap: 8px;
  padding: 10px 0;
  transition: opacity var(--shb-fast);
}

.shb-reference-item:first-child {
  padding-top: 0;
}

.shb-reference-item:hover,
.shb-reference-item:focus-visible {
  opacity: 0.56;
  outline: 0;
}

.shb-reference-title {
  margin: 0;
  color: var(--shb-subtle);
  font-family: var(--shb-text-font);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
}

.shb-reference-site {
  color: var(--shb-muted);
}

.shb-reference-title-link,
.shb-reference-source-link,
.shb-source-origin,
.shb-card-title a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.shb-reference-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.shb-link-item,
.shb-source-item,
.shb-related-card {
  display: grid;
  gap: 12px;
  align-content: start;
  transition: opacity var(--shb-fast);
}

.shb-link-item:hover,
.shb-link-item:focus-visible,
.shb-source-item:hover,
.shb-source-item:focus-visible,
.shb-related-card:hover,
.shb-related-card:focus-visible {
  opacity: 0.56;
  outline: 0;
}

.shb-card-title {
  margin: 0;
  font-size: clamp(24px, 2.9vw, 34px);
  line-height: 1.04;
}

.shb-card-summary {
  margin: 0;
  color: var(--shb-subtle);
  font-size: 15px;
  line-height: 1.5;
}

.shb-source-origin {
  color: var(--shb-muted);
  font-size: 12px;
  line-height: 1.4;
}

.shb-json-block {
  margin: 12px 0 0;
  color: var(--shb-subtle);
  font-family: var(--shb-text-font);
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

@media (max-width: 980px) {
  .shb-directory {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .shb-directory-column {
    border-left: 0;
    border-top: 1px solid var(--shb-line);
  }

  .shb-directory-column:first-child {
    border-top: 0;
  }

  .shb-column-body {
    overflow: visible;
  }

  .shb-detail-overview,
  .shb-overview-panels,
  .shb-overview-row-primary,
  .shb-overview-row-secondary,
  .shb-overview-row-artist-primary,
  .shb-overview-row-releases,
  .shb-overview-facts,
  .shb-essay-layout.has-side,
  .shb-kv-grid,
  .shb-link-list,
  .shb-related-grid,
  .shb-structured-row,
  .shb-reference-item {
    grid-template-columns: 1fr;
  }

  .shb-overview-media {
    border-left: 0;
    border-top: 1px solid var(--shb-line);
  }

  .shb-essay-side {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid var(--shb-line);
  }

  .shb-album-picker {
    gap: 6px;
  }

  .shb-album-tab {
    width: 100%;
    justify-content: flex-start;
  }

}

@media (max-width: 640px) {
  :root {
    --shb-rule-inset: 16px;
  }

  .shb-shell {
    padding-bottom: 32px;
  }

  .shb-topbar {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
  }

  .shb-topbar.is-home {
    margin-left: 16px;
    margin-right: 16px;
  }

  .shb-home-link,
  .shb-input {
    min-height: 52px;
  }

  .shb-search-form {
    margin-bottom: 0;
  }

  .shb-input {
    min-height: 58px;
    padding: 0 16px;
    font-size: 18px;
  }

  .shb-column-head,
  .shb-column-body,
  .shb-overview-media,
  .shb-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .shb-overview-main {
    padding-left: 0;
    padding-right: 0;
  }

  .shb-home-link {
    left: 8px;
  }

  .shb-column-body {
    padding-top: 12px;
  }
}
