/**
 * truth-progressive-christianity.css
 * ─────────────────────────────────────
 * Scope:    Truth page: Progressive Christianity
 * 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); }
  .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; }
  .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); }
  .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; }
  @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 {
    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;
    font-weight: 400;
  }
  .ask-form { display: flex; flex-direction: column; gap: 14px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .ask-form input,
  .ask-form textarea {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: var(--ink);
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 12px 16px;
    width: 100%;
    outline: none;
    transition: border-color 0.2s;
  }
  .ask-form input:focus,
  .ask-form textarea:focus { border-color: var(--gold); }
  .ask-form textarea { resize: vertical; }
  .ask-form button {
    align-self: flex-start;
    background: var(--ink);
    color: var(--warm-white);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 3px;
    padding: 14px 28px;
    cursor: pointer;
    transition: background 0.2s;
  }
  .ask-form button:hover { background: var(--gold); }
  .table-prompt {
    margin-top: 24px;
    background: var(--parchment);
    border: 1px solid var(--border);
    border-left: 4px solid var(--gold);
    border-radius: 0 4px 4px 0;
    padding: 32px 36px;
  }
  .table-prompt-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .table-icon { font-size: 28px; color: var(--gold); flex-shrink: 0; }
  .table-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 6px;
  }
  .table-desc { font-size: 14px; color: #2a2420; line-height: 1.7; font-weight: 400; }
  .table-btn {
    flex-shrink: 0;
    background: var(--ink);
    color: var(--warm-white);
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 3px;
    padding: 13px 24px;
    white-space: nowrap;
    transition: background 0.2s;
  }
  .table-btn:hover { background: var(--gold); }

  .share-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 14px 40px;
    background: var(--parchment);
    border-bottom: 1px solid var(--border);
  }
  .share-bar-label {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--muted);
    margin-right: 4px;
  }
  .share-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    padding: 8px 16px;
    cursor: pointer;
    border: none;
    transition: opacity 0.2s;
  }
  .share-btn:hover { opacity: 0.82; }
  .share-btn.facebook { background: #1877F2; color: #fff; }
  .share-btn.twitter  { background: #000; color: #fff; }
  .share-btn.email    { background: var(--ink); color: var(--warm-white); }
  .share-btn.copy     { background: #fff; color: var(--ink); border: 1px solid var(--border); }
  .share-btn.copy.copied { background: var(--truth-bg); color: #2a5224; border-color: var(--truth-border); }
  @media (max-width: 600px) {
    .share-bar { padding: 12px 20px; gap: 8px; }
    .share-btn { font-size: 12px; padding: 7px 12px; }
  }

  .share-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 14px 40px;
    background: var(--parchment);
    border-bottom: 1px solid var(--border);
  }
  .share-bar-label {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--muted);
    margin-right: 4px;
  }
  .share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    padding: 8px 16px;
    cursor: pointer;
    border: none;
    transition: opacity 0.2s, transform 0.15s;
  }
  .share-btn:hover { opacity: 0.85; transform: translateY(-1px); }
  .share-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
  .share-btn.facebook { background: #1877F2; color: #fff; }
  .share-btn.instagram { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: #fff; }
  .share-btn.twitter  { background: #000; color: #fff; }
  .share-btn.email    { background: #444; color: #fff; }
  .share-btn.copy     { background: #fff; color: var(--ink); border: 1px solid var(--border); }
  .share-btn.copy.copied { background: var(--truth-bg); color: #2a5224; border-color: var(--truth-border); }
  @media (max-width: 600px) {
    .share-bar { padding: 12px 20px; gap: 8px; }
    .share-btn { font-size: 12px; padding: 7px 12px; }
    .share-btn span { display: none; }
    .share-btn svg { width: 18px; height: 18px; }
  }
