/* Song links are separate from the existing cover / preview button. */
.release-title-link{display:inline-flex;align-items:center;gap:9px;min-height:44px;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.release-title-link span{font-size:15px;text-decoration:none}
.release-title-link:hover{color:var(--blue)}
/* Only detail pages use the rules below; the homepage design stays intact. */
.song-hero{background:var(--blue);color:var(--white);padding-top:22px;padding-bottom:48px}
.song-back{display:inline-flex;align-items:center;min-height:44px;font-size:13px;font-weight:800;letter-spacing:.05em}
.song-back:hover{text-decoration:underline;text-underline-offset:5px}
.song-hero-grid{display:grid;grid-template-columns:minmax(220px,340px) minmax(0,1fr);gap:7%;max-width:1080px;margin:20px auto 0;align-items:center}
.song-cover{min-width:0}.song-cover img{width:100%;height:auto;aspect-ratio:1;object-fit:contain}
.song-cover .preview-badge{width:52px;height:52px;font-size:21px;right:16px;bottom:16px}
.song-cover .release-preview.is-playing{outline-color:var(--yellow)}
.song-heading{min-width:0}.song-heading>.eyebrow{color:var(--yellow)}
.song-heading h1{font-family:Impact,'Arial Narrow',sans-serif;font-size:clamp(54px,6.5vw,100px);line-height:1.05;font-weight:900;color:var(--yellow);letter-spacing:-.02em;margin:18px 0 22px;overflow-wrap:anywhere;text-wrap:wrap}
.song-preview-hint{font-size:16px;line-height:1.6}
.song-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px 28px;margin-top:24px}
.song-actions .button{min-height:48px;padding:12px 20px;font-size:14px}
.song-lyrics-link{display:inline-flex;gap:28px;align-items:center;font-size:14px;font-weight:800;min-height:48px;border-bottom:1px solid #ffffff80}
.song-stream-link{display:inline-flex;align-items:center;min-height:44px;margin-top:20px;font-weight:600;font-size:15px;text-decoration:underline;text-underline-offset:5px}
.song-lyrics{background:var(--white)}.lyrics-column{max-width:720px;margin:auto}
.song-lyrics h2{font-size:32px;letter-spacing:.06em;font-weight:800;line-height:1.2;padding-bottom:22px;margin-bottom:30px;border-bottom:2px solid var(--ink)}
.lyric-text{white-space:pre-wrap;overflow-wrap:anywhere;font-size:18px;line-height:1.7;font-weight:500}
.lyrics-translation{margin-top:40px;border-top:1px solid var(--line)}.lyrics-translation summary{cursor:pointer;min-height:48px;padding:16px 0;font-weight:800}.lyrics-translation .lyric-text{margin-top:20px}
.song-listen h2{font-size:44px}.song-return{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;background:var(--white);padding:20px 6%}.song-return>a:last-child{font-size:13px;font-weight:800;display:flex;align-items:center;min-height:44px}
.draft-banner{background:var(--pink);color:var(--ink);padding:16px 5%;font-size:15px;font-weight:800;line-height:1.6}
.cover-pending{aspect-ratio:1;display:grid;place-items:center;border:1px dashed currentColor;background:var(--white);color:var(--ink);font-size:16px}
@media(max-width:700px){.song-hero{padding-top:14px;padding-bottom:32px}.song-hero-grid{grid-template-columns:1fr;gap:24px;margin-top:16px}.song-cover{width:76%;max-width:320px;margin:auto}.song-heading h1{font-size:54px;margin:12px 0 14px}.song-preview-hint{font-size:15px}.song-actions{margin-top:18px}.song-lyrics{padding-top:36px;padding-bottom:44px}.song-lyrics h2{font-size:27px;margin-bottom:24px;padding-bottom:18px}.lyric-text{font-size:16px;line-height:1.75}.song-return{padding-inline:5%}.song-listen h2{font-size:36px}}
@media(max-width:360px){.song-heading h1{font-size:46px}.song-cover{width:80%}.song-actions{gap:18px}.song-preview-hint{font-size:14px}}
