/* Generated by buildVersePages.ts — shared styling for SEO verse pages. */
:root {
  --bw-void: #FAF4E4; --bw-midnight: #F0E8D7; --bw-surface: #EEE4D0;
  --bw-parchment: #1E1916; --bw-silver: #6E5F50; --bw-on-accent: #FAF5EA;
  --bw-gold: #486491; --bw-gold-deep: #32466E; --bw-gold-glow: #6082AF;
  --bw-soft-label: #B8893A; --cream-line: rgba(140,152,175,0.35);
  --head-gold: #B8893A; --gold-tint: rgba(184,137,58,0.25); --gold-pale: rgba(184,137,58,0.08);
  --bw-lavender: #8C98AF;
}
:root.theme-dark {
  --bw-void: #080C1C; --bw-midnight: #10162C; --bw-surface: #1E263E;
  --bw-parchment: #F4E8D2; --bw-silver: #B2AEC6; --bw-on-accent: #121224;
  --bw-gold: #DEB862; --bw-gold-deep: #A88238; --bw-gold-glow: #F8DA8A;
  --bw-soft-label: #C0BCDC; --cream-line: rgba(192,188,220,0.18);
  --head-gold: #DEB862; --gold-tint: rgba(222,184,98,0.3); --gold-pale: rgba(222,184,98,0.1);
  --bw-lavender: #C0BCDC;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: var(--bw-void); color: var(--bw-parchment); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
.theme-dark body { background: linear-gradient(180deg, #080C1C 0%, #10162C 50%, #1E263E 100%); min-height: 100vh; }
a { color: var(--bw-gold); }
.wordmark { position: fixed; top: 0; left: 0; right: 0; text-align: center; padding: 16px 0 12px; font-family: "Playfair Display", Georgia, serif; font-size: 18px; font-weight: 700; color: var(--bw-parchment); text-decoration: none; background: linear-gradient(to bottom, var(--bw-void) 60%, transparent); z-index: 100; }
.theme-dark .wordmark { background: linear-gradient(to bottom, #080C1C 60%, transparent); }
.wordmark .accent { color: var(--bw-soft-label); }
.theme-toggle { position: fixed; top: 14px; right: 16px; width: 36px; height: 36px; border-radius: 999px; background: var(--bw-surface); border: 1px solid var(--cream-line); color: var(--bw-parchment); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 200; }
.theme-toggle .icon-sun { display: none; } .theme-toggle .icon-moon { display: inline; }
.theme-dark .theme-toggle .icon-sun { display: inline; } .theme-dark .theme-toggle .icon-moon { display: none; }
.ig-link { position: fixed; top: 14px; right: 62px; width: 36px; height: 36px; border-radius: 999px; background: var(--bw-surface); border: 1px solid var(--cream-line); color: var(--bw-parchment); display: flex; align-items: center; justify-content: center; z-index: 200; transition: background 0.2s, transform 0.15s; }
.ig-link:hover { background: var(--bw-midnight); transform: scale(1.05); }
.ig-link svg { width: 18px; height: 18px; }
.follow-row { text-align: center; margin-top: 18px; }
.follow-cta { display: inline-flex; align-items: center; gap: 9px; padding: 12px 26px; border-radius: 999px; border: 1px solid var(--gold-tint); background: var(--gold-pale); color: var(--head-gold); text-decoration: none; font-size: 14px; font-weight: 700; transition: background 0.2s, border-color 0.2s, transform 0.15s; }
.follow-cta:hover { border-color: var(--head-gold); transform: translateY(-1px); }
.follow-cta svg { width: 16px; height: 16px; }
.verse-main, .hub-main { max-width: 680px; margin: 0 auto; padding: 72px 22px 40px; position: relative; z-index: 1; }
.breadcrumb { font-size: 13px; color: var(--bw-silver); margin-bottom: 22px; }
.breadcrumb a { color: var(--bw-silver); text-decoration: none; }
.breadcrumb a:hover { color: var(--bw-gold); }
.breadcrumb .sep { margin: 0 7px; opacity: 0.5; }
h1 { font-family: "Playfair Display", Georgia, serif; font-size: 32px; font-weight: 800; line-height: 1.18; letter-spacing: -0.01em; margin-bottom: 24px; color: var(--bw-lavender); }
h2 { font-family: "Playfair Display", Georgia, serif; font-size: 22px; font-weight: 700; margin: 36px 0 14px; color: var(--head-gold); }
section p { margin-bottom: 14px; font-size: 17px; }
.verse-quote { border-left: 3px solid var(--bw-soft-label); background: var(--bw-midnight); border-radius: 0 10px 10px 0; padding: 20px 22px; margin: 8px 0 8px; }
.verse-quote p { font-family: "Playfair Display", Georgia, serif; font-size: 20px; font-style: italic; line-height: 1.5; margin-bottom: 10px; }
.verse-quote cite { font-style: normal; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; color: var(--bw-soft-label); }
.reflections { list-style: none; }
.reflections li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid var(--cream-line); font-size: 17px; }
.reflections li:before { content: "—"; position: absolute; left: 0; color: var(--bw-soft-label); }
.cta-card { background: var(--bw-surface); border: 1px solid var(--bw-gold); border-radius: 16px; padding: 30px 24px; text-align: center; margin: 40px 0; box-shadow: 0 0 22px rgba(72,100,145,0.12), 0 8px 24px rgba(0,0,0,0.12); }
.theme-dark .cta-card { box-shadow: 0 0 26px rgba(222,184,98,0.18), 0 12px 34px rgba(0,0,0,0.45); }
.cta-title { font-family: "Playfair Display", Georgia, serif; font-size: 22px; font-weight: 700; color: var(--bw-parchment); margin-bottom: 10px; }
.cta-sub { font-size: 14.5px; color: var(--bw-silver); line-height: 1.65; margin: 0 auto 20px; max-width: 360px; }
.cta-store { display: inline-block; margin-top: 6px; transition: transform 0.15s ease; }
.cta-store img { height: 48px; width: auto; display: block; margin: 0 auto; }
.cta-store:hover { transform: translateY(-1px); }
.related { margin-top: 36px; }
.related-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 36px 0 14px; }
.related-head h2 { margin: 0; }
.related-grid { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 16px; }
.related-link { display: inline-block; padding: 8px 15px; border: 1px solid var(--cream-line); border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 600; color: var(--bw-lavender); }
.related-link:hover { border-color: var(--bw-lavender); }
.browse-all { white-space: nowrap; font-weight: 700; text-decoration: none; font-size: 14px; color: var(--bw-lavender); }
.hub-intro { font-size: 18px; color: var(--bw-silver); margin-bottom: 28px; }
.verse-list { list-style: none; display: grid; grid-template-columns: 1fr; gap: 0; }
.verse-list li a { display: flex; flex-direction: column; padding: 14px 4px; border-bottom: 1px solid var(--cream-line); text-decoration: none; }
.verse-list .ref { font-family: "Playfair Display", Georgia, serif; font-size: 18px; font-weight: 700; color: var(--bw-parchment); }
.verse-list .snip { font-size: 13px; color: var(--bw-silver); }
.verse-list li a:hover .ref { color: var(--bw-gold); }
.site-footer { text-align: center; padding: 30px 20px 40px; font-size: 13px; color: var(--bw-silver); }
.site-footer a { color: var(--bw-silver); text-decoration: none; margin: 0 4px; }
.site-footer a:hover { color: var(--bw-gold); }
.site-footer .sep { opacity: 0.4; }
@media (min-width: 560px) { .verse-list { grid-template-columns: 1fr 1fr; gap: 0 26px; } h1 { font-size: 38px; } }
