body { background: #f9f8f6; }


/* 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; }

/* SECTION HISTOIRE */
.histoire-section { padding: 72px 56px 80px; background: #f5f3ef; }

.histoire-bloc1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: flex-start;
  margin-bottom: 64px;
}
.histoire-bloc1-photo {
  position: relative; z-index: 1;
  border-radius: 6px; overflow: hidden; height: 520px;
}
.histoire-bloc1-photo img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 35%; display: block;
  filter: sepia(10%) contrast(1.05) brightness(0.95);
}
.histoire-glass {
  position: relative; margin-left: -56px; margin-top: 48px; z-index: 2;
  padding: 36px 40px;
  background: rgba(245,243,239,0.78);
  backdrop-filter: blur(40px) saturate(200%) brightness(1.08);
  -webkit-backdrop-filter: blur(40px) saturate(200%) brightness(1.08);
  border: 0.5px solid rgba(255,255,255,0.8);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 12px 48px rgba(0,0,0,0.10);
}
.histoire-glass h2 { font-size: 26px; font-weight: 700; letter-spacing: -.02em; line-height: 1.1; margin-bottom: 6px; }
.histoire-glass h2 .noir { color: #111; }
.histoire-glass h2 .rouge { color: #E8000F; }
.histoire-sep { width: 28px; height: 2px; background: #E8000F; margin-bottom: 20px; }
.histoire-glass-body { display: flex; flex-direction: column; gap: 14px; }
.histoire-glass-body p { font-size: 13px; font-weight: 300; color: #444; line-height: 1.85; margin: 0; }

.histoire-bloc2 {
  display: flex;
  align-items: flex-start;
  margin-top: 64px;
  gap: 0;
}
.histoire-glass2 {
  width: 58%; flex-shrink: 0;
  position: relative; z-index: 2;
  margin-right: -48px; margin-top: 40px;
  padding: 36px 40px;
  background: rgba(245,243,239,0.85);
  backdrop-filter: blur(40px) saturate(200%) brightness(1.08);
  -webkit-backdrop-filter: blur(40px) saturate(200%) brightness(1.08);
  border: 0.5px solid rgba(255,255,255,0.8);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 12px 48px rgba(0,0,0,0.12);
}
.histoire-glass2-body { display: flex; flex-direction: column; gap: 14px; }
.histoire-glass2-body p { font-size: 13px; font-weight: 300; color: #444; line-height: 1.85; margin: 0; }
.histoire-glass2-body p.citation { font-weight: 700; color: #E8000F; }
.histoire-bloc2-photo {
  flex-shrink: 0; width: 400px;
  border-radius: 6px; overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
.histoire-bloc2-photo img {
  width: 100%; height: auto; display: block;
  filter: sepia(5%) contrast(1.02);
}

/* FRISE */
.frise-wrap { padding: 48px 56px; background: #fff; overflow: hidden; }
.frise-item { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.frise-item.visible { opacity: 1; transform: translateY(0); }

/* NOS MISSIONS */
.missions-section { padding: 72px 56px; background: #fff; }
.missions-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #E8000F; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.missions-eyebrow::before { content: ''; width: 18px; height: 1px; background: #E8000F; display: block; }
.missions-title { font-size: 40px; font-weight: 700; color: #111; letter-spacing: -.02em; line-height: 1.05; margin-bottom: 56px; }
.domaines-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: #ece9e4; }
.domaine-card { background: #fff; padding: 40px 32px; position: relative; overflow: hidden; cursor: pointer; transition: background .3s; }
.domaine-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #E8000F; transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.domaine-card:hover::before { transform: scaleX(1); }
.domaine-card:hover { background: #fafafa; }
.domaine-num { font-size: 48px; font-weight: 800; color: #f0ede8; letter-spacing: -.04em; line-height: 1; margin-bottom: 20px; }
.domaine-name { font-size: 16px; font-weight: 600; color: #111; letter-spacing: .01em; margin-bottom: 12px; line-height: 1.2; }
.domaine-text { font-size: 13px; font-weight: 300; color: #888; line-height: 1.75; }

/* NOS ASPIRATIONS */
.aspirations-section { padding: 72px 56px; background: #f9f8f6; }
.aspirations-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #E8000F; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.aspirations-eyebrow::before { content: ''; width: 18px; height: 1px; background: #E8000F; display: block; }
.aspirations-title { font-size: 36px; font-weight: 700; color: #111; letter-spacing: -.02em; line-height: 1.05; margin-bottom: 48px; }
.aspirations-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: #ece9e4; }
.asp-card { background: #f9f8f6; padding: 40px 32px; position: relative; overflow: hidden; cursor: pointer; transition: background .35s; }
.asp-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0; background: linear-gradient(to top, rgba(232,0,15,0.05), transparent); transition: height .4s ease; }
.asp-card:hover::after { height: 100%; }
.asp-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #E8000F; transform: scaleX(0); transform-origin: left; transition: transform .4s ease; }
.asp-card:hover::before { transform: scaleX(1); }
.asp-card:hover { background: #fff; }
.asp-icon { width: 44px; height: 44px; border-radius: 8px; background: #f0ede8; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: background .35s; }
.asp-card:hover .asp-icon { background: rgba(232,0,15,0.08); }
.asp-icon i { font-size: 22px; color: #bbb; transition: color .35s; }
.asp-card:hover .asp-icon i { color: #E8000F; }
.asp-title { font-size: 15px; font-weight: 600; color: #111; letter-spacing: .01em; margin-bottom: 10px; line-height: 1.2; }
.asp-text { font-size: 13px; font-weight: 300; color: #888; line-height: 1.75; transition: color .35s; }
.asp-card:hover .asp-text { color: #444; }
