/* ═══════════════════════════════════════════════════════
   .dyc-crownreview — CSS SCOPÉ, ZÉRO CONFLIT EXTERNE
   Couleurs et polices hardcodées (pas de variables CSS)
   Responsive : desktop → tablette (768px) → mobile (480px)
═══════════════════════════════════════════════════════ */
.dyc-crownreview {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.85;
  color: #2C2825;
  background: #FAF8F5;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  width: 100%;
}
 
.dyc-crownreview *,
.dyc-crownreview *::before,
.dyc-crownreview *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 
 
/* ══════════════════════════════════
   HERO
══════════════════════════════════ */
 
.dyc-crownreview .cr-hero {
  background: #2C2825;
  padding: clamp(48px, 8vw, 100px) clamp(20px, 6vw, 70px) clamp(40px, 7vw, 85px);
  position: relative;
  overflow: hidden;
}
 
.dyc-crownreview .cr-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -100px;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155,27,78,0.1) 0%, transparent 70%);
  pointer-events: none;
}
 
.dyc-crownreview .cr-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9B1B4E, transparent);
}
 
.dyc-crownreview .cr-hero-eyebrow {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #9B1B4E;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  animation: cr-fadeUp 0.8s ease forwards 0.2s;
}
 
.dyc-crownreview .cr-hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 36px; height: 1px;
  background: #9B1B4E;
  flex-shrink: 0;
}
 
.dyc-crownreview .cr-hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(30px, 5.5vw, 72px);
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.08;
  max-width: 860px;
  opacity: 0;
  animation: cr-fadeUp 0.9s ease forwards 0.4s;
}
 
.dyc-crownreview .cr-hero-title em {
  font-style: italic;
  color: #9B1B4E;
  font-weight: 300;
}
 
.dyc-crownreview .cr-hero-subtitle {
  margin-top: 24px;
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  max-width: 540px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  opacity: 0;
  animation: cr-fadeUp 1s ease forwards 0.6s;
}
 
.dyc-crownreview .cr-hero-meta {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  opacity: 0;
  animation: cr-fadeUp 1s ease forwards 0.8s;
}
 
.dyc-crownreview .cr-hero-meta-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
 
.dyc-crownreview .cr-hero-meta-item .cr-label {
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(155,27,78,0.6);
  font-weight: 500;
}
 
.dyc-crownreview .cr-hero-meta-item .cr-value {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  font-weight: 400;
}
 
.dyc-crownreview .cr-hero-divider {
  width: 1px; height: 34px;
  background: rgba(155,27,78,0.25);
  flex-shrink: 0;
}
 
 
/* ══════════════════════════════════
   BANDE RUBRIQUES
══════════════════════════════════ */
 
.dyc-crownreview .cr-rubriques-band {
  background: #4A4440;
  padding: 13px clamp(20px, 5vw, 70px);
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(155,27,78,0.2);
}
 
.dyc-crownreview .cr-rubriques-band::-webkit-scrollbar { display: none; }
 
.dyc-crownreview .cr-rb-tag {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(250,248,245,0.38);
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.25s;
  flex-shrink: 0;
  font-weight: 500;
  cursor: pointer;
}
 
.dyc-crownreview .cr-rb-tag:hover,
.dyc-crownreview .cr-rb-tag.active { color: #9B1B4E; }
 
.dyc-crownreview .cr-rb-sep {
  width: 1px; height: 12px;
  background: rgba(155,27,78,0.2);
  flex-shrink: 0;
}
 
 
/* ══════════════════════════════════
   LAYOUT PRINCIPAL : sommaire + main
══════════════════════════════════ */
 
.dyc-crownreview .cr-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 80px) clamp(20px, 4vw, 60px) clamp(56px, 8vw, 100px);
  align-items: start;
  gap: 0;
}
 
 
/* ══════════════════════════════════
   SOMMAIRE LATÉRAL
══════════════════════════════════ */
 
.dyc-crownreview .cr-sommaire {
  position: sticky;
  top: 40px;
  padding-right: 40px;
  border-right: 1px solid rgba(155,27,78,0.15);
  opacity: 0;
  animation: cr-fadeUp 0.8s ease forwards 0.5s;
}
 
.dyc-crownreview .cr-sommaire-title {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #9B1B4E;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
 
.dyc-crownreview .cr-sommaire-title::before {
  content: '';
  display: inline-block;
  width: 18px; height: 1px;
  background: #9B1B4E;
}
 
.dyc-crownreview .cr-sommaire ol {
  list-style: none;
  counter-reset: cr-toc;
}
 
.dyc-crownreview .cr-sommaire ol li {
  counter-increment: cr-toc;
  margin-bottom: 14px;
}
 
.dyc-crownreview .cr-sommaire ol li a {
  text-decoration: none;
  color: #7A746E;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  transition: color 0.25s;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
}
 
.dyc-crownreview .cr-sommaire ol li a::before {
  content: counter(cr-toc, decimal-leading-zero);
  font-size: 9px;
  color: #9B1B4E;
  font-weight: 500;
  padding-top: 1px;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
 
.dyc-crownreview .cr-sommaire ol li a:hover { color: #9B1B4E; }
 
.dyc-crownreview .cr-sommaire-sep {
  margin: 24px 0;
  height: 1px;
  background: rgba(155,27,78,0.15);
}
 
.dyc-crownreview .cr-sidebar-numero { padding-top: 4px; }
 
.dyc-crownreview .cr-sidebar-numero .cr-label {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #9B1B4E;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
 
.dyc-crownreview .cr-sidebar-numero .cr-label::before {
  content: '';
  width: 12px; height: 1px;
  background: #9B1B4E;
}
 
.dyc-crownreview .cr-sidebar-numero .cr-num-titre {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  color: #2C2825;
  margin-bottom: 12px;
}
 
.dyc-crownreview .cr-sidebar-numero .cr-num-titre em {
  font-style: italic;
  color: #9B1B4E;
}
 
.dyc-crownreview .cr-sidebar-numero a {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9B1B4E;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(155,27,78,0.2);
  padding-bottom: 2px;
  transition: border-color 0.25s;
}
 
.dyc-crownreview .cr-sidebar-numero a:hover { border-color: #9B1B4E; }
 
 
/* ══════════════════════════════════
   CORPS PRINCIPAL
══════════════════════════════════ */
 
.dyc-crownreview .cr-main {
  padding-left: 52px;
  opacity: 0;
  animation: cr-fadeUp 0.9s ease forwards 0.7s;
}
 
.dyc-crownreview .cr-section {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(155,27,78,0.15);
}
 
.dyc-crownreview .cr-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
 
.dyc-crownreview .cr-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 600;
  color: #2C2825;
  line-height: 1.2;
  margin-bottom: 26px;
  position: relative;
  padding-bottom: 18px;
}
 
.dyc-crownreview .cr-section-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 44px; height: 1px;
  background: #9B1B4E;
}
 
.dyc-crownreview .cr-section-title em {
  font-style: italic;
  color: #9B1B4E;
}
 
.dyc-crownreview .cr-section p {
  font-size: clamp(13px, 1.4vw, 14.5px);
  font-weight: 300;
  line-height: 1.95;
  color: #4A4440;
  margin-bottom: 16px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
}
 
.dyc-crownreview .cr-section p:last-child { margin-bottom: 0; }
 
.dyc-crownreview .cr-section strong {
  font-weight: 600;
  color: #2C2825;
}
 
 
/* ══════════════════════════════════
   PULL QUOTE
══════════════════════════════════ */
 
.dyc-crownreview .cr-pull-quote {
  margin: 36px 0;
  padding: 28px 36px;
  border-left: 2px solid #9B1B4E;
  background: linear-gradient(135deg, rgba(155,27,78,0.04), rgba(155,27,78,0.01));
}
 
.dyc-crownreview .cr-pull-quote p {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(17px, 2vw, 22px) !important;
  font-weight: 400 !important;
  font-style: italic;
  line-height: 1.6 !important;
  color: #2C2825 !important;
  margin: 0 !important;
}
 
.dyc-crownreview .cr-source {
  margin-top: 12px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #9B1B4E;
}
 
 
/* ══════════════════════════════════
   GRILLE ARTICLES
══════════════════════════════════ */
 
.dyc-crownreview .cr-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin: 32px 0;
  background: rgba(155,27,78,0.08);
}
 
.dyc-crownreview .cr-card {
  background: #FAF8F5;
  padding: 24px 22px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background 0.3s;
}
 
.dyc-crownreview .cr-card:hover { background: #FFFFFF; }
 
.dyc-crownreview .cr-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #9B1B4E, transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
 
.dyc-crownreview .cr-card:hover::before { opacity: 1; }
 
.dyc-crownreview .cr-card.featured {
  grid-column: span 2;
  background: #2C2825;
}
 
.dyc-crownreview .cr-card.featured:hover { background: #4A4440; }
 
.dyc-crownreview .cr-card-rubrique {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #9B1B4E;
}
 
.dyc-crownreview .cr-card-num {
  position: absolute;
  top: 18px; right: 18px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px;
  font-weight: 300;
  color: rgba(155,27,78,0.1);
  line-height: 1;
}
 
.dyc-crownreview .cr-card-h {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(15px, 1.8vw, 21px);
  font-weight: 600;
  line-height: 1.25;
  color: #2C2825;
  margin-top: 4px;
}
 
.dyc-crownreview .cr-card-p {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  color: #7A746E;
  flex: 1;
}
 
.dyc-crownreview .cr-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(155,27,78,0.15);
  gap: 8px;
}
 
.dyc-crownreview .cr-card-temps {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #DDD6CC;
}
 
.dyc-crownreview .cr-card-lire {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9B1B4E;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: gap 0.3s;
  white-space: nowrap;
}
 
.dyc-crownreview .cr-card-lire::after {
  content: '';
  display: block;
  width: 16px; height: 1px;
  background: #9B1B4E;
  transition: width 0.3s;
}
 
.dyc-crownreview .cr-card-lire:hover { gap: 10px; }
.dyc-crownreview .cr-card-lire:hover::after { width: 26px; }
 
/* Featured overrides */
.dyc-crownreview .cr-card.featured .cr-card-h {
  color: #FFFFFF;
  font-size: clamp(17px, 2.2vw, 25px);
}
.dyc-crownreview .cr-card.featured .cr-card-p { color: rgba(250,248,245,0.42); }
.dyc-crownreview .cr-card.featured .cr-card-foot { border-top-color: rgba(155,27,78,0.2); }
.dyc-crownreview .cr-card.featured .cr-card-temps { color: rgba(250,248,245,0.25); }
.dyc-crownreview .cr-card.featured .cr-card-num { color: rgba(155,27,78,0.12); }
 
 
/* ══════════════════════════════════
   BLOC NUMÉRO EN COURS
══════════════════════════════════ */
 
.dyc-crownreview .cr-numero-block {
  margin: 36px 0;
  background: #2C2825;
  padding: clamp(28px, 5vw, 56px) clamp(20px, 4vw, 52px);
  position: relative;
  overflow: hidden;
}
 
.dyc-crownreview .cr-numero-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at top right, rgba(155,27,78,0.1), transparent 60%);
  pointer-events: none;
}
 
.dyc-crownreview .cr-numero-block::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #9B1B4E, rgba(155,27,78,0.3), transparent);
}
 
.dyc-crownreview .cr-numero-header { margin-bottom: 32px; }
 
.dyc-crownreview .cr-numero-eyebrow {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #9B1B4E;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
 
.dyc-crownreview .cr-numero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 22px; height: 1px;
  background: #9B1B4E;
}
 
.dyc-crownreview .cr-numero-titre {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.2;
}
 
.dyc-crownreview .cr-numero-titre em {
  font-style: italic;
  color: #9B1B4E;
}
 
.dyc-crownreview .cr-numero-desc {
  margin-top: 10px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.42);
  line-height: 1.75;
  max-width: 500px;
}
 
.dyc-crownreview .cr-numero-sommaire {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(155,27,78,0.1);
}
 
.dyc-crownreview .cr-s-item {
  background: #2C2825;
  padding: 18px 22px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-decoration: none;
  transition: background 0.3s;
}
 
.dyc-crownreview .cr-s-item:hover { background: #1e1610; }
 
.dyc-crownreview .cr-s-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 300;
  color: rgba(155,27,78,0.2);
  line-height: 1;
  flex-shrink: 0;
}
 
.dyc-crownreview .cr-s-rub {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #9B1B4E;
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}
 
.dyc-crownreview .cr-s-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(250,248,245,0.68);
  line-height: 1.35;
}
 
 
/* ══════════════════════════════════
   NEWSLETTER
══════════════════════════════════ */
 
.dyc-crownreview .cr-nl-block {
  background: #2C2825;
  padding: clamp(32px, 6vw, 60px) clamp(20px, 5vw, 54px);
  position: relative;
  overflow: hidden;
}
 
.dyc-crownreview .cr-nl-block::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #9B1B4E, rgba(155,27,78,0.4), transparent);
}
 
.dyc-crownreview .cr-nl-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  position: relative;
  z-index: 1;
}
 
.dyc-crownreview .cr-nl-eyebrow {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #9B1B4E;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
 
.dyc-crownreview .cr-nl-eyebrow::before {
  content: '';
  width: 22px; height: 1px;
  background: #9B1B4E;
}
 
.dyc-crownreview .cr-nl-h {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 14px;
}
 
.dyc-crownreview .cr-nl-h em {
  font-style: italic;
  color: #9B1B4E;
}
 
.dyc-crownreview .cr-nl-desc {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.38);
  line-height: 1.85;
}
 
.dyc-crownreview .cr-nl-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
 
.dyc-crownreview .cr-nl-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(155,27,78,0.3);
  padding: 14px 0;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  outline: none;
  width: 100%;
  transition: border-color 0.3s;
}
 
.dyc-crownreview .cr-nl-input::placeholder { color: rgba(250,248,245,0.22); }
.dyc-crownreview .cr-nl-input:focus { border-bottom-color: #9B1B4E; }
 
.dyc-crownreview .cr-nl-btn {
  margin-top: 24px;
  background: #9B1B4E;
  color: #FFFFFF;
  border: none;
  padding: 14px 26px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  align-self: flex-start;
}
 
.dyc-crownreview .cr-nl-btn:hover {
  background: #7A1440;
  transform: translateY(-2px);
}
 
.dyc-crownreview .cr-nl-note {
  margin-top: 10px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  color: rgba(250,248,245,0.18);
  letter-spacing: 0.1em;
}
 
 
/* ══════════════════════════════════
   SIGNATURE
══════════════════════════════════ */
 
.dyc-crownreview .cr-signature {
  margin-top: 60px;
  padding-top: 44px;
  border-top: 1px solid rgba(155,27,78,0.15);
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
 
.dyc-crownreview .cr-monogram {
  flex-shrink: 0;
  width: 60px; height: 60px;
  background: #2C2825;
  border: 1px solid rgba(155,27,78,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.dyc-crownreview .cr-monogram span {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: #9B1B4E;
  letter-spacing: 0.05em;
}
 
.dyc-crownreview .cr-sig-info { flex: 1; }
 
.dyc-crownreview .cr-sig-label {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #9B1B4E;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
 
.dyc-crownreview .cr-sig-label::before {
  content: '';
  display: inline-block;
  width: 14px; height: 1px;
  background: #9B1B4E;
}
 
.dyc-crownreview .cr-sig-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #2C2825;
  line-height: 1.2;
  margin-bottom: 5px;
}
 
.dyc-crownreview .cr-sig-title {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #7A746E;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
 
.dyc-crownreview .cr-sig-vision {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #7A746E;
  line-height: 1.7;
  max-width: 520px;
  border-left: 1px solid rgba(155,27,78,0.15);
  padding-left: 16px;
}
 
 
/* ══════════════════════════════════
   ANIMATIONS
══════════════════════════════════ */
 
@keyframes cr-fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
 
.dyc-crownreview .cr-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
 
.dyc-crownreview .cr-reveal.in {
  opacity: 1;
  transform: translateY(0);
}
 
 
/* ══════════════════════════════════
   RESPONSIVE — TABLETTE (≤ 900px)
══════════════════════════════════ */
 
@media (max-width: 900px) {
 
  /* Layout : sommaire passe au-dessus */
  .dyc-crownreview .cr-layout {
    grid-template-columns: 1fr;
    padding: 36px 24px 64px;
  }
 
  .dyc-crownreview .cr-sommaire {
    position: static;
    border-right: none;
    border-bottom: 1px solid rgba(155,27,78,0.15);
    padding-right: 0;
    padding-bottom: 28px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
    align-items: start;
  }
 
  .dyc-crownreview .cr-sommaire-title {
    grid-column: span 2;
  }
 
  .dyc-crownreview .cr-sommaire-sep {
    grid-column: span 2;
    margin: 16px 0;
  }
 
  .dyc-crownreview .cr-sidebar-numero {
    grid-column: span 2;
  }
 
  .dyc-crownreview .cr-main { padding-left: 0; }
 
  /* Grille articles : 2 colonnes */
  .dyc-crownreview .cr-articles-grid {
    grid-template-columns: 50% 50%;
  }
 
  .dyc-crownreview .cr-card.featured {
    grid-column: span 2;
  }
 
  /* Sommaire numéro : 1 colonne */
  .dyc-crownreview .cr-numero-sommaire {
    grid-template-columns: 1fr;
  }
 
  /* Newsletter : 1 colonne */
  .dyc-crownreview .cr-nl-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
 
  /* Hero méta : wrap + séparateurs cachés */
  .dyc-crownreview .cr-hero-meta { gap: 16px 24px; }
  .dyc-crownreview .cr-hero-divider { display: none; }
 
  /* Signature empilée */
  .dyc-crownreview .cr-signature {
    flex-direction: column;
    gap: 16px;
  }
}
 
 
/* ══════════════════════════════════
   RESPONSIVE — MOBILE (≤ 600px)
══════════════════════════════════ */
 
@media (max-width: 600px) {
 
  /* Hero */
  .dyc-crownreview .cr-hero {
    padding: 40px 20px 36px;
  }
 
  .dyc-crownreview .cr-hero-eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
 
  .dyc-crownreview .cr-hero-title {
    font-size: clamp(26px, 8vw, 36px);
    line-height: 1.1;
  }
 
  .dyc-crownreview .cr-hero-subtitle {
    font-size: 13px;
    margin-top: 16px;
  }
 
  .dyc-crownreview .cr-hero-meta {
    margin-top: 28px;
    gap: 12px 18px;
  }
 
  .dyc-crownreview .cr-hero-meta-item .cr-value {
    font-size: 12px;
  }
 
  /* Bande rubriques : scroll horizontal, tags plus courts */
  .dyc-crownreview .cr-rubriques-band {
    padding: 11px 16px;
    gap: 12px;
  }
 
  .dyc-crownreview .cr-rb-tag { font-size: 8.5px; }
 
  /* Layout mobile */
  .dyc-crownreview .cr-layout {
    padding: 28px 16px 52px;
  }
 
  /* Sommaire : 1 seule colonne sur mobile */
  .dyc-crownreview .cr-sommaire {
    grid-template-columns: 1fr;
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
 
  .dyc-crownreview .cr-sommaire-title { grid-column: 1; }
  .dyc-crownreview .cr-sommaire-sep   { grid-column: 1; }
  .dyc-crownreview .cr-sidebar-numero { grid-column: 1; }
 
  .dyc-crownreview .cr-sommaire ol li a {
    font-size: 12px;
  }
 
  /* Section titre */
  .dyc-crownreview .cr-section-title {
    font-size: clamp(20px, 6vw, 26px);
  }
 
  /* Grille articles : 1 colonne */
  .dyc-crownreview .cr-articles-grid {
    grid-template-columns: 1fr;
  }
 
  .dyc-crownreview .cr-card.featured {
    grid-column: span 1;
  }
 
  .dyc-crownreview .cr-card { padding: 20px 18px; }
 
  .dyc-crownreview .cr-card-h {
    font-size: clamp(16px, 5vw, 20px);
  }
 
  .dyc-crownreview .cr-card.featured .cr-card-h {
    font-size: clamp(17px, 5.5vw, 22px);
  }
 
  /* Bloc numéro sommaire : 1 colonne */
  .dyc-crownreview .cr-numero-sommaire {
    grid-template-columns: 1fr;
  }
 
  .dyc-crownreview .cr-s-item { padding: 16px 18px; }
 
  .dyc-crownreview .cr-s-num { font-size: 22px; }
 
  /* Pull quote */
  .dyc-crownreview .cr-pull-quote {
    padding: 20px 22px;
    margin: 24px 0;
  }
 
  /* Newsletter */
  .dyc-crownreview .cr-nl-block {
    padding: 28px 18px;
  }
 
  .dyc-crownreview .cr-nl-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
 
  .dyc-crownreview .cr-nl-h {
    font-size: clamp(22px, 7vw, 30px);
  }
 
  .dyc-crownreview .cr-nl-btn {
    align-self: stretch;
    text-align: center;
    padding: 15px 20px;
  }
 
  /* Signature */
  .dyc-crownreview .cr-signature {
    margin-top: 40px;
    padding-top: 32px;
    flex-direction: column;
    gap: 14px;
  }
 
  .dyc-crownreview .cr-sig-vision {
    font-size: 13px;
    max-width: 100%;
  }
}
 
 
/* ══════════════════════════════════
   RESPONSIVE — TRÈS PETIT (≤ 380px)
══════════════════════════════════ */
 
@media (max-width: 380px) {
 
  .dyc-crownreview .cr-hero-title {
    font-size: 24px;
  }
 
  .dyc-crownreview .cr-hero {
    padding: 32px 16px 28px;
  }
 
  .dyc-crownreview .cr-layout {
    padding: 24px 14px 44px;
  }
 
  .dyc-crownreview .cr-card { padding: 16px 14px; }
 
  .dyc-crownreview .cr-nl-block { padding: 24px 14px; }
 
  .dyc-crownreview .cr-section {
    margin-bottom: 44px;
    padding-bottom: 44px;
  }
}