/* === Page hub /guides/ — mise en page des sections par cluster ===
   Le reste (cartes, grille, en-tête) vient de blog.css partagé. */

.cluster-section {
  margin-bottom: 44px;
}

.cluster-section:last-child {
  margin-bottom: 20px;
}

.cluster-header {
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.cluster-header h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-light);
  margin: 0 0 6px;
}

.cluster-header p {
  font-size: 0.9rem;
  color: var(--texte-doux);
  margin: 0;
  line-height: 1.5;
}

.breadcrumb {
  margin-bottom: 16px;
  font-size: 0.85rem;
  color: var(--texte-faible);
}

.breadcrumb a {
  color: var(--color-light);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* blog.css ne style que .blog-card h2 : on calque pour h3, la hiérarchie de la
   page étant h1 (page) > h2 (cluster) > h3 (carte). */
.blog-card h3 {
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
}

.blog-card h3 a {
  color: var(--texte);
  text-decoration: none;
}

.blog-card h3 a:hover {
  color: var(--color-light);
}

.aucun-guide {
  text-align: center;
  color: var(--texte-doux);
  padding: 40px 0;
}
