/* LA MARCA — PREMIUM HEADER + MOBILE MENU */

/* HEADER GLOBAL */
.site-header,
.site-header.dynamic-header,
header.wp-block-template-part,
.hello-elementor-header,
#site-header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  width:100% !important;
  z-index:99999 !important;
  background:linear-gradient(180deg,rgba(33,24,19,.42) 0%,rgba(33,24,19,.22) 58%,rgba(33,24,19,0) 100%) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
  border-bottom:1px solid rgba(200,162,124,.16) !important;
  box-shadow:none !important;
}

/* HEADER SPACING */
.site-header .header-inner,
.site-header > *,
header.wp-block-template-part > *,
#site-header > *{
  padding-top:6px !important;
  padding-bottom:6px !important;
}

/* LOGO */
.site-header img,
.custom-logo{
  max-width:165px !important;
  height:auto !important;
  filter:drop-shadow(0 12px 26px rgba(0,0,0,.34)) !important;
}

/* DESKTOP MENU */
.site-header a,
.site-navigation a,
.wp-block-navigation a{
  position:relative !important;
  font-family:Montserrat,Arial,sans-serif !important;
  font-size:10.5px !important;
  font-weight:800 !important;
  letter-spacing:2.5px !important;
  text-transform:uppercase !important;
  color:rgba(248,245,241,.88) !important;
  text-decoration:none !important;
  transition:all .35s ease !important;
}

/* OPACITY ONLY DESKTOP */
@media(min-width:768px){
  .site-header a{
    opacity:.78 !important;
  }
}

.site-header a:hover,
.site-navigation a:hover,
.wp-block-navigation a:hover{
  color:#FFFFFF !important;
  opacity:1 !important;
}

/* DESKTOP UNDERLINE */
.site-navigation a:after,
.wp-block-navigation a:after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:-10px !important;
  width:34px !important;
  height:1px !important;
  background:#D1B08A !important;
  transform:translateX(-50%) scaleX(0) !important;
  transform-origin:center !important;
  transition:transform .35s ease !important;
}

.site-navigation a:hover:after,
.wp-block-navigation a:hover:after{
  transform:translateX(-50%) scaleX(1) !important;
}

/* ACTIVE PAGE */
.current-menu-item > a,
.current_page_item > a,
.current-page-ancestor > a{
  color:#FFFFFF !important;
  opacity:1 !important;
}

.current-menu-item > a:after,
.current_page_item > a:after,
.current-page-ancestor > a:after{
  transform:translateX(-50%) scaleX(1) !important;
  background:#C8A27C !important;
}

/* HAMBURGER / CLOSE */
.site-header .site-navigation-toggle,
.site-header .menu-toggle,
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close{
  color:#F8F5F1 !important;
  background:rgba(61,43,32,.42) !important;
  border:1px solid rgba(248,245,241,.30) !important;
  padding:10px !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
}

/* MOBILE HEADER — SAME SPIRIT AS DESKTOP */
@media(max-width:767px){

  .site-header,
  .site-header.dynamic-header,
  .site-header.dynamic-header.menu-dropdown-mobile,
  header.wp-block-template-part,
  .hello-elementor-header,
  #site-header{
    background:linear-gradient(180deg,rgba(33,24,19,.58) 0%,rgba(33,24,19,.24) 70%,rgba(33,24,19,0) 100%) !important;
    backdrop-filter:blur(10px) !important;
    -webkit-backdrop-filter:blur(10px) !important;
  }

  .site-header img,
  .custom-logo{
    max-width:135px !important;
  }

  /* MOBILE DROPDOWN ONLY — DO NOT TOUCH HEADER INNER */
  .site-header.menu-dropdown-mobile .site-navigation,
  .site-header.menu-dropdown-mobile .site-navigation ul,
  .site-header.menu-dropdown-mobile .site-navigation li,
  .site-header.menu-dropdown-mobile .site-navigation a,
  .site-header.menu-dropdown-mobile nav,
  .site-header.menu-dropdown-mobile nav ul,
  .site-header.menu-dropdown-mobile nav li,
  .site-header.menu-dropdown-mobile nav a{
    background:#241812 !important;
    background-color:#241812 !important;
  }

  .site-header.menu-dropdown-mobile .site-navigation,
  .site-header.menu-dropdown-mobile nav{
    background:
      radial-gradient(circle at 50% 0%,rgba(200,162,124,.16),transparent 35%),
      linear-gradient(180deg,#2A1D17 0%,#1B110D 100%) !important;
    border-top:1px solid rgba(200,162,124,.18) !important;
    box-shadow:0 24px 60px rgba(0,0,0,.45) !important;
  }

  .site-header.menu-dropdown-mobile .site-navigation li,
  .site-header.menu-dropdown-mobile nav li{
    border-bottom:1px solid rgba(200,162,124,.16) !important;
  }

  .site-header.menu-dropdown-mobile .site-navigation a,
  .site-header.menu-dropdown-mobile nav a{
    display:block !important;
    width:100% !important;
    padding:19px 24px !important;
    color:#F8F5F1 !important;
    opacity:1 !important;
    font-family:Montserrat,Arial,sans-serif !important;
    font-size:13px !important;
    font-weight:900 !important;
    letter-spacing:3px !important;
    text-transform:uppercase !important;
    text-decoration:none !important;
    background:transparent !important;
  }

  .site-header.menu-dropdown-mobile .site-navigation a:hover,
  .site-header.menu-dropdown-mobile nav a:hover,
  .site-header.menu-dropdown-mobile .current-menu-item > a,
  .site-header.menu-dropdown-mobile .current_page_item > a{
    background:rgba(200,162,124,.18) !important;
    color:#FFFFFF !important;
  }

  .site-header.menu-dropdown-mobile .site-navigation a:after,
  .site-header.menu-dropdown-mobile nav a:after{
    display:none !important;
  }
}
/* =========================
   LA MARCA FOOTER FINAL
   ========================= */

.site-footer,
.site-footer-wrap,
.site-bottom-footer-wrap,
.site-info{
  background:#100A08 !important;
  border:none !important;
  box-shadow:none !important;
}

/* Suppression des séparateurs */
.site-footer *{
  border-color:transparent !important;
}

/* Footer Kadence */
.site-bottom-footer-wrap{
  padding:24px 20px 36px !important;
}

/* Copyright */
.site-info,
.site-info a,
.site-footer p{
  font-family:Montserrat,Arial,sans-serif !important;
  font-size:10px !important;
  font-weight:600 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:rgba(255,255,255,.42) !important;
}

/* Hover */
.site-info a:hover{
  color:#C8A27C !important;
}

/* Centre tout */
.site-bottom-footer-inner-wrap{
  justify-content:center !important;
  text-align:center !important;
}

/* Supprime espace inutile */
.site-footer-row-container-inner{
  padding-top:0 !important;
  padding-bottom:0 !important;
}

/* Mobile */
@media(max-width:767px){

  .site-bottom-footer-wrap{
    padding:18px 16px 28px !important;
  }

  .site-info,
  .site-info a,
  .site-footer p{
    font-size:9px !important;
    letter-spacing:1.6px !important;
  }
}
/* NEWSLETTER SECTION FULL DARK */
.lm-newsletter-section{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:70px 24px 55px !important;
  background:
    radial-gradient(circle at 50% 0%,rgba(200,162,124,.14),transparent 36%),
    linear-gradient(180deg,#1B120E 0%,#100A08 100%) !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}
.lm-newsletter-section *,
.lm-newsletter-section *:before,
.lm-newsletter-section *:after{
  box-sizing:border-box !important;
}

/* FORM CENTER */
.lm-newsletter-section .elementor-widget-container,
.lm-newsletter-section .fluentform{
  max-width:760px !important;
  margin:0 auto !important;
  background:transparent !important;
}

/* FORM LAYOUT */
.lm-newsletter-section .fluentform form{
  display:grid !important;
  grid-template-columns:1fr 180px !important;
  gap:14px !important;
  align-items:center !important;
}

.lm-newsletter-section .fluentform label{
  display:none !important;
}

.lm-newsletter-section .ff-el-group,
.lm-newsletter-section .ff-el-input--content{
  margin:0 !important;
  width:100% !important;
}

/* INPUT */
.lm-newsletter-section input[type="email"]{
  width:100% !important;
  height:58px !important;
  padding:0 22px !important;
  border:1px solid rgba(200,162,124,.35) !important;
  background:rgba(255,255,255,.035) !important;
  color:#fff !important;
  border-radius:0 !important;
  font-family:Montserrat,Arial,sans-serif !important;
  font-size:13px !important;
}

.lm-newsletter-section input::placeholder{
  color:rgba(255,255,255,.55) !important;
}

/* BUTTON */
.lm-newsletter-section .ff-btn-submit,
.lm-newsletter-section button[type="submit"]{
  width:180px !important;
  height:58px !important;
  background:#8A7765 !important;
  border:1px solid #8A7765 !important;
  color:#fff !important;
  border-radius:0 !important;
  font-family:Montserrat,Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
}

.lm-newsletter-section .ff-btn-submit:hover{
  background:#9B8773 !important;
  transform:translateY(-3px) !important;
}

/* TABLET */
@media(max-width:1024px){
  .lm-newsletter-section{
    padding:58px 22px 48px !important;
  }
}

/* MOBILE */
@media(max-width:767px){
  .lm-newsletter-section{
    padding:48px 22px 42px !important;
  }

  .lm-newsletter-section .fluentform form{
    grid-template-columns:1fr !important;
  }

  .lm-newsletter-section .ff-btn-submit,
  .lm-newsletter-section button[type="submit"]{
    width:100% !important;
  }
}