/* ============================================================
   CWD Overrides — spacing final validé
   ============================================================ */

/* HERO */
.hero { padding-top: 110px !important; justify-content: space-between !important; }
.hero-inner { gap: 20px !important; }
.hero-stats { margin-top: 24px !important; }
.marquee { margin-top: 32px !important; }

/* HERO STATS — centrage mobile uniquement */
@media (max-width: 960px) {
  .hero-stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    justify-items: center !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero-stat { text-align: center !important; }
}
@media (max-width: 480px) {
  .hero-stats { max-width: 320px !important; gap: 10px !important; }
}

/* HERO PHOTO — luminosité augmentée pour mieux voir l'image */
.hero::before {
  filter: brightness(0.78) saturate(1.1) !important;
}

/* HERO OVERLAY — vignette allégée */
.hero::after {
  background:
    radial-gradient(110% 70% at 50% 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 60%, rgba(0,0,0,0.62) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.55) 95%) !important;
}

/* HERO MOBILE */
@media (max-width: 960px) {
  .hero { padding-top: 90px !important; min-height: auto !important; }
}

/* SECTION-HEAD GLOBAL */
.section-head { margin-bottom: 40px !important; }
@media (max-width: 960px) { .section-head { margin-bottom: 32px !important; } }
@media (max-width: 600px) { .section-head { margin-bottom: 24px !important; } }

/* SECTIONS PADDING */
.about   { padding: 80px 0 !important; }
.reviews { padding: 80px 0 !important; }
.gallery { padding: 80px 0 !important; padding-top: 110px !important; scroll-margin-top: 110px !important; }

/* Page À Propos standalone — compense la nav fixe */
body.page-a-propos .about { padding-top: 120px !important; }
@media (max-width: 960px) {
  body.page-a-propos .about { padding-top: 100px !important; }
}
@media (max-width: 600px) {
  body.page-a-propos .about { padding-top: 88px !important; }
}

@media (max-width: 960px) {
  .about, .reviews { padding: 60px 0 !important; }
  .gallery { padding-top: 100px !important; }
  /* Stats about — wrap + centrage sur mobile */
  .about-stats {
    flex-wrap: wrap !important;
    justify-content: center !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    max-width: calc(100% - 16px) !important;
  }
  .about-stat { text-align: center !important; }
}
@media (max-width: 600px) {
  .about, .reviews { padding: 48px 0 !important; }
  .gallery { padding-top: 88px !important; padding-bottom: 60px !important; }
}

/* GALLERY INTERNE */
.gallery .section-head { gap: 8px !important; margin-bottom: 4px !important; }
.gallery-tabs { margin-bottom: 6px !important; }
@media (max-width: 960px) {
  .gallery .section-head { gap: 6px !important; margin-bottom: 4px !important; }
  .gallery-tabs { margin-bottom: 4px !important; }
}

/* INNER PAGES — top padding */
body.page-services .services,
body.page-contact  .contact,
body.page-faq      .faq-section { padding-top: 110px !important; }

@media (max-width: 960px) {
  .services, .contact, .faq-section { padding-top: 100px !important; }
}
@media (max-width: 600px) {
  .services, .contact, .faq-section { padding-top: 88px !important; }
}

/* INNER PAGES — bottom padding */
.services    { padding-bottom: 80px !important; }
.contact     { padding-bottom: 80px !important; }
.faq-section { padding-bottom: 80px !important; }
@media (max-width: 600px) {
  .services, .contact, .faq-section { padding-bottom: 60px !important; }
}

/* SERVICES */
body.page-services .section-head { margin-bottom: 24px !important; }
@media (max-width: 960px) { body.page-services .section-head { margin-bottom: 20px !important; } }

/* FAQ */
body.page-faq .faq-header { margin-bottom: 8px !important; }
body.page-faq .faq-aside  { top: 90px !important; margin-top: -24px !important; }
@media (max-width: 960px) { body.page-faq .faq-header { margin-bottom: 6px !important; } }

/* CONTACT */
body.page-contact .section-head { gap: 6px !important; margin-bottom: 4px !important; }
@media (max-width: 960px) { body.page-contact .section-head { gap: 4px !important; margin-bottom: 4px !important; } }

/* LEGAL PAGES */
.legal-section { padding-top: 110px !important; }
@media (max-width: 700px) { .legal-section { padding-top: 90px !important; } }

/* SERVICE DETAIL */
.sd-hero { padding-top: 110px !important; }
@media (max-width: 600px) { .sd-hero { padding-top: 88px !important; } }

/* MAP SECTION */
.map-section { padding: 80px 0; }
@media (max-width: 960px) { .map-section { padding: 60px 0; } }
@media (max-width: 600px) { .map-section { padding: 48px 0; } }

.map-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-hairline);
  background: var(--card-bg);
  min-height: 420px;
}
.map-info {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.map-info-row { display: flex; align-items: flex-start; gap: 14px; }
.map-info-row i { color: var(--or-1); flex-shrink: 0; margin-top: 3px; width: 18px; height: 18px; }
.map-info-row strong { display: block; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--blanc-1); margin-bottom: 5px; }
.map-info-row p { color: var(--gris-2); font-size: 14px; line-height: 1.65; margin: 0; }
.map-info-row a { color: var(--gris-2); text-decoration: none; }
.map-info-row a:hover { color: var(--or-1); }
.map-info .btn { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; }
.map-embed { min-height: 420px; }
.map-embed iframe { display: block; width: 100%; height: 100%; min-height: 420px; }

@media (max-width: 960px) {
  .map-card { grid-template-columns: 1fr; }
  .map-embed { min-height: 300px; }
  .map-embed iframe { min-height: 300px; }
}
@media (max-width: 600px) {
  .map-info { padding: 28px 20px; gap: 22px; }
  .map-embed { min-height: 260px; }
  .map-embed iframe { min-height: 260px; }
}

/* iOS ZOOM FIX */
@media (max-width: 960px) {
  .field input, .field select, .field textarea { font-size: 16px !important; }
}

/* NAV TEL */
.nav-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--fg-2);
  transition: color 200ms;
}
.nav-tel:hover { color: var(--or-1); }
.nav-tel svg { flex-shrink: 0; opacity: .7; }
.nav-tel-text { display: flex; flex-direction: column; gap: 1px; }
.nav-tel-label {
  font-family: var(--font-display);
  font-size: 9px !important;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gris-2);
  line-height: 1;
}
.nav-tel-num {
  font-family: var(--font-display);
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--fg-1);
  line-height: 1;
}

/* NAV CTA */
.nav-cta {
  font-size: 10px !important;
  padding: 7px 13px !important;
  letter-spacing: 0.12em !important;
}

/* NAV MOBILE */
@media (max-width: 960px) { .nav-right { display: none !important; } }

/* LOGO — toujours visible sur tous les écrans */
.nav-brand-sub { display: inline-flex !important; }
@media (max-width: 360px) {
  .nav-brand-sub { font-size: 7px !important; letter-spacing: 0.12em !important; }
}

/* NAV LINKS — tous les titres alignés sur la même ligne */
.nav-links { align-items: center !important; }
.nav-links > li { display: flex !important; align-items: center !important; height: 100%; }

/* H1 PAGES INTÉRIEURES — même taille que le hero H1 */
.section-title,
.faq-main-title { font-size: clamp(28px, 4.5vw, 52px) !important; }
