/* ============================================================
   Verse & Soul — Design System v2 "Illuminated"
   Premium sacred feel: manuscript warmth, antique gold,
   Cormorant display serifs, depth and ornament.
   ============================================================ */

:root {
  /* Palette — heaven's light (warm cream, ivory & gold — one coherent family) */
  --parchment: #faf5ea;        /* page background — warm cream */
  --parchment-deep: #f3ead8;   /* alternate section background */
  --card: #fffdf7;             /* panel surface — warm ivory */
  --ink: #392f22;              /* primary text — warm deep brown */
  --ink-soft: #6c6152;         /* secondary text */
  --ink-faint: #9b8f79;        /* hints, captions */
  --gold: #bf9a41;
  --gold-bright: #d8b45c;
  --gold-deep: #94742a;
  --gold-faint: #ece0c4;
  --night: #241c10;            /* deep warm bronze block (footer / VOTD contrast) */
  --night-soft: #3a2e18;
  --burgundy: #8a4133;
  --line: #e9ddc4;
  --focus: #c79a44;
  --sky-1: #cfe0f2;            /* upper sky (hero fallback only) */
  --sky-2: #e6eef7;
  --sky-glow: #fbf3dd;

  --display: 'Cinzel', 'Trajan Pro', Georgia, serif;
  --serif: 'Lora', Georgia, serif;
  --verse: 'EB Garamond', Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;

  --maxw: 740px;
  --maxw-wide: 1080px;
  --radius: 4px;
  --shadow-card: 0 8px 30px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(201, 164, 90, 0.07);
  --shadow-deep: 0 16px 50px rgba(0, 0, 0, 0.5);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--serif);
  color: var(--ink);
  font-size: 19px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  background-color: var(--parchment);
}

/* ---------- Typography ---------- */
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.3; color: var(--ink); }
h1 { font-size: clamp(1.65rem, 4.2vw, 2.7rem); letter-spacing: 0.06em; text-transform: uppercase; }
h2 { font-size: clamp(1.25rem, 3vw, 1.75rem); margin-bottom: 0.6em; letter-spacing: 0.05em; text-transform: uppercase; }
h3 { font-size: 1.15rem; margin-bottom: 0.4em; letter-spacing: 0.03em; }
p  { margin-bottom: 1em; }
a  { color: var(--gold-deep); text-decoration: none; }
a:hover { text-decoration: underline; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.9em;
}

/* ---------- Layout ---------- */
.wrap  { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.wrap-wide { max-width: var(--maxw-wide); margin: 0 auto; padding: 0 22px; }
section { padding: 64px 0; }
.section-alt { background: var(--parchment-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ---------- Gold rules & ornaments ---------- */
.rule {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin: 6px auto 26px;
  max-width: 420px;
  color: var(--gold);
}
.rule::before, .rule::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 40%, var(--gold));
}
.rule::after { background: linear-gradient(90deg, var(--gold), var(--gold) 60%, transparent); }
.rule .fleuron { font-size: 1.05rem; line-height: 1; }

.ornament {
  text-align: center;
  color: var(--gold);
  font-size: 1.25rem;
  letter-spacing: 1.1em;
  padding-left: 1.1em;
  margin: 4px 0;
  user-select: none;
}

/* ---------- Header ---------- */
header {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.header-gold-line { height: 2px; background: linear-gradient(90deg, transparent, var(--gold-deep) 20%, var(--gold-bright) 50%, var(--gold-deep) 80%, transparent); }
.header-inner {
  max-width: var(--maxw-wide);
  margin: 0 auto;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.logo {
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.logo .amp { color: var(--gold); font-style: italic; font-weight: 500; }
.logo:hover { text-decoration: none; }
nav { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
nav a {
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
nav a:hover { color: var(--gold-deep); border-bottom-color: var(--gold); text-decoration: none; }

/* ---------- Hero — full-bleed heavenly image ---------- */
.hero {
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: min(92vh, 820px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 52px 0 0;
  color: #fff;
  /* fallback luminous sky (shows until the image is added) */
  background:
    radial-gradient(ellipse 70% 62% at 50% 42%, rgba(255, 250, 232, 0.95) 0%, rgba(251, 243, 221, 0.5) 34%, rgba(251, 243, 221, 0) 62%),
    linear-gradient(180deg, var(--sky-1) 0%, var(--sky-2) 42%, #f4efe2 72%, var(--sky-glow) 100%);
}

/* the heavenly image, full-bleed */
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url('../img/heaven.jpg');
  background-size: cover;
  background-position: center 44%;
  background-repeat: no-repeat;
}
/* legibility scrim: soft dark focus behind the text, edges stay radiant */
.hero-media::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 104% 74% at 50% 33%, rgba(11, 15, 24, 0.7) 0%, rgba(11, 15, 24, 0.46) 42%, rgba(11, 15, 24, 0.12) 66%, rgba(11, 15, 24, 0) 80%),
    linear-gradient(180deg, transparent 74%, rgba(244, 247, 251, 0.5) 90%, var(--parchment) 100%);
}

.hero .halo, .heaven-scene { display: none; }

/* twinkling gold sparks — fine, sharp, still */
.sparks { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.spark {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #e9c979;
  box-shadow: 0 0 6px 1.5px rgba(216, 180, 92, 0.7);
  animation: twinkle ease-in-out infinite;
  opacity: 0.6;
}
.spark:nth-child(1)  { top: 16%; left: 14%; animation-duration: 3.5s; animation-delay: 0s; }
.spark:nth-child(2)  { top: 24%; left: 27%; animation-duration: 4.6s; animation-delay: 1.2s; width: 3px; height: 3px; }
.spark:nth-child(3)  { top: 12%; left: 40%; animation-duration: 5.2s; animation-delay: 2.1s; }
.spark:nth-child(4)  { top: 30%; left: 62%; animation-duration: 4s;   animation-delay: 0.6s; }
.spark:nth-child(5)  { top: 18%; left: 73%; animation-duration: 5.6s; animation-delay: 2.8s; width: 3px; height: 3px; }
.spark:nth-child(6)  { top: 27%; left: 86%; animation-duration: 3.8s; animation-delay: 1.6s; }
.spark:nth-child(7)  { top: 42%; left: 9%;  animation-duration: 4.9s; animation-delay: 3.3s; }
.spark:nth-child(8)  { top: 48%; left: 91%; animation-duration: 4.3s; animation-delay: 0.9s; }
.spark:nth-child(9)  { top: 38%; left: 33%; animation-duration: 5.4s; animation-delay: 2.4s; width: 1px; height: 1px; }
.spark:nth-child(10) { top: 55%; left: 21%; animation-duration: 4.1s; animation-delay: 4s;   width: 3px; height: 3px; }
.spark:nth-child(11) { top: 60%; left: 78%; animation-duration: 5s;   animation-delay: 1.9s; }
.spark:nth-child(12) { top: 33%; left: 50%; animation-duration: 6s;   animation-delay: 3.7s; width: 1px; height: 1px; }
@keyframes twinkle {
  0%, 100% { opacity: 0.2; transform: scale(0.8); }
  50%      { opacity: 1;   transform: scale(1.15); }
}

/* floating white particles — soft motes drifting upward */
.particles { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.particle {
  position: absolute;
  bottom: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 72%);
  box-shadow: 0 0 7px 2px rgba(255, 253, 246, 0.75), 0 0 2px 1px rgba(180, 150, 90, 0.35);
  opacity: 0;
  will-change: transform, opacity;
}
@keyframes floatUpA {
  0%   { transform: translate(0, 0) scale(0.7);        opacity: 0; }
  12%  { opacity: 0.85; }
  50%  { transform: translate(24px, -46vh) scale(1);   opacity: 0.7; }
  88%  { opacity: 0.35; }
  100% { transform: translate(-14px, -94vh) scale(0.85); opacity: 0; }
}
@keyframes floatUpB {
  0%   { transform: translate(0, 0) scale(0.6);         opacity: 0; }
  14%  { opacity: 0.75; }
  50%  { transform: translate(-28px, -48vh) scale(0.95); opacity: 0.6; }
  86%  { opacity: 0.3; }
  100% { transform: translate(16px, -95vh) scale(0.8);  opacity: 0; }
}
.particle:nth-child(1)  { left: 6%;  width: 4px; height: 4px; animation: floatUpA 20s linear infinite;   animation-delay: -2s; }
.particle:nth-child(2)  { left: 13%; width: 6px; height: 6px; animation: floatUpB 26s linear infinite;   animation-delay: -9s; }
.particle:nth-child(3)  { left: 21%; width: 3px; height: 3px; animation: floatUpA 17s linear infinite;   animation-delay: -5s; }
.particle:nth-child(4)  { left: 28%; width: 5px; height: 5px; animation: floatUpB 23s linear infinite;   animation-delay: -14s; }
.particle:nth-child(5)  { left: 35%; width: 4px; height: 4px; animation: floatUpA 29s linear infinite;   animation-delay: -3s; }
.particle:nth-child(6)  { left: 42%; width: 7px; height: 7px; animation: floatUpB 22s linear infinite;   animation-delay: -11s; }
.particle:nth-child(7)  { left: 48%; width: 3px; height: 3px; animation: floatUpA 19s linear infinite;   animation-delay: -17s; }
.particle:nth-child(8)  { left: 55%; width: 5px; height: 5px; animation: floatUpB 27s linear infinite;   animation-delay: -6s; }
.particle:nth-child(9)  { left: 62%; width: 4px; height: 4px; animation: floatUpA 24s linear infinite;   animation-delay: -13s; }
.particle:nth-child(10) { left: 68%; width: 6px; height: 6px; animation: floatUpB 21s linear infinite;   animation-delay: -1s; }
.particle:nth-child(11) { left: 74%; width: 3px; height: 3px; animation: floatUpA 18s linear infinite;   animation-delay: -8s; }
.particle:nth-child(12) { left: 80%; width: 5px; height: 5px; animation: floatUpB 28s linear infinite;   animation-delay: -19s; }
.particle:nth-child(13) { left: 86%; width: 4px; height: 4px; animation: floatUpA 23s linear infinite;   animation-delay: -4s; }
.particle:nth-child(14) { left: 92%; width: 6px; height: 6px; animation: floatUpB 25s linear infinite;   animation-delay: -12s; }
.particle:nth-child(15) { left: 17%; width: 3px; height: 3px; animation: floatUpB 30s linear infinite;   animation-delay: -21s; }
.particle:nth-child(16) { left: 46%; width: 4px; height: 4px; animation: floatUpA 26s linear infinite;   animation-delay: -16s; }
.particle:nth-child(17) { left: 71%; width: 3px; height: 3px; animation: floatUpB 19s linear infinite;   animation-delay: -7s; }
.particle:nth-child(18) { left: 90%; width: 5px; height: 5px; animation: floatUpA 22s linear infinite;   animation-delay: -15s; }

/* hero content over the image */
.hero .hero-content {
  position: relative;
  z-index: 3;
}
.hero-cross {
  width: 74px;
  height: 74px;
  margin: 0 auto 28px;
  border: 1px solid rgba(232, 208, 150, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  color: #f6e6b8;
  background: radial-gradient(circle at 50% 35%, rgba(255, 246, 214, 0.28), rgba(255, 246, 214, 0.05) 78%);
  box-shadow: 0 0 0 8px rgba(255, 250, 232, 0.12), 0 0 40px rgba(255, 236, 180, 0.5);
  text-shadow: 0 1px 10px rgba(120, 92, 30, 0.5);
}
.hero h1 {
  max-width: 780px;
  margin: 0 auto;
  color: #fffdf7;
  text-shadow: 0 1px 3px rgba(8, 11, 18, 0.85), 0 2px 12px rgba(8, 11, 18, 0.7), 0 4px 40px rgba(8, 11, 18, 0.6);
}
.hero .rule { max-width: 320px; margin-top: 22px; }
.hero .rule::before { background: linear-gradient(90deg, transparent, rgba(246, 230, 184, 0.95) 40%, rgba(246, 230, 184, 0.95)); }
.hero .rule::after  { background: linear-gradient(90deg, rgba(246, 230, 184, 0.95), rgba(246, 230, 184, 0.95) 60%, transparent); }
.hero .rule .fleuron { color: #f9ecc6; text-shadow: 0 1px 6px rgba(8, 11, 18, 0.6); }
.hero p.lead {
  font-size: 1.2rem;
  color: #ffffff;
  max-width: 600px;
  margin: 22px auto 0;
  line-height: 1.8;
  text-shadow: 0 1px 3px rgba(8, 11, 18, 0.95), 0 1px 10px rgba(8, 11, 18, 0.85), 0 0 26px rgba(8, 11, 18, 0.7);
}

@media (prefers-reduced-motion: reduce) {
  .spark, .particle { animation: none; }
  .particle { display: none; }
}
@media (max-width: 640px) {
  .hero { padding: 74px 0 0; }
  .hero p.lead { font-size: 1.05rem; }
  .heaven-scene { margin-top: 8px; }
  .hero .hero-content { margin-top: -10px; }
}

/* ---------- Soul tool — the writing desk ---------- */
.soul-tool {
  background: var(--card);
  border: 1px solid var(--gold-faint);
  border-radius: var(--radius);
  padding: 40px 42px 36px;
  box-shadow: var(--shadow-card);
  position: relative;
}
.soul-tool::before {
  content: '';
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(176, 141, 63, 0.28);
  border-radius: 2px;
  pointer-events: none;
}
.soul-tool label.eyebrow { text-align: center; }
.soul-tool textarea {
  width: 100%;
  min-height: 110px;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--ink);
  background: #fbf6ea;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  resize: vertical;
}
.soul-tool textarea::placeholder { color: #a99c83; font-style: italic; }
.soul-tool textarea:focus { outline: 2px solid var(--focus); border-color: var(--gold); }
.soul-tool .hint {
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--ink-faint);
  margin: 10px 0 18px;
  text-align: center;
}
.soul-tool form { position: relative; z-index: 1; }
.soul-tool .btn { display: block; margin: 0 auto; }
.soul-results { margin-top: 12px; position: relative; z-index: 1; }
.soul-empty {
  text-align: center;
  color: var(--ink-soft);
  font-style: italic;
  padding: 18px 0 4px;
}

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--display);
  font-weight: 500;
  display: inline-block;
  background: transparent;
  color: var(--gold-bright);
  border: 1px solid rgba(201, 164, 90, 0.55);
  border-radius: var(--radius);
  padding: 14px 34px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease, color 0.14s ease;
}
.btn:hover {
  transform: translateY(-1px);
  background: rgba(201, 164, 90, 0.12);
  border-color: var(--gold-bright);
  text-decoration: none;
  color: #f4e6c4;
}
.btn-gold {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
  border-color: var(--gold-deep);
  color: #1a140a;
  box-shadow: 0 4px 20px rgba(201, 164, 90, 0.3);
}
.btn-gold:hover {
  background: linear-gradient(180deg, #ecca86, var(--gold));
  color: #1a140a;
  box-shadow: 0 6px 26px rgba(201, 164, 90, 0.42);
}
.btn-quiet {
  background: transparent;
  color: var(--gold-bright);
  border: 1px solid rgba(201, 164, 90, 0.4);
}
.btn-quiet:hover { background: rgba(201, 164, 90, 0.1); }
.btn:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }

/* ---------- Verse cards — illuminated ---------- */
.verse-card {
  background: var(--card);
  border: 1px solid var(--gold-faint);
  border-radius: var(--radius);
  padding: 38px 40px 30px;
  margin: 28px 0;
  position: relative;
  box-shadow: var(--shadow-card);
}
.verse-card::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(176, 141, 63, 0.22);
  border-radius: 2px;
  pointer-events: none;
}
.verse-card .qmark {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--card);
  color: var(--gold);
  font-family: var(--display);
  font-size: 2.2rem;
  line-height: 1;
  padding: 0 14px;
}
.verse-text {
  font-family: var(--verse);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.6;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 16px;
  text-align: center;
}
.verse-ref {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--gold-deep);
  text-transform: uppercase;
  text-align: center;
}
.verse-meaning {
  margin-top: 22px;
  padding-top: 18px;
  position: relative;
}
.verse-meaning::before {
  content: '❧';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  background: var(--card);
  padding: 0 12px;
  font-size: 1.05rem;
}
.verse-meaning { border-top: 1px solid var(--gold-faint); }
.verse-meaning .label {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
  display: block;
  margin-bottom: 7px;
  text-align: center;
}
.verse-meaning p { font-size: 1.05rem; color: var(--ink-soft); margin: 0; }

/* ---------- Night block (Verse of the Day) ---------- */
.night-block {
  background:
    radial-gradient(ellipse 90% 120% at 50% -20%, rgba(201, 164, 90, 0.12), transparent 55%),
    var(--parchment-deep);
  color: var(--ink);
  padding: 74px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.night-block .eyebrow { color: var(--gold); }
.night-block h2 { color: var(--ink); }
.night-block p { color: var(--ink-soft); }
.night-block .verse-text { color: var(--ink); }
.night-block .verse-ref { color: var(--gold-deep); }
.night-block .night-verse {
  max-width: 620px;
  margin: 26px auto 0;
  padding: 34px 30px 26px;
  border: 1px solid var(--gold-faint);
  border-radius: var(--radius);
  position: relative;
  background: var(--card);
  box-shadow: var(--shadow-card);
}
.night-block .night-verse::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(191, 154, 65, 0.22);
  pointer-events: none;
}

/* ---------- Topic grid ---------- */
.topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.topic-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 24px 20px;
  display: block;
  position: relative;
  box-shadow: var(--shadow-card);
  transition: transform 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease;
  overflow: hidden;
}
.topic-card::after {
  content: '';
  position: absolute;
  left: 24px;
  right: auto;
  bottom: 14px;
  width: 34px;
  height: 2px;
  background: var(--gold);
  opacity: 0.55;
  transition: width 0.18s ease, opacity 0.18s ease;
}
.topic-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: 0 6px 22px rgba(84, 62, 22, 0.13);
  text-decoration: none;
}
.topic-card:hover::after { width: 60px; opacity: 1; }
.topic-card .t-name {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink);
  display: block;
}
.topic-card .t-sub {
  font-size: 0.95rem;
  font-style: italic;
  color: var(--ink-faint);
  display: block;
  margin: 4px 0 18px;
}

/* ---------- FAQ ---------- */
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}
.faq summary {
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 500;
  color: var(--ink);
  list-style: none;
  position: relative;
  padding-right: 32px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 0;
  color: var(--gold);
  font-size: 1.4rem;
  font-family: var(--display);
}
.faq details[open] summary::after { content: '–'; }
.faq details p { margin-top: 10px; color: var(--ink-soft); font-size: 1.02rem; }

/* ---------- Breadcrumb ---------- */
.crumbs {
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--ink-faint);
  padding: 18px 0 0;
}
.crumbs a { color: var(--ink-faint); }
.crumbs a:hover { color: var(--gold-deep); }

/* ---------- Footer ---------- */
footer {
  background: var(--parchment-deep);
  color: var(--ink-soft);
  padding: 52px 0 44px;
  margin-top: 72px;
  border-top: 2px solid var(--gold);
}
.footer-inner {
  max-width: var(--maxw-wide);
  margin: 0 auto;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 30px;
}
footer h3 {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 12px;
}
footer a {
  display: block;
  color: var(--ink-soft);
  font-size: 0.98rem;
  padding: 3px 0;
}
footer a:hover { color: var(--gold-deep); }
.footer-note {
  max-width: var(--maxw-wide);
  margin: 34px auto 0;
  padding: 20px 22px 0;
  border-top: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 0.8rem;
  color: var(--ink-faint);
}

/* ---------- Share row ---------- */
.share-row { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; justify-content: center; }
.share-row .btn { padding: 10px 20px; font-size: 0.95rem; }

/* ---------- Utility ---------- */
.center { text-align: center; }
.mt-lg { margin-top: 44px; }
.muted { color: var(--ink-soft); }
.small { font-size: 0.9rem; }
img { max-width: 100%; height: auto; }

@media (max-width: 560px) {
  body { font-size: 17.5px; }
  .verse-card { padding: 30px 22px 24px; }
  .soul-tool { padding: 30px 22px 26px; }
  section { padding: 46px 0; }
  .hero { padding: 56px 0 44px; }
  .verse-text { font-size: 1.3rem; }
}

/* ---------- Sub-page header band ---------- */
.page-head {
  text-align: center;
  padding: 52px 0 40px;
  background:
    radial-gradient(ellipse 80% 130% at 50% -20%, rgba(201, 164, 90, 0.12), transparent 60%),
    var(--parchment-deep);
  border-bottom: 1px solid var(--line);
}
.page-head .wrap { max-width: 760px; }
.page-head .crumbs { justify-content: center; display: flex; gap: 8px; padding: 0 0 14px; }
.page-head h1 { max-width: 720px; margin: 0 auto; }
.page-head .rule { margin: 18px auto; }
.page-head .lead {
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 620px;
  margin: 16px auto 0;
  line-height: 1.75;
}
.section-tight { padding: 48px 0; }
.section-tight h2 { text-align: center; }
.embed-tool { max-width: 720px; margin: 0 auto; }
.embed-tool .eyebrow { text-align: center; }
.related-head { text-align: center; margin-bottom: 4px; }
.verse-count {
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  text-align: center;
  display: block;
  margin-bottom: 6px;
}
