/* ==========================================================================
   Faith Engine : PRINT — clean, ink-light reading output with attribution.
   ========================================================================== */
@page { margin: 18mm; }

body.faith-body { background: #fff !important; color: #111 !important; }
.faith-header, .faith-footer, .faith-reader__toolbar, .faith-reader__progress,
.faith-reader__audio, .faith-a11y, .faith-a11y-fab, .faith-report, .faith-hero__layer,
.faith-header__tools, .faith-worldnav, .faith-skip, .faith-ask__form,
.faith-search, [data-faith-report], .faith-hero__cta { display: none !important; }

.faith-reader__surface { box-shadow: none !important; background: #fff !important; color: #111 !important; max-width: 100% !important; padding: 0 !important; }
.faith-hero__title, .faith-page__title { color: #111 !important; }
a { color: #111 !important; text-decoration: none; }
a[href]::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #555; }

/* Attribution footer on every printed page. */
.faith-reader__source { border: 0 !important; }
.faith-reader::after { content: "Source-grounded from Kriyasya. Review the cited edition."; display: block; margin-top: 12mm; font-size: 10px; color: #555; }
