.songbook-hero {
    padding: 3.5rem 0;
    color: #fff;
    background: linear-gradient(135deg, #071a37 0%, #123b70 62%, #1670c9 100%);
}
.songbook-hero h1 { margin: 0 0 .6rem; color: #fff; font-size: clamp(2.1rem, 5vw, 3.5rem); }
.songbook-hero p { max-width: 720px; margin: 0; font-size: 1.08rem; opacity: .88; }
.songbook-search { position: relative; max-width: 760px; margin-top: 1.6rem; }
.songbook-search-row { display: flex; gap: .65rem; }
.songbook-search input {
    width: 100%; min-height: 54px; padding: 0 1.1rem; border: 0; border-radius: 9px;
    box-shadow: 0 12px 28px rgba(0,0,0,.16); font-size: 1rem;
}
.songbook-search .btn { min-width: 120px; }
.songbook-suggestions {
    position: absolute; z-index: 20; top: calc(100% + .4rem); left: 0; right: 0;
    display: none; overflow: hidden; text-align: left; color: #0b1a33; background: #fff;
    border-radius: 10px; box-shadow: 0 18px 46px rgba(4,18,42,.22);
}
.songbook-suggestions.is-open { display: block; }
.songbook-suggestion { display: block; padding: .8rem 1rem; border-bottom: 1px solid #e7edf5; color: inherit; }
.songbook-suggestion:hover,.songbook-suggestion:focus { background: #f2f7fd; }
.songbook-suggestion strong { display: block; }
.songbook-suggestion small { display: block; margin-top: .2rem; color: #668096; }
.songbook-nav { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.2rem 0 2rem; }
.songbook-nav a { padding: .55rem .8rem; color: #1d62c7; background: #edf5ff; border-radius: 7px; font-weight: 700; }
.songbook-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .8rem; }
.songbook-item {
    display: flex; flex-direction: column; min-height: 116px; padding: 1rem; color: #0b1a33;
    background: #fff; border: 1px solid #e4ebf2; border-radius: 9px; transition: .18s ease;
}
.songbook-item:hover { transform: translateY(-2px); border-color: #90bbee; box-shadow: 0 8px 22px rgba(13,52,94,.09); }
.songbook-item small { margin-top: .35rem; color: #688195; line-height: 1.4; }
.songbook-badges { display: flex; gap: .35rem; margin-top: auto; padding-top: .65rem; }
.songbook-badge { padding: .18rem .42rem; color: #1161bd; background: #eaf4ff; border-radius: 4px; font-size: .72rem; font-weight: 800; }
.song-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 2.2rem; align-items: start; }
.song-kicker { color: #f39200; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.song-title { margin: .35rem 0 .65rem; font-size: clamp(2rem,5vw,3.25rem); line-height: 1.08; }
.song-meta { display: flex; flex-wrap: wrap; gap: .45rem 1rem; margin: 0 0 1.3rem; color: #678094; }
.song-meta a { font-weight: 700; }
.song-tools {
    position: sticky; top: 84px; padding: 1rem; background: #f6f9fc; border: 1px solid #dce7f1; border-radius: 10px;
}
.song-tools h2 { margin: 0 0 .75rem; font-size: 1rem; }
.song-tools button { width: 100%; margin: .25rem 0; }
.song-transpose { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; }
.song-lyrics { margin: 1.5rem 0; padding: clamp(1rem,4vw,2rem); background: #fff; border: 1px solid #e4eaf0; border-radius: 11px; }
.song-section { margin-bottom: 1.55rem; }
.song-section:last-child { margin-bottom: 0; }
.song-section-label { display: block; margin-bottom: .35rem; color: #8193a3; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.song-section.is-chorus { padding-left: 1rem; border-left: 3px solid #f39200; }
.song-line { margin: .12rem 0; color: #0a1830; font-size: 1.08rem; line-height: 1.72; }
.song-lyric-row { position: relative; padding-top: .85rem; }
.song-chord {
    position: absolute; top: 0; left: 0; color: #c26b00;
    font: 800 .78rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;
    letter-spacing: .025em; white-space: pre;
}
.song-section.is-chorus .song-chord { color: #e07800; }
.song-faq { margin: 2.5rem 0; }
.song-faq details { padding: .8rem 0; border-bottom: 1px solid #dfe7ef; }
.song-faq summary { cursor: pointer; color: #0b1a33; font-weight: 800; }
.song-faq p { margin: .6rem 0 0; color: #516a7e; }
.artist-cloud { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .8rem; }
.artist-directory { margin: 2rem 0 3.2rem; }
.artist-directory-intro { margin: -.7rem 0 1.25rem; color: #61788b; }
.artist-card { position: relative; padding: 1rem; border: 1px solid #e1e9f1; border-radius: 9px; background: #fff; transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease; }
.artist-card:hover { transform: translateY(-2px); border-color: #2f7df4; box-shadow: 0 9px 24px rgba(9,30,66,.09); }
.artist-card small { display: block; margin-top: .25rem; color: #688195; }
.artist-card-type { display: block; margin-bottom: .35rem; color: #2f7df4; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.artist-card-group .artist-card-type { color: #f7941d; }
.artist-profile { display: grid; grid-template-columns: minmax(0,2fr) minmax(260px,1fr); align-items: start; gap: 2rem; margin: 1.25rem 0 1.75rem; }
.artist-profile-main,.artist-facts,.artist-sources { padding: 1.75rem; background: #fff; border: 1px solid #e4e9ef; border-radius: 12px; box-shadow: 0 8px 24px rgba(9,30,66,.06); }
.artist-profile-main h2,.artist-facts h2,.artist-sources h2 { margin-top: 0; }
.artist-profile-main p { font-size: 1.05rem; line-height: 1.75; }
.artist-facts dl { margin: 0; }
.artist-facts dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid #edf0f4; }
.artist-facts dl div:last-child { border-bottom: 0; }
.artist-facts dt { color: #65798b; }
.artist-facts dd { margin: 0; color: #0b1b35; font-weight: 800; }
.artist-sources { margin-bottom: 1.9rem; }
.artist-sources ul { margin-bottom: .5rem; }
.artist-website { display: inline-flex; margin-top: 1rem; color: #2f7df4; font-weight: 800; }
.songbook-no-scroll { overflow: hidden; }
.song-focus {
    position: fixed; z-index: 1000; inset: 0; overflow: auto; padding: 4rem max(5vw,1rem);
    color: #f7f1df; background: #07101e;
}
.song-focus .song-section-label { color: #eaaa3e; }
.song-focus .song-line { color: #f7f1df; font-size: clamp(1.25rem,3vw,2rem); text-align: center; }
.song-focus .song-chord { position: static; display: block; margin-bottom: .1rem; color: #f2ae3d; text-align: center; font-size: 1rem; }
.song-focus-close { position: fixed; z-index: 1001; top: 1rem; right: 1rem; }
@media (max-width: 900px) {
    .songbook-list,.artist-cloud { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .song-layout { grid-template-columns: 1fr; }
    .song-tools { position: static; order: -1; }
    .artist-profile { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width: 560px) {
    .songbook-hero { padding: 2.4rem 0; }
    .songbook-search-row { display: block; }
    .songbook-search .btn { width: 100%; margin-top: .55rem; }
    .songbook-list,.artist-cloud { grid-template-columns: 1fr; }
    .artist-profile-main,.artist-facts,.artist-sources { padding: 1.2rem; }
}
