/* Accueil V2 — couche visuelle strictement limitée à la page /v2. */
body.lcdo-home-v2 {
  --v2-ink: #342316;
  --v2-brown: #432918;
  --v2-rose: #b96f73;
  --v2-taupe: #cbb8a2;
  --v2-sand: #eee1d0;
  --v2-cream: #fbf6ef;
  --v2-paper: #fffdf9;
  --v2-line: rgba(67, 41, 24, .12);
  --v2-shadow: 0 24px 70px rgba(67, 41, 24, .10);
  background: var(--v2-cream);
  color: var(--v2-ink);
  font-family: var(--lcdo-font-body, Lora, Georgia, serif);
}

/* Une hiérarchie typographique cohérente pour toute la page V2. */
.lcdo-home-v2 .l-header,
.lcdo-home-v2 .w-nav,
.lcdo-home-v2 .site-footer,
.lcdo-home-v2 .footer-col,
.lcdo-home-v2 input,
.lcdo-home-v2 button {
  font-family: var(--lcdo-font-body, Lora, Georgia, serif);
}

.lcdo-home-v2 h1,
.lcdo-home-v2 h2,
.lcdo-home-v2 h3 {
  font-family: var(--lcdo-font-heading, Cormorant Garamond, Georgia, serif);
}

.lcdo-home-v2 .l-main > .l-section,
.lcdo-home-v2 .l-main > .l-section > .l-section-h {
  max-width: none;
  padding: 0;
}

.lcdo-home-v2 .hero {
  min-height: 0;
  height: clamp(520px, 57vw, 620px);
  isolation: isolate;
}

.lcdo-home-v2 .hero-image-placeholder {
  background-position: center 56%;
  transform: none;
}

.lcdo-home-v2 .hero-image-placeholder::after {
  display: block;
  content: '';
  background:
    linear-gradient(90deg, rgba(38, 20, 10, .50) 0%, rgba(38, 20, 10, .17) 52%, rgba(38, 20, 10, .30) 100%),
    linear-gradient(0deg, rgba(38, 20, 10, .30), transparent 42%);
}

.lcdo-home-v2 .hero-content {
  width: min(760px, calc(100% - 48px));
  max-width: 760px;
  padding: 20px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.lcdo-home-v2 .hero h1 {
  max-width: 720px;
  margin: 0 auto 26px;
  font-size: clamp(46px, 5.2vw, 68px);
  line-height: 1.04;
  letter-spacing: .005em;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(28, 15, 8, .22);
}

.lcdo-home-v2 .hero p {
  max-width: 590px;
  margin-bottom: 34px;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.8;
  font-weight: 400;
  text-wrap: balance;
}

.lcdo-home-v2 .hero .btn {
  padding: 16px 38px;
  border-color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 0 0 0 #fff;
  transition: color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.lcdo-home-v2 .hero .btn:hover,
.lcdo-home-v2 .hero .btn:focus-visible {
  color: var(--v2-brown);
  box-shadow: inset 0 -60px 0 0 #fff;
  transform: translateY(-2px);
}

.lcdo-home-v2 .hero-badge-france {
  top: 44px;
  right: 4.5vw;
}

.lcdo-home-v2 .social {
  bottom: 24px;
}

.lcdo-home-v2 .v2-products-section,
.lcdo-home-v2 .v2-universes-section,
.lcdo-home-v2 .v2-coffrets-section {
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 108px clamp(24px, 5vw, 78px);
}

.lcdo-home-v2 .v2-products-section {
  position: relative;
}

.lcdo-home-v2 .v2-products-section::before {
  content: '01';
  position: absolute;
  top: 72px;
  left: clamp(24px, 5vw, 78px);
  font-family: var(--lcdo-font-heading, Georgia, serif);
  font-size: 86px;
  line-height: 1;
  color: rgba(67, 41, 24, .045);
  pointer-events: none;
}

.lcdo-home-v2 .section-header {
  position: relative;
  align-items: end;
  margin-bottom: 42px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--v2-line);
}

.lcdo-home-v2 .section-header .title-left,
.lcdo-home-v2 .section-title {
  color: var(--v2-taupe);
  letter-spacing: .25em;
}

.lcdo-home-v2 .section-header .title-left {
  font-size: 13px;
}

.lcdo-home-v2 .see-all {
  position: relative;
  padding-right: 32px;
  color: var(--v2-ink);
  font-weight: 700;
}

.lcdo-home-v2 .see-all::after {
  content: '→';
  position: absolute;
  right: 0;
  transition: transform .25s ease;
}

.lcdo-home-v2 .see-all:hover::after { transform: translateX(5px); }

.lcdo-home-v2 ul.products {
  gap: clamp(16px, 2vw, 28px);
}

.lcdo-home-v2 ul.products li.product {
  overflow: hidden;
  border: 1px solid rgba(67, 41, 24, .08);
  border-radius: 18px 18px 8px 8px;
  background: var(--v2-paper);
  box-shadow: 0 8px 28px rgba(67, 41, 24, .055);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.lcdo-home-v2 ul.products li.product:hover {
  transform: translateY(-8px);
  border-color: rgba(185, 111, 115, .22);
  box-shadow: 0 24px 55px rgba(67, 41, 24, .13);
}

.lcdo-home-v2 ul.products li.product > a,
.lcdo-home-v2 ul.products li.product > .button,
.lcdo-home-v2 ul.products li.product > .product-klarna-v2 {
  margin-left: 18px;
  margin-right: 18px;
}

.lcdo-home-v2 ul.products li.product > a.woocommerce-LoopProduct-link {
  margin: 0;
}

.lcdo-home-v2 ul.products li.product img.attachment-woocommerce_thumbnail,
.lcdo-home-v2 ul.products li.product .woocommerce-placeholder {
  border-radius: 0;
  transition: transform .55s ease;
}

.lcdo-home-v2 ul.products li.product:hover img.attachment-woocommerce_thumbnail {
  transform: scale(1.025);
}

.lcdo-home-v2 ul.products li.product .woocommerce-loop-product__title {
  margin: 18px 18px 7px;
  color: var(--v2-ink);
  letter-spacing: .08em;
}

.lcdo-home-v2 ul.products li.product .price {
  margin: 0 18px 10px;
}

.lcdo-home-v2 ul.products li.product > .button {
  margin-bottom: 18px;
}

.lcdo-home-v2 .v2-universes-section {
  padding-top: 76px;
  padding-bottom: 116px;
  text-align: center;
}

.lcdo-home-v2 .v2-universes-section .section-title {
  margin-bottom: 42px;
}

.lcdo-home-v2 .categories {
  gap: clamp(22px, 4vw, 58px);
}

.lcdo-home-v2 .category {
  min-width: 150px;
}

.lcdo-home-v2 .category-img {
  width: clamp(142px, 14vw, 188px);
  height: clamp(142px, 14vw, 188px);
  margin-bottom: 20px;
  border: 8px solid rgba(255, 255, 255, .78);
  outline: 1px solid rgba(67, 41, 24, .10);
  box-shadow: 0 18px 40px rgba(67, 41, 24, .10);
}

.lcdo-home-v2 .category:hover .category-img {
  transform: translateY(-7px) scale(1.025);
}

.lcdo-home-v2 .category-name {
  font-size: 11px;
  color: var(--v2-ink);
}

.lcdo-home-v2 .about {
  position: relative;
  width: min(1280px, calc(100% - 48px));
  margin: 12px auto 112px;
  padding: 104px clamp(28px, 8vw, 128px);
  overflow: hidden;
  border-radius: 8px 48px 8px 48px;
  border: 1px solid rgba(255, 255, 255, .34);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .16), transparent 32%),
    linear-gradient(135deg, #a9896e, #8f6c52);
  box-shadow: var(--v2-shadow);
}

.lcdo-home-v2 .about::before,
.lcdo-home-v2 .about::after {
  content: '';
  position: absolute;
  width: 260px;
  height: 128px;
  border: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 128'%3E%3Cpath d='M-8 102C28 83 19 55 4 62C-7 67-2 82 11 79C33 74 43 24 82 28C111 31 101 59 88 55C75 51 75 32 95 27C126 20 143 58 166 75C185 89 204 80 199 67C195 56 177 61 183 75C190 94 225 81 268 45' fill='none' stroke='%23fff' stroke-opacity='.42' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lcdo-home-v2 .about::before { top: -24px; left: -42px; transform: rotate(-12deg); }
.lcdo-home-v2 .about::after { right: -56px; bottom: -28px; transform: rotate(156deg); }

.lcdo-home-v2 .about .section-title {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: auto;
  margin: 0 auto 28px;
  padding: 10px 18px 9px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 999px;
  background: rgba(255, 253, 249, .96);
  color: #765141 !important;
  box-shadow: 0 10px 28px rgba(63, 39, 24, .16);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .26em;
}

.lcdo-home-v2 .about h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--lcdo-font-heading, Georgia, serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .015em;
  text-transform: none;
  text-wrap: balance;
}

.lcdo-home-v2 .about p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .96);
}

.lcdo-home-v2 .about .link {
  border-color: #fff;
  background: #fff;
  color: var(--v2-brown);
  box-shadow: 0 12px 30px rgba(56, 33, 20, .18);
}

.lcdo-home-v2 .about .link:hover,
.lcdo-home-v2 .about .link:focus-visible {
  background: var(--v2-brown);
  border-color: var(--v2-brown);
  color: #fff;
}

.lcdo-home-v2 .v2-coffrets-section {
  width: min(1400px, calc(100% - 48px));
  margin-bottom: 112px;
  border: 1px solid var(--v2-line);
  border-radius: 32px;
  background: rgba(255, 253, 249, .68);
  box-shadow: 0 22px 70px rgba(67, 41, 24, .06);
}

.lcdo-home-v2 .coffrets-intro {
  max-width: 790px;
  margin-bottom: 54px;
}

.lcdo-home-v2 .coffrets-intro .section-title {
  margin-bottom: 16px;
}

.lcdo-home-v2 .coffrets-intro p {
  font-size: 15px;
}

.lcdo-home-v2 .story {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 28px;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  border-radius: 28px;
  background: var(--v2-paper);
  box-shadow: 0 20px 60px rgba(67, 41, 24, .07);
}

.lcdo-home-v2 .story + .story,
.lcdo-home-v2 .story.reverse {
  margin-top: 0;
}

.lcdo-home-v2 .story:not(.reverse) {
  margin-bottom: 28px;
}

.lcdo-home-v2 .story-img {
  min-height: 570px;
}

.lcdo-home-v2 .story-text {
  padding: clamp(48px, 7vw, 92px);
  background: var(--v2-paper);
}

.lcdo-home-v2 .story-text .tag {
  margin-bottom: 18px;
  color: var(--v2-rose);
}

.lcdo-home-v2 .story-text h3 {
  font-family: var(--lcdo-font-heading, Georgia, serif);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: .01em;
  text-transform: none;
  color: var(--v2-ink);
  text-wrap: balance;
}

.lcdo-home-v2 .story-text p {
  font-size: 15px;
}

.lcdo-home-v2 .btn-dark {
  padding: 15px 32px;
  background: var(--v2-brown);
  box-shadow: 0 10px 24px rgba(67, 41, 24, .15);
}

.lcdo-home-v2 .testimonials {
  width: min(1400px, calc(100% - 48px));
  margin: 112px auto 0;
  padding: 96px 0 104px;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
  background: #efe3d4;
}

.lcdo-home-v2 .testimonials .section-title {
  color: var(--v2-rose);
}

.lcdo-home-v2 .testimonial-track {
  padding-left: clamp(26px, 6vw, 84px);
  padding-right: clamp(26px, 6vw, 84px);
}

.lcdo-home-v2 .testimonials .testimonial {
  padding: 38px 32px;
  border: 1px solid rgba(67, 41, 24, .07);
  border-radius: 18px 18px 6px 18px;
  box-shadow: 0 18px 45px rgba(67, 41, 24, .08);
}

.lcdo-home-v2 .pdf-wrapper {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 116px 0 170px;
}

.lcdo-home-v2 .pdf-section {
  border-radius: 26px;
  background: linear-gradient(120deg, #c3ad96, #ad9277);
  box-shadow: var(--v2-shadow);
}

.lcdo-home-v2 .pdf-section .inner {
  grid-template-columns: minmax(220px, 310px) 1fr;
  gap: clamp(38px, 7vw, 90px);
  padding-left: clamp(34px, 7vw, 96px);
  padding-right: clamp(34px, 7vw, 96px);
}

.lcdo-home-v2 .pdf-image {
  overflow: hidden;
  border-radius: 18px 18px 4px 18px;
  box-shadow: 0 26px 60px rgba(67, 41, 24, .22);
}

.lcdo-home-v2 .pdf-content h3 {
  font-family: var(--lcdo-font-heading, Georgia, serif);
  max-width: 760px;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: .01em;
  text-transform: none;
  color: #fff;
  text-wrap: balance;
}

.lcdo-home-v2 .pdf-content h3 .pdf-kicker {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .82);
  font-family: var(--lcdo-font-body, Lora, Georgia, serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lcdo-home-v2 .pdf-content h3 .line2 { display: block; }

.lcdo-home-v2 .btn-pdf {
  background: var(--v2-brown);
  box-shadow: 0 12px 28px rgba(67, 41, 24, .18);
}

/* Header V2 : plus fin, plus calme et plus lisible. */
.lcdo-home-v2 .top-banner {
  padding: 8px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: #382216;
  font-size: 10px;
  letter-spacing: .22em;
}

.lcdo-home-v2 .header {
  grid-template-columns: 150px minmax(0, 1fr) 150px;
  gap: 18px;
  min-height: 74px;
  padding: 7px clamp(22px, 4vw, 56px);
  border-color: rgba(67, 41, 24, .09);
  background: rgba(255, 252, 247, .94);
  box-shadow: 0 10px 34px rgba(67, 41, 24, .055);
  backdrop-filter: blur(14px);
}

.lcdo-home-v2 .logo-img {
  height: 58px;
  max-width: 146px;
}

.lcdo-home-v2 .nav {
  gap: clamp(14px, 1.7vw, 26px);
  font-size: 10.5px;
  letter-spacing: .15em;
}

.lcdo-home-v2 .nav > a:not(.highlight),
.lcdo-home-v2 .nav-item > a {
  position: relative;
}

.lcdo-home-v2 .nav > a:not(.highlight)::after,
.lcdo-home-v2 .nav-item > a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--v2-rose);
  transform: scaleX(0);
  transition: transform .25s ease;
}

.lcdo-home-v2 .nav > a:not(.highlight):hover::after,
.lcdo-home-v2 .nav > a:not(.highlight):focus-visible::after,
.lcdo-home-v2 .nav-item > a:hover::after,
.lcdo-home-v2 .nav-item > a:focus-visible::after {
  transform: scaleX(1);
}

.lcdo-home-v2 .nav a.highlight {
  padding: 9px 17px;
  box-shadow: 0 8px 22px rgba(185, 111, 115, .20);
}

.lcdo-home-v2 .header-icons {
  justify-content: flex-end;
  gap: 7px;
}

.lcdo-home-v2 .header-icons a,
.lcdo-home-v2 .header-icon-button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(67, 41, 24, .10);
  border-radius: 50%;
  background: rgba(255, 255, 255, .76);
  font-size: 18px;
  transition: border-color .25s ease, background-color .25s ease, color .25s ease;
}

.lcdo-home-v2 .header-icons svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.lcdo-home-v2 .header-icons a:hover,
.lcdo-home-v2 .header-icons a:focus-visible,
.lcdo-home-v2 .header-icon-button:hover,
.lcdo-home-v2 .header-icon-button:focus-visible {
  border-color: var(--v2-rose);
  background: #fff;
  color: var(--v2-rose);
}

/* Footer V2 : marque forte, navigation aérée et bloc confiance distinct. */
.lcdo-home-v2 .site-footer {
  position: relative;
  overflow: hidden;
  border-top: 5px solid #b89171;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, .07), transparent 30%),
    linear-gradient(135deg, #342014, #462a18 62%, #321e13);
}

.lcdo-home-v2 .site-footer::before {
  display: none;
  content: '';
  position: absolute;
  top: 14px;
  right: 12px;
  width: 180px;
  height: 70px;
  border: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 70'%3E%3Cpath d='M8 58C29 47 24 30 13 34C4 38 8 49 18 46C36 41 43 11 69 14C89 16 83 35 73 32C64 29 64 16 78 14C100 11 111 39 128 49C143 58 157 52 154 42C151 34 140 37 144 46C149 57 164 51 173 27' fill='none' stroke='%23d9b38e' stroke-opacity='.34' stroke-width='1.05' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lcdo-home-v2 .footer-main {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.45fr .8fr .9fr .85fr 1.25fr;
  gap: clamp(30px, 4vw, 62px);
  max-width: 1320px;
  padding: 76px clamp(30px, 5vw, 72px) 62px;
}

.lcdo-home-v2 .footer-brand {
  padding-right: clamp(10px, 2vw, 34px);
  border-right: 0;
}

.lcdo-home-v2 .footer-logo {
  height: 70px;
  margin-bottom: 22px;
  opacity: .96;
}

.lcdo-home-v2 .footer-brand p,
.lcdo-home-v2 .footer-newsletter p {
  font-size: 13px;
  line-height: 1.85;
}

.lcdo-home-v2 .footer-col h4 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 13px;
  color: #f9eee2;
  font-size: 11px;
  letter-spacing: .24em;
}

.lcdo-home-v2 .footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background: #d1a987;
}

.lcdo-home-v2 .footer-col li { margin-bottom: 9px; }

.lcdo-home-v2 .footer-col a {
  font-size: 13px;
  line-height: 1.55;
  transition: color .2s ease, padding-left .2s ease;
}

.lcdo-home-v2 .footer-col a:hover,
.lcdo-home-v2 .footer-col a:focus-visible {
  padding-left: 4px;
  color: #fff;
}

.lcdo-home-v2 .footer-newsletter {
  align-self: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lcdo-home-v2 .footer-brand .footer-payments {
  margin-top: 16px;
  padding-top: 0;
  border-top: 0;
  flex-wrap: nowrap;
  gap: 8px;
}

.lcdo-home-v2 .pay-ico {
  width: 34px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: brightness(0) invert(1);
  opacity: .74;
}

.lcdo-home-v2 .v2-footer-newsletter-form {
  margin-top: 20px;
  max-width: 320px;
}

.lcdo-home-v2 .footer-newsletter > p {
  display: none;
}

.lcdo-home-v2 .v2-footer-newsletter-row {
  display: flex;
  gap: 7px;
  padding: 5px;
  border: 1px solid rgba(220, 178, 141, .35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .065);
  box-shadow: none;
}

.lcdo-home-v2 .v2-footer-newsletter-form input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 36px;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: inherit;
}

.lcdo-home-v2 .v2-footer-newsletter-form input::placeholder { color: rgba(255, 255, 255, .50); }

.lcdo-home-v2 .v2-footer-newsletter-form input:focus {
  outline: 2px solid rgba(220, 178, 141, .55);
  outline-offset: 2px;
}

.lcdo-home-v2 .v2-footer-newsletter-form button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 8px 15px;
  border: 0;
  border-radius: 999px;
  background: #e2be9e;
  color: #382216;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lcdo-home-v2 .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 20px clamp(30px, 5vw, 72px);
  border-color: rgba(255, 255, 255, .10);
  background: rgba(18, 10, 6, .18);
}

.lcdo-home-v2 .footer-bottom-inner {
  max-width: 1176px;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
}

.lcdo-home-v2 .v2-footer-credit {
  color: rgba(255, 255, 255, .68);
}

.lcdo-home-v2 .v2-footer-credit a {
  color: #e2be9e;
  text-decoration: none;
}

.lcdo-home-v2 .v2-footer-credit a:hover,
.lcdo-home-v2 .v2-footer-credit a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.lcdo-home-v2 a:focus-visible,
.lcdo-home-v2 button:focus-visible {
  outline: 3px solid rgba(185, 111, 115, .62);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .lcdo-home-v2 .hero { height: 560px; }
  .lcdo-home-v2 .hero-content { width: min(760px, calc(100% - 80px)); }
  .lcdo-home-v2 .story-img { min-height: 500px; }
  .lcdo-home-v2 .testimonials .testimonial { flex-basis: 45%; }

  .lcdo-home-v2 .header {
    grid-template-columns: 135px minmax(0, 1fr) 135px;
    padding-inline: 24px;
  }

  .lcdo-home-v2 .nav { gap: 13px; font-size: 9.5px; }
  .lcdo-home-v2 .footer-main { grid-template-columns: repeat(3, 1fr); }
  .lcdo-home-v2 .footer-newsletter { grid-column: span 2; }
}

@media (max-width: 767px) {
  .lcdo-home-v2 .hero {
    height: 520px;
    min-height: 0;
    align-items: flex-end;
    padding: 0 18px 64px;
  }

  .lcdo-home-v2 .hero-image-placeholder { background-position: center center; }

  .lcdo-home-v2 .hero-content {
    width: 100%;
    padding: 16px 8px;
    border-radius: 0;
    background: transparent;
  }

  .lcdo-home-v2 .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(37px, 10.8vw, 47px);
  }

  .lcdo-home-v2 .hero p {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.65;
  }

  .lcdo-home-v2 .hero .btn {
    width: 100%;
    max-width: 310px;
    padding: 14px 18px;
  }

  .lcdo-home-v2 .hero-badge-france {
    top: 18px;
    right: 16px;
  }

  .lcdo-home-v2 .social { bottom: 18px; }

  .lcdo-home-v2 .top-banner {
    padding: 7px 14px;
    font-size: 8.5px;
    letter-spacing: .16em;
  }

  .lcdo-home-v2 .header {
    grid-template-columns: 1fr auto auto;
    gap: 6px;
    min-height: 62px;
    padding: 6px 12px;
  }

  .lcdo-home-v2 .logo-img { height: 50px; max-width: 118px; }
  .lcdo-home-v2 .header-menu-toggle { width: 38px; height: 38px; padding: 9px; }
  .lcdo-home-v2 .header-icons { gap: 4px; }

  .lcdo-home-v2 .header-icons a,
  .lcdo-home-v2 .header-icon-button {
    width: 30px;
    height: 30px;
    border-color: transparent;
    background: transparent;
    font-size: 18px;
  }

  .lcdo-home-v2 .v2-products-section,
  .lcdo-home-v2 .v2-universes-section,
  .lcdo-home-v2 .v2-coffrets-section {
    padding: 76px 18px;
  }

  .lcdo-home-v2 .v2-products-section::before {
    top: 44px;
    left: 18px;
    font-size: 62px;
  }

  .lcdo-home-v2 .section-header {
    align-items: center;
    margin-bottom: 28px;
  }

  .lcdo-home-v2 .section-header .title-left {
    max-width: 65%;
    font-size: 11px;
  }

  .lcdo-home-v2 .see-all {
    padding-right: 22px;
    font-size: 9px;
  }

  .lcdo-home-v2 ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .lcdo-home-v2 ul.products li.product {
    border-radius: 13px 13px 5px 5px;
  }

  .lcdo-home-v2 ul.products li.product > a,
  .lcdo-home-v2 ul.products li.product > .button,
  .lcdo-home-v2 ul.products li.product > .product-klarna-v2 {
    margin-left: 11px;
    margin-right: 11px;
  }

  .lcdo-home-v2 ul.products li.product > a.woocommerce-LoopProduct-link { margin: 0; }

  .lcdo-home-v2 ul.products li.product .woocommerce-loop-product__title {
    margin: 12px 11px 5px;
    font-size: 10px;
  }

  .lcdo-home-v2 ul.products li.product .price { margin: 0 11px 8px; }
  .lcdo-home-v2 ul.products li.product > .button { margin-bottom: 12px; }

  .lcdo-home-v2 .categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .lcdo-home-v2 .category { min-width: 0; }

  .lcdo-home-v2 .category-img {
    width: min(38vw, 154px);
    height: min(38vw, 154px);
    border-width: 6px;
  }

  .lcdo-home-v2 .about,
  .lcdo-home-v2 .v2-coffrets-section,
  .lcdo-home-v2 .story,
  .lcdo-home-v2 .testimonials,
  .lcdo-home-v2 .pdf-wrapper {
    width: calc(100% - 28px);
  }

  .lcdo-home-v2 .about {
    margin-bottom: 78px;
    padding: 64px 24px;
    border-radius: 6px 30px 6px 30px;
  }

  .lcdo-home-v2 .about .section-title {
    margin-bottom: 22px;
    padding: 9px 15px 8px;
    font-size: 10px;
  }

  .lcdo-home-v2 .about h2 { font-size: 38px; }
  .lcdo-home-v2 .about p { font-size: 14px; line-height: 1.75; }

  .lcdo-home-v2 .v2-coffrets-section {
    margin-bottom: 78px;
    border-radius: 22px;
  }

  .lcdo-home-v2 .story {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    border-radius: 20px;
  }

  .lcdo-home-v2 .story.reverse .story-img { order: 1; }
  .lcdo-home-v2 .story.reverse .story-text { order: 2; }
  .lcdo-home-v2 .story-img { min-height: 360px; }
  .lcdo-home-v2 .story-text { padding: 48px 24px 52px; }
  .lcdo-home-v2 .story-text h3 { font-size: 38px; }

  .lcdo-home-v2 .testimonials {
    margin-top: 78px;
    padding: 72px 0 80px;
    border-radius: 26px 26px 0 0;
  }

  .lcdo-home-v2 .testimonials .testimonial {
    flex-basis: 82%;
    min-width: 260px;
    padding: 30px 24px;
  }

  .lcdo-home-v2 .pdf-wrapper { padding: 96px 0 112px; }

  .lcdo-home-v2 .pdf-section .inner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 0 24px 48px;
  }

  .lcdo-home-v2 .pdf-image {
    width: min(260px, 78%);
    margin: -58px auto 0;
  }

  .lcdo-home-v2 .pdf-content { text-align: center; }
  .lcdo-home-v2 .pdf-content h3 { font-size: 34px; }
  .lcdo-home-v2 .pdf-content p { margin-left: auto; margin-right: auto; }

  .lcdo-home-v2 .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
    padding: 58px 24px 42px;
  }

  .lcdo-home-v2 .footer-brand,
  .lcdo-home-v2 .footer-newsletter {
    grid-column: 1 / -1;
  }

  .lcdo-home-v2 .footer-brand {
    max-width: 430px;
    padding: 0 0 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .lcdo-home-v2 .footer-newsletter { padding: 0; }
  .lcdo-home-v2 .footer-bottom { padding: 22px 24px; }

  .lcdo-home-v2 .v2-footer-newsletter-form { max-width: none; }
  .lcdo-home-v2 .v2-footer-newsletter-row { flex-direction: column; border-radius: 16px; }
  .lcdo-home-v2 .v2-footer-newsletter-form button { width: 100%; }
  .lcdo-home-v2 .footer-bottom-inner { align-items: flex-start; text-align: left; }
}

@media (max-width: 390px) {
  .lcdo-home-v2 .hero { height: 500px; min-height: 0; }
  .lcdo-home-v2 .hero-content { padding-left: 18px; padding-right: 18px; }
  .lcdo-home-v2 .hero h1 { font-size: 37px; }
  .lcdo-home-v2 .category-img { width: 132px; height: 132px; }
  .lcdo-home-v2 .story-img { min-height: 320px; }
  .lcdo-home-v2 .story-text h3,
  .lcdo-home-v2 .about h2,
  .lcdo-home-v2 .pdf-content h3 { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .lcdo-home-v2 *,
  .lcdo-home-v2 *::before,
  .lcdo-home-v2 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
