/* ═══════════════════════════════════════════════════════════
   Jesus Christ is the Highway to Heaven — Shared Stylesheet
   ═══════════════════════════════════════════════════════════ */

/* ── VARIABLES ── */
:root {
  --ink:         #07101f;
  --ink-mid:     #112038;
  --ink-rich:    #1a2d58;
  --gold:        #c9a84c;
  --gold-hi:     #dfc06a;
  --gold-pale:   #f0d98c;
  --cream:       #fdfaf4;
  --text:        #1a1208;
  --text-mid:    #2e200e;
  --muted:       #7a6648;
  --warm:        #2a1e0a;
  --border-gold: rgba(201,168,76,0.18);
  --shadow-card: 0 0 0 1px rgba(201,168,76,0.08), 0 8px 40px rgba(0,0,0,0.30), 0 24px 68px rgba(0,0,0,0.20);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; width: 100%; }
html { scroll-behavior: smooth; }

/* ── SELECTION COLOR ── */
::selection { background: rgba(201,168,76,0.25); color: var(--ink); }
::-moz-selection { background: rgba(201,168,76,0.25); color: var(--ink); }

/* ── CUSTOM SCROLLBAR ── */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(201,168,76,0.35) 0%, rgba(201,168,76,0.15) 100%);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover { background: rgba(201,168,76,0.50); }

/* ── KEYFRAMES ── */
@keyframes softGlow {
  0%,100% { filter: drop-shadow(0 0 8px rgba(201,168,76,0.28)); }
  50%     { filter: drop-shadow(0 0 22px rgba(201,168,76,0.60)); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes kenBurns1 {
  0%   { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.12) translate(-1.5%, 1%); }
}
@keyframes kenBurns2 {
  0%   { transform: scale(1.08) translate(1%, -1%); }
  100% { transform: scale(1) translate(-0.5%, 0.5%); }
}
@keyframes kenBurns3 {
  0%   { transform: scale(1) translate(0.5%, 0); }
  100% { transform: scale(1.10) translate(0%, -1.5%); }
}
@keyframes kenBurns4 {
  0%   { transform: scale(1.06) translate(-1%, 0.5%); }
  100% { transform: scale(1) translate(1%, 0%); }
}

@keyframes floatDust {
  0%,100% { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
  10%     { opacity: 1; }
  90%     { opacity: 1; }
  50%     { transform: translateY(-60px) translateX(20px) scale(0.6); }
}

@keyframes pulseGlow {
  0%,100% { opacity: 0.05; }
  50%     { opacity: 0.12; }
}

@keyframes borderGlow {
  0%,100% { border-color: rgba(201,168,76,0.18); }
  50%     { border-color: rgba(201,168,76,0.38); }
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── BODY ── */
body {
  font-family: 'Crimson Text', Georgia, serif;
  background:
    radial-gradient(ellipse 80% 35% at 50% 0%, rgba(201,168,76,0.14) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 0% 50%, rgba(30,20,65,0.30) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(15,35,75,0.25) 0%, transparent 50%),
    radial-gradient(ellipse 50% 30% at 50% 100%, rgba(201,168,76,0.08) 0%, transparent 50%),
    linear-gradient(180deg, #04080f 0%, #0a1628 15%, #122550 35%, #0e1d3a 55%, #0a1225 75%, #060e1c 90%, #030810 100%);
  background-attachment: fixed;
  color: var(--text);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* subtle stars on body background */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    radial-gradient(1.2px 1.2px at 2% 5%, rgba(255,255,255,0.45), transparent),
    radial-gradient(1px 1px at 5% 8%, rgba(255,255,255,0.35), transparent),
    radial-gradient(1px 1px at 8% 32%, rgba(255,255,255,0.22), transparent),
    radial-gradient(1px 1px at 12% 45%, rgba(255,255,255,0.30), transparent),
    radial-gradient(1px 1px at 15% 72%, rgba(255,255,255,0.20), transparent),
    radial-gradient(1.2px 1.2px at 20% 78%, rgba(201,168,76,0.35), transparent),
    radial-gradient(1px 1px at 22% 18%, rgba(255,255,255,0.28), transparent),
    radial-gradient(1px 1px at 25% 55%, rgba(255,255,255,0.18), transparent),
    radial-gradient(1px 1px at 28% 22%, rgba(255,255,255,0.25), transparent),
    radial-gradient(1px 1px at 31% 88%, rgba(255,255,255,0.22), transparent),
    radial-gradient(1px 1px at 35% 62%, rgba(255,255,255,0.35), transparent),
    radial-gradient(1px 1px at 38% 4%, rgba(201,168,76,0.28), transparent),
    radial-gradient(1px 1px at 42% 90%, rgba(201,168,76,0.30), transparent),
    radial-gradient(1px 1px at 44% 42%, rgba(255,255,255,0.20), transparent),
    radial-gradient(1.2px 1.2px at 47% 38%, rgba(255,255,255,0.30), transparent),
    radial-gradient(1px 1px at 50% 15%, rgba(255,255,255,0.30), transparent),
    radial-gradient(1px 1px at 53% 70%, rgba(255,255,255,0.22), transparent),
    radial-gradient(1px 1px at 56% 28%, rgba(201,168,76,0.25), transparent),
    radial-gradient(1px 1px at 58% 55%, rgba(255,255,255,0.25), transparent),
    radial-gradient(1px 1px at 61% 85%, rgba(255,255,255,0.20), transparent),
    radial-gradient(1.2px 1.2px at 65% 82%, rgba(201,168,76,0.32), transparent),
    radial-gradient(1px 1px at 67% 10%, rgba(255,255,255,0.28), transparent),
    radial-gradient(1px 1px at 70% 48%, rgba(255,255,255,0.18), transparent),
    radial-gradient(1px 1px at 72% 35%, rgba(255,255,255,0.35), transparent),
    radial-gradient(1px 1px at 75% 65%, rgba(255,255,255,0.22), transparent),
    radial-gradient(1px 1px at 78% 92%, rgba(201,168,76,0.28), transparent),
    radial-gradient(1px 1px at 80% 68%, rgba(255,255,255,0.28), transparent),
    radial-gradient(1px 1px at 83% 20%, rgba(255,255,255,0.20), transparent),
    radial-gradient(1.2px 1.2px at 85% 52%, rgba(201,168,76,0.30), transparent),
    radial-gradient(1px 1px at 88% 12%, rgba(255,255,255,0.30), transparent),
    radial-gradient(1px 1px at 90% 78%, rgba(255,255,255,0.22), transparent),
    radial-gradient(1px 1px at 92% 40%, rgba(255,255,255,0.25), transparent),
    radial-gradient(1px 1px at 95% 50%, rgba(255,255,255,0.32), transparent),
    radial-gradient(1px 1px at 97% 85%, rgba(201,168,76,0.25), transparent),
    radial-gradient(1px 1px at 3% 95%, rgba(255,255,255,0.25), transparent),
    radial-gradient(1px 1px at 16% 58%, rgba(255,255,255,0.20), transparent),
    radial-gradient(1px 1px at 33% 30%, rgba(255,255,255,0.25), transparent),
    radial-gradient(1px 1px at 48% 75%, rgba(201,168,76,0.22), transparent),
    radial-gradient(1px 1px at 63% 3%, rgba(255,255,255,0.28), transparent),
    radial-gradient(1px 1px at 77% 45%, rgba(255,255,255,0.20), transparent);
}

/* subtle noise overlay on body */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ══════════════════════════════════════════════
   NAV
   ══════════════════════════════════════════════ */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  height: 64px;
  background: rgba(7,16,31,0.95);
  border-bottom: 1px solid var(--border-gold);
  box-shadow:
    0 1px 0 rgba(201,168,76,0.06),
    0 4px 30px rgba(0,0,0,0.45);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-nav::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, rgba(201,168,76,0.55) 50%, var(--gold) 70%, transparent 100%);
  opacity: 0.5;
}

.nav-brand {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold-pale);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.nav-brand:hover { color: #fff; }

.nav-brand .cross {
  color: var(--gold);
  font-size: 1.1em;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 1.6vw, 2.2rem);
  position: relative;
  z-index: 1;
}

.nav-links a {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(253,249,241,0.75);
  text-decoration: none;
  transition: color 0.25s ease;
  position: relative;
  padding: 0.3rem 0;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--gold);
  transition: width 0.35s var(--ease-out-expo);
  border-radius: 1px;
}

.nav-links a:hover { color: var(--gold-pale); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--gold); }
.nav-links a.active::after { width: 100%; background: var(--gold); }

.nav-links a.nav-long {
  white-space: nowrap;
  line-height: 1.25;
  text-align: center;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.nav-links a.nav-long span { display: inline; }

/* ══════════════════════════════════════════════
   PAGE HEADER / HERO
   ══════════════════════════════════════════════ */
.page-header {
  margin-top: -64px;
  padding: calc(5.5rem + 64px) 2rem 4.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border-gold);
  min-height: 380px;
}

.hdr-slide {
  position: absolute;
  inset: -10%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 2.5s ease;
  will-change: opacity, transform;
}
.hdr-slide:nth-child(1) { animation: kenBurns1 24s ease-in-out infinite alternate; }
.hdr-slide:nth-child(2) { animation: kenBurns2 24s ease-in-out infinite alternate; }
.hdr-slide:nth-child(3) { animation: kenBurns3 24s ease-in-out infinite alternate; }
.hdr-slide:nth-child(4) { animation: kenBurns4 24s ease-in-out infinite alternate; }
.hdr-slide.active { opacity: 1; }

.hdr-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.hdr-dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7,16,31,0.75) 0%,
    rgba(7,16,31,0.55) 40%,
    rgba(7,16,31,0.70) 100%
  );
  z-index: 1;
}

.hdr-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(ellipse 70% 85% at 50% 8%, rgba(201,168,76,0.11) 0%, transparent 60%);
  pointer-events: none;
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 4;
  background: linear-gradient(90deg, transparent 5%, var(--gold) 25%, rgba(201,168,76,0.55) 50%, var(--gold) 75%, transparent 95%);
}

/* floating dust particles in hero */
.page-header .hdr-content::before,
.page-header .hdr-content::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--gold-pale);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
.page-header .hdr-content::before {
  top: 30%;
  left: 15%;
  animation: floatDust 8s ease-in-out 1s infinite;
}
.page-header .hdr-content::after {
  top: 60%;
  right: 20%;
  animation: floatDust 10s ease-in-out 3s infinite;
}

.hdr-cross {
  display: block;
  font-size: 3.8rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 1.2rem;
  position: relative;
  text-shadow: 0 0 30px rgba(201,168,76,0.3);
}

.hdr-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.75;
  margin: 0 0 0.75rem;
  position: relative;
}

.page-header h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.5rem, 4.2vw, 3.2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0 0 0.9rem;
  line-height: 1.18;
  text-shadow: 0 2px 40px rgba(0,0,0,0.65), 0 0 80px rgba(201,168,76,0.12);
  position: relative;
}

.hdr-rule {
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border: none;
  margin: 0 auto 1rem;
  position: relative;
}

.hdr-verse {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: rgba(240,217,140,0.72);
  margin: 0;
  letter-spacing: 0.03em;
  position: relative;
}

/* ══════════════════════════════════════════════
   MAIN
   ══════════════════════════════════════════════ */
main {
  max-width: 900px;
  margin: 4rem auto 6rem;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

/* ══════════════════════════════════════════════
   CARDS — BASE
   ══════════════════════════════════════════════ */
.card {
  background: rgba(255,255,255,0.975);
  border-radius: 0.65rem;
  border-top: 2.5px solid var(--gold);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s ease;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: radial-gradient(ellipse 80% 100% at 50% -20%, rgba(201,168,76,0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 0 1px rgba(201,168,76,0.12),
    0 12px 48px rgba(0,0,0,0.32),
    0 28px 72px rgba(0,0,0,0.22),
    0 0 60px rgba(201,168,76,0.06);
}

/* ══════════════════════════════════════════════
   WELCOME CARD
   ══════════════════════════════════════════════ */
.welcome-card { padding: 3.5rem 4rem; text-align: center; position: relative; }
.inside-card  { padding: 3rem 3.5rem; }
.author-card  { padding: 3rem 3.5rem; }

.section-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.7rem;
}

.welcome-card h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.35rem, 2.8vw, 2.1rem);
  font-weight: 700;
  color: var(--ink-mid);
  letter-spacing: 0.06em;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}

.title-rule {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border: none;
  margin: 0 auto 2rem;
  border-radius: 2px;
  position: relative;
}

.title-rule::before,
.title-rule::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.title-rule::before { left: -8px; }
.title-rule::after  { right: -8px; }

.intro-text {
  font-size: clamp(1.06rem, 1.8vw, 1.2rem);
  color: var(--text-mid);
  line-height: 1.88;
  max-width: 680px;
  margin: 0 auto 1.6rem;
}

/* Drop cap on first intro paragraph in welcome cards */
.welcome-card .intro-text:first-of-type::first-letter {
  font-family: 'Cinzel', serif;
  font-size: 3.2em;
  float: left;
  line-height: 0.85;
  padding-right: 0.12em;
  padding-top: 0.05em;
  color: var(--gold);
  font-weight: 700;
}

/* ── SCRIPTURE BLOCK (in cards) ── */
.opening-scripture {
  background: linear-gradient(135deg, rgba(7,16,31,0.04) 0%, rgba(201,168,76,0.06) 100%);
  border: 1px solid var(--border-gold);
  border-left: 3px solid var(--gold);
  border-radius: 0 0.45rem 0.45rem 0;
  padding: 1.8rem 2.4rem;
  max-width: 620px;
  margin: 0 auto 0.5rem;
  position: relative;
}

.opening-scripture::before {
  content: '\201C';
  font-family: 'Cinzel', serif;
  font-size: 4rem;
  color: rgba(201,168,76,0.12);
  position: absolute;
  top: -0.2rem;
  left: 0.8rem;
  line-height: 1;
  pointer-events: none;
}

.opening-scripture blockquote {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: clamp(1.04rem, 1.8vw, 1.18rem);
  color: var(--ink-mid);
  margin: 0 0 0.6rem;
  line-height: 1.82;
}

.opening-scripture cite {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--gold);
  font-style: normal;
}

/* ── CTA BUTTONS ── */
.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 2.4rem;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--ink-mid) 0%, var(--ink-rich) 100%);
  border: 1px solid rgba(201,168,76,0.40);
  border-radius: 0.3rem;
  padding: 0.82rem 2.2rem;
  text-decoration: none;
  transition: all 0.3s var(--ease-out-expo);
  box-shadow: 0 3px 16px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.04);
  position: relative;
  overflow: hidden;
}

.cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.12), transparent);
  transition: left 0.5s ease;
}

.cta-btn:hover {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-mid) 100%);
  border-color: var(--gold);
  color: var(--gold-pale);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,168,76,0.18), 0 4px 12px rgba(0,0,0,0.30);
}

.cta-btn:hover::before {
  left: 100%;
}

.cta-btn-outline {
  background: transparent;
  color: var(--ink-mid);
  border-color: var(--border-gold);
  box-shadow: none;
}

.cta-btn-outline:hover {
  background: rgba(201,168,76,0.06);
  border-color: var(--gold);
  color: var(--ink);
  box-shadow: 0 4px 20px rgba(201,168,76,0.10);
}

/* ══════════════════════════════════════════════
   SCRIPTURE STRIP
   ══════════════════════════════════════════════ */
.scripture-strip {
  background: rgba(7,16,31,0.96);
  padding: 2.8rem 3.2rem;
  text-align: center;
  border-radius: 0.65rem;
  border: 1px solid var(--border-gold);
  border-top: 2.5px solid var(--gold);
  box-shadow:
    0 0 0 1px rgba(201,168,76,0.06),
    0 10px 40px rgba(0,0,0,0.40);
  position: relative;
  overflow: hidden;
}

.scripture-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 0%, rgba(201,168,76,0.08) 0%, transparent 60%);
  pointer-events: none;
  opacity: 0.7;
}

.ss-ornament {
  display: block;
  font-size: 1.1rem;
  color: var(--gold);
  margin-bottom: 0.8rem;
  letter-spacing: 0.4em;
  opacity: 0.75;
  position: relative;
}

.ss-quote {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: clamp(1.08rem, 2.2vw, 1.32rem);
  color: var(--gold-pale);
  margin: 0 0 0.7rem;
  line-height: 1.78;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ss-ref {
  font-family: 'Cinzel', serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--gold);
  opacity: 0.72;
  position: relative;
}

/* ══════════════════════════════════════════════
   INSIDE THE BOOK — TILES
   ══════════════════════════════════════════════ */
.section-header {
  text-align: center;
  margin-bottom: 2.2rem;
}

.section-header h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.1rem, 2.3vw, 1.5rem);
  font-weight: 700;
  color: var(--ink-mid);
  letter-spacing: 0.09em;
  margin: 0 0 0.45rem;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

.section-tile {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 1.6rem 1.6rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(201,168,76,0.12);
  background: rgba(253,250,244,0.65);
  transition: all 0.35s var(--ease-out-expo);
  position: relative;
  overflow: hidden;
}

.section-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.00) 0%, rgba(201,168,76,0.04) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.section-tile:hover {
  border-color: rgba(201,168,76,0.50);
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(201,168,76,0.12), 0 2px 8px rgba(0,0,0,0.06);
}

.section-tile:hover::before { opacity: 1; }

.tile-icon {
  font-size: 1.5rem;
  margin-bottom: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.12);
  line-height: 1;
  transition: all 0.35s ease;
}

.section-tile:hover .tile-icon {
  background: rgba(201,168,76,0.12);
  border-color: rgba(201,168,76,0.30);
  transform: scale(1.08);
}

.tile-title {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  color: var(--ink-mid);
  margin: 0 0 0.38rem;
  text-transform: uppercase;
  position: relative;
}

.tile-desc {
  font-family: 'Crimson Text', serif;
  font-size: 0.98rem;
  color: #4a3a1e;
  line-height: 1.62;
  margin: 0;
  position: relative;
}

/* ══════════════════════════════════════════════
   AUTHOR CARD
   ══════════════════════════════════════════════ */
.author-inner {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.author-photo-wrap {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.author-photo-img {
  width: 220px;
  height: auto;
  min-height: 220px;
  border-radius: 0.65rem;
  border: 3px solid var(--gold);
  object-fit: cover;
  box-shadow:
    0 8px 32px rgba(0,0,0,0.30),
    0 0 0 6px rgba(201,168,76,0.06);
  display: block;
  transition: all 0.4s ease;
}

.author-photo-img:hover {
  box-shadow:
    0 12px 40px rgba(0,0,0,0.35),
    0 0 0 6px rgba(201,168,76,0.12),
    0 0 40px rgba(201,168,76,0.10);
  transform: scale(1.02);
}

.author-photo-placeholder {
  width: 220px;
  height: 270px;
  border-radius: 0.65rem;
  border: 1px dashed rgba(201,168,76,0.40);
  background: rgba(201,168,76,0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 0.82rem;
  text-align: center;
  gap: 0.4rem;
  padding: 0.8rem;
}

.author-photo-placeholder .ph-icon {
  font-size: 1.6rem;
  opacity: 0.24;
  font-style: normal;
}

.photo-caption {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.4;
}

.author-text { flex: 1; min-width: 220px; }

.author-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.60rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.35rem;
}

.author-name {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 700;
  color: var(--ink-mid);
  letter-spacing: 0.05em;
  margin: 0 0 0.15rem;
}

.author-role {
  font-family: 'Cinzel', serif;
  font-size: 0.70rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 1.4rem;
}

.author-bio {
  font-size: 1.06rem;
  color: var(--text-mid);
  line-height: 1.82;
  margin: 0 0 1.3rem;
}

/* drop cap on first author bio paragraph */
.author-text .author-bio:first-of-type::first-letter {
  font-family: 'Cinzel', serif;
  font-size: 3em;
  float: left;
  line-height: 0.85;
  padding-right: 0.1em;
  padding-top: 0.04em;
  color: var(--gold);
  font-weight: 700;
}

.author-fields {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border-top: 1px solid var(--border-gold);
  padding-top: 1.1rem;
}

.author-field {
  display: flex;
  gap: 0.8rem;
  align-items: baseline;
}

.af-label {
  font-family: 'Cinzel', serif;
  font-size: 0.60rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
  min-width: 85px;
  white-space: nowrap;
}

.af-value {
  font-family: 'Crimson Text', serif;
  font-size: 1rem;
  color: var(--text-mid);
}

.af-value a {
  color: var(--ink-mid);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.25);
  transition: all 0.2s ease;
}

.af-value a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* ══════════════════════════════════════════════
   COMMENTS (shared across all pages)
   ══════════════════════════════════════════════ */
.comments-section {
  max-width: 900px;
  margin: 0 auto 4rem;
  padding: 0 1.5rem;
}

.comments-card {
  background: rgba(255,255,255,0.975);
  border-radius: 0.65rem;
  border-top: 2.5px solid var(--gold);
  padding: 2.6rem 3rem;
  box-shadow: var(--shadow-card);
}

.comments-heading {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.8rem;
}

.comments-heading h3 {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.9rem, 1.7vw, 1.12rem);
  font-weight: 700;
  color: var(--ink-mid);
  letter-spacing: 0.09em;
  margin: 0;
}

.comments-heading .ch-ornament,
.ch-ornament {
  color: var(--gold);
  opacity: 0.70;
  font-size: 0.9rem;
}

.comment-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.comment-item {
  padding: 1.2rem 1.4rem;
  background: rgba(201,168,76,0.03);
  border-radius: 0.45rem;
  border: 1px solid rgba(201,168,76,0.12);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.comment-item:hover {
  border-color: rgba(201,168,76,0.25);
  background: rgba(201,168,76,0.05);
}

.comment-header {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.6rem;
}

.comment-ornament {
  color: var(--gold);
  opacity: 0.55;
  font-size: 0.7rem;
  margin-top: 0.18rem;
  flex-shrink: 0;
}

.comment-byline {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.comment-author {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  color: var(--ink-mid);
  line-height: 1.3;
}

.comment-date {
  font-family: 'Crimson Text', serif;
  font-size: 0.84rem;
  color: var(--muted);
  font-style: italic;
  line-height: 1.3;
}

.comment-body {
  font-family: 'Crimson Text', serif;
  font-size: 1.06rem;
  color: var(--text-mid);
  line-height: 1.75;
  margin: 0;
  padding-left: 1.35rem;
}

.like-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}

.like-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Cinzel', serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mid);
  background: rgba(201,168,76,0.05);
  border: 1px solid var(--border-gold);
  border-radius: 2rem;
  padding: 0.58rem 1.4rem;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}

.like-btn:hover {
  border-color: var(--gold);
  background: rgba(201,168,76,0.10);
}

.like-btn.liked {
  border-color: var(--gold);
  background: rgba(201,168,76,0.16);
}

.like-btn .heart {
  font-size: 1.05rem;
  line-height: 1;
  transition: transform 0.22s var(--ease-out-expo);
}

.like-btn.liked .heart { transform: scale(1.3); }

.like-count {
  font-family: 'Crimson Text', serif;
  font-size: 0.96rem;
  color: var(--muted);
  font-style: italic;
}

.comment-form-heading {
  font-family: 'Cinzel', serif;
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--gold);
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.comment-form input,
.comment-form textarea {
  font-family: 'Crimson Text', serif;
  font-size: 1.04rem;
  color: var(--text);
  background: rgba(201,168,76,0.03);
  border: 1px solid var(--border-gold);
  border-radius: 0.32rem;
  padding: 0.68rem 1rem;
  outline: none;
  transition: all 0.25s ease;
  resize: vertical;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: var(--muted);
  font-style: italic;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: rgba(201,168,76,0.50);
  background: rgba(201,168,76,0.04);
  box-shadow: 0 0 0 4px rgba(201,168,76,0.06);
}

.comment-form textarea { min-height: 110px; }

.comment-submit {
  align-self: flex-start;
  font-family: 'Cinzel', serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--ink-mid), var(--ink-rich));
  border: 1px solid rgba(201,168,76,0.40);
  border-radius: 0.28rem;
  padding: 0.72rem 2rem;
  cursor: pointer;
  transition: all 0.3s var(--ease-out-expo);
  box-shadow: 0 3px 14px rgba(0,0,0,0.22);
}

.comment-submit:hover {
  background: linear-gradient(135deg, var(--ink), var(--ink-mid));
  border-color: var(--gold);
  color: var(--gold-pale);
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(201,168,76,0.18);
}

/* ══════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════ */
footer {
  text-align: center;
  padding: 3.8rem 2rem;
  background: rgba(4,8,18,0.98);
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 5%, var(--gold) 25%, rgba(201,168,76,0.55) 50%, var(--gold) 75%, transparent 95%);
}

.footer-inner { max-width: 560px; margin: 0 auto; }

.footer-cross {
  display: block;
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.footer-verse {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 1rem;
  color: rgba(240,217,140,0.55);
  margin: 0 0 0.9rem;
  line-height: 1.7;
}

.footer-divider {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 0.8rem;
}

.footer-copy {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.22);
}

/* ══════════════════════════════════════════════
   HAMBURGER / MOBILE NAV
   ══════════════════════════════════════════════ */
.nav-hamburger {
  display: none;
  background: none;
  border: 1px solid var(--border-gold);
  color: var(--gold-pale);
  font-size: 1.15rem;
  cursor: pointer;
  padding: 0.25rem 0.6rem;
  border-radius: 0.25rem;
  line-height: 1.4;
  transition: all 0.2s ease;
}

.nav-hamburger:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(201,168,76,0.06);
}

/* ══════════════════════════════════════════════
   SCROLL REVEAL
   ══════════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* stagger children */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s var(--ease-out-expo), transform 0.6s var(--ease-out-expo);
}

.reveal-stagger.visible > *:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: 0.10s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: 0.15s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: 0.20s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: 0.25s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(6) { transition-delay: 0.30s; opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(7) { transition-delay: 0.35s; opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .site-nav { padding: 0 1.4rem; }
  .page-header { padding: 3.5rem 1.5rem 3rem; min-height: 300px; }
  .welcome-card, .inside-card, .author-card { padding: 2.2rem 2rem; }
  .author-inner { flex-direction: column; align-items: center; }
  .author-text { min-width: 0; width: 100%; }
  .scripture-strip { padding: 2.2rem 1.8rem; }
  .comments-card { padding: 2rem 1.8rem; }
}

@media (max-width: 1120px) {
  .nav-hamburger { display: block; }

  .nav-links {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    background: rgba(7,16,31,0.98);
    border-bottom: 1px solid var(--border-gold);
    padding: 0.5rem 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  }

  .nav-links.open {
    display: flex;
    animation: slideDown 0.3s var(--ease-out-expo) both;
  }

  .nav-links li {
    border-top: 1px solid rgba(201,168,76,0.06);
  }
  .nav-links li:first-child { border-top: none; }

  .nav-links a {
    padding: 0.82rem 1.6rem;
    display: block;
    font-size: 0.64rem;
  }

  .nav-links a.nav-long {
    max-width: none;
    text-align: left;
  }

  .nav-links a.nav-long span { display: inline; }

  .nav-links a::after { display: none; }
}

@media (max-width: 480px) {

  .page-header h1 { font-size: 1.25rem; }
  .hdr-cross { font-size: 2.8rem; }

  .welcome-card, .inside-card, .author-card { padding: 1.8rem 1.3rem; }

  .section-grid { grid-template-columns: 1fr; }

  .opening-scripture { padding: 1.3rem 1.3rem; }

  .cta-group { flex-direction: column; align-items: center; }
  .cta-btn { width: 100%; justify-content: center; }

  .scripture-strip { padding: 1.8rem 1.2rem; }

  .comments-card { padding: 1.6rem 1.2rem; }
}

/* ══════════════════════════════════════════════
   PAGE-SPECIFIC: READ PAGE
   ══════════════════════════════════════════════ */
.chapter-nav {
  display: flex;
  align-items: stretch;
  max-width: 900px;
  margin: 3rem auto 1.4rem;
  gap: 0.8rem;
  padding: 0 1.5rem;
}

.chapter-nav button {
  flex: 1;
  font-family: 'Cinzel', serif;
  font-size: clamp(0.52rem, 0.88vw, 0.65rem);
  font-weight: 600;
  letter-spacing: 0.07em;
  color: rgba(201,168,76,0.82);
  background: rgba(16,28,55,0.92);
  border: 1px solid var(--border-gold);
  padding: 0.88rem 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: all 0.25s var(--ease-out-expo);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  box-shadow: 0 0 0 1px rgba(201,168,76,0.05), 0 3px 12px rgba(0,0,0,0.25);
}

.chapter-nav button:hover:not(:disabled) {
  background: rgba(26,45,88,0.98);
  border-color: var(--gold);
  color: var(--gold-hi);
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(201,168,76,0.10), 0 6px 22px rgba(201,168,76,0.14);
}

.chapter-nav button:disabled {
  opacity: 0.15;
  cursor: not-allowed;
}

#prevBtn::before { content: '\2190 '; }
#nextBtn::after  { content: ' \2192'; }

.current-chapter {
  flex: 2.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: clamp(0.78rem, 1.4vw, 1rem);
  font-weight: 700;
  color: rgba(253,249,241,0.85);
  letter-spacing: 0.07em;
  padding: 0.88rem 1rem;
  line-height: 1.4;
  background: rgba(16,28,55,0.92);
  border-radius: 0.4rem;
  border: 1px solid var(--border-gold);
  box-shadow: 0 0 0 1px rgba(201,168,76,0.05), 0 3px 12px rgba(0,0,0,0.25);
}

.content {
  background: rgba(255,255,255,0.975);
  border-radius: 0.65rem;
  padding: 2.2rem;
  box-shadow: var(--shadow-card);
  border-top: 2.5px solid var(--gold);
  color: var(--warm);
}

.content iframe {
  width: 100%;
  height: 1400px;
  border-radius: 0.35rem;
  border: none;
  box-shadow: 0 2px 18px rgba(0,0,0,0.12);
  display: block;
}

.loading-msg {
  text-align: center;
  padding: 5rem 1rem;
  font-size: 1.1rem;
  color: var(--muted);
  font-style: italic;
}

.error-msg {
  text-align: center;
  padding: 5rem 1rem;
  font-size: 1rem;
  color: #9b2020;
}

/* ══════════════════════════════════════════════
   PAGE-SPECIFIC: CONTENTS PAGE
   ══════════════════════════════════════════════ */
.quick-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.quick-nav li a {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.54rem, 1vw, 0.66rem);
  font-weight: 600;
  letter-spacing: 0.10em;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  padding: 0.38rem 0.9rem;
  border: 1px solid var(--border-gold);
  border-radius: 2rem;
  background: rgba(255,255,255,0.05);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.quick-nav li a:hover {
  color: var(--gold-pale);
  background: rgba(201,168,76,0.12);
  border-color: rgba(201,168,76,0.50);
  box-shadow: 0 0 20px rgba(201,168,76,0.15);
  transform: translateY(-1px);
}

.content-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
  text-align: center;
}

.content-heading h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.5rem, 2.9vw, 2.1rem);
  font-weight: 700;
  color: var(--ink-mid);
  margin: 0;
  letter-spacing: 0.13em;
}

.ornament {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.5em;
  opacity: 0.72;
}

.divider {
  width: 88%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 20%, rgba(201,168,76,0.42) 50%, var(--gold) 80%, transparent);
  margin-top: 0.25rem;
}

.search-wrap { position: relative; margin-bottom: 1.6rem; }

.search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 0.82rem;
  pointer-events: none;
  opacity: 0.55;
}

#chapterSearch {
  width: 100%;
  font-family: 'Crimson Text', serif;
  font-size: 1.06rem;
  color: var(--text);
  background: rgba(201,168,76,0.03);
  border: 1px solid var(--border-gold);
  border-radius: 0.35rem;
  padding: 0.72rem 1rem 0.72rem 2.5rem;
  outline: none;
  transition: all 0.25s ease;
}

#chapterSearch::placeholder {
  color: var(--muted);
  font-style: italic;
}

#chapterSearch:focus {
  border-color: rgba(201,168,76,0.50);
  background: rgba(201,168,76,0.04);
  box-shadow: 0 0 0 4px rgba(201,168,76,0.06);
}

.chapter-count {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  color: var(--muted);
  text-align: right;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.chapter-count strong {
  color: var(--gold);
  font-weight: 700;
}

ul#chapterList {
  list-style: none;
  padding: 0;
  margin: 0;
}

#chapterList a {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.72rem 1rem 0.72rem 1.1rem;
  margin: 0.2rem 0;
  border-radius: 0.32rem;
  text-decoration: none;
  color: var(--ink-rich);
  font-family: 'Crimson Text', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  border: 1px solid transparent;
  border-left: 2px solid transparent;
  transition: all 0.25s var(--ease-out-expo);
}

#chapterList a .ch-num {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(201,168,76,0.40);
  min-width: 1.9rem;
  text-align: right;
  flex-shrink: 0;
  transition: color 0.25s;
}

#chapterList a .ch-cross {
  color: rgba(201,168,76,0.28);
  font-size: 0.62rem;
  flex-shrink: 0;
  transition: all 0.25s;
}

#chapterList a .ch-title { flex: 1; }

#chapterList a:hover {
  background: linear-gradient(90deg, rgba(201,168,76,0.06), rgba(253,250,244,0.55));
  border-color: rgba(201,168,76,0.18);
  border-left-color: var(--gold);
  color: var(--ink-mid);
  transform: translateX(5px);
}

#chapterList a:hover .ch-num { color: var(--gold); }

#chapterList a:hover .ch-cross {
  color: var(--gold);
  transform: scale(1.2) rotate(8deg);
}

.no-results {
  text-align: center;
  padding: 2.5rem 1rem;
  font-style: italic;
  color: var(--muted);
  font-size: 1rem;
}

/* ══════════════════════════════════════════════
   PAGE-SPECIFIC: AUDIOS PAGE
   ══════════════════════════════════════════════ */
.hdr-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.55;
}

.intro-card {
  padding: 2.8rem 3.2rem;
  text-align: center;
  position: relative;
}

.intro-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.55rem;
}

.intro-card h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.15rem, 2.5vw, 1.65rem);
  font-weight: 700;
  color: var(--ink-mid);
  letter-spacing: 0.07em;
  margin: 0 0 0.45rem;
  line-height: 1.25;
}

.intro-card .intro-text {
  text-align: left;
}

.warning-strip {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  background: rgba(155,28,28,0.05);
  border: 1px solid rgba(155,28,28,0.18);
  border-left: 3px solid rgba(155,28,28,0.45);
  border-radius: 0 0.35rem 0.35rem 0;
  padding: 1.1rem 1.3rem;
  margin-top: 1.6rem;
  text-align: left;
}

.warning-icon { font-size: 1.1rem; flex-shrink: 0; line-height: 1.6; }

.warning-text {
  font-family: 'Crimson Text', serif;
  font-size: 1rem;
  color: #6b1a1a;
  line-height: 1.68;
  margin: 0;
}

.audio-card { overflow: hidden; }

.audio-card-header {
  padding: 2rem 2.6rem 1.6rem;
  border-bottom: 1px solid var(--border-gold);
}

.audio-label {
  font-family: 'Cinzel', serif;
  font-size: 0.60rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.35rem;
}

.audio-card-header h3 {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.98rem, 2.1vw, 1.32rem);
  font-weight: 700;
  color: var(--ink-mid);
  letter-spacing: 0.06em;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.audio-desc {
  font-family: 'Crimson Text', serif;
  font-size: 1.08rem;
  color: var(--text-mid);
  line-height: 1.82;
  margin: 0;
}

.audio-desc + .audio-desc { margin-top: 1.1rem; }

.audio-embed {
  background: rgba(7,16,31,0.04);
  padding: 1.5rem 2.6rem 1.7rem;
  border-top: 1px solid rgba(201,168,76,0.10);
}

.audio-embed-label {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.8rem;
}

.audio-embed iframe {
  width: 100%;
  height: 80px;
  border: none;
  border-radius: 0.35rem;
  box-shadow: 0 2px 14px rgba(0,0,0,0.10);
}

.transcript-card { overflow: hidden; }

.transcript-header {
  padding: 2rem 2.6rem 1.6rem;
  border-bottom: 1px solid var(--border-gold);
}

.transcript-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.60rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.35rem;
}

.transcript-header h3 {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.98rem, 2.1vw, 1.32rem);
  font-weight: 700;
  color: var(--ink-mid);
  letter-spacing: 0.06em;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.transcript-intro {
  font-family: 'Crimson Text', serif;
  font-size: 1.08rem;
  color: var(--text-mid);
  line-height: 1.82;
  margin: 0;
}

.transcript-body { padding: 0 2.6rem 2.6rem; }

.transcript-scroll {
  margin-top: 1.5rem;
  max-height: 560px;
  overflow-y: auto;
  border: 1px solid var(--border-gold);
  border-radius: 0.35rem;
  background: rgba(253,250,244,0.60);
  padding: 1.8rem 2.2rem;
  scroll-behavior: smooth;
}

.transcript-scroll::-webkit-scrollbar { width: 6px; }
.transcript-scroll::-webkit-scrollbar-track { background: rgba(201,168,76,0.04); }
.transcript-scroll::-webkit-scrollbar-thumb { background: rgba(201,168,76,0.28); border-radius: 3px; }

.transcript-witness {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-mid);
  background: rgba(201,168,76,0.06);
  border: 1px solid var(--border-gold);
  border-left: 3px solid var(--gold);
  padding: 0.65rem 1.1rem;
  border-radius: 0 0.28rem 0.28rem 0;
  margin: 1.5rem 0 1.1rem;
}

.transcript-oath {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 1.02rem;
  color: var(--muted);
  border-bottom: 1px solid var(--border-gold);
  padding-bottom: 1.1rem;
  margin-bottom: 1.3rem;
  line-height: 1.72;
}

.transcript-exchange { margin-bottom: 1.1rem; }

.transcript-q {
  font-family: 'Cinzel', serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: var(--ink-rich);
  text-transform: uppercase;
  margin: 0 0 0.2rem;
}

.transcript-a {
  font-family: 'Crimson Text', serif;
  font-size: 1.08rem;
  color: var(--text-mid);
  line-height: 1.78;
  margin: 0 0 0 0.5rem;
  border-left: 2px solid rgba(201,168,76,0.22);
  padding-left: 0.9rem;
}

.expand-btn {
  display: block;
  width: 100%;
  font-family: 'Cinzel', serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  background: none;
  border: none;
  border-top: 1px solid var(--border-gold);
  padding: 1rem 2.6rem;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease, color 0.2s ease;
}

.expand-btn:hover {
  background: rgba(201,168,76,0.04);
  color: var(--gold-hi);
}

.expand-btn::after { content: ' \25BE'; }
.expand-btn.open::after { content: ' \25B4'; }

/* audios page comments card variant */
.comments-card .comments-inner { padding: 2rem 2.6rem 2.4rem; }

/* ══════════════════════════════════════════════
   RESPONSIVE — PAGE-SPECIFIC
   ══════════════════════════════════════════════ */

/* Read page */
@media (max-width: 700px) {
  .chapter-nav { flex-direction: column; }
  .chapter-nav button { flex: none; width: 100%; }
  .current-chapter { flex: none; width: 100%; order: -1; }
  .content { padding: 1.4rem; }
  .content iframe { height: 980px; }
}

@media (max-width: 460px) {
  .content { padding: 1rem; border-radius: 0.35rem; }
  .content iframe { height: 820px; }
}

/* Contents page */
@media (max-width: 480px) {
  .quick-nav li a { font-size: 0.58rem; padding: 0.32rem 0.65rem; }
  #chapterList a { font-size: 0.99rem; }
  #chapterList a .ch-num { min-width: 1.6rem; }
}

/* Audios page */
@media (max-width: 768px) {
  .intro-card { padding: 2.2rem 2rem; }
  .audio-card-header, .transcript-header { padding: 1.5rem 1.7rem 1.3rem; }
  .audio-embed { padding: 1.2rem 1.7rem 1.4rem; }
  .transcript-body { padding: 0 1.7rem 2rem; }
  .expand-btn { padding: 1rem 1.7rem; }
  .transcript-scroll { padding: 1.3rem 1.3rem; }
  .comments-card .comments-inner { padding: 1.5rem 1.7rem 1.8rem; }
}

@media (max-width: 480px) {
  .intro-card { padding: 1.8rem 1.3rem; }
  .audio-card-header, .transcript-header { padding: 1.3rem 1.2rem 1.1rem; }
  .audio-embed { padding: 1rem 1.2rem 1.2rem; }
  .transcript-body { padding: 0 1.2rem 1.5rem; }
  .expand-btn { padding: 1rem 1.2rem; }
  .comments-card .comments-inner { padding: 1.3rem 1.2rem 1.6rem; }
}

/* ══════════════════════════════════════════════
   MUSIC PLAYER BAR
   ══════════════════════════════════════════════ */
.music-player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: rgba(7,16,31,0.97);
  border-top: 1px solid rgba(201,168,76,0.25);
  box-shadow: 0 -4px 32px rgba(0,0,0,0.45);
  padding: 0;
  transition: transform 0.4s var(--ease-out-expo), opacity 0.4s ease;
}

.music-player::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, var(--gold) 30%, rgba(201,168,76,0.55) 50%, var(--gold) 70%, transparent 95%);
  opacity: 0.4;
}

.player-progress-wrap {
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(201,168,76,0.10);
  cursor: pointer;
  z-index: 2;
}

.player-progress-wrap:hover { height: 5px; top: -5px; }

.player-progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--gold-hi));
  border-radius: 0 2px 2px 0;
  transition: width 0.3s linear;
  position: relative;
}

.player-progress::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(201,168,76,0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.player-progress-wrap:hover .player-progress::after {
  opacity: 1;
}

.player-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 1.6rem;
  max-width: 900px;
  margin: 0 auto;
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.player-btn {
  background: none;
  border: none;
  color: var(--gold-pale);
  cursor: pointer;
  padding: 0.3rem;
  border-radius: 50%;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  line-height: 1;
  width: 32px;
  height: 32px;
}

.player-btn:hover {
  color: var(--gold);
  background: rgba(201,168,76,0.10);
}

.player-btn-play {
  width: 38px;
  height: 38px;
  font-size: 1.1rem;
  border: 1.5px solid rgba(201,168,76,0.35);
  background: rgba(201,168,76,0.06);
}

.player-btn-play:hover {
  border-color: var(--gold);
  background: rgba(201,168,76,0.14);
  box-shadow: 0 0 16px rgba(201,168,76,0.15);
}

.player-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.player-title {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  color: var(--gold-pale);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.player-artist {
  font-family: 'Crimson Text', serif;
  font-size: 0.78rem;
  font-style: italic;
  color: rgba(240,217,140,0.50);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.player-time {
  font-family: 'Cinzel', serif;
  font-size: 0.52rem;
  letter-spacing: 0.06em;
  color: rgba(201,168,76,0.50);
  white-space: nowrap;
  flex-shrink: 0;
}

.player-unmute-msg {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-pale);
  cursor: pointer;
  flex: 1;
  text-align: center;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}

.player-unmute-msg:hover { color: var(--gold); }

.player-unmute-msg .play-icon {
  margin-right: 0.5rem;
}

/* pad the page so the fixed player doesn't overlap content */
body.has-player { padding-bottom: 64px; }

@media (max-width: 480px) {
  .player-inner { padding: 0.5rem 1rem; gap: 0.6rem; }
  .player-btn { width: 28px; height: 28px; font-size: 0.8rem; }
  .player-btn-play { width: 34px; height: 34px; font-size: 1rem; }
  .player-title { font-size: 0.56rem; }
  .player-artist { font-size: 0.72rem; }
  .player-time { font-size: 0.48rem; }
}

/* ══════════════════════════════════════════════════════════════
   HOME PAGE — HEAVENLY FULL-WIDTH REDESIGN
   ══════════════════════════════════════════════════════════════ */

/* ── Additional Keyframes ── */
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50%      { transform: translateY(10px); opacity: 1; }
}

@keyframes lightBeam {
  0%, 100% { opacity: 0.04; }
  50%      { opacity: 0.10; }
}

@keyframes diamondPulse {
  0%, 100% { transform: rotate(45deg) scale(1); opacity: 0.45; }
  50%      { transform: rotate(45deg) scale(1.2); opacity: 0.8; }
}

@keyframes raysRotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ── Home Main Override ── */
.home-main {
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
}

/* ══════════════════════════════════════════════
   HOME HERO — Full Viewport
   ══════════════════════════════════════════════ */
.home-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-top: -64px;
  padding-top: 64px;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.home-hero .hdr-dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7,16,31,0.72) 0%,
    rgba(7,16,31,0.32) 28%,
    rgba(7,16,31,0.42) 58%,
    rgba(7,16,31,0.92) 100%
  );
  z-index: 1;
}

.home-hero::before {
  content: '';
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 75%;
  background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.13) 0%, transparent 65%);
  z-index: 2;
  pointer-events: none;
  opacity: 0.6;
}

.home-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 4;
  background: linear-gradient(90deg, transparent 5%, var(--gold) 25%, rgba(201,168,76,0.55) 50%, var(--gold) 75%, transparent 95%);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 920px;
  padding: 0 2rem;
}

.hero-content::before,
.hero-content::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--gold-pale);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
.hero-content::before {
  top: 18%;
  left: 8%;
  animation: floatDust 9s ease-in-out 1s infinite;
}
.hero-content::after {
  top: 62%;
  right: 12%;
  animation: floatDust 11s ease-in-out 4s infinite;
}

.hero-cross {
  display: block;
  font-size: clamp(4.5rem, 9vw, 6.5rem);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 1.6rem;
  text-shadow: 0 0 60px rgba(201,168,76,0.30), 0 0 120px rgba(201,168,76,0.08);
}

.hero-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.6rem, 1.2vw, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.8;
  margin: 0 0 1.2rem;
}

.home-hero h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.2rem, 6.2vw, 4.8rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 0 1.5rem;
  line-height: 1.1;
  text-shadow: 0 3px 60px rgba(0,0,0,0.5), 0 0 140px rgba(201,168,76,0.10);
}

.hero-rule {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 0 1.6rem;
  border-radius: 2px;
  position: relative;
}

.hero-rule::before,
.hero-rule::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
.hero-rule::before { left: -12px; }
.hero-rule::after  { right: -12px; }

.hero-verse {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: clamp(1.02rem, 2.3vw, 1.42rem);
  color: rgba(240,217,140,0.72);
  margin: 0 0 4.5rem;
  letter-spacing: 0.03em;
  max-width: 620px;
}

/* ── Scroll Indicator ── */
.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  animation: scrollBounce 2.5s ease-in-out infinite;
}

.scroll-indicator span {
  font-family: 'Cinzel', serif;
  font-size: 0.46rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.42);
}

.scroll-arrow {
  width: 1px;
  height: 34px;
  background: linear-gradient(to bottom, rgba(201,168,76,0.4), transparent);
  position: relative;
}

.scroll-arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(201,168,76,0.4);
  border-bottom: 1px solid rgba(201,168,76,0.4);
}

/* ══════════════════════════════════════════════
   SECTION DIVIDERS
   ══════════════════════════════════════════════ */
.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  position: relative;
  height: 0;
  overflow: visible;
  z-index: 5;
}

.section-divider::before,
.section-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  max-width: 320px;
}

.section-divider::before {
  background: linear-gradient(90deg, transparent, var(--gold));
}

.section-divider::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.div-diamond {
  width: 8px;
  height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
  margin: 0 1.2rem;
  animation: diamondPulse 5s ease-in-out infinite;
}

/* ══════════════════════════════════════════════
   HOME SECTIONS — Full Width
   ══════════════════════════════════════════════ */
.home-section {
  position: relative;
  padding: 7rem 2rem;
  overflow: hidden;
}

.home-section--dark {
  background:
    radial-gradient(ellipse 70% 50% at 20% 80%, rgba(30,20,60,0.25) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(15,35,70,0.30) 0%, transparent 50%),
    linear-gradient(175deg, #07101f 0%, #0d1d38 35%, #122850 55%, #0a1628 80%, #07101f 100%);
}

.home-section--accent {
  background:
    radial-gradient(ellipse 60% 45% at 75% 70%, rgba(40,25,65,0.20) 0%, transparent 50%),
    radial-gradient(ellipse 55% 50% at 25% 30%, rgba(20,40,80,0.25) 0%, transparent 50%),
    linear-gradient(185deg, #0b1526 0%, #10213e 30%, #162c55 50%, #0e1c35 75%, #0b1526 100%);
}

.home-section--deep {
  background:
    radial-gradient(ellipse 65% 45% at 50% 60%, rgba(25,15,55,0.22) 0%, transparent 50%),
    radial-gradient(ellipse 45% 40% at 70% 15%, rgba(15,30,65,0.28) 0%, transparent 50%),
    linear-gradient(170deg, #040a14 0%, #091828 30%, #0f2245 50%, #081420 75%, #040a14 100%);
}

.home-section::before {
  content: '';
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 55%;
  background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.055) 0%, transparent 65%);
  pointer-events: none;
}

.home-section--accent::after,
.home-section--deep::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--gold-pale);
  top: 30%;
  right: 10%;
  opacity: 0;
  pointer-events: none;
  animation: floatDust 13s ease-in-out 3s infinite;
}

/* ── Home Containers ── */
.home-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.home-container--narrow {
  max-width: 820px;
}

/* ── Home Section Header ── */
.home-section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.home-section-header .section-eyebrow {
  color: var(--gold);
  margin-bottom: 0.9rem;
}

.home-section-header h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.6rem, 3.8vw, 2.8rem);
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 0.06em;
  margin: 0 0 1rem;
  line-height: 1.18;
  text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}

.home-rule {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
}

.home-rule::before,
.home-rule::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
.home-rule::before { left: -8px; }
.home-rule::after  { right: -8px; }

/* ══════════════════════════════════════════════
   GLASS PANEL
   ══════════════════════════════════════════════ */
.glass-panel {
  background: rgba(12,22,42,0.85);
  border: 1px solid rgba(201,168,76,0.10);
  border-radius: 0.75rem;
  padding: 3rem 3.5rem;
  position: relative;
  overflow: hidden;
}

.glass-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0.75rem;
  background: radial-gradient(ellipse 65% 45% at 50% 0%, rgba(201,168,76,0.045) 0%, transparent 70%);
  pointer-events: none;
}

.glass-panel--centered { text-align: center; }

/* ══════════════════════════════════════════════
   HOME TEXT STYLES
   ══════════════════════════════════════════════ */
.home-text {
  font-family: 'Crimson Text', serif;
  font-size: clamp(1.06rem, 1.8vw, 1.22rem);
  color: rgba(253,249,241,0.78);
  line-height: 1.92;
  margin: 0 0 1.6rem;
}

.home-text:last-of-type { margin-bottom: 1rem; }

.home-text--lead::first-letter {
  font-family: 'Cinzel', serif;
  font-size: 3.2em;
  float: left;
  line-height: 0.85;
  padding-right: 0.04em;
  padding-top: 0.05em;
  color: var(--gold);
  font-weight: 700;
}

/* ── Scripture in home sections ── */
.home-section .opening-scripture {
  background: rgba(201,168,76,0.035);
  border: 1px solid rgba(201,168,76,0.14);
  border-left: 3px solid var(--gold);
  max-width: 640px;
}

.home-section .opening-scripture blockquote {
  color: rgba(240,217,140,0.88);
}

.home-section .opening-scripture cite {
  color: var(--gold);
}

.home-section .opening-scripture::before {
  color: rgba(201,168,76,0.12);
}

/* ── CTA in home sections ── */
.home-section .cta-group {
  margin-top: 2.8rem;
}

.home-section .cta-btn {
  background: linear-gradient(135deg, rgba(201,168,76,0.14) 0%, rgba(201,168,76,0.06) 100%);
  border-color: rgba(201,168,76,0.45);
  color: var(--gold-pale);
}

.home-section .cta-btn:hover {
  background: linear-gradient(135deg, rgba(201,168,76,0.26) 0%, rgba(201,168,76,0.12) 100%);
  border-color: var(--gold);
  color: #fff;
  box-shadow: 0 8px 36px rgba(201,168,76,0.22), 0 0 70px rgba(201,168,76,0.06);
}

.home-section .cta-btn-outline {
  background: transparent;
  border-color: rgba(201,168,76,0.22);
  color: rgba(240,217,140,0.65);
}

.home-section .cta-btn-outline:hover {
  background: rgba(201,168,76,0.07);
  border-color: var(--gold);
  color: var(--gold-pale);
  box-shadow: 0 4px 24px rgba(201,168,76,0.12);
}

/* ══════════════════════════════════════════════
   HOME AUTHOR LAYOUT
   ══════════════════════════════════════════════ */
.home-author {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

.home-author-photo {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: sticky;
  top: 80px;
}

.home-author-photo img {
  width: 260px;
  height: auto;
  min-height: 260px;
  border-radius: 0.65rem;
  border: 3px solid var(--gold);
  object-fit: cover;
  box-shadow:
    0 10px 50px rgba(0,0,0,0.50),
    0 0 0 8px rgba(201,168,76,0.05),
    0 0 80px rgba(201,168,76,0.08);
  transition: all 0.5s ease;
}

.home-author-photo img:hover {
  box-shadow:
    0 14px 56px rgba(0,0,0,0.55),
    0 0 0 8px rgba(201,168,76,0.12),
    0 0 100px rgba(201,168,76,0.14);
  transform: scale(1.02);
}

.home-author-caption {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 0.88rem;
  color: rgba(240,217,140,0.45);
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.home-author-text {
  flex: 1;
  min-width: 280px;
}

.home-author-label {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.4rem;
}

.home-author-name {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.3rem, 2.8vw, 1.9rem);
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 0.05em;
  margin: 0 0 0.2rem;
}

.home-author-role {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(201,168,76,0.55);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 2rem;
}

.home-bio {
  font-family: 'Crimson Text', serif;
  font-size: 1.08rem;
  color: rgba(253,249,241,0.75);
  line-height: 1.88;
  margin: 0 0 1.4rem;
}

.home-author-text .home-bio:first-of-type::first-letter {
  font-family: 'Cinzel', serif;
  font-size: 3em;
  float: left;
  line-height: 0.85;
  padding-right: 0.10em;
  padding-top: 0.04em;
  color: var(--gold);
  font-weight: 700;
}

.home-author-fields {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  border-top: 1px solid rgba(201,168,76,0.14);
  padding-top: 1.3rem;
  margin-top: 0.5rem;
}

.home-author-field {
  display: flex;
  gap: 0.8rem;
  align-items: baseline;
}

.home-af-label {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(201,168,76,0.50);
  text-transform: uppercase;
  min-width: 90px;
  white-space: nowrap;
}

.home-af-value {
  font-family: 'Crimson Text', serif;
  font-size: 1.02rem;
  color: rgba(253,249,241,0.68);
}

.home-af-value a {
  color: var(--gold-pale);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.22);
  transition: all 0.2s ease;
}

.home-af-value a:hover {
  color: #fff;
  border-bottom-color: var(--gold);
}

/* ══════════════════════════════════════════════
   HOME TILES — Glass Style
   ══════════════════════════════════════════════ */
.home-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}

.home-tile {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 2.2rem 2rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(201,168,76,0.08);
  background: rgba(12,22,42,0.6);
  transition: all 0.4s var(--ease-out-expo);
  position: relative;
  overflow: hidden;
}

.home-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.00) 0%, rgba(201,168,76,0.04) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 0.65rem;
}

.home-tile:hover {
  border-color: rgba(201,168,76,0.38);
  background: rgba(201,168,76,0.05);
  transform: translateY(-6px);
  box-shadow:
    0 14px 48px rgba(201,168,76,0.10),
    0 0 0 1px rgba(201,168,76,0.06),
    0 0 70px rgba(201,168,76,0.04);
}

.home-tile:hover::before { opacity: 1; }

.home-tile-icon {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: rgba(201,168,76,0.05);
  border: 1px solid rgba(201,168,76,0.10);
  line-height: 1;
  transition: all 0.4s ease;
  position: relative;
}

.home-tile:hover .home-tile-icon {
  background: rgba(201,168,76,0.10);
  border-color: rgba(201,168,76,0.30);
  transform: scale(1.1);
  box-shadow: 0 0 24px rgba(201,168,76,0.12);
}

.home-tile-title {
  font-family: 'Cinzel', serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  color: var(--gold-pale);
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  position: relative;
}

.home-tile-desc {
  font-family: 'Crimson Text', serif;
  font-size: 1rem;
  color: rgba(253,249,241,0.50);
  line-height: 1.68;
  margin: 0;
  position: relative;
}

.home-tile:hover .home-tile-desc {
  color: rgba(253,249,241,0.72);
}

/* ══════════════════════════════════════════════
   HOME PAGE — RESPONSIVE
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .home-section { padding: 5rem 1.5rem; }
  .home-section-header { margin-bottom: 2.8rem; }
  .home-author {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .home-author-photo {
    flex: none;
    position: static;
  }
  .home-author-photo img { width: 220px; min-height: 220px; }
  .home-author-text { min-width: 0; width: 100%; }
  .glass-panel { padding: 2.4rem 2rem; }
}

@media (max-width: 480px) {
  .home-hero h1 { font-size: 1.7rem; }
  .hero-cross { font-size: 3.5rem; }
  .hero-eyebrow { letter-spacing: 0.3em; }
  .hero-verse { margin-bottom: 2.5rem; font-size: 0.95rem; }
  .home-section { padding: 3.5rem 1.2rem; }
  .home-section-header h2 { font-size: 1.3rem; }
  .home-author-photo img { width: 180px; min-height: 180px; }
  .glass-panel { padding: 1.8rem 1.4rem; }
  .home-tiles { grid-template-columns: 1fr; }
  .home-tile { padding: 1.7rem 1.5rem; }
  .home-bio { font-size: 1rem; }
  .home-text { font-size: 1rem; }
}

/* ══════════════════════════════════════════════════════════════
   BOOK OPENING INTRO ANIMATION
   ══════════════════════════════════════════════════════════════ */
@keyframes bookFloat {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 0 40px rgba(201,168,76,0.08), 0 20px 50px rgba(0,0,0,0.45);
  }
  50% {
    transform: translateY(-10px);
    box-shadow: 0 0 60px rgba(201,168,76,0.15), 0 30px 60px rgba(0,0,0,0.40);
  }
}

@keyframes bookCoverShine {
  0%   { left: -100%; }
  100% { left: 200%; }
}

.book-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #020408;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  opacity: 1;
  transition: opacity 0.7s ease;
  cursor: pointer;
  overflow: hidden;
}

.book-overlay-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* starfield — single static layer, no animation */
.book-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.2px 1.2px at 8% 12%, rgba(255,255,255,0.40), transparent),
    radial-gradient(1px 1px at 23% 82%, rgba(201,168,76,0.40), transparent),
    radial-gradient(1px 1px at 32% 25%, rgba(255,255,255,0.30), transparent),
    radial-gradient(1px 1px at 52% 9%, rgba(201,168,76,0.35), transparent),
    radial-gradient(1px 1px at 67% 78%, rgba(255,255,255,0.30), transparent),
    radial-gradient(1px 1px at 83% 55%, rgba(255,255,255,0.25), transparent),
    radial-gradient(1px 1px at 91% 88%, rgba(255,255,255,0.35), transparent),
    radial-gradient(1px 1px at 18% 15%, rgba(201,168,76,0.30), transparent),
    radial-gradient(1px 1px at 55% 35%, rgba(255,255,255,0.25), transparent),
    radial-gradient(1px 1px at 72% 5%, rgba(255,255,255,0.30), transparent),
    radial-gradient(1px 1px at 38% 90%, rgba(255,255,255,0.30), transparent),
    radial-gradient(1px 1px at 45% 52%, rgba(255,255,255,0.25), transparent);
  pointer-events: none;
  opacity: 0.8;
  z-index: 1;
}

.book-overlay.book-fade-out {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* ── Click to Read ── */
@keyframes enterPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); text-shadow: 0 0 20px rgba(201,168,76,0.3); }
  50%      { opacity: 1; transform: scale(1.08); text-shadow: 0 0 40px rgba(201,168,76,0.7); }
}

.book-click-enter {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
  animation: enterPulse 2s ease-in-out infinite, fadeUp 0.8s ease-out 0.5s both;
  position: relative;
  z-index: 2;
}

.book-opening .book-click-enter {
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* ── Golden Sparks ── */
@keyframes sparkBurst {
  0%   { transform: translate(0, 0) scale(1); opacity: 1; }
  100% { transform: translate(var(--sx), var(--sy)) scale(0); opacity: 0; }
}

.book-spark {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd97a, var(--gold));
  box-shadow: 0 0 6px 2px rgba(201,168,76,0.6);
  pointer-events: none;
  z-index: 100;
  animation: sparkBurst 1s ease-out forwards;
}

/* ── Book Scene ── */
.book-scene {
  perspective: 1200px;
  animation: fadeUp 0.7s ease-out 0.1s both;
  position: relative;
  z-index: 2;
}

/* ── Light Rays — simplified static glow ── */
.book-rays {
  display: none;
}

/* ── Radial Glow — lightweight static ── */
.book-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 900px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(201,168,76,0.30) 0%,
    rgba(201,168,76,0.18) 20%,
    rgba(201,168,76,0.08) 40%,
    transparent 65%
  );
  pointer-events: none;
}


/* ── The Book ── */
.book {
  width: 380px;
  height: 540px;
  position: relative;
  transform-style: preserve-3d;
  animation: bookFloat 4s ease-in-out infinite;
}


/* ── Back Cover ── */
.book-cover--back {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #080c14 0%, #0e1628 45%, #0a101e 100%);
  border: 2px solid rgba(201,168,76,0.22);
  border-radius: 2px 8px 8px 2px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.55);
}

.book-cover--back::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  bottom: 5%;
  width: 18px;
  background: linear-gradient(90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.05) 60%, transparent 100%);
  border-radius: 2px 0 0 2px;
}

/* ── Pages ── */
.book-page {
  position: absolute;
  background: linear-gradient(to right, #ede8dd, #fdfaf4);
  border-radius: 1px 6px 6px 1px;
  transform-origin: left center;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.4, 0.02, 0.15, 1);
  backface-visibility: hidden;
}

.book-page--4 { inset: 8px; right: 6px; box-shadow: inset 4px 0 12px rgba(0,0,0,0.06); }
.book-page--3 { inset: 6px; right: 4px; box-shadow: inset 4px 0 12px rgba(0,0,0,0.07); }
.book-page--2 { inset: 4px; right: 3px; box-shadow: inset 4px 0 14px rgba(0,0,0,0.08); }
.book-page--1 { inset: 3px; right: 2px; box-shadow: inset 4px 0 16px rgba(0,0,0,0.09); }

.book-page--1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-page-text {
  text-align: center;
  padding: 2.5rem;
}

.book-page-text .book-cross {
  font-size: 2.2rem;
  color: var(--gold);
  display: block;
  margin-bottom: 1.2rem;
}

.book-page-text .book-title {
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink-mid);
  letter-spacing: 0.07em;
  line-height: 1.35;
  margin: 0 0 0.6rem;
}

.book-page-text .book-author {
  font-family: 'Crimson Text', serif;
  font-size: 0.82rem;
  font-style: italic;
  color: var(--muted);
  margin: 0;
}

/* ── Front Cover ── */
.book-cover--front {
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, #0a1020 0%, #131e38 25%, #1a2848 45%, #131e38 65%, #0e1628 80%, #0a1020 100%);
  border: 2px solid rgba(201,168,76,0.35);
  border-radius: 2px 8px 8px 2px;
  transform-origin: left center;
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.4, 0.02, 0.15, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  z-index: 10;
  overflow: hidden;
}

.book-cover--front::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 2px 5px 5px 2px;
  pointer-events: none;
}

.book-cover--front::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 25%,
    rgba(201,168,76,0.08) 40%,
    rgba(255,255,255,0.14) 50%,
    rgba(201,168,76,0.08) 60%,
    transparent 75%
  );
  animation: bookGleam 6s ease-in-out 2s infinite;
  pointer-events: none;
}

@keyframes bookGleam {
  0%, 70%  { left: -100%; opacity: 0; }
  75%      { opacity: 1; }
  100%     { left: 200%; opacity: 0; }
}

.book-cover-content {
  text-align: center;
  padding: 1.8rem 2rem;
  position: relative;
  z-index: 1;
}

.book-cover-cross {
  font-size: 2.6rem;
  color: var(--gold);
  display: block;
  margin-bottom: 0.8rem;
  text-shadow: 0 0 30px rgba(201,168,76,0.35);
}

.book-cover-title {
  font-family: 'Cinzel', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gold-pale);
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin: 0 0 0.8rem;
  text-shadow: 0 1px 12px rgba(0,0,0,0.5);
}

.book-cover-rule {
  width: 55px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 0.8rem;
  position: relative;
}

.book-cover-photo {
  width: 55%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 0.25rem;
  border: 1px solid rgba(201,168,76,0.25);
  margin-bottom: 0.8rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}

.book-cover-rule::before,
.book-cover-rule::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 3px;
  height: 3px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
.book-cover-rule::before { left: -6px; }
.book-cover-rule::after  { right: -6px; }

.book-cover-author {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: rgba(240,217,140,0.65);
  margin: 0;
  letter-spacing: 0.06em;
}

/* ── Spine Shadow ── */
.book-cover--front .book-spine-shadow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: linear-gradient(90deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.08) 60%, transparent 100%);
}

/* ── Opening Animation ── */
.book-opening .book-cover--front {
  transform: rotateY(-165deg);
  box-shadow: 0 2px 40px rgba(201,168,76,0.10), 0 12px 30px rgba(0,0,0,0.4);
}

.book-opening .book-page--1 {
  transform: rotateY(-145deg);
  transition-delay: 0.15s;
}

.book-opening .book-page--2 {
  transform: rotateY(-128deg);
  transition-delay: 0.28s;
}

.book-opening .book-page--3 {
  transform: rotateY(-112deg);
  transition-delay: 0.38s;
}

.book-opening .book-page--4 {
  transform: rotateY(-100deg);
  transition-delay: 0.46s;
}

/* ── Book Responsive ── */
@media (max-width: 768px) {
  .book {
    width: 300px;
    height: 420px;
  }
  .book-overlay { gap: 1.8rem; }
}

@media (max-width: 480px) {
  .book {
    width: 240px;
    height: 340px;
  }
  .book-overlay { gap: 1.4rem; }
  .book-cover-title { font-size: 1rem; }
  .book-cover-cross { font-size: 2.6rem; }
  .book-cover-content { padding: 2rem; }
  .book-page-text { padding: 1.8rem; }
  .book-page-text .book-title { font-size: 0.82rem; }
  .book-page-text .book-cross { font-size: 1.8rem; }
  .book-click-enter { font-size: 1.1rem; }
  .book-opening .book-scene { transform: scale(2.5); }
}

/* ══════════════════════════════════════════════════════════════
   HOME CHAPTERS — Book Page Style
   ══════════════════════════════════════════════════════════════ */
.home-chapters-book {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}

.chapters-book-edge {
  position: absolute;
  left: -6px;
  top: 4px;
  bottom: 4px;
  width: 6px;
  background: linear-gradient(
    180deg,
    #d4c9a8 0%,
    #e8ddc0 10%,
    #d4c9a8 20%,
    #e8ddc0 30%,
    #d4c9a8 40%,
    #e8ddc0 50%,
    #d4c9a8 60%,
    #e8ddc0 70%,
    #d4c9a8 80%,
    #e8ddc0 90%,
    #d4c9a8 100%
  );
  border-radius: 3px 0 0 3px;
  box-shadow: -3px 0 8px rgba(0,0,0,0.15);
}

.chapters-book-page {
  background: linear-gradient(135deg, #fdfaf4 0%, #f5f0e4 40%, #fdfaf4 100%);
  border-radius: 2px 8px 8px 2px;
  padding: 3rem 3.5rem;
  border: 1px solid rgba(201,168,76,0.15);
  box-shadow:
    0 2px 20px rgba(0,0,0,0.25),
    0 15px 50px rgba(0,0,0,0.20),
    inset 0 0 60px rgba(201,168,76,0.03);
  position: relative;
  overflow: hidden;
}

.chapters-book-page::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(90deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.01) 60%, transparent 100%);
  pointer-events: none;
}

.chapters-book-page::after {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(201,168,76,0.10);
  border-radius: 2px;
  pointer-events: none;
}

.chapters-book-header {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.chapters-ornament {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  color: var(--gold);
  letter-spacing: 0.3em;
  opacity: 0.55;
  display: block;
}

.chapters-ornament:first-child { margin-bottom: 0.4rem; }
.chapters-ornament:last-child  { margin-top: 0.4rem; }

.chapters-book-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: var(--ink-mid);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0;
}

.home-chapter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.home-chapter-loading {
  text-align: center;
  padding: 2rem 0;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--muted);
}

.home-chapter-link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.62rem 0.8rem;
  margin: 0.15rem 0;
  border-radius: 0.25rem;
  text-decoration: none;
  color: var(--ink-rich);
  font-family: 'Crimson Text', Georgia, serif;
  font-size: 1.06rem;
  font-weight: 600;
  border-left: 2px solid transparent;
  transition: all 0.25s var(--ease-out-expo);
}

.home-chapter-link:hover {
  background: linear-gradient(90deg, rgba(201,168,76,0.08), rgba(253,250,244,0.6));
  border-left-color: var(--gold);
  color: var(--ink-mid);
  transform: translateX(4px);
}

.hc-num {
  font-family: 'Cinzel', serif;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(201,168,76,0.40);
  min-width: 1.6rem;
  text-align: right;
  flex-shrink: 0;
  transition: color 0.25s;
}

.home-chapter-link:hover .hc-num { color: var(--gold); }

.hc-cross {
  color: rgba(201,168,76,0.25);
  font-size: 0.58rem;
  flex-shrink: 0;
  transition: all 0.25s;
}

.home-chapter-link:hover .hc-cross {
  color: var(--gold);
  transform: scale(1.2) rotate(8deg);
}

.hc-title {
  flex-shrink: 0;
}

.hc-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(201,168,76,0.20);
  min-width: 20px;
  height: 0.7em;
}

.chapters-book-footer {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(201,168,76,0.12);
  position: relative;
  z-index: 1;
}

.chapters-book-footer .cta-btn {
  display: inline-flex;
}

/* ── Chapters Responsive ── */
@media (max-width: 768px) {
  .chapters-book-page { padding: 2.2rem 2rem; }
}

@media (max-width: 480px) {
  .chapters-book-page { padding: 1.8rem 1.3rem; }
  .chapters-book-page::after { inset: 6px; }
  .home-chapter-link { font-size: 0.95rem; padding: 0.55rem 0.5rem; }
  .chapters-book-edge { display: none; }
}
