@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400&display=swap');

@font-face {
  font-family: "adobe-handwriting-ernie";
  src: url("UI/pages-crm/page-retouches/fonts/adobehandwriting-ernie.woff2?$staticlink$") format("woff2"),
       url("UI/pages-crm/page-retouches/fonts/adobehandwriting-ernie.woff?$staticlink$") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}


/* ══ RESET ══ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #FAF9F6;
  color: #2c2521;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ══ 1. HERO ══ */
.hero {
  position: relative;
  height: 480px;
  overflow: hidden;
  background-color: #f0ebe3;
  background-image: url("UI/pages-crm/page-retouches/fond-header-desktop.jpg?$staticlink$");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__img {
  position: absolute;
  top: 0; left: 0;
  width: 52%; height: 100%;
  overflow: hidden;
}
.hero__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.hero__img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(170deg, #c8a898 0%, #a07060 40%, #7a4830 100%);
}
.hero__text {
  position: absolute;
  top: 0; right: 0;
  width: 48%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
}
.hero__text-inner { max-width: 300px; text-align: center; }
.hero__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #2c2521; margin-bottom: 20px;
}
.hero__tagline {
  font-family: 'Montserrat', sans-serif;
  font-style: italic; font-weight: 300;
  font-size: 14px; color: #2c2521;
}

/* ══ 2. TEXTE CENTRAL ══ */
.central {
  background: #FAF9F6;
  padding: 52px 20px 65px;
  text-align: center;
}
.central__inner { max-width: 900px; margin: 0 auto; }
.central__lead {
  font-family: 'Montserrat', sans-serif;
  font-style: italic; font-weight: 300;
  font-size: 14px; color: #2c2521;
  margin-bottom: 18px; line-height: 1.6;
}
.central__body {
  font-size: 14px; font-weight: 300; font-style: italic;
  color: #2c2521; margin-bottom: 10px; line-height: 1.6;
}

/* ══ 3. RETOUCHES ATELIER ══ */
.atelier {
  background: #FAF9F6;
  padding: 0 60px 60px;
}
.atelier__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.atelier__header {
  text-align: center;
  margin-bottom: 48px;
}
.atelier__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #2c2521;
  margin-bottom: 14px;
}
.atelier__tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 400;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #2c2521;
  margin-bottom: 24px;
}
.atelier__subtitle {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px; color: #2c2521;
  margin-bottom: 28px;
  line-height: 1.2;
}
.atelier__savoir-faire {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
}
.atelier__sf-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #2c2521;
  white-space: nowrap;
}
.atelier__sf-line {
  flex: 1;
  max-width: 200px;
  height: 1px;
  background: #c0b4aa;
  margin: 0 20px;
}
.atelier__sf-brand {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #2c2521;
  white-space: nowrap;
}

/* Tarifs */
.atelier__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.tarif-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tarif-col__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #2c2521;
  margin-bottom: 16px;
  width: 560px;
}
.tarif-list {
  list-style: none;
  margin-bottom: 0;
  width: 560px;
}
.tarif-list__item {
  display: flex;
  align-items: baseline;
  padding: 2px 0;
  font-size: 14px; font-weight: 300;
  color: #4a3f38; line-height: 1.6;
}
.tarif-list__name {
  width: 500px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 14px;
}
.tarif-list__price {
  font-weight: 300;
  color: #2c2521;
  white-space: nowrap;
  font-size: 14px;
}
.tarif-note {
  font-size: 14px; font-weight: 300; font-style: italic;
  color: #7a6f6a; line-height: 1.6;
  margin-top: 20px;
  width: 560px;
}

/* ══ 4. MEMBRES ══ */
.membres {
  background: #FAF9F6;
  padding: 0 60px 80px;
}
.membres__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}
.membres__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #2c2521;
  margin-bottom: 22px;
}
.membres__intro {
  font-size: 14px; font-weight: 300;
  color: #4a3f38; line-height: 1.7;
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.membres__table {
  width: auto;
  margin: 0 auto 40px;
  border-collapse: collapse;
}
.membres__table td {
  padding: 6px 16px;
  font-size: 14px; font-weight: 300;
  color: #4a3f38; line-height: 1.6;
  text-align: left;
}
.membres__table td:first-child {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
  color: #2c2521;
  text-align: right;
  padding-right: 24px;
}
.membres__cta-wrap {
  text-align: center;
  margin-top: 28px;
}
.membres__cta {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #2c2521; border: 1px solid #2c2521;
  padding: 10px 22px;
  transition: background 0.25s, color 0.25s;
}
.membres__cta:hover { background: #2c2521; color: #ffffff; }

/* ══ 5. FOOTER CONTACT ══ */
.footer-contact {
  position: relative; overflow: hidden;
  min-height: 350px;
  display: flex; align-items: center; justify-content: center;
}
.footer-contact__bg { position: absolute; inset: 0; z-index: 0; }
.footer-contact__bg img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.footer-contact__bg-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(160deg, #c8b09890 0%, #a07860 50%, #7a5840 100%);
}
.footer-contact__overlay { position: absolute; inset: 0; z-index: 1; background: rgba(30, 20, 14, 0.18) }
.footer-contact__content {
  position: relative; z-index: 2;
  text-align: center; padding: 48px 20px;
}
.footer-contact__hint {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.85); margin-bottom: 18px;
}
.footer-contact__cta {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #ffffff; border: 1px solid rgba(255,255,255,0.7);
  padding: 10px 15px;
  transition: background 0.3s, border-color 0.3s;
}
.footer-contact__cta:hover {
  background: rgba(255,255,255,0.15); border-color: #ffffff;
}

/* ══ RESPONSIVE 768px ══ */
@media (max-width: 768px) {

  .hero {
    height: auto;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .hero__img {
    position: relative;
    top: auto; left: auto;
    width: 40%; height: auto;
    min-height: 220px;
    flex-shrink: 0;
    padding: 20px 0 20px 20px;
  }
  .hero__text {
    position: relative;
    top: auto; right: auto;
    width: 60%; height: auto;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 24px 24px 28px 16px;
  }
  .hero__text-inner { text-align: right; max-width: 100%; }
  .hero__title { font-size: 13px; margin-bottom: 12px; }
  .hero__tagline { font-size: 11px; line-height: 1.7; }

  .central { padding: 36px 20px 30px; text-align: left; }
  .central__lead { font-size: 12px; }
  .central__body { font-size: 12px; }

  .atelier { padding: 0 20px 40px; }
  .atelier__label { font-size: 12px; }
  .atelier__tagline { font-size: 11px; }
  .atelier__subtitle { font-size: 18px; }
  .atelier__sf-label,
  .atelier__sf-brand { font-size: 12px; }
  .tarif-col { align-items: flex-start; }
  .tarif-col__title { font-size: 12px; width: 100%; }
  .tarif-list { width: 100%; }
  .tarif-list__item { font-size: 12px; }
  .tarif-list__name { font-size: 12px; width: auto; flex: 1; }
  .tarif-list__price { font-size: 12px; }
  .tarif-note { font-size: 12px; width: 100%; }

  .membres { padding: 0 20px 40px; }
  .membres__inner { padding-top: 40px; }
  .membres__title { font-size: 12px; }
  .membres__intro { font-size: 12px; }
  .membres__table td { font-size: 12px; padding: 5px 8px; }
  .membres__table td:first-child { font-size: 12px; text-align: left; padding-right: 12px; }
  .membres__cta { font-size: 12px; }

  .footer-contact { min-height: 180px; }
  .footer-contact__hint { font-size: 12px; }
  .footer-contact__cta { font-size: 12px; }
}