/* ==========================================================================
   Venaqi — Timeline verticale (page À propos)
   ========================================================================== */

.timeline { position: relative; max-width: 760px; margin: 0 auto; padding-left: 8px; }
.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--color-border);
}

.timeline__item { position: relative; padding: 0 0 40px 40px; }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--color-primary);
}

.timeline__year {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color-primary);
}
.timeline__title { font-size: 20px; margin-bottom: 10px; }
.timeline__text { color: var(--color-text-muted); margin: 0; }

/* ----- Mission / Vision (page À propos) ----- */
.prose { max-width: 760px; margin: 0 auto; }
.prose p { font-size: 18px; line-height: 1.7; color: var(--color-text-muted); }
.prose p strong { color: var(--color-text); }

.about-quote {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  color: var(--color-text-muted);
}
.about-quote strong { color: var(--color-text); }
