/* =============================================================
   bijoux-cms.css — Pages CMS /content/*
   Vars: --night, --gold, --amethyst, --cream, --ink (#14102A)
   ============================================================= */

.page-cms { background: var(--night); }

.page-cms .container,
.page-cms #main {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(40px,6vw,80px) clamp(16px,4vw,24px);
}

.page-cms h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem,4vw,3rem);
  color: var(--cream);
  margin-bottom: 0.6em;
}

.page-cms h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin-top: 14px;
}

.page-cms p {
  font-size: 16.5px;
  line-height: 1.75;
  color: rgba(232,224,208,0.9);
  margin-bottom: 1.4em;
  text-align: left !important;
}

.page-cms h2 {
  font-family: 'Cormorant Garamond';
  font-size: 1.8rem;
  color: var(--cream);
  margin-top: 2.5em;
  margin-bottom: 0.6em;
}

.page-cms h3 {
  font-family: 'Cormorant Garamond';
  font-size: 1.4rem;
  color: var(--cream);
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.page-cms ul,
.page-cms ol {
  padding-left: 24px;
  margin-bottom: 1.4em;
}

.page-cms li {
  margin-bottom: 0.6em;
  color: rgba(232,224,208,0.9);
}

.page-cms blockquote {
  border-left: 3px solid var(--gold);
  padding: 8px 18px;
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-size: 1.15rem;
  color: var(--cream);
  margin: 1.6em 0;
}

.page-cms a {
  color: var(--gold);
  text-decoration: underline dotted;
  text-underline-offset: 3px;
}

.page-cms a:hover { text-decoration-style: solid; }

.page-cms strong {
  color: var(--cream);
  font-weight: 600;
}

.page-cms hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--amethyst), transparent);
  margin: 3em 0;
}

.page-cms img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* --- Disclaimer lithothérapie (page id=9 + classe utilitaire) --- */
.page-cms.cms-id-9 #content,
.bhr-cms-disclaimer {
  background: rgba(107,74,140,0.1);
  border-left: 3px solid var(--gold);
  padding: 24px;
  border-radius: 8px;
  font-style: italic;
  font-family: 'Cormorant Garamond';
  font-size: 1.05rem;
}

/* --- Tables --- */
.page-cms table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6em 0;
}

.page-cms th {
  background: var(--ink);
  color: var(--gold);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}

.page-cms td {
  padding: 10px 14px;
  color: var(--cream);
  border-bottom: 1px solid rgba(107,74,140,0.3);
}

/* --- TOC sticky desktop --- */
.cms-toc {
  background: var(--ink);
  padding: 18px;
  border-radius: 8px;
}

@media (min-width: 1024px) {
  .cms-toc { position: sticky; top: 24px; }
}

/* --- Mobile --- */
@media (max-width: 767px) {
  .page-cms p { font-size: 15.5px; line-height: 1.7; }
  .page-cms .container,
  .page-cms #main { padding: 32px 16px; }
}

/* --- Print --- */
@media print {
  .page-cms { background: white; color: black; }
  .page-cms p { color: black; }
}

/* === CMS 80 DÉFAUTS === */

/* Listes bullets visibles */
.page-cms__prose ul, .page-cms .prose ul, .page-cms #content ul {
  list-style-type: disc !important;
  padding-left: 28px !important;
  margin-bottom: 1.4em !important;
}
.page-cms__prose ol, .page-cms .prose ol, .page-cms #content ol {
  list-style-type: decimal !important;
  padding-left: 28px !important;
  margin-bottom: 1.4em !important;
}
.page-cms li { color: rgba(232,224,208,0.9) !important; margin-bottom: 0.6em !important; }
.page-cms li::marker { color: var(--gold, #D4B570); }

/* Aside disclaimer lithothérapie spécial */
.page-cms__prose aside, .page-cms aside, .cms-disclaimer, .bhr-cms-disclaimer,
.page-cms.cms-id-9 #content > * {
  border-left: 3px solid var(--gold, #D4B570) !important;
  padding: 18px 22px !important;
  background: rgba(212,181,112,0.08) !important;
  border-radius: 6px !important;
  margin: 28px 0 !important;
  color: rgba(232,224,208,0.92) !important;
  font-style: italic;
}

/* Page CMS id 9 (disclaimer lithothérapie) — wrapper visible */
body.cms-id-9 .page-cms__prose, body.cms-id-9 #content {
  background: rgba(107,74,140,0.08);
  border: 1px solid rgba(212,181,112,0.2);
  border-radius: 12px;
  padding: clamp(24px, 4vw, 48px);
}

/* H2 / H3 line-height aéré */
.page-cms__prose h2, .page-cms h2 { line-height: 1.35 !important; margin-top: 2.5em !important; margin-bottom: 0.6em !important; }
.page-cms__prose h3, .page-cms h3 { line-height: 1.35 !important; margin-top: 2em !important; margin-bottom: 0.5em !important; }

/* Hero CMS ligne décorative gold */
.page-cms__header { margin-bottom: 2.5rem !important; padding-bottom: 1.5rem !important; border-bottom: 1px solid rgba(212,181,112,0.2) !important; }
.page-cms__header::after, .page-cms h1::after {
  content: "" !important;
  display: block !important;
  width: 60px !important;
  height: 1px !important;
  background: var(--gold, #D4B570) !important;
  margin: 16px 0 0 !important;
}

/* Mobile padding plus généreux */
@media (max-width: 480px) {
  .page-cms .container, .page-cms #main {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .page-cms__prose p, .page-cms p { font-size: 15.5px !important; line-height: 1.7 !important; }
}

/* Touch links inline */
.page-cms__prose a, .page-cms a {
  padding: 2px 0;
  display: inline;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 1px;
}

/* =============================================================
   AUDIT FIX — 2026-04-25
   ============================================================= */

/* 1. Prose max-width 70ch — lisibilité desktop */
.page-cms__prose {
  max-width: 72ch;
}

/* 2. Double H1 + breadcrumb dupliqué : masquer les éléments PS redondants */
/* Header PS natif au-dessus de l'article */
#content-wrapper section#main > header.page-header {
  display: none;
}
/* Header dans l'article : masquer breadcrumb dupliqué, sr-only le h1 */
.page-cms__header > nav.breadcrumb {
  display: none;
}
.page-cms__header > h1.page-cms__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
/* Masquer complètement le header CMS (contient titre dupliqué + breadcrumb dupliqué) */
.page-cms__header {
  display: none !important;
}

/* 3. H1 custom dans le contenu — typographie correcte */
.page-cms__prose h1,
.page-cms #content h1:not(.page-cms__title) {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 0.6em;
}

/* 4. H4 / H5 / H6 — hiérarchie complète */
.page-cms h4 { font-family: 'Cormorant Garamond'; font-size: 1.2rem; color: var(--cream); margin-top: 1.6em; margin-bottom: 0.4em; }
.page-cms h5 { font-family: 'Cormorant Garamond'; font-size: 1.05rem; color: rgba(232,224,208,0.8); margin-top: 1.4em; margin-bottom: 0.3em; }
.page-cms h6 { font-family: 'Cormorant Garamond'; font-size: 0.95rem; color: rgba(232,224,208,0.7); margin-top: 1.2em; margin-bottom: 0.3em; letter-spacing: 0.05em; text-transform: uppercase; }

/* 5. Contact page — styles de base */
.page-contact { background: var(--night, #0d0b1e); }
.page-contact #content-wrapper { max-width: 800px; margin: 0 auto; padding: clamp(40px,6vw,80px) clamp(16px,4vw,24px); }
.page-contact h3, .page-contact h4 { font-family: 'Cormorant Garamond', serif; color: var(--cream, #e8e0d0); margin-bottom: 0.8em; }
.page-contact h3 { font-size: 1.6rem; }
.page-contact h4 { font-size: 1.2rem; color: var(--gold, #D4B570); }
.page-contact .form-control { background: rgba(255,255,255,0.06); border: 1px solid rgba(212,181,112,0.3); color: var(--cream, #e8e0d0); border-radius: 6px; padding: 10px 14px; }
.page-contact .form-control:focus { border-color: var(--gold, #D4B570); outline: none; box-shadow: 0 0 0 2px rgba(212,181,112,0.2); }
.page-contact label.form-control-label { color: rgba(232,224,208,0.75); font-size: 0.9rem; }
.page-contact .btn-primary { background: transparent; border: 1px solid var(--gold, #D4B570); color: var(--gold, #D4B570); padding: 12px 28px; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.85rem; border-radius: 4px; transition: background 0.2s, color 0.2s; }
.page-contact .btn-primary:hover { background: var(--gold, #D4B570); color: var(--night, #0d0b1e); }
.page-contact .contact-form { margin-top: 2rem; }

/* 6. Blockquote — sécurité renfort */
.page-cms blockquote,
.page-cms__prose blockquote {
  border-left: 3px solid var(--gold, #D4B570) !important;
  padding: 12px 20px !important;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--cream, #e8e0d0);
  margin: 1.8em 0 !important;
  background: rgba(212,181,112,0.05);
  border-radius: 0 6px 6px 0;
}

/* 7. Table responsive mobile */
@media (max-width: 600px) {
  .page-cms table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

/* 8. Mobile 375 — prose pleine largeur avec padding */
@media (max-width: 480px) {
  .page-cms__prose { max-width: 100%; }
  .page-contact #content-wrapper { padding: 28px 16px; }
}

/* 9. Supprimer l'espace orphelin laissé par header.page-header masqué */
.page-cms section#main,
#content-wrapper section#main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
#content-wrapper section#main > header.page-header {
  margin: 0 !important;
  padding: 0 !important;
}

/* === ITER 1 FIX — 2026-04-25 === */

/* BUG: Contact sidebar — texte adresse/tel/email illisible (couleur héritée sombre) */
.contact-rich {
  color: rgba(232, 224, 208, 0.9) !important;
}
.contact-rich h4 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  color: var(--gold, #D4B570) !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 1rem !important;
}
.contact-rich .data,
.contact-rich .data a {
  color: rgba(232, 224, 208, 0.88) !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
}
.contact-rich .data a {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-color: rgba(212, 181, 112, 0.5) !important;
}
.contact-rich .data a:hover {
  color: var(--gold, #D4B570) !important;
}
.contact-rich .block {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin-bottom: 1rem !important;
}
.contact-rich .icon i.material-icons {
  color: var(--gold, #D4B570) !important;
  font-size: 1.2rem !important;
}
.contact-rich hr {
  border-color: rgba(212, 181, 112, 0.2) !important;
  margin: 0.75rem 0 !important;
}

/* BUG: Contact mobile — #left-column masqué, float layout à corriger */
.page-contact #left-column {
  display: block !important;
}
@media (max-width: 767px) {
  .page-contact #left-column {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 16px !important;
    margin-bottom: 24px !important;
  }
  .page-contact #content-wrapper {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: both !important;
  }
  .contact-rich {
    background: rgba(20, 16, 42, 0.6) !important;
    border: 1px solid rgba(212, 181, 112, 0.2) !important;
    border-radius: 8px !important;
    padding: 20px !important;
  }
}

/* BUG: À propos — zone noire en haut (header masqué laisse espace) */
.page-cms #wrapper,
.page-cms #content-wrapper {
  padding-top: 0 !important;
}
/* Le h1 PS natif (dupliqué par le module) = masquer le 1er, garder le custom */
.page-cms #js-product-list-header,
.page-cms .page-header.card {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =============================================================
   ITER 13 — 2026-04-25 — Polish FIN pages CMS
   ============================================================= */

/* --- Hero H1 serif italic centré --- */
.page-cms h1,
.page-cms__prose h1,
.page-cms #content h1 {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  text-align: center !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  color: var(--cream, #e8e0d0) !important;
  letter-spacing: 0.02em;
}

/* --- Drop-cap lettrine gold (desktop ≥768px) --- */
@media (min-width: 768px) {
  .page-cms__prose > p:first-of-type::first-letter,
  .page-cms #content > p:first-of-type::first-letter {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4.2em;
    font-weight: 700;
    color: var(--gold, #D4B570);
    float: left;
    line-height: 0.78;
    margin: 0.08em 0.1em 0 0;
    padding: 0;
  }
}

/* --- HR décorative ✦ ─── ✦ --- */
.page-cms hr,
.page-cms__prose hr {
  border: none !important;
  text-align: center;
  overflow: visible;
  height: 1.2em;
  margin: 2.5em 0 !important;
  color: var(--gold, #D4B570);
  opacity: 0.7;
}
.page-cms hr::before,
.page-cms__prose hr::before {
  content: "✦ ─── ✦";
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  letter-spacing: 0.15em;
  color: var(--gold, #D4B570);
  display: inline-block;
  position: relative;
  top: -0.55em;
  background: var(--night, #0d0b1e);
  padding: 0 0.5em;
}

/* --- Liens externes icône subtile --- */
.page-cms a[href^="http"]:not([href*="heleneriu"]):not([href*="bijoux"])::after,
.page-cms__prose a[href^="http"]:not([href*="heleneriu"]):not([href*="bijoux"])::after {
  content: " ↗";
  font-size: 0.75em;
  vertical-align: super;
  opacity: 0.6;
  letter-spacing: 0;
}

/* --- Anchor scroll smooth --- */
html {
  scroll-behavior: smooth;
}

/* --- Print fond blanc complet --- */
@media print {
  .page-cms,
  .page-cms *,
  .page-contact,
  .page-contact * {
    background: white !important;
    color: black !important;
    border-color: #ccc !important;
  }
  .page-cms a,
  .page-contact a {
    color: #333 !important;
    text-decoration: underline !important;
  }
  .page-cms hr::before {
    color: #999 !important;
    background: white !important;
  }
}

/* --- Contact : carte de visite digitale --- */
.contact-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin: 2.5rem 0;
}
.contact-card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 20px 16px;
  background: rgba(212, 181, 112, 0.06);
  border: 1px solid rgba(212, 181, 112, 0.18);
  border-radius: 10px;
  transition: border-color 0.2s, background 0.2s;
}
.contact-card__item:hover {
  border-color: rgba(212, 181, 112, 0.4);
  background: rgba(212, 181, 112, 0.1);
}
.contact-card__icon {
  font-size: 1.8rem;
  color: var(--gold, #D4B570);
  line-height: 1;
}
.contact-card__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(232, 224, 208, 0.55);
}
.contact-card__value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: var(--cream, #e8e0d0);
}
.contact-card__value a {
  color: var(--gold, #D4B570) !important;
  text-decoration: none !important;
}
.contact-card__value a:hover {
  text-decoration: underline !important;
}

/* Réassurance pictogrammes contact */
.contact-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 2rem 0;
}
.contact-reassurance__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(107, 74, 140, 0.15);
  border-radius: 20px;
  font-size: 0.85rem;
  color: rgba(232, 224, 208, 0.8);
}
.contact-reassurance__badge span:first-child {
  font-size: 1rem;
}

/* --- FAQ accordion details/summary custom --- */
.page-cms details,
.page-cms__prose details,
.cms-faq details {
  border: 1px solid rgba(212, 181, 112, 0.2);
  border-radius: 8px;
  margin-bottom: 0.75em;
  overflow: hidden;
  background: rgba(20, 16, 42, 0.5);
  transition: border-color 0.2s;
}
.page-cms details[open],
.page-cms__prose details[open],
.cms-faq details[open] {
  border-color: rgba(212, 181, 112, 0.45);
}
.page-cms details summary,
.page-cms__prose details summary,
.cms-faq details summary {
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--cream, #e8e0d0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.page-cms details summary::-webkit-details-marker { display: none; }
.page-cms details summary::after,
.page-cms__prose details summary::after,
.cms-faq details summary::after {
  content: "✦";
  font-size: 0.75rem;
  color: var(--gold, #D4B570);
  transition: transform 0.25s;
  flex-shrink: 0;
}
.page-cms details[open] summary::after,
.page-cms__prose details[open] summary::after,
.cms-faq details[open] summary::after {
  transform: rotate(90deg);
}
.page-cms details summary:hover {
  background: rgba(212, 181, 112, 0.06);
}
.page-cms details > *:not(summary),
.page-cms__prose details > *:not(summary),
.cms-faq details > *:not(summary) {
  padding: 0 18px 16px;
  color: rgba(232, 224, 208, 0.85);
  font-size: 0.95rem;
  line-height: 1.7;
  animation: cms-accordion-open 0.2s ease;
}
@keyframes cms-accordion-open {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =============================================================
   ITER 21 — 2026-04-25 — Polish 3e passe
   ============================================================= */

/* --- À propos : hero biographie — photo encadrée gold --- */
.cms-about-photo,
.page-cms.cms-id-4 img {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 2rem;
  border-radius: 4px;
  border: 2px solid var(--gold, #D4B570);
  box-shadow: 0 0 0 6px rgba(212,181,112,0.12), 0 8px 32px rgba(0,0,0,0.45);
}
@media (min-width: 768px) {
  .cms-about-photo,
  .page-cms.cms-id-4 img {
    float: right;
    margin: 0 0 1.5rem 2rem;
    max-width: 260px;
  }
}
.page-cms.cms-id-4 .page-cms__prose::after {
  content: "";
  display: table;
  clear: both;
}

/* --- Livraison : tableau délais/tarifs (id=5) --- */
.page-cms.cms-id-5 table,
.cms-delivery-table {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(212,181,112,0.2);
}
.page-cms.cms-id-5 th,
.cms-delivery-table th {
  background: rgba(212,181,112,0.15);
  color: var(--gold, #D4B570);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(212,181,112,0.25);
}
.page-cms.cms-id-5 td,
.cms-delivery-table td {
  padding: 11px 16px;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(107,74,140,0.2);
}
.page-cms.cms-id-5 tr:last-child td,
.cms-delivery-table tr:last-child td {
  border-bottom: none;
}
.page-cms.cms-id-5 tr:nth-child(even) td,
.cms-delivery-table tr:nth-child(even) td {
  background: rgba(212,181,112,0.03);
}
.page-cms.cms-id-5 td:last-child,
.cms-delivery-table td:last-child {
  font-weight: 600;
  color: var(--gold, #D4B570);
}

/* --- Conditions : sections numérotées (id=3) --- */
.page-cms.cms-id-3 h2 {
  counter-increment: section;
  display: flex;
  align-items: baseline;
  gap: 0.6em;
}
.page-cms.cms-id-3 h2::before {
  content: counter(section, decimal-leading-zero) ".";
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85em;
  color: var(--gold, #D4B570);
  opacity: 0.7;
  flex-shrink: 0;
}
.page-cms.cms-id-3 .page-cms__prose {
  counter-reset: section;
}

/* --- TOC sticky desktop — renfort visuel --- */
.cms-toc {
  border: 1px solid rgba(212,181,112,0.18);
  margin-bottom: 2.5rem;
}
.cms-toc ol, .cms-toc ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.cms-toc li {
  margin: 0 !important;
}
.cms-toc a {
  display: block;
  padding: 6px 8px;
  border-radius: 4px;
  color: rgba(232,224,208,0.75) !important;
  text-decoration: none !important;
  font-size: 0.9rem;
  transition: color 0.15s, background 0.15s;
}
.cms-toc a:hover {
  color: var(--gold, #D4B570) !important;
  background: rgba(212,181,112,0.06);
}
.cms-toc__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(212,181,112,0.55);
  margin-bottom: 10px;
}

/* --- Disclaimer lithothérapie prominent (id=9) --- */
.page-cms.cms-id-9 .page-cms__prose,
.page-cms.cms-id-9 #content {
  position: relative;
}
.cms-disclaimer-prominent,
.page-cms.cms-id-9 aside {
  background: linear-gradient(135deg, rgba(107,74,140,0.22) 0%, rgba(212,181,112,0.08) 100%) !important;
  border: 1px solid rgba(212,181,112,0.35) !important;
  border-left: 4px solid var(--gold, #D4B570) !important;
  border-radius: 8px !important;
  padding: 22px 26px !important;
  margin: 2rem 0 !important;
  font-style: normal !important;
  position: relative;
}
.cms-disclaimer-prominent::before,
.page-cms.cms-id-9 aside::before {
  content: "⚠";
  position: absolute;
  top: -12px;
  left: 20px;
  background: var(--night, #0d0b1e);
  padding: 0 8px;
  font-size: 1rem;
  color: var(--gold, #D4B570);
  line-height: 1;
}
.cms-disclaimer-prominent p,
.page-cms.cms-id-9 aside p {
  font-size: 0.95rem !important;
  color: rgba(232,224,208,0.88) !important;
  margin-bottom: 0.6em !important;
}
.cms-disclaimer-prominent p:last-child,
.page-cms.cms-id-9 aside p:last-child {
  margin-bottom: 0 !important;
}

/* --- Cookies : table stylée (id=7) --- */
.page-cms.cms-id-7 table,
.cms-cookies-table {
  border-radius: 8px;
  overflow: hidden;
  font-size: 0.9rem;
  border: 1px solid rgba(107,74,140,0.3);
}
.page-cms.cms-id-7 th,
.cms-cookies-table th {
  background: rgba(107,74,140,0.25);
  color: var(--gold, #D4B570);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(107,74,140,0.4);
}
.page-cms.cms-id-7 td,
.cms-cookies-table td {
  padding: 9px 14px;
  vertical-align: top;
  border-bottom: 1px solid rgba(107,74,140,0.15);
}
.page-cms.cms-id-7 tr:last-child td,
.cms-cookies-table tr:last-child td {
  border-bottom: none;
}
.page-cms.cms-id-7 td:first-child,
.cms-cookies-table td:first-child {
  font-family: 'Courier New', monospace;
  font-size: 0.82rem;
  color: rgba(212,181,112,0.85);
  white-space: nowrap;
}
.page-cms.cms-id-7 td:last-child,
.cms-cookies-table td:last-child {
  color: rgba(232,224,208,0.6);
  font-size: 0.88rem;
}

/* --- Contact : carte intégrée + horaires + plan d'accès --- */
.cms-map-wrapper {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(212,181,112,0.2);
  margin: 2rem 0;
  position: relative;
}
.cms-map-wrapper iframe {
  display: block;
  width: 100%;
  height: 320px;
  filter: grayscale(30%) brightness(0.85) contrast(1.1);
  border: none;
}
.cms-hours-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4em 0;
  font-size: 0.93rem;
}
.cms-hours-table tr {
  border-bottom: 1px solid rgba(107,74,140,0.18);
}
.cms-hours-table tr:last-child { border-bottom: none; }
.cms-hours-table td {
  padding: 8px 4px;
  color: rgba(232,224,208,0.85);
}
.cms-hours-table td:first-child {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: var(--cream, #e8e0d0);
  min-width: 120px;
}
.cms-hours-table td:last-child {
  color: rgba(232,224,208,0.65);
  text-align: right;
}
.cms-hours-table .closed td:last-child {
  color: rgba(232,224,208,0.35);
  font-style: italic;
}
.cms-access-block {
  background: rgba(20,16,42,0.6);
  border: 1px solid rgba(212,181,112,0.15);
  border-radius: 8px;
  padding: 20px 22px;
  margin: 1.5rem 0;
  font-size: 0.93rem;
  line-height: 1.7;
  color: rgba(232,224,208,0.82);
}
.cms-access-block strong {
  color: var(--gold, #D4B570);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

/* --- References / footnotes superscript --- */
.page-cms sup,
.page-cms__prose sup {
  font-size: 0.65em;
  vertical-align: super;
  color: var(--gold, #D4B570);
  font-family: 'Cormorant Garamond', serif;
  line-height: 0;
}
.page-cms a[href^="#fn"],
.page-cms__prose a[href^="#fn"] {
  color: var(--gold, #D4B570) !important;
  text-decoration: none !important;
  font-size: 0.72em;
  vertical-align: super;
  line-height: 0;
  padding: 0 1px;
}
.page-cms a[href^="#fn"]:hover,
.page-cms__prose a[href^="#fn"]:hover {
  text-decoration: underline !important;
}
/* Section footnotes */
.cms-footnotes,
.page-cms .footnotes,
.page-cms__prose .footnotes {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(212,181,112,0.2);
  font-size: 0.85rem;
  color: rgba(232,224,208,0.6);
  line-height: 1.6;
}
.cms-footnotes ol,
.page-cms .footnotes ol {
  list-style: decimal !important;
  padding-left: 20px !important;
}
.cms-footnotes li,
.page-cms .footnotes li {
  color: rgba(232,224,208,0.6) !important;
  margin-bottom: 0.4em !important;
}
.cms-footnotes a,
.page-cms .footnotes a {
  color: rgba(212,181,112,0.7) !important;
}


/* =============================================================
   ITER 32 — 2026-04-25 — Polish CMS 4e passe
   ============================================================= */

/* ── À PROPOS : timeline verticale années ── */
.cms-timeline {
  position: relative;
  padding-left: 36px;
  margin: 2.5rem 0;
}
.cms-timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold, #D4B570) 10%, var(--gold, #D4B570) 90%, transparent);
}
.cms-timeline__item {
  position: relative;
  margin-bottom: 2rem;
}
.cms-timeline__item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold, #D4B570);
  box-shadow: 0 0 0 3px rgba(212,181,112,0.18);
}
.cms-timeline__year {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold, #D4B570);
  opacity: 0.8;
  margin-bottom: 4px;
}
.cms-timeline__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: var(--cream, #e8e0d0);
  margin-bottom: 0.3em;
}
.cms-timeline__desc {
  font-size: 0.92rem;
  color: rgba(232,224,208,0.72);
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 480px) {
  .cms-timeline { padding-left: 28px; }
  .cms-timeline__item::before { left: -22px; }
}

/* ── LIVRAISON : carte France zones colorées ── */
.cms-france-map-wrap {
  margin: 2rem 0;
}
.cms-france-map {
  display: block;
  max-width: 480px;
  width: 100%;
  margin: 0 auto 1rem;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,0.4));
}
/* Zones colorées via classes SVG inline (si SVG inline) */
.cms-france-map .zone-standard   { fill: rgba(212,181,112,0.35); stroke: rgba(212,181,112,0.6); stroke-width: 0.5; }
.cms-france-map .zone-express    { fill: rgba(107,74,140,0.45);  stroke: rgba(107,74,140,0.7);  stroke-width: 0.5; }
.cms-france-map .zone-gratuit    { fill: rgba(80,180,120,0.35);  stroke: rgba(80,180,120,0.6);  stroke-width: 0.5; }
/* Légende zones */
.cms-delivery-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 0.8rem;
}
.cms-delivery-legend__item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  color: rgba(232,224,208,0.8);
}
.cms-delivery-legend__swatch {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  flex-shrink: 0;
}
.cms-delivery-legend__swatch--standard { background: rgba(212,181,112,0.6); }
.cms-delivery-legend__swatch--express  { background: rgba(107,74,140,0.7); }
.cms-delivery-legend__swatch--gratuit  { background: rgba(80,180,120,0.7); }
/* Tableau zones simplifié */
.cms-delivery-zones {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2rem 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(212,181,112,0.18);
}
.cms-delivery-zones th {
  background: rgba(212,181,112,0.12);
  color: var(--gold, #D4B570);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.88rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 10px 14px;
}
.cms-delivery-zones td {
  padding: 9px 14px;
  color: rgba(232,224,208,0.85);
  border-bottom: 1px solid rgba(107,74,140,0.15);
  font-size: 0.92rem;
}
.cms-delivery-zones tr:last-child td { border-bottom: none; }
.cms-delivery-zones .zone-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

/* ── COOKIES : tableau filtrage interactif ── */
.cms-cookies-filter {
  margin: 1.5rem 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cms-cookies-filter__btn {
  padding: 5px 14px;
  border: 1px solid rgba(212,181,112,0.3);
  border-radius: 20px;
  background: transparent;
  color: rgba(232,224,208,0.7);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s, color 0.18s;
  font-family: inherit;
}
.cms-cookies-filter__btn:hover,
.cms-cookies-filter__btn.active {
  border-color: var(--gold, #D4B570);
  color: var(--gold, #D4B570);
  background: rgba(212,181,112,0.07);
}
.cms-cookies-filter__btn.active { font-weight: 600; }
/* Lignes filtrables */
[data-cookie-type] { transition: opacity 0.2s; }
[data-cookie-type].hidden { display: none; }

/* ── FAQ : barre de recherche questions ── */
.cms-faq-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
  background: rgba(20,16,42,0.6);
  border: 1px solid rgba(212,181,112,0.25);
  border-radius: 8px;
  padding: 8px 14px;
  transition: border-color 0.18s;
}
.cms-faq-search:focus-within {
  border-color: var(--gold, #D4B570);
}
.cms-faq-search__icon {
  color: rgba(212,181,112,0.5);
  font-size: 1rem;
  flex-shrink: 0;
}
.cms-faq-search__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--cream, #e8e0d0);
  font-size: 0.92rem;
  font-family: inherit;
}
.cms-faq-search__input::placeholder {
  color: rgba(232,224,208,0.35);
}
/* Résultats filtrés FAQ */
.cms-faq details.faq-hidden { display: none; }
.cms-faq-no-results {
  text-align: center;
  color: rgba(232,224,208,0.4);
  font-style: italic;
  font-size: 0.92rem;
  padding: 1.5rem 0;
  display: none;
}
.cms-faq-no-results.visible { display: block; }

/* ── NOS ENGAGEMENTS : grille valeurs 3-4 items ── */
.cms-engagements {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 2.5rem 0;
}
.cms-engagement__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 26px 20px;
  background: linear-gradient(145deg, rgba(20,16,42,0.8), rgba(107,74,140,0.08));
  border: 1px solid rgba(212,181,112,0.18);
  border-radius: 12px;
  transition: border-color 0.2s, transform 0.2s;
}
.cms-engagement__card:hover {
  border-color: rgba(212,181,112,0.4);
  transform: translateY(-3px);
}
.cms-engagement__icon {
  font-size: 2rem;
  line-height: 1;
  color: var(--gold, #D4B570);
}
.cms-engagement__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: var(--cream, #e8e0d0);
  font-weight: 600;
  margin: 0;
}
.cms-engagement__text {
  font-size: 0.88rem;
  color: rgba(232,224,208,0.65);
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 480px) {
  .cms-engagements { grid-template-columns: 1fr 1fr; gap: 14px; }
  .cms-engagement__card { padding: 18px 14px; }
}

/* ── PLAN DU SITE : sitemap visuel ── */
.cms-sitemap {
  margin: 2rem 0;
}
.cms-sitemap__section {
  margin-bottom: 1.8rem;
}
.cms-sitemap__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--gold, #D4B570);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(212,181,112,0.18);
  display: flex;
  align-items: center;
  gap: 8px;
}
.cms-sitemap__heading::before {
  content: "◆";
  font-size: 0.6rem;
  opacity: 0.7;
}
.cms-sitemap__links {
  list-style: none !important;
  padding-left: 18px !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 4px 16px;
}
.cms-sitemap__links li {
  margin: 0 !important;
}
.cms-sitemap__links a {
  display: block;
  padding: 5px 0;
  color: rgba(232,224,208,0.75) !important;
  text-decoration: none !important;
  font-size: 0.9rem;
  transition: color 0.15s;
}
.cms-sitemap__links a::before {
  content: "→ ";
  color: rgba(212,181,112,0.4);
  font-size: 0.8rem;
}
.cms-sitemap__links a:hover {
  color: var(--gold, #D4B570) !important;
}

/* ── MENTIONS LÉGALES : sections numérotées ── */
.cms-legal {
  counter-reset: legal-section;
}
.cms-legal h2 {
  counter-increment: legal-section;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
.cms-legal h2::before {
  content: counter(legal-section) ".";
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9em;
  color: var(--gold, #D4B570);
  opacity: 0.7;
  min-width: 1.8em;
  flex-shrink: 0;
}
/* Alternance sections légales */
.cms-legal .legal-section {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(107,74,140,0.15);
}
.cms-legal .legal-section:last-child { border-bottom: none; }

/* ── CONTACT : bandeau succès envoi formulaire ── */
.cms-contact-success {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  background: linear-gradient(90deg, rgba(80,180,120,0.15), rgba(80,180,120,0.07));
  border: 1px solid rgba(80,180,120,0.4);
  border-left: 4px solid rgba(80,180,120,0.85);
  border-radius: 8px;
  margin: 1.5rem 0;
  animation: cms-success-slide 0.35s ease;
}
@keyframes cms-success-slide {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cms-contact-success__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  color: rgba(80,180,120,0.9);
}
.cms-contact-success__text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--cream, #e8e0d0);
  line-height: 1.5;
}
.cms-contact-success__text strong {
  display: block;
  color: rgba(80,180,120,1);
  font-size: 1.1rem;
  margin-bottom: 2px;
}
/* PS contactform — alert-success existant */
.page-contact .alert-success,
.page-contact #contact-form-success {
  background: linear-gradient(90deg, rgba(80,180,120,0.15), rgba(80,180,120,0.07)) !important;
  border: 1px solid rgba(80,180,120,0.4) !important;
  border-left: 4px solid rgba(80,180,120,0.85) !important;
  border-radius: 8px !important;
  color: var(--cream, #e8e0d0) !important;
  padding: 14px 20px !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1rem !important;
  animation: cms-success-slide 0.35s ease !important;
}

/* ── JS utilitaire : filtrage cookies ── */
/* (injecté via <script> inline dans le contenu CMS) */

/* =============================================================
   ITER 45 — CMS POLISH 5e PASSE
   ToC sticky | Active section | Reading time | Last updated
   Print | Email | Bookmark | Author cite
   ============================================================= */

/* ── TABLE OF CONTENTS (ToC) sticky desktop ── */
.cms-toc {
  position: sticky;
  top: 90px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  background: rgba(20,16,42,0.92);
  border: 1px solid rgba(212,181,112,0.18);
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 0.88rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(212,181,112,0.25) transparent;
}
.cms-toc__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold, #D4B570);
  margin-bottom: 12px;
  opacity: 0.85;
}
.cms-toc__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cms-toc__list li {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.cms-toc__list a {
  display: block;
  padding: 5px 8px;
  color: rgba(232,224,208,0.65) !important;
  text-decoration: none !important;
  border-radius: 5px;
  border-left: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
  line-height: 1.4;
}
.cms-toc__list a:hover {
  color: var(--gold, #D4B570) !important;
  background: rgba(212,181,112,0.06);
}
/* h3 indent */
.cms-toc__list--sub a {
  padding-left: 20px;
  font-size: 0.82rem;
}

/* ── ACTIVE SECTION HIGHLIGHT ── */
.cms-toc__list a.toc-active {
  color: var(--gold, #D4B570) !important;
  border-left-color: var(--gold, #D4B570);
  background: rgba(212,181,112,0.08);
  font-weight: 600;
}

/* Layout side-toc pour articles longs (opt-in via classe body) */
@media (min-width: 1100px) {
  .page-cms.has-toc #main,
  .page-cms.has-toc .container {
    max-width: 1080px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 48px;
    align-items: start;
  }
  .page-cms.has-toc .cms-toc { display: block; }
}
@media (max-width: 1099px) {
  .cms-toc {
    position: static;
    max-height: none;
    margin-bottom: 2rem;
  }
}

/* ── READING TIME ── */
.cms-reading-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: rgba(232,224,208,0.5);
  margin-bottom: 1.2rem;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.03em;
}
.cms-reading-time::before {
  content: "◷";
  color: var(--gold, #D4B570);
  opacity: 0.7;
  font-size: 0.95rem;
}

/* ── LAST UPDATED DATE ── */
.cms-last-updated {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: rgba(232,224,208,0.38);
  font-family: 'Cormorant Garamond', serif;
  margin-left: 14px;
  font-style: italic;
}
.cms-last-updated::before {
  content: "↻";
  font-style: normal;
  opacity: 0.55;
}

/* ── ARTICLE META BAR (regroupe reading-time + last-updated) ── */
.cms-article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 0;
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(212,181,112,0.1);
}

/* ── PRINT BUTTON ── */
.cms-btn-print {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 16px;
  background: transparent;
  border: 1px solid rgba(212,181,112,0.28);
  border-radius: 6px;
  color: rgba(232,224,208,0.65);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  text-decoration: none !important;
}
.cms-btn-print:hover {
  border-color: var(--gold, #D4B570);
  color: var(--gold, #D4B570);
  background: rgba(212,181,112,0.06);
}
.cms-btn-print::before { content: "🖨"; font-size: 0.9rem; }

/* ── EMAIL BUTTON ── */
.cms-btn-email {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 16px;
  background: transparent;
  border: 1px solid rgba(212,181,112,0.28);
  border-radius: 6px;
  color: rgba(232,224,208,0.65);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  text-decoration: none !important;
}
.cms-btn-email:hover {
  border-color: var(--amethyst, #6B4A8C);
  color: var(--cream, #e8e0d0);
  background: rgba(107,74,140,0.1);
}
.cms-btn-email::before { content: "✉"; font-size: 0.9rem; }

/* ── ACTIONS BAR (regroupe print + email + bookmark) ── */
.cms-article-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 2rem 0 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(212,181,112,0.1);
}

/* ── BOOKMARK / SAVE INDICATOR ── */
.cms-btn-bookmark {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 16px;
  background: transparent;
  border: 1px solid rgba(212,181,112,0.28);
  border-radius: 6px;
  color: rgba(232,224,208,0.65);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  text-decoration: none !important;
  user-select: none;
}
.cms-btn-bookmark::before { content: "♡"; font-size: 1rem; }
.cms-btn-bookmark:hover,
.cms-btn-bookmark.is-saved {
  border-color: rgba(212,181,112,0.7);
  color: var(--gold, #D4B570);
  background: rgba(212,181,112,0.08);
}
.cms-btn-bookmark.is-saved::before { content: "♥"; }
.cms-btn-bookmark.is-saved .cms-bookmark-label::after { content: " ✓"; font-size: 0.75rem; }

/* ── AUTHOR CITE BLOCK ── */
.cms-author-cite {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 2.5rem 0;
  padding: 20px 22px;
  background: linear-gradient(135deg, rgba(107,74,140,0.1), rgba(20,16,42,0.6));
  border: 1px solid rgba(107,74,140,0.2);
  border-left: 3px solid var(--amethyst, #6B4A8C);
  border-radius: 10px;
}
.cms-author-cite__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(212,181,112,0.25);
}
.cms-author-cite__avatar-placeholder {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(107,74,140,0.4), rgba(212,181,112,0.2));
  border: 2px solid rgba(212,181,112,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--gold, #D4B570);
}
.cms-author-cite__body {}
.cms-author-cite__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--cream, #e8e0d0);
  margin-bottom: 2px;
}
.cms-author-cite__role {
  font-size: 0.78rem;
  color: var(--gold, #D4B570);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 0.8;
}
.cms-author-cite__bio {
  font-size: 0.9rem;
  color: rgba(232,224,208,0.7);
  line-height: 1.6;
  margin: 0;
}

/* ── PRINT STYLES ── */
@media print {
  .cms-toc, .cms-article-actions, .cms-btn-print,
  .cms-btn-email, .cms-btn-bookmark { display: none !important; }
  .page-cms { background: #fff !important; color: #111 !important; }
  .page-cms h1, .page-cms h2, .page-cms h3 { color: #111 !important; }
  .page-cms p, .page-cms li { color: #333 !important; }
  .cms-author-cite { border-color: #ccc !important; background: #f8f8f8 !important; }
  .cms-author-cite__name, .cms-author-cite__bio { color: #111 !important; }
}


