/* ═══════════════════════════════════════════════════
   WHY CATHOLICS — whycatholics.css
═══════════════════════════════════════════════════ */

/* ── HERO ── */
.why-hero {
  min-height: 72vh;
  display: grid; place-items: center;
  text-align: center;
  padding: 8rem 2rem 5rem;
  position: relative; overflow: hidden;
  background: var(--navy);
}
.why-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(123,29,29,0.4) 0%, transparent 50%),
    radial-gradient(ellipse at 78% 65%, rgba(42,60,120,0.55) 0%, transparent 50%),
    radial-gradient(ellipse at 55% 10%,  rgba(184,150,62,0.12) 0%, transparent 40%);
}
.why-hero-content {
  position: relative; z-index: 2; max-width: 800px;
}
.why-hero-content h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.8rem, 4.5vw, 3.6rem);
  font-weight: 400; color: var(--white);
  letter-spacing: 0.03em; line-height: 1.2;
  margin-bottom: 1.5rem;
  opacity: 0; animation: fadeUp 0.8s 0.4s forwards;
}

/* ── INTRO ── */
.why-intro-section {
  padding: 4rem 2rem 3rem;
  background: var(--ivory);
}
.why-intro-container { max-width: 780px; }
.why-intro-lead {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.05rem; color: var(--text-soft);
  line-height: 1.85; margin-bottom: 1rem;
}
.why-intro-lead:last-child { margin-bottom: 0; }

/* ── GESTURES SECTION ── */
.why-gestures-section {
  padding: 3rem 2rem 5rem;
  background: var(--ivory);
}
.why-gestures-list {
  display: flex; flex-direction: column; gap: 0;
  max-width: 900px; margin: 0 auto;
}

/* ── INDIVIDUAL GESTURE CARD ── */
.why-gesture {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(26,35,66,0.1);
}
.why-gesture:last-child { border-bottom: none; }

/* Question — the hook */
.why-gesture-question {
  font-family: 'Cinzel', serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--crimson);
  font-weight: 400; letter-spacing: 0.02em;
  line-height: 1.35;
  margin-bottom: 1.25rem;
  display: flex; align-items: baseline; gap: 0.75rem;
}
.why-gesture-num {
  font-family: 'Cinzel', serif; font-size: 0.75rem;
  color: rgba(184,150,62,0.5); letter-spacing: 0.18em;
  flex-shrink: 0;
}

/* Name and Latin */
.why-gesture-nameblock {
  display: flex; align-items: baseline; gap: 0.85rem;
  flex-wrap: wrap; margin-bottom: 1rem;
}
.why-gesture-name {
  font-family: 'Cinzel', serif; font-size: 1.1rem;
  color: var(--navy); font-weight: 400; letter-spacing: 0.04em;
}
.why-gesture-latin {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.92rem; font-style: italic;
  color: var(--text-soft); opacity: 0.55;
}

/* Body text */
.why-gesture-body {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.02rem; color: var(--text-soft);
  line-height: 1.85;
}
.why-gesture-body p { margin-bottom: 0.9rem; }
.why-gesture-body p:last-child { margin-bottom: 0; }
.why-gesture-body strong { color: var(--text); }
.why-gesture-body em { color: var(--navy); font-style: italic; }

/* Scripture / source citation */
.why-gesture-sources {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-top: 1.25rem;
}
.why-gesture-source-tag {
  font-family: 'Lato', sans-serif; font-size: 0.6rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); background: rgba(184,150,62,0.08);
  border: 1px solid rgba(184,150,62,0.2);
  padding: 0.2rem 0.65rem;
}

/* Pull-quote / key insight block */
.why-gesture-insight {
  margin: 1.25rem 0;
  padding: 1rem 1.5rem;
  background: rgba(26,35,66,0.04);
  border-left: 4px solid var(--gold);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.05rem; font-style: italic;
  color: var(--navy); line-height: 1.75;
}

/* Note block — for nuanced distinctions (like the deacon/orans) */
.why-gesture-note {
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  background: var(--white);
  border: 1px solid rgba(26,35,66,0.08);
  border-top: 3px solid var(--navy);
}
.why-gesture-note-label {
  font-family: 'Lato', sans-serif; font-size: 0.58rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--navy); display: block; margin-bottom: 0.5rem;
  opacity: 0.6;
}
.why-gesture-note p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.97rem; color: var(--text-soft);
  line-height: 1.75; margin: 0;
}

/* ── CLOSING ── */
.why-closing-section {
  padding: 4rem 2rem 5rem;
  background: var(--navy);
}
.why-closing-container { max-width: 780px; }
.why-closing-card {
  padding: 3rem;
  border: 1px solid rgba(184,150,62,0.2);
  border-top: 4px solid var(--gold);
}
.why-closing-eyebrow {
  font-family: 'Lato', sans-serif; font-size: 0.6rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 0.65rem;
}
.why-closing-title {
  font-family: 'Cinzel', serif; font-size: clamp(1.3rem, 3vw, 1.9rem);
  color: var(--white); font-weight: 400;
  margin-bottom: 1.25rem;
}
.why-closing-card p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.02rem; color: rgba(255,255,255,0.65);
  line-height: 1.85; margin-bottom: 0.9rem;
}
.why-closing-card p:last-of-type { margin-bottom: 1.5rem; }
.why-closing-card em { color: var(--gold-light); font-style: italic; }
.why-closing-links {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
}
.why-closing-link {
  font-family: 'Lato', sans-serif; font-size: 0.65rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  border: 1px solid rgba(184,150,62,0.35);
  padding: 0.6rem 1.2rem;
  transition: background 0.2s, color 0.2s;
}
.why-closing-link:hover {
  background: var(--gold); color: var(--navy);
}
