/* =========================================================================
   L'Antre de Cthulhu — habillage Bootstrap 5.3
   Charte : parchemin froid #EFEBE2, noir abyssal #0E1312, vert profond #1D7A62,
   or patiné #C2A063. Titres en Crimson Pro, texte en Inter.
   ========================================================================= */
:root {
  --ct-vert: #1d7a62;
  --ct-vert-fonce: #145a48;
  --ct-vert-clair: #7fd1b5;
  --ct-noir: #0e1312;
  --ct-noir-2: #161d1b;
  --ct-noir-3: #25302c;
  --ct-fond: #efebe2;
  --ct-fond-2: #e3ddcf;
  --ct-blanc: #fbf9f4;
  --ct-or: #c2a063;
  --ct-texte: #232624;
  --ct-doux: #5d625d;
  --ct-clair: #d4dcd8;
  --ct-gris: #98a39e;
  --ct-bordure: #d8d1c1;
  --ct-rouge: #b4412f;
  --ct-rayon: 14px;
  --ct-ombre: 0 4px 16px rgba(10, 20, 18, .08);
  --ct-ombre-forte: 0 14px 34px rgba(10, 20, 18, .18);
  --ct-titres: "Crimson Pro", Georgia, serif;

  --bs-body-font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bs-body-color: var(--ct-texte);
  --bs-body-bg: var(--ct-fond);
  --bs-link-color: var(--ct-vert);
  --bs-link-hover-color: var(--ct-vert-fonce);
  --bs-link-color-rgb: 29, 122, 98;
  --bs-link-hover-color-rgb: 20, 90, 72;
  --bs-border-color: var(--ct-bordure);
}

body { background: var(--ct-fond); color: var(--ct-texte); font-size: 1rem; line-height: 1.75; font-variant-numeric: lining-nums; }
h1, h2, h3, h4 { font-family: var(--ct-titres); font-weight: 700; color: var(--ct-noir); line-height: 1.15; letter-spacing: -.005em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.35rem; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }
.skip-link { position: absolute; z-index: 2000; top: .5rem; left: .5rem; background: var(--ct-vert); color: #fff; padding: .5rem 1rem; border-radius: 6px; }

/* ---------------------------------------------------------------- boutons */
.btn-ct { display: inline-flex; align-items: center; justify-content: center; background: var(--ct-vert); color: #fff; border: 0; border-radius: 8px; font-weight: 600; padding: .7rem 1.3rem; }
.btn-ct:hover, .btn-ct:focus { background: var(--ct-vert-fonce); color: #fff; text-decoration: none; }
.btn-icone { display: inline-grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 0; border-radius: 8px; background: transparent; color: #dfe5e1; font-size: 1.15rem; }
.btn-icone:hover { background: rgba(255, 255, 255, .08); color: #fff; text-decoration: none; }

/* ---------------------------------------------------------------- en-tête */
.progress-read { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 1100; pointer-events: none; }
.progress-read span { display: block; height: 100%; width: 0; background: var(--ct-vert-clair); }
.entete { position: sticky; top: 0; z-index: 1030; background: rgba(14, 19, 18, .95); border-bottom: 1px solid rgba(255, 255, 255, .06); }
@supports (backdrop-filter: blur(8px)) { .entete { background: rgba(14, 19, 18, .9); backdrop-filter: blur(8px); } }
.entete-inner { display: flex; align-items: center; gap: 1rem; min-height: 64px; }
.entete-logo img { height: 36px; width: auto; }
.entete-cta { padding: .5rem 1rem; font-size: .88rem; }
.nav-ct { display: flex; gap: .15rem; list-style: none; margin: 0; padding: 0; }
.nav-ct .nav-link { color: #dfe5e1; font-weight: 600; font-size: .95rem; padding: .55rem .9rem; border-radius: 6px; }
.nav-ct .nav-link:hover, .nav-ct .nav-link:focus, .nav-ct .nav-link.on, .nav-ct .nav-link.show { color: #fff; background: rgba(255, 255, 255, .07); text-decoration: none; }
.nav-ct .nav-link.on { box-shadow: inset 0 -2px 0 var(--ct-vert-clair); }
.nav-ct .dropdown-menu { --bs-dropdown-bg: var(--ct-noir-2); --bs-dropdown-border-color: var(--ct-noir-3); --bs-dropdown-link-color: #dfe5e1; --bs-dropdown-link-hover-bg: rgba(255, 255, 255, .06); --bs-dropdown-link-hover-color: #fff; --bs-dropdown-link-active-bg: var(--ct-vert); padding: .4rem; min-width: 17rem; border-radius: 12px; box-shadow: var(--ct-ombre-forte); margin-top: .4rem !important; }
.nav-ct .dropdown-item { border-radius: 8px; padding: .55rem .8rem; white-space: normal; }
.nav-ct .dropdown-item b { display: block; font-weight: 600; }
.nav-ct .dropdown-item small { display: block; color: var(--ct-gris); font-size: .8rem; }
.menu-mobile { --bs-offcanvas-bg: var(--ct-noir); --bs-offcanvas-color: var(--ct-clair); }
.mob-titre { font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ct-or); margin: 1.4rem 0 .4rem; }
.mob-lien { display: block; color: #fff; font-weight: 600; padding: .55rem 0; border-bottom: 1px solid var(--ct-noir-3); }
.mob-seul { margin-top: 1rem; }
.mob-lien:hover { color: var(--ct-vert-clair); text-decoration: none; }
.fil { background: var(--ct-noir-2); font-size: .8rem; color: var(--ct-gris); padding: .45rem 0; border-bottom: 1px solid rgba(255, 255, 255, .05); }
.fil a { color: var(--ct-gris); }
.fil a:hover { color: #fff; }
.fil i { font-style: normal; margin: 0 .45rem; opacity: .5; }
.fil [aria-current] { color: #c8d1cc; }

/* ---------------------------------------------------------------- sections */
.bloc { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.section-teinte { background: var(--ct-fond-2); }
.section-sombre { background: var(--ct-noir); color: var(--ct-clair); }
.section-sombre h2, .section-sombre h3 { color: #fff; }
.surtitre { font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ct-vert); margin: 0 0 .5rem; }
.surtitre a { color: inherit; }
.section-sombre .surtitre, .hero .surtitre, .profil .surtitre { color: var(--ct-or); }
.entete-section { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: .8rem 2rem; margin-bottom: 2.2rem; }
.entete-section h2 { margin: 0; }
.entete-chapo { color: var(--ct-doux); max-width: 580px; margin: .6rem 0 0; }
.section-sombre .entete-chapo { color: var(--ct-gris); }
.entete-lien { font-weight: 600; white-space: nowrap; }
.section-sombre .entete-lien { color: var(--ct-vert-clair); }
.mention { font-size: .85rem; color: var(--ct-doux); }
.section-sombre .mention { color: var(--ct-gris); }

/* ---------------------------------------------------------------- héros */
.hero { position: relative; overflow: hidden; background: #000 center / cover no-repeat; color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ct-noir) 18%, rgba(14, 19, 18, .72) 58%, rgba(14, 19, 18, .38)), linear-gradient(0deg, var(--ct-noir), transparent 45%); }
.hero .container { position: relative; z-index: 1; }
.hero h1 { color: #fff; margin-bottom: 1.1rem; }
.hero-chapo { max-width: 620px; font-size: 1.1rem; color: var(--ct-clair); margin-bottom: 1.6rem; }
.hero-chapo p:last-child { margin-bottom: 0; }
.hero-chapo a { color: var(--ct-vert-clair); }
.hero-accueil { padding: clamp(4.5rem, 9vw, 7rem) 0 clamp(3rem, 5vw, 4rem); }
.hero-accueil h1 { max-width: 17ch; font-size: clamp(2.4rem, 5.4vw, 4rem); line-height: 1.02; }
.hero-page { padding: clamp(3rem, 6vw, 4.5rem) 0; }
.hero-page h1 { max-width: 24ch; font-size: clamp(2rem, 4.4vw, 3.2rem); }
.hero-court { padding: clamp(2.5rem, 5vw, 3.5rem) 0; }
.chemins { max-width: 960px; }
.chemin { display: flex; flex-direction: column; gap: .3rem; height: 100%; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--ct-rayon); padding: 1.2rem 1.25rem; color: #fff; transition: background-color .2s, border-color .2s, transform .2s; }
.chemin:hover { background: rgba(29, 122, 98, .22); border-color: var(--ct-vert-clair); transform: translateY(-2px); color: #fff; text-decoration: none; }
.chemin-titre { font-weight: 600; font-size: 1.05rem; }
.chemin-texte { font-size: .88rem; color: #b9c4bf; line-height: 1.5; }
.chemin-suite { margin-top: auto; padding-top: .5rem; font-size: .84rem; font-weight: 600; color: var(--ct-vert-clair); }
.hero-chiffres { display: flex; flex-wrap: wrap; gap: .8rem 2.4rem; margin-top: 2.4rem; font-size: .84rem; color: var(--ct-gris); }
.hero-chiffres b { display: block; color: #fff; font-size: 1.05rem; }
.puces { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0 0 1.5rem; }
.puces span { background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .16); border-radius: 99px; padding: .25rem .8rem; font-size: .82rem; color: #e4ebe7; }
.puces b { color: #fff; font-weight: 600; margin-right: .35rem; }
.hero-bas { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.2rem; }
.meta { font-size: .85rem; color: var(--ct-gris); }
.meta a { color: #c8d1cc; }

/* ---------------------------------------------------------------- étapes */
.etapes { counter-reset: etape; }
.etape { display: flex; flex-direction: column; height: 100%; overflow: hidden; background: var(--ct-blanc); border: 1px solid var(--ct-bordure); border-radius: var(--ct-rayon); color: inherit; box-shadow: var(--ct-ombre); transition: box-shadow .2s, border-color .2s, transform .2s; }
.etape:hover { box-shadow: var(--ct-ombre-forte); border-color: var(--ct-vert); transform: translateY(-3px); text-decoration: none; color: inherit; }
.etape-media { position: relative; display: grid; place-items: center; background: var(--ct-noir); aspect-ratio: 16 / 10; }
.etape-media img:not(.picto) { width: 100%; height: 100%; object-fit: cover; }
.etape-media::after { counter-increment: etape; content: counter(etape); position: absolute; left: 14px; bottom: -19px; width: 40px; height: 40px; border-radius: 50%; background: var(--ct-vert); color: #fff; font-weight: 700; display: grid; place-items: center; border: 3px solid var(--ct-blanc); }
.etape-corps { padding: 1.8rem 1.15rem 1.2rem; display: flex; flex-direction: column; flex: 1 1 auto; }
.etape-titre { font-family: var(--ct-titres); font-weight: 700; font-size: 1.3rem; color: var(--ct-noir); margin-bottom: .3rem; }
.etape-texte { font-size: .9rem; color: var(--ct-doux); }
.etape-lien { margin-top: auto; padding-top: .8rem; font-size: .88rem; font-weight: 600; color: var(--ct-vert); }

/* ---------------------------------------------------------------- bestiaire */
.entite { display: flex; gap: .85rem; align-items: center; height: 100%; padding: 1rem; background: var(--ct-noir-2); border: 1px solid var(--ct-noir-3); border-radius: 12px; color: var(--ct-clair); transition: border-color .2s, background-color .2s; }
.entite:hover { border-color: var(--ct-or); background: #1c2522; color: var(--ct-clair); text-decoration: none; }
.entite img { flex: none; opacity: .9; }
.entite i { font-size: 1.9rem; width: 42px; text-align: center; color: #cfd8d3; flex: none; }
.entite b { display: block; color: #fff; font-weight: 600; }
.entite small { display: block; font-size: .8rem; color: var(--ct-gris); line-height: 1.4; }

/* ---------------------------------------------------------------- cartes */
.carte { display: flex; flex-direction: column; height: 100%; overflow: hidden; background: var(--ct-blanc); border: 1px solid var(--ct-bordure); border-radius: var(--ct-rayon); color: inherit; transition: border-color .2s, box-shadow .2s, transform .2s; }
.carte:hover { border-color: var(--ct-vert); box-shadow: var(--ct-ombre-forte); transform: translateY(-2px); text-decoration: none; color: inherit; }
.section-sombre .carte { border-color: var(--ct-noir-3); }
.carte-media { display: grid; place-items: center; aspect-ratio: 16 / 9; background: var(--ct-noir); overflow: hidden; }
.carte-media img:not(.picto) { width: 100%; height: 100%; object-fit: cover; }
.media-picto { width: 84px; height: 84px; object-fit: contain; opacity: .85; }
.carte-corps { padding: 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .3rem; flex: 1 1 auto; }
.carte-sec { font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ct-vert); }
.carte-titre { font-family: var(--ct-titres); font-weight: 700; font-size: 1.3rem; color: var(--ct-noir) !important; line-height: 1.2; margin: 0; }
.carte-texte { font-size: .9rem; color: var(--ct-doux); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.carte-lien { margin-top: auto; padding-top: .5rem; font-size: .88rem; font-weight: 600; color: var(--ct-vert); }
.profil { position: relative; display: block; height: 100%; min-height: 320px; border-radius: var(--ct-rayon); overflow: hidden; color: #fff; background: #000 center / cover; }
.profil::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14, 19, 18, .95) 25%, rgba(14, 19, 18, .35)); }
.profil-corps { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.8rem; display: flex; flex-direction: column; align-items: flex-start; }
.profil-titre { font-family: var(--ct-titres); font-weight: 700; font-size: 1.9rem; line-height: 1.1; margin: .1rem 0 .4rem; }
.profil-texte { color: #c8d1cc; margin: 0 0 1rem; max-width: 44ch; }
.profil:hover { color: #fff; text-decoration: none; }
.profil:hover .btn-ct { background: var(--ct-vert-fonce); }

/* ---------------------------------------------------------------- produits */
.product-mini { position: relative; display: flex; flex-direction: column; gap: .35rem; height: 100%; background: var(--ct-blanc); border: 1px solid var(--ct-bordure); border-radius: var(--ct-rayon); padding: 1.25rem; box-shadow: var(--ct-ombre); transition: border-color .2s, box-shadow .2s, transform .2s; }
.section-sombre .product-mini { box-shadow: none; border-color: var(--ct-noir-3); }
.product-mini:hover, .product-card:hover { border-color: var(--ct-vert); box-shadow: var(--ct-ombre-forte); transform: translateY(-2px); }
.mini-badge { align-self: flex-start; display: inline-block; background: var(--ct-noir); color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: .2rem .55rem; border-radius: 4px; }
.product-name { font-family: var(--ct-titres); font-weight: 700; color: var(--ct-noir) !important; font-size: 1.25rem; line-height: 1.2; margin: .15rem 0; }
.product-mini:hover .product-name, .product-card:hover .product-name { color: var(--ct-vert) !important; }
.stars { display: inline-flex; align-items: center; gap: .05rem; color: #c2912d; font-size: .8rem; }
.stars-num { color: var(--ct-doux); margin-left: .35rem; font-size: .85rem; }
.mini-pitch { font-size: .9rem; color: var(--ct-doux); flex-grow: 1; margin: .2rem 0 0; }
.mini-foot { display: flex; flex-direction: column; gap: .6rem; margin-top: .8rem; padding-top: .8rem; border-top: 1px solid var(--ct-bordure); }
.price { font-weight: 600; color: var(--ct-noir); }
.tier { color: var(--ct-vert); margin-right: .3rem; letter-spacing: .04em; }
.btn-buy { background: var(--ct-vert); color: #fff; border: 0; border-radius: 8px; font-weight: 600; }
.btn-buy:hover, .product-mini:hover .btn-buy, .product-card:hover .btn-buy { background: var(--ct-vert-fonce); color: #fff; }
.product-card { position: relative; background: var(--ct-blanc); border: 1px solid var(--ct-bordure); border-left: 5px solid var(--ct-vert); border-radius: var(--ct-rayon); padding: 1.5rem 1.6rem; margin: 2.2rem 0; box-shadow: var(--ct-ombre); transition: border-color .2s, box-shadow .2s, transform .2s; }
.product-card .product-name { font-size: 1.6rem; margin-top: .3rem; }
.product-kind { display: block; font-size: .82rem; color: var(--ct-doux); margin-top: .4rem; }
.product-pitch { margin: .5rem 0 .6rem; }
.proscons ul { list-style: none; padding: 0; font-size: .93rem; margin: .4rem 0 .6rem; }
.proscons li { padding-left: 1.4rem; position: relative; margin-bottom: .2rem; }
.proscons .pros li::before { font-family: bootstrap-icons; content: "\F26E"; position: absolute; left: 0; color: var(--ct-vert); }
.proscons .cons li::before { font-family: bootstrap-icons; content: "\F62A"; position: absolute; left: 0; color: var(--ct-rouge); }
.specs { display: flex; flex-wrap: wrap; gap: .4rem; font-size: .82rem; margin-bottom: 1rem; }
.spec { background: var(--ct-fond-2); border-radius: 6px; padding: .15rem .6rem; }
.spec b { font-weight: 600; margin-right: .2rem; }
.product-cta { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.product-cta .price { font-size: 1.1rem; }
.compare-table { background: var(--ct-blanc); border: 1px solid var(--ct-bordure); border-radius: var(--ct-rayon); font-size: .9rem; box-shadow: var(--ct-ombre); margin: 1.8rem 0; }
.compare-table .table { --bs-table-bg: transparent; margin: 0; }
.compare-table thead th { background: var(--ct-noir); color: #fff; font-size: .75rem; letter-spacing: .05em; text-transform: uppercase; font-weight: 600; white-space: nowrap; }
.compare-table tbody th { min-width: 13rem; font-weight: 600; color: var(--ct-noir); }
.compare-table .btn-buy { padding: .3rem .8rem; font-size: .85rem; white-space: nowrap; }
.compare-table .btn-buy i { display: none; }
.product-badge-inline { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--ct-vert); }

/* ---------------------------------------------------------------- lecture */
.lecture { padding: 3.5rem 0 4.5rem; }
.corps { font-size: 1.08rem; line-height: 1.8; max-width: 720px; }
.corps-large { max-width: none; }
.corps-large > p, .corps-large > h2, .corps-large > h3, .corps-large > ul, .corps-large > ol, .corps-large > .callout, .corps-large > details { max-width: 760px; }
.corps h2 { margin: 3rem 0 1rem; scroll-margin-top: 90px; }
.corps h3 { margin: 2rem 0 .7rem; font-size: 1.45rem; scroll-margin-top: 90px; }
.corps p, .corps ul, .corps ol { margin-bottom: 1.2rem; }
.corps li { margin-bottom: .3rem; }
.corps li::marker { color: var(--ct-vert); }
.corps strong { color: var(--ct-noir); }
.corps a:not(.btn) { text-decoration: underline; text-decoration-color: rgba(29, 122, 98, .35); text-underline-offset: .18em; }
.corps a:not(.btn):hover { text-decoration-color: currentColor; }
.corps blockquote { border-left: 4px solid var(--ct-or); padding: .4rem 0 .4rem 1.2rem; margin: 2rem 0; font-family: var(--ct-titres); font-size: 1.3rem; font-style: italic; color: var(--ct-noir); }
.corps blockquote p:last-child { margin: 0; }
.corps table:not(.table) { width: 100%; margin: 1.5rem 0; font-size: .95rem; border-collapse: collapse; background: var(--ct-blanc); }
.corps table:not(.table) th, .corps table:not(.table) td { border: 1px solid var(--ct-bordure); padding: .55rem .75rem; }
.corps table:not(.table) th { background: var(--ct-noir); color: #fff; font-weight: 600; }
.corps img { max-width: 100%; height: auto; border-radius: 10px; }
.callout { background: var(--ct-blanc); border: 1px solid var(--ct-bordure); border-left: 5px solid var(--ct-vert); border-radius: 10px; padding: 1.1rem 1.3rem; margin: 1.8rem 0; font-size: 1rem; }
.callout-warning { border-left-color: var(--ct-rouge); }
.callout-tip { border-left-color: var(--ct-or); background: #f7f1e3; }
.callout p:last-child, .callout ul:last-child { margin-bottom: 0; }
details.faq { background: var(--ct-blanc); border: 1px solid var(--ct-bordure); border-radius: 10px; padding: .85rem 1.1rem; margin-bottom: .6rem; }
details.faq summary { font-weight: 600; cursor: pointer; color: var(--ct-noir); }
details.faq p { margin: .6rem 0 0; }
.colonne { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 1.2rem; }
.boite { background: var(--ct-blanc); border: 1px solid var(--ct-bordure); border-radius: var(--ct-rayon); padding: 1.2rem 1.3rem; box-shadow: var(--ct-ombre); }
.boite-titre { font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ct-vert); margin-bottom: .6rem; }
.boite ol { list-style: none; counter-reset: s; padding: 0; margin: 0; font-size: .9rem; max-height: 50vh; overflow: auto; }
.boite ol li { counter-increment: s; border-top: 1px solid var(--ct-bordure); }
.boite ol li:first-child { border: 0; }
.boite ol .nav-link { display: flex; gap: .6rem; padding: .45rem 0; color: var(--ct-texte); line-height: 1.35; }
.boite ol .nav-link::before { content: counter(s); color: var(--ct-vert); font-weight: 700; min-width: 1.1rem; }
.boite ol .nav-link:hover, .boite ol .nav-link.active { color: var(--ct-vert); text-decoration: none; }
.boite ol .nav-link.active { font-weight: 600; }
.boite-sombre { background: var(--ct-noir); border-color: var(--ct-noir); color: var(--ct-clair); }
.boite-sombre .boite-titre { color: var(--ct-or); }
.pick { display: block; padding: .65rem 0; border-top: 1px solid var(--ct-noir-3); color: #fff; font-weight: 600; line-height: 1.3; font-size: .92rem; }
.pick:first-of-type { border: 0; padding-top: 0; }
.pick small { display: block; color: var(--ct-vert-clair); font-weight: 500; margin-top: .2rem; }
.pick small .price { color: #c8d1cc; font-weight: 500; }
.pick small .tier { color: var(--ct-or); }
.pick:hover { text-decoration: none; color: var(--ct-vert-clair); }
.auteur { display: flex; gap: 1rem; align-items: center; background: var(--ct-blanc); border: 1px solid var(--ct-bordure); border-radius: var(--ct-rayon); padding: 1.3rem; margin-top: 3rem; font-size: .95rem; }
.auteur img { flex: none; border-radius: 50%; background: var(--ct-noir); padding: 8px; }
.auteur p { color: var(--ct-doux); }
.auteur strong { color: var(--ct-noir); }

/* ---------------------------------------------------------------- formulaires */
.form-control, .form-select { border-color: var(--ct-bordure); background-color: #fff; border-radius: 8px; }
.form-control:focus, .form-select:focus { border-color: var(--ct-vert); box-shadow: 0 0 0 .2rem rgba(29, 122, 98, .2); }
.alert-success { --bs-alert-bg: #e3f2ec; --bs-alert-border-color: var(--ct-vert); --bs-alert-color: var(--ct-vert-fonce); }

/* ---------------------------------------------------------------- pied */
.pied { background: var(--ct-noir); color: var(--ct-gris); font-size: .9rem; padding: 3.5rem 0 2rem; }
.pied img { height: auto; }
.pied-titre { font-family: var(--bs-body-font-family); font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ct-or); margin-bottom: .9rem; }
.pied a:not(.btn-icone) { color: #c8d1cc; display: block; padding: .2rem 0; }
.pied a:not(.btn-icone):hover { color: #fff; }
.pied-pictos img { margin-right: .7rem; opacity: .75; }
.pied .form-control { background: var(--ct-noir-2); border-color: var(--ct-noir-3); color: #fff; }
.pied .form-control::placeholder { color: #6f7a75; }
.pied-legal { margin: 2.5rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--ct-noir-3); font-size: .8rem; }
.btn-top { position: fixed; right: 1rem; bottom: 1rem; z-index: 1030; width: 2.8rem; height: 2.8rem; border: 0; border-radius: 50%; background: var(--ct-vert); color: #fff; box-shadow: var(--ct-ombre-forte); opacity: 0; pointer-events: none; transition: opacity .3s; }
.btn-top.show { opacity: 1; pointer-events: auto; }
.modal-content { border-radius: var(--ct-rayon); }
.search-hit .sec-pill { display: inline-block; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ct-vert); }

@media (max-width: 991.98px) {
  .colonne { position: static; }
}
@media (max-width: 575.98px) {
  .entete-logo img { height: 30px; }
  .hero-chiffres { gap: .8rem 1.6rem; }
  .product-card { padding: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}

/* ---------------------------------------------------------------- nouvelles en texte intégral */
.texte-integral { background: var(--ct-blanc); border: 1px solid var(--ct-bordure); border-radius: var(--ct-rayon); padding: clamp(1.4rem, 4vw, 2.6rem) clamp(1.2rem, 4vw, 2.8rem); margin: 1.5rem 0; box-shadow: var(--ct-ombre); font-family: var(--ct-titres); font-weight: 400; font-size: 1.3rem; line-height: 1.7; color: #1f2220; }
.texte-integral p { margin-bottom: 1.1rem; }
.texte-integral p:last-child { margin-bottom: 0; }
.texte-integral > p:first-child::first-letter { float: left; font-size: 3.4em; line-height: .85; padding: .06em .12em 0 0; color: var(--ct-vert); font-weight: 700; }
.note-trad { font-size: .88rem; color: var(--ct-doux); font-style: italic; }
@media (max-width: 575.98px) { .texte-integral { font-size: 1.15rem; } .texte-integral p { text-align: left; } }

/* le corps d'article occupe toute la colonne de gauche */
.lecture .col-lg-8 .corps { max-width: none; }

/* ---------------------------------------------------------------- podium (héros de rubrique) */
.podium { background: rgba(14, 19, 18, .78); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--ct-rayon); padding: 1.2rem 1.3rem .9rem; backdrop-filter: blur(6px); }
.podium-titre { font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ct-or); margin-bottom: .6rem; }
.podium-ligne { position: relative; display: flex; align-items: center; gap: .9rem; padding: .85rem .6rem; margin: 0 -.6rem; border-top: 1px solid rgba(255, 255, 255, .1); border-radius: 10px; transition: background-color .2s; }
.podium-ligne:first-of-type { border-top: 0; }
.podium-ligne:hover { background: rgba(29, 122, 98, .22); }
.podium-rang { flex: none; width: 2.1rem; height: 2.1rem; border-radius: 50%; display: grid; place-items: center; font-weight: 700; background: var(--ct-or); color: var(--ct-noir); }
.podium-ligne:nth-of-type(2) .podium-rang { background: #c9cfcc; }
.podium-ligne:nth-of-type(3) .podium-rang { background: #b98556; }
.podium-info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.podium-label { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ct-vert-clair); }
.podium-nom { color: #fff; font-weight: 600; line-height: 1.3; }
.podium-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .2rem .8rem; font-size: .8rem; }
.podium-meta .stars-num { color: var(--ct-gris); }
.podium-meta .price { color: #c8d1cc; font-weight: 500; }
.podium-meta .tier { color: var(--ct-or); }
.podium .btn-buy { flex: none; }
.podium .btn-buy i { display: none; }
.podium-ligne:hover .btn-buy { background: var(--ct-vert-fonce); }
.podium-note { font-size: .72rem; color: var(--ct-gris); margin: .5rem 0 0; text-align: right; }

/* ---------------------------------------------------------------- générateur de Grand Ancien */
.btn-ct-clair { display: inline-flex; align-items: center; background: var(--ct-blanc); color: var(--ct-noir); border: 1px solid var(--ct-bordure); border-radius: 8px; font-weight: 600; padding: .6rem 1.1rem; }
.btn-ct-clair:hover { border-color: var(--ct-vert); color: var(--ct-vert); }
.gga { max-width: 820px; margin: 0 auto 3rem; }
.gga-carte { position: relative; overflow: hidden; background: var(--ct-noir) url("/assets/img/pictos/cthulhu.png") right -40px bottom -40px / 260px no-repeat; color: var(--ct-clair); border-radius: var(--ct-rayon); padding: clamp(1.6rem, 5vw, 3rem); box-shadow: var(--ct-ombre-forte); min-height: 22rem; }
.gga-carte::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ct-noir) 55%, rgba(14, 19, 18, .85)); }
.gga-carte > * { position: relative; }
.gga-carte .surtitre { color: var(--ct-or); }
.gga-nom { font-family: var(--ct-titres); color: #fff; font-size: clamp(2.4rem, 7vw, 4rem); line-height: 1; margin: 0 0 .3rem; word-break: break-word; }
.gga-epithete { font-family: var(--ct-titres); font-style: italic; font-size: 1.35rem; color: var(--ct-vert-clair); margin-bottom: 1.4rem; }
.gga-carte p { font-size: 1.05rem; line-height: 1.75; }
.gga-chant { margin: 1.6rem 0; padding: .8rem 1.1rem; border-left: 3px solid var(--ct-or); background: rgba(255, 255, 255, .04); font-family: var(--ct-titres); font-style: italic; font-size: 1.25rem; color: #fff; }
.gga-chant span { display: block; font-family: var(--bs-body-font-family); font-style: normal; font-size: .78rem; color: var(--ct-gris); margin-top: .3rem; }
.gga-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); gap: .8rem; margin-top: 1.2rem; }
.gga-stats div { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 10px; padding: .7rem .9rem; }
.gga-stats span { display: block; font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ct-gris); }
.gga-stats b { color: #fff; }
.gga-stats a { color: var(--ct-vert-clair); }
.gga-actions { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-top: 1.4rem; }
.gga-astuce { text-align: center; font-size: .88rem; color: var(--ct-doux); margin-top: .8rem; }
.gga-apparait { animation: gga-in .5s ease; }
@keyframes gga-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .gga-apparait { animation: none; } }
.generateur-lien { display: flex; align-items: center; gap: 1.2rem; margin-top: 1.5rem; padding: 1.2rem 1.4rem; border-radius: var(--ct-rayon); border: 1px dashed rgba(194, 160, 99, .5); color: var(--ct-clair); }
.generateur-lien:hover { border-color: var(--ct-or); background: rgba(194, 160, 99, .06); color: var(--ct-clair); text-decoration: none; }
.generateur-lien > i { font-size: 1.8rem; color: var(--ct-or); }
.generateur-lien b { display: block; color: #fff; }
.generateur-lien span:not(.btn) { flex: 1; font-size: .92rem; }
@media (max-width: 575.98px) { .generateur-lien { flex-wrap: wrap; } }

/* ---------------------------------------------------------------- planches de créatures */
.planche { margin: 2rem 0; }
.planche img { width: 100%; height: auto; border-radius: var(--ct-rayon); box-shadow: var(--ct-ombre-forte); display: block; }
.planche figcaption { font-size: .85rem; color: var(--ct-doux); text-align: center; margin-top: .6rem; }
