/* Stratégie & gouvernance — Figma / WhatsApp maquette */

.section--strategy {
  --st-green: #7fb041;
  --st-green-mid: #76a32f;
  --st-text: #1a2e4c;
  --st-body: #5c677a;
  --st-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --st-soft: #e8f2d9;
  position: relative;
  overflow: hidden;
  background: #ffffff !important;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.section--strategy .strategy-container {
  position: relative;
  z-index: 1;
  max-width: min(1140px, calc(100% - 48px));
}

/* ── Hero ── */
.strategy-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  column-gap: 1.75rem;
  align-items: center;
  margin-bottom: 2.75rem;
}

.strategy-copy {
  min-width: 0;
  max-width: 30rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.strategy-copy__title {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 2.8vw, 2.55rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
}

/* Stratégie & / gouvernance — each on its own line */
.strategy-copy__title .section-title__lead-text {
  color: var(--st-text);
  display: block;
  margin-bottom: 0.35rem;
}

.strategy-copy__title .section-title__accent {
  color: var(--st-green);
  display: block;
}

.strategy-copy .section-lead__title,
.strategy-copy .h3.section-lead__title {
  color: var(--st-green);
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.25vw, 1.175rem);
  font-weight: 700;
  margin: 0 0 0.35rem;
  line-height: 1.4;
  display: inline-block;
}

.strategy-copy .section-lead__title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  margin-top: 0.55rem;
  margin-bottom: 1.15rem;
  background: var(--st-green);
  border-radius: 1px;
}

.strategy-copy .section-lead {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--st-text);
  margin: 0;
  max-width: 34em;
}

.strategy-hero__visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
  min-height: 380px;
}

/* Hero image + outer demi-circle */
.strategy-hero-visual {
  position: relative;
  width: 118%;
  max-width: 560px;
  aspect-ratio: 1.1 / 1;
  margin-inline-end: -6%;
}

.strategy-hero-visual__glow {
  position: absolute;
  left: -6%;
  top: 8%;
  width: 42%;
  height: 50%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 45% 45%,
    rgba(127, 176, 65, 0.14) 0%,
    transparent 72%
  );
  filter: blur(22px);
  pointer-events: none;
  z-index: 0;
}

.strategy-hero-visual__dotgrid {
  position: absolute;
  left: -1%;
  top: 4%;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(6, 4px);
  gap: 10px 11px;
  pointer-events: none;
}

.strategy-hero-visual__dot {
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: rgba(150, 170, 130, 0.35);
}

.strategy-hero-visual__defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.strategy-hero-visual__deco {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  overflow: visible;
}

.strategy-hero-visual__figure {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 6%),
    linear-gradient(to bottom, #000 0%, #000 80%, rgba(0, 0, 0, 0.65) 93%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 6%),
    linear-gradient(to bottom, #000 0%, #000 80%, rgba(0, 0, 0, 0.65) 93%, transparent 100%);
  mask-composite: intersect;
}

.strategy-hero-visual__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
}

/* ── 3 pillar cards ── */
.strategy-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.strategy-pillar {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: var(--st-shadow);
  border: none !important;
  padding: 1.85rem 1.5rem 1.7rem;
  text-align: center;
}

.strategy-pillar__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--st-soft);
  color: var(--st-green-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.strategy-pillar__icon svg {
  width: 30px;
  height: 30px;
}

.strategy-pillar__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--st-green-mid);
  margin: 0 0 0.65rem;
  line-height: 1.3;
}

.strategy-pillar__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--st-body);
}

/* Leaf divider */
.strategy-divider {
  display: flex;
  justify-content: center;
  margin: 0.25rem 0 2rem;
}

.strategy-divider__icon {
  color: var(--st-green);
  line-height: 0;
  opacity: 0.85;
}

/* ── Governance block ── */
.strategy-governance {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  column-gap: 2.5rem;
  align-items: center;
}

.strategy-governance__visual {
  min-width: 0;
  display: flex;
  justify-content: flex-start;
}

.strategy-gov-visual {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 1.15 / 1;
}

.strategy-gov-visual__glow {
  position: absolute;
  left: -3%;
  top: 18%;
  width: 40%;
  height: 48%;
  border-radius: 40%;
  background: radial-gradient(
    ellipse at 40% 45%,
    rgba(127, 176, 65, 0.14) 0%,
    transparent 72%
  );
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

.strategy-gov-visual__defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.strategy-gov-visual__deco {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  overflow: visible;
}

.strategy-gov-visual__figure {
  position: absolute;
  inset: 2.2% 1.6%;
  margin: 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 42px;
}

.strategy-gov-visual__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

.strategy-governance__copy {
  min-width: 0;
  max-width: 32rem;
}

.strategy-governance__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--st-soft);
  color: var(--st-green-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.strategy-governance__icon svg {
  width: 30px;
  height: 30px;
}

.strategy-governance__title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--st-green-mid);
  margin: 0 0 1.1rem;
  line-height: 1.3;
}

.strategy-governance__copy p {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--st-text);
}

.strategy-governance__copy p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .strategy-hero {
    column-gap: 1.5rem;
  }

  .strategy-hero-visual {
    max-width: 620px;
    width: 124%;
    margin-inline-end: -8%;
  }

  .strategy-governance {
    column-gap: 3rem;
  }

  .strategy-gov-visual {
    max-width: 460px;
  }
}

@media (max-width: 1024px) {
  .section--strategy {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .strategy-hero,
  .strategy-governance {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .strategy-copy {
    max-width: none;
  }

  .strategy-hero__visual {
    justify-content: center;
    min-height: 0;
    order: -1;
  }

  .strategy-hero-visual {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
  }

  .strategy-pillars {
    grid-template-columns: 1fr;
  }

  .strategy-governance__visual {
    justify-content: center;
  }

  .strategy-gov-visual {
    max-width: 360px;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .section--strategy {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .strategy-pillar {
    padding: 1.5rem 1.25rem;
  }
}
