.music-catalog { width: 100%; max-width: 1200px; margin: 30px auto 0; font-family: Arial, Helvetica, sans-serif; }
[data-work-page="music"] .portfolio-page { padding-bottom: 150px; }
[data-work-page="music"] .portfolio-intro { display: none; }
.artist-banner { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; min-height: clamp(320px, 34vw, 420px); padding: clamp(22px, 3vw, 38px); border-radius: 22px; overflow: hidden; color: #fff; background: #111; }
.artist-banner-collage { position: absolute; z-index: -2; top: 0; bottom: 0; left: 50%; width: max(100%, 1120px); transform: translateX(-50%); display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); filter: grayscale(1) contrast(1.1); pointer-events: none; }
.artist-banner-collage img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.artist-banner::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / .28), rgb(0 0 0 / .64) 55%, rgb(0 0 0 / .48)); }
.artist-profile { min-width: 0; text-align: center; text-shadow: 0 2px 24px rgb(0 0 0 / .4); }
.artist-profile h1 { margin: 0 0 10px; font-size: clamp(64px, 8vw, 112px); line-height: .95; font-weight: 800; letter-spacing: -.035em; outline: none; }
.artist-profile p { margin: 0; font-size: 16px; line-height: 1.5; }
.artist-profile a { color: inherit; text-decoration: none; }
.artist-profile a:hover { text-decoration: underline; }
.catalog-heading { display: flex; align-items: center; justify-content: space-between; margin: 32px 0 20px; gap: 16px; }
.catalog-heading h2 { margin: 0; font-size: 20px; line-height: 1.3; }
.catalog-heading p { margin: 5px 0 0; font-size: 13px; opacity: .6; }
.catalog-order { padding: 9px 16px; border: 1px solid currentColor; border-radius: 24px; font-size: 13px; }
.release-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: clamp(18px, 3.6vw, 54px); row-gap: 32px; }
.release-card { min-width: 0; }
.release-cover { position: relative; display: block; width: 100%; padding: 0; border: 0; aspect-ratio: 1; border-radius: 16px; overflow: hidden; background: #151515; cursor: pointer; }
.release-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.release-play-icon { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgb(0 0 0 / .75); color: #fff; transition: background-color 160ms ease, color 160ms ease; }
.release-play-icon svg { width: 18px; height: 18px; fill: currentColor; }
.release-play-icon .pause-icon { display: none; }
.release-card.is-playing .play-icon { display: none; }
.release-card.is-playing .pause-icon { display: block; }
.release-cover:hover .release-play-icon, .release-card.is-playing .release-play-icon { background: var(--accent); color: #071718; }
.release-cover:focus-visible, .release-title:focus-visible, .catalog-button:focus-visible, .artist-profile a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.release-card h3 { margin: 12px 0 5px; font-size: 15px; line-height: 1.4; font-weight: 500; }
.release-title { padding: 0; border: 0; background: none; color: inherit; text-align: left; font: inherit; cursor: pointer; }
.release-title:hover { color: var(--accent); }
.release-details { display: flex; justify-content: space-between; gap: 8px; color: inherit; opacity: .6; font-size: 12px; line-height: 1.5; }
.release-details p { margin: 0; }
.release-player { position: fixed; z-index: 4; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 440px) minmax(130px, 1fr); align-items: center; gap: 20px; min-height: 100px; padding: 14px 24px; border-top: 1px solid rgb(128 128 128 / .22); background: var(--portfolio-background); color: var(--portfolio-foreground); font-family: Arial, Helvetica, sans-serif; }
.player-info { display: flex; align-items: center; min-width: 0; gap: 12px; }
.player-art { width: 52px; height: 52px; object-fit: cover; border-radius: 6px; flex: none; }
.player-copy { min-width: 0; }
.player-copy p { margin: 0 0 4px; font-size: 13px; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.player-copy a { color: inherit; opacity: .6; font-size: 12px; }
.player-center { display: flex; flex-direction: column; gap: 6px; }
.player-transport { display: flex; align-items: center; justify-content: center; gap: 10px; }
.catalog-button { display: grid; place-items: center; flex: none; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 50%; background: none; color: inherit; cursor: pointer; }
.catalog-button svg { width: 17px; height: 17px; fill: currentColor; }
.catalog-button:hover { color: var(--accent); }
.catalog-button:disabled { opacity: .3; cursor: default; }
.catalog-play { background: var(--portfolio-foreground); color: var(--portfolio-background); }
.catalog-play .pause-icon { display: none; }
.catalog-play[data-playing="true"] .play-icon { display: none; }
.catalog-play[data-playing="true"] .pause-icon { display: block; }
.player-progress { display: flex; align-items: center; gap: 10px; font: 12px/1 Arial, Helvetica, sans-serif; font-variant-numeric: tabular-nums; }
.player-progress span { min-width: 30px; text-align: center; opacity: .65; }
.catalog-seek { width: 100%; min-width: 0; height: 20px; margin: 0; accent-color: var(--accent); cursor: pointer; }
.catalog-play-status { grid-column: 1 / -1; margin: 0; font-size: 13px; }
[data-work-page="music"] .music { bottom: max(26px, env(safe-area-inset-bottom)); right: max(24px, env(safe-area-inset-right)); }
@media (max-width: 900px) {
  .release-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; }
  .release-player { grid-template-columns: minmax(0, 1fr) minmax(210px, 1.2fr) 108px; gap: 10px; padding-inline: 16px; }
  [data-work-page="music"] .music { right: 16px; }
}
@media (max-width: 640px) {
  .music-catalog { margin-top: 22px; }
  .artist-banner { min-height: 300px; padding: 20px; border-radius: 16px; }
  .artist-profile h1 { font-size: clamp(50px, 13vw, 80px); }
  .release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 16px; }
  .release-cover { border-radius: 12px; }
  .release-play-icon { width: 34px; height: 34px; right: 8px; bottom: 8px; }
  .release-card h3 { font-size: 14px; }
  .release-details { flex-wrap: wrap; gap: 2px 8px; }
  [data-work-page="music"] .portfolio-page { padding-bottom: 200px; }
  .release-player { grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 12px 16px calc(46px + env(safe-area-inset-bottom)); }
  .player-center { display: contents; }
  .player-info { grid-column: 1; grid-row: 1; gap: 8px; }
  .player-art { width: 40px; height: 40px; }
  .player-transport { grid-column: 2; grid-row: 1; gap: 3px; }
  .catalog-button { width: 30px; height: 34px; }
  .player-progress { grid-column: 1 / -1; grid-row: 2; }
  [data-work-page="music"] .music { bottom: max(2px, env(safe-area-inset-bottom)); }
}

/* Empty category pages share the Music banner and responsive catalog grid. */
[data-work-page="branding"] .portfolio-intro,
[data-work-page="visuals"] .portfolio-intro,
[data-work-page="shop"] .portfolio-intro { display: none; }
[data-work-page="branding"] .portfolio-page,
[data-work-page="visuals"] .portfolio-page,
[data-work-page="shop"] .portfolio-page { padding-bottom: 100px; }
.category-catalog .artist-banner { background: #1b1b1b; }
.category-catalog .artist-profile h1 { margin-bottom: 0; }
.category-cover { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 14px; color: #626969; background: #f0f2f2; border: 1px solid #e2e6e6; cursor: default; }
.category-slot-number { font-size: clamp(32px, 4vw, 54px); font-weight: 400; line-height: 1; letter-spacing: -.04em; opacity: .5; }
.category-slot-label { font-size: 10px; line-height: 1.5; letter-spacing: .07em; text-transform: uppercase; text-align: center; }
[data-portfolio-theme="dark"] .category-cover { color: #a5aeae; background: #1c2020; border-color: #2c3333; }
@media (max-width: 640px) {
  .category-catalog .artist-profile h1 { font-size: clamp(38px, 10.5vw, 68px); }
  .category-slot-label { font-size: 9px; letter-spacing: .03em; }
}
