/* ══════════════════════════════════════════════════════════════
   Croix d'Incarnation - Specific styles
   ══════════════════════════════════════════════════════════════ */

/* Archive: compact cards for 192 items */
.porte-grid-card .porte-grid-card__badge--voice {
    font-size: 0.72rem;
    letter-spacing: 0.02em;
}

/* Single: 4-gate meta cards layout */
.single-croix .porte-meta-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
}

.single-croix .porte-card {
    padding: 0.75rem;
}

.single-croix .porte-card__label {
    font-size: 0.68rem;
}

/* Archive grouping: tighter spacing for many sections */
.post-type-archive-croix .porte-centre-group {
    margin-bottom: 2rem;
}

.post-type-archive-croix .porte-centre-header h2 {
    font-size: 1.1rem;
}

.post-type-archive-croix .porte-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

@media (max-width: 768px) {
    .single-croix .porte-meta-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .post-type-archive-croix .porte-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

/* ═══════════════════════════════════════════════════════════
   Signature de la variante - paragraphe spécifique à CETTE
   croix (1 parmi 192). S'affiche entre le hero et les meta cards
   quand le meta `cross_variant_short` est rempli.
   ═══════════════════════════════════════════════════════════ */

.croix-variant-short {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin: 1.5rem 0 1.75rem;
    padding: 1.25rem 1.5rem;
    background:
        linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.02) 100%),
        #0b1428;
    border: 1px solid rgba(201,168,76,0.22);
    border-left: 3px solid var(--gold, #c9a84c);
    border-radius: 12px;
    position: relative;
}

.croix-variant-short__mark {
    flex: 0 0 auto;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--gold, #c9a84c);
    margin-top: 0.15rem;
    opacity: 0.85;
}

.croix-variant-short__text {
    flex: 1 1 auto;
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--text, #e8e6e0);
}

@media (max-width: 600px) {
    .croix-variant-short {
        padding: 1rem 1.1rem;
        gap: 0.7rem;
    }
    .croix-variant-short__text {
        font-size: 0.95rem;
    }
}

/* Mode clair : fond quasi-blanc, texte sombre */
body.theme-light .croix-variant-short,
.light-theme .croix-variant-short {
    background:
        linear-gradient(135deg, rgba(201,168,76,0.12) 0%, rgba(201,168,76,0.04) 100%),
        #fbfaf6;
    border-color: rgba(201,168,76,0.35);
}
body.theme-light .croix-variant-short__text,
.light-theme .croix-variant-short__text {
    color: #23201a;
}

/* ═══════════════════════════════════════════════════════════
   Mini Body Graph des 4 portes de la croix - design stylisé
   ═══════════════════════════════════════════════════════════ */

.croix-minigraph {
    margin: 2rem 0;
    padding: 2rem 1.25rem 1.5rem;
    background:
        radial-gradient(ellipse at top left, rgba(201,168,76,0.06) 0%, transparent 60%),
        #0b1428;
    border: 1px solid rgba(201,168,76,0.18);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.croix-minigraph::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.02) 0%, transparent 70%);
    pointer-events: none;
}

.croix-minigraph__title {
    margin: 0 0 1.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    color: var(--text, inherit);
    position: relative;
}

.croix-minigraph__title::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 0.7rem auto 0;
}

.croix-minigraph__svg {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}

/* SVG avec viewBox 540×390 - le layout 2 colonnes (graph + légende) est
   entièrement géré dans le SVG pour alignement pixel-perfect. */
.croix-mini-svg {
    width: 100%;
    height: auto;
    max-height: 520px;
    display: block;
}

/* ─── Silhouette du body graph (blanc net en mode sombre) ─── */
.croix-mini-center {
    fill: none;
    stroke: rgba(255,255,255,0.55);
    stroke-width: 1.1;
}
.croix-mini-channel {
    fill: none;
    stroke: rgba(255,255,255,0.28);
    stroke-width: 1.4;
    stroke-linecap: round;
}

/* ─── Connecteur porte → slot légende ─── */
.croix-mini-connector {
    stroke: rgba(201,168,76,0.35);
    stroke-width: 0.8;
    stroke-dasharray: 2 2;
    fill: none;
}
.croix-mini-connector--sun-d,
.croix-mini-connector--earth-d {
    stroke: rgba(220,50,47,0.4);
}
.croix-mini-connector-end {
    fill: rgba(201,168,76,0.6);
}
.croix-mini-connector-end--sun-d,
.croix-mini-connector-end--earth-d {
    fill: rgba(220,50,47,0.65);
}

/* ─── Halos animés ─── */
.croix-mini-halo {
    fill: rgba(201,168,76,0.18);
    stroke: rgba(201,168,76,0.35);
    stroke-width: 0.6;
    animation: croixPulse 3.5s ease-in-out infinite;
}
.croix-mini-gate--sun-d .croix-mini-halo,
.croix-mini-gate--earth-d .croix-mini-halo {
    fill: rgba(220,50,47,0.2);
    stroke: rgba(220,50,47,0.4);
}
@keyframes croixPulse {
    0%, 100% { opacity: 0.6; }
    50%      { opacity: 1; }
}

/* ─── Cercles principaux des 4 portes ─── */
.croix-mini-gate--sun-p .croix-mini-circle,
.croix-mini-gate--earth-p .croix-mini-circle {
    fill: #0a0a14;
    stroke: var(--gold);
    stroke-width: 1.6;
}
.croix-mini-gate--sun-d .croix-mini-circle,
.croix-mini-gate--earth-d .croix-mini-circle {
    fill: #b0203a;
    stroke: #e85a68;
    stroke-width: 1.6;
}
.croix-mini-gate--earth-p .croix-mini-inner { fill: #f4e9c8; }
.croix-mini-gate--earth-d .croix-mini-inner { fill: #ffe6d8; }

/* ─── Slots légende (côté droit du SVG) ─── */
.croix-mini-slot-icon {
    fill: #0a0a14;
    stroke: var(--gold);
    stroke-width: 1.6;
    filter: drop-shadow(0 0 3px rgba(201,168,76,0.5));
}
.croix-mini-slot--sun-d .croix-mini-slot-icon,
.croix-mini-slot--earth-d .croix-mini-slot-icon {
    fill: #b0203a;
    stroke: #e85a68;
    filter: drop-shadow(0 0 3px rgba(220,50,47,0.5));
}
.croix-mini-slot--earth-p .croix-mini-slot-inner { fill: #f4e9c8; }
.croix-mini-slot--earth-d .croix-mini-slot-inner { fill: #ffe6d8; }

/* Textes dans les slots */
.croix-mini-slot-role {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    fill: rgba(255,255,255,0.55);
}
.croix-mini-slot-gate {
    font-family: 'Lora', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    fill: var(--gold);
    letter-spacing: 0.03em;
}
.croix-mini-slot--sun-d .croix-mini-slot-gate,
.croix-mini-slot--earth-d .croix-mini-slot-gate {
    fill: #e85a68;
}
.croix-mini-slot-name {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    fill: rgba(255,255,255,0.75);
}

/* ─── Responsive : sur mobile, on bascule le SVG en portrait allongé ─── */
@media (max-width: 720px) {
    .croix-minigraph {
        padding: 1.5rem 0.75rem 1rem;
    }
    .croix-mini-svg {
        max-height: 620px;
    }
    .croix-mini-slot-role { font-size: 10px; }
    .croix-mini-slot-gate { font-size: 16px; }
    .croix-mini-slot-name { font-size: 11px; }
}

/* ═══════════════ Mode jour ═══════════════ */
body.light-mode .croix-minigraph {
    background:
        radial-gradient(ellipse at top left, rgba(201,168,76,0.12) 0%, transparent 60%),
        #fafaf7;
    border-color: rgba(0,0,0,0.12);
}
body.light-mode .croix-minigraph::before {
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.02) 0%, transparent 70%);
}
body.light-mode .croix-minigraph__title::after {
    background: linear-gradient(90deg, transparent, #8b6914, transparent);
}
body.light-mode .croix-mini-center {
    stroke: rgba(0,0,0,0.18);
}
body.light-mode .croix-mini-channel {
    stroke: rgba(0,0,0,0.1);
}
body.light-mode .croix-mini-connector {
    stroke: rgba(139,105,20,0.55);
}
body.light-mode .croix-mini-connector--sun-d,
body.light-mode .croix-mini-connector--earth-d {
    stroke: rgba(176,32,58,0.55);
}
body.light-mode .croix-mini-connector-end {
    fill: rgba(139,105,20,0.8);
}
body.light-mode .croix-mini-connector-end--sun-d,
body.light-mode .croix-mini-connector-end--earth-d {
    fill: rgba(176,32,58,0.8);
}
body.light-mode .croix-mini-halo {
    fill: rgba(201,168,76,0.25);
    stroke: rgba(201,168,76,0.5);
}
body.light-mode .croix-mini-gate--sun-d .croix-mini-halo,
body.light-mode .croix-mini-gate--earth-d .croix-mini-halo {
    fill: rgba(220,50,47,0.25);
    stroke: rgba(220,50,47,0.5);
}
/* Cercles principaux en mode jour : noir légèrement adouci */
body.light-mode .croix-mini-gate--sun-p .croix-mini-circle,
body.light-mode .croix-mini-gate--earth-p .croix-mini-circle,
body.light-mode .croix-mini-slot--sun-p .croix-mini-slot-icon,
body.light-mode .croix-mini-slot--earth-p .croix-mini-slot-icon {
    fill: #1a1a2e;
    stroke: #8b6914;
}
body.light-mode .croix-mini-slot-role {
    fill: rgba(0,0,0,0.55);
}
body.light-mode .croix-mini-slot-gate {
    fill: #8b6914;
}
body.light-mode .croix-mini-slot--sun-d .croix-mini-slot-gate,
body.light-mode .croix-mini-slot--earth-d .croix-mini-slot-gate {
    fill: #b0203a;
}
body.light-mode .croix-mini-slot-name {
    fill: rgba(0,0,0,0.7);
}

/* ═══════════════════════════════════════════════════════════
   Les 4 déclinaisons de la croix - grille + cards + détails
   ═══════════════════════════════════════════════════════════ */

.croix-declinaisons {
    margin: 2.5rem 0;
    padding: 2rem 1.5rem;
    background:
        radial-gradient(ellipse at top, rgba(201,168,76,0.04) 0%, transparent 60%),
        #0b1428;
    border: 1px solid rgba(201,168,76,0.15);
    border-radius: 16px;
}

.croix-declinaisons__title {
    margin: 0 0 0.75rem;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    color: var(--text, #fff);
}
.croix-declinaisons__title::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 0.6rem auto 1rem;
}

.croix-declinaisons__intro {
    max-width: 640px;
    margin: 0 auto 2rem;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.7);
}
.croix-declinaisons__intro strong {
    color: var(--gold);
    font-weight: 600;
}

/* ─── Grille 2×2 desktop, 1 col mobile ─── */
.croix-declinaisons__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 780px;
    margin: 0 auto 2.5rem;
}

/* ─── Card d'une déclinaison ─── */
.croix-decl-card {
    display: flex;
    flex-direction: column;
    padding: 1rem 0.75rem 0.75rem;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    transition: all 0.25s ease;
    position: relative;
}
.croix-decl-card:hover {
    background: rgba(201,168,76,0.04);
    border-color: rgba(201,168,76,0.3);
    transform: translateY(-2px);
}
.croix-decl-card--current {
    background: rgba(201,168,76,0.07);
    border-color: var(--gold);
    box-shadow: 0 0 0 1px rgba(201,168,76,0.2), 0 4px 16px rgba(201,168,76,0.1);
}

.croix-decl-card__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0 0.25rem;
}

.croix-decl-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(201,168,76,0.12);
    border: 1px solid rgba(201,168,76,0.4);
    color: var(--gold);
    font-family: 'Lora', Georgia, serif;
    font-size: 0.85rem;
    font-weight: 600;
    flex-shrink: 0;
}
.croix-decl-card--current .croix-decl-card__index {
    background: var(--gold);
    color: #050c1c;
}

.croix-decl-card__head {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}
.croix-decl-card__porte {
    font-family: 'Lora', Georgia, serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gold);
    line-height: 1.2;
}
.croix-decl-card__theme {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.55);
    font-style: italic;
    line-height: 1.3;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.croix-decl-card__svg {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    padding: 0.5rem 0;
}
.croix-decl-card__svg .croix-mini-svg--compact {
    width: 100%;
    max-height: 240px;
    height: auto;
}

.croix-decl-card__footer {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    min-height: 28px;
}

.croix-decl-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #050c1c;
    background: var(--gold);
    border-radius: 12px;
    font-weight: 600;
}

.croix-decl-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.8rem;
    font-size: 0.78rem;
    color: var(--gold);
    background: transparent;
    border: 1px solid rgba(201,168,76,0.35);
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.croix-decl-card__link:hover {
    background: rgba(201,168,76,0.1);
    border-color: var(--gold);
    text-decoration: none;
}
.croix-decl-card__link svg {
    transition: transform 0.2s;
}
.croix-decl-card__link:hover svg {
    transform: translateX(2px);
}

/* ─── Rank badge + numéro porte directement sur le mini SVG compact ─── */
.croix-mini-rank {
    font-family: 'Lora', Georgia, serif;
    font-size: 8px;
    font-weight: 700;
    fill: var(--gold);
}
.croix-mini-gate-num {
    font-family: 'Lora', Georgia, serif;
    font-size: 12px;
    font-weight: 600;
    fill: var(--gold);
    letter-spacing: 0.05em;
}
.croix-mini-gate--sun-d .croix-mini-rank,
.croix-mini-gate--earth-d .croix-mini-rank,
.croix-mini-gate--sun-d .croix-mini-gate-num,
.croix-mini-gate--earth-d .croix-mini-gate-num {
    fill: #e85a68;
}

/* ─── Détail textuel des 4 déclinaisons (sous la grille) ─── */
.croix-declinaisons__details {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.croix-declinaisons__details-title {
    margin: 0 0 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.7);
    text-align: center;
    text-transform: uppercase;
}

.croix-decl-detail {
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    background: rgba(255,255,255,0.02);
    border-left: 2px solid rgba(201,168,76,0.3);
    border-radius: 0 8px 8px 0;
}
.croix-decl-detail--current {
    background: rgba(201,168,76,0.05);
    border-left-color: var(--gold);
}

.croix-decl-detail__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0.5rem;
    font-size: 1.02rem;
    font-weight: 500;
    color: var(--gold);
    font-family: 'Lora', Georgia, serif;
}
.croix-decl-detail__idx {
    color: rgba(255,255,255,0.4);
    font-size: 0.9rem;
    flex-shrink: 0;
}
.croix-decl-detail__pill {
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.2rem 0.6rem;
    background: var(--gold);
    color: #050c1c;
    border-radius: 10px;
    font-weight: 600;
    margin-left: auto;
}

.croix-decl-detail__focus {
    margin: 0 0 0.75rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.75);
}
.croix-decl-detail__focus strong {
    color: var(--gold);
    font-weight: 600;
}
.croix-decl-detail__focus em {
    color: rgba(255,255,255,0.55);
    font-style: italic;
}

.croix-decl-detail__order {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: decl-rank;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 1rem;
}

.croix-decl-detail__item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.6rem;
    font-size: 0.78rem;
    background: rgba(255,255,255,0.02);
    border-radius: 6px;
    position: relative;
    counter-increment: decl-rank;
}
.croix-decl-detail__item::before {
    content: counter(decl-rank);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 0.68rem;
    font-weight: 600;
    background: rgba(201,168,76,0.15);
    color: var(--gold);
    flex-shrink: 0;
}
.croix-decl-detail__item--sun-d::before,
.croix-decl-detail__item--earth-d::before {
    background: rgba(220,50,47,0.18);
    color: #e85a68;
}
.croix-decl-detail__role {
    color: rgba(255,255,255,0.75);
    font-weight: 500;
    flex: 1;
}
.croix-decl-detail__item--sun-d .croix-decl-detail__role,
.croix-decl-detail__item--earth-d .croix-decl-detail__role {
    color: rgba(232,90,104,0.9);
}
.croix-decl-detail__sep {
    color: rgba(255,255,255,0.3);
}
.croix-decl-detail__gate {
    color: var(--gold);
    font-weight: 600;
    font-family: 'Lora', Georgia, serif;
}
.croix-decl-detail__item--sun-d .croix-decl-detail__gate,
.croix-decl-detail__item--earth-d .croix-decl-detail__gate {
    color: #e85a68;
}

/* ─── Responsive ─── */
@media (max-width: 720px) {
    .croix-declinaisons {
        padding: 1.5rem 1rem;
    }
    .croix-declinaisons__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .croix-decl-detail__order {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════ Mode jour ═══════════════ */
body.light-mode .croix-declinaisons {
    background:
        radial-gradient(ellipse at top, rgba(201,168,76,0.08) 0%, transparent 60%),
        #fafaf7;
    border-color: rgba(0,0,0,0.12);
}
body.light-mode .croix-declinaisons__title {
    color: #1a1a2e;
}
body.light-mode .croix-declinaisons__title::after {
    background: linear-gradient(90deg, transparent, #8b6914, transparent);
}
body.light-mode .croix-declinaisons__intro {
    color: rgba(0,0,0,0.7);
}
body.light-mode .croix-declinaisons__intro strong {
    color: #8b6914;
}

body.light-mode .croix-decl-card {
    background: rgba(0,0,0,0.02);
    border-color: rgba(0,0,0,0.1);
}
body.light-mode .croix-decl-card:hover {
    background: rgba(201,168,76,0.06);
    border-color: rgba(201,168,76,0.4);
}
body.light-mode .croix-decl-card--current {
    background: rgba(201,168,76,0.1);
    border-color: #8b6914;
    box-shadow: 0 0 0 1px rgba(139,105,20,0.3), 0 4px 16px rgba(201,168,76,0.15);
}
body.light-mode .croix-decl-card__porte {
    color: #8b6914;
}
body.light-mode .croix-decl-card__theme {
    color: rgba(0,0,0,0.55);
}
body.light-mode .croix-decl-card__index {
    background: rgba(201,168,76,0.18);
    border-color: rgba(139,105,20,0.5);
    color: #8b6914;
}
body.light-mode .croix-decl-card--current .croix-decl-card__index {
    background: #8b6914;
    color: #fff;
}
body.light-mode .croix-decl-card__badge {
    background: #8b6914;
    color: #fff;
}
body.light-mode .croix-decl-card__link {
    color: #8b6914;
    border-color: rgba(139,105,20,0.4);
}
body.light-mode .croix-decl-card__link:hover {
    background: rgba(201,168,76,0.12);
    border-color: #8b6914;
}

body.light-mode .croix-mini-rank,
body.light-mode .croix-mini-gate-num {
    fill: #8b6914;
}
body.light-mode .croix-mini-gate--sun-d .croix-mini-rank,
body.light-mode .croix-mini-gate--earth-d .croix-mini-rank,
body.light-mode .croix-mini-gate--sun-d .croix-mini-gate-num,
body.light-mode .croix-mini-gate--earth-d .croix-mini-gate-num {
    fill: #b0203a;
}

body.light-mode .croix-declinaisons__details {
    border-top-color: rgba(0,0,0,0.1);
}
body.light-mode .croix-declinaisons__details-title {
    color: rgba(0,0,0,0.6);
}
body.light-mode .croix-decl-detail {
    background: rgba(0,0,0,0.02);
    border-left-color: rgba(139,105,20,0.4);
}
body.light-mode .croix-decl-detail--current {
    background: rgba(201,168,76,0.08);
    border-left-color: #8b6914;
}
body.light-mode .croix-decl-detail__title {
    color: #8b6914;
}
body.light-mode .croix-decl-detail__idx {
    color: rgba(0,0,0,0.4);
}
body.light-mode .croix-decl-detail__pill {
    background: #8b6914;
    color: #fff;
}
body.light-mode .croix-decl-detail__focus {
    color: rgba(0,0,0,0.75);
}
body.light-mode .croix-decl-detail__focus strong {
    color: #8b6914;
}
body.light-mode .croix-decl-detail__focus em {
    color: rgba(0,0,0,0.55);
}
body.light-mode .croix-decl-detail__item {
    background: rgba(0,0,0,0.02);
}
body.light-mode .croix-decl-detail__item::before {
    background: rgba(201,168,76,0.18);
    color: #8b6914;
}
body.light-mode .croix-decl-detail__item--sun-d::before,
body.light-mode .croix-decl-detail__item--earth-d::before {
    background: rgba(220,50,47,0.18);
    color: #b0203a;
}
body.light-mode .croix-decl-detail__role {
    color: rgba(0,0,0,0.75);
}
body.light-mode .croix-decl-detail__item--sun-d .croix-decl-detail__role,
body.light-mode .croix-decl-detail__item--earth-d .croix-decl-detail__role {
    color: rgba(176,32,58,0.9);
}
body.light-mode .croix-decl-detail__sep {
    color: rgba(0,0,0,0.3);
}
body.light-mode .croix-decl-detail__gate {
    color: #8b6914;
}
body.light-mode .croix-decl-detail__item--sun-d .croix-decl-detail__gate,
body.light-mode .croix-decl-detail__item--earth-d .croix-decl-detail__gate {
    color: #b0203a;
}
