/*
Theme Name: LVDH - Les Vérités d'en haut
Theme URI: https://lesveritesdenhaut.fr
Description: Thème enfant Divi pour lesveritesdenhaut.fr — Refonte 2026 (bleu dragée + champagne)
Author: Brian Melard
Author URI: https://lesveritesdenhaut.fr
Template: et divi
Version: 1.0.8
Text Domain: lvdh
*/

/* =========================================================
   LES VÉRITÉS D'EN HAUT — Thème enfant Divi
   Palette : bleu dragée + champagne
   Toutes les classes sont préfixées en .lvdh- pour ne pas
   entrer en conflit avec Divi.
   ========================================================= */

:root {
  --lvdh-bg-main: #E6EFF6;
  --lvdh-bg-secondary: #CEDEEA;
  --lvdh-surface-cream: #FAF6EE;
  --lvdh-accent: #D4B896;
  --lvdh-highlight: #E4D5B7;
  --lvdh-text-main: #2C4359;
  --lvdh-text-sub: #5B7286;
  --lvdh-cta: #C29D5F;
  --lvdh-cta-hover: #A8854B;
  --lvdh-filet: #B5C9D9;

  --lvdh-serif: 'Cormorant Garamond', Georgia, serif;
  --lvdh-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --lvdh-radius: 16px;
  --lvdh-shadow-soft: 0 8px 32px rgba(44, 67, 89, 0.06);
  --lvdh-shadow-card: 0 4px 24px rgba(44, 67, 89, 0.07);
  --lvdh-shadow-card-hover: 0 12px 40px rgba(44, 67, 89, 0.12);

  --lvdh-max-width: 1240px;
  --lvdh-section-pad-y: clamp(64px, 9vw, 120px);
  --lvdh-section-pad-x: clamp(20px, 4vw, 48px);
}

/* =========================================================
   RESET DOUX (sans casser Divi)
   On cible uniquement les zones LVDH pour ne pas péter le builder.
   ========================================================= */
body.lvdh-page {
  font-family: var(--lvdh-sans);
  font-weight: 400;
  color: var(--lvdh-text-main);
  background: var(--lvdh-bg-main);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.lvdh-page h1, .lvdh-page h2, .lvdh-page h3, .lvdh-page h4,
.lvdh-main h1, .lvdh-main h2, .lvdh-main h3, .lvdh-main h4 {
  font-family: var(--lvdh-serif);
  font-weight: 400;
  color: var(--lvdh-text-main);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.lvdh-main a { color: inherit; text-decoration: none; }
.lvdh-main { padding-top: 0; }
.lvdh-main * { box-sizing: border-box; }

/* =========================================================
   OVERRIDES DIVI (pour neutraliser les paddings hérités)
   ========================================================= */
body.lvdh-page #page-container,
body.lvdh-page #et-main-area,
body.lvdh-page #main-content {
  background: var(--lvdh-bg-main);
}
body.lvdh-page #main-content > .container {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
body.lvdh-page .et_pb_section {
  padding: 0 !important;
}
body.lvdh-page .et_post_meta_wrapper { display: none; }

/* =========================================================
   TOP BAR
   ========================================================= */
.lvdh-topbar {
  background: var(--lvdh-bg-secondary);
  color: var(--lvdh-text-main);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  padding: 8px var(--lvdh-section-pad-x);
}
.lvdh-topbar-inner {
  max-width: var(--lvdh-max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.lvdh-topbar a { color: inherit; text-decoration: none; }
.lvdh-topbar a:hover { color: var(--lvdh-cta); }
.lvdh-topbar-socials {
  display: flex;
  gap: 14px;
  align-items: center;
}
.lvdh-topbar-socials svg { width: 14px; height: 14px; }
.lvdh-topbar-tel { font-weight: 500; }
.lvdh-topbar-tel-icon {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 6px;
}
.lvdh-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.lvdh-topbar-account {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* =========================================================
   HEADER STICKY
   ========================================================= */
.lvdh-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(230, 239, 246, 0.88);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid rgba(181, 201, 217, 0.5);
  padding: 18px var(--lvdh-section-pad-x);
  transition: padding 0.25s ease, background 0.25s ease;
}
.lvdh-site-header.scrolled { padding: 12px var(--lvdh-section-pad-x); }

.lvdh-header-inner {
  max-width: var(--lvdh-max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lvdh-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--lvdh-serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--lvdh-text-main);
  letter-spacing: 0.01em;
  text-decoration: none;
}
.lvdh-logo-mark {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lvdh-accent);
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  flex-shrink: 0;
}
.lvdh-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.lvdh-logo-text { line-height: 1; }
.lvdh-logo-text small {
  display: block;
  font-family: var(--lvdh-sans);
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--lvdh-text-sub);
  margin-top: 4px;
  font-weight: 400;
}

.lvdh-main-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lvdh-main-nav li { list-style: none; margin: 0; padding: 0; }
.lvdh-main-nav a {
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--lvdh-text-main);
  letter-spacing: 0.02em;
  position: relative;
  padding: 4px 0;
  transition: color 0.2s ease;
  text-decoration: none;
}
.lvdh-main-nav a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--lvdh-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.lvdh-main-nav a:hover { color: var(--lvdh-cta); }
.lvdh-main-nav a:hover::after { transform: scaleX(1); }

.lvdh-btn-reserve {
  background: var(--lvdh-cta);
  color: #fff !important;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 14px rgba(194, 157, 95, 0.25);
  text-decoration: none;
}
.lvdh-btn-reserve:hover {
  background: var(--lvdh-cta-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(194, 157, 95, 0.35);
  color: #fff !important;
}

.lvdh-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.lvdh-header-icon-link {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--lvdh-text-main);
  background: rgba(250, 246, 238, 0.6);
  border: 1px solid rgba(181, 201, 217, 0.5);
  transition: all 0.2s ease;
  text-decoration: none;
}
.lvdh-header-icon-link:hover {
  color: var(--lvdh-cta);
  border-color: var(--lvdh-accent);
  background: var(--lvdh-surface-cream);
  transform: translateY(-1px);
}
.lvdh-cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--lvdh-cta);
  color: #fff;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--lvdh-bg-main);
}

.lvdh-nav-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: var(--lvdh-text-main);
}

/* =========================================================
   HERO
   ========================================================= */
.lvdh-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px var(--lvdh-section-pad-x) 60px;
  background: linear-gradient(160deg, #E6EFF6 0%, #D9E5EF 50%, #CEDEEA 100%);
  overflow: hidden;
}
.lvdh-hero-secondary { min-height: 60vh; padding: 70px var(--lvdh-section-pad-x) 80px; }
.lvdh-hero-compact { min-height: 40vh; padding: 60px var(--lvdh-section-pad-x) 60px; }

.lvdh-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(212, 184, 150, 0.12), transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(212, 184, 150, 0.10), transparent 50%);
  pointer-events: none;
}

.lvdh-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.lvdh-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, rgba(212, 184, 150, 0.9), rgba(212, 184, 150, 0));
  border-radius: 50%;
  animation: lvdhFloat 14s infinite ease-in-out;
  opacity: 0.7;
}
.lvdh-particle:nth-child(1) { top: 18%; left: 12%; animation-delay: 0s; width: 5px; height: 5px; }
.lvdh-particle:nth-child(2) { top: 70%; left: 22%; animation-delay: -2s; width: 4px; height: 4px; }
.lvdh-particle:nth-child(3) { top: 35%; left: 78%; animation-delay: -4s; width: 7px; height: 7px; }
.lvdh-particle:nth-child(4) { top: 82%; left: 85%; animation-delay: -6s; width: 5px; height: 5px; }
.lvdh-particle:nth-child(5) { top: 15%; left: 60%; animation-delay: -8s; width: 4px; height: 4px; }
.lvdh-particle:nth-child(6) { top: 55%; left: 50%; animation-delay: -10s; width: 6px; height: 6px; }
.lvdh-particle:nth-child(7) { top: 28%; left: 40%; animation-delay: -3s; width: 4px; height: 4px; }
.lvdh-particle:nth-child(8) { top: 65%; left: 8%; animation-delay: -7s; width: 5px; height: 5px; }

@keyframes lvdhFloat {
  0%, 100% { transform: translateY(0) translateX(0); opacity: 0.3; }
  25%      { transform: translateY(-20px) translateX(10px); opacity: 0.8; }
  50%      { transform: translateY(-10px) translateX(-15px); opacity: 0.5; }
  75%      { transform: translateY(-25px) translateX(5px); opacity: 0.9; }
}

.lvdh-hero-content {
  position: relative;
  z-index: 2;
  max-width: 880px;
}

.lvdh-hero-logo-wrap {
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
}
.lvdh-hero-logo {
  width: clamp(180px, 22vw, 260px);
  height: clamp(180px, 22vw, 260px);
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 8px 24px rgba(44, 67, 89, 0.18));
  animation: lvdhHeroLogoFloat 6s ease-in-out infinite;
}
.lvdh-hero-logo-small {
  width: 120px;
  height: 120px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 8px 24px rgba(44, 67, 89, 0.18));
  animation: lvdhHeroLogoFloat 6s ease-in-out infinite;
}
@keyframes lvdhHeroLogoFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

.lvdh-hero h1 {
  font-family: var(--lvdh-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  line-height: 1.15;
  color: var(--lvdh-text-main);
  margin: 0 auto 28px;
  letter-spacing: -0.015em;
  max-width: 920px;
}
.lvdh-hero h1 em { font-style: italic; color: var(--lvdh-accent); }
.lvdh-hero h1 .lvdh-accent-period { color: var(--lvdh-accent); }

.lvdh-hero-eyebrow {
  display: inline-block;
  font-size: 0.74rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--lvdh-accent);
  margin-bottom: 22px;
  font-weight: 500;
}

.lvdh-hero-sub {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--lvdh-text-sub);
  font-weight: 300;
  max-width: 620px;
  margin: 0 auto 44px;
  letter-spacing: 0.01em;
}

.lvdh-hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.lvdh-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all 0.3s ease;
  font-family: var(--lvdh-sans);
  text-decoration: none;
}
.lvdh-btn-primary {
  background: var(--lvdh-cta);
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(194, 157, 95, 0.3);
}
.lvdh-btn-primary:hover {
  background: var(--lvdh-cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(194, 157, 95, 0.4);
  color: #fff !important;
}
.lvdh-btn-outline {
  background: transparent;
  color: var(--lvdh-cta);
  border-color: var(--lvdh-cta);
}
.lvdh-btn-outline:hover {
  background: var(--lvdh-cta);
  color: #fff !important;
  transform: translateY(-2px);
}

.lvdh-hero-tagline {
  font-family: var(--lvdh-serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--lvdh-text-sub);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.lvdh-hero-tagline::before,
.lvdh-hero-tagline::after {
  content: '\2726';
  color: var(--lvdh-accent);
  font-style: normal;
  font-size: 0.85rem;
}

/* =========================================================
   COMMONS SECTIONS
   ========================================================= */
.lvdh-section {
  padding: var(--lvdh-section-pad-y) var(--lvdh-section-pad-x);
}
.lvdh-container {
  max-width: var(--lvdh-max-width);
  margin: 0 auto;
}
.lvdh-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.lvdh-section-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--lvdh-accent);
  margin-bottom: 18px;
  font-weight: 500;
}
.lvdh-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
  font-weight: 400;
}
.lvdh-section-title em {
  font-style: italic;
  color: var(--lvdh-accent);
}
.lvdh-section-lead {
  color: var(--lvdh-text-sub);
  font-size: 1.05rem;
  font-weight: 300;
}

/* =========================================================
   SERVICES (4 cards)
   ========================================================= */
.lvdh-services { background: var(--lvdh-bg-main); position: relative; }
.lvdh-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.lvdh-service-card {
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.35);
  border-radius: var(--lvdh-radius);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  box-shadow: var(--lvdh-shadow-card);
  position: relative;
}
.lvdh-service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lvdh-shadow-card-hover);
  border-color: var(--lvdh-accent);
}
.lvdh-service-icon {
  width: 44px;
  height: 44px;
  color: var(--lvdh-cta);
  margin-bottom: 22px;
}
.lvdh-service-tag {
  display: inline-block;
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--lvdh-cta);
  font-weight: 500;
  margin-bottom: 14px;
}
.lvdh-service-card h3 {
  font-size: 1.55rem;
  margin-bottom: 12px;
  font-weight: 500;
}
.lvdh-service-card p {
  color: var(--lvdh-text-sub);
  font-size: 0.94rem;
  font-weight: 300;
  flex: 1;
  margin-bottom: 22px;
  line-height: 1.55;
}
.lvdh-service-link {
  font-size: 0.85rem;
  color: var(--lvdh-cta);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.25s ease, color 0.25s ease;
}
.lvdh-service-link:hover { color: var(--lvdh-cta-hover); gap: 12px; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.lvdh-testimonials { background: var(--lvdh-bg-main); }
.lvdh-verified-line {
  text-align: center;
  margin-bottom: 24px;
  font-size: 0.85rem;
  color: var(--lvdh-text-sub);
}
.lvdh-verified-line .lvdh-stars { color: var(--lvdh-accent); letter-spacing: 0.15em; margin-right: 8px; }
.lvdh-verified-line a {
  color: var(--lvdh-cta);
  border-bottom: 1px solid var(--lvdh-accent);
  padding-bottom: 1px;
}
.lvdh-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.lvdh-testimonial {
  background: var(--lvdh-surface-cream);
  border-radius: var(--lvdh-radius);
  padding: 36px 32px;
  border: 1px solid rgba(212, 184, 150, 0.35);
  box-shadow: var(--lvdh-shadow-card);
  display: flex;
  flex-direction: column;
  position: relative;
}
.lvdh-testimonial::before {
  content: '\201C';
  position: absolute;
  top: 8px;
  right: 26px;
  font-family: var(--lvdh-serif);
  font-size: 5rem;
  color: var(--lvdh-highlight);
  line-height: 1;
}
.lvdh-t-stars {
  color: var(--lvdh-accent);
  letter-spacing: 0.18em;
  margin-bottom: 16px;
  font-size: 0.95rem;
}
.lvdh-t-text {
  color: var(--lvdh-text-main);
  font-family: var(--lvdh-serif);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.55;
  margin-bottom: 22px;
  flex: 1;
}
.lvdh-t-meta {
  border-top: 1px solid var(--lvdh-filet);
  padding-top: 16px;
  font-size: 0.85rem;
  color: var(--lvdh-text-sub);
  letter-spacing: 0.04em;
}
.lvdh-t-meta strong {
  color: var(--lvdh-text-main);
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
  font-family: var(--lvdh-serif);
  font-size: 1rem;
  letter-spacing: 0.01em;
}

/* =========================================================
   BLOG
   ========================================================= */
.lvdh-blog { background: var(--lvdh-bg-secondary); }
.lvdh-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.lvdh-article-card {
  background: var(--lvdh-surface-cream);
  border-radius: var(--lvdh-radius);
  overflow: hidden;
  border: 1px solid rgba(212, 184, 150, 0.3);
  box-shadow: var(--lvdh-shadow-card);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}
.lvdh-article-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lvdh-shadow-card-hover);
}
.lvdh-article-cover {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, var(--lvdh-highlight), var(--lvdh-accent));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(250, 246, 238, 0.6);
  font-family: var(--lvdh-serif);
  font-style: italic;
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.lvdh-article-cover::after {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(250, 246, 238, 0.35);
  border-radius: 8px;
}
.lvdh-article-body {
  padding: 26px 28px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.lvdh-article-cat {
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--lvdh-cta);
  font-weight: 500;
  margin-bottom: 12px;
}
.lvdh-article-card h3 {
  font-size: 1.4rem;
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.lvdh-article-date {
  font-size: 0.82rem;
  color: var(--lvdh-text-sub);
  margin-bottom: 20px;
  font-style: italic;
  font-family: var(--lvdh-serif);
}
.lvdh-article-link {
  margin-top: auto;
  font-size: 0.85rem;
  color: var(--lvdh-cta);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.25s ease;
}
.lvdh-article-link:hover { gap: 12px; }

/* =========================================================
   CTA BAND
   ========================================================= */
.lvdh-cta-band {
  background: var(--lvdh-highlight);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lvdh-cta-band::before,
.lvdh-cta-band::after {
  content: '\2726';
  position: absolute;
  color: var(--lvdh-cta);
  opacity: 0.3;
  font-size: 2rem;
}
.lvdh-cta-band::before { top: 24px; left: 8%; }
.lvdh-cta-band::after { bottom: 24px; right: 8%; }
.lvdh-cta-band h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-style: italic;
  margin-bottom: 18px;
  font-weight: 400;
}
.lvdh-cta-band h2 em { color: var(--lvdh-accent); font-style: italic; }
.lvdh-cta-band p {
  color: var(--lvdh-text-main);
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 36px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.lvdh-cta-band .lvdh-btn-primary {
  padding: 18px 40px;
  font-size: 0.95rem;
}

/* =========================================================
   FOOTER
   ========================================================= */
.lvdh-site-footer {
  background: var(--lvdh-text-main);
  color: #D4DCE5;
  padding: 80px var(--lvdh-section-pad-x) 30px;
}
.lvdh-footer-inner {
  max-width: var(--lvdh-max-width);
  margin: 0 auto;
}
.lvdh-footer-cols {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(181, 201, 217, 0.18);
}
.lvdh-footer-col h4 {
  color: var(--lvdh-accent);
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: var(--lvdh-sans);
  font-weight: 500;
}
.lvdh-footer-logo {
  font-family: var(--lvdh-serif);
  font-size: 1.5rem;
  color: #FAF6EE;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.lvdh-footer-logo-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  background: #FAF6EE;
  padding: 4px;
  flex-shrink: 0;
}
.lvdh-footer-tagline {
  font-family: var(--lvdh-serif);
  font-style: italic;
  color: rgba(250, 246, 238, 0.75);
  margin-bottom: 24px;
  font-size: 1.05rem;
}
.lvdh-footer-socials {
  display: flex;
  gap: 14px;
}
.lvdh-footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(212, 184, 150, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lvdh-accent);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  text-decoration: none;
}
.lvdh-footer-socials a:hover {
  background: var(--lvdh-accent);
  color: var(--lvdh-text-main);
  transform: translateY(-2px);
}
.lvdh-footer-socials svg { width: 16px; height: 16px; }
.lvdh-footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.lvdh-footer-links li { list-style: none; margin: 0; padding: 0; }
.lvdh-footer-links a {
  color: rgba(250, 246, 238, 0.75);
  font-size: 0.92rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
  text-decoration: none;
}
.lvdh-footer-links a:hover { color: var(--lvdh-accent); padding-left: 6px; }
.lvdh-footer-contact {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 0.92rem;
  color: rgba(250, 246, 238, 0.75);
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.lvdh-footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  list-style: none;
}
.lvdh-footer-contact svg {
  color: var(--lvdh-accent);
  flex-shrink: 0;
  margin-top: 3px;
}
.lvdh-footer-contact a { color: inherit; text-decoration: none; }
.lvdh-footer-contact a:hover { color: var(--lvdh-accent); }

.lvdh-sub-footer {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.8rem;
  color: rgba(250, 246, 238, 0.55);
}
.lvdh-sub-footer-links {
  display: flex;
  gap: 24px;
}
.lvdh-sub-footer-links a { color: inherit; text-decoration: none; }
.lvdh-sub-footer-links a:hover { color: var(--lvdh-accent); }

/* =========================================================
   SCROLL ANIMATIONS
   ========================================================= */
.lvdh-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.lvdh-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   MOBILE NAV
   ========================================================= */
.lvdh-mobile-nav {
  position: fixed;
  inset: 0;
  background: var(--lvdh-bg-main);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  padding: 80px var(--lvdh-section-pad-x) 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  overflow-y: auto;
}
.lvdh-mobile-nav.open { transform: translateX(0); }
.lvdh-mobile-nav a {
  font-family: var(--lvdh-serif);
  font-size: 1.6rem;
  color: var(--lvdh-text-main);
  border-bottom: 1px solid var(--lvdh-filet);
  padding-bottom: 12px;
  text-decoration: none;
}
.lvdh-mobile-nav-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--lvdh-text-main);
  width: 40px;
  height: 40px;
}

/* =========================================================
   RDV HUB (2 grandes cartes)
   ========================================================= */
.lvdh-rdv-hub { background: var(--lvdh-bg-main); }
.lvdh-hub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.lvdh-hub-card {
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.4);
  border-radius: var(--lvdh-radius);
  padding: 56px 48px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--lvdh-shadow-card);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
}
.lvdh-hub-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lvdh-shadow-card-hover);
  border-color: var(--lvdh-accent);
}
.lvdh-hub-icon {
  width: 88px;
  height: 88px;
  margin-bottom: 28px;
  color: var(--lvdh-cta);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lvdh-hub-icon svg { width: 100%; height: 100%; }
.lvdh-hub-card h3 {
  font-size: 2rem;
  margin-bottom: 14px;
  font-weight: 500;
  font-style: italic;
}
.lvdh-hub-lead {
  color: var(--lvdh-text-sub);
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 32px;
  max-width: 380px;
}
.lvdh-hub-options {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  width: 100%;
  max-width: 380px;
}
.lvdh-hub-options li {
  padding: 14px 0;
  font-size: 0.98rem;
  color: var(--lvdh-text-main);
  border-bottom: 1px solid rgba(212, 184, 150, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  list-style: none;
}
.lvdh-hub-options li:last-child { border-bottom: none; }
.lvdh-opt-label {
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: left;
}
.lvdh-opt-symbol {
  color: var(--lvdh-accent);
  flex-shrink: 0;
}
.lvdh-opt-price {
  font-family: var(--lvdh-serif);
  color: var(--lvdh-cta);
  font-size: 1.15rem;
  font-weight: 500;
  white-space: nowrap;
}
.lvdh-hub-cta {
  background: var(--lvdh-cta);
  color: #fff !important;
  border: none;
  padding: 16px 30px;
  border-radius: 999px;
  font-family: var(--lvdh-sans);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 6px 18px rgba(194, 157, 95, 0.28);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.lvdh-hub-cta:hover {
  background: var(--lvdh-cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(194, 157, 95, 0.38);
}

/* =========================================================
   ACCOUNT INFO BAND
   ========================================================= */
.lvdh-account-info {
  background: var(--lvdh-bg-secondary);
  padding: 70px var(--lvdh-section-pad-x);
}
.lvdh-account-info-card {
  max-width: 760px;
  margin: 0 auto;
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.4);
  border-radius: var(--lvdh-radius);
  padding: 38px 40px;
  text-align: center;
  box-shadow: var(--lvdh-shadow-card);
}
.lvdh-account-info-card p {
  font-family: var(--lvdh-serif);
  font-style: italic;
  color: var(--lvdh-text-main);
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0;
}
.lvdh-account-info-card p + p { margin-top: 8px; }
.lvdh-account-info-card a {
  color: var(--lvdh-cta);
  border-bottom: 1px solid var(--lvdh-accent);
  padding-bottom: 1px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.lvdh-account-info-card a:hover { color: var(--lvdh-cta-hover); }
.lvdh-account-info-card .lvdh-star {
  color: var(--lvdh-accent);
  margin: 0 4px;
}

/* =========================================================
   FAQ
   ========================================================= */
.lvdh-faq { background: var(--lvdh-bg-main); }
.lvdh-faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lvdh-faq-item {
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.35);
  border-radius: var(--lvdh-radius);
  overflow: hidden;
  box-shadow: var(--lvdh-shadow-card);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.lvdh-faq-item[open] {
  border-color: var(--lvdh-accent);
  box-shadow: var(--lvdh-shadow-card-hover);
}
.lvdh-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 28px;
  font-family: var(--lvdh-serif);
  font-size: 1.18rem;
  font-weight: 500;
  color: var(--lvdh-text-main);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  transition: color 0.2s ease;
}
.lvdh-faq-item summary::-webkit-details-marker { display: none; }
.lvdh-faq-item summary:hover { color: var(--lvdh-cta); }
.lvdh-faq-chevron {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--lvdh-accent);
  transition: transform 0.3s ease;
}
.lvdh-faq-item[open] .lvdh-faq-chevron { transform: rotate(180deg); }
.lvdh-faq-answer {
  padding: 0 28px 24px;
  color: var(--lvdh-text-sub);
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.7;
}

/* =========================================================
   PRACTICES / FORMULES (3 cards)
   ========================================================= */
.lvdh-practices, .lvdh-formulas { background: var(--lvdh-bg-main); }
.lvdh-practices-grid, .lvdh-formulas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.lvdh-practice-card, .lvdh-formula-card {
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.35);
  border-radius: var(--lvdh-radius);
  padding: 40px 36px 32px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--lvdh-shadow-card);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.lvdh-formula-card { text-align: center; padding: 38px 30px 32px; }
.lvdh-practice-card:hover, .lvdh-formula-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lvdh-shadow-card-hover);
  border-color: var(--lvdh-accent);
}
.lvdh-practice-icon { width: 48px; height: 48px; color: var(--lvdh-cta); margin-bottom: 22px; }
.lvdh-formula-icon { width: 52px; height: 52px; color: var(--lvdh-cta); margin: 0 auto 20px; }
.lvdh-practice-card h3, .lvdh-formula-card h3 {
  font-size: 1.5rem;
  margin-bottom: 14px;
  font-weight: 500;
}
.lvdh-practice-card h3 { font-size: 1.7rem; }
.lvdh-practice-card p {
  color: var(--lvdh-text-sub);
  font-size: 0.98rem;
  font-weight: 300;
  margin-bottom: 22px;
  line-height: 1.65;
  flex: 1;
}
.lvdh-practice-meta {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  background: rgba(212, 184, 150, 0.18);
  color: var(--lvdh-cta);
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
  font-weight: 500;
}
.lvdh-practice-link {
  color: var(--lvdh-cta);
  font-weight: 500;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.25s ease, color 0.25s ease;
  text-decoration: none;
}
.lvdh-practice-link:hover { gap: 12px; color: var(--lvdh-cta-hover); }
.lvdh-formula-duration {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--lvdh-text-sub);
  margin-bottom: 18px;
}
.lvdh-formula-price {
  font-family: var(--lvdh-serif);
  font-size: 2rem;
  color: var(--lvdh-cta);
  margin-bottom: 26px;
  font-weight: 500;
  line-height: 1;
}
.lvdh-formula-cta {
  margin-top: auto;
  background: var(--lvdh-cta);
  color: #fff !important;
  border: none;
  padding: 12px 24px;
  border-radius: 999px;
  font-family: var(--lvdh-sans);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(194, 157, 95, 0.22);
  text-decoration: none;
  display: inline-block;
}
.lvdh-formula-cta:hover { background: var(--lvdh-cta-hover); transform: translateY(-1px); }

/* =========================================================
   STORY BAND / RELIEF / LIGHTS
   ========================================================= */
.lvdh-story-band {
  background: var(--lvdh-surface-cream);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lvdh-story-band::before,
.lvdh-story-band::after {
  content: '\2726';
  position: absolute;
  color: var(--lvdh-accent);
  opacity: 0.35;
  font-size: 1.8rem;
}
.lvdh-story-band::before { top: 36px; left: 8%; }
.lvdh-story-band::after { bottom: 36px; right: 8%; }
.lvdh-story-inner { max-width: 760px; margin: 0 auto; }
.lvdh-story-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--lvdh-accent);
  font-weight: 500;
  margin-bottom: 26px;
  display: inline-block;
}
.lvdh-story-text {
  font-family: var(--lvdh-serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  color: var(--lvdh-text-main);
  line-height: 1.55;
  font-weight: 400;
}

.lvdh-relief, .lvdh-lights { background: var(--lvdh-bg-secondary); }
.lvdh-lights { background: var(--lvdh-bg-main); }
.lvdh-relief-grid, .lvdh-lights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 56px;
  max-width: 880px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.lvdh-relief-grid li, .lvdh-lights-grid li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  font-size: 1.02rem;
  color: var(--lvdh-text-main);
  font-weight: 400;
  line-height: 1.55;
  border-bottom: 1px solid rgba(181, 201, 217, 0.4);
  list-style: none;
}
.lvdh-relief-grid li::before, .lvdh-lights-grid li::before {
  content: '\2726';
  color: var(--lvdh-accent);
  font-size: 1rem;
  margin-top: 4px;
  flex-shrink: 0;
}

/* =========================================================
   TOOLS (Voyance)
   ========================================================= */
.lvdh-tools { background: var(--lvdh-bg-secondary); }
.lvdh-tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}
.lvdh-tool-card {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.35);
  border-radius: var(--lvdh-radius);
  padding: 28px;
  box-shadow: var(--lvdh-shadow-card);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.lvdh-tool-card:hover { transform: translateY(-3px); border-color: var(--lvdh-accent); }
.lvdh-tool-icon { flex-shrink: 0; width: 44px; height: 44px; color: var(--lvdh-cta); margin-top: 4px; }
.lvdh-tool-card h3 { font-size: 1.3rem; margin-bottom: 8px; font-weight: 500; }
.lvdh-tool-card p {
  color: var(--lvdh-text-sub);
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.55;
}

/* DISCLAIMER */
.lvdh-disclaimer {
  background: var(--lvdh-bg-secondary);
  padding-bottom: 40px;
}
.lvdh-disclaimer-box {
  max-width: 760px;
  margin: 0 auto;
  background: var(--lvdh-surface-cream);
  border: 1px dashed var(--lvdh-accent);
  border-radius: var(--lvdh-radius);
  padding: 32px 36px;
  text-align: center;
  box-shadow: var(--lvdh-shadow-soft);
}
.lvdh-disclaimer-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--lvdh-accent);
  font-weight: 500;
  margin-bottom: 14px;
  display: inline-block;
}
.lvdh-disclaimer p {
  font-family: var(--lvdh-serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--lvdh-text-sub);
  line-height: 1.6;
}

/* =========================================================
   REIKI LEVELS / TIMELINE / WHY
   ========================================================= */
.lvdh-levels { background: var(--lvdh-bg-main); }
.lvdh-levels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.lvdh-level-card {
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.35);
  border-radius: var(--lvdh-radius);
  padding: 34px 26px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--lvdh-shadow-card);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.lvdh-level-card:hover { transform: translateY(-6px); box-shadow: var(--lvdh-shadow-card-hover); border-color: var(--lvdh-accent); }
.lvdh-level-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lvdh-cta);
  background: rgba(212, 184, 150, 0.15);
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 500;
  margin-bottom: 18px;
}
.lvdh-level-card h3 { font-size: 1.45rem; margin-bottom: 12px; font-weight: 500; line-height: 1.25; }
.lvdh-level-meta { font-size: 0.85rem; color: var(--lvdh-text-sub); margin-bottom: 6px; line-height: 1.4; }
.lvdh-level-price {
  font-family: var(--lvdh-serif);
  font-size: 2.1rem;
  color: var(--lvdh-cta);
  margin: 14px 0 18px;
  line-height: 1;
  font-weight: 500;
}
.lvdh-level-desc {
  color: var(--lvdh-text-main);
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 22px;
  flex: 1;
}
.lvdh-level-cta {
  width: 100%;
  background: var(--lvdh-cta);
  color: #fff !important;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: var(--lvdh-sans);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: background 0.25s ease, transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(194, 157, 95, 0.22);
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
}
.lvdh-level-cta:hover { background: var(--lvdh-cta-hover); transform: translateY(-1px); }

.lvdh-how-it-works { background: var(--lvdh-bg-secondary); }
.lvdh-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.lvdh-timeline-card {
  background: var(--lvdh-surface-cream);
  border-radius: var(--lvdh-radius);
  border: 1px solid rgba(212, 184, 150, 0.35);
  padding: 34px 26px 30px;
  box-shadow: var(--lvdh-shadow-card);
  text-align: center;
}
.lvdh-timeline-num {
  font-family: var(--lvdh-serif);
  font-size: 4rem;
  color: var(--lvdh-accent);
  line-height: 1;
  margin-bottom: 14px;
  font-weight: 500;
  font-style: italic;
}
.lvdh-timeline-card h3 { font-size: 1.25rem; margin-bottom: 12px; font-weight: 500; }
.lvdh-timeline-card p { color: var(--lvdh-text-sub); font-size: 0.92rem; font-weight: 300; line-height: 1.55; }

.lvdh-why-reiki { background: var(--lvdh-bg-main); }
.lvdh-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto;
}
.lvdh-why-card {
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.35);
  border-radius: var(--lvdh-radius);
  padding: 36px 30px;
  box-shadow: var(--lvdh-shadow-card);
  text-align: center;
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.lvdh-why-card:hover { transform: translateY(-4px); border-color: var(--lvdh-accent); }
.lvdh-why-icon { width: 52px; height: 52px; color: var(--lvdh-cta); margin: 0 auto 22px; }
.lvdh-why-card h3 { font-size: 1.35rem; margin-bottom: 12px; font-weight: 500; }
.lvdh-why-card p { color: var(--lvdh-text-sub); font-size: 0.96rem; font-weight: 300; line-height: 1.6; }

/* =========================================================
   CONSULTATIONS (approach / timeline vertical / pricing)
   ========================================================= */
.lvdh-approach { background: var(--lvdh-surface-cream); }
.lvdh-approach-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 60px 40px;
  background: var(--lvdh-bg-main);
  border-radius: var(--lvdh-radius);
  border: 1px solid rgba(212, 184, 150, 0.4);
  box-shadow: var(--lvdh-shadow-soft);
}
.lvdh-approach-box::before, .lvdh-approach-box::after {
  content: '\2726';
  position: absolute;
  color: var(--lvdh-accent);
  opacity: 0.45;
  font-size: 1.4rem;
}
.lvdh-approach-box::before { top: 18px; left: 50%; transform: translateX(-50%); }
.lvdh-approach-box::after { bottom: 18px; left: 50%; transform: translateX(-50%); }
.lvdh-approach-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--lvdh-accent);
  font-weight: 500;
  margin-bottom: 26px;
  display: inline-block;
}
.lvdh-approach-text {
  font-family: var(--lvdh-serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  color: var(--lvdh-text-main);
  line-height: 1.55;
  font-weight: 400;
}

.lvdh-deroule { background: var(--lvdh-bg-secondary); }
.lvdh-timeline-vertical {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.lvdh-timeline-vertical::before {
  content: '';
  position: absolute;
  left: 38px;
  top: 36px;
  bottom: 36px;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--lvdh-accent) 12%, var(--lvdh-accent) 88%, transparent);
  opacity: 0.5;
}
.lvdh-timeline-step {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 28px;
  position: relative;
  padding: 22px 0;
  align-items: flex-start;
}
.lvdh-timeline-bubble {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--lvdh-surface-cream);
  border: 2px solid var(--lvdh-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--lvdh-serif);
  font-size: 2.2rem;
  color: var(--lvdh-cta);
  font-weight: 500;
  box-shadow: var(--lvdh-shadow-soft);
  z-index: 1;
  flex-shrink: 0;
}
.lvdh-timeline-body {
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.35);
  border-radius: var(--lvdh-radius);
  padding: 24px 28px;
  box-shadow: var(--lvdh-shadow-card);
  margin-top: 6px;
}
.lvdh-timeline-body h3 { font-size: 1.4rem; margin-bottom: 4px; font-weight: 500; }
.lvdh-timeline-duration {
  font-family: var(--lvdh-sans);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lvdh-cta);
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
}
.lvdh-timeline-body p {
  color: var(--lvdh-text-sub);
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.65;
}

.lvdh-engagements { background: var(--lvdh-surface-cream); }
.lvdh-approach-intro {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
  font-family: var(--lvdh-serif);
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: var(--lvdh-text-sub);
  line-height: 1.55;
}
.lvdh-engagements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto;
}
.lvdh-engagement-card {
  background: var(--lvdh-bg-main);
  border: 1px solid rgba(212, 184, 150, 0.4);
  border-radius: var(--lvdh-radius);
  padding: 36px 30px;
  box-shadow: var(--lvdh-shadow-soft);
  text-align: center;
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.lvdh-engagement-card:hover { transform: translateY(-4px); border-color: var(--lvdh-accent); }
.lvdh-engagement-card-icon { width: 48px; height: 48px; margin: 0 auto 18px; color: var(--lvdh-cta); }
.lvdh-engagement-card h3 { font-size: 1.35rem; margin-bottom: 14px; font-weight: 500; }
.lvdh-engagement-card p { color: var(--lvdh-text-sub); font-size: 0.98rem; font-weight: 300; line-height: 1.6; }

.lvdh-pricing { background: var(--lvdh-bg-secondary); }
.lvdh-pricing-table-wrap {
  max-width: 860px;
  margin: 0 auto;
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.35);
  border-radius: var(--lvdh-radius);
  box-shadow: var(--lvdh-shadow-card);
  overflow: hidden;
}
.lvdh-pricing-table {
  width: 100%;
  border-collapse: collapse;
}
.lvdh-pricing-table thead th {
  text-align: left;
  padding: 22px 24px;
  background: var(--lvdh-highlight);
  font-family: var(--lvdh-serif);
  font-size: 1rem;
  font-weight: 500;
  color: var(--lvdh-text-main);
  letter-spacing: 0.04em;
}
.lvdh-pricing-table tbody td {
  padding: 20px 24px;
  border-top: 1px solid rgba(181, 201, 217, 0.4);
  font-size: 0.98rem;
  color: var(--lvdh-text-main);
  vertical-align: middle;
}
.lvdh-pricing-table tbody td:first-child {
  font-family: var(--lvdh-serif);
  font-size: 1.15rem;
  font-weight: 500;
}
.lvdh-pricing-table tbody tr:hover { background: rgba(228, 213, 183, 0.18); }
.lvdh-pricing-table .lvdh-price-cell {
  font-family: var(--lvdh-serif);
  color: var(--lvdh-cta);
  font-weight: 500;
  font-size: 1.15rem;
  white-space: nowrap;
  text-align: right;
}

/* =========================================================
   BOUTIQUE — CATEGORIES (10 cards)
   ========================================================= */
.lvdh-boutique-intro {
  background: var(--lvdh-bg-main);
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: center;
}
.lvdh-boutique-intro p {
  max-width: 760px;
  margin: 0 auto;
  font-family: var(--lvdh-serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--lvdh-text-sub);
  line-height: 1.65;
}

.lvdh-shipping-banner {
  background: var(--lvdh-highlight);
  padding: 18px var(--lvdh-section-pad-x);
  text-align: center;
}
.lvdh-shipping-banner-inner {
  font-family: var(--lvdh-serif);
  font-style: italic;
  color: var(--lvdh-text-main);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.lvdh-categories { background: var(--lvdh-bg-main); padding-top: 30px; }
.lvdh-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.lvdh-category-card {
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.35);
  border-radius: var(--lvdh-radius);
  padding: 38px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--lvdh-shadow-card);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.lvdh-category-card.active:hover {
  transform: translateY(-6px);
  box-shadow: var(--lvdh-shadow-card-hover);
  border-color: var(--lvdh-accent);
}
.lvdh-category-card.coming {
  opacity: 0.6;
  cursor: not-allowed;
}
.lvdh-category-symbol {
  font-family: var(--lvdh-serif);
  font-size: 3rem;
  color: var(--lvdh-accent);
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}
.lvdh-category-eyebrow {
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--lvdh-cta);
  font-weight: 500;
  margin-bottom: 12px;
}
.lvdh-category-card h3 {
  font-size: 1.45rem;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.25;
}
.lvdh-category-sub {
  color: var(--lvdh-text-sub);
  font-size: 0.92rem;
  font-weight: 300;
  margin-bottom: 22px;
  line-height: 1.5;
  flex: 1;
}
.lvdh-category-status { margin-bottom: 22px; }
.lvdh-badge-count {
  display: inline-block;
  background: rgba(155, 191, 138, 0.18);
  color: #4d7a3d;
  border: 1px solid rgba(155, 191, 138, 0.45);
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.lvdh-badge-coming {
  display: inline-block;
  background: rgba(181, 201, 217, 0.4);
  color: var(--lvdh-text-sub);
  border: 1px solid rgba(181, 201, 217, 0.7);
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.lvdh-category-link {
  font-size: 0.82rem;
  color: var(--lvdh-cta);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.25s ease, color 0.25s ease;
  margin-top: auto;
}
.lvdh-category-link:hover { color: var(--lvdh-cta-hover); gap: 12px; }

/* =========================================================
   MON ESPACE (intégration WooCommerce My Account)
   ========================================================= */
.lvdh-mon-espace-page .woocommerce-account {
  background: var(--lvdh-bg-main);
  padding: 80px var(--lvdh-section-pad-x);
}
.lvdh-mon-espace-page .woocommerce {
  max-width: var(--lvdh-max-width);
  margin: 0 auto;
}

/* Form de login (woocommerce) */
.lvdh-mon-espace-page .woocommerce-form-login,
.lvdh-mon-espace-page .woocommerce-form-register {
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.4);
  border-radius: var(--lvdh-radius);
  padding: 38px 40px;
  box-shadow: var(--lvdh-shadow-card);
  max-width: 540px;
  margin: 0 auto 30px;
}
.lvdh-mon-espace-page .woocommerce-form-login label,
.lvdh-mon-espace-page .woocommerce-form-register label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lvdh-text-sub);
  margin-bottom: 8px;
  font-weight: 500;
}
.lvdh-mon-espace-page .woocommerce-form-login input[type="text"],
.lvdh-mon-espace-page .woocommerce-form-login input[type="email"],
.lvdh-mon-espace-page .woocommerce-form-login input[type="password"],
.lvdh-mon-espace-page .woocommerce-form-register input,
.lvdh-mon-espace-page .woocommerce input.input-text {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(181, 201, 217, 0.7);
  border-radius: 10px;
  padding: 12px 16px;
  font-family: var(--lvdh-sans);
  font-size: 0.95rem;
  color: var(--lvdh-text-main);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 16px;
}
.lvdh-mon-espace-page .woocommerce-form-login input:focus,
.lvdh-mon-espace-page .woocommerce-form-register input:focus,
.lvdh-mon-espace-page .woocommerce input.input-text:focus {
  outline: none;
  border-color: var(--lvdh-accent);
  box-shadow: 0 0 0 3px rgba(212, 184, 150, 0.18);
}

/* Buttons WC -> style LVDH */
.lvdh-mon-espace-page .woocommerce button.button,
.lvdh-mon-espace-page .woocommerce a.button,
.lvdh-mon-espace-page .woocommerce input.button,
.lvdh-mon-espace-page .woocommerce #respond input#submit {
  background: var(--lvdh-cta) !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  font-family: var(--lvdh-sans) !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(194, 157, 95, 0.25);
  transition: background 0.25s ease, transform 0.2s ease;
  text-decoration: none;
}
.lvdh-mon-espace-page .woocommerce button.button:hover,
.lvdh-mon-espace-page .woocommerce a.button:hover {
  background: var(--lvdh-cta-hover) !important;
  transform: translateY(-1px);
}

/* Navigation My Account */
.lvdh-mon-espace-page .woocommerce-MyAccount-navigation {
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.4);
  border-radius: var(--lvdh-radius);
  padding: 22px;
  box-shadow: var(--lvdh-shadow-card);
}
.lvdh-mon-espace-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lvdh-mon-espace-page .woocommerce-MyAccount-navigation li {
  list-style: none;
  border-bottom: 1px solid rgba(212, 184, 150, 0.3);
}
.lvdh-mon-espace-page .woocommerce-MyAccount-navigation li:last-child { border-bottom: none; }
.lvdh-mon-espace-page .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 8px;
  color: var(--lvdh-text-main);
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.lvdh-mon-espace-page .woocommerce-MyAccount-navigation a:hover,
.lvdh-mon-espace-page .woocommerce-MyAccount-navigation li.is-active a {
  color: var(--lvdh-cta);
  padding-left: 14px;
}

/* Content My Account */
.lvdh-mon-espace-page .woocommerce-MyAccount-content {
  background: var(--lvdh-surface-cream);
  border: 1px solid rgba(212, 184, 150, 0.4);
  border-radius: var(--lvdh-radius);
  padding: 36px 38px;
  box-shadow: var(--lvdh-shadow-card);
}
.lvdh-mon-espace-page .woocommerce-MyAccount-content h2,
.lvdh-mon-espace-page .woocommerce-MyAccount-content h3 {
  color: var(--lvdh-text-main);
  font-family: var(--lvdh-serif);
}

/* Tables WC -> bord arrondi LVDH */
.lvdh-mon-espace-page .woocommerce table.shop_table,
.lvdh-mon-espace-page .woocommerce table.my_account_orders {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(212, 184, 150, 0.35);
}
.lvdh-mon-espace-page .woocommerce table.shop_table th {
  background: var(--lvdh-highlight);
  font-family: var(--lvdh-serif);
  color: var(--lvdh-text-main);
}

/* =========================================================
   WOOCOMMERCE — Shop pages
   ========================================================= */
.lvdh-wc-wrap {
  background: var(--lvdh-bg-main);
  padding: 60px var(--lvdh-section-pad-x);
}
.lvdh-wc-wrap .woocommerce {
  max-width: var(--lvdh-max-width);
  margin: 0 auto;
}
.lvdh-wc-wrap .woocommerce ul.products li.product .price {
  color: var(--lvdh-cta) !important;
  font-family: var(--lvdh-serif);
  font-weight: 500;
  font-size: 1.2rem;
}
.lvdh-wc-wrap .woocommerce ul.products li.product h2,
.lvdh-wc-wrap .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--lvdh-serif) !important;
  color: var(--lvdh-text-main) !important;
  font-weight: 500 !important;
}
.lvdh-wc-wrap .woocommerce ul.products li.product a img {
  border-radius: var(--lvdh-radius);
}
.lvdh-wc-wrap .woocommerce .button {
  background: var(--lvdh-cta) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 12px 24px !important;
  font-family: var(--lvdh-sans) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  text-decoration: none;
}
.lvdh-wc-wrap .woocommerce .button:hover { background: var(--lvdh-cta-hover) !important; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .lvdh-services-grid { grid-template-columns: repeat(2, 1fr); }
  .lvdh-testimonials-grid { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; gap: 24px; }
  .lvdh-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .lvdh-footer-cols { grid-template-columns: 1fr 1fr; gap: 40px; }
  .lvdh-hub-grid { grid-template-columns: 1fr; gap: 28px; max-width: 580px; margin: 0 auto; }
  .lvdh-practices-grid, .lvdh-formulas-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .lvdh-relief-grid, .lvdh-lights-grid { grid-template-columns: 1fr; gap: 0; }
  .lvdh-tools-grid { grid-template-columns: 1fr; }
  .lvdh-levels-grid { grid-template-columns: repeat(2, 1fr); }
  .lvdh-timeline-grid { grid-template-columns: repeat(2, 1fr); }
  .lvdh-why-grid { grid-template-columns: 1fr; max-width: 520px; }
  .lvdh-engagements-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .lvdh-categories-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .lvdh-main-nav { display: none; }
  .lvdh-nav-toggle { display: inline-flex; }
  .lvdh-header-cta-desktop { display: none; }
  .lvdh-topbar-inner { font-size: 0.7rem; }
  .lvdh-topbar-tel-label { display: none; }

  .lvdh-hero { min-height: 78vh; padding-top: 60px; padding-bottom: 50px; }
  .lvdh-hero-secondary, .lvdh-hero-compact { min-height: 55vh; padding-top: 50px; padding-bottom: 60px; }
  .lvdh-hero h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .lvdh-hero-ctas .lvdh-btn { padding: 14px 24px; font-size: 0.82rem; width: 100%; max-width: 320px; justify-content: center; }
  .lvdh-hero-ctas { flex-direction: column; align-items: center; }

  .lvdh-services-grid { grid-template-columns: 1fr; }
  .lvdh-blog-grid { grid-template-columns: 1fr; }
  .lvdh-footer-cols { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .lvdh-footer-logo, .lvdh-footer-socials, .lvdh-footer-contact li { justify-content: center; }
  .lvdh-sub-footer { justify-content: center; text-align: center; }
  .lvdh-sub-footer-links { justify-content: center; flex-wrap: wrap; gap: 16px; }
  .lvdh-faq-item summary { font-size: 1.05rem; padding: 18px 22px; }
  .lvdh-faq-answer { padding: 0 22px 20px; }
  .lvdh-hub-card { padding: 40px 26px 36px; }
  .lvdh-hub-card h3 { font-size: 1.6rem; }
  .lvdh-levels-grid { grid-template-columns: 1fr; }
  .lvdh-timeline-grid { grid-template-columns: 1fr; }
  .lvdh-categories-grid { grid-template-columns: 1fr; }
  .lvdh-pricing-table thead th, .lvdh-pricing-table tbody td { padding: 14px 16px; font-size: 0.9rem; }
  .lvdh-pricing-table tbody td:first-child { font-size: 1rem; }
  .lvdh-pricing-table .lvdh-price-cell { font-size: 1rem; }
  .lvdh-timeline-vertical::before { left: 28px; }
  .lvdh-timeline-step { grid-template-columns: 56px 1fr; gap: 18px; }
  .lvdh-timeline-bubble { width: 56px; height: 56px; font-size: 1.6rem; }
  .lvdh-timeline-body { padding: 18px 22px; }
}

@media (max-width: 480px) {
  .lvdh-topbar-socials { gap: 10px; }
  .lvdh-logo { font-size: 1.2rem; }
  .lvdh-logo-text small { font-size: 0.55rem; letter-spacing: 0.28em; }
  .lvdh-pricing-table thead { display: none; }
  .lvdh-pricing-table, .lvdh-pricing-table tbody, .lvdh-pricing-table tr, .lvdh-pricing-table td { display: block; width: 100%; }
  .lvdh-pricing-table tbody tr { padding: 16px 18px; border-top: 1px solid rgba(181,201,217,0.4); }
  .lvdh-pricing-table tbody td { padding: 4px 0; border-top: none; }
  .lvdh-pricing-table .lvdh-price-cell { text-align: left; }
}

/* ============ LVDH PRODUCT CARDS (override WC grid) ============ */
.woocommerce ul.products, .woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 30px !important;
    list-style: none !important;
    padding: 50px 24px !important;
    margin: 0 auto !important;
    max-width: 1240px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    float: none !important;
}
.lvdh-product-card-wrap::before { content: none !important; }
.lvdh-product-card-wrap > a, .lvdh-product-card-wrap > .button { display: none !important; }
.lvdh-product-card {
    background: var(--lvdh-surface-cream, #FAF6EE);
    border: 1px solid var(--lvdh-accent, #D4B896);
    border-radius: 16px;
    padding: 38px 26px 30px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(44, 67, 89, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
    color: var(--lvdh-text-main, #2C4359);
}
.lvdh-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(44, 67, 89, 0.12);
}
.lvdh-product-card .lvdh-service-tag {
    background: var(--lvdh-text-main, #2C4359);
    color: #fff;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.lvdh-product-icon {
    width: 64px;
    height: 64px;
    color: var(--lvdh-accent, #D4B896);
    margin: 8px 0 18px;
}
.lvdh-product-icon svg { width: 100%; height: 100%; }
.lvdh-product-title {
    font-family: var(--lvdh-serif, 'Cormorant Garamond', serif);
    font-size: 1.45rem;
    color: var(--lvdh-text-main, #2C4359);
    margin: 0 0 8px;
    line-height: 1.2;
}
.lvdh-product-duration {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--lvdh-text-sub, #5B7286);
    margin: 0 0 14px;
    font-weight: 500;
}
.lvdh-product-desc {
    font-size: 0.92rem;
    color: var(--lvdh-text-sub, #5B7286);
    line-height: 1.55;
    margin: 0 0 18px;
    flex: 1;
}
.lvdh-product-price {
    font-family: var(--lvdh-serif, 'Cormorant Garamond', serif);
    font-size: 2.1rem;
    color: var(--lvdh-accent, #D4B896);
    font-weight: 500;
    margin: 0 0 22px;
}
.lvdh-product-price del { opacity: 0.5; font-size: 0.7em; margin-right: 6px; }
.lvdh-product-cta {
    width: 100%;
    text-align: center;
    margin-top: auto;
}

/* ============ LVDH SHOP PAGE STYLES ============ */
.page-id-4562 .entry-content,
.page-id-4562 #et-boc .et_pb_text_inner,
.page-id-4562 .et_pb_section,
.page-id-4562 #post-4562 {
  background: linear-gradient(180deg, var(--lvdh-bg-main) 0%, var(--lvdh-surface-cream) 100%) !important;
}
.lvdh-shop-hero {
  text-align: center;
  padding: clamp(60px, 8vw, 100px) var(--lvdh-section-pad-x, 24px) 40px;
  background: linear-gradient(135deg, var(--lvdh-bg-main) 0%, var(--lvdh-bg-secondary) 100%);
  border-bottom: 1px solid var(--lvdh-filet, #B5C9D9);
}
.lvdh-shop-hero-title {
  font-family: var(--lvdh-serif, 'Cormorant Garamond', serif) !important;
  font-size: clamp(2.4rem, 5vw, 3.6rem) !important;
  color: var(--lvdh-text-main, #2C4359) !important;
  margin: 0 0 14px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}
.lvdh-shop-hero-subtitle {
  font-family: var(--lvdh-sans, 'Inter', sans-serif);
  font-size: 1.1rem;
  color: var(--lvdh-text-sub, #5B7286);
  letter-spacing: 0.05em;
  margin: 0;
}
.lvdh-section-title {
  font-family: var(--lvdh-serif, 'Cormorant Garamond', serif) !important;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
  color: var(--lvdh-text-main, #2C4359) !important;
  text-align: center !important;
  margin: 60px auto 10px !important;
  font-weight: 500 !important;
  position: relative;
  padding-bottom: 18px;
}
.lvdh-section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: var(--lvdh-accent, #D4B896);
  margin: 16px auto 0;
}
.lvdh-shop-cta-row {
  text-align: center;
  margin: 30px 0 50px;
}
.lvdh-btn-outline {
  display: inline-block;
  padding: 14px 32px;
  border: 1.5px solid var(--lvdh-accent, #D4B896);
  color: var(--lvdh-text-main, #2C4359);
  text-decoration: none;
  border-radius: 999px;
  font-family: var(--lvdh-sans, 'Inter', sans-serif);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  transition: all 0.25s ease;
  background: transparent;
}
.lvdh-btn-outline:hover {
  background: var(--lvdh-accent, #D4B896);
  color: #fff;
  transform: translateY(-2px);
}

/* ---------- Override cards CATEGORIES WC ---------- */
.woocommerce ul.products li.product-category {
  background: var(--lvdh-surface-cream, #FAF6EE);
  border: 1px solid var(--lvdh-filet, #B5C9D9);
  border-radius: 16px;
  padding: 30px 20px !important;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.woocommerce ul.products li.product-category:hover {
  transform: translateY(-4px);
  box-shadow: var(--lvdh-shadow-card-hover, 0 12px 40px rgba(44, 67, 89, 0.12));
  border-color: var(--lvdh-accent, #D4B896);
}
.woocommerce ul.products li.product-category > a {
  color: var(--lvdh-text-main, #2C4359);
  text-decoration: none;
  display: block;
}
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
  font-family: var(--lvdh-serif, 'Cormorant Garamond', serif) !important;
  font-size: 1.35rem !important;
  color: var(--lvdh-text-main, #2C4359) !important;
  margin: 8px 0 6px !important;
  padding: 0 !important;
}
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title mark.count {
  display: inline-block;
  background: transparent !important;
  color: var(--lvdh-text-sub, #5B7286) !important;
  font-size: 0.8rem;
  font-family: var(--lvdh-sans, sans-serif) !important;
}
.woocommerce ul.products li.product-category img {
  border-radius: 10px;
  max-height: 140px;
  width: auto;
  margin: 0 auto 12px;
  object-fit: cover;
}
/* Si pas d'image, placeholder doré */
.woocommerce ul.products li.product-category > a::before {
  content: '';
  display: none;
}

/* ---------- Cacher le titre H1 default WP de la page ---------- */
.page-id-4562 .entry-title,
.page-id-4562 h1.page-title {
  display: none !important;
}
/* ============ END LVDH SHOP PAGE STYLES ============ */

/* Hide page-title 'Boutique' on WC shop */
body.woocommerce-shop h1.page-title, body.post-type-archive-product h1.page-title, body.page-id-4562 h1.page-title { display: none !important; }

/* Kill WC clearfix that steals grid cells */
.woocommerce ul.products::before, .woocommerce ul.products::after, .woocommerce-page ul.products::before, .woocommerce-page ul.products::after { display: none !important; content: none !important; }


/* ============ LVDH CART PAGE FIX ============ */
.woocommerce-cart .woocommerce-cart-form table.cart input.qty {
  background: #fff !important;
  color: var(--lvdh-text-main, #2C4359) !important;
  border: 1.5px solid var(--lvdh-accent, #D4B896) !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  width: 80px !important;
  font-weight: 600 !important;
  opacity: 1 !important;
  text-align: center !important;
}
.woocommerce-cart .woocommerce-cart-form table.cart input.qty:focus {
  outline: none !important;
  border-color: var(--lvdh-cta, #C29D5F) !important;
  box-shadow: 0 0 0 3px rgba(212, 184, 150, 0.25) !important;
}
.woocommerce-cart button[name=update_cart],
.woocommerce-cart input[name=update_cart] {
  background: var(--lvdh-cta, #C29D5F) !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 24px !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  cursor: pointer !important;
  opacity: 0.5 !important;
  transition: opacity 0.2s ease, background 0.2s ease !important;
}
.woocommerce-cart button[name=update_cart]:not([disabled]),
.woocommerce-cart input[name=update_cart]:not([disabled]) {
  opacity: 1 !important;
}
.woocommerce-cart button[name=update_cart]:hover:not([disabled]),
.woocommerce-cart input[name=update_cart]:hover:not([disabled]) {
  background: var(--lvdh-cta-hover, #A8854B) !important;
}
.woocommerce-cart .product-remove a.remove {
  color: #c0392b !important;
  background: rgba(192,57,43,0.08) !important;
  font-size: 18px !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  border-radius: 50% !important;
  text-align: center !important;
  text-decoration: none !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}
.woocommerce-cart .product-remove a.remove:hover {
  background: #c0392b !important;
  color: #fff !important;
}
.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .button {
  background: var(--lvdh-cta, #C29D5F) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 14px 30px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-decoration: none !important;
  display: block !important;
  text-align: center !important;
  opacity: 1 !important;
}
.woocommerce-cart .cart_totals .checkout-button:hover {
  background: var(--lvdh-cta-hover, #A8854B) !important;
}
/* Empêche Divi de griser le contenu cart */
.woocommerce-cart #post-499, .woocommerce-cart .entry-content {
  opacity: 1 !important;
  background: transparent !important;
}
/* ============ END LVDH CART PAGE FIX ============ */


/* ============ LVDH CARDS HEIGHT FIX ============ */
.woocommerce ul.products, .woocommerce-page ul.products {
  align-items: start !important;
  grid-auto-rows: auto !important;
}
.lvdh-product-card-wrap {
  display: flex !important;
  align-items: stretch !important;
}
.lvdh-product-card {
  min-height: 480px;
  max-height: 560px;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
}
.lvdh-product-image {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 0 18px;
  background: rgba(212, 184, 150, 0.08);
}
.lvdh-product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
}
.lvdh-product-image img[alt]:not([src]),
.lvdh-product-image img:not([src]),
.lvdh-no-image {
  background: linear-gradient(135deg, var(--lvdh-bg-main, #E6EFF6), var(--lvdh-surface-cream, #FAF6EE));
  position: relative;
}
.lvdh-product-image.lvdh-no-image::after {
  content: '✨';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: var(--lvdh-accent, #D4B896);
  opacity: 0.5;
}
/* Cache l'image broken avec son alt-text */
.lvdh-product-image img:not([src=''])[alt] {
  font-size: 0;
  color: transparent;
}
.lvdh-product-card .lvdh-product-title {
  margin: 0 0 8px !important;
  min-height: 2.4em;
}
.lvdh-product-card .lvdh-product-desc {
  flex: 1 1 auto;
}
.lvdh-product-card .lvdh-product-cta {
  margin-top: auto !important;
}
/* Service cards (icone SVG) restent compactes */
.lvdh-card-service { min-height: 420px; }
/* ============ END LVDH CARDS HEIGHT FIX ============ */


/* ============ LVDH CHECKOUT EDIT LINK ============ */
.lvdh-checkout-edit-row { text-align: center; margin: 30px 0 40px; }
.lvdh-checkout-edit-link { display: inline-block; padding: 14px 30px; border: 1.5px solid var(--lvdh-accent, #D4B896); color: var(--lvdh-text-main, #2C4359) !important; background: var(--lvdh-surface-cream, #FAF6EE); border-radius: 999px; text-decoration: none !important; font-family: var(--lvdh-sans, 'Inter', sans-serif); font-size: 0.95rem; letter-spacing: 0.04em; transition: all 0.25s ease; }
.lvdh-checkout-edit-link:hover { background: var(--lvdh-accent, #D4B896); color: #fff !important; transform: translateY(-2px); }
.lvdh-checkout-edit-mini { display: inline-block; padding: 6px 14px; color: var(--lvdh-cta, #C29D5F) !important; background: transparent; border: 1px dashed var(--lvdh-accent, #D4B896); border-radius: 999px; text-decoration: none !important; font-size: 0.85rem; }
.lvdh-checkout-edit-mini:hover { background: var(--lvdh-surface-cream, #FAF6EE); color: var(--lvdh-cta-hover, #A8854B) !important; }
/* ============ END LVDH CHECKOUT EDIT LINK ============ */


/* ============ LVDH CART PAGE V2 (custom template) ============ */
.lvdh-cart-page { max-width: 1240px; margin: 40px auto; padding: 0 24px; }
.lvdh-cart-items { background: var(--lvdh-surface-cream, #FAF6EE); border: 1px solid var(--lvdh-filet, #B5C9D9); border-radius: 16px; overflow: hidden; margin-bottom: 24px; }
.lvdh-cart-item { display: grid; grid-template-columns: 50px 80px 1fr 120px 130px 130px; gap: 18px; align-items: center; padding: 20px; border-bottom: 1px solid rgba(181, 201, 217, 0.5); }
.lvdh-cart-item:last-child { border-bottom: none; }
.lvdh-cart-item-remove { text-align: center; }
.lvdh-cart-item .lvdh-cart-remove, .lvdh-cart-item a.remove { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(192, 57, 43, 0.1); color: #c0392b; font-size: 18px; line-height: 1; text-decoration: none !important; font-weight: 400; transition: all 0.2s ease; }
.lvdh-cart-item .lvdh-cart-remove:hover, .lvdh-cart-item a.remove:hover { background: #c0392b; color: #fff; transform: scale(1.1); }
.lvdh-cart-item-thumb img { width: 80px; height: 80px; object-fit: cover; border-radius: 10px; }
.lvdh-cart-item-info .lvdh-cart-item-name { font-family: var(--lvdh-serif, 'Cormorant Garamond', serif); font-size: 1.15rem; color: var(--lvdh-text-main, #2C4359); margin-bottom: 6px; }
.lvdh-cart-item-info .lvdh-cart-item-name a { color: inherit; text-decoration: none !important; }
.lvdh-cart-item-price, .lvdh-cart-item-subtotal { font-family: var(--lvdh-serif, serif); color: var(--lvdh-cta, #C29D5F); font-size: 1.1rem; text-align: center; }
.lvdh-cart-item-qty { text-align: center; }
.lvdh-cart-item-qty .label, .lvdh-cart-item-price .label, .lvdh-cart-item-subtotal .label { display: none; font-size: 0.75rem; color: var(--lvdh-text-sub, #5B7286); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
.lvdh-cart-item-qty input.qty, .lvdh-cart-item-qty .quantity input { width: 70px !important; padding: 10px !important; text-align: center; border: 1.5px solid var(--lvdh-accent, #D4B896) !important; border-radius: 8px !important; background: #fff !important; color: var(--lvdh-text-main, #2C4359) !important; font-weight: 600 !important; font-size: 1rem !important; opacity: 1 !important; }
.lvdh-cart-item-qty input.qty:focus { outline: none !important; border-color: var(--lvdh-cta, #C29D5F) !important; box-shadow: 0 0 0 3px rgba(212, 184, 150, 0.25) !important; }
.lvdh-cart-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; background: transparent; padding: 0 8px; margin-bottom: 30px; }
.lvdh-cart-coupon { display: flex; gap: 10px; align-items: center; flex: 1 1 320px; }
.lvdh-cart-coupon label { font-family: var(--lvdh-sans, sans-serif); color: var(--lvdh-text-sub, #5B7286); font-size: 0.9rem; }
.lvdh-cart-coupon input.input-text { padding: 12px 16px; border: 1.5px solid var(--lvdh-filet, #B5C9D9); border-radius: 999px; background: #fff; min-width: 160px; font-size: 0.9rem; }
.lvdh-cart-update { background: var(--lvdh-cta, #C29D5F) !important; color: #fff !important; border: none !important; padding: 14px 30px !important; border-radius: 999px !important; font-weight: 600 !important; letter-spacing: 0.05em !important; cursor: pointer !important; transition: background 0.2s, transform 0.2s; }
.lvdh-cart-update:hover:not([disabled]) { background: var(--lvdh-cta-hover, #A8854B) !important; transform: translateY(-2px); }
.lvdh-cart-update[disabled] { opacity: 0.45 !important; cursor: not-allowed; }
.lvdh-cart-collaterals { display: grid; grid-template-columns: 1fr; gap: 24px; max-width: 480px; margin-left: auto; }
.lvdh-cart-collaterals .cart_totals { background: var(--lvdh-surface-cream, #FAF6EE); border: 1px solid var(--lvdh-filet, #B5C9D9); border-radius: 16px; padding: 28px; }
.lvdh-cart-collaterals .cart_totals h2 { font-family: var(--lvdh-serif, serif); color: var(--lvdh-text-main, #2C4359); margin: 0 0 20px; font-size: 1.6rem; }
.lvdh-cart-collaterals .wc-proceed-to-checkout { padding: 0; margin-top: 20px; }
.lvdh-cart-collaterals .checkout-button { background: var(--lvdh-cta, #C29D5F) !important; color: #fff !important; padding: 16px 30px !important; border-radius: 999px !important; font-weight: 600 !important; text-align: center !important; display: block !important; text-decoration: none !important; transition: background 0.2s, transform 0.2s; opacity: 1 !important; }
.lvdh-cart-collaterals .checkout-button:hover { background: var(--lvdh-cta-hover, #A8854B) !important; transform: translateY(-2px); }
@media (max-width: 768px) {
  .lvdh-cart-item { grid-template-columns: 60px 80px 1fr; gap: 12px; padding: 16px; }
  .lvdh-cart-item-price, .lvdh-cart-item-qty, .lvdh-cart-item-subtotal { grid-column: 2 / -1; text-align: left; padding-top: 8px; }
  .lvdh-cart-item-qty .label, .lvdh-cart-item-price .label, .lvdh-cart-item-subtotal .label { display: inline-block; margin-right: 10px; }
  .lvdh-cart-collaterals { max-width: 100%; }
}
/* ============ END LVDH CART PAGE V2 ============ */


/* ============ LVDH CART FORCE OVERRIDE Divi ============ */
html body.woocommerce-cart input[type="number"].qty,
html body.woocommerce-cart .lvdh-cart-page input.qty,
html body.woocommerce-cart .lvdh-cart-item-qty input[type="number"],
html body.woocommerce-cart .quantity input.input-text {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #2C4359 !important;
  border: 1.5px solid #D4B896 !important;
  border-radius: 8px !important;
  padding: 10px 12px !important;
  width: 70px !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  opacity: 1 !important;
  box-shadow: 0 1px 2px rgba(44,67,89,0.08) !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
html body.woocommerce-cart input.qty:hover { border-color: #C29D5F !important; }
html body.woocommerce-cart input.qty:focus { outline: none !important; border-color: #C29D5F !important; box-shadow: 0 0 0 3px rgba(212,184,150,0.3) !important; }
html body.woocommerce-cart .lvdh-cart-page a.remove,
html body.woocommerce-cart .lvdh-cart-remove {
  background: #fff !important;
  color: #c0392b !important;
  border: 1.5px solid #c0392b !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  opacity: 1 !important;
  text-decoration: none !important;
}
html body.woocommerce-cart .lvdh-cart-page a.remove:hover,
html body.woocommerce-cart .lvdh-cart-remove:hover {
  background: #c0392b !important;
  color: #fff !important;
  transform: scale(1.1) !important;
}
/* Indication visuelle : bouton supprimer visible */
html body.woocommerce-cart .lvdh-cart-item-remove::before {
  content: 'Retirer';
  display: block;
  font-size: 0.7rem;
  color: #5B7286;
  margin-bottom: 6px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
/* ============ END LVDH CART FORCE OVERRIDE ============ */
