/* ============================================================
   About – Elementor Widgets  |  about.css  v1.0.0
   Design System : "The Clinical Concierge"
   ============================================================ */

/* ── Variables globales ─────────────────────────────────── */
.elementor-widget-about_hero,
.elementor-widget-about_mission,
.elementor-widget-about_values,
.elementor-widget-about_team,
.elementor-widget-about_stats,
.elementor-widget-about_cta {
  --ab-gold:        #b8972a;
  --ab-gold-light:  #d4af37;
  --ab-cream:       #FDFBF7;
  --ab-sand:        #F5F1E9;
  --ab-forest:      #344E41;
  --ab-surface:     #2C3639;
  --ab-muted:       #5C6366;
  --ab-white:       #ffffff;
  --ab-font-head:   'Playfair Display', Georgia, serif;
  --ab-font-body:   'Plus Jakarta Sans', system-ui, sans-serif;
  --ab-r3:          2.5rem;   /* rounded-3xl */
  --ab-r2:          1.5rem;   /* rounded-2xl */
  --ab-r1:          0.75rem;  /* rounded-xl  */
  --ab-shadow-card: 0 20px 40px rgba(2,28,57,0.06);
  font-family: var(--ab-font-body);
  box-sizing: border-box;
}
.elementor-widget-about_hero *,
.elementor-widget-about_mission *,
.elementor-widget-about_values *,
.elementor-widget-about_team *,
.elementor-widget-about_stats *,
.elementor-widget-about_cta * {
  box-sizing: border-box;
}

/* Material Symbols */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-family: 'Material Symbols Outlined', sans-serif;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  speak: never;
}


/* ============================================================
   1. WIDGET – HERO
   ============================================================ */
.abh-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 819px;
  width: 100%;
}

/* Image de fond */
.abh-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Overlay dégradé */
.abh-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    var(--abh-ot, rgba(52,78,65,0.80)),
    var(--abh-ob, rgba(52,78,65,0.40))
  );
}

/* Contenu centré */
.abh-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 56rem;
  width: 100%;
  animation: abFadeUp 0.8s ease both;
}

.abh-title {
  font-family: var(--ab-font-head);
  font-size: 4.5rem;  /* text-7xl */
  font-weight: 700;
  color: var(--ab-white);
  line-height: 1.1;
  margin: 0 0 1.5rem;
}
.abh-title em {
  font-style: italic;
  color: var(--ab-gold-light);
}

.abh-sub {
  font-size: 1.25rem;
  font-weight: 300;
  color: rgba(255,255,255,0.90);
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
}

.abh-btn {
  display: inline-block;
  background: var(--ab-white);
  color: var(--ab-forest);
  padding: 1rem 2.5rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  transition: background 0.3s ease, transform 0.3s ease;
}
.abh-btn:hover {
  background: var(--ab-sand);
  transform: translateY(-2px);
}


/* ============================================================
   2. WIDGET – MISSION
   ============================================================ */
.abm-wrap {
  background: var(--ab-cream);
  padding: 6rem 2rem;
}

.abm-inner {
  max-width: 88rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* col image – order-2 / order-1 en md */
.abm-img-col {
  position: relative;
  order: 2;
  animation: abFadeRight 0.8s ease both;
}

.abm-photo {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--ab-r3);
  box-shadow: 0 25px 60px rgba(0,0,0,0.18);
  display: block;
}

/* Carte flottante */
.abm-float-card {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: var(--ab-white);
  padding: 2rem;
  border-radius: var(--ab-r2);
  box-shadow: var(--ab-shadow-card);
  max-width: 240px;
}
.abm-float-card p {
  font-family: var(--ab-font-head);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--ab-gold);
  line-height: 1.5;
  margin: 0;
}

/* col texte */
.abm-text-col {
  order: 1;
  animation: abFadeLeft 0.8s 0.15s ease both;
}

.abm-eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ab-gold);
  margin-bottom: 1rem;
}

.abm-heading {
  font-family: var(--ab-font-head);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--ab-forest);
  line-height: 1.2;
  margin: 0 0 2rem;
}

.abm-body {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--ab-muted);
  margin-bottom: 1.5rem;
}
.abm-body p { margin: 0; }
.abm-body em { color: var(--ab-forest); font-style: italic; }
.abm-body strong { color: var(--ab-forest); font-weight: 600; }

.abm-icon-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
}

.abm-icon-badge {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: var(--ab-sand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.abm-icon-badge .material-symbols-outlined { font-size: 1.4rem; }

.abm-icon-text {
  font-style: italic;
  font-weight: 500;
  color: var(--ab-forest);
  margin: 0;
}


/* ============================================================
   3. WIDGET – ENGAGEMENTS / VALEURS
   ============================================================ */
.abv-wrap {
  background: rgba(245,241,233,0.50);
  padding: 6rem 2rem;
}

.abv-inner {
  max-width: 88rem;
  margin: 0 auto;
}

.abv-header {
  text-align: center;
  margin-bottom: 5rem;
}

.abv-sec-title {
  font-family: var(--ab-font-head);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--ab-forest);
  margin: 0 0 1rem;
}

.abv-sec-sub {
  max-width: 36rem;
  margin: 0 auto;
  color: var(--ab-muted);
  font-size: 1.125rem;
  line-height: 1.7;
}

.abv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

/* Carte individuelle */
.abv-card {
  background: rgba(255,255,255,0.40);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.80);
  border-radius: var(--ab-r3);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
  animation: abFadeUp 0.7s ease both;
}
.abv-card:hover {
  box-shadow: 0 20px 40px -15px rgba(184,151,42,0.25);
  transform: translateY(-4px);
  background: var(--ab-white) !important;
}

.abv-icon-wrap {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.abv-icon-wrap .material-symbols-outlined { font-size: 1.75rem; }

.abv-card-title {
  font-family: var(--ab-font-head);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ab-forest);
  margin: 0 0 0.75rem;
}

.abv-card-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--ab-muted);
  margin: 0;
}


/* ============================================================
   4. WIDGET – ÉQUIPE
   ============================================================ */
.abt-wrap {
  background: var(--ab-cream);
  padding: 6rem 2rem;
}

.abt-inner {
  max-width: 88rem;
  margin: 0 auto;
  display: flex;
  gap: 5rem;
  align-items: center;
}

/* Colonne texte */
.abt-text-col {
  flex: 0 0 50%;
  animation: abFadeLeft 0.8s ease both;
}

.abt-heading {
  font-family: var(--ab-font-head);
  font-size: clamp(2rem, 3.5vw, 3.125rem);
  font-weight: 700;
  color: var(--ab-forest);
  line-height: 1.2;
  margin: 0 0 2rem;
}

.abt-intro {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--ab-muted);
  margin-bottom: 2.5rem;
}

/* Checklist */
.abt-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.abt-check-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.abt-check-icon {
  color: var(--ab-gold);
  margin-top: 2px;
  flex-shrink: 0;
}

.abt-check-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ab-forest);
  margin: 0 0 0.25rem;
}

.abt-check-text {
  font-size: 0.95rem;
  color: var(--ab-muted);
  margin: 0;
}

/* Colonne photos – grille 2 cols décalée */
.abt-photos-col {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  animation: abFadeRight 0.8s 0.15s ease both;
}

.abt-photo {
  width: 100%;
  object-fit: cover;
  border-radius: var(--ab-r3);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  display: block;
}
.abt-photo--top    { height: 20rem; }
.abt-photo--bottom { height: 16rem; margin-top: 3rem; }


/* ============================================================
   5. WIDGET – STATISTIQUES
   ============================================================ */
.abs-wrap {
  background: var(--ab-forest);
  padding: 5rem 2rem;
}

.abs-inner {
  max-width: 88rem;
  margin: 0 auto;
}

.abs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  text-align: center;
}

.abs-item {
  animation: abFadeUp 0.7s ease both;
}

.abs-value {
  font-family: var(--ab-font-head);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--ab-gold-light);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.abs-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.60);
}


/* ============================================================
   6. WIDGET – CTA FINAL
   ============================================================ */
.abc-wrap {
  background: var(--ab-cream);
  padding: 8rem 2rem;
}

.abc-inner {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
  animation: abFadeUp 0.8s ease both;
}

.abc-heading {
  font-family: var(--ab-font-head);
  font-size: clamp(2rem, 4vw, 3.125rem);
  font-weight: 700;
  color: var(--ab-forest);
  line-height: 1.25;
  margin: 0 0 1.5rem;
}
.abc-heading em {
  font-style: italic;
  color: var(--ab-gold);
}

.abc-sub {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--ab-muted);
  margin-bottom: 2.5rem;
}
.abc-sub p { margin: 0; }

.abc-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.abc-btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 9999px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.abc-btn--primary {
  background: var(--ab-gold);
  color: var(--ab-white);
  box-shadow: 0 8px 24px rgba(184,151,42,0.30);
}
.abc-btn--primary:hover { opacity: 0.90; transform: translateY(-2px); }

.abc-btn--secondary {
  background: var(--ab-white);
  color: var(--ab-forest);
  border: 1px solid var(--ab-sand);
}
.abc-btn--secondary:hover { background: var(--ab-sand); }


/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes abFadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0);    }
}
@keyframes abFadeLeft {
  from { opacity: 0; transform: translateX(-32px); }
  to   { opacity: 1; transform: translateX(0);     }
}
@keyframes abFadeRight {
  from { opacity: 0; transform: translateX(32px); }
  to   { opacity: 1; transform: translateX(0);    }
}


/* ============================================================
   RESPONSIVE – Tablet ≤ 1024 px
   ============================================================ */
@media (max-width: 1024px) {

  /* Mission */
  .abm-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .abm-img-col  { order: 1; }
  .abm-text-col { order: 2; }
  .abm-float-card { display: none; } /* carte flottante masquée en tablet */

  /* Engagements */
  .abv-grid { grid-template-columns: repeat(2, 1fr); }

  /* Équipe */
  .abt-inner      { flex-direction: column; gap: 3rem; }
  .abt-text-col   { flex: unset; width: 100%; }
  .abt-photos-col { width: 100%; }
}


/* ============================================================
   RESPONSIVE – Mobile ≤ 767 px
   ============================================================ */
@media (max-width: 767px) {

  /* Hero */
  .abh-title { font-size: 2.5rem; }
  .abh-sub   { font-size: 1rem; }
  .abh-btn   { padding: 0.875rem 1.75rem; font-size: 1rem; }

  /* Mission */
  .abm-wrap { padding: 4rem 1.25rem; }
  .abm-photo { height: 320px; }

  /* Engagements */
  .abv-wrap  { padding: 4rem 1.25rem; }
  .abv-grid  { grid-template-columns: 1fr; }

  /* Équipe */
  .abt-wrap         { padding: 4rem 1.25rem; }
  .abt-photos-col   { grid-template-columns: 1fr; }
  .abt-photo--top   { height: 16rem; }
  .abt-photo--bottom{ height: 14rem; margin-top: 0; }

  /* Stats */
  .abs-grid { grid-template-columns: 1fr; gap: 2rem; }

  /* CTA */
  .abc-wrap    { padding: 5rem 1.25rem; }
  .abc-buttons { flex-direction: column; }
  .abc-btn     { text-align: center; }
}
