/* ==================================================
   WDS - CONTACT
================================================== */

/* HERO */
.wds-contact-hero {
  padding: 128px 24px 118px;
  background: #FBF7F2;
  text-align: center;
}

.wds-contact-hero h1 {
  max-width: 900px;
  margin: 0 auto 24px;
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  line-height: 1.12;
  color: #4A3F3B;
}

.wds-contact-hero__text {
  max-width: 860px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  line-height: 1.8;
  color: #4A3F3B;
}

.wds-contact-hero__actions {
  margin-top: 38px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* TITRES DE SECTION */
.wds-contact-methods h2,
.wds-contact-help h2,
.wds-contact-location-v2__content h2,
.wds-contact-final h2 {
  margin: 0 0 18px;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 1.18;
  color: #4A3F3B;
}

/* TEXTES COMMUNS */
.wds-contact-methods__intro,
.wds-contact-help__header p,
.wds-contact-location-v2__text,
.wds-contact-final p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #4A3F3B;
}

/* SECTION 2 — MODES DE CONTACT */
.wds-contact-methods {
  padding: 68px 24px 82px;
  background: #E8D9C9;
}

.wds-contact-methods h2 {
  text-align: center;
}

.wds-contact-methods__intro {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.wds-contact-methods__grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: stretch;
}

.wds-contact-card {
  height: 100%;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 30px 26px;
  box-shadow: 0 10px 30px rgba(74, 63, 59, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wds-contact-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #F6EEEA;
  color: #C89D66;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.wds-contact-card h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  line-height: 1.2;
  color: #4A3F3B;
}

.wds-contact-card p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #4A3F3B;
}

.wds-contact-card__actions {
  margin-top: auto;
  padding-top: 6px;
}

/* SECTION 3 — RÉASSURANCE */
.wds-contact-help {
  padding: 68px 24px 82px;
  background: #FBF7F2;
}

.wds-contact-help__header {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}

.wds-contact-help__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.wds-help-item {
  background: #FFFFFF;
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(74, 63, 59, 0.05);
}

.wds-help-item h3 {
  margin: 0 0 14px;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: 1.25;
  color: #4A3F3B;
}

.wds-help-item p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #4A3F3B;
}

/* SECTION 4 — LIEU */
.wds-contact-location-v2 {
  padding: 88px 24px;
  background: #F4F1EE;
}

.wds-contact-location-v2__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 48px;
  align-items: center;
}

.wds-contact-location-v2__photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 26px;
  box-shadow: 0 16px 38px rgba(74, 63, 59, 0.08);
}

.wds-contact-location-v2__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wds-contact-location-v2__eyebrow {
  margin: 0 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7A645D;
}

.wds-contact-location-v2__content h2 {
  margin: 0 0 18px;
}

.wds-contact-location-v2__text {
  max-width: 560px;
  margin: 0 0 26px;
  font-size: 17px;
}

.wds-contact-location-v2__info-card {
  width: 100%;
  background: #EEE8E2;
  border-radius: 22px;
  padding: 22px 22px 20px;
  margin-bottom: 22px;
}

.wds-contact-location-v2__address {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 18px;
  color: #4A3F3B;
}

.wds-contact-location-v2__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7A645D;
}

.wds-contact-location-v2__address strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.wds-contact-location-v2__address span:last-child {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.wds-contact-location-v2__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.wds-contact-location-v2__map-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(74, 63, 59, 0.08);
  background: #FFFFFF;
}

.wds-contact-location-v2__map-wrap iframe {
  display: block;
}

/* SECTION 5 — CTA FINAL */
.wds-contact-final {
  padding: 88px 24px;
  background: #4A3F3B;
}

.wds-contact-final__inner {
  text-align: center;
}

.wds-contact-final h2,
.wds-contact-final p {
  color: #FBF7F2;
}

.wds-contact-final p {
  max-width: 820px;
  margin: 0 auto;
}

.wds-contact-final__actions {
  margin-top: 34px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* RESPONSIVE TABLETTE */
@media (max-width: 1024px) {
  .wds-contact-hero,
  .wds-contact-methods,
  .wds-contact-help,
  .wds-contact-location-v2,
  .wds-contact-final {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wds-contact-hero {
    padding-top: 112px;
    padding-bottom: 102px;
  }

  .wds-contact-hero h1 {
    font-size: 36px;
  }

  .wds-contact-methods h2,
  .wds-contact-help h2,
  .wds-contact-location-v2__content h2,
  .wds-contact-final h2 {
    font-size: 28px;
  }

  .wds-contact-location-v2 {
    padding: 72px 20px;
  }

  .wds-contact-location-v2__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wds-contact-location-v2__photo {
    order: 2;
  }

  .wds-contact-location-v2__photo img {
    min-height: 380px;
  }
}

/* RESPONSIVE MOBILE */
@media (max-width: 767px) {
  .wds-contact-hero {
    padding: 96px 16px 88px;
  }

  .wds-contact-methods,
  .wds-contact-help,
  .wds-contact-location-v2,
  .wds-contact-final {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wds-contact-methods,
  .wds-contact-help {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .wds-contact-location-v2,
  .wds-contact-final {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .wds-contact-hero h1 {
    font-size: 30px;
  }

  .wds-contact-methods h2,
  .wds-contact-help h2,
  .wds-contact-location-v2__content h2,
  .wds-contact-final h2 {
    font-size: 25px;
  }

  .wds-contact-hero__text,
  .wds-contact-methods__intro,
  .wds-contact-help__header p,
  .wds-contact-location-v2__text,
  .wds-contact-final p {
    font-size: 16px;
  }

  .wds-contact-methods__grid,
  .wds-contact-help__grid {
    grid-template-columns: 1fr;
  }

  .wds-contact-card,
  .wds-help-item {
    padding: 24px 20px;
  }

  .wds-contact-card h3 {
    font-size: 25px;
  }

  .wds-help-item h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .wds-contact-location-v2__photo img {
    min-height: 260px;
    border-radius: 20px;
  }

  .wds-contact-location-v2__info-card {
    padding: 18px 18px 18px;
    border-radius: 18px;
  }

  .wds-contact-location-v2__address strong {
    font-size: 17px;
  }

  .wds-contact-location-v2__address span:last-child {
    font-size: 15px;
  }

  .wds-contact-location-v2__actions {
    flex-direction: column;
    gap: 10px;
  }

  .wds-contact-location-v2__actions .wds-btn {
    width: 100%;
  }

  .wds-contact-hero__actions,
  .wds-contact-final__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wds-contact-hero__actions .wds-btn,
  .wds-contact-final__actions .wds-btn {
    width: 100%;
  }
}