/* coaching-ecosystem-charte — section unique page Coaching */
.lws-coaching-ecosystem-charte {
  --cec-ivory: var(--lws-ivory, #f4efe8);
  --cec-soft: var(--lws-text-soft, #c7bbb3);
  --cec-prune: var(--lws-prune, #351425);
  --cec-copper: var(--lws-copper, #DBAF5C);
  --cec-border: var(--lws-border, #3b3137);
  --cec-surface: var(--lws-surface, #1c181b);
  width: 100%;
  max-width: 100%;
  padding: clamp(2.5rem, 6vh, 4rem) clamp(1.25rem, 4vw, 3rem);
  background: transparent;
  color: var(--cec-ivory);
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

.lws-coaching-ecosystem-charte *,
.lws-coaching-ecosystem-charte *::before,
.lws-coaching-ecosystem-charte *::after {
  box-sizing: border-box;
}

.lws-coaching-ecosystem-charte__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.lws-coaching-ecosystem-charte__header {
  max-width: 42rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.lws-coaching-ecosystem-charte__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cec-copper);
}

.lws-coaching-ecosystem-charte__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--cec-ivory);
  text-wrap: balance;
}

.lws-coaching-ecosystem-charte__intro,
.lws-coaching-ecosystem-charte__human-text,
.lws-coaching-ecosystem-charte__note-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--cec-soft);
}

.lws-coaching-ecosystem-charte__human {
  display: block;
  width: 100%;
  max-width: 42rem;
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
  border-radius: 12px;
  border: 1px solid rgba(219, 175, 92, 0.55);
  background:
    linear-gradient(145deg, rgba(53, 20, 37, 0.72) 0%, var(--cec-surface) 78%);
}

.lws-coaching-ecosystem-charte__human-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cec-copper);
}

.lws-coaching-ecosystem-charte__human-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--cec-ivory);
}

.lws-coaching-ecosystem-charte__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: stretch;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

@media (min-width: 900px) {
  .lws-coaching-ecosystem-charte__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.lws-coaching-ecosystem-charte__card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
  height: auto;
  padding: clamp(1.25rem, 2.7vw, 1.7rem);
  border-radius: 12px;
  border: 1px solid var(--cec-border);
  background: var(--cec-surface);
}

.lws-coaching-ecosystem-charte__card--accent {
  background: linear-gradient(145deg, rgba(53, 20, 37, 0.55) 0%, var(--cec-surface) 72%);
  border-color: rgba(219, 175, 92, 0.28);
}

.lws-coaching-ecosystem-charte__category {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cec-copper);
}

.lws-coaching-ecosystem-charte__card-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cec-ivory);
}

.lws-coaching-ecosystem-charte__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
}

.lws-coaching-ecosystem-charte__label {
  display: inline-block;
  padding: 0.18rem 0.55rem;
  border: 1px solid rgba(219, 175, 92, 0.4);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cec-copper);
}

.lws-coaching-ecosystem-charte__lead {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--cec-ivory);
}

.lws-coaching-ecosystem-charte__text,
.lws-coaching-ecosystem-charte__list {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
  color: var(--cec-soft);
}

.lws-coaching-ecosystem-charte__list {
  padding-left: 1.15rem;
}

.lws-coaching-ecosystem-charte__list li + li {
  margin-top: 0.35rem;
}

.lws-coaching-ecosystem-charte__example {
  margin: 0.35rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(59, 49, 55, 0.9);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--cec-ivory);
}

.lws-coaching-ecosystem-charte__secondary {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

@media (min-width: 1100px) {
  .lws-coaching-ecosystem-charte__secondary {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
  }
}

.lws-coaching-ecosystem-charte__note {
  min-width: 0;
  padding: clamp(1.1rem, 2.2vw, 1.45rem);
  border-radius: 12px;
  border: 1px solid var(--cec-border);
  background: var(--cec-surface);
}

.lws-coaching-ecosystem-charte__note-title {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--cec-ivory);
}

@media (max-width: 899px) {
  .lws-coaching-ecosystem-charte__card,
  .lws-coaching-ecosystem-charte__note,
  .lws-coaching-ecosystem-charte__human {
    min-height: 0;
    height: auto;
  }
}
