body { background: #f9f8f6; }

/* Lien actif dans la nav */

/* HERO PAGE */
.page-hero {
  padding-top: 104px;
  background: #f9f8f6;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.page-hero-inner {
  position: relative; z-index: 1;
  padding: 64px 56px 56px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 40px;
}
.page-hero-left { max-width: 640px; }
.page-eyebrow {
  font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: #E8000F; margin-bottom: 16px; display: flex; align-items: center; gap: 8px;
}
.page-eyebrow::before { content: ''; width: 18px; height: 1px; background: #E8000F; display: block; }
.page-title { font-size: 40px; font-weight: 700; color: #111; line-height: 1.0; letter-spacing: -.03em; margin-bottom: 16px; }
.page-sub { font-size: 14px; font-weight: 300; color: #666; line-height: 1.7; max-width: 480px; }
.page-hero-stats { display: flex; gap: 40px; flex-shrink: 0; padding-bottom: 8px; }
.ph-stat { text-align: center; }
.ph-stat-num { font-size: 28px; font-weight: 700; color: #E8000F; line-height: 1; }
.ph-stat-label { font-size: 10px; font-weight: 400; color: #999; margin-top: 4px; white-space: nowrap; }

/* FILTRES */
.filtres {
  background: #fff;
  padding: 24px 56px;
  border-bottom: 0.5px solid #ece9e4;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  position: sticky; top: 104px; z-index: 100;
}
.filtre-btn {
  font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  padding: 8px 18px; border-radius: 2px; cursor: pointer;
  border: 0.5px solid #ddd; background: #fff; color: #666;
  transition: all .2s; font-family: 'Montserrat', sans-serif;
}
.filtre-btn:hover, .filtre-btn.active { background: #E8000F; color: #fff; border-color: #E8000F; }

/* GRILLE */
.real-page-section { padding: 56px 56px 80px; }
.real-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

/* Cartes plus hautes sur cette page */
.real-page-grid .real-card { height: 420px; }
.real-page-grid a.real-card { display: block; }
.real-page-grid .real-card__name { font-size: 17px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
