/* ============================================================================
   BLENDREACH — design system unique
   Recette : bento · pilule-flottante · plein-cadre-image · rail-horizontal ·
   carte numérotée · footer colonne-latérale · blob-organique · marquee ·
   icônes trait-épais-géométrique · type display-géant · couleur terreux.
   Polices : Uncut Sans (Fontshare) display · Spline Sans (Google) body.
   ============================================================================ */

:root {
  --forest: #1b2b2a;      /* primary — vert forêt sombre */
  --ink: #101d1c;         /* ink profond */
  --mint: #eef2ee;        /* secondary — blanc menthe */
  --accent: #4bbf8a;      /* vert vif */
  --accent-deep: #2f9a68;
  --clay: #c69a6d;        /* terreux — argile chaude */
  --sand: #e7dcc9;        /* terreux — sable clair */
  --paper: #f4f1e9;       /* fond papier terreux */
  --line: #d8d2c4;        /* filets terreux */
  --forest-70: rgba(27,43,42,.7);
  --shadow: 0 18px 50px -22px rgba(16,29,28,.45);
  --shadow-sm: 0 8px 24px -14px rgba(16,29,28,.4);
  --r-lg: 30px;           /* bento tiles radius */
  --r-md: 20px;
  --r-sm: 13px;
  --pill: 999px;
  --maxw: 1220px;
  --gut: clamp(16px, 4vw, 40px);
  --disp: "Uncut Sans", "Spline Sans", system-ui, sans-serif;
  --body: "Spline Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--body); color: var(--ink);
  background: var(--paper); line-height: 1.6; overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 { font-family: var(--disp); font-weight: 700; line-height: .98; letter-spacing: -.02em; margin: 0; color: var(--forest); }
ul { margin: 0; padding: 0; list-style: none; }

.bv-wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gut); }
.bv-eyebrow { font-family: var(--body); font-weight: 600; text-transform: uppercase; letter-spacing: .22em; font-size: 12px; color: var(--accent-deep); }
.bv-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ── Display giant type scale ─────────────────────────────────────────── */
.bv-giant { font-size: clamp(48px, 12vw, 148px); text-transform: uppercase; letter-spacing: -.035em; }
.bv-h1 { font-size: clamp(40px, 8vw, 88px); }
.bv-h2 { font-size: clamp(32px, 5.4vw, 62px); text-transform: uppercase; letter-spacing: -.03em; }
.bv-h3 { font-size: clamp(21px, 2.4vw, 27px); }

/* ── Buttons (thick geometric) ────────────────────────────────────────── */
.bv-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--disp); font-weight: 600; font-size: 15px; letter-spacing: .01em;
  padding: 15px 26px; border-radius: var(--pill); transition: transform .18s ease, background .2s ease, color .2s ease;
  border: 2.5px solid transparent; text-transform: uppercase;
}
.bv-btn:active { transform: translateY(1px); }
.bv-btn-primary { background: var(--forest); color: var(--mint); }
.bv-btn-primary:hover { background: var(--accent-deep); }
.bv-btn-accent { background: var(--accent); color: var(--ink); }
.bv-btn-accent:hover { background: var(--accent-deep); color: var(--mint); }
.bv-btn-ghost { background: transparent; border-color: var(--forest); color: var(--forest); }
.bv-btn-ghost:hover { background: var(--forest); color: var(--mint); }
.bv-full { width: 100%; }

/* ── Announcement marquee bar ─────────────────────────────────────────── */
.bv-announce {
  background: var(--forest); color: var(--mint); overflow: hidden; position: relative;
  border-bottom: 2.5px solid var(--ink);
}
.bv-marquee { display: flex; width: max-content; animation: bv-scroll 34s linear infinite; }
.bv-marquee span { display: inline-flex; align-items: center; gap: 34px; padding: 9px 0; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.bv-marquee span::after { content: "✦"; color: var(--accent); font-size: 10px; }
@keyframes bv-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .bv-marquee { animation: none; } }

/* ── Header : pilule flottante ────────────────────────────────────────── */
.bv-headwrap { position: sticky; top: 0; z-index: 60; padding: 14px var(--gut) 0; transition: padding .25s ease; }
.bv-header {
  max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; gap: 18px;
  background: rgba(244,241,233,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 2.5px solid var(--forest); border-radius: var(--pill);
  padding: 11px 12px 11px 22px; box-shadow: var(--shadow-sm); transition: all .25s ease;
}
.bv-headwrap.scrolled { padding-top: 6px; }
.bv-headwrap.scrolled .bv-header { background: var(--paper); box-shadow: var(--shadow); }
.bv-logo { display: flex; align-items: center; flex: 0 0 auto; }
.bv-logo img { height: 34px; width: auto; max-width: min(220px, 46vw); object-fit: contain; object-position: left center; }
.bv-nav { display: flex; align-items: center; gap: 4px; margin: 0 auto; }
.bv-nav a {
  font-family: var(--disp); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: .04em;
  padding: 9px 15px; border-radius: var(--pill); color: var(--forest); transition: background .18s ease, color .18s ease;
}
.bv-nav a:hover, .bv-nav a.active { background: var(--forest); color: var(--mint); }
.bv-tools { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.bv-iconbtn {
  width: 44px; height: 44px; border-radius: var(--pill); display: inline-flex; align-items: center; justify-content: center;
  color: var(--forest); position: relative; transition: background .18s ease, color .18s ease;
}
.bv-iconbtn:hover { background: var(--sand); }
.bv-iconbtn svg { width: 23px; height: 23px; }
.bv-shipchip {
  display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: var(--ink);
  font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em;
  padding: 8px 14px; border-radius: var(--pill); white-space: nowrap;
}
.bv-shipchip svg { width: 16px; height: 16px; }
.bv-cart-count {
  position: absolute; top: 3px; right: 3px; min-width: 19px; height: 19px; padding: 0 5px;
  background: var(--accent); color: var(--ink); border-radius: var(--pill);
  font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--body); border: 2px solid var(--paper);
}
.bv-burger { display: none; }
.bv-pulse { animation: bv-pulse .5s ease; }
@keyframes bv-pulse { 0%,100% { transform: scale(1); } 40% { transform: scale(1.16); } }

/* mobile nav */
.bv-mobnav {
  position: fixed; inset: 0; z-index: 80; background: var(--forest); color: var(--mint);
  display: flex; flex-direction: column; padding: 26px var(--gut); transform: translateY(-100%);
  transition: transform .35s cubic-bezier(.6,.05,.2,1); visibility: hidden;
}
.bv-mobnav.open { transform: translateY(0); visibility: visible; }
.bv-mobnav-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.bv-mobnav-top .bv-wordmark { color: var(--mint); }
.bv-mobnav a { font-family: var(--disp); font-weight: 700; font-size: clamp(30px, 9vw, 46px); text-transform: uppercase; color: var(--mint); padding: 10px 0; border-bottom: 1.5px solid rgba(238,242,238,.16); }
.bv-mobnav a:last-of-type { border: none; }
.bv-mobnav .bv-iconbtn { color: var(--mint); }
.bv-wordmark { font-family: var(--disp); font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; font-size: 22px; }

/* ── Hero : plein-cadre image ─────────────────────────────────────────── */
.bv-hero { position: relative; margin: 18px var(--gut) 0; border-radius: var(--r-lg); overflow: hidden; min-height: min(78vh, 680px); display: flex; align-items: flex-end; }
.bv-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bv-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,29,28,.15) 0%, rgba(16,29,28,.32) 42%, rgba(16,29,28,.82) 100%); }
.bv-hero-inner { position: relative; z-index: 2; color: var(--mint); padding: clamp(26px, 5vw, 62px); max-width: 760px; }
.bv-hero-inner .bv-eyebrow { color: var(--accent); }
.bv-hero h1 { color: var(--mint); margin: 14px 0 16px; }
.bv-hero p { color: rgba(238,242,238,.9); font-size: clamp(15px, 1.7vw, 19px); max-width: 560px; margin: 0 0 24px; }
.bv-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.bv-hero-stats { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.bv-hero-stats li { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 500; color: var(--mint); }
.bv-hero-stats li svg { width: 18px; height: 18px; color: var(--accent); flex: 0 0 auto; }

/* organic blob accent */
.bv-blob { position: absolute; border-radius: 46% 54% 62% 38% / 42% 46% 54% 58%; filter: blur(2px); opacity: .5; z-index: 0; }

/* ── Reassurance strip ────────────────────────────────────────────────── */
.bv-reassure { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 26px auto; }
.bv-reassure li { display: flex; align-items: center; gap: 12px; background: var(--mint); border: 2px solid var(--line); border-radius: var(--r-md); padding: 16px 18px; }
.bv-reassure svg { width: 26px; height: 26px; color: var(--accent-deep); flex: 0 0 auto; }
.bv-reassure b { display: block; font-family: var(--disp); font-size: 14px; text-transform: uppercase; letter-spacing: .02em; color: var(--forest); }
.bv-reassure small { color: var(--forest-70); font-size: 12px; }

/* ── Section scaffolding ──────────────────────────────────────────────── */
.bv-section { padding: clamp(48px, 8vw, 96px) 0; }
.bv-sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; flex-wrap: wrap; }
.bv-sechead .bv-eyebrow { margin-bottom: 10px; display: block; }
.bv-sechead p { color: var(--forest-70); margin: 8px 0 0; max-width: 460px; }
.bv-seclink { font-family: var(--disp); font-weight: 600; text-transform: uppercase; font-size: 13px; letter-spacing: .04em; color: var(--forest); display: inline-flex; align-items: center; gap: 8px; border-bottom: 2.5px solid var(--accent); padding-bottom: 3px; }
.bv-seclink svg { width: 18px; height: 18px; }

/* ── Product card : numérotée ─────────────────────────────────────────── */
.bv-card { position: relative; display: flex; flex-direction: column; background: var(--mint); border: 2.5px solid var(--forest); border-radius: var(--r-md); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; height: 100%; }
.bv-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.bv-card-media { position: relative; aspect-ratio: 1/1; background: var(--sand); overflow: hidden; }
.bv-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, opacity .3s ease; }
.bv-card:hover .bv-card-media img { transform: scale(1.05); }
.bv-card-num { position: absolute; top: 12px; left: 14px; font-family: var(--disp); font-weight: 700; font-size: 15px; color: var(--forest); background: var(--mint); border: 2px solid var(--forest); border-radius: var(--pill); width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; z-index: 2; }
.bv-card-badges { position: absolute; top: 12px; right: 12px; display: flex; flex-direction: column; gap: 6px; align-items: flex-end; z-index: 2; }
.bv-badge { font-family: var(--disp); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; padding: 5px 10px; border-radius: var(--pill); }
.bv-badge-sale { background: var(--clay); color: var(--ink); }
.bv-badge-best { background: var(--forest); color: var(--mint); }
.bv-badge-new { background: var(--accent); color: var(--ink); }
.bv-quickadd { position: absolute; bottom: 12px; right: 12px; z-index: 3; width: 46px; height: 46px; border-radius: var(--pill); background: var(--forest); color: var(--mint); display: flex; align-items: center; justify-content: center; transform: translateY(8px); opacity: 0; transition: opacity .2s ease, transform .2s ease, background .2s; }
.bv-card:hover .bv-quickadd, .bv-quickadd:focus { opacity: 1; transform: translateY(0); }
.bv-quickadd:hover { background: var(--accent); color: var(--ink); }
.bv-quickadd svg { width: 22px; height: 22px; }
.bv-card-body { padding: 15px 17px 18px; display: flex; flex-direction: column; flex: 1; }
.bv-card-cat { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--accent-deep); }
.bv-card-name { font-family: var(--disp); font-weight: 700; font-size: 17px; color: var(--forest); margin: 5px 0 6px; line-height: 1.05; }
.bv-card-rating { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--forest-70); margin-bottom: 10px; }
.bv-stars { display: inline-flex; gap: 1px; }
.bv-stars svg { width: 14px; height: 14px; color: var(--clay); }
.bv-card-foot { margin-top: auto; display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.bv-price { font-family: var(--disp); font-weight: 700; font-size: 20px; color: var(--forest); }
.bv-price-old { font-size: 13.5px; color: var(--forest-70); text-decoration: line-through; margin-left: 7px; font-family: var(--body); font-weight: 400; }

/* ── Rail horizontal ──────────────────────────────────────────────────── */
.bv-rail-group { margin-bottom: 44px; }
.bv-rail-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 16px; }
.bv-rail-head h3 { font-size: clamp(22px, 3vw, 34px); text-transform: uppercase; }
.bv-rail-head span { color: var(--forest-70); font-size: 13px; }
.bv-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(238px, 1fr); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 4px 18px; margin: 0 -4px; scrollbar-width: thin; scrollbar-color: var(--clay) transparent; }
.bv-rail::-webkit-scrollbar { height: 8px; }
.bv-rail::-webkit-scrollbar-thumb { background: var(--clay); border-radius: var(--pill); }
.bv-rail::-webkit-scrollbar-track { background: var(--line); border-radius: var(--pill); }
.bv-rail > * { scroll-snap-align: start; }

/* ── Bento grid ───────────────────────────────────────────────────────── */
.bv-bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bv-bento .bv-card.span2 { grid-column: span 2; }
.bv-tile { border-radius: var(--r-lg); overflow: hidden; position: relative; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 240px; }
.bv-tile.dark { background: var(--forest); color: var(--mint); }
.bv-tile.dark h3, .bv-tile.dark .bv-eyebrow { color: var(--mint); }
.bv-tile.accent { background: var(--accent); color: var(--ink); }
.bv-tile.clay { background: var(--clay); color: var(--ink); }
.bv-tile.img { color: var(--mint); }
.bv-tile.img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.bv-tile.img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,29,28,.05), rgba(16,29,28,.72)); z-index: 1; }
.bv-tile.img > * { position: relative; z-index: 2; }
.bv-tile.span2 { grid-column: span 2; }
.bv-tile.tall { grid-row: span 2; }

/* ── Comparatif matrice ───────────────────────────────────────────────── */
.bv-matrix-wrap { overflow-x: auto; border: 2.5px solid var(--forest); border-radius: var(--r-md); background: var(--mint); }
.bv-matrix { width: 100%; border-collapse: collapse; min-width: 640px; }
.bv-matrix th, .bv-matrix td { padding: 15px 18px; text-align: left; border-bottom: 1.5px solid var(--line); font-size: 14px; }
.bv-matrix thead th { background: var(--forest); color: var(--mint); font-family: var(--disp); text-transform: uppercase; letter-spacing: .04em; font-size: 12.5px; }
.bv-matrix tbody tr:last-child td { border-bottom: none; }
.bv-matrix tbody tr:hover { background: var(--sand); }
.bv-matrix .bv-matrix-name { font-family: var(--disp); font-weight: 700; color: var(--forest); }
.bv-matrix .bv-matrix-price { font-family: var(--disp); font-weight: 700; color: var(--accent-deep); }
.bv-matrix td a { border-bottom: 2px solid var(--accent); font-weight: 600; }

/* ── Journal ──────────────────────────────────────────────────────────── */
.bv-journal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bv-jcard { background: var(--mint); border: 2.5px solid var(--forest); border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column; }
.bv-jcard-media { aspect-ratio: 4/3; overflow: hidden; }
.bv-jcard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.bv-jcard:hover .bv-jcard-media img { transform: scale(1.05); }
.bv-jcard-body { padding: 20px 22px 24px; }
.bv-jcard-body .bv-eyebrow { display: block; margin-bottom: 8px; }
.bv-jcard-body h3 { font-size: 21px; margin-bottom: 8px; }
.bv-jcard-body p { color: var(--forest-70); font-size: 14px; margin: 0; }

/* ── Témoignage vedette ───────────────────────────────────────────────── */
.bv-testi { display: grid; grid-template-columns: 1.1fr 1fr; gap: 26px; align-items: stretch; }
.bv-testi-media { border-radius: var(--r-lg); overflow: hidden; min-height: 340px; position: relative; }
.bv-testi-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bv-testi-quote { background: var(--forest); color: var(--mint); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; }
.bv-testi-quote .bv-stars svg { color: var(--accent); width: 20px; height: 20px; }
.bv-testi-quote blockquote { font-family: var(--disp); font-weight: 700; font-size: clamp(22px, 3vw, 33px); line-height: 1.12; letter-spacing: -.02em; color: var(--mint); margin: 16px 0 22px; }
.bv-testi-quote cite { font-style: normal; font-weight: 600; }
.bv-testi-quote cite small { display: block; color: rgba(238,242,238,.65); font-weight: 400; font-size: 13px; }
.bv-testi-mini { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; }
.bv-testi-mini div { background: var(--mint); border-radius: var(--r-sm); padding: 16px; }
.bv-testi-mini p { font-size: 13.5px; color: var(--forest); margin: 8px 0 0; }
.bv-testi-mini strong { font-family: var(--disp); font-size: 13px; }

/* ── Manifeste ────────────────────────────────────────────────────────── */
.bv-manifesto { position: relative; border-radius: var(--r-lg); overflow: hidden; color: var(--mint); padding: clamp(40px, 8vw, 110px) clamp(24px, 6vw, 90px); }
.bv-manifesto img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.bv-manifesto::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(16,29,28,.9) 30%, rgba(16,29,28,.55)); z-index: 1; }
.bv-manifesto-inner { position: relative; z-index: 2; max-width: 720px; }
.bv-manifesto-inner .bv-eyebrow { color: var(--accent); }
.bv-manifesto-inner h2 { color: var(--mint); margin: 14px 0 20px; }
.bv-manifesto-inner p { color: rgba(238,242,238,.9); font-size: clamp(15px, 1.8vw, 19px); }
.bv-manifesto-sign { font-family: var(--disp); font-weight: 700; margin-top: 24px; font-size: 18px; }

/* ── Carte origines ───────────────────────────────────────────────────── */
.bv-origins { display: grid; grid-template-columns: 1.15fr 1fr; gap: 26px; align-items: center; }
.bv-origins-media { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 380px; }
.bv-origins-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bv-origins-steps { counter-reset: origin; }
.bv-origins-steps li { position: relative; padding: 0 0 26px 62px; }
.bv-origins-steps li::before { counter-increment: origin; content: counter(origin, decimal-leading-zero); position: absolute; left: 0; top: 0; font-family: var(--disp); font-weight: 700; font-size: 17px; color: var(--mint); background: var(--forest); width: 44px; height: 44px; border-radius: 46% 54% 60% 40% / 50% 44% 56% 50%; display: flex; align-items: center; justify-content: center; }
.bv-origins-steps li:not(:last-child)::after { content: ""; position: absolute; left: 21px; top: 46px; bottom: 6px; width: 2.5px; background: repeating-linear-gradient(var(--clay) 0 6px, transparent 6px 12px); }
.bv-origins-steps h3 { font-size: 20px; margin-bottom: 5px; }
.bv-origins-steps p { color: var(--forest-70); font-size: 14px; margin: 0; }

/* ── Quiz finder ──────────────────────────────────────────────────────── */
.bv-quiz { background: var(--forest); border-radius: var(--r-lg); padding: clamp(28px, 5vw, 56px); color: var(--mint); position: relative; overflow: hidden; }
.bv-quiz h2 { color: var(--mint); }
.bv-quiz .bv-eyebrow { color: var(--accent); }
.bv-quiz-step { margin-top: 24px; }
.bv-quiz-q { font-family: var(--disp); font-weight: 700; font-size: clamp(19px, 2.6vw, 26px); margin-bottom: 16px; color: var(--mint); }
.bv-quiz-opts { display: flex; flex-wrap: wrap; gap: 12px; }
.bv-quiz-opt { background: transparent; border: 2.5px solid rgba(238,242,238,.4); color: var(--mint); border-radius: var(--pill); padding: 13px 24px; font-family: var(--disp); font-weight: 600; text-transform: uppercase; font-size: 14px; transition: all .18s ease; }
.bv-quiz-opt:hover { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.bv-quiz-progress { display: flex; gap: 8px; margin-top: 26px; }
.bv-quiz-progress i { flex: 1; height: 5px; border-radius: var(--pill); background: rgba(238,242,238,.2); }
.bv-quiz-progress i.on { background: var(--accent); }
.bv-quiz-result { display: none; margin-top: 24px; background: var(--mint); border-radius: var(--r-md); padding: 24px; color: var(--ink); }
.bv-quiz-result.show { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.bv-quiz-result img { width: 120px; height: 120px; object-fit: cover; border-radius: var(--r-sm); border: 2.5px solid var(--forest); }
.bv-quiz-result .bv-eyebrow { color: var(--accent-deep); }
.bv-quiz-result h3 { font-size: 24px; margin: 6px 0; }

/* ── Newsletter ───────────────────────────────────────────────────────── */
.bv-news { background: var(--accent); border-radius: var(--r-lg); padding: clamp(30px, 5vw, 58px); text-align: center; position: relative; overflow: hidden; }
.bv-news h2 { color: var(--ink); }
.bv-news p { color: var(--ink); max-width: 480px; margin: 12px auto 22px; opacity: .82; }
.bv-news form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; flex-wrap: wrap; }
.bv-news input { flex: 1; min-width: 200px; border: 2.5px solid var(--ink); border-radius: var(--pill); padding: 14px 22px; font-family: var(--body); font-size: 15px; background: var(--paper); color: var(--ink); }
.bv-news input:focus { outline: 3px solid var(--forest); outline-offset: 1px; }
.bv-news .bv-ok { margin-top: 14px; font-weight: 600; color: var(--ink); }

/* ── Footer : colonne-latérale ────────────────────────────────────────── */
.bv-foot { background: var(--forest); color: var(--mint); position: relative; overflow: hidden; margin-top: 40px; }
.bv-foot-spine { position: absolute; right: -2vw; top: 0; bottom: 0; display: flex; align-items: center; pointer-events: none; }
.bv-foot-spine span { font-family: var(--disp); font-weight: 700; font-size: clamp(90px, 20vw, 260px); writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 2px rgba(238,242,238,.09); text-stroke: 2px rgba(238,242,238,.09); }
.bv-foot-inner { position: relative; z-index: 2; max-width: 560px; padding: clamp(46px, 7vw, 86px) var(--gut); display: flex; flex-direction: column; gap: 30px; }
.bv-foot-brand .bv-wordmark { font-size: 30px; color: var(--mint); }
.bv-foot-brand p { color: rgba(238,242,238,.72); font-size: 14px; margin: 12px 0 0; max-width: 400px; }
.bv-foot-news { border: 2.5px solid rgba(238,242,238,.25); border-radius: var(--r-md); padding: 20px 22px; }
.bv-foot-news b { font-family: var(--disp); text-transform: uppercase; font-size: 15px; letter-spacing: .02em; }
.bv-foot-news form { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.bv-foot-news input { flex: 1; min-width: 160px; background: transparent; border: 2px solid rgba(238,242,238,.35); border-radius: var(--pill); padding: 11px 18px; color: var(--mint); font-family: var(--body); }
.bv-foot-news input::placeholder { color: rgba(238,242,238,.5); }
.bv-foot-news button { background: var(--accent); color: var(--ink); border-radius: var(--pill); padding: 11px 20px; font-family: var(--disp); font-weight: 600; text-transform: uppercase; font-size: 13px; }
.bv-foot-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 30px; }
.bv-foot-cols h4 { font-family: var(--disp); text-transform: uppercase; font-size: 13px; letter-spacing: .1em; color: var(--accent); margin-bottom: 12px; }
.bv-foot-cols a { display: block; color: rgba(238,242,238,.82); font-size: 14px; padding: 4px 0; transition: color .15s; }
.bv-foot-cols a:hover { color: var(--mint); }
.bv-foot-social { display: flex; gap: 10px; }
.bv-foot-social a { width: 42px; height: 42px; border: 2px solid rgba(238,242,238,.3); border-radius: var(--pill); display: flex; align-items: center; justify-content: center; color: var(--mint); }
.bv-foot-social a:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.bv-foot-social svg { width: 20px; height: 20px; }
.bv-foot-pay { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.bv-foot-pay .bv-paylabel { font-size: 12px; color: rgba(238,242,238,.7); display: inline-flex; align-items: center; gap: 8px; }
.bv-foot-pay .bv-paylabel svg { width: 16px; height: 16px; color: var(--accent); }
.bv-paycards { display: flex; gap: 7px; flex-wrap: wrap; }
.bv-paycards svg { height: 26px; width: auto; border-radius: 4px; }
.bv-foot-legal { border-top: 1.5px solid rgba(238,242,238,.16); padding-top: 20px; font-size: 12.5px; color: rgba(238,242,238,.6); display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; }
.bv-foot-lang { display: inline-flex; gap: 6px; }
.bv-foot-lang a { color: rgba(238,242,238,.6); font-size: 12px; text-transform: uppercase; padding: 2px 4px; }
.bv-foot-lang a:hover { color: var(--accent); }
.bv-foot-top { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-weight: 600; }
.bv-foot-top svg { width: 16px; height: 16px; }

/* ── Cart drawer ──────────────────────────────────────────────────────── */
.bv-overlay { position: fixed; inset: 0; background: rgba(16,29,28,.5); backdrop-filter: blur(3px); z-index: 90; opacity: 0; visibility: hidden; transition: opacity .3s ease; }
.bv-overlay.open { opacity: 1; visibility: visible; }
.bv-drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 92vw); background: var(--paper); z-index: 100; transform: translateX(100%); transition: transform .34s cubic-bezier(.6,.05,.2,1); display: flex; flex-direction: column; box-shadow: -20px 0 60px -30px rgba(16,29,28,.6); }
.bv-drawer.open { transform: translateX(0); }
.bv-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 2.5px solid var(--forest); }
.bv-drawer-head h3 { text-transform: uppercase; font-size: 20px; }
.bv-drawer-body { flex: 1; overflow-y: auto; padding: 18px 22px; }
.bv-drawer-foot { padding: 18px 22px; border-top: 2.5px solid var(--forest); background: var(--mint); }
.bv-cline { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: start; padding: 14px 0; border-bottom: 1.5px solid var(--line); }
.bv-cline-img { width: 64px; height: 64px; object-fit: cover; border-radius: var(--r-sm); border: 2px solid var(--line); }
.bv-cline-name { font-family: var(--disp); font-weight: 600; font-size: 14.5px; color: var(--forest); margin: 0; line-height: 1.1; }
.bv-cline-var { font-size: 12px; color: var(--forest-70); margin: 3px 0; }
.bv-cline-price { font-family: var(--disp); font-weight: 700; color: var(--forest); margin: 4px 0 8px; font-size: 14px; }
.bv-cline-rm { color: var(--forest-70); align-self: start; }
.bv-cline-rm:hover { color: var(--clay); }
.bv-qty { display: inline-flex; align-items: center; gap: 12px; border: 2px solid var(--line); border-radius: var(--pill); padding: 4px 10px; }
.bv-qty-btn { display: inline-flex; color: var(--forest); }
.bv-shipbar { height: 8px; background: var(--line); border-radius: var(--pill); overflow: hidden; margin-bottom: 8px; }
.bv-shipbar-fill { height: 100%; background: var(--accent); border-radius: var(--pill); transition: width .4s ease; }
.bv-shipmsg { font-size: 12.5px; color: var(--forest); margin: 0 0 14px; font-weight: 500; }
.bv-cart-sub { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.bv-cart-sub strong { font-family: var(--disp); font-size: 22px; color: var(--forest); }
.bv-cart-empty { color: var(--forest-70); text-align: center; padding: 30px 0; }
.bv-drawer-viewcart { display: block; text-align: center; margin-top: 12px; font-weight: 600; font-size: 13px; text-transform: uppercase; color: var(--forest); }

/* ── Shop page ────────────────────────────────────────────────────────── */
.bv-pagehead { background: var(--forest); color: var(--mint); border-radius: var(--r-lg); margin: 18px var(--gut) 0; padding: clamp(34px, 6vw, 66px) clamp(24px, 5vw, 56px); position: relative; overflow: hidden; }
.bv-pagehead h1 { color: var(--mint); }
.bv-pagehead .bv-eyebrow { color: var(--accent); }
.bv-pagehead p { color: rgba(238,242,238,.85); margin: 12px 0 0; }
.bv-shop-toolbar { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; margin: 28px 0 24px; }
.bv-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.bv-filter { border: 2.5px solid var(--forest); background: transparent; color: var(--forest); border-radius: var(--pill); padding: 9px 18px; font-family: var(--disp); font-weight: 600; text-transform: uppercase; font-size: 12.5px; transition: all .16s; }
.bv-filter:hover { background: var(--sand); }
.bv-filter.active { background: var(--forest); color: var(--mint); }
.bv-sortwrap { display: flex; align-items: center; gap: 8px; }
.bv-sortwrap select { border: 2.5px solid var(--forest); border-radius: var(--pill); padding: 9px 16px; font-family: var(--disp); font-weight: 600; background: var(--paper); color: var(--forest); font-size: 13px; }
.bv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bv-card.hidden { display: none; }
.bv-shop-empty { text-align: center; color: var(--forest-70); padding: 50px 0; grid-column: 1/-1; }

/* ── PDP ──────────────────────────────────────────────────────────────── */
.bv-pdp { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: start; padding-top: 30px; }
.bv-gallery-main { position: relative; aspect-ratio: 1/1; border-radius: var(--r-lg); overflow: hidden; border: 2.5px solid var(--forest); background: var(--sand); }
.bv-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.bv-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.bv-thumb { width: 84px; height: 84px; border-radius: var(--r-sm); overflow: hidden; border: 2.5px solid var(--line); background: var(--sand); }
.bv-thumb.active { border-color: var(--forest); }
.bv-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bv-pdp-info .bv-eyebrow { display: block; margin-bottom: 8px; }
.bv-pdp-info h1 { font-size: clamp(30px, 4.4vw, 52px); text-transform: uppercase; margin-bottom: 12px; }
.bv-pdp-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--forest-70); font-size: 14px; }
.bv-pdp-price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 6px; }
.bv-pdp-price .bv-price { font-size: 34px; }
.bv-pdp-price .bv-price-old { font-size: 19px; }
.bv-pdp-save { display: inline-block; background: var(--clay); color: var(--ink); font-family: var(--disp); font-weight: 600; font-size: 12px; text-transform: uppercase; padding: 4px 11px; border-radius: var(--pill); margin-bottom: 18px; }
.bv-pdp-short { font-size: 16px; color: var(--forest); margin-bottom: 20px; }
.bv-pdp-benefits { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.bv-pdp-benefits li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; }
.bv-pdp-benefits svg { width: 21px; height: 21px; color: var(--accent-deep); flex: 0 0 auto; margin-top: 1px; }
.bv-variant-group { margin-bottom: 18px; }
.bv-variant-group label { display: block; font-family: var(--disp); font-weight: 600; text-transform: uppercase; font-size: 12.5px; letter-spacing: .06em; color: var(--forest); margin-bottom: 8px; }
.bv-variant-opts { display: flex; flex-wrap: wrap; gap: 8px; }
.bv-variant-opt { border: 2.5px solid var(--line); background: var(--mint); border-radius: var(--pill); padding: 9px 16px; font-weight: 600; font-size: 13px; color: var(--forest); }
.bv-variant-opt.active { border-color: var(--forest); background: var(--forest); color: var(--mint); }
.bv-pdp-buy { display: flex; gap: 12px; align-items: stretch; margin-bottom: 16px; }
.bv-qtysel { display: inline-flex; align-items: center; border: 2.5px solid var(--forest); border-radius: var(--pill); overflow: hidden; }
.bv-qtysel button { width: 46px; color: var(--forest); display: inline-flex; align-items: center; justify-content: center; }
.bv-qtysel span { min-width: 34px; text-align: center; font-family: var(--disp); font-weight: 700; }
.bv-pdp-stock { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--accent-deep); font-weight: 600; margin-bottom: 20px; }
.bv-pdp-stock.low { color: var(--clay); }
.bv-pdp-stock svg { width: 16px; height: 16px; }
.bv-pdp-ship { border: 2px solid var(--line); border-radius: var(--r-md); padding: 16px 18px; background: var(--mint); display: flex; flex-direction: column; gap: 10px; }
.bv-pdp-ship li { display: flex; gap: 10px; align-items: center; font-size: 13.5px; }
.bv-pdp-ship svg { width: 20px; height: 20px; color: var(--accent-deep); flex: 0 0 auto; }

/* PDP lower sections */
.bv-pdp-sections { padding-top: 20px; }
.bv-pdp-block { padding: 34px 0; border-top: 2px solid var(--line); }
.bv-pdp-block h2 { font-size: clamp(24px, 3.4vw, 36px); text-transform: uppercase; margin-bottom: 20px; }
.bv-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 30px; }
.bv-specs div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1.5px solid var(--line); font-size: 14px; }
.bv-specs dt { color: var(--forest-70); text-transform: uppercase; font-size: 12px; letter-spacing: .04em; }
.bv-specs dd { font-family: var(--disp); font-weight: 600; color: var(--forest); margin: 0; text-align: right; }
.bv-desc-long { font-size: 15.5px; color: var(--forest); max-width: 760px; }
.bv-reviews-head { display: flex; gap: 30px; flex-wrap: wrap; align-items: center; margin-bottom: 24px; }
.bv-reviews-score { text-align: center; }
.bv-reviews-score b { font-family: var(--disp); font-size: 56px; color: var(--forest); display: block; line-height: 1; }
.bv-reviews-bars { flex: 1; min-width: 240px; }
.bv-reviews-bars div { display: flex; align-items: center; gap: 10px; font-size: 12px; margin-bottom: 5px; color: var(--forest-70); }
.bv-reviews-bars .bar { flex: 1; height: 7px; background: var(--line); border-radius: var(--pill); overflow: hidden; }
.bv-reviews-bars .bar i { display: block; height: 100%; background: var(--accent); }
.bv-review { border: 2px solid var(--line); border-radius: var(--r-md); padding: 20px 22px; margin-bottom: 14px; background: var(--mint); }
.bv-review-top { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.bv-review-top strong { font-family: var(--disp); }
.bv-review-top .bv-stars svg { width: 15px; height: 15px; color: var(--clay); }
.bv-review h4 { font-size: 15px; margin-bottom: 4px; }
.bv-review p { font-size: 14px; color: var(--forest); margin: 0; }
.bv-review time { font-size: 12px; color: var(--forest-70); }
.bv-faq details { border: 2px solid var(--line); border-radius: var(--r-md); padding: 4px 20px; margin-bottom: 12px; background: var(--mint); }
.bv-faq summary { font-family: var(--disp); font-weight: 600; font-size: 16px; color: var(--forest); padding: 16px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.bv-faq summary::-webkit-details-marker { display: none; }
.bv-faq summary::after { content: ""; width: 16px; height: 16px; flex: 0 0 auto; background: no-repeat center/contain; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b2b2a' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E"); transition: transform .2s; }
.bv-faq details[open] summary::after { transform: rotate(45deg); }
.bv-faq p { padding: 0 0 16px; color: var(--forest-70); font-size: 14.5px; margin: 0; }

/* sticky ATC mobile */
.bv-sticky-atc { position: fixed; bottom: 0; left: 0; right: 0; z-index: 70; background: var(--paper); border-top: 2.5px solid var(--forest); padding: 12px var(--gut); display: none; align-items: center; gap: 14px; box-shadow: 0 -12px 30px -20px rgba(16,29,28,.5); }
.bv-sticky-atc .bv-price { font-size: 22px; }
.bv-sticky-atc .bv-btn { flex: 1; }

/* ── About / contact / legal ──────────────────────────────────────────── */
.bv-prose { max-width: 780px; margin: 0 auto; }
.bv-prose h2 { font-size: clamp(24px, 3.4vw, 38px); text-transform: uppercase; margin: 34px 0 14px; }
.bv-prose h3 { font-size: 20px; margin: 24px 0 10px; }
.bv-prose p, .bv-prose li { color: var(--forest); font-size: 15.5px; }
.bv-prose ul { list-style: disc; padding-left: 22px; margin: 12px 0; }
.bv-prose a { color: var(--accent-deep); border-bottom: 1.5px solid var(--accent); }
.bv-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.bv-form label { display: block; font-family: var(--disp); font-weight: 600; text-transform: uppercase; font-size: 12.5px; color: var(--forest); margin: 14px 0 6px; letter-spacing: .04em; }
.bv-form input, .bv-form textarea { width: 100%; border: 2.5px solid var(--line); border-radius: var(--r-sm); padding: 13px 16px; font-family: var(--body); font-size: 15px; background: var(--mint); color: var(--ink); }
.bv-form input:focus, .bv-form textarea:focus { outline: none; border-color: var(--forest); }
.bv-form textarea { min-height: 140px; resize: vertical; }
.bv-contact-side { background: var(--forest); color: var(--mint); border-radius: var(--r-lg); padding: 30px; }
.bv-contact-side h3 { color: var(--mint); }
.bv-contact-side p { color: rgba(238,242,238,.8); font-size: 14px; }
.bv-contact-side a { color: var(--accent); }

/* reveal motion (with safety net) */
.bv-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.bv-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .bv-reveal { opacity: 1 !important; transform: none !important; transition: none; } }

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .bv-bento { grid-template-columns: repeat(2, 1fr); }
  .bv-grid { grid-template-columns: repeat(3, 1fr); }
  .bv-journal { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .bv-nav { display: none; }
  .bv-burger { display: inline-flex; }
  .bv-shipchip { display: none; }
  .bv-pdp { grid-template-columns: 1fr; gap: 26px; }
  .bv-testi { grid-template-columns: 1fr; }
  .bv-origins { grid-template-columns: 1fr; }
  .bv-contact-grid { grid-template-columns: 1fr; }
  .bv-reassure { grid-template-columns: repeat(2, 1fr); }
  .bv-sticky-atc { display: flex; }
}
@media (max-width: 640px) {
  .bv-grid { grid-template-columns: repeat(2, 1fr); }
  .bv-journal { grid-template-columns: 1fr; }
  .bv-bento { grid-template-columns: 1fr; }
  .bv-bento .bv-card.span2, .bv-tile.span2 { grid-column: span 1; }
  .bv-tile.tall { grid-row: auto; }
  .bv-foot-cols { grid-template-columns: 1fr 1fr; }
  .bv-specs { grid-template-columns: 1fr; }
  .bv-hero { min-height: 70vh; }
  .bv-reassure { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .bv-headwrap { padding-left: 10px; padding-right: 10px; }
  .bv-header { padding: 9px 10px 9px 14px; gap: 6px; }
  .bv-logo img { height: 28px; max-width: 150px; }
  #bv-search-btn { display: none; }
  .bv-iconbtn { width: 42px; height: 42px; }
  .bv-hero { margin-left: 10px; margin-right: 10px; }
  .bv-pagehead { margin-left: 10px; margin-right: 10px; }
}
@media (max-width: 420px) {
  .bv-grid { grid-template-columns: 1fr; }
  .bv-reassure { grid-template-columns: 1fr; }
}
