:root { color-scheme: light; --ink: #16201a; --ink-soft: #4d5b53; --ink-mute: #7b877f; --forest: #1d3a2c; --forest-2: #142a20; --forest-3: #0e1f17; --olive: #7e8f5b; --olive-lt: #a9b98a; --cream: #ffffff; --cream-2: #f6f4ef; --sand: #ebe5d9; --card: #ffffff; --gold: #c6a45c; --line: rgba(22,32,26,.12); --line-soft: rgba(22,32,26,.07); --c-nuit: #3c3560; --c-serenite: #55704f; --c-vitalite: #b56a2a; --c-souffle: #2b6470; --maxw: 1260px; --gut: clamp(18px, 4vw, 40px); --r-sm: 10px; --r: 16px; --r-lg: 24px; --r-xl: 34px; --sh-1: 0 1px 2px rgba(20,35,26,.05), 0 4px 14px rgba(20,35,26,.05); --sh-2: 0 2px 6px rgba(20,35,26,.06), 0 14px 40px rgba(20,35,26,.09); --sh-3: 0 30px 70px rgba(20,35,26,.18); --f-display: 'Fraunces', 'Iowan Old Style', Georgia, serif; --f-ui: 'Jost', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; --hdr-h: 68px; }
*, ::before, ::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body { margin: 0px; background: var(--cream); color: var(--ink); font-family: var(--f-ui); font-size: 16px; line-height: 1.6; font-weight: 400; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 500; font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 40; line-height: 1.08; letter-spacing: -0.015em; margin: 0px; text-wrap: balance; }
p { margin: 0px; text-wrap: pretty; }
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }
:where(a, button, input, summary, [tabindex]):focus-visible { outline: 2px solid var(--olive); outline-offset: 3px; border-radius: 6px; }
.eyebrow { font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; color: var(--olive); margin: 0px 0px 14px; }
.eyebrow--light { color: var(--olive-lt); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(26px, 4vw, 44px); }
.sec-title { font-size: clamp(30px, 4.4vw, 50px); }
.sec-sub { color: var(--ink-soft); max-width: 52ch; margin-top: 14px; }
.link-more { font-size: 14px; font-weight: 500; letter-spacing: 0.02em; border-bottom: 1px solid var(--line); padding-bottom: 3px; transition: border-color 0.2s, color 0.2s; white-space: nowrap; }
.link-more:hover { border-color: var(--olive); color: var(--olive); }
.btn { --bg: var(--forest); --bg-h: #2a5340; --fg: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--bg); color: var(--fg); border: 1px solid transparent; border-radius: 2px; padding: 16px 28px; font-size: 11.5px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; line-height: 1.2; cursor: pointer; text-align: center; transition: background 0.22s, color 0.22s, border-color 0.22s; }
.btn:hover { background: var(--bg-h); }
.btn--lg { padding: 19px 34px; font-size: 12px; }
.btn--full { width: 100%; }
.btn--cream { --bg: var(--cream); --bg-h: #ece8de; --fg: var(--forest); }
.btn--gold { --bg: var(--gold); --bg-h: #d3b672; --fg: #241a05; }
.btn--ghost { --bg: transparent; --fg: var(--forest); border-color: rgba(22, 32, 26, 0.28); }
.btn--ghost:hover { background: var(--forest); color: rgb(255, 255, 255); border-color: var(--forest); }
.btn--ghost-lt { --bg: transparent; --fg: #fff; border-color: rgba(255, 255, 255, 0.4); }
.btn--ghost-lt:hover { background: rgb(255, 255, 255); color: var(--forest); }
.promo { background: var(--forest); color: rgb(242, 239, 230); position: relative; z-index: 60; }
.promo__in { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 42px; padding: 5px 12px; }
.promo__msg { flex: 1 1 0%; min-width: 0px; display: flex; flex-direction: column; align-items: center; line-height: 1.24; text-align: center; }
.promo__msg b { color: rgb(255, 255, 255); font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.promo__msg span { color: rgb(255, 255, 255); font-size: 10.5px; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; }
.promo__timer { display: flex; align-items: center; gap: 3px; flex: 0 0 auto; }
.promo__timer i { font-style: normal; font-size: 11px; font-weight: 600; color: rgba(255, 255, 255, 0.35); margin-top: -4px; }
.tbox { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 6px; min-width: 27px; padding: 2px 3px; display: flex; flex-direction: column; align-items: center; line-height: 1; }
.tbox b { font-size: 12px; font-weight: 600; font-variant-numeric: tabular-nums; }
.tbox span { font-size: 7px; letter-spacing: 0.1em; opacity: 0.6; margin-top: 2px; }
@media (min-width: 760px) {
  .promo__in { justify-content: center; gap: clamp(16px, 3vw, 34px); min-height: 44px; padding: 7px var(--gut); }
  .promo__msg { flex: 0 0 auto; flex-direction: row; align-items: baseline; gap: 7px; }
  .promo__msg b, .promo__msg span { font-size: 12px; }
  .tbox { min-width: 32px; padding: 3px 5px; border-radius: 7px; }
  .tbox b { font-size: 13.5px; }
  .tbox span { font-size: 8px; }
}

.hdr { position: sticky; top: 0px; z-index: 50; background: rgba(255, 255, 255, 0.88); backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color 0.3s, background 0.3s; }
.hdr.is-stuck { border-bottom-color: var(--line); background: rgba(255, 255, 255, 0.96); }
.hdr__in { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--hdr-h); max-width: var(--maxw); margin-inline: auto; padding-inline: 12px; }
.hdr__side { display: flex; align-items: center; }
.hdr__side--end { justify-content: flex-end; }
.logo { display: inline-flex; align-items: center; justify-self: center; }
.logo__img { height: 30px; width: auto; display: block; }
.ftr .logo__img, .page--hero .hdr:not(.is-stuck) .logo__img { filter: brightness(0) invert(1); }
.nav { display: none; align-items: center; gap: 2px; }
.nav__link { position: relative; display: inline-flex; align-items: center; gap: 5px; padding: 9px 13px; font-size: 14px; font-weight: 400; color: var(--ink-soft); border-radius: 2px; transition: color 0.18s, background 0.18s; }
.nav__link:hover { color: var(--forest); background: rgba(126, 143, 91, 0.1); }
.nav__link svg { width: 11px; height: 11px; opacity: 0.6; transition: transform 0.2s; }
.nav__item { position: relative; }
.nav__item:hover .nav__link svg { transform: rotate(180deg); }
.drop { position: absolute; top: calc(100% + 8px); left: 50%; min-width: 250px; padding: 9px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--sh-2); opacity: 0; visibility: hidden; translate: -50% 6px; transition: opacity 0.2s, translate 0.2s, visibility 0.2s; }
.nav__item:hover .drop, .nav__item:focus-within .drop { opacity: 1; visibility: visible; translate: -50%; }
.drop__a { display: flex; align-items: center; gap: 11px; padding: 10px 11px; border-radius: 11px; transition: background 0.16s; }
.drop__a:hover { background: var(--cream-2); }
.drop__all { display: flex; align-items: center; gap: 8px; margin-top: 6px; padding: 12px 14px; border-top: 1px solid var(--line); font-size: 11.5px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--forest); text-decoration: none; }
.drop__all svg { width: 15px; height: 15px; flex: 0 0 auto; }
.drop__all:hover { color: var(--olive); }
.drop__dot { width: 9px; height: 9px; border-radius: 50%; flex: 0 0 auto; background: var(--olive); }
.drop__t { font-size: 14px; font-weight: 500; color: var(--forest); }
.drop__d { font-size: 12px; color: var(--ink-mute); }
.ibtn { width: 40px; height: 40px; display: grid; place-items: center; background: none; border: 0px; border-radius: 50%; cursor: pointer; color: var(--forest); transition: background 0.18s; position: relative; }
.ibtn:hover { background: rgba(126, 143, 91, 0.12); }
.ibtn svg { width: 19px; height: 19px; stroke: currentcolor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ibtn__count { position: absolute; top: 3px; right: 2px; min-width: 17px; height: 17px; padding: 0px 4px; background: var(--forest); color: rgb(255, 255, 255); border: 2px solid var(--cream); border-radius: 999px; font-size: 10px; font-weight: 600; line-height: 13px; text-align: center; transform: scale(0); transition: transform 0.22s cubic-bezier(0.3, 1.4, 0.5, 1); }
.ibtn__count.is-on { transform: scale(1); }
.burger { display: grid; }
.ibtn--desk { display: none; }
@media (min-width: 1080px) {
  .hdr__in { padding-inline: var(--gut); }
  .nav { display: flex; }
  .burger { display: none; }
  .ibtn--desk { display: grid; }
  .logo__img { height: 36px; }
}

.mnav { position: fixed; inset: 0px; z-index: 70; background: var(--cream); padding: 22px var(--gut) 40px; overflow-y: auto; translate: 0px -100%; opacity: 0; visibility: hidden; transition: translate 0.34s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.24s, visibility 0.34s; }
.mnav.is-open { translate: 0px; opacity: 1; visibility: visible; }
.mnav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.mnav__a { display: flex; align-items: center; justify-content: space-between; padding: 17px 2px; font-size: 21px; font-family: var(--f-display); border-bottom: 1px solid var(--line-soft); color: var(--forest); }
.mnav__a small { font-family: var(--f-ui); font-size: 12px; color: var(--ink-mute); letter-spacing: 0.06em; }
.mnav__cta { margin-top: 30px; }
.hero { padding: 0px; }
.hero > .wrap { max-width: none; padding-inline: 0px; }
.bhero { position: relative; overflow: hidden; isolation: isolate; margin-top: calc(-1 * var(--hdr-h)); min-height: calc(-42px + 100svh); display: flex; align-items: flex-end; background: var(--sand); }
.bhero__media { position: absolute; inset: 0px; z-index: 0; }
.bhero__img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }
.bhero__scrim { display: block; position: absolute; inset: 0px; z-index: 1; pointer-events: none; background: linear-gradient(rgba(9, 22, 15, 0.78) 0%, rgba(9, 22, 15, 0.6) 9%, rgba(9, 22, 15, 0.28) 19%, rgba(9, 22, 15, 0) 32%), linear-gradient(to top, rgba(9, 22, 15, 0.97) 0%, rgba(9, 22, 15, 0.94) 32%, rgba(9, 22, 15, 0.86) 54%, rgba(9, 22, 15, 0.54) 76%, rgba(9, 22, 15, 0.18) 94%); }
.bhero__in { position: relative; z-index: 2; width: 100%; padding: 0 var(--gut) clamp(32px,7vw,46px); color: rgb(244, 241, 232); }
.bhero__eyebrow { display: flex; align-items: center; gap: 8px; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgb(198, 211, 171); margin: 0px 0px 16px; }
.bhero__eyebrow::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: rgb(198, 211, 171); flex: 0 0 auto; }
.bhero__h1 { font-size: clamp(34px, 9.2vw, 46px); line-height: 1.04; letter-spacing: -0.028em; margin-bottom: 16px; text-shadow: rgba(9, 22, 15, 0.4) 0px 1px 26px; }
.bhero__h1 em { font-style: italic; color: var(--olive-lt); font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 60; }
.bhero__p { font-size: 14.5px; line-height: 1.55; color: rgba(244, 241, 232, 0.88); max-width: 40ch; margin-bottom: 22px; }
.bhero__cta { display: flex; }
.bhero__cta .btn { flex: 1 1 0%; --bg: var(--cream); --bg-h: #ece8de; --fg: var(--forest); }
.bhero__link { display: inline-block; margin-top: 20px; padding-bottom: 5px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgb(244, 241, 232); border-bottom: 1px solid rgba(244, 241, 232, 0.45); transition: border-color 0.2s; }
.bhero__link:hover { border-color: rgb(244, 241, 232); }
.bhero__notes { list-style: none; margin: 22px 0px 0px; padding: 0px; display: grid; gap: 9px; }
.bhero__notes li { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: rgba(244, 241, 232, 0.76); }
.bhero__notes svg { width: 13px; height: 13px; flex: 0 0 auto; color: var(--olive-lt); stroke: currentcolor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.page--hero .hdr:not(.is-stuck) { background: transparent; backdrop-filter: none; border-bottom-color: transparent; }
.page--hero .hdr:not(.is-stuck) .nav__link { color: rgba(244, 241, 232, 0.88); }
.page--hero .hdr:not(.is-stuck) .nav__link:hover { color: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.16); }
.page--hero .hdr:not(.is-stuck) .ibtn { color: rgb(244, 241, 232); }
.page--hero .hdr:not(.is-stuck) .ibtn:hover { background: rgba(255, 255, 255, 0.16); }
.page--hero .hdr:not(.is-stuck) .ibtn__count { border-color: transparent; }
.carnav { position: absolute; top: 50%; translate: 0px -50%; z-index: 2; width: 36px; height: 36px; display: grid; place-items: center; background: rgba(255, 255, 255, 0.55); backdrop-filter: blur(6px); border: 0px; border-radius: 50%; cursor: pointer; color: var(--forest); transition: background 0.2s, transform 0.2s; }
.carnav:hover { background: rgb(255, 255, 255); transform: translateY(-50%) scale(1.06); }
.carnav--prev { left: 10px; }
.carnav--next { right: 10px; }
.carnav svg { width: 16px; height: 16px; stroke: currentcolor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.faces { display: flex; }
.faces span { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--cream); margin-left: -9px; flex: 0 0 auto; box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 12px inset; }
.faces span:first-child { margin-left: 0px; }
.f1 { background: linear-gradient(145deg, rgb(217, 179, 145), rgb(185, 132, 97)); }
.f2 { background: linear-gradient(145deg, rgb(185, 201, 154), rgb(131, 151, 95)); }
.f3 { background: linear-gradient(145deg, rgb(224, 203, 164), rgb(194, 162, 106)); }
.f4 { background: linear-gradient(145deg, rgb(168, 191, 196), rgb(111, 145, 153)); }
.cta-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cta-row .btn { flex: 1 1 0%; min-width: 190px; }
.pitch { border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 40px); background: var(--cream-2); max-width: 760px; }
.pitch__t { font-family: var(--f-display); font-weight: 600; font-size: clamp(21px, 3.4vw, 27px); line-height: 1.2; margin: 0px 0px 14px; color: var(--forest-3); }
.pitch__p { margin: 0px 0px 12px; font-size: 15px; line-height: 1.7; color: var(--ink); }
.pitch__p:last-child { margin-bottom: 0px; }
.note { font-size: 12.5px; opacity: 0.6; margin-top: 16px; }
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-11px); }
}

@media (min-width: 860px) {
  .bhero { min-height: min(84vh, 720px); }
  .bhero__img { object-position: 58% 50%; }
  .bhero__scrim { background: linear-gradient(rgba(9, 22, 15, 0.76) 0%, rgba(9, 22, 15, 0.62) 8%, rgba(9, 22, 15, 0.3) 16%, rgba(9, 22, 15, 0.1) 22%, rgba(9, 22, 15, 0) 30%), linear-gradient(to right, rgba(9, 22, 15, 0.9) 0%, rgba(9, 22, 15, 0.76) 30%, rgba(9, 22, 15, 0.3) 60%, rgba(9, 22, 15, 0) 84%), linear-gradient(to top, rgba(9, 22, 15, 0.52) 0%, rgba(9, 22, 15, 0) 54%); }
  .bhero__in { padding: clamp(48px, 5vw, 80px) clamp(40px, 6vw, 96px) clamp(56px, 6vw, 90px); max-width: min(720px, 62%); }
  .bhero__eyebrow { font-size: 11px; margin-bottom: 20px; }
  .bhero__h1 { font-size: clamp(46px, 5.2vw, 70px); margin-bottom: 20px; }
  .bhero__p { font-size: 17px; margin-bottom: 30px; }
  .bhero__cta { display: inline-flex; vertical-align: middle; }
  .bhero__cta .btn { flex: 0 1 auto; }
  .bhero__link { margin: 0px 0px 0px 30px; vertical-align: middle; }
  .bhero__notes { grid-auto-flow: column; grid-auto-columns: max-content; gap: 26px; }
  .carnav { width: 44px; height: 44px; }
  .carnav--prev { left: 16px; }
  .carnav--next { right: 16px; }
  .cta-row .btn { flex: 0 1 auto; }
}

.bottle { position: relative; width: var(--bw,112px); aspect-ratio: 120 / 320; flex: 0 0 auto; container-type: inline-size; }
.bottle__svg { width: 100%; height: 100%; display: block; }
.bottle__label { position: absolute; left: 50%; translate: -50%; top: 33.75%; height: 46.9%; width: 56%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: rgb(43, 53, 41); pointer-events: none; }
.bottle__brand { display: block; font-size: 6.2cqw; letter-spacing: 0.09em; text-indent: 0.09em; font-weight: 500; color: var(--olive); }
.bottle__rule { width: 34%; height: 1px; margin: 5px 0px; margin-block: 5cqw; background: rgba(43, 53, 41, 0.25); }
.bottle__name { display: block; font-family: var(--f-display); font-size: 10.8cqw; line-height: 1.16; font-weight: 500; }
.bottle__vol { display: block; margin-top: 6cqw; font-size: 6cqw; letter-spacing: 0.16em; color: rgba(43, 53, 41, 0.55); }
.bottle--diff .bottle__label { top: 50%; height: 14%; width: 46%; }
.bottle--diff .bottle__brand { color: rgba(43, 53, 41, 0.42); font-size: 5.4cqw; }
.marquee { margin-top: clamp(16px, 2.4vw, 26px); background: rgb(13, 77, 56); color: rgb(255, 255, 255); overflow: hidden; padding: 13px 0px; mask-image: linear-gradient(90deg, transparent, rgb(0, 0, 0) 6%, rgb(0, 0, 0) 94%, transparent); }
.marquee__track { display: flex; width: max-content; animation: 34s linear 0s infinite normal none running slide; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes slide {
  100% { transform: translateX(-50%); }
}

.marquee__set { display: flex; align-items: center; }
.marquee__i { display: inline-flex; align-items: center; gap: 10px; padding-inline: clamp(20px, 3vw, 40px); font-size: 13px; letter-spacing: 0.09em; text-transform: uppercase; white-space: nowrap; }
.marquee__i svg { width: 15px; height: 15px; opacity: 0.85; flex: 0 0 auto; }
.sec { padding: clamp(56px, 8vw, 110px) 0px; }
.sec--tight { padding: clamp(44px, 6vw, 80px) 0px; }
.pgrid { display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: clamp(14px, 1.8vw, 24px); }
.pcard { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.3, 1), box-shadow 0.3s, border-color 0.3s; }
.pcard:hover { transform: translateY(-5px); box-shadow: var(--sh-2); border-color: transparent; }
.pcard__media { position: relative; display: grid; place-items: center; padding: 30px 20px 22px; min-height: 266px; background: radial-gradient(75% 60% at 50% 22%, color-mix(in srgb, var(--tint) 26%, transparent) 0%, transparent 70%),
    var(--cream-2); }
.pcard__tag { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 5px 11px; border-radius: 2px; background: var(--forest); color: rgb(255, 255, 255); font-size: 10.5px; letter-spacing: 0.11em; text-transform: uppercase; font-weight: 500; }
.pcard__tag--gold { background: var(--gold); color: rgb(36, 26, 5); }
.pcard .bottle { --bw: 104px; transition: transform 0.38s cubic-bezier(0.2, 0.8, 0.3, 1); }
.pcard:hover .bottle { transform: translateY(-7px) scale(1.035); }
/* La photo occupe tout le cadre de la carte. Le point de cadrage est remonte
   a 42 % pour garder le haut du produit plutot que de couper symetriquement. */
.pcard__photo { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; display: block; }
.pcard__body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 9px; flex: 1 1 0%; }
.pcard__name { font-size: 20px; }
.pcard__for { font-size: 13.5px; color: var(--ink-soft); flex: 1 1 0%; }
.pcard__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 6px; }
.price { display: flex; align-items: baseline; gap: 8px; }
.price b { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.price s { font-size: 13.5px; color: var(--ink-mute); }
.pcard__add { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; background: var(--forest); color: rgb(255, 255, 255); border: 0px; border-radius: 2px; cursor: pointer; transition: transform 0.2s cubic-bezier(0.3, 1.3, 0.5, 1), background 0.2s; }
.pcard__add svg { width: 17px; height: 17px; stroke: currentcolor; fill: none; stroke-width: 1.9; stroke-linecap: round; }
.pcard__add:hover { background: rgb(42, 83, 64); }
.pcard__add.is-done { background: var(--olive); }
/* Trois arguments, donc trois colonnes : en quatre, la derniere restait vide. */
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: clamp(14px, 2vw, 26px); }
.pillar { padding: 24px 0px 0px; border-top: 1px solid var(--line); }
.pillar__ico { margin-bottom: 18px; color: var(--olive); }
.pillar__ico svg { width: 26px; height: 26px; stroke: currentcolor; fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.pillar h3 { font-size: 18px; margin-bottom: 9px; }
.pillar p { font-size: 14px; color: var(--ink-soft); }
.social__head { text-align: center; margin-bottom: clamp(26px, 4vw, 42px); }
.faq { max-width: 840px; margin-inline: auto; }
.qa { border-bottom: 1px solid var(--line); }
.qa summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 2px; cursor: pointer; list-style: none; font-family: var(--f-display); font-size: clamp(17px, 2vw, 21px); color: var(--forest); transition: color 0.2s; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--olive); }
.qa__pm { position: relative; width: 17px; height: 17px; flex: 0 0 auto; }
.qa__pm::before, .qa__pm::after { content: ""; position: absolute; inset: 50% 0px auto; height: 1.5px; background: currentcolor; border-radius: 2px; transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1); }
.qa__pm::after { transform: rotate(90deg); }
.qa[open] .qa__pm::after { transform: rotate(0deg); }
.qa__a { padding: 0px 2px 26px; max-width: 70ch; font-size: 15px; color: var(--ink-soft); }
.outro { position: relative; overflow: hidden; isolation: isolate; min-height: clamp(470px, 76vw, 560px); display: flex; align-items: flex-end; background: var(--sand); }
.outro__media { position: absolute; inset: 0px; z-index: 0; }
.outro__art { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 52% 50%; }
.outro__scrim { position: absolute; inset: 0px; z-index: 1; pointer-events: none; background: linear-gradient(to top, rgba(9, 22, 15, 0.97) 0%, rgba(9, 22, 15, 0.95) 42%, rgba(9, 22, 15, 0.86) 64%, rgba(9, 22, 15, 0.52) 84%, rgba(9, 22, 15, 0.16) 98%); }
.outro__in { position: relative; z-index: 2; width: 100%; padding: 0 var(--gut) clamp(34px,7vw,46px); color: rgb(244, 241, 232); }
.outro__in .eyebrow { color: rgb(198, 211, 171); }
.outro__in h2 { font-size: clamp(30px, 8.2vw, 40px); line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 14px; text-shadow: rgba(9, 22, 15, 0.4) 0px 1px 26px; }
.outro__in h2 em { font-style: italic; color: rgb(198, 211, 171); font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 60; }
.outro__in > p { font-size: 14.5px; line-height: 1.55; color: rgba(244, 241, 232, 0.94); max-width: 42ch; margin-bottom: 24px; }
.outro__cta { display: flex; }
.outro__cta .btn { flex: 1 1 0%; --bg: var(--cream); --bg-h: #ece8de; --fg: var(--forest); }
.outro__cta svg { width: 15px; height: 15px; stroke: currentcolor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
#final { padding-bottom: 0px; }
.ftr--flush { margin-top: 0px; }
@media (min-width: 860px) {
  .outro { min-height: min(74vh, 620px); }
  .outro__art { object-position: 56% 50%; }
  .outro__scrim { background: linear-gradient(to right, rgba(9, 22, 15, 0.92) 0%, rgba(9, 22, 15, 0.78) 32%, rgba(9, 22, 15, 0.3) 62%, rgba(9, 22, 15, 0) 86%), linear-gradient(to top, rgba(9, 22, 15, 0.5) 0%, rgba(9, 22, 15, 0) 56%); }
  .outro__in { padding: clamp(48px, 5vw, 76px) clamp(40px, 6vw, 96px) clamp(52px, 6vw, 80px); max-width: min(660px, 60%); }
  .outro__in h2 { font-size: clamp(36px, 4vw, 52px); margin-bottom: 18px; }
  .outro__in > p { font-size: 16.5px; margin-bottom: 30px; }
  .outro__cta { display: inline-flex; }
  .outro__cta .btn { flex: 0 1 auto; }
}

.specs { display: grid; gap: clamp(22px, 4vw, 42px); align-items: start; }
.specs__intro p { font-size: 14.5px; color: var(--ink-soft); margin-top: 14px; max-width: 44ch; }
.specs__table { width: 100%; border-collapse: collapse; }
.specs__table tr { border-bottom: 1px solid var(--line); }
.specs__table tr:first-child { border-top: 1px solid var(--line); }
.specs__table th, .specs__table td { padding: 15px 2px; text-align: left; font-size: 13.5px; vertical-align: top; }
.specs__table th { font-family: var(--f-ui); font-weight: 400; color: var(--ink-mute); width: 42%; letter-spacing: 0.02em; }
.specs__table td { color: var(--ink); }
.erow { display: grid; gap: clamp(18px, 3.5vw, 44px); align-items: center; }
.erow + .erow { margin-top: clamp(38px, 6vw, 78px); }
.erow__media { border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; display: grid; place-items: center; background: radial-gradient(70% 56% at 50% 28%, color-mix(in srgb, var(--uc,#7e8f5b) 22%, transparent), transparent 72%),
    var(--cream-2); }
.erow__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.erow__media .bottle { --bw: clamp(84px,15vw,140px); }
.erow h3 { font-size: clamp(23px, 3.2vw, 32px); margin-bottom: 13px; }
.erow p { font-size: 15px; color: var(--ink-soft); }
.erow__for { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase; font-weight: 500; color: var(--uc,#7e8f5b); }
.erow__for::before { content: ""; width: 18px; height: 1px; background: currentcolor; }
.also__track { display: flex; gap: clamp(12px, 1.6vw, 18px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-behavior: smooth; padding-bottom: 2px; }
.also__track::-webkit-scrollbar { display: none; }
.also__track .pcard { flex: 0 0 clamp(212px, 64vw, 262px); scroll-snap-align: start; }
.also__nav { display: flex; gap: 8px; justify-content: flex-end; margin-top: 18px; }
.also__nav button { width: 40px; height: 40px; display: grid; place-items: center; cursor: pointer; background: var(--card); border: 1px solid var(--line); border-radius: 2px; transition: border-color 0.2s, background 0.2s; }
.also__nav button:hover { border-color: var(--forest); background: var(--cream-2); }
.also__nav svg { width: 15px; height: 15px; stroke: var(--forest); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (min-width: 860px) {
  .specs { grid-template-columns: minmax(0px, 0.92fr) minmax(0px, 1.08fr); }
  .specs__table th, .specs__table td { padding: 16px 4px; font-size: 14px; }
  .erow { grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr); }
  .erow--flip .erow__media { order: 2; }
  .erow p { font-size: 15.5px; }
}

.legal { max-width: 760px; margin-inline: auto; padding: clamp(28px, 5vw, 56px) 0px clamp(50px, 7vw, 84px); }
.legal__maj { font-size: 12.5px; color: var(--ink-mute); margin-bottom: 26px; }
.legal h1 { font-size: clamp(30px, 5vw, 46px); margin-bottom: 18px; }
.legal__chapo { font-size: 16px; color: var(--ink-soft); margin-bottom: clamp(26px, 4vw, 40px); }
.legal h2 { font-size: clamp(20px, 2.6vw, 25px); margin: clamp(30px, 4vw, 44px) 0px 14px; padding-top: 22px; border-top: 1px solid var(--line); }
.legal h3 { font-size: 17px; margin: 24px 0px 10px; }
.legal p, .legal li { font-size: 15px; color: var(--ink-soft); line-height: 1.7; }
.legal p + p { margin-top: 12px; }
.legal ul, .legal ol { margin: 12px 0px 0px; padding-left: 20px; }
.legal li + li { margin-top: 7px; }
.legal a { color: var(--forest); border-bottom: 1px solid var(--line); }
.legal a:hover { border-color: var(--olive); color: var(--olive); }
.legal strong { color: var(--ink); font-weight: 600; }
.legal mark { background: rgb(253, 243, 215); color: rgb(107, 79, 18); padding: 1px 6px; border-radius: 2px; font-weight: 600; font-style: normal; }
.legal__form { border: 1px solid var(--line); border-radius: 2px; padding: clamp(20px, 3vw, 28px); margin-top: 18px; background: var(--cream-2); }
.legal__form ul { list-style: none; padding-left: 0px; }
.legal__tab { width: 100%; border-collapse: collapse; margin-top: 16px; }
.legal__tab tr { border-bottom: 1px solid var(--line); }
.legal__tab tr:first-child { border-top: 1px solid var(--line); }
.legal__tab th, .legal__tab td { padding: 13px 2px; text-align: left; font-size: 14px; vertical-align: top; }
.legal__tab th { font-family: var(--f-ui); font-weight: 400; color: var(--ink-mute); width: 38%; }
.ftr { background: var(--forest-3); color: rgb(217, 213, 200); margin-top: clamp(40px, 6vw, 80px); }
.ftr__news { display: grid; grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr); gap: clamp(20px, 4vw, 50px); align-items: center; padding: clamp(36px, 5vw, 62px) 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.ftr__news h3 { font-size: clamp(24px, 3vw, 34px); color: rgb(244, 241, 232); margin-bottom: 10px; }
.ftr__news p { font-size: 14.5px; opacity: 0.66; max-width: 46ch; }
.nl { display: flex; gap: 10px; flex-wrap: wrap; }
.nl input { flex: 1 1 0%; min-width: 210px; padding: 16px 18px; border-radius: 2px; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.16); color: rgb(244, 241, 232); font-size: 14.5px; font-family: inherit; }
.nl input::placeholder { color: rgba(255, 255, 255, 0.4); }
.nl input:focus { outline: none; border-color: var(--olive-lt); background: rgba(255, 255, 255, 0.1); }
.nl__ok { font-size: 13px; color: var(--olive-lt); margin-top: 12px; min-height: 19px; }
.ftr__cols { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(24px, 4vw, 50px); padding: clamp(38px, 5vw, 60px) 0px; }
.ftr__about { font-size: 14px; opacity: 0.66; max-width: 34ch; margin: 18px 0px 22px; }
.socials { display: flex; gap: 9px; }
.socials a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.16); color: rgb(217, 213, 200); transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s; }
.socials a:hover { background: rgb(244, 241, 232); color: var(--forest-3); border-color: transparent; transform: translateY(-2px); }
.socials svg { width: 17px; height: 17px; stroke: currentcolor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ftr h4 { font-family: var(--f-ui); font-size: 11.5px; font-weight: 500; letter-spacing: 0.17em; text-transform: uppercase; color: rgb(244, 241, 232); margin-bottom: 17px; }
.ftr ul { list-style: none; margin: 0px; padding: 0px; display: grid; gap: 11px; }
.ftr ul a { font-size: 14px; opacity: 0.66; transition: opacity 0.18s, color 0.18s; }
.ftr ul a:hover { opacity: 1; color: var(--olive-lt); }
.ftr__base { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 22px 0px 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 12.5px; opacity: 0.55; }
.pays { display: flex; gap: 6px; flex-wrap: wrap; }
.pays__i { width: 42px; height: 27px; border-radius: 2px; background: rgb(255, 255, 255); border: 1px solid rgba(255, 255, 255, 0.14); display: grid; place-items: center; overflow: hidden; font-size: 8px; font-weight: 600; letter-spacing: 0.03em; color: rgb(58, 69, 64); text-transform: uppercase; }
/* Les badges fournis par les reseaux portent deja leur fond et leurs angles
   arrondis. Les poser dans le cadre blanc du gabarit doublerait la bordure :
   ce variant efface le cadre et laisse l image occuper toute la place. */
/* Rangee de moyens de paiement sous le bouton d achat : memes badges qu en
   pied de page, un cran plus grands parce qu ils y servent d argument. */
.pays--achat { margin: 14px 0 0; justify-content: center; }
.pays--achat .pays__i--img { width: 50px; height: 32px; }

.pays__i--img { background: none; border: 0; width: 42px; height: 27px; padding: 0; }
.pays__i--img img { width: 100%; height: 100%; object-fit: contain; }

.pays__i img { width: 84%; height: 70%; object-fit: contain; display: block; }
.scrim { position: fixed; inset: 0px; z-index: 80; background: rgba(14, 31, 23, 0.45); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; }
.scrim.is-on { opacity: 1; visibility: visible; }
.cart { position: fixed; top: 0px; right: 0px; bottom: 0px; z-index: 90; width: min(420px, 100vw); display: flex; flex-direction: column; background: var(--cream); box-shadow: var(--sh-3); translate: 100%; visibility: hidden; transition: translate 0.36s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.36s; }
.cart.is-open { translate: 0px; visibility: visible; }
.cart__top { display: flex; align-items: center; justify-content: space-between; padding: 20px var(--gut) 18px; border-bottom: 1px solid var(--line); }
.cart__top h2 { font-size: 21px; }
.cart__body { flex: 1 1 0%; overflow-y: auto; padding: 8px var(--gut); }
.cart__empty { text-align: center; padding: 70px 10px; color: var(--ink-mute); }
.cart__empty svg { width: 44px; height: 44px; margin: 0px auto 16px; stroke: currentcolor; fill: none; stroke-width: 1.2; opacity: 0.4; }
.citem { display: flex; gap: 14px; padding: 18px 0px; border-bottom: 1px solid var(--line-soft); }
.citem__img { width: 72px; height: 86px; flex: 0 0 auto; border-radius: 11px; display: grid; place-items: center; background: radial-gradient(70% 60% at 50% 25%, color-mix(in srgb, var(--tint) 30%, transparent), transparent 70%),
    var(--cream-2); }
.citem__img .bottle { --bw: 40px; }
.citem__mid { flex: 1 1 0%; min-width: 0px; }
.citem__n { font-family: var(--f-display); font-size: 16px; color: var(--forest); }
.citem__p { font-size: 13px; color: var(--ink-mute); margin-top: 2px; }
.qty { display: inline-flex; align-items: center; gap: 2px; margin-top: 11px; border: 1px solid var(--line); border-radius: 2px; padding: 2px; }
.qty button { width: 26px; height: 26px; display: grid; place-items: center; background: none; border: 0px; border-radius: 2px; cursor: pointer; color: var(--ink-soft); font-size: 15px; line-height: 1; transition: background 0.16s; }
.qty button:hover { background: var(--cream-2); }
.qty b { min-width: 24px; text-align: center; font-size: 13.5px; font-weight: 600; font-variant-numeric: tabular-nums; }
.citem__rm { background: none; border: 0px; cursor: pointer; align-self: flex-start; color: var(--ink-mute); padding: 4px; border-radius: 6px; transition: color 0.18s; }
.citem__rm:hover { color: rgb(170, 51, 51); }
.citem__rm svg { width: 15px; height: 15px; stroke: currentcolor; fill: none; stroke-width: 1.6; stroke-linecap: round; }
.cart__foot { padding: 20px var(--gut) 24px; border-top: 1px solid var(--line); background: var(--cream-2); }
.crow { display: flex; justify-content: space-between; font-size: 14px; color: var(--ink-soft); margin-bottom: 9px; }
.crow--tot { font-size: 18px; color: var(--ink); font-weight: 600; margin: 14px 0px 16px; }
.crow--tot span:last-child { font-family: var(--f-display); font-size: 23px; font-weight: 500; }
.cart__ship { margin: 12px 0px 4px; }
.cart__bar { height: 5px; border-radius: 99px; background: var(--sand); overflow: hidden; }
.cart__bar i { display: block; height: 100%; width: 0px; background: var(--olive); border-radius: 99px; transition: width 0.5s cubic-bezier(0.3, 1, 0.4, 1); }
.cart__shiptxt { font-size: 12.5px; color: var(--ink-soft); margin-top: 8px; }
.cart__shiptxt b { color: var(--olive); font-weight: 600; }
.cart__rea { display: flex; justify-content: center; gap: 16px; margin-top: 14px; font-size: 11.5px; color: var(--ink-mute); flex-wrap: wrap; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 100; translate: -50% 20px; opacity: 0; visibility: hidden; display: flex; align-items: center; gap: 10px; padding: 13px 22px; border-radius: 999px; background: var(--forest); color: rgb(244, 241, 232); font-size: 13.5px; box-shadow: var(--sh-2); transition: opacity 0.26s, translate 0.26s, visibility 0.26s; }
.toast.is-on { opacity: 1; visibility: visible; translate: -50%; }
.toast svg { width: 16px; height: 16px; stroke: var(--olive-lt); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
html.js .rv { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.3, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1); }
html.js .rv.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .rv { opacity: 1; transform: none; }
}

.crumb { padding: 14px 0px 2px; font-size: 12.5px; color: var(--ink-mute); }
.crumb a:hover { color: var(--olive); }
.crumb span { margin-inline: 6px; opacity: 0.5; }
.pdp { display: grid; gap: 22px; align-items: start; padding: 14px 0px clamp(40px, 6vw, 80px); }
.gal { position: relative; overflow: hidden; border-radius: var(--r-lg); aspect-ratio: 1 / 1; background: radial-gradient(70% 55% at 50% 28%, color-mix(in srgb, var(--tint) 24%, transparent), transparent 72%),
    linear-gradient(170deg,#f2ede4,#e5dccd); touch-action: pan-y; }
.gal__track { display: flex; height: 100%; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.gal__slide { flex: 0 0 100%; display: grid; place-items: center; padding: 26px; position: relative; }
.gal__slide .art { width: auto; height: 100%; max-width: 100%; }
.gal__slide--zoom .art { height: 150%; }
.gal__slide--leaf::before { content: ""; position: absolute; inset: 0px; background: radial-gradient(60% 50% at 78% 22%, rgba(126, 143, 91, 0.28), transparent 62%); }
.gal__dots { position: absolute; left: 0px; right: 0px; bottom: 12px; z-index: 2; display: flex; justify-content: center; gap: 6px; }
.gal__dots button { width: 6px; height: 6px; padding: 0px; border: 0px; border-radius: 99px; cursor: pointer; background: rgba(29, 58, 44, 0.25); transition: width 0.3s cubic-bezier(0.3, 1, 0.4, 1), background 0.3s; }
.gal__dots button.is-on { width: 20px; background: var(--forest); }
.pdp h1 { font-size: clamp(27px, 7vw, 34px); margin-bottom: 14px; }
.pdp__lede { font-size: 15px; color: var(--ink-soft); margin-bottom: 18px; }
.pdp__lede b { color: var(--ink); font-weight: 600; }
.pdp__price { display: flex; align-items: baseline; gap: 11px; margin-bottom: 5px; }
.pdp__price b { font-size: 27px; font-weight: 600; letter-spacing: -0.02em; }
.pdp__price s { font-size: 16px; color: var(--ink-mute); }
.pdp__vat { font-size: 12.5px; color: var(--ink-mute); margin-bottom: 18px; }
.buy { display: flex; gap: 9px; align-items: stretch; margin-bottom: 12px; }
.buy .qty { margin-top: 0px; padding: 4px; flex: 0 0 auto; }
.buy .qty button { width: 32px; height: 32px; }
.buy .btn { flex: 1 1 0%; padding-inline: 16px; letter-spacing: 0.1em; }
.stock { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--ink-soft); margin-bottom: 20px; }
.stock i { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; background: var(--olive); box-shadow: rgba(126, 143, 91, 0.2) 0px 0px 0px 3px; animation: 2.2s ease-in-out 0s infinite normal none running pulse; }
@keyframes pulse {
  0%, 100% { box-shadow: rgba(126, 143, 91, 0.2) 0px 0px 0px 3px; }
  50% { box-shadow: rgba(126, 143, 91, 0.06) 0px 0px 0px 6px; }
}

.stock b { color: var(--forest); font-weight: 600; }
.bump { border: 1px dashed rgba(126, 143, 91, 0.55); border-radius: var(--r); padding: 16px; margin-bottom: 22px; background: rgba(126, 143, 91, 0.05); }
.bump__head { font-size: 11px; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase; color: var(--olive); margin-bottom: 12px; }
.bump__row { display: flex; align-items: center; gap: 13px; }
.bump__img { width: 56px; height: 68px; flex: 0 0 auto; border-radius: 9px; display: grid; place-items: center; background: radial-gradient(70% 60% at 50% 25%, color-mix(in srgb, var(--btint,#7e8f5b) 30%, transparent), transparent 70%),
    var(--cream-2); }
.bump__img .bottle { --bw: 32px; }
.bump__mid { flex: 1 1 0%; min-width: 0px; }
.bump__tag { display: inline-block; padding: 3px 8px; border-radius: 5px; margin-bottom: 5px; background: var(--gold); color: rgb(36, 26, 5); font-size: 9.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.bump__n { font-family: var(--f-display); font-size: 16px; color: var(--forest); }
.bump__p { display: flex; align-items: baseline; gap: 7px; margin-top: 2px; }
.bump__p b { font-size: 15px; font-weight: 600; }
.bump__p s { font-size: 12.5px; color: var(--ink-mute); }
.bump__add { flex: 0 0 auto; padding: 11px 16px; border-radius: 2px; cursor: pointer; background: var(--forest); color: rgb(255, 255, 255); border: 0px; font-size: 10.5px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; transition: background 0.2s; }
.bump__add:hover { background: rgb(42, 83, 64); }
.stickybuy { position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 45; display: flex; align-items: center; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(12px); border-top: 1px solid var(--line); translate: 0px 110%; transition: translate 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.stickybuy.is-on { translate: 0px; }
.stickybuy__img { width: 42px; height: 50px; flex: 0 0 auto; overflow: hidden; border-radius: 2px; display: grid; place-items: center; background: radial-gradient(70% 58% at 50% 26%, color-mix(in srgb, var(--tint,#7e8f5b) 26%, transparent), transparent 72%),
    var(--cream-2); }
.stickybuy__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stickybuy__img .bottle { --bw: 25px; }
.stickybuy__n { flex: 1 1 0%; min-width: 0px; }
.stickybuy__n b { display: block; font-family: var(--f-display); font-size: 14px; color: var(--forest); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stickybuy__n span { font-size: 13px; font-weight: 600; }
.stickybuy .btn { flex: 0 0 auto; padding: 13px 22px; }
.ucases { display: grid; gap: 14px; }
.ucase { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 24px 22px; transition: transform 0.28s, box-shadow 0.28s; }
.ucase:hover { transform: translateY(-4px); box-shadow: var(--sh-1); }
.ucase__ico { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; margin-bottom: 16px; background: color-mix(in srgb, var(--uc,#7e8f5b) 15%, transparent); color: var(--uc,#7e8f5b); }
.ucase__ico svg { width: 22px; height: 22px; stroke: currentcolor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ucase h3 { font-size: 19px; margin-bottom: 8px; }
.ucase p { font-size: 14px; color: var(--ink-soft); margin-bottom: 14px; }
.ucase__for { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--olive); font-weight: 500; border-top: 1px solid var(--line-soft); padding-top: 13px; width: 100%; }
.ucase__for i { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; background: var(--uc,#7e8f5b); }
.acc { margin-top: 22px; border-top: 1px solid var(--line); }
@media (min-width: 760px) {
  .ucases { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}

@media (min-width: 860px) {
  .crumb { padding: 20px 0px 4px; font-size: 13px; }
  .pdp { grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr); gap: clamp(26px, 4vw, 62px); padding: clamp(20px, 3vw, 40px) 0px clamp(50px, 7vw, 90px); }
  .pdp__col { position: sticky; top: calc(var(--hdr-h) + 20px); }
  .gal { aspect-ratio: 4 / 5; border-radius: var(--r-xl); }
  .gal__slide { padding: 44px; }
  .pdp h1 { font-size: clamp(32px, 4.4vw, 50px); }
  .pdp__lede { font-size: 16.5px; }
  .pdp__price b { font-size: 30px; }
}

@media (min-width: 1080px) {
  .ucases { grid-template-columns: repeat(4, minmax(0px, 1fr)); }
}

.pdp__buy { display: flex; gap: 10px; align-items: center; margin-bottom: 20px; flex-wrap: wrap; }
.pdp__buy .qty { margin-top: 0px; padding: 5px; }
.pdp__buy .qty button { width: 32px; height: 32px; }
.pdp__buy .btn { flex: 1 1 0%; min-width: 200px; }
.rea { display: grid; gap: 12px; padding: 22px 0px 0px; border-top: 1px solid var(--line); }
.rea div { display: flex; gap: 12px; align-items: center; font-size: 14px; color: var(--ink-soft); }
.rea svg { width: 19px; height: 19px; flex: 0 0 auto; color: var(--olive); stroke: currentcolor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 1080px) {
  .pgrid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .pillars { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .ftr__cols { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}

@media (max-width: 860px) {
  .ftr__news { grid-template-columns: 1fr; }
  .pdp { grid-template-columns: 1fr; }
  .pdp__media { position: static; min-height: 0px; }
}

@media (max-width: 620px) {
  :root { --r-xl: 22px; --r-lg: 18px; }
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta-row .btn { width: 100%; }
  .pgrid { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .ftr__cols { grid-template-columns: 1fr; }
  .ftr__base { justify-content: center; text-align: center; }
  .sec-head { flex-direction: column; align-items: flex-start; }
}

.reassure { display: grid; gap: clamp(24px, 4vw, 32px); padding: clamp(34px, 5vw, 52px) 0px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reassure__i svg { width: 23px; height: 23px; margin-bottom: 14px; color: var(--olive); stroke: currentcolor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.reassure__i h3 { font-size: 16px; margin-bottom: 7px; }
.reassure__i p { font-size: 13.5px; color: var(--ink-soft); max-width: 34ch; }
@media (min-width: 640px) {
  .reassure { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}

@media (min-width: 1000px) {
  .reassure { grid-template-columns: repeat(4, minmax(0px, 1fr)); }
}

.cgrid { display: grid; gap: clamp(14px, 2vw, 22px); }
.ccard { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 2px; overflow: hidden; transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.3, 1), border-color 0.25s, box-shadow 0.3s; }
.ccard:hover { transform: translateY(-4px); border-color: rgba(22, 32, 26, 0.3); box-shadow: var(--sh-1); }
.ccard__media { position: relative; display: grid; place-items: center; min-height: 236px; padding: 26px 20px; background: radial-gradient(74% 58% at 50% 24%, color-mix(in srgb, var(--tint) 24%, transparent) 0%, transparent 72%),
    var(--cream-2); }
.ccard__count { position: absolute; top: 13px; right: 15px; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); }
.ccard__stack { display: flex; align-items: flex-end; justify-content: center; }
.ccard__stack .bottle { --bw: 66px; }
.ccard__stack .bottle + .bottle { margin-left: -18px; }
.ccard__stack--tight .bottle { --bw: 52px; }
.ccard__stack--tight .bottle + .bottle { margin-left: -14px; }
.ccard__media .bottle--solo { --bw: 96px; }
.ccard__photo { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; display: block; }
.ccard__body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1 1 0%; }
.ccard__name { font-size: 21px; }
.ccard__desc { font-size: 13.5px; color: var(--ink-soft); flex: 1 1 0%; }
.ccard__go { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; color: var(--forest); }
.ccard__go svg { width: 14px; height: 14px; flex: 0 0 auto; stroke: currentcolor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.3, 1); }
.ccard:hover .ccard__go svg { transform: translateX(4px); }
.ccard__link::after { content: ""; position: absolute; inset: 0px; }
@media (min-width: 640px) {
  .cgrid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}

@media (min-width: 1080px) {
  .cgrid { grid-template-columns: repeat(4, minmax(0px, 1fr)); }
  .ccard__media { min-height: 252px; }
}

.gal__slide img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; }
.gal__slide--photo { padding: 0px; }
.gal__thumbs { display: flex; gap: 9px; margin-top: 10px; overflow-x: auto; scrollbar-width: none; }
.gal__thumbs::-webkit-scrollbar { display: none; }
.gal__thumbs button { flex: 0 0 auto; width: 64px; aspect-ratio: 1 / 1; padding: 0px; cursor: pointer; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--cream-2); display: grid; place-items: center; transition: border-color 0.2s; }
.gal__thumbs button.is-on { border-color: var(--forest); }
.gal__thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gal__thumbs .bottle { --bw: 30px; }
.trustrow span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 2px; background: var(--cream-2); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); }
.trustrow svg { width: 13px; height: 13px; flex: 0 0 auto; color: var(--olive); stroke: currentcolor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@media (min-width: 860px) {
  .gal__thumbs button { width: 76px; }
  .stickybuy { left: 50%; right: auto; bottom: 26px; width: min(620px, -48px + 100vw); padding: 12px 12px 12px 14px; gap: 16px; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-left-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-top: 1px solid var(--line); border-radius: 2px; box-shadow: var(--sh-2); translate: -50% 150%; }
  .stickybuy.is-on { translate: -50%; }
  .stickybuy__img { width: 46px; height: 56px; }
  .stickybuy__n b { font-size: 15px; }
  .stickybuy__n span { font-size: 14px; }
}

.tenets { display: grid; gap: clamp(26px, 5vw, 38px); }
.tenets__media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--sand); }
.tenets__art { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 58% 50%; }
.tenets__lede { color: var(--ink-soft); margin-top: 16px; max-width: 52ch; }
.tenets__list { list-style: none; margin: clamp(24px, 4vw, 32px) 0px 0px; padding: 0px; }
.tenets__list li { display: flex; gap: 16px; align-items: flex-start; padding: 21px 0px; border-top: 1px solid var(--line); }
.tenets__list li:last-child { border-bottom: 1px solid var(--line); }
.tenets__n { flex: 0 0 auto; padding-top: 4px; font-family: var(--f-display); font-size: 13px; letter-spacing: 0.06em; color: var(--olive); }
.tenets__list h3 { font-size: 19px; margin-bottom: 7px; }
.tenets__list p { font-size: 14px; color: var(--ink-soft); }
@media (min-width: 900px) {
  .tenets { grid-template-columns: minmax(0px, 1fr) minmax(0px, 1.06fr); align-items: start; gap: clamp(36px, 4.5vw, 70px); }
  .tenets__media { aspect-ratio: 4 / 5; position: sticky; top: calc(var(--hdr-h) + 24px); }
  .tenets__list li { gap: 20px; padding: 24px 0px; }
  .tenets__list h3 { font-size: 20px; }
  .tenets__list p { font-size: 14.5px; }
}

.craft { display: grid; gap: 14px; }
.craft__media { position: relative; overflow: hidden; border-radius: var(--r-lg); aspect-ratio: 7 / 5; background: var(--sand); }
.craft__art { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 58% 50%; }
.craft__panel { background: var(--cream-2); border-radius: var(--r-lg); padding: clamp(34px, 7vw, 46px) clamp(24px, 6vw, 38px); text-align: center; }
.craft__eyebrow { font-family: var(--f-display); font-style: italic; font-weight: 400; font-variation-settings: "SOFT" 80, "WONK" 1, "opsz" 18; font-size: 14px; letter-spacing: 0.14em; color: var(--ink-soft); margin: 0px 0px 18px; }
.craft__title { font-size: clamp(29px, 7.6vw, 38px); line-height: 1.07; letter-spacing: -0.022em; margin-bottom: 22px; }
.craft__title em { font-style: italic; color: var(--olive); font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 60; }
.craft__body { font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); max-width: 46ch; margin-inline: auto; }
@media (min-width: 860px) {
  .craft { grid-template-columns: minmax(0px, 1.34fr) minmax(0px, 1fr); align-items: stretch; gap: clamp(18px, 2.6vw, 32px); }
  .craft__media { aspect-ratio: auto; min-height: clamp(420px, 42vw, 560px); }
  .craft__panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 4vw, 62px) clamp(30px, 3.4vw, 54px); }
  .craft__title { font-size: clamp(33px, 3.3vw, 45px); }
  .craft__body { font-size: 15px; }
}


/* ==========================================================================
   Page collection
   Onze references en une seule colonne imposeraient un defilement
   interminable : sur petit ecran la grille de collection reste sur deux
   colonnes, et l'accroche s'efface pour garder les cartes lisibles.
   Regle placee en fin de feuille pour passer apres .pgrid{1fr} du bloc 620px.
   ========================================================================== */
@media (max-width:620px){
  .pgrid--all{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .pgrid--all .pcard__for{ display:none; }
  .pgrid--all .pcard__name{ font-size:15px; line-height:1.25; }
  .pgrid--all .pcard__body{ padding:14px; }
  .pgrid--all .pcard__foot{ flex-wrap:wrap; gap:10px; }
}

/* ==========================================================================
   Cadre des cartes de collection
   Les photos produit sont en portrait (ratio 0,80) alors que le cadre etait
   presque carre : le remplir obligeait a couper 23 % de la hauteur, donc la
   buse et le socle. On allonge le cadre pour approcher le format des photos,
   ce qui profite aussi aux silhouettes dessinees, elles aussi verticales.
   ========================================================================== */
.pgrid--all .pcard__media{ min-height:330px; }

@media (max-width:620px){
  /* En deux colonnes la carte ne fait que 162 px de large. Les silhouettes
     imposaient un cadre de 329 px, la photo un cadre de 210 : les deux types
     de carte n avaient pas la meme hauteur d image. On fixe un cadre commun
     et on reduit le dessin pour qu il y tienne. */
  .pgrid--all .pcard__media{ min-height:240px; }
  .pgrid--all .pcard .bottle{ --bw:70px; }
}

/* ==========================================================================
   Pages de retour de paiement
   ========================================================================== */
.issue{ max-width:620px; margin:clamp(20px,6vw,60px) auto; text-align:center; }
.issue__t{
  font-family:var(--f-display); font-weight:600;
  font-size:clamp(30px,6vw,46px); line-height:1.08;
  margin:10px 0 20px; color:var(--forest-3);
}
.issue__p{ margin:0 0 16px; font-size:16px; line-height:1.75; color:var(--ink); }
.issue__ref{
  margin:24px 0 0; padding:14px 18px;
  border:1px solid var(--line); border-radius:2px; background:var(--cream-2);
  font-size:13px; letter-spacing:.04em; color:var(--ink-soft);
}
.issue .cta-row{ justify-content:center; margin-top:30px; }

/* ==========================================================================
   Banniere de consentement
   Refuser doit etre aussi simple qu accepter : memes dimensions, meme
   emplacement, un seul clic de chaque cote. Un bandeau ou le refus est
   relegue dans un sous-menu vaut absence de consentement.
   ========================================================================== */
.cban{
  position:fixed; left:0; right:0; bottom:0; z-index:200;
  background:var(--forest-3); color:#fff;
  border-top:1px solid rgba(255,255,255,.14);
  box-shadow:0 -12px 40px rgba(14,31,23,.22);
  transform:translateY(100%); transition:transform .28s cubic-bezier(.2,.8,.3,1);
}
.cban.is-in{ transform:none; }
.cban__in{
  max-width:var(--maxw); margin:0 auto;
  padding:clamp(16px,2.4vw,22px) var(--gut);
  display:flex; align-items:center; gap:clamp(14px,3vw,34px); flex-wrap:wrap;
}
.cban__t{
  flex:1 1 320px; margin:0;
  font-size:13px; line-height:1.65; color:rgba(255,255,255,.82);
}
.cban__t a{ color:#fff; text-decoration:underline; text-underline-offset:2px; }
.cban__act{ display:flex; gap:10px; flex:0 0 auto; }
/* Meme largeur des deux cotes : la symetrie du refus doit se voir,
   pas seulement se calculer. */
.cban__b{ padding:12px 24px; font-size:11px; min-width:132px; text-align:center; }
.cban .btn--ghost{
  background:none; border:1px solid rgba(255,255,255,.34); color:#fff;
}
.cban .btn--ghost:hover{ background:rgba(255,255,255,.1); }
.cban .btn:not(.btn--ghost){ background:#fff; color:var(--forest-3); }
.cban .btn:not(.btn--ghost):hover{ background:var(--sand); }

@media (max-width:620px){
  /* Un bandeau qui mange la moitie de l ecran se fait fermer au hasard :
     on resserre pour qu il informe sans bloquer la lecture. */
  .cban__in{ flex-direction:column; align-items:stretch; gap:14px; padding:14px var(--gut) 16px; }
  .cban__t{ flex:none; font-size:12.5px; line-height:1.55; }
  .cban__act{ display:grid; grid-template-columns:1fr 1fr; gap:8px; }
  .cban__b{ width:100%; min-width:0; padding:11px 12px; }
}

.legal__choix{ display:flex; align-items:center; gap:16px; flex-wrap:wrap; margin-top:18px; }
.legal__etat{ font-size:13px; color:var(--ink-mute); }

/* ==========================================================================
   Badge Netlify
   --------------------------------------------------------------------------
   Netlify injecte « Powered by Netlify » dans les sites de son offre
   gratuite : une iframe posee directement dans <body> au moment de servir
   la page, avec un z-index de 2 147 483 645. Elle n'existe dans aucun de nos
   fichiers, on ne peut donc que la masquer.

   Le selecteur est exact, et pas un motif du genre [id^="nl-"] : nos propres
   elements d'infolettre s'appellent #nl-form, #nl-mail et #nl-ok, un motif
   trop large les ferait disparaitre avec le badge.

   La voie officielle pour le retirer reste de passer a une formule payante.
   ========================================================================== */
#nl-badge-frame{ display:none !important; }
