/*
 * Abrigo com Deus — Hero Refresh v0.10.1
 * Fotografias aprovadas para Reflexões de Fé, Orações e Santos da Igreja.
 * Mantém o layout já homologado e eleva apenas direção de arte/legibilidade.
 */

/* Reflexões de Fé — mesa devocional, Bíblia, vela e caderno. */
body.category-reflexoes-de-fe .acd-category-hero,
body.category-fe-dias-dificeis-esperanca-oracao-confianca-em-deus-superacao .acd-category-hero {
    --acd-category-hero: url('../images/categories/reflexoes-de-fe-v2.webp') !important;
    background-position: center center !important;
}
body.category-reflexoes-de-fe .acd-category-hero,
body.category-fe-dias-dificeis-esperanca-oracao-confianca-em-deus-superacao .acd-category-hero {
    background-image:
        linear-gradient(90deg,rgba(12,24,34,.96) 0%,rgba(18,27,34,.82) 34%,rgba(24,28,31,.42) 62%,rgba(24,28,31,.12) 100%),
        var(--acd-category-hero) !important;
}

/* Orações — oração silenciosa diante do altar. */
body.category-oracoes .acd-prayers-hero,
body.category-oracao .acd-prayers-hero {
    --acd-prayers-hero: url('../images/categories/oracoes-v2.webp') !important;
    background-position: center center !important;
    background-image:
        linear-gradient(90deg,rgba(9,22,33,.97) 0%,rgba(15,27,36,.86) 35%,rgba(29,30,31,.42) 64%,rgba(29,30,31,.10) 100%),
        var(--acd-prayers-hero) !important;
}

/* Santos — capela com imagens sacras; texto fica no campo escuro à esquerda. */
body.acd-saints-archive-page .acd-saints-archive-hero,
html[data-theme='dark'] body.acd-saints-archive-page .acd-saints-archive-hero {
    background-image: url('../images/categories/santos-da-igreja-v2.webp') !important;
    background-position: center center !important;
}
body.acd-saints-archive-page .acd-saints-archive-hero::before,
html[data-theme='dark'] body.acd-saints-archive-page .acd-saints-archive-hero::before {
    background: linear-gradient(90deg,
        rgba(10,17,23,.82) 0%,
        rgba(12,19,25,.71) 30%,
        rgba(15,20,25,.43) 52%,
        rgba(15,20,25,.14) 73%,
        rgba(15,20,25,.02) 100%) !important;
}

/* Proteção adicional de leitura sem voltar a criar "quadro". */
body.category-reflexoes-de-fe .acd-category-hero-copy,
body.category-fe-dias-dificeis-esperanca-oracao-confianca-em-deus-superacao .acd-category-hero-copy,
body.category-oracoes .acd-prayers-hero-copy,
body.category-oracao .acd-prayers-hero-copy,
body.acd-saints-archive-page .acd-saints-archive-hero-inner {
    text-shadow: 0 2px 16px rgba(0,0,0,.28);
}

@media (max-width: 760px) {
    body.category-reflexoes-de-fe .acd-category-hero,
    body.category-fe-dias-dificeis-esperanca-oracao-confianca-em-deus-superacao .acd-category-hero {
        background-position: 64% center !important;
    }
    body.category-oracoes .acd-prayers-hero,
    body.category-oracao .acd-prayers-hero {
        background-position: 68% center !important;
    }
    body.acd-saints-archive-page .acd-saints-archive-hero,
    html[data-theme='dark'] body.acd-saints-archive-page .acd-saints-archive-hero {
        background-position: 68% center !important;
    }
}
