.engagements-page {
  color: #18191d;
  background: #faf8f5;
}

.commit-hero {
  position: relative;
  padding: 190px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(134, 34, 124, .09), transparent 28%),
    linear-gradient(180deg, #fff 0%, #faf8f5 100%);
}

.commit-hero::before {
  position: absolute;
  top: 120px;
  right: -160px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(134, 34, 124, .12);
  border-radius: 50%;
  content: "";
}

.commit-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .72fr);
  align-items: center;
  gap: clamp(70px, 9vw, 140px);
  padding-bottom: 90px;
}

.commit-hero-copy { max-width: 720px; }

.commit-hero-copy h1 {
  max-width: 700px;
  margin: 36px 0 0;
  font-size: clamp(3rem, 4.6vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.065em;
}

.commit-hero-copy h1 em { color: #86227c; font-style: normal; }

.commit-hero-lead {
  max-width: 620px;
  margin: 32px 0 0;
  color: #676970;
  font-size: 1rem;
  line-height: 1.75;
}

.commit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.commit-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #202126;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.commit-text-link span { color: #86227c; font-size: 1rem; }

.commit-hero-visual {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(24, 25, 29, .12);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 24px 70px rgba(53, 41, 51, .09);
}

.commit-hero-visual::before {
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: -14px;
  left: -14px;
  z-index: -1;
  border: 1px solid rgba(134, 34, 124, .28);
  content: "";
}

.commit-visual-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(24, 25, 29, .13);
}

.commit-visual-heading span {
  color: #73757b;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.commit-visual-heading strong {
  color: #86227c;
  font-size: 1.6rem;
  line-height: .8;
}

.commit-visual-core {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 34px 0;
}

.commit-core-mark {
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #86227c;
  box-shadow: 0 12px 28px rgba(134, 34, 124, .22);
}

.commit-core-mark span { font-size: 1.3rem; }

.commit-visual-core p {
  margin: 0;
  color: #2a2b30;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
}

.commit-visual-list { border-top: 1px solid rgba(24, 25, 29, .13); }

.commit-visual-list div {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(24, 25, 29, .1);
}

.commit-visual-list div:last-child { border-bottom: 0; }
.commit-visual-list span { color: #9a9ba0; font-size: .6rem; font-weight: 800; }
.commit-visual-list strong { font-size: .8rem; }
.commit-visual-list i { color: #76787e; font-size: .68rem; font-style: normal; }

.commit-hero-values {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(24, 25, 29, .13);
}

.commit-hero-values > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 26px 30px;
  border-right: 1px solid rgba(24, 25, 29, .13);
}

.commit-hero-values > div:first-child { padding-left: 0; }
.commit-hero-values > div:last-child { border-right: 0; }
.commit-hero-values span { color: #86227c; font-size: .6rem; font-weight: 800; }
.commit-hero-values p { margin: 0; color: #707279; font-size: .8rem; }
.commit-hero-values strong { color: #1e1f24; }

.commit-intro { background: #fff; }

.commit-intro-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(80px, 11vw, 170px);
}

.commit-intro-heading h2 {
  max-width: 570px;
  margin: 30px 0 0;
  font-size: clamp(2.2rem, 3vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.commit-intro-copy > p {
  margin: 12px 0 38px;
  color: #686a70;
  font-size: 1rem;
  line-height: 1.85;
}

.commit-intro-signature {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 26px;
  border-top: 1px solid rgba(24, 25, 29, .14);
}

.commit-intro-signature span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #86227c;
}

.commit-intro-signature strong { font-size: .88rem; line-height: 1.5; }

.commitments { background: #f5f2ef; }

.commitments-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 65px;
}

.commitments-head h2 {
  margin: 28px 0 0;
  font-size: clamp(2.25rem, 3.1vw, 3.5rem);
  line-height: 1;
  letter-spacing: -.06em;
}

.commitments-head > p {
  max-width: 430px;
  margin: 0 0 4px;
  color: #6c6e74;
  font-size: .9rem;
  line-height: 1.7;
}

.commitments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.commitment-card {
  min-height: 540px;
  padding: 40px;
  border: 1px solid rgba(24, 25, 29, .08);
  background: #fff;
}

.commitment-plum { border-top: 4px solid #86227c; }
.commitment-cyan { border-top: 4px solid #4a9daa; background: #f5fbfb; }
.commitment-sand { border-top: 4px solid #c38a47; background: #fcf8f1; }
.commitment-lilac { border-top: 4px solid #a876a2; background: #fbf6fb; }

.commitment-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.commitment-top span { color: #8c8d92; font-size: .63rem; font-weight: 800; }

.engagements-page .visual-marker {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.commitment-top i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(24, 25, 29, .14);
  border-radius: 50%;
  color: #86227c;
  font-style: normal;
}

.commitment-label {
  margin: 50px 0 12px;
  color: #86227c;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.commitment-cyan .commitment-label { color: #347e89; }
.commitment-sand .commitment-label { color: #9a642e; }
.commitment-lilac .commitment-label { color: #795174; }

.commitment-card h3 {
  margin: 0;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.commitment-card > p:not(.commitment-label) {
  max-width: 540px;
  margin: 22px 0 28px;
  color: #696b71;
  font-size: .91rem;
  line-height: 1.75;
}

.commitment-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.commitment-card li {
  padding: 8px 12px;
  border: 1px solid rgba(24, 25, 29, .14);
  border-radius: 999px;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.commitment-benefit {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(24, 25, 29, .14);
}

.commitment-benefit span {
  display: block;
  margin-bottom: 9px;
  color: #8a8b90;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.commitment-benefit strong { font-size: .86rem; line-height: 1.5; }

.commit-method {
  background:
    radial-gradient(circle at 92% 8%, rgba(134, 34, 124, .07), transparent 28%),
    #fff;
}

.commit-method-head {
  display: grid;
  grid-template-columns: .7fr 1fr .75fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 85px;
}

.commit-method-head h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.commit-method-head > p:last-child {
  margin: 0;
  color: #6e7076;
  font-size: .88rem;
  line-height: 1.7;
}

.commit-method-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.commit-method-steps::before {
  position: absolute;
  top: 67px;
  right: 8%;
  left: 8%;
  height: 1px;
  content: "";
  background: rgba(24, 25, 29, .18);
}

.commit-method-steps article {
  position: relative;
  padding: 0 28px;
  text-align: center;
}

.commit-method-steps article > span {
  color: #86227c;
  font-size: .88rem;
  font-weight: 900;
}

.commit-method-steps i {
  position: relative;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  margin: 38px auto 42px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #86227c;
  box-sizing: content-box;
}

.commit-method-steps h3 { margin: 0 0 14px; font-size: 1.2rem; }
.commit-method-steps p { max-width: 240px; margin: 0 auto; color: #73757b; font-size: .82rem; line-height: 1.65; }

.commit-standards { background: #eef6f6; }

.commit-standards-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: clamp(75px, 10vw, 150px);
}

.commit-standards-copy h2 {
  max-width: 540px;
  margin: 28px 0;
  font-size: clamp(2.2rem, 3vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.commit-standards-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: #687174;
  font-size: .92rem;
  line-height: 1.8;
}

.commit-standards-copy > a {
  display: inline-flex;
  gap: 12px;
  margin-top: 28px;
  color: #347e89;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.commit-standard-list { border-top: 1px solid rgba(24, 25, 29, .15); }

.commit-standard-list article {
  display: grid;
  grid-template-columns: 46px 1fr 38px;
  align-items: center;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(24, 25, 29, .15);
}

.commit-standard-list article > span { color: #347e89; font-size: .62rem; font-weight: 800; }
.commit-standard-list strong { display: block; margin-bottom: 8px; font-size: 1rem; }
.commit-standard-list p { margin: 0; color: #6b7477; font-size: .83rem; line-height: 1.55; }
.commit-standard-list i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #347e89;
  background: #fff;
  font-size: .75rem;
  font-style: normal;
}

.commit-manifesto {
  padding: 115px 0;
  background: #f4e9f2;
}

.commit-manifesto-inner {
  display: grid;
  grid-template-columns: 90px 1fr 150px;
  align-items: center;
  gap: 50px;
}

.commit-manifesto-mark {
  color: rgba(134, 34, 124, .25);
  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: .5;
}

.commit-manifesto blockquote { margin: 0; }

.commit-manifesto blockquote p {
  margin: 0;
  color: #351132;
  font-size: clamp(2rem, 3vw, 3.35rem);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -.05em;
}

.commit-manifesto blockquote footer {
  margin-top: 24px;
  color: #795174;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.commit-manifesto-seal {
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  border: 1px solid rgba(134, 34, 124, .28);
  border-radius: 50%;
  color: #86227c;
  text-align: center;
}

.commit-manifesto-seal span { font-size: .48rem; font-weight: 800; letter-spacing: .15em; }
.commit-manifesto-seal strong { font-size: 1.25rem; }

.commit-contact { background: #faf8f5; }

.commit-contact-panel {
  display: grid;
  grid-template-columns: 1.1fr .8fr auto;
  align-items: center;
  gap: 60px;
  padding: 60px;
  border: 1px solid rgba(24, 25, 29, .12);
  background: #fff;
  box-shadow: 0 20px 60px rgba(53, 41, 51, .06);
}

.commit-contact-panel h2 {
  max-width: 620px;
  margin: 20px 0 0;
  font-size: clamp(1.9rem, 2.6vw, 2.9rem);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.commit-contact-panel > p {
  margin: 0;
  color: #6c6e74;
  font-size: .86rem;
  line-height: 1.7;
}

.commit-contact-panel .button { min-width: 220px; justify-content: center; }

/* Lisibilité renforcée */
.engagements-page .eyebrow { font-size: .72rem; }
.engagements-page .button { font-size: .74rem; }
.commit-hero-lead { font-size: 1.1rem; }
.commit-text-link { font-size: .75rem; }
.commit-visual-heading span { font-size: .7rem; }
.commit-visual-core p { font-size: 1.08rem; }
.commit-visual-list span { font-size: .68rem; }
.commit-visual-list strong { font-size: .92rem; }
.commit-visual-list i { font-size: .78rem; }
.commit-hero-values span { font-size: .8rem; }
.commit-hero-values p { font-size: 1.08rem; line-height: 1.45; }
.commit-hero-values strong { font-size: 1.1rem; }
.commit-intro-copy > p { font-size: 1.08rem; }
.commit-intro-signature strong { font-size: .98rem; }
.commitments-head > p { font-size: 1rem; }
.commitment-label { font-size: .7rem; }
.commitment-card > p:not(.commitment-label) { font-size: 1.02rem; }
.commitment-card li { font-size: .68rem; }
.commitment-benefit span { font-size: .66rem; }
.commitment-benefit strong { font-size: .98rem; }
.commit-method-head > p:last-child { font-size: 1rem; }
.commit-method-steps article > span { font-size: .9rem; }
.commit-method-steps h3 { font-size: 1.35rem; }
.commit-method-steps p { max-width: 260px; font-size: .95rem; line-height: 1.7; }
.commit-standards-copy > p:not(.eyebrow) { font-size: 1.03rem; }
.commit-standards-copy > a { font-size: .75rem; }
.commit-standard-list article > span {
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -.02em;
}
.commit-standard-list strong { font-size: 1.1rem; }
.commit-standard-list p { font-size: .94rem; line-height: 1.65; }
.commit-manifesto blockquote footer { font-size: .84rem; }
.commit-manifesto-seal span { font-size: .56rem; }
.commit-contact-panel > p { font-size: .98rem; }

/* Animation de la méthode */
.commit-method-steps::after {
  position: absolute;
  z-index: 0;
  top: 67px;
  right: 8%;
  left: 8%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #86227c, #b94bab 55%, #4a9daa);
  transform: scaleX(0);
  transform-origin: left center;
}

.js-ready .commit-method-steps.is-visible::after {
  transform: scaleX(1);
  transition: transform 1.15s cubic-bezier(.2, .75, .2, 1) .15s;
}

.js-ready .commit-method-steps article {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .55s ease,
    transform .65s cubic-bezier(.2, .75, .2, 1);
}

.js-ready .commit-method-steps.is-visible article {
  opacity: 1;
  transform: translateY(0);
}

.js-ready .commit-method-steps.is-visible article:nth-child(1) { transition-delay: .18s; }
.js-ready .commit-method-steps.is-visible article:nth-child(2) { transition-delay: .38s; }
.js-ready .commit-method-steps.is-visible article:nth-child(3) { transition-delay: .58s; }
.js-ready .commit-method-steps.is-visible article:nth-child(4) { transition-delay: .78s; }

.js-ready .commit-method-steps.is-visible article i {
  animation: commit-method-pulse 2.2s ease-in-out infinite;
}

.js-ready .commit-method-steps.is-visible article:nth-child(2) i { animation-delay: .22s; }
.js-ready .commit-method-steps.is-visible article:nth-child(3) i { animation-delay: .44s; }
.js-ready .commit-method-steps.is-visible article:nth-child(4) i { animation-delay: .66s; }

@keyframes commit-method-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(134, 34, 124, .25); transform: scale(1); }
  50% { box-shadow: 0 0 0 10px rgba(134, 34, 124, 0); transform: scale(1.12); }
}

@media (max-width: 1120px) {
  .commit-hero-grid { grid-template-columns: 1fr .78fr; gap: 60px; }
  .commit-method-head { grid-template-columns: 1fr 1.2fr; }
  .commit-method-head > p:last-child { grid-column: 2; }
  .commit-contact-panel { grid-template-columns: 1fr 1fr; }
  .commit-contact-panel .button { grid-column: 2; width: fit-content; }
}

@media (max-width: 900px) {
  .commit-hero { padding-top: 155px; }
  .commit-hero-grid,
  .commit-intro-grid,
  .commit-standards-grid { grid-template-columns: 1fr; }
  .commit-hero-visual { max-width: 560px; }
  .commitments-head { align-items: start; flex-direction: column; gap: 25px; }
  .commit-method-steps { grid-template-columns: repeat(2, 1fr); gap: 65px 0; }
  .commit-method-steps::before,
  .commit-method-steps::after { display: none; }
  .commit-manifesto-inner { grid-template-columns: 70px 1fr; }
  .commit-manifesto-seal { display: none; }
}

@media (max-width: 680px) {
  .commit-hero { padding-top: 135px; }
  .commit-hero-grid { gap: 55px; padding-bottom: 65px; }
  .commit-hero-copy h1 { font-size: clamp(2.45rem, 11vw, 3.35rem); }
  .commit-hero-actions { align-items: flex-start; flex-direction: column; }
  .commit-hero-visual { padding: 24px; }
  .commit-visual-list div { grid-template-columns: 28px 1fr; }
  .commit-visual-list i { display: none; }
  .commit-hero-values { grid-template-columns: 1fr; }
  .commit-hero-values > div,
  .commit-hero-values > div:first-child { padding: 19px 0; border-right: 0; border-bottom: 1px solid rgba(24, 25, 29, .13); }
  .commit-hero-values > div:last-child { border-bottom: 0; }
  .commitments-grid { grid-template-columns: 1fr; }
  .commitment-card { min-height: 0; padding: 30px 25px; }
  .commit-method-head { grid-template-columns: 1fr; gap: 25px; }
  .commit-method-head > p:last-child { grid-column: auto; }
  .commit-method-steps { grid-template-columns: 1fr; }
  .commit-method-steps i { margin: 22px auto; }
  .commit-manifesto { padding: 85px 0; }
  .commit-manifesto-inner { grid-template-columns: 1fr; gap: 25px; }
  .commit-manifesto-mark { font-size: 5rem; }
  .commit-contact-panel { grid-template-columns: 1fr; gap: 28px; padding: 35px 25px; }
  .commit-contact-panel .button { grid-column: auto; width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .js-ready .commit-method-steps article {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .js-ready .commit-method-steps::after {
    transform: scaleX(1);
    transition: none;
  }

  .js-ready .commit-method-steps.is-visible article i {
    animation: none;
  }
}
