/* ============================================================
   LUDIA — APROPOS.CSS
   Styles for "À propos de nous"
   ============================================================ */

/* HERO */
.apropos-hero {
  position: relative;
  padding: calc(var(--nav-h) + 6rem) 0 5rem;
  overflow: hidden;
}
.apropos-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 0%, rgba(174,220,33,0.08), transparent 60%),
    radial-gradient(ellipse 40% 50% at 10% 30%, rgba(140,29,192,0.12), transparent 60%);
  pointer-events: none;
}
.apropos-hero-inner {
  position: relative;
  z-index: 1;
  max-width: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.apropos-hero h1 {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 1rem 0 1.5rem;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .apropos-hero h1 { white-space: normal; }
}
.apropos-hero h1 .accent-yellow {
  color: #FFD60A;
  font-style: italic;
  font-family: var(--font-title);
  font-weight: 900;
}
.apropos-hero .lead {
  font-size: 1.15rem;
  color: var(--grey-text);
  max-width: 760px;
  margin: 0;
  line-height: 1.65;
}
.apropos-hero .back-link { display: inline-block; }

/* SECTIONS GENERIQUES */
.apropos-section {
  padding: 5rem 0;
  position: relative;
}
.apropos-section + .apropos-section {
  border-top: 1px solid rgba(255,255,255,0.06);
}
.apropos-section .section-label {
  margin-bottom: 1rem;
}
.apropos-section h2 {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin-bottom: 2.5rem;
  max-width: 900px;
}
.apropos-section .accent-green { color: var(--green); }
.apropos-section .accent-yellow { color: #FFD60A; }

/* HISTOIRE — texte en deux colonnes */
.apropos-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}
.apropos-story p {
  font-size: 1.02rem;
  color: var(--grey-text);
  line-height: 1.75;
  margin-bottom: 1.2rem;
}
.apropos-story .pull {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--white);
  line-height: 1.45;
  padding-left: 1.2rem;
  border-left: 3px solid var(--green);
  margin: 1.5rem 0;
}

/* FONDATEURS */
.founders-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.founder-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.founder-card:hover {
  border-color: rgba(174,220,33,0.3);
  transform: translateY(-4px);
}
.founder-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.04) 0 14px,
      rgba(255,255,255,0.07) 14px 28px
    ),
    var(--purple-dark);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.founder-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0.15);
}
.founder-photo-placeholder {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  background: rgba(0,0,0,0.4);
  border-radius: 4px;
}
.founder-body {
  padding: 1.8rem 1.8rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}
.founder-role {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green);
}
.founder-name {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  color: var(--white);
}
.founder-bio {
  font-size: 0.92rem;
  color: var(--grey-text);
  line-height: 1.65;
}
.founder-contact {
  margin-top: auto;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.founder-contact a,
.founder-contact span {
  font-family: var(--font-medium, var(--font-body));
  font-size: 0.92rem;
  color: var(--grey-text);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  transition: color 0.2s;
}
.founder-contact a:hover { color: var(--green); }
.founder-contact .ic {
  width: 14px;
  height: 14px;
  opacity: 0.6;
  flex-shrink: 0;
}

/* VALEURS */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.value-card {
  position: relative;
  padding: 2rem 1.8rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  transition: var(--transition);
}
.value-card:hover {
  border-color: rgba(174,220,33,0.3);
  background: rgba(174,220,33,0.04);
  transform: translateY(-4px);
}
.value-num {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 2.4rem;
  color: rgba(255,255,255,0.12);
  line-height: 1;
  margin-bottom: 1rem;
}
.value-card:hover .value-num { color: rgba(174,220,33,1); }
.value-card h3 {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
}
.value-card p {
  font-size: 0.9rem;
  color: var(--grey-text);
  line-height: 1.65;
}

/* CITATION / GENESE */
.genese-quote {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 1.5rem;
}
.genese-quote .mark {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 5rem;
  color: var(--green);
  line-height: 0.5;
  display: block;
  margin-bottom: 1.5rem;
}
.genese-quote p {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.35;
  color: var(--white);
  letter-spacing: -0.01em;
}
.genese-quote .signature {
  margin-top: 1.8rem;
  font-family: var(--font-bold);
  font-size: 0.75rem;
  color: var(--grey-muted);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* CTA contact bas de page */
.apropos-cta {
  text-align: center;
  padding: 5rem 1.5rem;
  background:
    radial-gradient(ellipse 50% 60% at 50% 50%, rgba(174,220,33,0.08), transparent 70%);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.apropos-cta h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.apropos-cta p {
  color: var(--grey-text);
  max-width: 600px;
  margin: 0 auto 2rem;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .apropos-story { grid-template-columns: 1fr; gap: 1.5rem; }
  .founders-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
}
