:root{color-scheme:light;--paper:#f8f5ee;--ink:#302b26;--accent:#704432;--line:#d9d1c4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,'Hiragino Kaku Gothic ProN',sans-serif;line-height:1.6}a{color:inherit}header,footer{display:flex;justify-content:space-between;align-items:center;padding:22px 5vw}header a:first-child,footer a{font:28px Georgia,serif;letter-spacing:.12em;text-decoration:none}header a:last-child{font-size:12px;letter-spacing:.12em;text-decoration:none}.release-hero{position:relative}.release-hero>img{width:100%;height:clamp(360px,43vw,660px);object-fit:cover;display:block;object-position:48% center}.release-title{padding:30px 6vw 34px;border-bottom:1px solid var(--line)}.release-title p{margin:0;font-size:14px;letter-spacing:.12em}.release-title h1{font-family:'Hiragino Mincho ProN','Yu Mincho',serif;font-weight:400;font-size:clamp(36px,5vw,70px);letter-spacing:.12em;margin:6px 0}.listen{padding:26px 6vw 32px;border-bottom:1px solid var(--line)}.listen>p,.eyebrow{font-size:12px;letter-spacing:.15em}.services{display:flex;gap:10px;flex-wrap:wrap}.services a{padding:12px 19px;border:1px solid var(--line);border-radius:3px;text-decoration:none;font-size:14px;background:#fff9}.services a:hover{border-color:var(--accent);background:white}.songs{max-width:1120px;margin:auto;padding:65px 6vw 80px;scroll-margin-top:20px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px}.section-head h2{font:32px 'Yu Mincho',serif;margin:8px 0}.section-head>p{font-size:14px}#track-list{display:flex;gap:8px;overflow-x:auto;padding:20px 0 26px;scroll-snap-type:x proximity}button{font:inherit;cursor:pointer;color:inherit;background:none;border:1px solid var(--line);min-height:44px}#track-list button{white-space:nowrap;padding:12px 18px;scroll-snap-align:start;font-size:15px}button[aria-pressed=true]{background:var(--ink);color:var(--paper);border-color:var(--ink)}button:focus-visible,a:focus-visible{outline:3px solid #ad7040;outline-offset:4px}#song{border-top:1px solid var(--line);padding-top:25px;touch-action:pan-y}.song-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}#track-number{font-size:12px;letter-spacing:.15em}h3{font:36px 'Yu Mincho',serif;margin:10px 0 25px}.arrows{display:flex;gap:8px}.arrows button{width:46px;font-size:24px}#languages{display:flex;flex-wrap:wrap;gap:8px}#languages button{padding:8px 16px;font-size:14px;border-radius:24px}.hint{font-size:12px;color:#756b61}#lyrics{padding:30px 0;min-height:280px;font-size:18px;line-height:2.2;overflow-wrap:anywhere}#lyrics p{margin:0 0 7px}.lyric-line{margin-bottom:22px}.lyric-line .en{font-size:16px;color:#675b50}.lyric-line .romaji{font-size:15px;color:#7a5742}.stanza{margin-bottom:32px}footer{border-top:1px solid var(--line);font-size:13px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}@media(max-width:600px){header{padding:18px 6vw}header a:first-child{font-size:23px}.release-hero>img{height:340px;object-position:47% center}.release-title{padding:24px 6vw}.release-title h1{font-size:38px}.services{display:grid;grid-template-columns:1fr 1fr}.services a{font-size:13px;padding:12px 10px;text-align:center}.songs{padding-top:36px}.section-head{display:block}.section-head>p{margin-top:8px}h3{font-size:30px}#lyrics{font-size:17px}.arrows button{width:44px}#languages button{padding:8px 13px}.hint{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Familiar streaming-service rows within the existing release layout. */
.listen{max-width:1120px;margin:0 auto;padding:26px 6vw 36px}
.services{display:flex;flex-direction:column;gap:0;max-width:660px;border-top:1px solid var(--line)}
.services a{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px;padding:16px 4px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;text-align:left}
.services a:hover{background:#fff8;border-color:var(--line)}
.service-name{font-size:18px;font-weight:600;letter-spacing:-.02em}
.play-label{display:inline-flex;justify-content:center;align-items:center;min-width:88px;min-height:42px;padding:8px 20px;border:1px solid #8d8174;border-radius:4px;font-size:14px;background:#fff8;transition:background .15s,color .15s}
.services a:hover .play-label,.services a:focus-visible .play-label{background:var(--ink);color:var(--paper);border-color:var(--ink)}
@media(max-width:600px){.services{max-width:none}.services a{min-height:72px;padding:14px 0}.service-name{font-size:17px}.play-label{min-width:80px}.listen{padding-top:20px;padding-bottom:28px}}
@media(prefers-reduced-motion:reduce){.play-label{transition:none}}

.release-header{display:block;padding:20px 5vw 0;background:var(--paper);border-bottom:1px solid var(--line)}
.header-top{display:flex;justify-content:space-between;align-items:center;gap:20px}
.header-top>a:first-child{font:28px Georgia,serif;letter-spacing:.12em;text-decoration:none}
.header-top>a:last-child{font-size:12px;letter-spacing:.12em;text-decoration:none}
.release-header #track-list{margin:14px 0 0;padding:0 0 12px;gap:6px;position:relative}
.release-header #track-list button{font-size:14px;border:0;border-radius:3px;min-height:44px;padding:10px 16px}
.service-brand{display:flex;align-items:center;gap:16px;min-width:0}
.service-brand img{display:block;flex:0 0 30px;object-fit:contain}
@media(max-width:600px){.release-header{padding:16px 6vw 0}.header-top>a:first-child{font-size:23px}.release-header #track-list{margin-top:12px}.release-header #track-list button{font-size:14px;padding:10px 12px}.service-brand{gap:12px}}

.release-header{padding-bottom:20px}@media(max-width:600px){.release-header{padding-bottom:16px}.release-hero>img{height:280px}.release-title h1{font-size:clamp(28px,9vw,38px)}.listen{padding-left:6vw;padding-right:6vw}.song-heading{gap:12px}.song-heading>div:first-child{min-width:0}h3{font-size:clamp(24px,7vw,30px);overflow-wrap:anywhere}.arrows{flex-shrink:0}.hint{line-height:1.7}.songs{padding-left:6vw;padding-right:6vw}}

/* Compact listening rows and softly rounded actions. */
.services{width:100%;max-width:500px}
.play-label{border-radius:999px;flex:0 0 88px;width:88px;min-width:88px;max-width:88px;min-height:42px;padding:8px 18px}
@media(max-width:600px){.services{max-width:500px}.play-label{flex-basis:80px;width:80px;min-width:80px;max-width:80px}}

/* A shorter panoramic desktop hero, a compact cover on phones. */
.release-art{display:block}.release-art img{display:block;width:100%;height:clamp(220px,25vw,350px);object-fit:cover;object-position:48% center}
.release-title{padding-top:18px;padding-bottom:20px}.release-title h1{font-size:clamp(34px,4vw,54px);margin:4px 0}
@media(max-width:600px){
 .release-header{padding-top:10px;padding-bottom:10px}
 .release-hero{max-width:420px;margin:0 auto;padding:18px 24px 0}
 .release-art{width:min(64vw,250px);margin:0 auto}
 .release-art img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:3px}
 .release-title{text-align:center;border:0;padding:14px 0 12px}
 .release-title p{font-size:14px;letter-spacing:.1em}
 .release-title h1{font-size:28px;letter-spacing:.08em;margin:4px 0;line-height:1.5}
 .listen{width:100%;max-width:420px;padding:0 24px 24px}
 .listen>p{text-align:center;margin:0 0 10px;font-size:11px}
 .services a{min-height:64px;padding:10px 0}
 .service-name{font-size:16px}.service-brand{gap:12px}.service-brand img{width:27px;height:27px;flex-basis:27px}
 .play-label{min-height:40px}
}

/* Album artwork beside the listening choices on larger screens. */
.listen{display:grid;grid-template-columns:minmax(0,360px) minmax(0,500px);align-items:center;gap:clamp(24px,5vw,64px);padding-top:36px;padding-bottom:40px}
.listen-cover{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;object-position:48% center;border-radius:3px}
.listen-links{min-width:0}.listen-links>p{font-size:14px;letter-spacing:.12em;margin:0 0 14px}.listen-links .services{max-width:500px}
@media(max-width:760px){.listen{display:block;max-width:420px;padding:0 24px 24px}.listen-cover{display:none}.listen-links>p{text-align:center;font-size:12px;margin:0 0 10px}.release-hero{max-width:420px;margin:0 auto;padding:18px 24px 0}.release-art{width:min(64vw,250px);margin:0 auto}.release-art img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:3px}.release-title{text-align:center;border:0;padding:14px 0 12px}.release-title h1{font-size:28px;line-height:1.5}}
