/* ================================================================
   agence-de-nettoyage-valais.ch — « Chalet et bois clair »
   Teinte unique : ambre #b45309 (favicon), nuances sable et ambre
   très foncé, neutres. Georgia pour la marque et les titres,
   "Segoe UI" pour le texte courant.
   ================================================================ */

/* ---------- Header : bandeau sable, bordure basse ambre de 3 px ---------- */
header.site-header.hdr-minimal {
  background: #fbf3e6;
  border-bottom: 3px solid #b45309;
  box-shadow: 0 2px 0 rgba(180, 83, 9, .08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
header.site-header.hdr-minimal .header-inner {
  height: auto;
  min-height: 66px;
  gap: 20px;
}
/* Logo à gauche, Georgia gras, pastille bois autour du pictogramme */
header.site-header.hdr-minimal .brand {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.12rem;
  color: #3d1d05;
  gap: 10px;
  letter-spacing: .01em;
}
header.site-header.hdr-minimal .brand-logo {
  width: 34px;
  height: 34px;
  padding: 4px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6cfae;
}
/* Nav à droite : liens soulignés, soulignement ambre qui se déploie au survol */
header.site-header.hdr-minimal .nav-desktop {
  gap: 6px;
  margin-left: auto;
}
header.site-header.hdr-minimal .nav-link,
header.site-header.hdr-minimal .dropdown-trigger {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  color: #4a2507;
  background: transparent;
  padding: 8px 10px;
  text-decoration: underline;
  text-decoration-color: rgba(180, 83, 9, .35);
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  background-image: linear-gradient(#b45309, #b45309);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 10px calc(100% - 3px);
  transition: background-size .25s ease, color .2s ease;
}
header.site-header.hdr-minimal .nav-link:hover,
header.site-header.hdr-minimal .dropdown-trigger:hover,
header.site-header.hdr-minimal .dropdown.open .dropdown-trigger {
  color: #8a3f07;
  background-color: transparent;
  text-decoration-color: transparent;
  background-size: calc(100% - 20px) 2px;
}
header.site-header.hdr-minimal .nav-sep {
  width: 1px;
  height: 22px;
  background: #e0c49c;
  margin: 0 6px;
}
/* Menu « Districts » : panneau bois clair */
header.site-header .dropdown-panel {
  background: #fffaf2;
  border: 1px solid #e6cfae;
  border-top: 3px solid #b45309;
  border-radius: 0 0 10px 10px;
}
header.site-header .dropdown-item:hover { background: #f7e8d2; }
header.site-header .dropdown-item-keyword { color: #3d1d05; font-weight: 600; }
header.site-header .dropdown-item-sub { color: #7a4a1f; }
header.site-header .dropdown-dot { background: #b45309; }

/* Bouton ambre à coins arrondis */
header.site-header .btn.btn-primary,
.mobile-drawer .btn.btn-primary,
.ie-wrap .btn.btn-primary {
  background: #b45309;
  border-color: #b45309;
  color: #fff;
  border-radius: 12px;
  min-height: 44px;
  padding: 10px 18px;
  font-weight: 700;
  box-shadow: 0 3px 0 #7c3706;
  transition: transform .15s ease, box-shadow .15s ease, background-color .2s ease;
}
header.site-header .btn.btn-primary:hover,
.mobile-drawer .btn.btn-primary:hover,
.ie-wrap .btn.btn-primary:hover {
  background: #93430a;
  border-color: #93430a;
  transform: translateY(-1px);
  box-shadow: 0 4px 0 #6b2f05;
}

/* ---------- Barre mobile ---------- */
header.site-header .hamburger {
  color: #3d1d05;
  background: #f5e6cf;
  border-radius: 10px;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 0;
  justify-content: center;
}
header.site-header .hamburger:hover { background: #ecd4b2; }
@media (max-width: 991px) {
  header.site-header.hdr-minimal .header-inner { min-height: 58px; }
  header.site-header.hdr-minimal .brand {
    font-size: 1rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 auto;
  }
}

/* ---------- Tiroir mobile : ambre très foncé, liens sable ---------- */
nav.mobile-drawer {
  background: #2b1404;
  color: #f5e6cf;
  border-left: 3px solid #b45309;
}
nav.mobile-drawer .mobile-close {
  background: #43210a;
  color: #f5e6cf;
  width: 44px;
  height: 44px;
  border-radius: 10px;
}
nav.mobile-drawer .mobile-close:hover { background: #5a2d0d; }
nav.mobile-drawer .mobile-nav-link {
  color: #f5e6cf;
  min-height: 44px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border-bottom: 1px solid rgba(245, 230, 207, .12);
  font-family: "Segoe UI", Arial, sans-serif;
}
nav.mobile-drawer .mobile-nav-link:hover { background: #43210a; color: #fff; }
nav.mobile-drawer .mobile-section-title {
  color: #e8b77a;
  font-family: Georgia, serif;
  font-size: .8rem;
  letter-spacing: .1em;
  border-top: 1px solid rgba(232, 183, 122, .3);
  margin-top: 10px;
}
nav.mobile-drawer .mobile-auth .btn.btn-primary {
  background: #d9751f;
  border-color: #d9751f;
  color: #2b1404;
  box-shadow: 0 3px 0 #8a3f07;
}

/* ---------- Footer riche : quatre colonnes sur sable foncé ---------- */
footer.site-footer.ftr-rich {
  background: #ead6b8;
  color: #3d1d05;
  border-top: 3px solid #b45309;
  padding-top: 36px;
}
footer.site-footer .ftr-rich-top {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid #cfae82;
  flex-wrap: wrap;
}
footer.site-footer .ftr-rich-brand { gap: 12px; }
footer.site-footer .ftr-rich-brand .brand-logo {
  background: #fffaf2;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #cfae82;
}
footer.site-footer .footer-brand {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #2b1404;
  margin: 0;
}
footer.site-footer .footer-tagline {
  color: #5a3312;
  font-size: .9rem;
  border-left: 3px solid #b45309;
  padding-left: 14px;
}
footer.site-footer .ftr-rich-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 26px;
}
footer.site-footer .footer-heading {
  font-family: Georgia, serif;
  color: #7a3505;
  font-size: .82rem;
  letter-spacing: .1em;
}
footer.site-footer .footer-links a {
  color: #3d1d05;
  background-image: linear-gradient(#b45309, #b45309);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  padding-bottom: 2px;
  align-self: flex-start;
  transition: background-size .25s ease, color .2s ease;
}
footer.site-footer .footer-links a:hover { color: #7a3505; background-size: 100% 2px; }
footer.site-footer .footer-bottom {
  border-top: 1px solid #cfae82;
  padding: 16px 0 20px;
}
footer.site-footer .footer-copy { color: #5a3312; }
footer.site-footer .footer-bottom-links a {
  color: #fff;
  background: #93430a;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
}
footer.site-footer .footer-bottom-links a:hover { background: #7a3505; color: #fff; }
@media (max-width: 900px) {
  footer.site-footer .ftr-rich-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  footer.site-footer .ftr-rich-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}

/* ---------- Page « Ajouter mon entreprise » ---------- */
.ie-wrap .page-header h1 {
  font-family: Georgia, serif;
  color: #2b1404;
}
.ie-wrap .page-header p { color: #5a3312; }
.ie-wrap .ie-grid {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}
.ie-wrap .ie-card {
  border: 1px solid #e6cfae;
  border-top: 4px solid #b45309;
  border-radius: 14px;
  background: #fff;
}
/* Champs en une seule colonne */
.ie-wrap .quote-lead-grid { grid-template-columns: 1fr; gap: 12px; }
.ie-wrap .qf-section {
  font-family: Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.05rem;
  color: #7a3505;
  border-bottom: 2px solid #f0dcbd;
  padding-bottom: 6px;
}
.ie-wrap .quote-field label { color: #3d1d05; font-weight: 600; }
.ie-wrap .quote-field input,
.ie-wrap .quote-field select,
.ie-wrap .quote-field textarea {
  min-height: 46px;
  background: #fffcf7;
  border: 1px solid #dcc09a;
  border-radius: 10px;
  color: #2b1404;
}
.ie-wrap .quote-field input:focus,
.ie-wrap .quote-field select:focus,
.ie-wrap .quote-field textarea:focus {
  border-color: #b45309;
  box-shadow: 0 0 0 3px rgba(180, 83, 9, .22);
  outline: none;
}
.ie-wrap .quote-lead-actions .btn.btn-primary {
  width: 100%;
  justify-content: center;
  font-size: 1.02rem;
  min-height: 50px;
}
/* Colonne latérale d'arguments, ambre pâle, à droite */
.ie-wrap .ie-side .ie-why {
  background: #fcefdc;
  border: 1px solid #ecd0a6;
  border-left: 4px solid #b45309;
  border-radius: 12px;
  color: #3d1d05;
}
.ie-wrap .ie-side .ie-why h2 { font-family: Georgia, serif; color: #7a3505; }
.ie-wrap .ie-side .ie-why p { color: #4a2507; }
.ie-wrap .ie-side .ie-why li::marker { color: #b45309; }
@media (max-width: 900px) {
  .ie-wrap .ie-grid { grid-template-columns: 1fr; }
}

/* ---------- Mouvement réduit : tout est coupé ---------- */
@media (prefers-reduced-motion: reduce) {
  header.site-header .nav-link,
  header.site-header .dropdown-trigger,
  header.site-header .btn.btn-primary,
  .mobile-drawer .btn.btn-primary,
  .ie-wrap .btn.btn-primary,
  footer.site-footer .footer-links a {
    transition: none;
  }
  header.site-header .btn.btn-primary:hover,
  .ie-wrap .btn.btn-primary:hover { transform: none; }
}
