/**
 * truth-women-in-church.css
 * ─────────────────────────────────────
 * Scope:    Truth page: Women in the Church
 * Brand:    Navy #1B2A4A · Peony #C2738A · Sage #4A7C6F · Linen #F2E8D6
 */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --ink: #111111; --warm-white: #faf8f4; --parchment: #f0ead8; --gold: #b5892a; --rust: #7a2e1e; --muted: #4a4540; --border: #d9d0bc; --claim-bg: #f7f0f0; --claim-border: #b07070; --truth-bg: #f0f5ee; --truth-border: #5a8a52; }
  body { font-family: 'Lato', sans-serif; background: var(--warm-white); color: var(--ink); line-height: 1.75; font-size: 17px; }
  .breadcrumb { padding: 20px 40px; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--border); }
  .breadcrumb a { color: var(--gold); text-decoration: none; }
  .breadcrumb span { margin: 0 8px; }
  .hero { background: var(--ink); color: var(--warm-white); padding: 70px 40px 60px; position: relative; overflow: hidden; }
  .hero::before { content: '\201C'; font-family: 'Playfair Display', serif; font-size: 300px; color: rgba(181,137,42,0.08); position: absolute; top: -60px; left: 20px; line-height: 1; pointer-events: none; }
  .hero-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
  .hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(32px, 5vw, 52px); font-weight: 600; line-height: 1.15; max-width: 680px; margin-bottom: 24px; }
  .hero-intro { font-size: 17px; font-weight: 400; color: rgba(250,248,244,0.90); max-width: 580px; line-height: 1.8; }
  .main { max-width: 820px; margin: 0 auto; padding: 60px 40px 100px; }
  .sister-note { background: var(--parchment); border-left: 3px solid var(--gold); padding: 28px 32px; margin-bottom: 52px; font-style: italic; color: #2a2420; font-size: 16px; line-height: 1.85; border-radius: 0 4px 4px 0; }
  .sister-note strong { font-style: normal; font-weight: 700; color: var(--ink); }
  .section { margin-bottom: 56px; }
  .section-label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; font-weight: 700; }
  .section h2 { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 600; margin-bottom: 24px; color: var(--ink); }
  .section p { font-size: 16px; color: #2a2420; line-height: 1.85; margin-bottom: 18px; }
  .section p:last-child { margin-bottom: 0; }
  .comparison { display: flex; flex-direction: column; border-radius: 4px; overflow: hidden; border: 1px solid var(--border); }
  .claim { background: var(--claim-bg); border-left: 4px solid var(--claim-border); padding: 22px 26px; }
  .claim-label { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rust); font-weight: 700; margin-bottom: 8px; }
  .claim p { font-size: 15px; color: #2e1e1e; line-height: 1.75; font-weight: 400; }
  .truth { background: var(--truth-bg); border-left: 4px solid var(--truth-border); padding: 22px 26px; }
  .truth-label { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: #2a5224; font-weight: 700; margin-bottom: 8px; }
  .truth p { font-size: 15px; color: #1a2e18; line-height: 1.75; font-weight: 400; margin-bottom: 16px; }
  .truth p:last-child { margin-bottom: 0; }
  .scripture { background: #fff; border: 1px solid #b8d0b4; border-radius: 3px; padding: 18px 22px; margin-top: 14px; }
  .scripture-ref { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: #2a5224; font-weight: 700; margin-bottom: 7px; }
  .scripture-text { font-family: 'Playfair Display', serif; font-style: italic; font-size: 15px; color: #111111; line-height: 1.7; margin-bottom: 9px; }
  .scripture-note { font-size: 13px; color: #2e2a26; font-weight: 400; line-height: 1.65; }

  /* WOMEN ROLL CALL */
  .women-grid { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }
  .woman-card { background: #fff; border: 1px solid var(--border); border-radius: 4px; padding: 22px 26px; border-left: 4px solid var(--gold); }
  .woman-name { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
  .woman-ref { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 10px; }
  .woman-body { font-size: 15px; color: #2a2420; line-height: 1.75; }
  .woman-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 14px; color: #4a4540; margin-top: 10px; padding-left: 14px; border-left: 2px solid var(--border); line-height: 1.65; }

  /* WORD STUDY */
  .word-study { background: #1a1a2e; color: #e8e4dc; border-radius: 4px; padding: 28px 32px; margin: 24px 0; }
  .word-study-term { font-family: 'Playfair Display', serif; font-size: 22px; font-style: italic; color: var(--gold); margin-bottom: 4px; }
  .word-study-transliteration { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(232,228,220,0.5); margin-bottom: 14px; }
  .word-study-body { font-size: 15px; line-height: 1.8; color: rgba(232,228,220,0.88); }

  .divider { border: none; border-top: 1px solid var(--border); margin: 52px 0; }
  .bottom-line { background: var(--ink); color: var(--warm-white); padding: 36px 40px; border-radius: 4px; margin-top: 52px; }
  .bottom-line .label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; font-weight: 700; }
  .bottom-line p { font-size: 17px; font-weight: 400; line-height: 1.8; color: rgba(250,248,244,0.95); margin-bottom: 16px; }
  .bottom-line p:last-child { margin-bottom: 0; }
  .dig-deeper { margin-top: 60px; }
  .dig-deeper h3 { font-family: 'Playfair Display', serif; font-size: 22px; margin-bottom: 6px; color: var(--ink); }
  .dig-deeper-sub { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
  .topic-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
  .topic-card { background: #fff; border: 1px solid var(--border); padding: 18px 22px; border-radius: 4px; text-decoration: none; color: var(--ink); display: flex; align-items: center; justify-content: space-between; transition: border-color 0.2s, box-shadow 0.2s; font-size: 15px; font-weight: 400; }
  .topic-card:hover { border-color: var(--gold); box-shadow: 0 2px 12px rgba(181,137,42,0.12); }
  .topic-card-arrow { color: var(--gold); font-size: 18px; }
  /* COMING SOON */
  .topic-card-wrap { display: flex; flex-direction: column; gap: 6px; }
  .topic-card.soon { opacity: 0.6; pointer-events: none; }
  .soon-note { font-size: 12px; color: var(--muted); padding: 0 4px; letter-spacing: 0.03em; }

  .ask-section { margin-top: 60px; background: #fff; border: 1px solid var(--border); border-radius: 4px; padding: 40px; }
  .ask-label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 10px; }
  .ask-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
  .ask-desc { font-size: 15px; color: #3a3530; line-height: 1.75; margin-bottom: 24px; }
  .ask-link { display: inline-block; background: var(--ink); color: var(--warm-white); padding: 14px 28px; border-radius: 3px; text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: 0.06em; transition: background 0.2s; }
  .ask-link:hover { background: #2a2420; }
  @media (max-width: 600px) { .breadcrumb { padding: 16px 20px; } .hero { padding: 50px 20px 44px; } .main { padding: 40px 20px 80px; } .bottom-line { padding: 28px 24px; } .sister-note { padding: 22px 22px; } .ask-section { padding: 28px 24px; } .word-study { padding: 22px 22px; } }
