/* ===== Gabarit Société (qui-sommes-nous) =====
   Préfixe .so- — réutilise .qsn, .team-grid, .tm-c, .chiffres, .ccta du style.css. */

.so-head { padding: clamp(36px, 5vw, 56px) 0 clamp(30px, 4vw, 44px); }
.so-head h1 { font-size: clamp(30px, 3.6vw, 44px); }
.so-head .sec-t .chev { font-size: 30px; }
.so-sub { color: var(--muted); margin-top: 10px; font-size: 17px; max-width: 62ch; }

/* histoire : la grille .qsn-grid existante, image calée en haut */
.qsn .qsn-grid img { align-self: center; }

/* valeurs : 4 cartes claires sur fond gris */
.so-valeurs { background: var(--fond); }
.so-val-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 38px; }
.so-val { background: var(--paper); border: 1px solid var(--ligne); border-radius: var(--r); padding: 28px 26px; transition: transform .3s, box-shadow .3s, border-color .3s; }
/* pas de hover lift : carte non cliquable (règle actée 24/07 — le lift signale un lien) */
.so-val .ic { width: 52px; height: 52px; border-radius: 12px; background: #E8F0F6; color: var(--avmd); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.so-val .ic svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.so-val h3 { font-size: 18px; }
.so-val p { font-size: 14.5px; color: var(--muted); margin-top: 8px; }

/* méthode : 6 étapes numérotées */
.so-etapes { list-style: none; padding: 0; margin: 38px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: etape; }
.so-etapes li { background: var(--paper); border: 1px solid var(--ligne); border-radius: var(--r); padding: 20px 22px; display: flex; align-items: baseline; gap: 14px; }
.so-etapes .num { font-family: 'Montserrat'; font-weight: 700; font-size: 22px; color: var(--avmd); flex: none; }
.so-etapes b { font-family: 'Montserrat'; font-weight: 600; font-size: 15px; color: var(--marque); }

/* bios fondateurs */
.tm .tm-role { color: var(--avmd); font-weight: 600; font-size: 14px; }
.tm .tm-bio { margin-top: 8px; font-size: 14.5px; line-height: 1.6; color: #4a5a68; }

/* technologies intégrées */
.so-tech { background: var(--paper); }
.so-tech .so-tech-h { font-family: 'Montserrat'; font-weight: 600; font-size: 14px; color: var(--marque);
  text-transform: uppercase; letter-spacing: .04em; margin: 26px 0 12px; }
.tech-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.tech-chips li { background: #fff; border: 1px solid var(--ligne); border-radius: 999px;
  padding: 9px 18px; font-family: 'Montserrat'; font-weight: 600; font-size: 14px; color: var(--marque); }
.tech-note { margin-top: 20px; font-size: 13.5px; line-height: 1.6; color: #62727f; max-width: 780px; }
.tech-note a { color: var(--avmd); }

@media (max-width: 900px) {
  .so-val-grid { grid-template-columns: 1fr; }
  .so-etapes { grid-template-columns: 1fr; }
}
