/* ═══════════════════════════════════════════════════════════
   GOSSET — Page À propos
   ═══════════════════════════════════════════════════════════ */

/* ── Manifeste ─────────────────────────────────────────────── */
.manifeste { position: relative; background: var(--cream); padding: clamp(72px, 9vw, 120px) 0; }
.manifeste-coeur-solo { display: none; }   /* affiché uniquement sur mobile (à la place de la grille) */
.manifeste-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); display: grid; grid-template-columns: 1fr auto; gap: clamp(40px, 6vw, 90px); align-items: center; }
.manifeste-text { max-width: 760px; }
.manifeste-coeurs { display: flex; justify-content: flex-end; }
.manifeste-coeurs .coeurs-grille { width: 170px; color: var(--navy); }
.manifeste-lines { display: flex; flex-direction: column; gap: 26px; margin: 8px 0 44px; }
.manifeste-lines p { font-family: var(--sans); font-size: clamp(22px, 2.8vw, 34px); font-weight: 500; color: var(--ink); line-height: 1.28; letter-spacing: -.01em; }
.manifeste-lines strong { color: var(--terre); font-weight: 500; }
.manifeste-lines strong.surligne { color: var(--navy); }   /* navy sur le jaune : lisible et ça claque */
.manifeste-punch { font-family: var(--serif); font-size: clamp(22px, 2.6vw, 30px); color: var(--navy); line-height: 1.4; border-left: 3px solid var(--terre); padding-left: 22px; max-width: 40ch; }

/* ── Fondatrices ───────────────────────────────────────────── */
.founders { background: var(--beige); padding: clamp(72px, 9vw, 118px) 0; }
.founders-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.founders-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 56px); }
.founders-head h2 { font-size: clamp(28px, 3.6vw, 46px); max-width: 18ch; }
.founders-head h2 em { font-style: normal; color: var(--terre); }
.founders-head p { color: var(--muted); font-size: 17px; line-height: 1.8; margin-top: 18px; }
/* Chaque fondatrice avec SON portrait à côté de SON descriptif (on ne les confond plus) */
.founders-list { display: flex; flex-direction: column; gap: clamp(36px, 4.5vw, 60px); }
.founder { display: grid; grid-template-columns: minmax(0, 300px) 1fr; gap: clamp(26px, 4vw, 52px); align-items: center; }
.founder-photo { width: 100%; aspect-ratio: 2/3; object-fit: cover; border-radius: 6px; display: block; }
.founder-text h3 { font-family: var(--sans); font-size: clamp(22px, 2.4vw, 28px); font-weight: 500; color: var(--navy); margin-bottom: 4px; }
.founder-text .role { font-size: 14px; color: var(--terre); margin-bottom: 14px; }
.founder-text p { font-size: 16px; color: var(--text); line-height: 1.75; }

/* ── Histoire + timeline ───────────────────────────────────── */
.histoire { background: var(--navy); color: #fff; padding: clamp(72px, 9vw, 120px) 0; }
.histoire-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.histoire-quote { font-family: var(--serif); font-size: clamp(26px, 3.6vw, 44px); color: #fff; line-height: 1.3; max-width: 24ch; margin-bottom: 20px; }
.histoire-quote em { color: var(--ciel); font-style: normal; }
.histoire-lead { color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.8; max-width: 56ch; margin-bottom: 56px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 34px; }
.tl-item { position: relative; }
.tl-item::before { content: ''; position: absolute; top: -35px; left: 0; width: 9px; height: 9px; background: var(--ciel); border-radius: 50%; }
.tl-year { font-family: var(--serif); font-size: 26px; color: var(--ciel); margin-bottom: 8px; }
.tl-title { font-family: var(--sans); font-weight: 500; font-size: 16px; color: #fff; margin-bottom: 8px; }
.tl-item p { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.55; }

/* ── Valeurs ───────────────────────────────────────────────── */
.valeurs { background: var(--cream); padding: clamp(72px, 9vw, 110px) 0; }
.valeurs-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.valeurs-head { max-width: 640px; margin-bottom: 48px; }
.valeurs-head h2 { font-size: clamp(26px, 3vw, 40px); }
.valeurs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; background: var(--line); border-radius: 6px; overflow: hidden; }
.valeur { background: var(--cream); padding: 32px 28px; }
.valeur h3 { font-family: var(--sans); font-size: 19px; font-weight: 500; color: var(--navy); margin-bottom: 12px; }
.valeur p { font-size: 15px; color: var(--muted); line-height: 1.65; }

/* ── La Maison Gosset (bureaux) ────────────────────────────── */
.maison { background: var(--beige); padding: clamp(72px, 9vw, 118px) 0; }
.maison-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.maison-text h2 { font-size: clamp(28px, 3.4vw, 44px); margin: 8px 0 20px; }
.maison-text h2 em { font-style: normal; color: var(--terre); }
.maison-text p { color: var(--text); font-size: 16.5px; line-height: 1.8; margin-bottom: 16px; }
/* 2 photos de bureau (d'autres détails viendront de Claire) */
.maison-photos { display: grid; grid-template-columns: 1fr; gap: 12px; }
.maison-photos img { width: 100%; object-fit: cover; border-radius: 5px; aspect-ratio: 16/11; display: block; }

/* ── CTA ───────────────────────────────────────────────────── */
.about-cta { background: var(--navy); color: #fff; text-align: center; padding: clamp(80px, 10vw, 130px) var(--gut); position: relative; overflow: hidden; }
.about-cta .brand-symbole { position: absolute; width: 320px; color: #fff; opacity: .05; left: -50px; bottom: -60px; }
.about-cta > * { position: relative; z-index: 1; }
.about-cta .kicker { justify-content: center; color: var(--ciel); }
.about-cta .kicker::before { background: var(--ciel); }
.about-cta h2 { color: #fff; font-size: clamp(30px, 4vw, 50px); max-width: 20ch; margin: 0 auto 18px; }
.about-cta h2 em { font-style: normal; color: var(--ciel); }
.about-cta p { color: rgba(255,255,255,.7); font-size: 18px; max-width: 46ch; margin: 0 auto 36px; line-height: 1.7; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 900px) {
  /* Portrait au-dessus du descriptif : on garde le lien visage <-> texte */
  .founder { grid-template-columns: 1fr; gap: 18px; }
  .founder-photo { max-width: 260px; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .tl-item::before { display: none; }                /* points orphelins hors de la ligne */
  .valeurs-grid { grid-template-columns: 1fr 1fr; }
  .maison-inner { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .timeline, .valeurs-grid { grid-template-columns: 1fr; }
}
/* Mobile : resserrer les espaces verticaux des sections */
@media (max-width: 700px) {
  .manifeste, .founders, .histoire, .valeurs, .maison { padding-top: 40px; padding-bottom: 40px; }
  .founders-head, .valeurs-head { margin-bottom: 22px; }
  .manifeste-lines { margin: 4px 0 28px; }
  .manifeste-inner { grid-template-columns: 1fr; gap: 36px; }
  .manifeste-coeurs { display: none; }   /* grille masquée sur mobile (scroll inutile) */
  .manifeste-coeur-solo { display: block; position: absolute; top: 30px; right: var(--gut); width: 44px; color: var(--pourpre); }
}
