:root {
  --ink: #242328;
  --paper: #fbe9d4;
  --lime: #52d7d5;
  --line: rgba(36, 35, 40, .18);
  --muted: #777078;
}

.site-header {
  position: fixed;
  z-index: 50;
  background: rgba(251, 233, 212, .88);
  border-bottom: 1px solid rgba(36, 35, 40, .1);
  box-shadow: 0 8px 28px rgba(36, 35, 40, .05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.image-logo {
  display: block;
  width: 210px;
  height: 62px;
}

.image-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: none;
}

.site-header .image-logo img { object-position: left center; }

.language-switch { display: flex; align-items: center; gap: 6px; margin-left: 4px; }
.language-switch button { padding: 2px; border: 0; background: transparent; color: inherit; font: 500 .68rem/1 "DM Sans", sans-serif; letter-spacing: .08em; opacity: .38; cursor: pointer; }
.language-switch button.active { opacity: 1; }
.language-switch span { font-size: .62rem; opacity: .25; }

.hero-art { aspect-ratio: 1; }
.artist-identity { display: flex; flex-direction: column; gap: 4px; margin: 0 0 22px; }
.artist-identity h1 { margin: 0; font-size: clamp(1.15rem,2vw,1.55rem); font-weight: 600; line-height: 1.2; letter-spacing: .02em; }
.artist-identity span { color: #8f8f87; font-size: .6rem; letter-spacing: .16em; }
.hero .lead { font-size: 1.12rem; }
.hero-actions > .button, .hero-actions > .site-share-button { flex: 1 1 160px; width: 190px; max-width: 190px; min-height: 50px; padding: 0 20px; font-family: inherit; font-size: .7rem; font-weight: 600; line-height: 1; }
.hero-actions > .button { display: inline-flex; align-items: center; justify-content: space-between; }

.hero-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -10px 0 30px;
}

.hero-socials a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  font-size: .58rem;
  letter-spacing: .06em;
  transition: background .2s, color .2s, transform .2s;
}

.hero-socials a:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.hero-socials svg { width: 14px; height: 14px; fill: currentColor; }

.artist-visual {
  padding: 0;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.artist-visual::after {
  display: none;
}

.artist-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(ellipse 90% 90% at center, #000 62%, rgba(0,0,0,.92) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 90% 90% at center, #000 62%, rgba(0,0,0,.92) 72%, transparent 100%);
}

.artist-visual p {
  position: absolute;
  top: 26px;
  left: 28px;
  padding: 8px 12px;
  background: rgba(255, 240, 223, .82);
  backdrop-filter: blur(8px);
}

.artist-visual small {
  padding: 7px 10px;
  background: rgba(255, 240, 223, .82);
  backdrop-filter: blur(8px);
}

.portrait {
  min-height: 0;
  aspect-ratio: 1;
  background: transparent;
}

.portrait::before { display: none; }

.portrait > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(ellipse 92% 92% at center, #000 64%, rgba(0,0,0,.92) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse 92% 92% at center, #000 64%, rgba(0,0,0,.92) 74%, transparent 100%);
}

.portrait-light {
  background: rgba(82, 215, 213, .23);
  pointer-events: none;
}

.live { background: #52d7d5; }
.orb-one { background: rgba(82, 215, 213, .22); }
.orb-two { background: rgba(241, 165, 168, .18); }

footer .image-logo {
  width: 170px;
  height: 54px;
}
footer > .footer-copyright {
  grid-column: 2;
  justify-self: center;
  text-align: center;
}
.email-fallback { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: flex; align-items: center; gap: 12px; padding: 13px 14px; border: 1px solid rgba(82,215,213,.45); background: #181818; color: #f1efe7; box-shadow: 0 14px 40px rgba(0,0,0,.28); opacity: 0; transform: translateY(12px); pointer-events: none; transition: .25s; }
.email-fallback.visible { opacity: 1; transform: none; pointer-events: auto; }
.email-fallback span { font-size: .68rem; }
.email-fallback a { color: #52d7d5; font-size: .68rem; text-decoration: none; }
.email-fallback button { border: 0; background: transparent; color: inherit; font-size: 1rem; cursor: pointer; }

.track .play {
  display: grid;
  place-items: center;
  text-decoration: none;
  padding: 0;
}

.video-player {
  max-width: 1000px;
  margin: 0 auto 72px;
}

.mv {
  background: var(--ink);
  color: var(--paper);
  padding-top: 30px;
}

.music-intro {
  margin: -38px 0 55px;
  color: #aaa99f;
  font-size: .76rem;
}

.release-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 34px);
}

.latest-release { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(420px,1.28fr); gap: clamp(42px,7vw,110px); align-items: center; margin: -22px 0 125px; padding: clamp(28px,4vw,58px); border: 1px solid rgba(255,255,255,.16); background: linear-gradient(135deg,rgba(255,255,255,.055),rgba(82,215,213,.06)); }
.site-share-button,.pwa-install-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 47px; padding: 0 18px; border: 1px solid rgba(36,35,40,.35); background: transparent; color: inherit; font: 600 .65rem/1 inherit; letter-spacing: .12em; cursor: pointer; transition: .2s; }
.site-share-button:hover,.pwa-install-button:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.pwa-install-button { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.pwa-install-button[hidden] { display: none; }
.pwa-hint,.pwa-install-guide { display: none; }
.site-share-button svg { width: 15px; height: 15px; fill: currentColor; }
.latest-release-meta p { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; margin: 0 0 36px; }
.latest-release-meta p span { color: var(--lime); font-size: clamp(1.25rem,2.2vw,2rem); font-weight: 600; line-height: 1; letter-spacing: .12em; }
.latest-release-meta time { color: #8f8f87; font-size: .68rem; line-height: 1; letter-spacing: .15em; }
.latest-release h3 { margin: 0 0 13px; font: 400 clamp(2.2rem,4.8vw,5.2rem)/1.08 "Noto Sans JP",sans-serif; letter-spacing: -.055em; }
.latest-release-meta > small { color: #aaa99f; font-size: .72rem; }
.latest-release-actions { display: flex; gap: 12px; margin-top: 42px; }
.latest-release-actions button, .latest-release-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 0 20px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: inherit; font-family: inherit; font-size: .62rem; font-weight: 600; line-height: 1; letter-spacing: .12em; cursor: pointer; text-decoration: none; }
.latest-release-actions .latest-release-play { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.latest-release-actions button span { margin-right: 10px; font-size: .56rem; }
.latest-release-share svg { width: 14px; height: 14px; margin-right: 9px; fill: currentColor; }
.latest-release-status { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; margin-top: 18px; }
.latest-release-status span { display: inline-flex; align-items: center; min-height: 30px; padding: 0 11px; border: 1px solid rgba(82,215,213,.5); border-radius: 999px; color: var(--lime); font-size: .56rem; font-weight: 600; letter-spacing: .14em; }
.latest-release-status small { color: #8f8f87; font-size: .54rem; letter-spacing: .13em; }
.latest-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.latest-platforms a { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #c3c2bb; font-size: .56rem; text-decoration: none; transition: .2s; }
.latest-platforms a:hover { border-color: var(--lime); color: var(--lime); }
.latest-platforms svg { width: 15px; height: 15px; fill: currentColor; }
.latest-platforms b { display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid currentColor; border-radius: 50%; font-size: .42rem; letter-spacing: -.04em; }
#music .platforms a { display: inline-flex; align-items: center; gap: 7px; }
#music .platforms a svg { width: 17px; height: 17px; fill: currentColor; }
#music .platforms a b { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid currentColor; border-radius: 50%; font-size: .43rem; letter-spacing: -.04em; }
.latest-release-art { position: relative; display: block; width: 100%; padding: 0; border: 0; background: #111; cursor: pointer; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.latest-release-art img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .45s,opacity .3s; }
.latest-release-art > span { position: absolute; right: 24px; bottom: 24px; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: .82rem; padding-left: 3px; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.latest-release-art:hover img { transform: scale(1.018); opacity: .88; }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 42px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.18); }
.catalog-heading span { font-size: clamp(1.55rem,3vw,2.8rem); font-weight: 400; letter-spacing: -.035em; }
.catalog-heading small { color: #8f8f87; font-size: .56rem; letter-spacing: .16em; }

.content-expander { position: relative; display: grid; place-items: center; width: 100%; height: 54px; margin: 24px 0 0; padding: 0; border: 0; border-top: 1px solid rgba(255,255,255,.16); background: transparent; color: inherit; cursor: pointer; }
.content-expander[hidden] { display: none; }
.content-expander span { width: 13px; height: 13px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translate(-2px, -2px); transition: transform .25s; }
.content-expander[data-expanded="true"] span { transform: rotate(225deg) translate(-2px, -2px); }
.content-expander:hover span { color: var(--lime); }

.music-player {
  position: fixed;
  z-index: 70;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 64px minmax(150px, 250px) minmax(340px, 1fr) 130px 58px 30px 34px 28px;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 11px 3vw;
  border-top: 1px solid rgba(255,255,255,.16);
  background: rgba(24,24,24,.97);
  color: #f4f2eb;
  box-shadow: 0 -14px 40px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
  animation: player-rise .28s ease both;
}
.music-player[hidden] { display: none; }
@keyframes player-rise { from { transform: translateY(100%); } }
.player-active { padding-bottom: 86px; }
.music-player-cover { width: 64px; aspect-ratio: 1; object-fit: cover; }
.music-player-body { min-width: 0; display: grid; gap: 5px; }
.music-player-body small { color: #8f8f87; font-size: .58rem; letter-spacing: .14em; }
.music-player-title { overflow: hidden; font-size: .9rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.music-player-audio { display: none; }
.music-player-link { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #aaa99f; font-size: .7rem; text-decoration: none; }
.music-player-link:hover { border-color: var(--lime); color: var(--lime); }
.fixed-transport { display: grid; grid-template-columns: 28px 38px 28px 38px 42px minmax(0,1fr); gap: 9px; align-items: center; }
.fixed-play-button { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; background: var(--lime); color: var(--ink); cursor: pointer; }
.fixed-play-button span { font-size: .62rem; line-height: 1; }
.fixed-skip, .fixed-close, .fixed-share, .fixed-lyrics { display: grid; place-items: center; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; color: #c2c1bb; font: 300 1.35rem/1 inherit; cursor: pointer; }
.fixed-skip:hover, .fixed-close:hover, .fixed-share:hover, .fixed-lyrics:hover { color: var(--lime); }
.fixed-lyrics { width: 58px; padding: 0 5px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font: 500 .52rem/1 inherit; letter-spacing: .035em; white-space: nowrap; }
.fixed-lyrics[hidden] { display: none; }
.fixed-skip:disabled { opacity: .22; cursor: default; }
.fixed-repeat,.fixed-shuffle { display: grid; place-items: center; height: 28px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: transparent; color: #8f8f87; cursor: pointer; }
.fixed-repeat { width: 42px; font: 500 .55rem/1 inherit; }
.fixed-shuffle { width: 38px; }
.fixed-shuffle svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.fixed-repeat.active,.fixed-shuffle.active { border-color: var(--lime); color: var(--lime); }
.fixed-repeat,.fixed-shuffle { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
@media (hover: hover) and (pointer: fine) {
  .fixed-repeat:hover,.fixed-shuffle:hover { border-color: var(--lime); color: var(--lime); }
}
.fixed-repeat span { white-space: nowrap; }
.fixed-close { font-size: 1rem; color: #8f8f87; }
.fixed-share { width: 30px; font-size: .75rem; }
.fixed-share svg { width: 16px; height: 16px; fill: currentColor; }
.fixed-progress { display: grid; grid-template-columns: 34px minmax(100px,1fr) 34px; gap: 8px; align-items: center; }
.fixed-progress span { color: #999891; font-size: .52rem; text-align: center; }
.fixed-progress input, .fixed-volume input { width: 100%; height: 3px; accent-color: var(--lime); cursor: pointer; }
.fixed-volume { display: grid; grid-template-columns: 25px 1fr; gap: 7px; align-items: center; }
.fixed-volume span { color: #888780; font-size: .48rem; letter-spacing: .1em; }
.release-list > a.is-playing { transform: translateY(-7px); }
.release-list > a.is-playing .cover { outline: 3px solid var(--lime); outline-offset: 3px; }

.lyrics-panel { position: fixed; z-index: 60; inset: 0; display: grid; align-items: end; padding-bottom: 86px; }
.lyrics-panel[hidden] { display: none; }
.lyrics-backdrop { position: absolute; inset: 0 0 86px; border: 0; background: rgba(0,0,0,.62); backdrop-filter: blur(7px); cursor: pointer; }
.lyrics-sheet { position: relative; width: min(760px, calc(100% - 32px)); max-height: min(82vh, 820px); margin: 0 auto; overflow: hidden; border-radius: 24px 24px 0 0; background: #f1efe7; color: #171713; box-shadow: 0 -24px 80px rgba(0,0,0,.35); animation: lyrics-rise .3s ease both; }
@keyframes lyrics-rise { from { transform: translateY(28px); opacity: 0; } }
.lyrics-close { position: absolute; z-index: 2; top: 18px; right: 20px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(23,23,19,.2); border-radius: 50%; background: transparent; color: inherit; font: 300 1.25rem/1 inherit; cursor: pointer; }
.lyrics-close:hover { background: #171713; color: #f1efe7; }
.lyrics-heading { display: grid; grid-template-columns: 112px 1fr; gap: 24px; align-items: center; padding: 34px 74px 26px 34px; border-bottom: 1px solid rgba(23,23,19,.14); }
.lyrics-cover { width: 112px; aspect-ratio: 1; object-fit: cover; }
.lyrics-heading small { color: #73736b; font-size: .58rem; letter-spacing: .2em; }
.lyrics-heading h2 { margin: 9px 0 5px; font: 500 clamp(1.35rem, 3vw, 2rem)/1.25 inherit; }
.lyrics-credit { margin: 0; color: #73736b; font-size: .72rem; }
.lyrics-scroll { max-height: calc(min(82vh, 820px) - 181px); padding: 34px clamp(28px, 7vw, 76px) 56px; overflow-y: auto; }
.lyrics-text { margin: 0; white-space: pre-wrap; font: 400 1rem/2.15 "Noto Sans JP", sans-serif; text-align: center; }
.lyrics-note { display: block; margin-top: 42px; color: #97978f; font-size: .55rem; letter-spacing: .13em; text-align: center; }
.lyrics-open { overflow: hidden; }

.feat-filter { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin: -18px 0 42px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.16); }
.feat-filter > span, .feat-filter > small { color: #8f8f87; font-size: .56rem; letter-spacing: .14em; white-space: nowrap; }
.feat-filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.feat-filter button { padding: 8px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: transparent; color: var(--paper); font: 500 .65rem/1 inherit; cursor: pointer; transition: .2s; }
.feat-filter button:hover, .feat-filter button.active { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.release-list > a.is-filtered-out, .release-list > a.is-over-limit, .mv-thumbnails button.is-over-limit { display: none; }

.now-playing { min-width: min(430px, 88vw); }
.mini-play-button { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(23,23,19,.25); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }
.mini-play-icon { padding-left: 2px; font-size: .68rem; }
.mini-play-button .equalizer { display: none; }
.now-playing.is-playing .mini-play-icon { display: none; }
.now-playing.is-playing .mini-play-button .equalizer { display: flex; }
.now-playing:not(.is-playing) .equalizer i { animation-play-state: paused; }
.mini-track-copy { min-width: 0; flex: 1; }
.mini-track-copy strong { display: block; max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mini-volume { display: grid; gap: 4px; width: 92px; }
.mini-volume span { font-size: .43rem; letter-spacing: .13em; }
.mini-volume input { width: 100%; height: 3px; accent-color: var(--ink); cursor: pointer; }
.mini-volume.ios-volume-unavailable { width: 44px; place-items: center; }
.mini-volume.ios-volume-unavailable > span { display: none; }
.ios-mute-button { width: 38px; height: 38px; padding: 0; border: 1px solid rgba(23,23,19,.3); border-radius: 50%; background: transparent; color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.ios-mute-button[hidden] { display: none; }
.ios-mute-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ios-mute-button .speaker-shape { fill: currentColor; stroke: none; }
.ios-mute-button .speaker-muted { display: none; }
.ios-mute-button.is-muted { color: #77736d; background: rgba(23,23,19,.07); }
.ios-mute-button.is-muted .speaker-waves { display: none; }
.ios-mute-button.is-muted .speaker-muted { display: block; }

.release-list > a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform .25s;
}

.release-list > a:hover { transform: translateY(-7px); }
.cover { position: relative; aspect-ratio: 1; overflow: hidden; background: #111; }
.cover img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s, opacity .25s; }
.cover span { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: .72rem; padding-left: 2px; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.release-list > a:hover .cover img { transform: scale(1.035); opacity: .88; }
.release-copy { display: flex; flex-direction: column; gap: 5px; padding-top: 16px; }
.release-list strong { font-size: 1.05rem; font-weight: 500; }
.release-list small { color: #8f8f87; font-size: .65rem; }
.release-list b { margin-top: 9px; font-size: .58rem; font-weight: 500; letter-spacing: .08em; color: #aaa99f; }
.discography-pages { margin: 46px 0 28px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.discography-pages summary { padding: 16px 0; color: #aaa99f; font-size: .66rem; font-weight: 600; letter-spacing: .12em; cursor: pointer; }
.discography-pages nav { display: flex; flex-wrap: wrap; gap: 9px 18px; padding: 0 0 18px; }
.discography-pages a { color: #aaa99f; font-size: .7rem; text-decoration: none; }
.discography-pages a:hover { color: var(--lime); }

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0d0d0d;
  overflow: hidden;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-frame > div { width: 100%; height: 100%; }

.mv-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 25px;
}

.mv-thumbnails > p { grid-column: 1 / -1; color: #8f8f87; font-size: .7rem; }

.mv-thumbnails button {
  position: relative;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #111;
  color: white;
  cursor: pointer;
}

.mv-thumbnails img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s, opacity .3s; }
.mv-thumbnails button:hover img,.mv-thumbnails button.active img { transform: scale(1.04); opacity: .62; }
.mv-thumbnails button span { position: absolute; inset: auto 10px 9px; display: flex; align-items: end; justify-content: space-between; opacity: 0; transition: opacity .2s; }
.mv-thumbnails button:hover span,.mv-thumbnails button.active span { opacity: 1; }
.mv-thumbnails button b { font-size: 1rem; font-weight: 500; }
.mv-thumbnails button i { font-size: .52rem; font-style: normal; letter-spacing: .14em; }

.video-caption {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 18px 2px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

#mv .video-caption { grid-template-columns: 1fr auto; }

.video-caption span { color: #8f8f87; font-size: .55rem; letter-spacing: .18em; }
.video-caption strong { font-size: .9rem; font-weight: 500; }
.video-caption a,.track-link { color: inherit; font-size: .62rem; text-decoration: none; letter-spacing: .06em; }
.track-link { text-align: right; white-space: nowrap; }

.track h3 small {
  font-size: .68em;
  color: #9a9a91;
  white-space: nowrap;
}

.track time { font-size: .55rem; letter-spacing: .08em; }

.credit {
  max-width: 820px;
  margin: 55px auto 38px;
  padding: 42px 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-heading { text-align: left; margin-bottom: 72px; }
.contact-heading .eyebrow { margin: 0; }
.section-label-only { grid-template-columns: 1fr auto; align-items: start; }
.section-label-only .eyebrow { margin: 0; }
.section-label-only > span { grid-column: 2; }
.contact-subheading { margin: 0; font-size: .67rem; font-weight: 600; letter-spacing: .24em; text-align: center; }
.works-subheading { margin-bottom: -28px; }
.contact-subheading-label { margin-top: 70px; margin-bottom: 28px; }

.credit > span { font-size: .58rem; letter-spacing: .2em; color: var(--muted); }
.credit p { margin: 20px 0 12px; font-size: 1rem; line-height: 1.8; }
.credit strong { font-size: clamp(1.2rem, 2.25vw, 2rem); font-weight: 500; }
.credit small { display: block; font-size: .72rem; letter-spacing: .16em; }
.contact-note { font-size: .78rem; }

.email-actions {
  max-width: 650px;
  margin: 35px auto 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  position: relative;
}

.email-button {
  min-width: 0;
  padding: 22px 4px;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  color: inherit;
  text-decoration: none;
  text-align: left;
}

.email-button span { font-size: .58rem; letter-spacing: .18em; color: var(--muted); }
.email-button strong { font-size: clamp(.85rem, 2vw, 1.15rem); font-weight: 500; }
.email-button b { font-size: 1.2rem; font-weight: 400; }
.email-copy { width: 50px; padding: 0; border: 0; border-left: 1px solid var(--line); background: transparent; color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: color .2s, background .2s; }
.email-copy:hover,.email-copy:focus-visible { color: #087c7b; background: rgba(82,215,213,.1); }
.email-copy svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.email-copy.copied { color: #087c7b; background: rgba(82,215,213,.14); }
.email-copy-menu { position: absolute; right: 0; bottom: calc(100% + 10px); z-index: 8; width: 260px; padding: 6px; border: 1px solid var(--ink); background: var(--paper); box-shadow: 0 14px 32px rgba(23,23,19,.16); text-align: left; }
.email-copy-menu[hidden] { display: none; }
.email-copy-menu button { width: 100%; min-height: 42px; padding: 10px 12px; border: 0; background: transparent; color: var(--ink); font: 500 .7rem/1.4 inherit; letter-spacing: .04em; text-align: left; cursor: pointer; }
.email-copy-menu button + button { border-top: 1px solid var(--line); }
.email-copy-menu button:hover,.email-copy-menu button:focus-visible { background: rgba(82,215,213,.12); }
.email-copy-menu button.copy-complete { color: #087c7b; }
.creative-policy-section { grid-column: 3; justify-self: end; width: min(320px, 100%); padding: 0; }
.creative-policy-control { min-height: 32px; display: flex; align-items: center; justify-content: flex-end; gap: 7px; color: var(--muted); }
.creative-policy-label { font: 600 .54rem/1 "DM Sans",sans-serif; letter-spacing: .2em; }
.creative-policy-trigger { width: 14px; height: 18px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: var(--muted); font: 400 .56rem/1 "DM Sans",sans-serif; cursor: pointer; transform: translateY(-.5px); }
.creative-policy-overlay { position: fixed; inset: 0; z-index: 90; background: transparent; }
.creative-policy-overlay[hidden] { display: none; }
.creative-policy-dialog { position: fixed; width: min(420px, calc(100vw - 32px)); padding: 27px 28px 25px; border: 1px solid rgba(23,23,19,.2); background: var(--paper); color: var(--ink); box-shadow: 0 16px 42px rgba(0,0,0,.2); }
.creative-policy-dialog > span { display: block; margin-bottom: 20px; color: var(--muted); font-size: .58rem; font-weight: 600; letter-spacing: .22em; }
.creative-policy-dialog p { margin: 0; color: #5f5b56; font-size: .78rem; font-weight: 300; line-height: 2; text-align: left; }
.creative-policy-close { position: absolute; top: 12px; right: 13px; width: 30px; height: 30px; border: 0; background: transparent; color: var(--muted); font-size: 1rem; cursor: pointer; }
.contact .contact-form-open { width: min(420px, 100%); margin: 38px auto 0; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font: inherit; cursor: pointer; }
.contact-form-open span,.contact-form-submit span { font-size: .7rem; font-weight: 600; letter-spacing: .1em; }
.contact-form-open b,.contact-form-submit b { font-size: .9rem; font-weight: 400; }
.direct-email-label { margin: 44px auto 8px !important; color: var(--muted); font-size: .6rem; letter-spacing: .12em; }
.contact-form-overlay { position: fixed; inset: 0; z-index: 95; display: grid; place-items: center; padding: 22px; background: rgba(23,23,19,.5); backdrop-filter: blur(4px); overflow-y: auto; }
.contact-form-overlay[hidden] { display: none; }
.contact-form-dialog { position: relative; width: min(760px, 100%); max-height: calc(100vh - 44px); padding: 34px 38px 36px; overflow-y: auto; border: 1px solid rgba(23,23,19,.2); background: var(--paper); color: var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.27); text-align: left; }
.contact-form-close { position: absolute; top: 12px; right: 13px; width: 32px; height: 32px; border: 0; background: transparent; color: var(--muted); font-size: 1.05rem; cursor: pointer; }
.contact-form-eyebrow { display: block; margin-bottom: 12px; color: var(--muted); font-size: .57rem; font-weight: 600; letter-spacing: .22em; }
.contact-form-dialog h2 { margin: 0 0 30px; font-size: clamp(1.55rem,3vw,2.25rem); font-weight: 400; letter-spacing: -.04em; }
.contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 24px; }
.contact-form label { display: grid; gap: 9px; }
.contact-form label > span { color: #55524d; font-size: .66rem; letter-spacing: .04em; }
.contact-form label > span b { margin-left: 6px; color: #087c7b; font-size: .54rem; font-weight: 600; }
.contact-form input,.contact-form textarea { width: 100%; border: 1px solid rgba(23,23,19,.22); border-radius: 0; background: rgba(255,255,255,.32); color: var(--ink); padding: 12px 13px; font: .82rem/1.6 inherit; outline: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus,.contact-form textarea:focus { border-color: #1b9f9d; box-shadow: 0 0 0 2px rgba(82,215,213,.15); }
.contact-form input.invalid,.contact-form textarea.invalid { border-color: #ba4d54; }
.contact-form-wide { grid-column: 1 / -1; }
.contact-form-status { min-height: 1.5em; grid-column: 1 / -1; margin: 0; color: #8a4248; font-size: .66rem; line-height: 1.6; }
.contact-privacy-note { margin: -8px 0 0; color: var(--muted); font-size: .61rem; line-height: 1.7; }
.contact-form-submit { min-height: 48px; padding: 13px 17px; display: flex; align-items: center; justify-content: space-between; border: 0; background: var(--ink); color: var(--paper); cursor: pointer; }
.contact-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form-confirm { padding-top: 8px; }
.contact-form-confirm h3,.contact-form-success h3 { margin: 0 0 28px; font-size: 1.45rem; font-weight: 400; }
.contact-form-summary { display: grid; gap: 0; border-top: 1px solid var(--line); }
.contact-form-summary dl { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-form-summary dt { margin-bottom: 6px; color: var(--muted); font-size: .58rem; letter-spacing: .08em; }
.contact-form-summary dd { margin: 0; color: #403e3a; font-size: .76rem; line-height: 1.75; white-space: pre-wrap; overflow-wrap: anywhere; }
.contact-confirm-status { min-height: 1.5em; margin: 18px 0 0; color: #a4434b; font-size: .68rem; }
.contact-confirm-actions { margin-top: 26px; display: grid; grid-template-columns: 1fr 1.35fr; gap: 12px; }
.contact-confirm-actions button,.contact-success-close { min-height: 46px; padding: 12px 15px; border: 1px solid var(--ink); font: 600 .67rem/1.2 inherit; letter-spacing: .08em; cursor: pointer; }
.contact-confirm-back,.contact-success-close { background: transparent; color: var(--ink); }
.contact-confirm-send { display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: var(--paper); }
.contact-confirm-send:disabled { opacity: .55; cursor: wait; }
.contact-form-success { padding: 22px 0 4px; text-align: center; }
.contact-form-success > span { width: 42px; height: 42px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: #52d7d5; color: var(--ink); font-size: 1rem; }
.contact-form-success p { margin: 0; color: #4f4c47; font-size: .78rem; line-height: 2; }
.contact-form-success small { display: block; margin: 20px 0 28px; color: var(--muted); font-size: .64rem; line-height: 1.7; }
.contact-success-close { width: min(240px,100%); }
.share-menu-overlay { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 24px; background: rgba(23,23,19,.48); backdrop-filter: blur(4px); }
.share-menu { width: min(460px, 100%); padding: 22px; border: 1px solid rgba(23,23,19,.25); background: var(--paper); color: var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.share-menu header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.share-menu h2 { margin: 0; font: 500 1rem/1.2 inherit; letter-spacing: .12em; }
.share-menu-close { width: 34px; height: 34px; padding: 0; border: 0; background: transparent; color: inherit; font-size: 1.35rem; cursor: pointer; }
.share-menu-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.share-menu-grid button { min-height: 50px; padding: 12px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; font: 500 .72rem/1.45 inherit; text-align: left; cursor: pointer; }
.share-menu-grid button:nth-child(odd) { border-right: 1px solid var(--line); }
.share-menu-grid button:hover,.share-menu-grid button:focus-visible { background: rgba(82,215,213,.14); }

@media (max-width: 800px) {
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .hero-actions { flex-wrap: wrap; gap: 10px; }
  .hero .lead { font-size: 1.06rem; }
  .hero-actions > .button, .hero-actions > .site-share-button { width: auto; max-width: none; }
  .site-share-button,.pwa-install-button { min-height: 47px; padding: 0 14px; }
  .pwa-hint { flex: 1 0 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; margin-top: 3px; padding: 7px 2px; border: 0; background: transparent; color: #77736d; font: 500 .62rem/1.5 inherit; letter-spacing: .025em; text-align: left; cursor: pointer; }
  .pwa-hint[hidden] { display: none; }
  .pwa-hint b { color: #5a5752; font-size: .9rem; font-weight: 400; }
  .pwa-hint i { color: #7e7a74; font-size: .78rem; font-style: normal; }
  .pwa-install-guide { flex: 1 0 100%; display: grid; gap: 5px; margin-top: -4px; padding: 11px 13px; border-left: 2px solid var(--ink); background: rgba(23,23,19,.045); color: #68645f; font-size: .6rem; line-height: 1.65; }
  .pwa-install-guide[hidden] { display: none; }
  .content-expander { height: 48px; margin-top: 18px; }
  .site-header > .language-switch { position: absolute; left: 50%; margin: 0; transform: translateX(-50%); }
  .site-header > .language-switch button { font-size: .72rem; }
  .music-player { grid-template-columns: 50px minmax(0,1fr) 56px 30px 30px 30px; gap: 7px; min-height: 108px; padding: 9px 10px 12px; }
  .player-active { padding-bottom: 108px; }
  .music-player-cover { width: 50px; }
  .fixed-transport { grid-column: 1 / -1; grid-row: 2; grid-template-columns: 24px 30px 24px 34px 38px minmax(0,1fr); gap: 5px; }
  .fixed-repeat { width: 38px; height: 26px; font-size: .5rem; }
  .fixed-shuffle { width: 34px; height: 26px; }
  .fixed-play-button { width: 30px; height: 30px; }
  .fixed-skip { width: 24px; height: 24px; }
  .fixed-volume { display: none; }
  .fixed-lyrics { grid-column: 3; grid-row: 1; width: 56px; font-size: .48rem; }
  .fixed-share { grid-column: 4; grid-row: 1; width: 30px; height: 30px; }
  .music-player-link { grid-column: 5; grid-row: 1; width: 30px; height: 30px; }
  .fixed-close { grid-column: 6; grid-row: 1; width: 30px; height: 30px; }
  .lyrics-panel { padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px)); }
  .lyrics-backdrop { bottom: calc(108px + env(safe-area-inset-bottom, 0px)); }
  .lyrics-sheet { width: 100%; height: calc(100vh - 108px - env(safe-area-inset-bottom, 0px)); max-height: calc(100vh - 108px - env(safe-area-inset-bottom, 0px)); border-radius: 20px 20px 0 0; }
  .lyrics-close { top: 12px; right: 12px; width: 42px; height: 42px; border-color: rgba(23,23,19,.35); background: rgba(241,239,231,.96); box-shadow: 0 5px 18px rgba(0,0,0,.15); }
  .lyrics-heading { grid-template-columns: 76px 1fr; gap: 16px; padding: 24px 58px 20px 20px; }
  .lyrics-cover { width: 76px; }
  .lyrics-heading h2 { margin-top: 6px; font-size: 1.15rem; }
  .lyrics-scroll { max-height: calc(100vh - 229px - env(safe-area-inset-bottom, 0px)); padding: 28px 20px 48px; }
  .lyrics-text { font-size: .93rem; line-height: 2; }
  .feat-filter { grid-template-columns: 1fr auto; gap: 12px; margin-top: -22px; }
  .feat-filter > span { grid-column: 1 / -1; }
  .feat-filter-buttons { gap: 6px; }
  .feat-filter button { padding: 7px 10px; }
  .now-playing { left: -7vw; min-width: min(360px, 92vw); padding: 12px 14px; gap: 11px; }
  .mini-volume { width: 72px; }
  .site-header .image-logo { width: 145px; height: 48px; }
  .portrait { min-height: 0; }
  footer .image-logo { grid-row: 1; margin: 0 auto; }
  footer > .footer-copyright { grid-column: 1; grid-row: 3; justify-self: center; text-align: center; }
  .email-fallback { left: 12px; right: 12px; bottom: 12px; justify-content: center; }
  .video-player { margin-bottom: 48px; }
  .music-intro { margin-top: -30px; line-height: 1.8; }
  .release-list { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 14px; }
  .latest-release { grid-template-columns: 1fr; gap: 28px; margin: -20px 0 78px; padding: 18px; }
  .latest-release-art { grid-row: 1; }
  .latest-release-meta { grid-row: 2; }
  .latest-release-meta p { margin-bottom: 22px; }
  .latest-release h3 { font-size: clamp(2rem,10vw,3.2rem); }
  .latest-release-actions { flex-wrap: wrap; margin-top: 28px; }
  .latest-release-actions .latest-release-play { flex: 1 1 210px; }
  .latest-release-art > span { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .catalog-heading { margin-bottom: 32px; }
  .release-list strong { font-size: .95rem; }
  .video-caption { grid-template-columns: 1fr auto; }
  .video-caption span { grid-column: 1 / 3; }
  .mv-thumbnails { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
  .hero-socials { gap: 7px; }
  .hero-socials a { padding: 8px; }
  .hero-socials a span { display: none; }
  .hero-socials svg { width: 16px; height: 16px; }
  .desktop-break { display: none; }
  .credit { padding: 34px 10px; }
  .contact-heading { margin-bottom: 54px; }
  .section-label-only { grid-template-columns: 1fr auto; margin-bottom: 54px; }
  .works-subheading { margin-bottom: -18px; }
  .contact-subheading-label { margin-top: 58px; }
  .email-button { grid-template-columns: minmax(0,1fr) auto; padding: 18px 0 20px; }
  .email-button span { grid-column: 1 / 3; margin-bottom: 9px; }
  .email-button strong,.email-button b { align-self: center; line-height: 1.2; }
  .email-copy { width: 44px; height: 42px; align-self: end; margin-bottom: 12px; }
  .email-copy-menu { right: 0; width: min(280px, 88vw); }
  .share-menu-overlay { align-items: end; padding: 12px; }
  .share-menu { width: 100%; }
  .creative-policy-section { grid-column: 1; grid-row: 2; justify-self: center; width: min(320px, 100%); padding: 0; }
  .creative-policy-control { justify-content: center; }
  .creative-policy-dialog { padding: 26px 22px 23px; }
  .creative-policy-dialog p { font-size: .72rem; line-height: 1.9; }
  .contact .contact-form-open { margin-top: 30px; }
  .direct-email-label { margin-top: 38px !important; }
  .contact-form-overlay {
    align-items: end;
    min-height: 100dvh;
    padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    background: rgba(23,23,19,.72);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .contact-form-dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 28px 20px 24px;
    box-shadow: none;
  }
  .contact-form { grid-template-columns: 1fr; gap: 18px; }
  .contact-form-wide { grid-column: 1; }
  .contact-confirm-actions { grid-template-columns: 1fr; }
}
@media (display-mode: standalone) {
  .pwa-hint,.pwa-install-guide,.pwa-install-button { display: none !important; }
}

@supports (height: 100dvh) {
  @media (max-width: 800px) {
    .lyrics-sheet { height: calc(100dvh - 108px - env(safe-area-inset-bottom, 0px)); max-height: calc(100dvh - 108px - env(safe-area-inset-bottom, 0px)); }
    .lyrics-scroll { max-height: calc(100dvh - 229px - env(safe-area-inset-bottom, 0px)); }
  }
}
