/* ============================================================
   Fideograph — Saints as Witnesses Engine
   Front-end styles. All classes prefixed fsw-.
   ============================================================ */

/* The main styles are inlined in the page template for
   performance and cache-busting reliability. This file
   provides supplementary and shortcode-context styles. */

/* ── Shortcode context reset ─────────────────────────────── */
.fsw-card {
    background: #fff;
    border: 1px solid #ddd5b8;
    border-radius: 10px;
    border-left: 3px solid #C9A84C;
    padding: 22px 24px;
    transition: box-shadow .2s;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box;
    font-family: 'Source Serif 4', Georgia, serif;
}

.fsw-card:hover {
    box-shadow: 0 4px 20px rgba(28, 24, 16, .1);
}

.fsw-card--martyr  { border-left-color: #8B3000; }
.fsw-card--doctor  { border-left-color: #C9A84C; }
.fsw-card--convert { border-left-color: #1D8A6A; }
.fsw-card--mystic  { border-left-color: #5A4AAA; }

/* Badge */
.fsw-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 99px;
    font-family: 'Source Serif 4', Georgia, serif;
}

.fsw-badge--martyr  { background: rgba(139,48,0,.1);   color: #8B3000; }
.fsw-badge--doctor  { background: rgba(201,168,76,.12); color: #8B6A1A; }
.fsw-badge--convert { background: rgba(29,138,106,.1);  color: #1D8A6A; }
.fsw-badge--mystic  { background: rgba(90,74,170,.1);   color: #5A4AAA; }

/* Quote */
.fsw-card__quote {
    margin: 0;
    padding: 12px 16px;
    border-left: 3px solid #C9A84C;
    background: #faf6ed;
}

.fsw-card__quote p {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.7;
    color: #2e2a1e;
    margin: 0 0 6px;
}

.fsw-card__quote cite {
    font-size: 11px;
    letter-spacing: .06em;
    color: #8B6A1A;
    font-style: normal;
    font-family: 'Source Serif 4', Georgia, serif;
}

/* Proves / Answers */
.fsw-card__proves {
    font-size: 13px;
    color: #1c1810;
    font-family: 'Source Serif 4', Georgia, serif;
}

.fsw-card__proves-label {
    font-weight: 700;
    color: #C9A84C;
    margin-right: 4px;
}

.fsw-card__answers {
    font-size: 12px;
    color: #48432e;
    font-family: 'Source Serif 4', Georgia, serif;
    padding: 8px 12px;
    background: #f4edd8;
    border-radius: 4px;
    font-style: italic;
}

.fsw-card__answers-label {
    font-style: normal;
    font-weight: 600;
    margin-right: 4px;
}

/* Footer */
.fsw-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.fsw-doc-badge {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    padding: 2px 8px;
    border-radius: 99px;
    background: rgba(201,168,76,.1);
    color: #8B6A1A;
    font-family: 'Source Serif 4', Georgia, serif;
}

.fsw-card__link {
    font-size: 12px;
    color: #C9A84C;
    text-decoration: none;
    letter-spacing: .04em;
    font-family: 'Source Serif 4', Georgia, serif;
}

.fsw-card__link:hover { color: #8B3000; }

/* ── Single fg_father witness section ─────────────────────── */
.fsw-witness-section {
    background: #faf6ed;
    border: 1px solid #ddd5b8;
    border-left: 4px solid #C9A84C;
    border-radius: 0 10px 10px 0;
    padding: 28px 32px;
    margin: 32px 0;
}

.fsw-witness-section__eyebrow {
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #8B6A1A;
    font-family: 'Source Serif 4', Georgia, serif;
    margin-bottom: 8px;
}

.fsw-witness-section__subtitle {
    font-size: 13px;
    color: #48432e;
    font-style: italic;
    font-family: 'EB Garamond', Georgia, serif;
    margin-bottom: 16px;
}

.fsw-witness-section__statement {
    margin: 0 0 20px;
    padding: 14px 20px;
    border-left: 3px solid #C9A84C;
    background: #fff;
}

.fsw-witness-section__statement p {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1.75;
    color: #2e2a1e;
    margin: 0 0 8px;
}

.fsw-witness-section__statement cite {
    font-size: 12px;
    color: #8B6A1A;
    font-style: normal;
    font-family: 'Source Serif 4', Georgia, serif;
    letter-spacing: .04em;
}

.fsw-witness-section__proves {
    font-size: 14px;
    color: #1c1810;
    margin-bottom: 10px;
    font-family: 'Source Serif 4', Georgia, serif;
}

.fsw-witness-section__proves strong {
    color: #C9A84C;
    font-weight: 700;
    margin-right: 4px;
}

.fsw-witness-section__answers {
    font-size: 13px;
    color: #48432e;
    padding: 10px 14px;
    background: #f4edd8;
    border-radius: 4px;
    font-style: italic;
    font-family: 'Source Serif 4', Georgia, serif;
    margin-bottom: 16px;
}

.fsw-witness-section__answers strong {
    font-style: normal;
    font-weight: 600;
    color: #1c1810;
    margin-right: 4px;
}

.fsw-witness-section__links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.fsw-witness-section__link {
    font-size: 12px;
    color: #C9A84C;
    text-decoration: none;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-family: 'Source Serif 4', Georgia, serif;
}

.fsw-witness-section__link:hover { color: #8B3000; }
