:root {
  --ink: #eef4ee;
  --muted: #b9c9c2;
  --night: #07191f;
  --deep: #0b2730;
  --teal: #16464a;
  --spring: #90c7b6;
  --gold: #e2c875;
  --gold-soft: #f2df9c;
  --cream: #fff8e7;
  --rose: #d9a995;
  --line: rgba(238, 244, 238, .16);
  --panel: rgba(11, 39, 48, .72);
  --panel-light: rgba(255, 248, 231, .075);
  --shadow: 0 30px 70px rgba(0,0,0,.28);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 6%, rgba(144,199,182,.14), transparent 30rem),
    radial-gradient(circle at 86% 18%, rgba(226,200,117,.10), transparent 26rem),
    linear-gradient(180deg, #0a222a 0%, #07191f 44%, #06151a 100%);
  font-family: var(--sans);
  line-height: 1.65;
  min-height: 100vh;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
a { color: var(--gold-soft); }
a:hover { color: var(--cream); }
.skip-link {
  position: absolute; left: 1rem; top: -10rem; z-index: 99;
  background: var(--cream); color: #10272b; padding: .7rem 1rem; border-radius: 999px;
}
.skip-link:focus { top: 1rem; }
.ambient { position: fixed; border-radius: 50%; filter: blur(12px); pointer-events: none; z-index: -1; }
.ambient-one { width: 20rem; height: 20rem; right: -8rem; top: 18rem; background: rgba(226,200,117,.08); }
.ambient-two { width: 18rem; height: 18rem; left: -9rem; top: 52rem; background: rgba(144,199,182,.07); }

.site-header {
  max-width: 1180px; margin: 0 auto; padding: 1.3rem 2rem;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--ink); }
.brand-mark { width: 2.35rem; height: 2.35rem; border: 1px solid rgba(226,200,117,.5); border-radius: 50%; display: grid; place-items: center; color: var(--gold); box-shadow: inset 0 0 0 .32rem rgba(226,200,117,.035); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--serif); font-size: 1.18rem; font-weight: 500; letter-spacing: .015em; }
.brand-text small { margin-top: .28rem; color: var(--spring); text-transform: uppercase; letter-spacing: .24em; font-size: .64rem; }
.site-nav { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.site-nav a { color: var(--muted); text-decoration: none; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a:hover { color: var(--cream); }

main { overflow: hidden; }
.hero {
  max-width: 1180px; margin: 0 auto; padding: 6.2rem 2rem 5rem;
  display: grid; grid-template-columns: 1.03fr .97fr; gap: 4rem; align-items: center;
}
.eyebrow { color: var(--spring); text-transform: uppercase; letter-spacing: .22em; font-size: .76rem; margin: 0 0 1.3rem; }
.hero h1, .song-hero h1 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; margin: 0; }
.hero h1 { font-size: clamp(3.3rem, 8vw, 7.1rem); line-height: .88; }
.hero h1 span { display: block; color: var(--gold-soft); font-style: italic; font-size: .72em; margin-top: .18em; }
.lede { max-width: 42rem; color: #d5e1dc; font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.36rem); margin: 1.8rem 0 2rem; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { display: inline-block; text-decoration: none; border: 1px solid rgba(226,200,117,.55); padding: .78rem 1.1rem; border-radius: 999px; color: #13282c; background: var(--gold-soft); font-weight: 700; font-size: .86rem; letter-spacing: .035em; }
.button.secondary { color: var(--cream); background: transparent; border-color: var(--line); }

.valley-art { position: relative; min-height: 31rem; border-radius: 48% 48% 2rem 2rem / 32% 32% 2rem 2rem; overflow: hidden; border: 1px solid rgba(255,255,255,.11); background: linear-gradient(180deg, #193f46 0%, #0f343b 45%, #0a252d 100%); box-shadow: var(--shadow); isolation: isolate; }
.valley-art::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 52% 21%, rgba(255,242,184,.28) 0 1.1rem, rgba(226,200,117,.12) 1.2rem 6rem, transparent 11rem); }
.valley-stars { position:absolute; inset:0; opacity:.65; background-image: radial-gradient(circle, rgba(255,250,225,.85) 0 1px, transparent 1.4px); background-size: 59px 67px; mask-image: linear-gradient(to bottom, black, transparent 48%); }
.ridge { position:absolute; bottom:-9%; width:75%; height:69%; background: linear-gradient(145deg,#12343a,#081f26); border-radius: 64% 55% 0 0; }
.ridge-left { left:-20%; transform: rotate(12deg); }
.ridge-right { right:-20%; transform: rotate(-13deg); background: linear-gradient(215deg,#12383c,#071d24); }
.ridge-far { left:24%; bottom:13%; width:55%; height:39%; opacity:.65; transform: rotate(-1deg); background:#18464a; }
.pool { position:absolute; left:35%; bottom:5.4rem; width:31%; height:1.7rem; border-radius:50%; background: radial-gradient(ellipse, rgba(226,200,117,.64), rgba(144,199,182,.36) 42%, rgba(5,31,37,.05) 72%); box-shadow: 0 0 2.8rem rgba(226,200,117,.18); transform: rotate(-4deg); }
.path { position:absolute; left:45%; bottom:-4%; width:12%; height:58%; border-radius: 50% 50% 0 0; background: linear-gradient(180deg, rgba(242,223,156,.12), rgba(242,223,156,.38)); transform: perspective(200px) rotateX(18deg); filter: blur(.4px); }
.art-caption { position:absolute; left:2rem; right:2rem; bottom:1.7rem; z-index:5; margin:0; color:rgba(255,248,231,.72); font-family:var(--serif); font-style:italic; text-align:center; }

.scripture-band { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:linear-gradient(90deg,rgba(144,199,182,.04),rgba(226,200,117,.065),rgba(144,199,182,.04)); }
.scripture-inner { max-width: 950px; margin:0 auto; padding:3.4rem 2rem; text-align:center; }
.scripture-inner blockquote { margin:0; font-family:var(--serif); font-size:clamp(1.4rem,3vw,2.15rem); line-height:1.45; color:var(--cream); }
.scripture-inner cite { display:block; margin-top:1rem; color:var(--gold); font-style:normal; letter-spacing:.14em; text-transform:uppercase; font-size:.72rem; }

.section { max-width:1180px; margin:0 auto; padding:5.3rem 2rem; }
.section-heading { display:grid; grid-template-columns:.7fr 1.3fr; gap:2rem; margin-bottom:2.5rem; align-items:end; }
.section-heading h2, .meaning-copy h2, .public-copy h2 { font-family:var(--serif); font-weight:400; font-size:clamp(2.2rem,5vw,4.1rem); line-height:1; margin:0; }
.section-heading p { margin:0; color:var(--muted); max-width:42rem; }
.song-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; counter-reset:songs; }
.song-card { position:relative; min-height:14.5rem; border:1px solid var(--line); border-radius:1.35rem; padding:1.45rem; background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); text-decoration:none; color:var(--ink); display:flex; flex-direction:column; transition: transform .18s ease, border-color .18s ease, background .18s ease; overflow:hidden; }
.song-card::after { content:""; position:absolute; right:-2rem; top:-2rem; width:7rem; height:7rem; border:1px solid rgba(226,200,117,.12); border-radius:50%; box-shadow:0 0 0 1.2rem rgba(226,200,117,.018),0 0 0 2.4rem rgba(226,200,117,.012); }
.song-card:hover { transform:translateY(-3px); border-color:rgba(226,200,117,.35); background:linear-gradient(145deg,rgba(226,200,117,.08),rgba(255,255,255,.02)); color:var(--ink); }
.song-number { color:var(--spring); font-size:.72rem; letter-spacing:.17em; text-transform:uppercase; }
.song-card h3 { font-family:var(--serif); font-weight:400; font-size:1.48rem; line-height:1.1; margin:.95rem 0 1rem; max-width:15rem; }
.song-meta { margin-top:auto; display:flex; justify-content:space-between; color:var(--muted); font-size:.78rem; gap:.8rem; }
.song-enter { margin-top:1rem; color:var(--gold-soft); font-size:.8rem; letter-spacing:.08em; text-transform:uppercase; }

.split-section { max-width:1180px; margin:0 auto; padding:5.3rem 2rem; display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:start; }
.meaning-copy p, .public-copy p { color:#d0ddd8; }
.verse-card { margin-top:2rem; padding:2rem; border-radius:1.5rem; border:1px solid rgba(226,200,117,.24); background:radial-gradient(circle at 100% 0, rgba(226,200,117,.12), transparent 14rem), rgba(255,255,255,.035); }
.verse-card .ref { color:var(--gold); text-transform:uppercase; letter-spacing:.15em; font-size:.72rem; }
.verse-card p { font-family:var(--serif); font-size:1.35rem; color:var(--cream); }
.public-copy ul { padding-left:1.1rem; color:#d0ddd8; }
.public-copy li + li { margin-top:.4rem; }
.contact-line { margin-top:2rem; padding-top:1.4rem; border-top:1px solid var(--line); }

.song-page { background:radial-gradient(circle at 50% 18rem, rgba(226,200,117,.055), transparent 28rem); }
.song-hero { max-width:920px; margin:0 auto; padding:5rem 2rem 2.5rem; text-align:center; }
.back-link { display:inline-block; text-decoration:none; color:var(--spring); text-transform:uppercase; letter-spacing:.15em; font-size:.72rem; margin-bottom:1.7rem; }
.song-hero h1 { font-size:clamp(3rem,7vw,6rem); line-height:.96; }
.song-submeta { display:flex; justify-content:center; gap:.7rem 1.4rem; flex-wrap:wrap; color:var(--muted); margin:1.4rem 0 0; font-size:.85rem; }
.pd-seal { display:inline-flex; gap:.55rem; align-items:center; margin-top:1.35rem; border:1px solid rgba(226,200,117,.35); color:var(--gold-soft); border-radius:999px; padding:.52rem .85rem; font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; }
.pd-seal::before { content:"✦"; color:var(--gold); }
.listen-panel { max-width:790px; margin:1rem auto 0; padding:1.4rem 1.5rem; border:1px solid var(--line); border-radius:1.3rem; background:var(--panel-light); display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:1rem; }
.listen-panel h2 { font-family:var(--serif); font-weight:400; margin:0; font-size:1.2rem; }
audio { width:100%; min-width:0; filter: sepia(.08) saturate(.8); }
.download { white-space:nowrap; text-decoration:none; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; }
.lyrics-wrap { max-width:860px; margin:0 auto; padding:5rem 2rem 6rem; }
.lyrics-header { text-align:center; margin-bottom:2.4rem; }
.lyrics-header .eyebrow { margin-bottom:.8rem; }
.lyrics-header h2 { font-family:var(--serif); font-weight:400; font-size:2.2rem; margin:0; }
.lyric-part { position:relative; max-width:680px; margin:0 auto 1rem; padding:1.25rem 1.4rem 1.3rem 5.7rem; border-radius:1rem; border:1px solid rgba(255,255,255,.07); background:rgba(255,255,255,.025); }
.lyric-part h3 { position:absolute; left:1.35rem; top:1.35rem; margin:0; color:var(--spring); font:600 .65rem/1 var(--sans); letter-spacing:.14em; text-transform:uppercase; }
.lyric-part p { margin:0; font-family:var(--serif); font-size:1.07rem; line-height:1.67; color:#edf1e9; }
.lyric-part.chorus { border-color:rgba(226,200,117,.19); background:linear-gradient(90deg,rgba(226,200,117,.075),rgba(226,200,117,.018)); }
.lyric-part.chorus h3 { color:var(--gold); }
.lyric-part.bridge { border-color:rgba(217,169,149,.18); background:linear-gradient(90deg,rgba(217,169,149,.055),rgba(255,255,255,.018)); }
.song-license { max-width:680px; margin:2.4rem auto 0; padding:1.2rem 0 0; border-top:1px solid var(--line); color:var(--muted); font-size:.86rem; text-align:center; }
.next-prev { max-width:680px; margin:2rem auto 0; display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.next-prev a { border:1px solid var(--line); border-radius:1rem; padding:1rem 1.1rem; text-decoration:none; background:rgba(255,255,255,.02); }
.next-prev a:last-child { text-align:right; }
.next-prev span { display:block; color:var(--muted); text-transform:uppercase; letter-spacing:.12em; font-size:.62rem; margin-bottom:.3rem; }

.site-footer { max-width:1180px; margin:0 auto; padding:3rem 2rem 4rem; border-top:1px solid var(--line); display:grid; grid-template-columns:.8fr 1.2fr; gap:3rem; color:var(--muted); font-size:.82rem; }
.site-footer p { margin:.25rem 0; }
.footer-name { font-family:var(--serif); color:var(--cream); font-size:1.2rem; }
.quiet { color:#8fa59d; }

@media (max-width: 900px) {
  .hero, .split-section { grid-template-columns:1fr; }
  .hero { gap:2.5rem; padding-top:4.2rem; }
  .valley-art { min-height:25rem; }
  .song-grid { grid-template-columns:repeat(2,1fr); }
  .section-heading { grid-template-columns:1fr; }
  .listen-panel { grid-template-columns:1fr; text-align:center; }
}
@media (max-width: 620px) {
  .site-header { padding:1rem 1.2rem; align-items:flex-start; }
  .site-nav { justify-content:flex-end; gap:.65rem 1rem; }
  .site-nav a { font-size:.68rem; }
  .brand-text strong { font-size:1rem; }
  .hero, .section, .split-section { padding-left:1.25rem; padding-right:1.25rem; }
  .hero h1 { font-size:3.6rem; }
  .song-grid { grid-template-columns:1fr; }
  .song-card { min-height:12.5rem; }
  .valley-art { min-height:21rem; border-radius:45% 45% 1.3rem 1.3rem / 24% 24% 1.3rem 1.3rem; }
  .song-hero, .lyrics-wrap { padding-left:1.2rem; padding-right:1.2rem; }
  .lyric-part { padding:3rem 1.1rem 1.1rem; }
  .lyric-part h3 { left:1.1rem; top:1rem; }
  .next-prev { grid-template-columns:1fr; }
  .next-prev a:last-child { text-align:left; }
  .site-footer { grid-template-columns:1fr; padding-left:1.25rem; padding-right:1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .song-card { transition:none; }
}


/* ===== Revision: scalable catalog + high-contrast lyric reading ===== */
.library-invitation {
  max-width: 1180px;
  margin: 0 auto;
  padding: 5.3rem 2rem;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 4rem;
  align-items: center;
}
.library-invitation-copy { max-width: 42rem; }
.library-invitation h2 {
  margin: 0 0 1.3rem;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: .98;
  font-weight: 400;
}
.library-invitation-copy > p:not(.eyebrow) { color: #d5e1dc; font-family: var(--serif); font-size: 1.16rem; }
.text-link { display: inline-block; margin-top: 1rem; text-decoration: none; color: var(--gold-soft); font-weight: 700; letter-spacing: .03em; }
.text-link span { display: inline-block; margin-left: .35rem; }
.library-glyph { position: relative; min-height: 20rem; border-radius: 50%; border: 1px solid rgba(226,200,117,.16); background: radial-gradient(circle, rgba(226,200,117,.11), rgba(144,199,182,.04) 42%, transparent 70%); }
.library-glyph .ring { position: absolute; border: 1px solid rgba(226,200,117,.23); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.library-glyph .ring-one { width: 12rem; height: 12rem; }
.library-glyph .ring-two { width: 6rem; height: 6rem; }
.library-star { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: var(--gold-soft); font-size: 2.2rem; }
.spring-line { position:absolute; width: 58%; height: 1px; background: linear-gradient(90deg,transparent,var(--spring),transparent); left:21%; top:65%; box-shadow:0 0 1.4rem rgba(144,199,182,.45); }

.library-hero { max-width: 980px; margin: 0 auto; padding: 5rem 2rem 3rem; }
.library-hero .back-link { margin-bottom: 2.4rem; }
.library-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 9vw, 7.5rem); line-height: .9; font-weight: 400; letter-spacing: -.035em; color: var(--cream); }
.library-hero > p:last-child { max-width: 48rem; margin-top: 1.6rem; color: #d5e1dc; font-family: var(--serif); font-size: 1.22rem; }
.library-shell { max-width: 1040px; margin: 0 auto 5.5rem; padding: 0 2rem; }
.library-toolbar { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; align-items: end; padding: 2rem 0 1.25rem; border-bottom: 1px solid rgba(238,244,238,.22); }
.library-toolbar .eyebrow { margin-bottom: .55rem; }
.library-toolbar h2 { margin: 0; font: 400 2.5rem/1 var(--serif); }
.library-note { margin: 0; color: var(--muted); justify-self: end; max-width: 28rem; text-align: right; font-size: .9rem; }
.library-columns-label, .library-row { display: grid; grid-template-columns: minmax(0,1fr) 8.5rem 4.5rem 2rem; gap: 1rem; align-items: center; }
.library-columns-label { padding: .85rem 1rem; color: #89a59b; font-size: .64rem; text-transform: uppercase; letter-spacing: .13em; }
.library-list { border-top: 1px solid rgba(238,244,238,.09); }
.library-row { min-height: 4.6rem; padding: .85rem 1rem; border-bottom: 1px solid rgba(238,244,238,.11); text-decoration: none; color: var(--ink); background: transparent; transition: background .15s ease; }
.library-row:hover { color: var(--ink); background: rgba(226,200,117,.055); }
.library-title { font: 400 1.2rem/1.25 var(--serif); color: var(--cream); }
.library-date, .library-duration { color: var(--muted); font-size: .78rem; }
.library-duration { text-align: right; font-variant-numeric: tabular-nums; }
.library-arrow { text-align: right; color: var(--gold); font-size: 1.15rem; }
.library-bottom-note { max-width: 900px; margin: 0 auto 5.5rem; padding: 0 2rem; color: var(--muted); text-align: center; }

/* Make each song a comfortable reading page even if translucent colors render differently. */
.song-page .song-hero { padding-bottom: 2rem; }
.song-page .song-hero h1 { color: var(--cream); }
.song-page .listen-panel {
  background: #102f37;
  border-color: rgba(242,223,156,.36);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.song-page .listen-panel h2 { color: #fff8e7; }
.song-page .listen-panel .download { color: #fff0ad; }

.song-page .lyrics-wrap {
  max-width: 900px;
  margin: 3rem auto 6rem;
  padding: 4.2rem clamp(1.3rem, 5vw, 4rem) 4rem;
  border-radius: 1.25rem;
  background: #fff9ea;
  color: #192522;
  border: 1px solid #eadfc2;
  box-shadow: 0 30px 80px rgba(0,0,0,.26);
}
.song-page .lyrics-header { margin-bottom: 2.8rem; }
.song-page .lyrics-header .eyebrow { color: #386e67; }
.song-page .lyrics-header h2 { color: #182521; font-size: clamp(2rem,5vw,3rem); }
.song-page .lyric-part {
  max-width: 690px;
  margin-bottom: 1.15rem;
  border: 1px solid #e7ddc5;
  background: #fffdf5;
  color: #1a2723;
  box-shadow: none;
}
.song-page .lyric-part h3 { color: #3e7068; }
.song-page .lyric-part p { color: #18241f; font-size: 1.08rem; line-height: 1.72; }
.song-page .lyric-part.chorus {
  border-color: #d9c47e;
  background: #fff5cf;
  box-shadow: inset 4px 0 0 #b99432;
}
.song-page .lyric-part.chorus h3 { color: #725912; }
.song-page .lyric-part.bridge {
  border-color: #cbd9d1;
  background: #f1f7f3;
  box-shadow: inset 4px 0 0 #5e8e80;
}
.song-page .lyric-part.bridge h3 { color: #3c665b; }
.song-page .song-license { color: #596861; border-top-color: #ded3b9; }
.song-page .next-prev a { color: #274f49; border-color: #d9cfb9; background: #fffdf6; }
.song-page .next-prev a:hover { color: #173f39; border-color: #bcae89; background: #fff6dc; }
.song-page .next-prev span { color: #69766f; }

@media (max-width: 900px) {
  .library-invitation { grid-template-columns: 1fr; gap: 2rem; }
  .library-glyph { min-height: 15rem; max-width: 28rem; width: 100%; justify-self: center; }
}
@media (max-width: 700px) {
  .library-toolbar { grid-template-columns: 1fr; }
  .library-note { justify-self: start; text-align: left; }
  .library-columns-label { display: none; }
  .library-row { grid-template-columns: minmax(0,1fr) auto 1.5rem; gap: .65rem 1rem; padding: 1rem .2rem; }
  .library-date { grid-column: 1; grid-row: 2; }
  .library-duration { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
  .library-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .song-page .lyrics-wrap { margin-top: 2rem; border-radius: .8rem; }
}
@media (max-width: 620px) {
  .library-invitation, .library-hero, .library-shell, .library-bottom-note { padding-left: 1.25rem; padding-right: 1.25rem; }
  .library-hero { padding-top: 3.7rem; }
  .song-page .lyrics-wrap { width: calc(100% - 1.5rem); padding-left: 1rem; padding-right: 1rem; }
  .song-page .lyric-part { padding-top: 3rem; }
}

/* ===== Revision: brighter dawn palette + scalable vector hero artwork ===== */
:root {
  --ink: #18312f;
  --muted: #60756f;
  --night: #e4f0ec;
  --deep: #edf5f1;
  --teal: #2f746b;
  --spring: #4f8f82;
  --gold: #a97524;
  --gold-soft: #c89334;
  --cream: #fffaf0;
  --rose: #bd826f;
  --line: rgba(39, 79, 73, .18);
  --panel: rgba(255, 255, 255, .82);
  --panel-light: rgba(255, 255, 255, .68);
  --shadow: 0 28px 70px rgba(43, 84, 76, .16);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 5%, rgba(115, 177, 164, .21), transparent 31rem),
    radial-gradient(circle at 88% 12%, rgba(231, 190, 103, .24), transparent 30rem),
    linear-gradient(180deg, #f7fbf8 0%, #edf6f1 45%, #f8f2e5 100%);
}
body::after {
  opacity: .10;
  background-image:
    linear-gradient(rgba(45,88,80,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45,88,80,.028) 1px, transparent 1px);
}
.ambient-one { background: rgba(226, 185, 94, .14); }
.ambient-two { background: rgba(94, 154, 142, .12); }

a { color: #8b611e; }
a:hover { color: #244f49; }
.site-header {
  border-bottom-color: rgba(39,79,73,.16);
  background: rgba(255,255,255,.30);
}
.brand { color: var(--ink); }
.brand-mark {
  color: #9e7228;
  border-color: rgba(169,117,36,.42);
  background: rgba(255,250,240,.62);
  box-shadow: inset 0 0 0 .32rem rgba(201,147,52,.045);
}
.brand-text small { color: #4e8177; }
.site-nav a { color: #557069; }
.site-nav a:hover { color: #204c46; }

.eyebrow { color: #3e7d73; }
.hero h1 { color: #193b37; }
.hero h1 span { color: #a66e21; }
.lede { color: #415f59; }
.button {
  color: #173c37;
  background: #ecd38d;
  border-color: rgba(169,117,36,.42);
  box-shadow: 0 10px 24px rgba(169,117,36,.11);
}
.button:hover { color: #123a34; background: #f1dda4; }
.button.secondary {
  color: #275952;
  background: rgba(255,255,255,.48);
  border-color: rgba(39,79,73,.25);
}
.button.secondary:hover { color: #173e38; background: rgba(255,255,255,.8); }

.valley-art {
  position: relative;
  margin: 0;
  min-height: 31rem;
  border-radius: 2.2rem;
  overflow: hidden;
  border: 1px solid rgba(47,116,107,.22);
  background: #eaf3ef;
  box-shadow: 0 30px 70px rgba(43,84,76,.18);
  isolation: isolate;
}
.valley-art::before { display: none; }
.valley-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(to top, rgba(19,64,58,.56), rgba(19,64,58,0));
  pointer-events: none;
  z-index: 1;
}
.valley-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.art-caption {
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.2rem;
  z-index: 2;
  width: auto;
  margin: 0;
  padding: .72rem 1rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: .85rem;
  color: #fffdf3;
  background: rgba(27,76,69,.52);
  backdrop-filter: blur(3px);
  text-shadow: 0 1px 2px rgba(0,0,0,.18);
}

.scripture-band {
  border-color: rgba(39,79,73,.16);
  background: linear-gradient(90deg, rgba(121,177,165,.13), rgba(236,205,131,.20), rgba(121,177,165,.13));
}
.scripture-inner blockquote { color: #244741; }
.scripture-inner cite { color: #976b24; }

.section-heading p,
.meaning-copy p,
.public-copy p,
.public-copy ul,
.library-invitation-copy > p:not(.eyebrow),
.library-hero > p:last-child { color: #556d67; }
.section-heading h2,
.meaning-copy h2,
.public-copy h2,
.library-invitation h2 { color: #1d443e; }

.verse-card {
  border-color: rgba(169,117,36,.24);
  background:
    radial-gradient(circle at 100% 0, rgba(226,190,105,.23), transparent 14rem),
    rgba(255,255,255,.55);
  box-shadow: 0 16px 36px rgba(57,92,84,.08);
}
.verse-card .ref { color: #946620; }
.verse-card p { color: #294c46; }
.contact-line { border-top-color: rgba(39,79,73,.15); }

.library-glyph {
  border-color: rgba(169,117,36,.20);
  background:
    radial-gradient(circle, rgba(237,210,142,.36), rgba(135,185,174,.18) 42%, rgba(255,255,255,.12) 70%);
}
.library-glyph .ring { border-color: rgba(169,117,36,.28); }
.library-star { color: #a87525; }
.spring-line {
  background: linear-gradient(90deg,transparent,#4f8f82,transparent);
  box-shadow: 0 0 1.4rem rgba(79,143,130,.28);
}
.text-link { color: #8a5e1c; }
.text-link:hover { color: #24554d; }

.library-hero h1 { color: #1d443e; }
.library-toolbar { border-bottom-color: rgba(39,79,73,.22); }
.library-toolbar h2 { color: #244b45; }
.library-note { color: #61756f; }
.library-columns-label { color: #708a83; }
.library-list { border-top-color: rgba(39,79,73,.12); }
.library-row {
  color: #234a44;
  border-bottom-color: rgba(39,79,73,.13);
}
.library-row:hover {
  color: #173f39;
  background: rgba(255,255,255,.50);
}
.library-title { color: #254b45; }
.library-date, .library-duration { color: #697e78; }
.library-arrow { color: #a47426; }
.library-bottom-note { color: #637872; }

.song-page {
  background:
    radial-gradient(circle at 50% 12rem, rgba(236,205,131,.26), transparent 31rem),
    linear-gradient(180deg, rgba(244,250,247,.30), rgba(244,248,244,.06));
}
.song-page .song-hero h1 { color: #1c433d; }
.song-submeta { color: #637872; }
.back-link { color: #3e7d73; }
.back-link:hover { color: #1e5149; }
.pd-seal {
  color: #805918;
  border-color: rgba(169,117,36,.30);
  background: rgba(255,251,238,.55);
}
.pd-seal::before { color: #a87525; }
.song-page .listen-panel {
  background: rgba(255,255,255,.72);
  color: #1d423d;
  border-color: rgba(47,116,107,.22);
  box-shadow: 0 18px 45px rgba(48,89,80,.11);
}
.song-page .listen-panel h2 { color: #214942; }
.song-page .listen-panel .download { color: #875e1e; }
.song-page .listen-panel .download:hover { color: #23534c; }

.song-page .lyrics-wrap {
  box-shadow: 0 28px 65px rgba(48,89,80,.14);
}
.song-page .next-prev a { box-shadow: 0 8px 24px rgba(48,89,80,.06); }

.site-footer {
  border-top-color: rgba(39,79,73,.17);
  color: #657a74;
}
.footer-name { color: #244b45; }
.quiet { color: #738780; }

@media (max-width: 900px) {
  .valley-art { min-height: 27rem; }
}
@media (max-width: 620px) {
  .valley-art { min-height: 22rem; border-radius: 1.45rem; }
  .art-caption { left: .75rem; right: .75rem; bottom: .75rem; font-size: .88rem; }
}


/* ===== Synchronized lyrics ===== */
.song-page .listen-panel {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.song-page .now-singing {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: .15rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(169,117,36,.24);
  border-radius: .9rem;
  background: linear-gradient(90deg, rgba(255,249,226,.88), rgba(244,251,247,.9));
  text-align: left;
}
.song-page .now-singing-label {
  display: block;
  margin-bottom: .35rem;
  color: #7c6122;
  font: 700 .62rem/1 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.song-page .now-singing p {
  margin: 0;
  color: #173f39;
  font: 400 1.08rem/1.45 var(--serif);
}
.song-page .follow-control {
  grid-column: 1 / 2;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: max-content;
  color: #49655f;
  font-size: .78rem;
  cursor: pointer;
}
.song-page .follow-control input {
  accent-color: #3f7d73;
}
.song-page .sync-note {
  grid-column: 2 / -1;
  justify-self: end;
  margin: 0;
  color: #667d76;
  font-size: .74rem;
  text-align: right;
}
.song-page .lyric-line {
  display: inline;
  padding: .08em .18em;
  margin: 0 -.18em;
  border-radius: .28em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.song-page .lyric-line.is-active {
  color: #123f38;
  background: #f7dfa0;
  box-shadow: 0 0 0 .18rem rgba(247,223,160,.62);
  font-weight: 650;
}
.song-page .lyric-part.chorus .lyric-line.is-active {
  background: #efd27b;
  box-shadow: 0 0 0 .18rem rgba(239,210,123,.58);
}
.song-page .lyric-part.bridge .lyric-line.is-active {
  background: #cfe8de;
  box-shadow: 0 0 0 .18rem rgba(207,232,222,.60);
}
@media (max-width: 700px) {
  .song-page .listen-panel { grid-template-columns: 1fr; }
  .song-page .listen-panel > * { grid-column: 1 !important; }
  .song-page .follow-control { justify-self: center; }
  .song-page .sync-note { justify-self: center; text-align: center; }
  .song-page .now-singing { text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .song-page .lyric-line { transition: none; }
}

/* ===== Revision: sophisticated photographic artwork + mobile polish ===== */
.valley-art {
  min-height: 34rem;
  border-radius: 1.8rem;
  background: #dfe9e4;
  box-shadow: 0 28px 70px rgba(43,84,76,.18);
}
.valley-image {
  object-position: 50% 50%;
}
.valley-art::after {
  height: 28%;
  background: linear-gradient(to top, rgba(19,58,53,.52), rgba(19,58,53,0));
}
.art-caption {
  max-width: 30rem;
  margin-inline: auto;
  background: rgba(31,68,62,.58);
  border-color: rgba(255,255,255,.28);
}

.library-photo {
  margin: 0;
  justify-self: center;
  width: min(100%, 24rem);
  text-align: center;
}
.library-photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(169,117,36,.28);
  background: #e9f1ec;
  box-shadow: 0 24px 55px rgba(43,84,76,.17);
}
.library-photo-frame::after {
  content: "";
  position: absolute;
  inset: .8rem;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: inherit;
  pointer-events: none;
}
.library-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 52%;
}
.library-photo figcaption {
  margin-top: 1rem;
  color: #496760;
  font: italic 1rem/1.4 var(--serif);
}
.library-photo figcaption span,
.library-photo figcaption small {
  display: block;
}
.library-photo figcaption small {
  margin-top: .25rem;
  color: #8b6728;
  font: 700 .62rem/1.2 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .hero { padding-top: 3.8rem; }
  .valley-art { min-height: 30rem; }
  .library-photo { width: min(72vw, 23rem); }
}

@media (max-width: 700px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: .85rem;
  }
  .site-nav {
    width: 100%;
    justify-content: flex-start;
    gap: .7rem 1.05rem;
  }
}

@media (max-width: 620px) {
  .site-header { padding: .95rem 1.1rem 1rem; }
  .hero { padding-top: 3rem; padding-bottom: 3.7rem; gap: 2rem; }
  .hero h1 { font-size: clamp(2.7rem, 15.5vw, 3.55rem); }
  .lede { font-size: 1.08rem; }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .button { text-align: center; }
  .valley-art { min-height: 24rem; border-radius: 1.25rem; }
  .art-caption { font-size: .84rem; padding: .62rem .8rem; }
  .library-invitation { gap: 2.6rem; }
  .library-photo { width: min(84vw, 20rem); }
  .scripture-inner { padding-left: 1.25rem; padding-right: 1.25rem; }
  .scripture-inner blockquote { font-size: 1.28rem; }
}

@media (max-width: 380px) {
  .site-nav a { font-size: .64rem; letter-spacing: .055em; }
  .hero h1 { font-size: 2.65rem; }
  .library-invitation h2 { font-size: 2.45rem; }
  .song-hero h1 { font-size: 2.6rem; }
  .song-page .lyrics-wrap { width: calc(100% - 1rem); }
}

/* ===== Revision v6: quieter devotional / hymnbook character ===== */
.site-header {
  background: transparent;
  border-bottom-color: rgba(54, 91, 83, .13);
  padding-top: 1.55rem;
  padding-bottom: 1.35rem;
}
.brand { gap: .7rem; }
.brand-mark {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #9b7028;
  font-size: 1.05rem;
}
.brand-text strong {
  font-size: 1.3rem;
  letter-spacing: .005em;
}
.brand-text small {
  margin-top: .2rem;
  letter-spacing: .29em;
}
.site-nav { gap: 1.65rem; }
.site-nav a {
  font-family: var(--serif);
  font-size: .98rem;
  letter-spacing: .015em;
  text-transform: none;
  color: #526c66;
}

.hero {
  padding-top: 5.3rem;
  gap: 4.8rem;
  grid-template-columns: .92fr 1.08fr;
}
.hero h1 { line-height: .9; }
.lede {
  max-width: 37rem;
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  line-height: 1.62;
}
.button {
  border-radius: .35rem 1rem .35rem 1rem;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .01em;
  padding: .72rem 1.05rem;
  box-shadow: none;
  background: rgba(236, 211, 141, .78);
}
.button.secondary {
  background: transparent;
  border-color: rgba(39, 79, 73, .2);
}

/* Keep the sophisticated photo but return to the arched, less-commercial composition. */
.valley-art {
  min-height: 34rem;
  border-radius: 48% 48% 1.45rem 1.45rem / 27% 27% 1.45rem 1.45rem;
  border-color: rgba(67, 108, 98, .18);
  box-shadow: 0 28px 64px rgba(49, 88, 79, .14);
}
.valley-art::after { height: 31%; }
.art-caption {
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.15rem;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.55);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  padding: .72rem .15rem .1rem;
  text-align: center;
  font-style: italic;
}

.scripture-band {
  margin-top: .8rem;
  background: rgba(255, 250, 237, .34);
  border-color: rgba(119, 105, 63, .14);
}
.scripture-inner { max-width: 900px; padding-top: 4.4rem; padding-bottom: 4.4rem; }
.scripture-inner blockquote {
  font-style: italic;
  line-height: 1.52;
}

.sing-section {
  max-width: 1040px;
  margin: 0 auto;
  padding: 6rem 2rem 5.2rem;
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}
.sing-ornament {
  width: 6.7rem;
  height: 6.7rem;
  display: grid;
  place-items: center;
  border-top: 1px solid rgba(159, 116, 40, .45);
  border-bottom: 1px solid rgba(70, 121, 110, .30);
  color: #9a6b22;
  font: italic 2.5rem/1 var(--serif);
}
.sing-copy { max-width: 740px; }
.sing-copy h2 {
  margin: 0 0 1.5rem;
  color: #1e4942;
  font: 400 clamp(2.7rem, 6vw, 4.8rem)/.98 var(--serif);
  letter-spacing: -.025em;
}
.sing-copy > p:not(.eyebrow) {
  color: #516b65;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.78;
}
.sing-copy .sing-note {
  margin-top: 1.7rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(159, 116, 40, .22);
  color: #755f32;
  font-style: italic;
}

.library-invitation {
  padding-top: 5.3rem;
  border-top: 1px solid rgba(55, 92, 84, .11);
  gap: 5rem;
}
.library-invitation h2 {
  letter-spacing: -.025em;
}
.library-invitation-copy > p:not(.eyebrow) {
  line-height: 1.75;
}
.library-photo {
  width: min(100%, 25rem);
  transform: translateY(.5rem);
}
.library-photo-frame {
  aspect-ratio: 4 / 5;
  border-radius: 48% 48% 1.15rem 1.15rem / 24% 24% 1.15rem 1.15rem;
  border-color: rgba(117, 91, 38, .18);
  box-shadow: 0 24px 52px rgba(43,84,76,.12);
}
.library-photo-frame::after {
  inset: .7rem;
  border-radius: 48% 48% .8rem .8rem / 24% 24% .8rem .8rem;
  border-color: rgba(255,255,255,.48);
}
.library-photo figcaption {
  margin-top: .85rem;
  font-size: .96rem;
}

.split-section {
  border-top: 1px solid rgba(55, 92, 84, .11);
  gap: 5rem;
}
.verse-card {
  border-radius: .25rem 1rem .25rem 1rem;
  box-shadow: none;
}

/* The library should read like an index in a hymnal, not a product table. */
.library-hero { padding-top: 5.4rem; }
.library-toolbar { border-bottom-color: rgba(74, 95, 88, .18); }
.library-note { font-family: var(--serif); font-style: italic; }
.library-columns-label { font-family: var(--serif); letter-spacing: .08em; }
.library-row {
  min-height: 4.85rem;
  background: transparent;
}
.library-row:hover { background: rgba(255, 250, 237, .42); }
.library-title { font-size: 1.25rem; }
.library-bottom-note {
  font-family: var(--serif);
  font-size: 1.02rem;
  font-style: italic;
}

/* Song pages: explicitly support learning and congregational singing. */
.song-page .sync-note {
  font-family: var(--serif);
  font-style: italic;
  font-size: .82rem;
}
.lyrics-intro {
  max-width: 650px;
  margin: -1.3rem auto 2.5rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #ded3b9;
  color: #62716a;
  font: italic 1rem/1.6 var(--serif);
  text-align: center;
}

.site-footer {
  font-family: var(--serif);
  font-size: .9rem;
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 3rem; }
  .valley-art { min-height: 30rem; max-width: 43rem; width: 100%; justify-self: center; }
  .sing-section { grid-template-columns: 5.5rem minmax(0,1fr); gap: 1.8rem; }
  .sing-ornament { width: 4.8rem; height: 4.8rem; font-size: 2rem; }
  .library-photo { width: min(70vw, 24rem); }
}
@media (max-width: 700px) {
  .site-header { gap: .9rem; }
  .site-nav { gap: .55rem 1.2rem; }
  .site-nav a { font-size: .9rem; }
  .sing-section { grid-template-columns: 1fr; padding-top: 4.5rem; padding-bottom: 4rem; }
  .sing-ornament { width: 4.5rem; height: 3.5rem; }
}
@media (max-width: 620px) {
  .hero { padding-top: 3.6rem; }
  .valley-art { min-height: 25rem; border-radius: 47% 47% 1.1rem 1.1rem / 21% 21% 1.1rem 1.1rem; }
  .scripture-inner { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .sing-section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .sing-copy h2 { font-size: 2.65rem; }
  .sing-copy > p:not(.eyebrow) { font-size: 1.05rem; }
  .library-photo { width: min(86vw, 20rem); }
  .library-photo-frame { border-radius: 47% 47% 1rem 1rem / 20% 20% 1rem 1rem; }
}


/* ===== Revision v7: softer photographic transitions ===== */
/* The photographs now dissolve gently into the dawn background instead of
   ending at a visibly hard frame edge. The arched compositions remain, but
   borders and heavy shadows are intentionally removed. */
.home-page .valley-art,
.home-page .library-photo-frame {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.home-page .valley-image {
  -webkit-mask-image: radial-gradient(ellipse 92% 94% at 50% 49%, #000 0 76%, rgba(0,0,0,.98) 82%, rgba(0,0,0,.78) 89%, rgba(0,0,0,.34) 95%, transparent 100%);
  mask-image: radial-gradient(ellipse 92% 94% at 50% 49%, #000 0 76%, rgba(0,0,0,.98) 82%, rgba(0,0,0,.78) 89%, rgba(0,0,0,.34) 95%, transparent 100%);
}
.home-page .valley-art::after {
  left: 4%;
  right: 4%;
  bottom: 2%;
  border-radius: 0 0 1.4rem 1.4rem;
}
.home-page .library-photo-frame::after { display: none; }
.home-page .library-photo-frame img {
  -webkit-mask-image: radial-gradient(ellipse 91% 95% at 50% 50%, #000 0 73%, rgba(0,0,0,.98) 81%, rgba(0,0,0,.72) 90%, rgba(0,0,0,.25) 96%, transparent 100%);
  mask-image: radial-gradient(ellipse 91% 95% at 50% 50%, #000 0 73%, rgba(0,0,0,.98) 81%, rgba(0,0,0,.72) 90%, rgba(0,0,0,.25) 96%, transparent 100%);
}
.home-page .library-photo figcaption {
  margin-top: .45rem;
}

/* Subtle human-readable MP3 metadata; the same information is also marked
   up with Schema.org MusicRecording / AudioObject microdata. */
.song-page .audio-file-meta {
  grid-column: 2 / 4;
  margin: -.35rem 0 .05rem;
  color: #71827b;
  font: italic .75rem/1.45 var(--serif);
}
@media (max-width: 700px) {
  .song-page .audio-file-meta {
    grid-column: 1 !important;
    text-align: center;
  }
}


/* ===== Revision v10: frameless, softly blurred photographic transitions ===== */
/* The photographs are intentionally not treated as windows or framed objects.
   A low-opacity blurred duplicate sits beneath the main image while the crisp
   layer feathers gradually into transparency. The eye keeps a detailed center,
   but the perimeter dissolves into the page. */
.home-page .valley-art {
  overflow: visible;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  min-height: 34rem;
}
.home-page .valley-art::before,
.home-page .valley-art::after {
  display: none;
}
.home-page .valley-image,
.home-page .valley-image-blur {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0;
  border-radius: 0;
}
.home-page .valley-image-blur {
  z-index: 0;
  inset: -3.5%;
  width: 107%;
  height: 107%;
  opacity: .32;
  filter: blur(22px) saturate(.86) brightness(1.04);
  transform: scale(1.015);
  -webkit-mask-image: radial-gradient(ellipse 99% 96% at 50% 50%, #000 0 57%, rgba(0,0,0,.92) 68%, rgba(0,0,0,.58) 80%, rgba(0,0,0,.18) 91%, transparent 100%);
  mask-image: radial-gradient(ellipse 99% 96% at 50% 50%, #000 0 57%, rgba(0,0,0,.92) 68%, rgba(0,0,0,.58) 80%, rgba(0,0,0,.18) 91%, transparent 100%);
}
.home-page .valley-image {
  z-index: 1;
  -webkit-mask-image: radial-gradient(ellipse 96% 94% at 50% 50%, #000 0 61%, rgba(0,0,0,.98) 70%, rgba(0,0,0,.82) 78%, rgba(0,0,0,.48) 87%, rgba(0,0,0,.12) 95%, transparent 100%);
  mask-image: radial-gradient(ellipse 96% 94% at 50% 50%, #000 0 61%, rgba(0,0,0,.98) 70%, rgba(0,0,0,.82) 78%, rgba(0,0,0,.48) 87%, rgba(0,0,0,.12) 95%, transparent 100%);
}
.home-page .art-caption {
  z-index: 3;
  left: 12%;
  right: 12%;
  bottom: 3.4rem;
  padding: .45rem 0 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.42);
  background: transparent;
  color: rgba(255,253,243,.96);
  text-shadow: 0 1px 7px rgba(23,49,45,.48);
}

.home-page .library-photo-frame {
  overflow: visible;
  aspect-ratio: 4 / 5;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}
.home-page .library-photo-frame::after { display: none; }
.home-page .library-photo-frame .library-photo-image,
.home-page .library-photo-frame .library-photo-blur {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 52%;
  border: 0;
  border-radius: 0;
}
.home-page .library-photo-frame .library-photo-blur {
  z-index: 0;
  inset: -5%;
  width: 110%;
  height: 110%;
  opacity: .29;
  filter: blur(19px) saturate(.86) brightness(1.05);
  transform: scale(1.015);
  -webkit-mask-image: radial-gradient(ellipse 98% 98% at 50% 50%, #000 0 52%, rgba(0,0,0,.9) 66%, rgba(0,0,0,.5) 80%, rgba(0,0,0,.14) 92%, transparent 100%);
  mask-image: radial-gradient(ellipse 98% 98% at 50% 50%, #000 0 52%, rgba(0,0,0,.9) 66%, rgba(0,0,0,.5) 80%, rgba(0,0,0,.14) 92%, transparent 100%);
}
.home-page .library-photo-frame .library-photo-image {
  z-index: 1;
  -webkit-mask-image: radial-gradient(ellipse 95% 97% at 50% 50%, #000 0 58%, rgba(0,0,0,.97) 69%, rgba(0,0,0,.76) 79%, rgba(0,0,0,.4) 88%, rgba(0,0,0,.1) 96%, transparent 100%);
  mask-image: radial-gradient(ellipse 95% 97% at 50% 50%, #000 0 58%, rgba(0,0,0,.97) 69%, rgba(0,0,0,.76) 79%, rgba(0,0,0,.4) 88%, rgba(0,0,0,.1) 96%, transparent 100%);
}
.home-page .library-photo figcaption {
  position: relative;
  z-index: 3;
  margin-top: .15rem;
}

@media (max-width: 900px) {
  .home-page .valley-art { min-height: 30rem; }
  .home-page .valley-image-blur { filter: blur(18px) saturate(.86) brightness(1.04); }
}
@media (max-width: 620px) {
  .home-page .valley-art { min-height: 25rem; }
  .home-page .valley-image-blur { inset: -2.5%; width: 105%; height: 105%; filter: blur(14px) saturate(.88) brightness(1.04); }
  .home-page .art-caption { left: 10%; right: 10%; bottom: 2.35rem; }
  .home-page .library-photo-frame .library-photo-blur { filter: blur(14px) saturate(.88) brightness(1.05); }
}

/* ===== Music Player ===== */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.music-player-page {
  background:
    radial-gradient(circle at 20% 10%, rgba(144,199,182,.10), transparent 30rem),
    radial-gradient(circle at 82% 16%, rgba(226,200,117,.09), transparent 25rem),
    linear-gradient(180deg, #102d32 0%, #0c252a 36%, #0a2025 100%);
}
.music-player-page main { overflow: visible; }
.player-page-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 4.6rem 2rem 2.25rem;
}
.player-page-intro h1 {
  margin: 0;
  color: var(--cream);
  font: 400 clamp(3rem, 7vw, 6.2rem)/.94 var(--serif);
  letter-spacing: -.025em;
}
.player-page-intro > p:last-child {
  max-width: 47rem;
  margin: 1.35rem 0 0;
  color: #cad9d3;
  font: 1.08rem/1.7 var(--serif);
}

.music-player-shell {
  width: min(1320px, calc(100% - 3rem));
  margin: 0 auto 5.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 21rem);
  gap: 1.1rem;
  align-items: start;
}
.player-stage-column { min-width: 0; }
.player-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 28rem;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.4rem;
  background: #1b4547;
  box-shadow: 0 22px 60px rgba(2,17,20,.24);
  cursor: pointer;
}
.player-stage button,
.player-stage input { cursor: pointer; }
.player-canvas,
.player-stage-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.player-canvas { display: block; z-index: 0; }
.player-stage-wash {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4,25,28,.28), transparent 25%, transparent 66%, rgba(3,19,22,.52)),
    linear-gradient(90deg, rgba(4,24,28,.18), transparent 30%, transparent 70%, rgba(4,24,28,.16));
}
.player-stage-heading {
  position: absolute;
  z-index: 3;
  top: clamp(1rem, 3vw, 2rem);
  left: clamp(1.1rem, 3vw, 2.2rem);
  right: clamp(1.1rem, 3vw, 2.2rem);
  text-shadow: 0 2px 16px rgba(0,0,0,.28);
}
.player-kicker {
  display: block;
  margin-bottom: .35rem;
  color: rgba(255,247,220,.72);
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.player-stage-heading h2 {
  max-width: 70%;
  margin: 0;
  color: rgba(255,251,237,.95);
  font: 400 clamp(1.15rem, 2.6vw, 1.8rem)/1.15 var(--serif);
}
.player-lyric-wrap {
  position: absolute;
  z-index: 4;
  left: 8%;
  right: 8%;
  top: 65%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  min-height: 9rem;
  pointer-events: none;
}
.player-lyric {
  max-width: 38ch;
  margin: 0;
  color: #fffaf0;
  text-align: center;
  font: 400 clamp(1.616rem, calc(4.2vw + .166rem), 3.416rem)/1.16 var(--serif);
  letter-spacing: -.015em;
  text-wrap: balance;
  text-shadow:
    0 2px 4px rgba(0,0,0,.35),
    0 4px 22px rgba(1,21,24,.48),
    0 0 38px rgba(8,35,37,.35);
  opacity: 1;
  will-change: opacity;
}

/* The player chooses one lyric typography personality from the song's analyzed
   genre. These are local/browser-safe font stacks; no web-font download is
   required. */
.music-player-shell[data-player-font="epic"] .player-lyric,
.music-player-shell[data-player-font="epic"] .player-stage-heading h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .018em;
}
.music-player-shell[data-player-font="anthem"] .player-lyric,
.music-player-shell[data-player-font="anthem"] .player-stage-heading h2 {
  font-family: "Arial Black", "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .005em;
}
.music-player-shell[data-player-font="folk"] .player-lyric,
.music-player-shell[data-player-font="folk"] .player-stage-heading h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .008em;
}
.music-player-shell[data-player-font="hymn"] .player-lyric,
.music-player-shell[data-player-font="hymn"] .player-stage-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.music-player-shell[data-player-font="gentle"] .player-lyric,
.music-player-shell[data-player-font="gentle"] .player-stage-heading h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 400;
  letter-spacing: .003em;
}
.music-player-shell[data-player-font="mysterious"] .player-lyric,
.music-player-shell[data-player-font="mysterious"] .player-stage-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .028em;
}
.player-bottom {
  position: absolute;
  z-index: 5;
  left: clamp(.85rem, 2vw, 1.45rem);
  right: clamp(.85rem, 2vw, 1.45rem);
  bottom: clamp(.7rem, 1.8vw, 1.2rem);
}
.player-progress-wrap { margin-bottom: .55rem; }
.player-progress {
  --player-progress: 0%;
  display: block;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 8px 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}
.player-progress::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(244,222,155,.95) 0 var(--player-progress), rgba(255,255,255,.28) var(--player-progress) 100%);
}
.player-progress::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5.5px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  background: #f5e4aa;
  box-shadow: 0 1px 6px rgba(0,0,0,.3);
}
.player-progress::-moz-range-track { height: 3px; border-radius: 999px; background: rgba(255,255,255,.28); }
.player-progress::-moz-range-progress { height: 3px; border-radius: 999px; background: rgba(244,222,155,.95); }
.player-progress::-moz-range-thumb { width: 14px; height: 14px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: #f5e4aa; }
.player-control-row {
  display: grid;
  grid-template-columns: minmax(6rem, 1fr) auto minmax(6rem, 1fr);
  align-items: center;
  gap: .8rem;
}
.player-time,
.player-track-count {
  color: rgba(255,250,235,.9);
  font: 600 .78rem/1 var(--sans);
  letter-spacing: .025em;
  text-shadow: 0 1px 6px rgba(0,0,0,.35);
}
.player-left-tools {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: .8rem;
  min-width: 0;
}
.player-time { justify-self: start; white-space: nowrap; }
.player-volume-control {
  display: flex;
  align-items: center;
  gap: .35rem;
  min-width: 0;
}
.player-volume-icon {
  color: rgba(255,250,235,.72);
  font: 700 .72rem/1 var(--sans);
  transform: translateY(-.02rem);
}
.player-volume {
  --player-volume: 100%;
  width: clamp(4.8rem, 9vw, 7.2rem);
  height: 20px;
  margin: 0;
  padding: 8px 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}
.player-volume::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(244,222,155,.92) 0 var(--player-volume), rgba(255,255,255,.26) var(--player-volume) 100%);
}
.player-volume::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  margin-top: -4.5px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 50%;
  background: #f5e4aa;
  box-shadow: 0 1px 5px rgba(0,0,0,.28);
}
.player-volume::-moz-range-track { height: 3px; border-radius: 999px; background: rgba(255,255,255,.26); }
.player-volume::-moz-range-progress { height: 3px; border-radius: 999px; background: rgba(244,222,155,.92); }
.player-volume::-moz-range-thumb { width: 12px; height: 12px; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: #f5e4aa; }
.player-track-count { justify-self: end; color: rgba(255,250,235,.65); }
.player-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
}
.player-icon-button,
.player-play-button {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff9e8;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(6,31,34,.34);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}
.player-icon-button { width: 2.45rem; height: 2.45rem; font-size: 1.65rem; line-height: 1; }
.player-play-button { width: 3.2rem; height: 3.2rem; font-size: 1rem; }
.player-icon-button:hover,
.player-play-button:hover { background: rgba(236,216,154,.22); border-color: rgba(246,228,171,.7); transform: translateY(-1px); }
.player-icon-button:focus-visible,
.player-play-button:focus-visible,
.player-progress:focus-visible,
.player-volume:focus-visible,
.playlist-item:focus-visible,
.playlist-search:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 3px; }
.player-stage audio { display: none; }
.player-note {
  max-width: 58rem;
  margin: .85rem .3rem 0;
  color: #9eb3ac;
  font: italic .82rem/1.5 var(--serif);
}

.player-playlist {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  overflow: hidden;
}
.playlist-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 1.25rem .8rem;
}
.playlist-heading-row .eyebrow { margin-bottom: .35rem; font-size: .62rem; }
.playlist-heading-row h2 {
  margin: 0;
  color: var(--cream);
  font: 400 1.5rem/1 var(--serif);
}
.playlist-count { color: #9eb3ac; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; }
.playlist-search-label {
  display: block;
  margin: 0 1rem .35rem;
  color: #a9bbb5;
  font-size: .68rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.playlist-search {
  width: calc(100% - 2rem);
  min-height: 2.75rem;
  margin: 0 1rem .9rem;
  padding: .65rem .8rem;
  color: #f2f5ee;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: .7rem;
  background: rgba(3,25,28,.32);
  font: 16px/1.2 var(--sans);
}
.playlist-search::placeholder { color: #81958e; }
.playlist-list {
  max-height: 37rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-top: 1px solid rgba(255,255,255,.08);
  scrollbar-color: rgba(226,200,117,.36) transparent;
  scrollbar-width: thin;
}
.playlist-item {
  width: 100%;
  min-height: 3.8rem;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) auto;
  align-items: center;
  gap: .65rem;
  padding: .78rem 1rem;
  color: #cfdbd6;
  text-align: left;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.065);
  background: transparent;
  cursor: pointer;
}
.playlist-item:hover { background: rgba(255,255,255,.045); }
.playlist-item.is-current {
  color: #fff8e7;
  background: linear-gradient(90deg, rgba(226,200,117,.13), rgba(144,199,182,.055));
  box-shadow: inset 2px 0 0 rgba(226,200,117,.78);
}
.playlist-number { color: #7f9890; font-size: .68rem; letter-spacing: .05em; }
.playlist-item.is-current .playlist-number { color: var(--gold); }
.playlist-item-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 400 .94rem/1.2 var(--serif);
}
.playlist-duration { color: #91a49e; font-size: .68rem; }
.playlist-item[hidden] { display: none; }
.player-about {
  max-width: 880px;
  margin: -1.5rem auto 5.5rem;
  padding: 0 2rem;
  color: #b9c9c2;
  text-align: center;
  font-family: var(--serif);
}
.player-about strong { color: var(--cream); font-weight: 400; }

@media (max-width: 980px) {
  .music-player-shell { grid-template-columns: 1fr; width: min(980px, calc(100% - 2.5rem)); }
  .player-stage { min-height: 0; }
  .player-playlist { width: 100%; }
  .playlist-list { max-height: 26rem; }
}
@media (max-width: 700px) {
  .player-page-intro { padding: 3.2rem 1.2rem 1.6rem; }
  .music-player-shell { width: calc(100% - 1.4rem); margin-bottom: 4rem; gap: .8rem; }
  .player-stage { aspect-ratio: 16 / 10; border-radius: 1rem; }
  .player-stage-heading { top: .9rem; left: 1rem; right: 1rem; }
  .player-stage-heading h2 { max-width: 88%; font-size: 1.05rem; }
  .player-kicker { font-size: .56rem; }
  .player-lyric-wrap { left: 6.5%; right: 6.5%; min-height: 6rem; }
  .player-lyric { font-size: clamp(1.416rem, calc(6vw + .166rem), 2.166rem); }
  .player-bottom { left: .75rem; right: .75rem; bottom: .55rem; }
  .player-control-row { grid-template-columns: 1fr auto 1fr; gap: .35rem; }
  .player-time, .player-track-count { font-size: .68rem; }
  .player-left-tools { gap: .45rem; }
  .player-volume { width: 4.5rem; }
  .player-icon-button { width: 2.25rem; height: 2.25rem; }
  .player-play-button { width: 2.8rem; height: 2.8rem; }
  .player-note { margin-left: .3rem; margin-right: .3rem; font-size: .75rem; }
  .player-playlist { border-radius: 1rem; }
  .playlist-list { max-height: 24rem; }
  .player-about { padding: 0 1.2rem; }
}
@media (max-width: 420px) {
  .player-stage { aspect-ratio: 4 / 3; }
  .player-stage-heading h2 { max-width: 100%; font-size: .95rem; }
  .player-lyric { font-size: 1.446rem; }
  .player-track-count { display: none; }
  .player-control-row { grid-template-columns: 1fr auto 1fr; }
  .player-buttons { grid-column: 2; }
  .player-left-tools { grid-column: 1; gap: .3rem; }
  .player-time { white-space: nowrap; }
  .player-volume-icon { display: none; }
  .player-volume { width: 3.4rem; }
  .playlist-heading-row { padding-left: 1rem; padding-right: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .player-icon-button, .player-play-button { transition: none; }
}

/* With Music Player added, let the four-item primary navigation breathe on phones. */
@media (max-width: 620px) {
  .site-header { flex-direction: column; align-items: flex-start; }
  .site-nav { width: 100%; justify-content: flex-start; }
}

/* ===== Music Player v15: song transport, responsive fullscreen, beat-reactive stage ===== */
.player-right-tools {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
  min-width: 0;
}
.player-fullscreen-button {
  width: 2.35rem;
  height: 2.35rem;
  font-size: 1.05rem;
}
.player-skip-button > span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  transform: translateY(-.02em);
}
.player-icon-button:disabled {
  opacity: .27;
  cursor: default;
  border-color: rgba(255,255,255,.16);
  background: rgba(6,31,34,.18);
  transform: none;
}
.player-icon-button:disabled:hover {
  background: rgba(6,31,34,.18);
  border-color: rgba(255,255,255,.16);
  transform: none;
}
html.player-pseudo-fullscreen,
body.player-pseudo-fullscreen {
  overflow: hidden !important;
}

.music-player-shell:fullscreen,
.music-player-shell:-webkit-full-screen,
.music-player-shell.is-pseudo-fullscreen {
  box-sizing: border-box;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: .55rem .55rem .2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 22rem);
  gap: 1rem;
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 12%, rgba(144,199,182,.13), transparent 30rem),
    radial-gradient(circle at 80% 14%, rgba(226,200,117,.11), transparent 26rem),
    #092126;
}
.music-player-shell.is-pseudo-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 10000;
}
.music-player-shell:fullscreen .player-stage-column,
.music-player-shell:-webkit-full-screen .player-stage-column,
.music-player-shell.is-pseudo-fullscreen .player-stage-column {
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.music-player-shell:fullscreen .player-stage,
.music-player-shell:-webkit-full-screen .player-stage,
.music-player-shell.is-pseudo-fullscreen .player-stage {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  aspect-ratio: auto;
}
.music-player-shell:fullscreen .player-note,
.music-player-shell:-webkit-full-screen .player-note,
.music-player-shell.is-pseudo-fullscreen .player-note {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.music-player-shell:fullscreen .player-playlist,
.music-player-shell:-webkit-full-screen .player-playlist,
.music-player-shell.is-pseudo-fullscreen .player-playlist {
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.music-player-shell:fullscreen .playlist-list,
.music-player-shell:-webkit-full-screen .playlist-list,
.music-player-shell.is-pseudo-fullscreen .playlist-list {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
}
.music-player-shell:fullscreen .player-lyric,
.music-player-shell:-webkit-full-screen .player-lyric,
.music-player-shell.is-pseudo-fullscreen .player-lyric {
  font-size: clamp(2.366rem, calc(4.2vw + .666rem), 5.066rem);
}

.music-player-shell:fullscreen .player-bottom,
.music-player-shell:-webkit-full-screen .player-bottom,
.music-player-shell.is-pseudo-fullscreen .player-bottom {
  bottom: .3rem;
}

@media (max-width: 760px) {
  .music-player-shell:fullscreen,
  .music-player-shell:-webkit-full-screen,
  .music-player-shell.is-pseudo-fullscreen {
    padding: .45rem;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 64%) minmax(0, 36%);
    gap: .45rem;
  }
  .music-player-shell:fullscreen .player-stage,
  .music-player-shell:-webkit-full-screen .player-stage,
  .music-player-shell.is-pseudo-fullscreen .player-stage {
    border-radius: .65rem;
  }
  .music-player-shell:fullscreen .player-note,
  .music-player-shell:-webkit-full-screen .player-note,
  .music-player-shell.is-pseudo-fullscreen .player-note {
    display: none;
  }
  .music-player-shell:fullscreen .player-playlist,
  .music-player-shell:-webkit-full-screen .player-playlist,
  .music-player-shell.is-pseudo-fullscreen .player-playlist {
    border-radius: .65rem;
  }
  .music-player-shell:fullscreen .playlist-heading-row,
  .music-player-shell:-webkit-full-screen .playlist-heading-row,
  .music-player-shell.is-pseudo-fullscreen .playlist-heading-row {
    padding-top: .8rem;
    padding-bottom: .45rem;
  }
  .music-player-shell:fullscreen .playlist-search,
  .music-player-shell:-webkit-full-screen .playlist-search,
  .music-player-shell.is-pseudo-fullscreen .playlist-search {
    min-height: 2.45rem;
    margin-bottom: .55rem;
  }
  .music-player-shell:fullscreen .player-lyric,
  .music-player-shell:-webkit-full-screen .player-lyric,
  .music-player-shell.is-pseudo-fullscreen .player-lyric {
    font-size: clamp(1.916rem, calc(6vw + .666rem), 2.916rem);
  }
}


/* ===== Music Player v25: discreet live-analyzer/fallback status ===== */
.player-analyzer-status {
  width: 1.55rem;
  height: 1.55rem;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  background: rgba(7,28,33,.34);
  color: rgba(255,250,235,.82);
  font: 800 .67rem/1 var(--sans);
  letter-spacing: 0;
  cursor: pointer;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.player-analyzer-status:hover { transform: translateY(-1px); }
.player-analyzer-status[data-mode="live"] {
  color: #e8fff3;
  border-color: rgba(166,234,197,.62);
  background: rgba(35,104,76,.48);
}
.player-analyzer-status[data-mode="fallback"] {
  color: #fff0c7;
  border-color: rgba(245,203,113,.62);
  background: rgba(121,78,26,.5);
}
.player-analyzer-status[data-mode="waiting"] {
  color: rgba(255,250,235,.72);
  border-color: rgba(255,255,255,.25);
}
.player-analyzer-status:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 3px;
}
.player-analyzer-panel {
  position: absolute;
  z-index: 8;
  right: 1rem;
  bottom: 5.2rem;
  width: min(22rem, calc(100% - 2rem));
  padding: .8rem .9rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: .8rem;
  background: rgba(9,25,31,.92);
  color: rgba(255,250,235,.92);
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font: 500 .76rem/1.35 var(--sans);
}
.player-analyzer-panel[hidden] { display: none; }
.player-analyzer-panel-title {
  margin-bottom: .45rem;
  color: #f4de9b;
  font-weight: 800;
  letter-spacing: .035em;
}
.player-analyzer-panel dl,
.player-analyzer-panel dd { margin: 0; }
.player-analyzer-panel dl { display: grid; gap: .34rem; }
.player-analyzer-panel dl > div {
  display: grid;
  grid-template-columns: 3.2rem minmax(0,1fr);
  gap: .55rem;
}
.player-analyzer-panel dt {
  color: rgba(255,250,235,.58);
  font-weight: 700;
}
.player-analyzer-panel dd {
  min-width: 0;
  overflow-wrap: anywhere;
}
@media (max-width: 620px) {
  .player-analyzer-status { width: 1.45rem; height: 1.45rem; font-size: .62rem; }
  .player-analyzer-panel { right: .55rem; bottom: 4.8rem; width: min(20rem, calc(100% - 1.1rem)); }
}
