/* ============================================================
   CONNECTLAND OG — about.css
   Design fidèle au maquette Claude Design
   Objectif-Group © 2026
   ============================================================ */

/* STORY SECTION */
.story-section { padding-block: 96px; }

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

/* Image side */
.story-visual { position: relative; }

.story-img-ph {
  background:
    repeating-linear-gradient(135deg, rgba(0,0,0,0.04) 0 10px, transparent 10px 20px),
    linear-gradient(180deg, #EEF0F3, #E2E6EB);
  border-radius: var(--radius-lg);
  aspect-ratio: 4/5;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--color-text-muted);
  position: relative;
  overflow: hidden;
}

.story-img-ph i { font-size: 2.5rem; opacity: 0.35; }
.story-img-ph .ph-label {
  font-size: 0.75rem; font-weight: var(--fw-semibold);
  padding: 7px 14px;
  border: 1px dashed currentColor; border-radius: 999px;
}

/* Badge siège flottant */
.story-badge {
  position: absolute;
  bottom: 8%;
  right: 8%;
  background: var(--color-white);
  padding: 16px 20px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-hover);
  display: flex;
  gap: 14px;
  align-items: center;
}
.story-badge__icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-md);
  background: var(--color-red-light);
  color: var(--color-red);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.375rem;
  flex-shrink: 0;
}
.story-badge__label { font-size: 0.6875rem; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: var(--fw-semibold); margin-bottom: 2px; }
.story-badge__value { font-size: 0.9375rem; font-weight: var(--fw-bold); color: var(--color-black); }

/* Content side */
.story-content {}

.story-content p {
  font-size: 1.0625rem;
  color: var(--color-text);
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

/* Mission / Promesse 2 colonnes */
.story-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 2rem;
}
.story-pillar {
  border-left: 2px solid var(--color-red);
  padding-left: 16px;
}
.story-pillar__label {
  font-size: 0.6875rem;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  margin-bottom: 6px;
}
.story-pillar__text {
  font-size: 0.9375rem;
  font-weight: var(--fw-medium);
  color: var(--color-black);
}

/* STATS BAR ROUGE */
.stats-red {
  background: var(--color-red);
  color: var(--color-white);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.stats-red::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(500px 300px at 10% 50%, rgba(255,255,255,0.1), transparent 60%);
  pointer-events: none;
}
.stats-red__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.stats-red__item {
  text-align: center;
  border-left: 1px solid rgba(255,255,255,0.2);
  padding: 8px 0;
}
.stats-red__item:first-child { border-left: none; }
.stats-red__number {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: var(--fw-extrabold);
  color: var(--color-white);
  letter-spacing: -0.04em;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.stats-red__label {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.8);
  font-weight: var(--fw-medium);
}

/* VALEURS */
.values-section { padding-block: 96px; background: var(--color-bg-light); }

.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }

.value-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0,0,0,0.04);
  transition: transform var(--transition-md), box-shadow var(--transition-md);
}
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

.value-card__icon {
  width: 64px; height: 64px;
  border-radius: var(--radius-lg);
  background: var(--color-red-light);
  color: var(--color-red);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem;
  margin: 0 auto 20px;
}
.value-card__title { font-size: 1.375rem; font-weight: var(--fw-extrabold); margin-bottom: 12px; }
.value-card__text { font-size: 0.9375rem; color: var(--color-text-muted); line-height: 1.7; }

/* ÉQUIPE */
.team-section { padding-block: 96px; }

.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }

.team-card { text-align: center; }

.team-avatar {
  width: 160px; height: 160px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #e5e7eb, #cbd5e1);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
  font-weight: var(--fw-extrabold);
  color: var(--color-black);
  letter-spacing: -0.02em;
  border: 3px solid var(--color-white);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.team-avatar img { width:100%; height:100%; object-fit:cover; }

.team-card__name { font-size: 1.0625rem; font-weight: var(--fw-bold); color: var(--color-black); }
.team-card__role { font-size: 0.875rem; color: var(--color-red); font-weight: var(--fw-semibold); margin-top: 4px; }

/* CTA ABOUT */
.about-cta {
  background: var(--color-black);
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.about-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 300px at 85% 50%, rgba(204,0,0,0.18), transparent 60%);
  pointer-events: none;
}
.about-cta__inner { text-align: center; position: relative; }
.about-cta__title {
  color: var(--color-white);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  max-width: 780px;
  margin: 0 auto 18px;
  letter-spacing: -0.02em;
}
.about-cta__sub {
  color: rgba(255,255,255,0.65);
  font-size: 1.0625rem;
  max-width: 560px;
  margin: 0 auto 2.25rem;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .story-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .stats-red__grid { grid-template-columns: repeat(2,1fr); }
  .stats-red__item:nth-child(odd) { border-left: none; }
  .stats-red__item { border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 24px; }
  .stats-red__item:nth-child(3),
  .stats-red__item:nth-child(4) { border-bottom: none; }
}
@media (max-width: 768px) {
  .story-section, .values-section, .team-section, .about-cta { padding-block: 56px; }
  .stats-red { padding: 48px 0; }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .story-pillars { grid-template-columns: 1fr; }
}
