.wm-article-loader { max-width: 800px; margin: 60px auto; padding: 0 32px; display: flex; flex-direction: column; gap: 0; }
.wm-article-error  { max-width: 800px; margin: 80px auto; padding: 0 32px; display: flex; flex-direction: column; gap: 20px; }

.wm-article {
  max-width: 800px;
  margin: 60px auto 100px;
  padding: 0 32px;
}
.wm-article-back {
  display: inline-block; margin-bottom: 32px;
  font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; opacity: 0.6; transition: opacity 120ms;
}
.wm-article-back:hover { opacity: 1; }

.wm-article-meta { display: flex; gap: 14px; align-items: center; margin-bottom: 20px; }

.wm-article-title {
  font-weight: 800; font-size: clamp(32px, 5vw, 64px);
  line-height: 1; text-transform: uppercase; letter-spacing: -0.01em;
  color: var(--wm-cream); margin: 0 0 36px;
}
.wm-article-cover {
  width: 100%; aspect-ratio: 16/9; object-fit: cover;
  display: block; margin-bottom: 40px; background: #111;
}

/* Contenu WP */
.wm-article-content { font-size: 16px; line-height: 1.7; color: var(--wm-cream); }
.wm-article-content p  { margin: 0 0 1.4em; }
.wm-article-content h2 { font-size: 28px; font-weight: 800; text-transform: uppercase; margin: 2em 0 0.6em; }
.wm-article-content h3 { font-size: 20px; font-weight: 700; text-transform: uppercase; margin: 1.6em 0 0.5em; }
.wm-article-content img { max-width: 100%; height: auto; display: block; margin: 24px 0; }
.wm-article-content a  { color: var(--wm-cream); text-decoration: underline; }
.wm-article-content ul,
.wm-article-content ol { padding-left: 1.4em; margin: 0 0 1.4em; }
.wm-article-content li { margin-bottom: 0.4em; }
.wm-article-content blockquote {
  border-left: 3px solid var(--show-magenta);
  margin: 1.6em 0; padding: 4px 0 4px 20px;
  font-size: 18px; font-style: italic; opacity: 0.85;
}
.wm-article-content iframe { max-width: 100%; display: block; margin: 24px 0; }
.wm-article-content figure { margin: 24px 0; }
.wm-article-content figcaption { font-size: 12px; opacity: 0.55; margin-top: 8px; }

@media (max-width: 600px) {
  .wm-article { padding: 0 20px; }
  .wm-article-title { font-size: clamp(28px, 8vw, 48px); }
}
