.nav-logo { text-decoration: none; font-size: 0.85rem; font-weight: 600; color: var(--dark); }

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  padding-top: 5rem;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 5rem 4rem 5rem 3.5rem;
  background: var(--dark);
}
.hero-eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.8rem; }
.hero-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--coral); display: inline-block; }
.hero-title { font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 800; line-height: 0.95; color: #fff; margin-bottom: 2rem; }
.hero-title em { color: var(--yellow); font-style: normal; }
.hero-intro { font-size: 1rem; font-weight: 300; line-height: 1.9; color: rgba(255,255,255,0.55); margin-bottom: 3rem; }
.hero-facts { display: flex; flex-direction: column; gap: 0; border-top: 1px solid rgba(255,255,255,0.1); }
.hero-fact { display: flex; gap: 1.2rem; align-items: baseline; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.fact-num { font-size: 1.8rem; font-weight: 800; color: var(--yellow); line-height: 1; white-space: nowrap; }
.fact-label { font-size: 0.8rem; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.5; }

.hero-right { overflow: hidden; }
.hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }

/* STORY */
.story { padding: 8rem 3.5rem; background: #fff; }
.story-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 7rem; }
.story-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); margin-bottom: 2rem; }
.story-title { font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 800; line-height: 1.05; color: var(--dark); position: sticky; top: 8rem; }

.story-blocks { display: flex; flex-direction: column; gap: 3rem; }
.story-block { padding-bottom: 3rem; border-bottom: 1px solid var(--light); }
.story-block:last-child { border-bottom: none; padding-bottom: 0; }
.story-year { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--coral); margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.6rem; }
.story-year::before { content: ''; width: 16px; height: 1px; background: var(--coral); }
.story-block-title { font-size: 1.2rem; font-weight: 800; color: var(--dark); margin-bottom: 1rem; line-height: 1.2; }
.story-block p:not(.story-year) { font-size: 0.92rem; font-weight: 300; line-height: 1.9; color: var(--mid); }
.story-block p + p { margin-top: 1rem; }
.story-highlight { background: var(--yellow); color: var(--dark); font-weight: 700; padding: 0.1rem 0.4rem; }

/* VALEURS */
.valeurs { padding: 7rem 3.5rem; background: var(--dark); }
.valeurs-title { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; color: #fff; margin-bottom: 4rem; }
.valeurs-title em { color: var(--yellow); font-style: normal; }
.valeurs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.08); }
.valeur-card { background: var(--dark); padding: 2.5rem 2rem; transition: background 0.25s; }
.valeur-card:hover { background: #111; }
.valeur-icon { font-size: 1.4rem; margin-bottom: 1rem; }
.valeur-title { font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 0.75rem; }
.valeur-desc { font-size: 0.82rem; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.45); }

/* MILE END */
.milieu { padding: 7rem 3.5rem; background: #fff; }
.milieu-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 7rem; align-items: center; }
.milieu-main > p:not(.milieu-label) { font-size: 0.95rem; font-weight: 300; line-height: 1.9; color: var(--mid); }
.milieu-main > p + p { margin-top: 1.2rem; }
.milieu-main p strong { color: var(--dark); font-weight: 700; }
.milieu-aside { display: flex; flex-direction: column; gap: 1px; background: var(--light); }
.milieu-item { background: #fff; padding: 1.5rem 2rem; }
.milieu-item-label { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--coral); margin-bottom: 0.4rem; }
.milieu-item-val { font-size: 0.95rem; font-weight: 600; color: var(--dark); }

/* DECLIC */
.declic { padding: 7rem 3.5rem; background: #EDE8DF; }
.declic-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.declic-quote {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem); font-weight: 800; line-height: 1.2;
  color: var(--dark); position: relative; padding-left: 2rem;
  border-left: 4px solid var(--yellow);
}
.declic-text { font-size: 0.92rem; font-weight: 300; line-height: 1.9; color: var(--mid); }
.declic-text p + p { margin-top: 1.2rem; }
.declic-text strong { color: var(--dark); font-weight: 700; }

/* CTA */
.cta-final {
  padding: 7rem 3.5rem; background: var(--dark);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.cta-final h2 { font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 800; color: #fff; line-height: 1; margin-bottom: 1.5rem; }
.cta-final h2 em { color: var(--yellow); font-style: normal; }
.cta-final p { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.5); max-width: 480px; line-height: 1.8; margin-bottom: 3rem; }
.btn-cta {
  padding: 1.1rem 3rem; background: var(--yellow); color: var(--dark);
  font-size: 0.85rem; font-weight: 800; letter-spacing: 0.06em; text-transform: lowercase;
  text-decoration: none; transition: all 0.25s;
}
.btn-cta:hover { background: var(--coral); color: #fff; }

footer { background: var(--dark); border-top: 1px solid rgba(255,255,255,0.06); padding: 1.75rem 3.5rem; display: flex; justify-content: space-between; align-items: center; }
.footer-name { font-size: 0.7rem; color: rgba(255,255,255,0.25); }
.footer-back { font-size: 0.7rem; color: var(--yellow); text-decoration: none; }
.footer-back:hover { color: #fff; }

@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 6rem 1.5rem 3rem; order: 2; }
  .hero-right { height: 70vw; order: 1; }
  .story { padding: 4rem 1.5rem; }
  .story-inner { grid-template-columns: 1fr; gap: 3rem; }
  .story-title { position: static; }
  .valeurs { padding: 4rem 1.5rem; }
  .valeurs-grid { grid-template-columns: 1fr; }
  .milieu { padding: 4rem 1.5rem; }
  .milieu-inner { grid-template-columns: 1fr; gap: 3rem; }
  .declic { padding: 4rem 1.5rem; }
  .declic-inner { grid-template-columns: 1fr; gap: 3rem; }
  .cta-final { padding: 5rem 1.5rem; }
  footer { padding: 1.5rem; flex-direction: column; gap: 0.5rem; text-align: center; }
}

/* Images (bloc Image = <figure> autour de <img>) */
.wp-block-image { margin: 0; }

/* ── Styles issus des attributs style="" du site d'origine ── */
.cta-formation-strip { background: var(--yellow); padding: 2rem 3.5rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.cta-formation-strip p { font-size: 0.95rem; font-weight: 700; color: var(--dark); max-width: 520px; line-height: 1.6; }
.btn-dark { display: inline-block; white-space: nowrap; padding: 0.85rem 2rem; background: var(--dark); color: #F5F0E8; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: lowercase; text-decoration: none; flex-shrink: 0; transition: background 0.25s; }
.btn-dark:hover { background: var(--coral); }
.milieu-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); margin-bottom: 1.5rem; }
.milieu-title { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 800; color: var(--dark); margin-bottom: 2rem; line-height: 1.1; }
mark.story-highlight { background: var(--yellow); color: var(--dark); }
/* Blocs Image */
.hero-right .wp-block-image { height: 100%; }
