/* =====================
   HERO — Page Blog (sans CTA)
===================== */
.hero-intro {
  margin-bottom: 0;
}

/* =====================
   FOOTER — Espacement page blog
===================== */
.footer {
  margin-top: 80px;
}

/* =====================
   ARTICLE BLOG
===================== */
.blog-post {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5%;
}

/* En-tête */
.post-header {
  margin-bottom: 60px;
}

.post-title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 24px;
}

.post-lead {
  font-size: 20px;
  line-height: 1.6;
  color: var(--text-secondary);
  border-left: 2px solid var(--text-primary);
  padding-left: 24px;
  margin: 0;
}

/* Corps de texte */
.post-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.post-content h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 56px 0 24px;
}

.post-content h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

/* Listes */
.post-content ul {
  list-style: none;
  margin: 24px 0;
  padding-left: 24px;
}

.post-content li {
  font-size: 18px;
  margin-bottom: 12px;
  position: relative;
}

.post-content li::before {
  content: "•";
  position: absolute;
  left: -20px;
  font-weight: bold;
}

/* Bloc fondations */
.foundation-box {
  background-color: rgba(28, 28, 28, 0.03);
  padding: 40px;
  border-radius: 4px;
  margin: 48px 0;
}

/* Citation */
blockquote {
  font-size: 26px;
  font-style: italic;
  text-align: center;
  line-height: 1.4;
  margin: 64px 0;
  padding: 0 40px;
}

/* Image dans l'article */
.post-figure {
  margin: 60px 0;
  text-align: center;
}

.post-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.post-figure figcaption {
  font-size: 14px;
  color: var(--text-secondary);
  margin-top: 12px;
}

/* Signature auteur */
.author-signature {
  margin-top: 60px;
  border-left: 1px solid rgba(28, 28, 28, 0.2);
  padding-left: 20px;
}

.author-signature p {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0;
}

.author-signature span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Note de fin */
.post-footer-note {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(28, 28, 28, 0.1);
  font-size: 19px;
  font-weight: 500;
  font-style: italic;
}

.post-footer-note p {
  margin: 0;
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 768px) {
  .post-title {
    font-size: 32px;
  }

  .post-lead {
    font-size: 18px;
  }

  .foundation-box {
    padding: 24px;
  }
}
