@charset "UTF-8";
/* ═══════════════════════════════════════════════════════════
   BÂTIMENTS — article injectable
   Aligné sur la charte du site : Playfair Display + Sora,
   vert sapin #1A4137 / laiton #C5A254, surfaces claires arrondies.
   Cible : <article class="services-details__content">
   ═══════════════════════════════════════════════════════════ */
.services-details__content {
  font-family: "Sora", system-ui, sans-serif;
  color: #111310;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.services-details__content *, .services-details__content *::before, .services-details__content *::after {
  box-sizing: border-box;
}
.services-details__content h1, .services-details__content h2, .services-details__content h3, .services-details__content h4, .services-details__content h5, .services-details__content p, .services-details__content ul, .services-details__content li {
  margin: 0;
}
.services-details__content ul {
  list-style: none;
  padding: 0;
}
.services-details__content img, .services-details__content svg {
  display: block;
  max-width: 100%;
}
.services-details__content a {
  color: inherit;
  text-decoration: none;
}
.services-details__content > section {
  margin-bottom: clamp(56px, 9vw, 96px);
}
.services-details__content > section:last-child {
  margin-bottom: 0;
}
.services-details__content .dim-rule {
  display: none;
}
.services-details__content .reveal {
  opacity: 1;
  transform: none;
}

.eyebrow {
  display: block;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c5a254;
  margin-bottom: 14px;
}

.lede {
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.8;
  color: #6b7269;
}

.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
.intro__head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: #0d2420;
}
.intro__head h2 em {
  font-style: italic;
  color: #1a4137;
}
.intro__body .micro {
  display: block;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b7269;
  margin-bottom: 14px;
  letter-spacing: 0.14em;
}
.intro__body p {
  color: #6b7269;
  font-weight: 300;
}
.intro__body p + p {
  margin-top: 14px;
}
.intro .typologies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.intro .chip {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 100px;
  font-size: 14px;
  color: #111310;
}
.intro .chip svg {
  width: 18px;
  height: 18px;
  stroke: #1a4137;
  fill: none;
}
.intro .chip .num {
  color: #c5a254;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.intro .chip:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 65, 55, 0.3);
}

.services__head,
.why__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(36px, 5vw, 56px);
}
.services__head h2,
.why__head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: #0d2420;
}
.services__head h2 em,
.why__head h2 em {
  font-style: italic;
  color: #1a4137;
}
.services__head h2,
.why__head h2 {
  max-width: 22ch;
}
.services__head .lede,
.why__head .lede {
  max-width: 360px;
  flex-shrink: 0;
}

.why__head {
  margin-bottom: clamp(28px, 4vw, 48px);
}

@media (max-width: 768px) {
  .services__head,
  .why__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.service__index {
  display: block;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c5a254;
  margin-bottom: 14px;
  margin-bottom: 16px;
}
.service__fig {
  background: #ffffff;
  border: 1px solid #e8e9e9;
  border-radius: 12px;
  aspect-ratio: 16/10;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
}
.service__fig svg {
  width: 70%;
  height: auto;
  color: #1a4137;
}
.service h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  color: #0d2420;
  line-height: 1.3;
}
.service p {
  margin-top: 8px;
  font-size: 13.5px;
  font-weight: 300;
  color: #6b7269;
  line-height: 1.7;
}
.service__list {
  margin-top: 22px;
  display: grid;
  gap: 0;
}
.service__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  color: #111310;
  line-height: 1.5;
}
.service__list li:first-child {
  border-top: 1px solid #e2e2e2;
}
.service__list li::before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 50%;
  background: #1a4137 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.5 9.5 3.8' fill='none' stroke='%23C5A254' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;
}
.service:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(13, 36, 32, 0.1);
  border-color: rgba(26, 65, 55, 0.25);
}

.method {
  background: #ffffff;
  border: 1px solid #e8e9e9;
  border-radius: 24px;
  padding: clamp(40px, 6vw, 96px) clamp(28px, 5vw, 56px);
}
.method__head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  color: #0d2420;
}
.method__head h2 em {
  font-style: italic;
  color: #1a4137;
}
.method .steps {
  position: relative;
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.method .steps::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e8e9e9 20%, #e8e9e9 80%, transparent);
}
.method .step {
  text-align: center;
  padding: 0 14px;
}
.method .step .n {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e8e9e9;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 900;
  color: #1a4137;
  -webkit-text-stroke: 0;
}
.method .step svg {
  width: 18px;
  height: 18px;
  margin: 0 auto 14px;
  color: #6b7269;
}
.method .step h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: #111310;
  line-height: 1.3;
}
.method .step p {
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 300;
  color: #6b7269;
  line-height: 1.75;
}

.why__head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: #0d2420;
}
.why__head h2 em {
  font-style: italic;
  color: #1a4137;
}
.why .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.why .feature {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 30px 28px;
}
.why .feature .ic {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #1a4137;
  display: grid;
  place-items: center;
}
.why .feature .ic svg {
  width: 22px;
  height: 22px;
  color: #c5a254;
}
.why .feature h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #0d2420;
  margin-bottom: 6px;
}
.why .feature p {
  font-size: 13.5px;
  font-weight: 300;
  color: #6b7269;
  line-height: 1.7;
}
.why .feature:hover {
  border-color: #1a4137;
}

.pledge {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  color: #111310;
  padding: clamp(40px, 6vw, 72px) clamp(28px, 5vw, 56px);
}
.pledge .eyebrow {
  color: #c5a254;
}
.pledge h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  color: #0d2420;
  margin-bottom: 36px;
}
.pledge .pledge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  overflow: hidden;
}
.pledge .pledge-item {
  background: #ffffff;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pledge .pledge-item svg {
  width: 26px;
  height: 26px;
  color: #1a4137;
}
.pledge .pledge-item span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #6b7269;
}

.cta__inner {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  padding: clamp(40px, 6vw, 64px) clamp(28px, 5vw, 56px);
}
.cta h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  color: #0d2420;
}
.cta h2 em {
  font-style: italic;
  color: #1a4137;
}
.cta p {
  margin-top: 16px;
  font-weight: 300;
  color: #6b7269;
  max-width: 48ch;
}
.cta__action {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  font-family: "Sora", system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  border-radius: 100px;
  background: #1a4137;
  color: #e8d09a;
  border: 1px solid #1a4137;
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cta .btn svg {
  width: 18px;
  height: 18px;
}
.cta .btn:hover {
  background: #0d2420;
  border-color: #0d2420;
  transform: translateY(-2px);
}
.cta .btn.is-ghost {
  background: transparent;
  color: #1a4137;
  border-color: rgba(26, 65, 55, 0.4);
}
.cta .btn.is-ghost:hover {
  background: #1a4137;
  color: #ffffff;
}

@media (max-width: 992px) {
  .intro {
    grid-template-columns: 1fr;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .method .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .method .steps::before {
    display: none;
  }
  .why .feature-grid,
  .pledge .pledge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .service-grid,
  .service-grid--4,
  .method .steps,
  .why .feature-grid,
  .pledge .pledge-grid {
    grid-template-columns: 1fr;
  }
  .cta__action {
    align-self: stretch;
  }
  .cta .btn {
    justify-content: center;
  }
}
.service-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

:where(a, button, .btn):focus-visible {
  outline: 2px solid #c5a254;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .services-details__content * {
    transition: none !important;
    animation: none !important;
  }
}

/*# sourceMappingURL=web.css.map */
