* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: #262626;
  background: #fbfaf7;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.site-header {
  height: 86px;
  min-height: 86px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fbfaf7;
  border-bottom: 1px solid #e7e3da;
}

.site-header-inner {
  width: min(1080px, 88vw);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.site-header .brand {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  color: #222;
  text-decoration: none;
  line-height: 1.05;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.site-header .brand span {
  display: block;
  font: 400 20px/1.05 Georgia, "Times New Roman", serif;
}

.site-header .brand small {
  display: block;
  margin-top: 7px;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.site-nav .nav-link,
.site-nav .nav-cta {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}

.site-nav .nav-link {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}

.site-nav .nav-link.active {
  font-weight: 600;
  border-bottom-color: #333;
}

.site-nav .nav-cta {
  border: 1px solid #333;
  padding: 9px 16px;
}

main {
  width: min(1080px, 88vw);
  margin: 0 auto;
}

.intro {
  padding: 92px 0 64px;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #777;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.intro h1 {
  margin: 0 0 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -.02em;
}

.lead {
  max-width: 700px;
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.75;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
  gap: 56px;
  align-items: start;
  padding-bottom: 100px;
}

.form-panel {
  background: #fff;
  border: 1px solid #e5e0d7;
  padding: 42px;
}

.form-panel h2,
.info-panel h2 {
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 400;
}

.field {
  margin-bottom: 22px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #444;
}

label span,
.required-note span {
  color: #8b5b4b;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d9d4ca;
  border-radius: 0;
  background: #fbfaf7;
  color: #262626;
  padding: 12px 13px;
  font: 15px/1.4 Arial, Helvetica, sans-serif;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #8a847b;
}

textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-title {
  margin-top: 42px !important;
}

.required-note {
  margin: -2px 0 25px;
  color: #777;
  font-size: 11px;
}

button {
  border: 0;
  background: #292929;
  color: #fff;
  padding: 14px 24px;
  font: 600 12px Arial, Helvetica, sans-serif;
  letter-spacing: .04em;
  cursor: pointer;
}

button:hover {
  opacity: .9;
}

.info-panel {
  padding: 42px 0 0 18px;
}

.info-panel h2 {
  font-size: 38px;
  max-width: 370px;
  margin-bottom: 22px;
}

.info-panel > div:first-child > p:not(.eyebrow) {
  color: #5d5a56;
  font-size: 15px;
  line-height: 1.75;
  max-width: 390px;
}

.practical {
  margin-top: 48px;
  padding-top: 25px;
  border-top: 1px solid #ddd7ce;
  max-width: 390px;
}

.practical p {
  margin: 0 0 18px;
  color: #5d5a56;
  font-size: 14px;
  line-height: 1.5;
}

.practical strong {
  color: #292929;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
}

footer {
  width: min(1080px, 88vw);
  margin: 0 auto;
  padding: 32px 0 42px;
  border-top: 1px solid #e1ddd5;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #777;
  font-size: 11px;
}

footer strong {
  display: block;
  color: #333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 400;
}

footer span {
  display: block;
  margin-top: 5px;
}

.footer-contact {
  text-align: right;
}

.footer-contact a {
  color: #555;
  text-decoration: none;
}

@media(max-width:850px) {
  .site-header {
    height: auto;
    min-height: 0;
    padding: 20px 0;
  }

  .site-header-inner {
    width: min(100% - 36px, 700px);
    height: auto;
    display: block;
  }

  .site-header .brand {
    margin-bottom: 18px;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
  }

  main {
    width: min(100% - 36px, 700px);
  }

  .intro {
    padding: 65px 0 45px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .info-panel {
    padding: 10px 0 0;
  }

  footer {
    width: min(100% - 36px, 700px);
    display: block;
  }

  .footer-contact {
    margin-top: 20px;
    text-align: left;
  }
}

@media(max-width:560px) {
  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-panel {
    padding: 28px 22px;
  }

  .intro h1 {
    font-size: 40px;
  }
}

.privacy-note {
  margin: -8px 0 22px;
  max-width: 620px;
  color: #777;
  font-size: 11px;
  line-height: 1.6;
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.confirmation {
  max-width: 780px;
  padding-bottom: 120px;
}
.confirmation-link {
  display: inline-block;
  margin-top: 22px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
}


/* =========================================================
   HARMONISATION DES INTRODUCTIONS — toutes les pages
   ========================================================= */

/* Même style d'intitulé au-dessus du titre */
main .intro .eyebrow {
  color: #b08b43 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase;
  margin-bottom: 18px;
}

/* Même traitement typographique pour les grands titres */
main .intro h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(42px, 5.5vw, 72px) !important;
  line-height: 1.04 !important;
  font-weight: 400 !important;
  letter-spacing: -.03em !important;
}

/* Même largeur de texte introductif */
main .intro > .lead,
main .intro > p.lead {
  font-size: 19px !important;
  line-height: 1.65;
}

@media (max-width: 850px) {
  main .intro h1 {
    font-size: 42px !important;
  }
}


/* Bandeau bas harmonisé avec la page d'accueil */
.site-footer {
  width: 100%;
  box-sizing: border-box;
  background: #171918;
  color: rgba(255,255,255,.7);
  padding: 35px 0;
  font-size: 13px;
  border: 0;
}
.site-footer .footer-inner {
  width: min(1080px, 88vw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.site-footer strong {
  display: inline;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
}
.site-footer span {
  color: rgba(255,255,255,.7);
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-contact {
  text-align: right;
}
.site-footer .footer-contact strong {
  display: block;
  margin-bottom: 2px;
}
.site-footer .footer-contact .phone {
  display: inline;
}
@media(max-width:850px){
  .site-footer .footer-inner { display:block; }
  .site-footer .footer-inner > div + div { margin-top: 12px; }
  .site-footer .footer-contact { text-align:left; }
}
/* V19 correction: doré uniquement pour les petits titres (eyebrows) */
.eyebrow { color:#b08b43 !important; }
