/* =========================================================================
   Lignara — surcouche haut de gamme du template Gowilds
   Palette : encre chaude, cuivre « braise », vert forêt, crème.
   ========================================================================= */

:root {
    --lg-ink: #15110e;
    --lg-ink-2: #1f1914;
    --lg-ink-3: #2a221b;
    --lg-accent: #c47a35;
    --lg-accent-dk: #a8622a;
    --lg-accent-soft: rgba(196, 122, 53, .12);
    --lg-forest: #2e4636;
    --lg-cream: #f7f2ea;
    --lg-sand: #efe5d6;
    --lg-line: #e6dccd;
    --lg-text: #3a322b;
    --lg-muted: #7b6f64;
    --lg-wa: #25d366;
    /* Typographie reprise de germain-gruppe.de : Figtree pour les titres, Jost pour le texte. */
    --lg-display: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --lg-body: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --lg-radius: 16px;
}

/* ------------------------------------------------------------------ base */

body {
    font-family: var(--lg-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.72;
    color: var(--lg-text);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--lg-display); color: var(--lg-ink); font-weight: 600; letter-spacing: -.02em; }
h1, h2, .lg-hero__title { font-family: var(--lg-display); font-weight: 600; letter-spacing: -.032em; }
h2 { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.08; }
p { color: inherit; font-weight: 400; }
strong, b { font-weight: 600; }
a { color: inherit; transition: color .2s ease; }
a:hover { color: var(--lg-accent); }
::selection { background: var(--lg-accent); color: #fff; }
:focus-visible { outline: 2px solid var(--lg-accent); outline-offset: 3px; }
img { max-width: 100%; height: auto; }
.lg-accent { color: var(--lg-accent); }
.gray-bg { background-color: var(--lg-cream) !important; }
.black-bg { background-color: var(--lg-ink) !important; }
.pt-70 { padding-top: 70px; }

.sub-title {
    display: inline-block;
    color: var(--lg-accent) !important;
    background: var(--lg-accent-soft);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 18px;
    border-radius: 40px;
}
.section-title h2 { margin-top: 6px; }
.lg-eyebrow {
    display: inline-block;
    color: var(--lg-accent);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.lg-lead { font-size: 18px; color: var(--lg-muted); max-width: 70ch; }
.lg-footnote { font-size: 13px; color: var(--lg-muted); margin-top: 10px; }
.lg-link { color: var(--lg-accent); font-weight: 400; text-decoration: underline; text-underline-offset: 3px; }
.lg-link--danger { color: #b3261e; }
.lg-btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* ------------------------------------------------------------------ boutons Gowilds */

.main-btn {
    font: 500 15px var(--lg-body);
    text-transform: none;
    padding: 3px 3px 3px 28px;
    border-radius: 40px;
    letter-spacing: .01em;
    white-space: nowrap;
}
.main-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-left: 16px;
    border-radius: 50%;
    font-size: 16px;
    transition: all .3s ease;
}
.main-btn.primary-btn { background-color: var(--lg-accent); color: #fff; }
.main-btn.primary-btn i { background: #fff; color: var(--lg-accent); }
.main-btn.primary-btn:hover { background-color: var(--lg-ink); color: #fff; }
.main-btn.primary-btn:hover i { color: var(--lg-ink); }
.main-btn.secondary-btn { background-color: var(--lg-wa); color: #fff; }
.main-btn.secondary-btn i { background: #fff; color: #128c4a; }
.main-btn.secondary-btn:hover { background-color: var(--lg-ink); color: #fff; }
.main-btn.filled-btn { background: transparent; border: 1px solid rgba(21, 17, 14, .16); color: var(--lg-ink); padding: 2px 3px 2px 28px; }
.main-btn.filled-btn i { background: var(--lg-accent); color: #fff; }
.main-btn.filled-btn:hover { background: var(--lg-accent); border-color: var(--lg-accent); color: #fff; }
.main-btn.filled-btn:hover i { background: #fff; color: var(--lg-accent); }
.main-btn.filled-btn.filled-white { color: #fff; border-color: rgba(255, 255, 255, .45); }
.main-btn[disabled] { opacity: .5; pointer-events: none; }
.main-btn.w-100 { justify-content: space-between; }
.lg-btn-sm { font-size: 14px; }
.lg-btn-sm i { width: 38px; height: 38px; }

/* ------------------------------------------------------------------ préchargement */

.preloader { background: var(--lg-ink); }
.preloader .loader .pre-box { background: var(--lg-accent); }

/* ------------------------------------------------------------------ en-tête */

.lg-header .container-fluid { padding-left: clamp(16px, 4vw, 70px); padding-right: clamp(16px, 4vw, 70px); }
.lg-topbar { background: rgba(10, 8, 6, .55); border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 13px; color: rgba(255, 255, 255, .78); position: relative; z-index: 3; }
.lg-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 8px 0; }
.lg-topbar__note { margin: 0; color: rgba(255, 255, 255, .78); }
.lg-topbar__right { display: flex; align-items: center; gap: 22px; }
.lg-topbar a { color: rgba(255, 255, 255, .86); }
.lg-topbar a:hover { color: #fff; }
.lg-topbar i { color: var(--lg-accent); margin-right: 6px; }
.lg-lang { position: relative; }
.lg-lang summary { list-style: none; cursor: pointer; color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.lg-lang summary::-webkit-details-marker { display: none; }
.lg-lang summary i { color: rgba(255, 255, 255, .6); margin: 0; }
.lg-lang ul { position: absolute; right: 0; top: calc(100% + 10px); min-width: 170px; background: #fff; border-radius: 12px; padding: 8px; list-style: none; margin: 0; box-shadow: 0 20px 40px -14px rgba(0, 0, 0, .35); z-index: 1000; }
.lg-lang ul a { display: block; padding: 8px 12px; border-radius: 8px; color: var(--lg-ink); font-size: 14px; }
.lg-lang ul a:hover, .lg-lang ul a.is-active { background: var(--lg-cream); color: var(--lg-accent); }

.header-navigation .primary-menu { justify-content: space-between; }
.header-navigation .main-menu ul > li { margin-left: 13px; margin-right: 13px; }
.header-navigation .main-menu ul > li > a { font: 400 16px var(--lg-body); padding: 30px 0; letter-spacing: .01em; }
.navigation-white.header-navigation .main-menu ul > li > a,
.navigation-white.header-navigation .main-menu ul > li .search-btn { color: #fff; }
.navigation-white.header-navigation .main-menu ul > li:hover > a { color: var(--lg-accent); }
.header-navigation .main-menu ul > li .sub-menu { border-radius: 12px; padding: 10px 0; box-shadow: 0 24px 50px -18px rgba(0, 0, 0, .3); min-width: 250px; }
.header-navigation .main-menu ul > li .sub-menu li a { color: var(--lg-ink); font-size: 15px; font-weight: 400; }
.header-navigation .main-menu ul > li .sub-menu li a:hover { color: var(--lg-accent); }
.header-navigation .main-menu .search-btn { background: none; border: 0; padding: 0; font-size: 17px; cursor: pointer; }
.header-navigation.sticky { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; background: rgba(21, 17, 14, .97); box-shadow: 0 12px 30px -12px rgba(0, 0, 0, .45); animation: lgSlideDown .45s ease; }
.header-navigation.sticky .main-menu ul > li > a { padding: 22px 0; }
@keyframes lgSlideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

.lg-logo { display: inline-flex; align-items: center; gap: 12px; color: #fff; line-height: 1; }
.lg-logo:hover { color: #fff; }
.lg-logo__mark { display: block; flex: 0 0 52px; line-height: 0; }
.lg-logo__mark img { width: 52px; height: 52px; display: block; }
.lg-logo__word { display: block; font-family: var(--lg-display); font-weight: 700; font-size: 28px; letter-spacing: .13em; text-transform: uppercase; }
.lg-logo__tag { display: block; font-size: 9px; letter-spacing: .24em; text-transform: uppercase; opacity: .7; margin-top: 5px; font-weight: 400; white-space: nowrap; }
@media (max-width: 420px) {
    .lg-logo__word { font-size: 24px; letter-spacing: .1em; }
    .lg-logo__tag { font-size: 8px; letter-spacing: .16em; }
    .lg-logo__mark, .lg-logo__mark img { flex-basis: 44px; width: 44px; height: 44px; }
}
.lg-logo--dark, .lg-logo--dark:hover { color: var(--lg-ink); }

.lg-cart-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .35); color: #fff; font-size: 18px; margin-right: 18px; transition: all .25s ease; }
.lg-cart-btn:hover { background: var(--lg-accent); border-color: var(--lg-accent); color: #fff; }
.lg-cart-count { position: absolute; top: -5px; right: -5px; min-width: 21px; height: 21px; padding: 0 5px; border-radius: 11px; background: var(--lg-accent); color: #fff; font-size: 11px; font-weight: 500; line-height: 21px; text-align: center; }
.navigation-white.header-navigation .navbar-toggler span { background-color: #fff; }

.header-navigation.breakpoint-on .nav-menu { background: #fff; }
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a { color: var(--lg-ink) !important; padding: 12px 0; }
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger { background: var(--lg-accent); }
.lg-mobile-lang { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.lg-mobile-lang a { padding: 6px 12px; border: 1px solid var(--lg-line); border-radius: 30px; font-size: 13px; }
.lg-mobile-lang a.is-active { background: var(--lg-ink); color: #fff; border-color: var(--lg-ink); }
@media (max-width: 1199px) { .lg-cart-btn { margin-right: 14px; } }

/* ------------------------------------------------------------------ hero */

.lg-hero { background: radial-gradient(1200px 600px at 85% 20%, #2a1d12 0%, var(--lg-ink) 60%) !important; }
.lg-hero .container-fluid { padding-left: clamp(16px, 7vw, 150px); padding-right: clamp(16px, 7vw, 150px); }
.lg-hero .single-slider { position: relative; overflow: hidden; padding: 210px 0 110px; }
/* La photographie occupe tout le fond de la diapositive ; le voile garde le texte lisible. */
.lg-hero__media { position: absolute; inset: 0; z-index: 0; }
.lg-hero__media picture { display: block; width: 100%; height: 100%; }
.lg-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
/* Voile volontairement léger : la photo doit rester lisible. Le texte est tenu
   par le dégradé de gauche et par son ombre portée, pas par un assombrissement global. */
.lg-hero__media::after {
    content: ""; position: absolute; inset: 0;
    background:
        linear-gradient(90deg, rgba(21, 17, 14, .86) 0%, rgba(21, 17, 14, .66) 34%, rgba(21, 17, 14, .22) 66%, rgba(21, 17, 14, .08) 100%),
        linear-gradient(180deg, rgba(21, 17, 14, .55) 0%, rgba(21, 17, 14, 0) 34%, rgba(21, 17, 14, .38) 100%);
}
.lg-hero .container-fluid { position: relative; z-index: 1; }
/* Sur mobile le texte est centré au-dessus de l'image : voile uniforme. */
@media (max-width: 991px) {
    .lg-hero__media::after { background: linear-gradient(180deg, rgba(21, 17, 14, .72) 0%, rgba(21, 17, 14, .42) 45%, rgba(21, 17, 14, .80) 100%); }
}
.lg-hero .hero-content h1,
.lg-hero .hero-content .lg-hero__title { font-family: var(--lg-display); font-weight: 600; text-transform: none; font-size: clamp(42px, 4.9vw, 78px); line-height: 1.04; color: #fff; margin-bottom: 30px; text-shadow: 0 2px 24px rgba(21, 17, 14, .6); }
.lg-hero .hero-content .text-button { max-width: 660px; }
.lg-hero .hero-content .text-button p { max-width: 340px; font-size: 16.5px; line-height: 1.7; color: rgba(255, 255, 255, .76); margin: 0; }
.lg-hero .hero-content .text-button .hero-button { margin-left: 44px; }
.lg-hero .hero-content .text-button p { color: rgba(255, 255, 255, .88); text-shadow: 0 1px 14px rgba(21, 17, 14, .7); }
.lg-hero .slick-arrow { color: #fff; border-color: rgba(255, 255, 255, .3); }
.lg-hero .slick-arrow:hover { background: var(--lg-accent) !important; border-color: var(--lg-accent); }
.lg-hero .slick-dots { display: flex; justify-content: center; gap: 8px; list-style: none; padding: 0; margin: 30px 0 0; }
.lg-hero .slick-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .35); font-size: 0; }
.lg-hero .slick-dots .slick-active button { background: var(--lg-accent); }
@media (max-width: 1199px) {
    .lg-hero .single-slider { padding: 170px 0 70px; }
    .lg-hero .hero-content .text-button .hero-button { margin-left: 24px; }
}
@media (max-width: 767px) {
    .lg-hero .hero-content .text-button .hero-button { margin-left: 0; }
    .lg-hero .hero-content .text-button p { max-width: none; }
}

/* ------------------------------------------------------------------ atouts */

.lg-usp { background: var(--lg-ink-2); border-top: 1px solid rgba(255, 255, 255, .06); }
.lg-usp .container-fluid { padding-left: clamp(16px, 7vw, 150px); padding-right: clamp(16px, 7vw, 150px); }
.lg-usp__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lg-usp__item { display: flex; gap: 16px; align-items: flex-start; padding: 32px 26px; color: rgba(255, 255, 255, .68); border-right: 1px solid rgba(255, 255, 255, .07); }
.lg-usp__item:last-child { border-right: 0; }
.lg-usp__icon { flex: 0 0 52px; height: 52px; display: flex; align-items: center; justify-content: center; }
.lg-usp__icon img { width: 52px; height: 52px; display: block; filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .45)); }
.lg-usp__item h3 { color: #fff; font-size: 16px; font-weight: 500; margin: 2px 0 6px; }
.lg-usp__item p { font-size: 13.5px; line-height: 1.6; margin: 0; }
@media (max-width: 991px) { .lg-usp__grid { grid-template-columns: repeat(2, 1fr); } .lg-usp__item:nth-child(2) { border-right: 0; } }
@media (max-width: 575px) { .lg-usp__grid { grid-template-columns: 1fr; } .lg-usp__item { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .07); } }

/* ------------------------------------------------------------------ catégories */

.lg-categories .container-fluid { padding-left: clamp(16px, 4vw, 70px); padding-right: clamp(16px, 4vw, 70px); }
.lg-categories .about-content-box p { font-size: 17px; color: var(--lg-muted); }
.lg-categories .single-features-item { padding: 0 12px; }
.lg-categories .single-features-item .img-holder { display: block; border-radius: 20px; overflow: hidden; }
.lg-categories .single-features-item .img-holder img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .8s ease; }
.lg-categories .single-features-item:hover .img-holder img { transform: scale(1.06); }
.lg-categories .single-features-item .img-holder .content { background: linear-gradient(180deg, rgba(21, 17, 14, 0) 0%, rgba(21, 17, 14, .92) 70%); }
.lg-categories .single-features-item .img-holder .text h4.title { color: #fff; font-family: var(--lg-display); font-size: 28px; font-weight: 600; }
.lg-categories .single-features-item .img-holder .text h4.title:before { background-color: var(--lg-accent); }
.lg-categories .single-features-item .img-holder .text .icon-btn { background-color: var(--lg-accent); color: #fff; }
.lg-categories .single-features-item .img-holder p { color: rgba(255, 255, 255, .8); font-size: 14px; }
.lg-cat-count { display: inline-block; margin-top: 10px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--lg-accent); }

/* ------------------------------------------------------------------ à propos */

.lg-about__media { position: relative; padding: 0 60px 60px 0; }
.lg-about__img { border-radius: 22px; object-fit: cover; }
.lg-about__img--main { width: 100%; aspect-ratio: 4 / 5; }
.lg-about__img--second { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 1 / 1; border: 8px solid #fff; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .5); }
.lg-about__badge { position: absolute; left: 24px; bottom: 90px; background: var(--lg-ink); color: #fff; border-radius: 18px; padding: 18px 22px; max-width: 200px; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .6); }
.lg-about__badge strong { display: block; font-family: var(--lg-display); font-size: 40px; line-height: 1; color: var(--lg-accent); }
.lg-about__badge span { font-size: 13px; line-height: 1.4; display: block; margin-top: 6px; color: rgba(255, 255, 255, .8); }
.lg-about__content > p { font-size: 17px; color: var(--lg-muted); }
.lg-checks { list-style: none; padding: 0; margin: 24px 0 0; }
.lg-checks li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; font-size: 16px; color: var(--lg-text); font-weight: 400; }
.lg-checks li i { flex: 0 0 26px; height: 26px; margin-top: 2px; border-radius: 50%; background: var(--lg-accent-soft); color: var(--lg-accent) !important; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; }
@media (max-width: 575px) { .lg-about__media { padding: 0 0 40px; } .lg-about__img--second { width: 50%; } .lg-about__badge { bottom: 50px; left: 12px; } }

/* ------------------------------------------------------------------ cartes produits */

.lg-section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 44px; }
.single-product-item { position: relative; display: flex; flex-direction: column; height: calc(100% - 30px); background: #fff; border: 1px solid var(--lg-line); border-radius: 18px; overflow: hidden; transition: box-shadow .35s ease, transform .35s ease; }
.single-product-item:hover { box-shadow: 0 28px 60px -30px rgba(21, 17, 14, .45); transform: translateY(-4px); }
.single-product-item .img-holder { position: relative; overflow: hidden; border-radius: 0; }
.single-product-item .img-holder img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .8s ease; }
.single-product-item:hover .img-holder img { transform: scale(1.06); }
.single-product-item .img-holder .tag { position: absolute; top: 14px; left: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.single-product-item .img-holder .tag span { display: inline-block; padding: 5px 11px; border-radius: 30px; font-size: 11.5px; font-weight: 500; line-height: 1.3; color: #fff; background: var(--lg-forest); letter-spacing: .02em; }
.single-product-item .img-holder .tag span.off { background: var(--lg-accent); }
.single-product-item .img-holder .tag span.feat { background: var(--lg-ink); }
.single-product-item .img-holder .tag .lg-tag--cert { background: rgba(255, 255, 255, .92); color: var(--lg-forest); }
.single-product-item .img-holder .tag .lg-tag--out { background: #6b625a; }
.single-product-item .content { display: flex; flex-direction: column; justify-content: space-between; flex: 1; padding: 18px 20px 20px; }
.single-product-item .content .info h4.title { font-family: var(--lg-body); font-size: 16px; font-weight: 500; line-height: 1.4; margin: 6px 0 6px; }
.single-product-item .content .info h4.title a:hover { color: var(--lg-accent); }
.lg-card__cat { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--lg-accent); font-weight: 500; }
.lg-card__qty { font-size: 13px; line-height: 1.5; color: var(--lg-muted); margin: 0 0 14px; }
.lg-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid var(--lg-line); }
.lg-card__foot .price { font-size: 21px; font-weight: 500; color: var(--lg-ink); }
.lg-card__vat { display: block; font-size: 11px; color: var(--lg-muted); line-height: 1.2; }
.lg-card__cart { width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--lg-ink); color: #fff; font-size: 16px; transition: background .25s ease; cursor: pointer; }
.lg-card__cart:hover { background: var(--lg-accent); }

/* ------------------------------------------------------------------ appel à l'action */

.lg-cta { position: relative; padding: 140px 0; background-attachment: fixed; }
.lg-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(21, 17, 14, .82), rgba(21, 17, 14, .62)); }
.lg-cta .container { position: relative; z-index: 1; }
.lg-cta__content h2 { color: #fff; font-size: clamp(36px, 4.4vw, 64px); margin-bottom: 18px; }
.lg-cta__content p { color: rgba(255, 255, 255, .8); font-size: 17.5px; max-width: 640px; margin: 0 auto; }
@media (max-width: 991px) { .lg-cta { background-attachment: scroll; padding: 100px 0; } }

/* ------------------------------------------------------------------ essences */

.lg-species__card { display: block; background: #fff; border: 1px solid var(--lg-line); border-radius: 20px; padding: 28px; margin-bottom: 30px; transition: all .3s ease; height: calc(100% - 30px); }
.lg-species__card:hover { border-color: var(--lg-accent); box-shadow: 0 24px 50px -30px rgba(196, 122, 53, .6); color: inherit; }
.lg-species__head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 18px; }
.lg-species__head h3 { font-family: var(--lg-display); font-size: 30px; font-weight: 600; margin: 0; }
.lg-species__kwh { font-size: 13px; color: var(--lg-accent); font-weight: 500; white-space: nowrap; }
.lg-species__meters { margin: 0 0 16px; }
.lg-species__meters div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 6px 0; border-bottom: 1px dashed var(--lg-line); }
.lg-species__meters dt { font-size: 13px; font-weight: 400; color: var(--lg-muted); }
.lg-species__meters dd { margin: 0; }
.lg-meter { --lg-level: 3; display: inline-block; width: 110px; height: 6px; border-radius: 6px; background: var(--lg-sand); position: relative; overflow: hidden; }
.lg-meter::after { content: ""; position: absolute; inset: 0; width: calc(var(--lg-level) * 20%); background: linear-gradient(90deg, #e0a15e, var(--lg-accent)); border-radius: 6px; }
.lg-species__card p { font-size: 14.5px; color: var(--lg-muted); margin-bottom: 14px; }
.lg-species__link { font-size: 14px; color: var(--lg-accent); font-weight: 500; }

/* ------------------------------------------------------------------ déroulé */

.lg-step { position: relative; background: var(--lg-cream); border-radius: 20px; padding: 34px 26px 28px; margin-bottom: 30px; height: calc(100% - 30px); }
.lg-step__num { position: absolute; top: 20px; right: 24px; font-family: var(--lg-display); font-size: 44px; font-weight: 700; color: rgba(196, 122, 53, .22); line-height: 1; }
.lg-step__icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: var(--lg-ink); color: var(--lg-accent); font-size: 21px; margin-bottom: 20px; }
.lg-step h3 { font-size: 18px; margin-bottom: 8px; }
.lg-step p { font-size: 14.5px; color: var(--lg-muted); margin: 0; }
.lg-paystrip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; padding: 20px; border: 1px solid var(--lg-line); border-radius: 60px; margin-top: 10px; font-size: 14px; color: var(--lg-muted); }
.lg-paystrip i { color: var(--lg-accent); margin-right: 6px; }

/* ------------------------------------------------------------------ avis */

.lg-review { background: #fff; border-radius: 20px; padding: 28px; margin: 0 0 30px; border: 1px solid var(--lg-line); }
.lg-review__stars { color: var(--lg-accent); margin-bottom: 12px; }
.lg-review blockquote { font-size: 15.5px; margin: 0 0 14px; }
.lg-review figcaption { font-size: 13.5px; color: var(--lg-muted); }

/* ------------------------------------------------------------------ FAQ */

.lg-faq details { background: #fff; border: 1px solid var(--lg-line); border-radius: 14px; margin-bottom: 12px; padding: 0; overflow: hidden; }
.lg-faq summary { list-style: none; cursor: pointer; padding: 18px 56px 18px 22px; font-weight: 500; color: var(--lg-ink); position: relative; font-size: 16px; }
.lg-faq summary::-webkit-details-marker { display: none; }
.lg-faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: var(--lg-accent-soft); color: var(--lg-accent); display: flex; align-items: center; justify-content: center; font-size: 18px; transition: transform .25s ease; }
.lg-faq details[open] summary::after { content: "–"; }
.lg-faq .ln-faq__body { padding: 0 22px 20px; color: var(--lg-muted); font-size: 15px; }
.lg-faq-group { font-family: var(--lg-body); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--lg-accent); margin: 36px 0 14px; }

/* ------------------------------------------------------------------ aide WhatsApp */

.lg-help { display: flex; gap: 16px; align-items: flex-start; background: var(--lg-ink); color: rgba(255, 255, 255, .74); border-radius: 18px; padding: 24px; }
.lg-help > i { flex: 0 0 48px; height: 48px; border-radius: 50%; background: var(--lg-wa); color: #fff; font-size: 24px; display: flex; align-items: center; justify-content: center; }
.lg-help strong { display: block; color: #fff; font-size: 16px; margin-bottom: 4px; }
.lg-help p { font-size: 14px; margin: 0 0 8px; }
.lg-help a { color: var(--lg-accent); font-weight: 500; }
.lg-help--big { padding: 30px; }

/* ------------------------------------------------------------------ galerie */

.lg-gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
.lg-gallery__item { margin: 0; position: relative; overflow: hidden; }
.lg-gallery__item img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .8s ease, filter .4s ease; filter: saturate(.9); }
.lg-gallery__item:hover img { transform: scale(1.08); filter: saturate(1.05); }
.lg-gallery__zoom { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(21, 17, 14, .45); color: #fff; font-size: 22px; opacity: 0; transition: opacity .3s ease; }
.lg-gallery__item:hover .lg-gallery__zoom { opacity: 1; }
@media (max-width: 991px) { .lg-gallery { grid-template-columns: repeat(3, 1fr); } }

/* ------------------------------------------------------------------ bannière de page */

.lg-banner { position: relative; padding: 230px 0 110px; background-position: center; }
.lg-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(21, 17, 14, .86) 0%, rgba(21, 17, 14, .6) 100%); }
.lg-banner .container { position: relative; z-index: 1; }
.page-banner .page-banner-content h1 { font-family: var(--lg-display); font-weight: 600; font-size: clamp(38px, 4.6vw, 68px); line-height: 1.05; color: #fff; margin-bottom: 18px; }
.page-banner .page-banner-content ul.breadcrumb-link { padding: 0; margin: 0; }
.page-banner .page-banner-content ul.breadcrumb-link li { font-size: 15px; color: rgba(255, 255, 255, .72); }
.page-banner .page-banner-content ul.breadcrumb-link li a:hover { color: var(--lg-accent); }
.page-banner .page-banner-content ul.breadcrumb-link li[aria-current] { color: #fff; }
@media (max-width: 991px) { .lg-banner { padding: 170px 0 80px; } }
.lg-flash { padding-top: 24px; }

/* ------------------------------------------------------------------ boutique */

.lg-sidebar .sidebar-widget { background: var(--lg-cream); border-radius: 18px; padding: 24px; margin-bottom: 24px; }
.lg-sidebar .widget-title { font-family: var(--lg-body); font-size: 17px; font-weight: 500; margin-bottom: 14px; }
.lg-search { position: relative; }
.lg-search button { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 50%; border: 0; background: var(--lg-ink); color: #fff; }
.lg-input { width: 100%; border: 1px solid var(--lg-line); border-radius: 30px; padding: 11px 18px; background: #fff; font-size: 14px; color: var(--lg-ink); }
.lg-input:focus { outline: none; border-color: var(--lg-accent); }
.lg-catlist { list-style: none; padding: 0; margin: 0; }
.lg-catlist a { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--lg-line); font-size: 14.5px; }
.lg-catlist li:last-child a { border-bottom: 0; }
.lg-catlist a span { color: var(--lg-muted); font-size: 12.5px; }
.lg-catlist a.is-active { color: var(--lg-accent); font-weight: 500; }
.lg-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lg-chipfilter { padding: 6px 14px; border-radius: 30px; background: #fff; border: 1px solid var(--lg-line); font-size: 13px; }
.lg-chipfilter.is-active, .lg-chipfilter:hover { background: var(--lg-ink); border-color: var(--lg-ink); color: #fff; }
.lg-price__row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.lg-price__row label span { display: block; font-size: 12px; color: var(--lg-muted); margin-bottom: 4px; }
.lg-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--lg-line); font-size: 14.5px; }
.lg-select { appearance: none; -webkit-appearance: none; border: 1px solid var(--lg-line); border-radius: 30px; padding: 10px 42px 10px 18px; font-size: 14px; color: var(--lg-ink); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23c47a35' stroke-width='1.6'/%3E%3C/svg%3E") no-repeat right 16px center; }
.lg-empty { text-align: center; padding: 70px 20px; background: var(--lg-cream); border-radius: 20px; }
.lg-empty i { font-size: 40px; color: var(--lg-accent); margin-bottom: 14px; }
.lg-empty p { font-size: 17px; margin-bottom: 22px; }

/* ------------------------------------------------------------------ fiche produit */

.lg-sticky { position: sticky; top: 110px; }
.product-gallery-area .product-big-slider .product-img img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 22px; }
.product-gallery-area .product-thumb-slider { margin: 0 -6px; }
.product-gallery-area .product-thumb-slider .product-img { padding: 0 6px; cursor: pointer; }
.product-gallery-area .product-thumb-slider .product-img img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 12px; opacity: .6; transition: opacity .25s ease; }
.product-gallery-area .product-thumb-slider .slick-current img { opacity: 1; outline: 2px solid var(--lg-accent); outline-offset: -2px; }
.lg-chip { display: inline-block; padding: 7px 14px; border-radius: 30px; background: var(--lg-accent-soft); color: var(--lg-accent); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; }
.lg-product-title { font-family: var(--lg-display); font-weight: 600; font-size: clamp(30px, 3vw, 44px); line-height: 1.08; margin: 16px 0 12px; }
.lg-product-tagline { font-size: 17px; color: var(--lg-muted); }
.lg-pricebox { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; padding: 18px 0; margin: 20px 0; border-top: 1px solid var(--lg-line); border-bottom: 1px solid var(--lg-line); }
.product-details-wrapper .product-info span.price { font-size: 38px; font-weight: 500; color: var(--lg-ink); margin: 0; line-height: 1; }
.lg-pricebox__note { font-size: 13px; color: var(--lg-muted); }
.lg-pricebox__note a { text-decoration: underline; text-underline-offset: 3px; }
.lg-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; list-style: none; padding: 0; margin: 0 0 18px; }
.lg-facts li { background: var(--lg-cream); border-radius: 12px; padding: 12px 14px; font-size: 14px; line-height: 1.4; }
.lg-facts li span { display: block; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--lg-muted); margin-bottom: 3px; }
.lg-facts li strong { color: var(--lg-ink); font-weight: 500; }
.lg-stock { font-size: 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.lg-stock i { font-size: 9px; }
.lg-stock--ok i { color: #2f8a52; }
.lg-stock--low i { color: var(--lg-accent); }
.lg-stock--out i { color: #b3261e; }
.lg-stock span { color: var(--lg-muted); }
.product-details-wrapper .product-info .product-cart ul { display: flex; flex-wrap: wrap; gap: 14px; list-style: none; padding: 0; margin: 0; }
.quantity-input { display: inline-flex; align-items: center; border: 1px solid var(--lg-line); border-radius: 40px; padding: 4px; background: #fff; }
.quantity-input button { width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--lg-cream); color: var(--lg-ink); cursor: pointer; }
.quantity-input button:hover { background: var(--lg-accent); color: #fff; }
.quantity-input input { width: 56px; text-align: center; border: 0; font-weight: 500; color: var(--lg-ink); -moz-appearance: textfield; background: transparent; }
.quantity-input input::-webkit-outer-spin-button, .quantity-input input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.quantity-input--sm button { width: 34px; height: 34px; }
.quantity-input--sm input { width: 42px; }
.lg-wa-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 15px 22px; border-radius: 40px; background: var(--lg-wa); color: #fff !important; font-weight: 500; font-size: 15.5px; transition: background .25s ease; }
.lg-wa-btn i { font-size: 21px; }
.lg-wa-btn:hover { background: #1aa652; }
.lg-trust { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.lg-trust li { display: flex; gap: 14px; align-items: flex-start; font-size: 14px; line-height: 1.55; color: var(--lg-muted); }
.lg-trust li strong { color: var(--lg-ink); }
.lg-trust li > i { flex: 0 0 36px; height: 36px; border-radius: 50%; background: var(--lg-cream); color: var(--lg-accent); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.lg-paylogos { display: flex; flex-wrap: wrap; gap: 6px; }
.lg-paylogos img { height: 26px; width: auto; border-radius: 4px; }
.product-details-wrapper .product-info .product-meta { list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid var(--lg-line); }
.product-details-wrapper .product-info .product-meta li { font-size: 14px; margin-bottom: 4px; }
.product-details-wrapper .product-info .product-meta li span { display: inline-block; min-width: 110px; color: var(--lg-muted); font-weight: 400; }
.description-tabs .nav { gap: 6px; border-bottom: 1px solid var(--lg-line); }
.description-tabs .nav-link { font: 500 16px var(--lg-body); color: var(--lg-muted); padding: 14px 20px; border-bottom: 2px solid transparent; }
.description-tabs .nav-link:hover, .description-tabs .nav-link.active { color: var(--lg-accent); border-bottom-color: var(--lg-accent); }
.description-wrapper .content-box { padding: 26px 0; }
.lg-prose p { font-size: 16px; line-height: 1.85; color: var(--lg-text); margin-bottom: 16px; }
.lg-prose h3 { font-size: 20px; margin: 26px 0 12px; }
.lg-spectable { width: 100%; border-collapse: collapse; font-size: 15px; }
.lg-spectable th, .lg-spectable td { padding: 13px 16px; border-bottom: 1px solid var(--lg-line); text-align: left; vertical-align: top; }
.lg-spectable th { width: 38%; color: var(--lg-muted); font-weight: 400; }
.lg-spectable thead th { color: var(--lg-ink); font-weight: 500; background: var(--lg-cream); }
.lg-spectable td { color: var(--lg-ink); }
.lg-spectable small { color: var(--lg-muted); font-size: 12px; }
@media (max-width: 991px) { .lg-sticky { position: static; } .pl-lg-40 { padding-left: 0; } }
@media (min-width: 992px) { .pl-lg-40 { padding-left: 40px; } }

/* ------------------------------------------------------------------ panier, commande, formulaires */

.ln-section { padding: 70px 0; }
.ln-panel, .ln-summary { border-radius: 20px; border-color: var(--lg-line); }
.ln-panel h2, .ln-summary h2 { font-family: var(--lg-body); font-size: 19px; font-weight: 500; }
.ln-form input[type="text"], .ln-form input[type="email"], .ln-form input[type="tel"], .ln-form input[type="number"], .ln-form select, .ln-form textarea { border-radius: 12px; border-color: var(--lg-line); font-family: var(--lg-body); }
.ln-form input:focus, .ln-form select:focus, .ln-form textarea:focus { border-color: var(--lg-accent); box-shadow: 0 0 0 3px var(--lg-accent-soft); outline: none; }
.lg-summary__sep { border-top: 1px solid var(--lg-line); margin-top: 8px; padding-top: 12px; }
.ln-summary__line small { color: var(--lg-muted); font-size: 12px; }
.ln-badge--warn { background: #fbefe2; color: var(--lg-accent-dk); }
.lg-contact-list { list-style: none; padding: 0; margin: 0; }
.lg-contact-list li { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px dashed var(--lg-line); font-size: 15px; }
.lg-contact-list li:last-child { border-bottom: 0; }
.lg-contact-list i { color: var(--lg-accent); width: 20px; text-align: center; }
.lg-page__lead { margin-bottom: 40px; }
.ln-legal h2 { font-family: var(--lg-display); font-size: 30px; margin-top: 36px; }
.ln-legal h3 { font-size: 18px; }
.ln-legal table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14.5px; }
.ln-legal th, .ln-legal td { border: 1px solid var(--lg-line); padding: 10px 12px; text-align: left; vertical-align: top; }
.ln-legal th { background: var(--lg-cream); font-weight: 500; }
.lg-missing { background: #fff1d6; color: #8a4b0f; border-radius: 4px; padding: 0 4px; font-size: .92em; }
.ln-toc a:hover { color: var(--lg-accent); }

/* ------------------------------------------------------------------ pied de page */

.lg-footer { color: rgba(255, 255, 255, .64); }
.lg-footer p { color: rgba(255, 255, 255, .64); }
.lg-footer .footer-top { border-bottom: 1px solid rgba(255, 255, 255, .08); }
.lg-footer .single-info-item { display: flex; gap: 16px; align-items: center; }
.lg-footer .single-info-item .icon { flex: 0 0 56px; width: 56px; height: 56px; border-radius: 50%; background: var(--lg-accent) !important; color: #fff !important; display: flex; align-items: center; justify-content: center; font-size: 21px; }
.lg-footer .single-info-item .info span.title { color: #fff; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.lg-footer .single-info-item .info p { margin: 0; color: rgba(255, 255, 255, .85); }
.lg-footer .footer-widget h4.widget-title { color: #fff; font-family: var(--lg-body); font-size: 18px; font-weight: 500; margin-bottom: 22px; }
.lg-footer .footer-widget-nav { list-style: none; padding: 0; margin: 0; }
.lg-footer .footer-widget-nav li { margin-bottom: 10px; font-size: 14.5px; }
.lg-footer .footer-widget-nav a:hover { color: var(--lg-accent); }
.lg-footer .footer-newsletter-widget .form_group { position: relative; }
.lg-footer .footer-newsletter-widget .form_control { width: 100%; height: 56px; border-radius: 40px; border: 1px solid rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .06); color: #fff; padding: 0 20px 0 48px; }
.lg-footer .footer-newsletter-widget label { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); color: var(--lg-accent); margin: 0; }
.lg-newsletter__btn { margin-top: 12px; border: 0; border-radius: 40px; background: var(--lg-accent); color: #fff; font-weight: 500; padding: 12px 24px; }
.lg-newsletter__btn:hover { background: #fff; color: var(--lg-ink); }
.lg-social { display: flex; gap: 10px; list-style: none; padding: 0; margin: 20px 0 0; }
.lg-social a { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .08); color: #fff; }
.lg-social a:hover { background: var(--lg-accent); color: #fff; }
.lg-footer .footer-copyright { border-top: 1px solid rgba(255, 255, 255, .08); padding: 24px 0; font-size: 13.5px; }
.lg-footer .footer-copyright p { margin: 0; }
.lg-footer .footer-nav ul { display: flex; flex-wrap: wrap; gap: 6px 18px; list-style: none; margin: 0; padding: 0; justify-content: flex-end; }
.lg-footer .footer-nav a { color: rgba(255, 255, 255, .64); }
.lg-footer .footer-nav a:hover { color: var(--lg-accent); }
@media (max-width: 991px) { .lg-footer .footer-nav ul { justify-content: flex-start; margin-top: 10px; } }

/* ------------------------------------------------------------------ bouton WhatsApp flottant, retour haut */

.lg-wa-float { position: fixed; left: 22px; bottom: 22px; z-index: 990; display: inline-flex; align-items: center; gap: 10px; background: var(--lg-wa); color: #fff; border-radius: 40px; padding: 11px 20px 11px 14px; font-size: 14.5px; font-weight: 500; box-shadow: 0 16px 34px -12px rgba(0, 0, 0, .45); transition: transform .25s ease; }
.lg-wa-float i { font-size: 26px; }
.lg-wa-float:hover { color: #fff; transform: translateY(-3px); }
@media (max-width: 575px) { .lg-wa-float { padding: 13px; } .lg-wa-float span { display: none; } }
.back-to-top { background-color: var(--lg-accent) !important; color: #fff; right: 22px; bottom: 22px; }
.back-to-top:hover { background-color: var(--lg-ink) !important; color: #fff; }

/* ------------------------------------------------------------------ recherche */

.search-modal .modal-content { border-radius: 60px; overflow: hidden; }
.search-modal .form_control { height: 70px; border: 0; padding: 0 70px 0 30px; font-size: 18px; width: 100%; }
.search-modal label { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); color: var(--lg-accent); }
.search-modal .form_group { position: relative; }

/* ------------------------------------------------------------------ logos de paiement (les SVG n'ont pas de taille intrinsèque) */

.lg-paystrip img { height: 28px; width: auto; }
.lg-paystrip img[alt="Stripe"] { height: 24px; }
.ln-method__secure img { height: 14px !important; width: 34px !important; object-fit: contain; }
.ln-method__cards img { height: 26px !important; width: auto !important; }

/* ------------------------------------------------------------------ pied de page : colonnes et newsletter */

.lg-footer .service-nav-widget .footer-content { display: block; }
.lg-footer .service-nav-widget .footer-content .footer-widget-nav { width: auto; margin: 0; }
.lg-footer .footer-widget-nav li a { white-space: normal; }
.lg-footer .footer-newsletter-widget .footer-content form .form_control {
    width: 100%; height: 56px; border-radius: 40px; border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06); color: #fff; padding: 0 20px 0 48px; font-size: 14px;
}
.lg-footer .footer-newsletter-widget .footer-content form .form_control::placeholder { color: rgba(255, 255, 255, .5); }
.lg-footer .footer-newsletter-widget .footer-content form label { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); margin: 0; color: var(--lg-accent); }

@media print {
    .lg-header, .lg-footer, .lg-wa-float, .back-to-top, .ln-cookie { display: none !important; }
}

/* Pied de page : les rubriques du catalogue se lisent sur deux colonnes pour
   contenir la hauteur du pied de page. Une seule colonne sur mobile. */
@media (min-width: 768px) {
    .ln-footer-nav--columns { columns: 2; column-gap: 30px; }
    .ln-footer-nav--columns li { break-inside: avoid; }
}
