/* =========================================================
   Petit Gardien — Feuille de style principale
   DA : #364455 (encre) · #568495 (bleu doux) · #f7f7f7 (crème)
   Titres : Bevan · Texte : Montserrat
   ========================================================= */

:root {
  /* Couleurs de marque */
  --ink: #364455;
  --ink-soft: #4a5a6b;
  --teal: #568495;
  --teal-dark: #426a78;
  --teal-soft: #e9f0f2;
  --teal-tint: #d7e4e8;
  --cream: #f7f7f7;
  --white: #ffffff;
  --sand: #fbf9f5;
  --line: #e6e8ea;
  --muted: #6b7682;

  /* Typo */
  --font-display: "Bevan", Georgia, serif;
  --font-body: "Montserrat", -apple-system, "Segoe UI", sans-serif;

  /* Rayons & ombres */
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-pill: 999px;
  --shadow-sm: 0 4px 14px rgba(54, 68, 85, 0.06);
  --shadow-md: 0 14px 40px rgba(54, 68, 85, 0.10);
  --shadow-lg: 0 28px 70px rgba(54, 68, 85, 0.16);

  /* Échelle */
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 56px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; border-radius: 4px; }

/* ---------- Typo de base ---------- */
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.08; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.3rem, 6vw, 4.1rem); }
h2 { font-size: clamp(1.8rem, 4.2vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.7rem); }
p { color: var(--ink-soft); }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px; background: var(--teal); border-radius: 2px;
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--ink { background: var(--ink); color: var(--white); }
.section--teal-soft { background: var(--teal-soft); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.lede { font-size: clamp(1.02rem, 1.6vw, 1.18rem); max-width: 60ch; }
.center .lede { margin-left: auto; margin-right: auto; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.95rem;
  padding: 16px 30px; border-radius: var(--r-pill);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease;
  cursor: pointer; line-height: 1; text-align: center;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--ink); color: var(--white); box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--teal); box-shadow: var(--shadow-md); }
.btn--teal { background: var(--teal); color: var(--white); box-shadow: var(--shadow-sm); }
.btn--teal:hover { background: var(--teal-dark); box-shadow: var(--shadow-md); }
.btn--ghost { background: transparent; color: var(--ink); border: 2px solid var(--line); }
.btn--ghost:hover { border-color: var(--ink); background: var(--white); }
.btn--light { background: var(--white); color: var(--ink); }
.btn--light:hover { background: var(--teal-soft); }
.btn--block { width: 100%; }
.btn--lg { padding: 18px 36px; font-size: 1rem; }
.btn:active { transform: translateY(1px); }

/* ---------- Annonce (bandeau défilant) ---------- */
.announce { background: var(--ink); padding: 9px 0; overflow: hidden; }
.announce__track {
  display: inline-flex; align-items: center; white-space: nowrap;
  will-change: transform; animation: marquee 30s linear infinite;
}
.announce:hover .announce__track { animation-play-state: paused; }
.announce__track span {
  color: #fff; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; padding: 0 26px;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .announce__track { animation: none; padding-left: 0; }
}

/* ---------- Logo (image fournie par la marque) ---------- */
.logo__img { height: 58px; width: auto; display: block; }
/* Logo dans le footer : pastille blanche pour ressortir sur fond foncé */
.footer__logo-img { height: 56px; width: auto; display: block; background: #fff; padding: 8px 14px; border-radius: 16px; }

/* Étoiles bien jaunes sur la page produit */
body.pdp-page .stars { color: #f5c518; }

/* Compte à rebours de l'offre (urgence) */
.offer-timer {
  display: flex; align-items: center; gap: 10px; margin-top: 18px;
  background: #fff5d6; border: 1px solid #f0dca0; color: #7a5b12;
  border-radius: var(--r-md); padding: 12px 16px; font-weight: 600; font-size: 0.86rem;
}
.offer-timer svg { width: 20px; height: 20px; color: #caa12e; flex: none; }
.offer-timer .date { text-transform: capitalize; }
.offer-timer b { font-variant-numeric: tabular-nums; color: #5a430d; background: #fff; border-radius: 8px; padding: 2px 8px; letter-spacing: 0.02em; }

/* =========================================================
   v4 — médias réels, animaux, avant/après, déco enfantine
   ========================================================= */

/* Navbar : Accueil + La Chaussure alignés à gauche */
.nav__left { display: flex; align-items: center; gap: clamp(16px, 3vw, 36px); }

/* Hero : titre moins gros */
.hero-full__title { font-size: clamp(1.8rem, 3.8vw, 2.9rem); max-width: 20ch; line-height: 1.18; }

/* Section à image collante (sticky) à gauche */
.split--sticky { align-items: start; }
@media (min-width: 961px) {
  .split--sticky > .media-benefits__media { position: sticky; top: 96px; }
  .split--sticky > div:last-child { padding: 10px 0; }
}

/* Galerie : plus de miniatures + vraies images */
.gallery__thumbs { grid-template-columns: repeat(5, 1fr); }
.gallery__main img, .gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Sélecteur d'animaux (remplace les couleurs) */
.animals { display: flex; flex-wrap: wrap; gap: 8px; }
.animal {
  display: flex; align-items: center; gap: 8px; border: 2px solid var(--line); border-radius: var(--r-pill);
  padding: 5px 14px 5px 5px; background: #fff; font-weight: 600; font-size: 0.82rem; color: var(--ink);
  cursor: pointer; transition: border-color .15s ease, background-color .15s ease;
}
.animal img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; background: var(--teal-soft); flex: none; }
.animal:hover { border-color: var(--teal); }
.animal.is-active { border-color: var(--ink); background: var(--teal-soft); }

/* Avis vidéo */
.review__video { width: 100%; aspect-ratio: 3/4; border-radius: var(--r-md); overflow: hidden; background: #000; margin-bottom: 4px; }
.review__video video { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Avis photo (image réelle) */
.review__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.review > .review__photo { order: -1; margin-bottom: 4px; }

/* Comparateur avant / après */
.ba {
  position: relative; width: 100%; max-width: 680px; margin-left: auto; margin-right: auto;
  aspect-ratio: 7 / 5; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-md); user-select: none; touch-action: pan-y; cursor: ew-resize; background: var(--teal-soft);
  --pos: 50%;
}
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none; }
.ba__after { clip-path: inset(0 0 0 var(--pos)); }
.ba__label {
  position: absolute; top: 14px; z-index: 3; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: #fff; background: rgba(54,68,85,0.72); padding: 6px 12px; border-radius: var(--r-pill);
  backdrop-filter: blur(3px);
}
.ba__label--before { left: 14px; }
.ba__label--after { right: 14px; background: rgba(86,132,149,0.85); }
.ba__divider { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; background: #fff; transform: translateX(-50%); z-index: 4; box-shadow: 0 0 8px rgba(0,0,0,0.25); }
.ba__handle {
  position: absolute; top: 50%; left: var(--pos); transform: translate(-50%, -50%); z-index: 5;
  width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center; color: var(--ink);
}
.ba__handle svg { width: 22px; height: 22px; }

/* Fond abstrait foncé derrière certaines photos */
.media-blob { position: relative; }
.media-blob::before {
  content: ""; position: absolute; z-index: 0; width: 86%; height: 86%; top: -7%; left: -7%;
  background: linear-gradient(135deg, #2c3947, #426a78);
  border-radius: 46% 54% 58% 42% / 50% 44% 56% 50%; transform: rotate(-6deg); opacity: 0.9;
}
.media-blob > * { position: relative; z-index: 1; }
@media (max-width: 960px) { .media-blob::before { display: none; } }

/* Soleil qui tourne au scroll */
.scroll-sun { position: fixed; right: 16px; bottom: 16px; width: 62px; height: 62px; z-index: 35; pointer-events: none; will-change: transform; filter: drop-shadow(0 6px 14px rgba(54,68,85,0.18)); }
@media (max-width: 720px) { .scroll-sun { width: 48px; height: 48px; right: 12px; bottom: 84px; } }

/* Petits éléments enfantins (déco) */
.deco { position: absolute; z-index: 0; pointer-events: none; opacity: 0.5; }
.deco svg { width: 100%; height: 100%; display: block; }
.deco--heart { width: 26px; height: 26px; color: #c9776f; }
.deco--cloud { width: 90px; height: 54px; color: #ffffff; opacity: 0.6; }
.deco--star { width: 22px; height: 22px; color: #f5c518; }
.float { animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.section, .hero-full__frame { position: relative; }
.section > .container { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .float { animation: none; } .scroll-sun { display: none; } }

/* Lien e-mail contact */
.footer__col a.mail { word-break: break-all; }

/* Liens légaux dans le bas de page */
.footer__legal { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; }
.footer__legal a { font-size: 0.8rem; color: #8fa0ac; transition: color .2s ease; }
.footer__legal a:hover { color: #fff; }

/* ---------- Page légale ---------- */
.legal { padding: clamp(30px, 5vw, 56px) 0 clamp(60px, 8vw, 90px); }
.legal__head { max-width: 780px; margin: 0 auto clamp(28px, 4vw, 44px); text-align: center; }
.legal__head p { color: var(--muted); margin-top: 10px; }
.legal__toc { max-width: 780px; margin: 0 auto 40px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px 26px; }
.legal__toc h2 { font-family: var(--font-body); font-weight: 700; font-size: 1rem; margin-bottom: 12px; }
.legal__toc ol { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px; counter-reset: toc; list-style: none; padding: 0; }
.legal__toc a { color: var(--teal-dark); font-size: 0.9rem; font-weight: 600; }
.legal__toc a:hover { text-decoration: underline; }
.legal__body { max-width: 780px; margin: 0 auto; }
.legal__section { padding: 26px 0; border-top: 1px solid var(--line); scroll-margin-top: 96px; }
.legal__section h2 { font-family: var(--font-display); font-size: clamp(1.3rem, 3vw, 1.7rem); margin-bottom: 14px; }
.legal__section h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.02rem; margin: 18px 0 6px; }
.legal__section p, .legal__section li { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.7; }
.legal__section p { margin-bottom: 10px; }
.legal__section ul { list-style: disc; padding-left: 22px; margin-bottom: 10px; display: grid; gap: 4px; }
.legal__section a { color: var(--teal-dark); font-weight: 600; }
.legal__section .todo { background: #fff5d6; border: 1px solid #f0dca0; color: #7a5b12; padding: 2px 7px; border-radius: 6px; font-weight: 600; font-size: 0.85em; }
.legal__back { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; font-weight: 700; color: var(--teal-dark); }
@media (max-width: 620px) { .legal__toc ol { grid-template-columns: 1fr; } }

/* ---------- En-tête ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 247, 247, 0.82);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a {
  font-weight: 600; font-size: 0.92rem; color: var(--ink-soft);
  position: relative; padding: 6px 0; transition: color .2s ease;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--teal); transition: width .25s ease; border-radius: 2px;
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 100%; }
.nav__actions { display: flex; align-items: center; gap: 10px; }
.icon-btn {
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-pill); color: var(--ink); position: relative;
  transition: background-color .2s ease;
}
.icon-btn:hover { background: var(--teal-soft); }
.icon-btn svg { width: 22px; height: 22px; }
.cart-count {
  position: absolute; top: 4px; right: 4px; min-width: 18px; height: 18px; padding: 0 4px;
  background: var(--teal); color: #fff; font-size: 0.66rem; font-weight: 700;
  border-radius: var(--r-pill); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-body);
}
.nav__toggle { display: none; }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo__mark { width: 42px; height: 42px; flex: none; }
.logo__text { display: flex; flex-direction: column; line-height: 0.86; }
.logo__text .lt-1 { font-family: var(--font-display); font-size: 1.42rem; color: var(--ink); letter-spacing: -0.02em; }
.logo__text .lt-2 { font-family: var(--font-body); font-weight: 600; font-size: 0.8rem; color: var(--teal); letter-spacing: 0.04em; margin-top: 3px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(30px, 5vw, 70px);
  align-items: center; padding: clamp(48px, 7vw, 90px) 0 clamp(56px, 7vw, 96px);
}
.hero__title { margin: 6px 0 0; }
.hero__title em { font-style: normal; color: var(--teal); }
.hero__sub { margin-top: 22px; font-size: clamp(1.05rem, 1.7vw, 1.22rem); max-width: 50ch; }
.hero__cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__stats { margin-top: 38px; display: flex; gap: 30px; flex-wrap: wrap; }
.hero__stat { display: flex; flex-direction: column; }
.hero__stat b { font-family: var(--font-display); font-size: 1.6rem; color: var(--ink); }
.hero__stat span { font-size: 0.82rem; color: var(--muted); font-weight: 600; }
.hero__rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 4px; }
.stars { display: inline-flex; gap: 2px; color: #e8b04b; }
.stars svg { width: 17px; height: 17px; }
.hero__rating span { font-size: 0.86rem; color: var(--muted); font-weight: 600; }

.hero__visual { position: relative; }
.hero__card {
  background: var(--white); border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  padding: 26px; position: relative;
}
.hero__imgwrap {
  border-radius: var(--r-md); overflow: hidden; background: var(--teal-soft);
  aspect-ratio: 1/1;
}
.hero__imgwrap svg, .hero__imgwrap img { width: 100%; height: 100%; object-fit: cover; }
.hero__badge {
  position: absolute; background: var(--white); border-radius: var(--r-md);
  box-shadow: var(--shadow-md); padding: 14px 16px; display: flex; align-items: center; gap: 12px;
  font-weight: 700; font-size: 0.85rem; color: var(--ink);
}
.hero__badge svg { width: 26px; height: 26px; color: var(--teal); flex: none; }
.hero__badge small { display: block; font-weight: 500; font-size: 0.72rem; color: var(--muted); }
.hero__badge--tl { top: 6px; left: -28px; }
.hero__badge--br { bottom: 18px; right: -26px; }
.hero__blob {
  position: absolute; z-index: -1; width: 120%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(circle at 70% 30%, var(--teal-tint), transparent 60%);
  filter: blur(10px);
}

/* ---------- Bandeau réassurance ---------- */
.assurance { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.assurance__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.assurance__item { display: flex; align-items: center; gap: 14px; padding: 26px 18px; justify-content: center; }
.assurance__item + .assurance__item { border-left: 1px solid var(--line); }
.assurance__item svg { width: 30px; height: 30px; color: var(--teal); flex: none; }
.assurance__item b { display: block; font-size: 0.92rem; color: var(--ink); }
.assurance__item span { font-size: 0.78rem; color: var(--muted); }

/* ---------- Problème ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.problem-list { margin-top: 26px; display: grid; gap: 14px; }
.problem-list li {
  display: flex; align-items: flex-start; gap: 14px; font-weight: 600; color: var(--ink);
  background: var(--white); padding: 16px 18px; border-radius: var(--r-sm); box-shadow: var(--shadow-sm);
}
.problem-list svg { width: 22px; height: 22px; color: #c9776f; flex: none; margin-top: 1px; }
.problem-note { margin-top: 22px; font-style: italic; color: var(--muted); }

/* Comparatif visuel */
.compare {
  background: var(--white); border-radius: var(--r-lg); box-shadow: var(--shadow-md); overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr;
}
.compare__col { padding: 30px 26px; text-align: center; }
.compare__col--bad { background: #faf2f0; }
.compare__col--good { background: var(--teal-soft); }
.compare__media { aspect-ratio: 1/1; border-radius: var(--r-md); overflow: hidden; margin-bottom: 18px; background: rgba(255,255,255,0.5); }
.compare__media svg { width: 100%; height: 100%; }
.compare__tag {
  display: inline-block; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 14px; border-radius: var(--r-pill); margin-bottom: 14px;
}
.compare__col--bad .compare__tag { background: #efd6d1; color: #a85a4f; }
.compare__col--good .compare__tag { background: var(--teal-tint); color: var(--teal-dark); }
.compare__col p { font-size: 0.88rem; margin-top: 8px; }

/* ---------- Solution / features ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.feature {
  background: var(--white); border-radius: var(--r-lg); padding: 32px 28px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease;
}
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.feature__icon {
  width: 58px; height: 58px; border-radius: 16px; background: var(--teal-soft); color: var(--teal);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.feature__icon svg { width: 28px; height: 28px; }
.feature h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.12rem; margin-bottom: 8px; }
.feature p { font-size: 0.92rem; }

/* ---------- Bénéfices (deux publics) ---------- */
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 48px; }
.benefit-card { border-radius: var(--r-lg); padding: 40px 36px; box-shadow: var(--shadow-md); }
.benefit-card--child { background: var(--white); border: 1px solid var(--line); }
.benefit-card--parent { background: var(--ink); color: var(--white); }
.benefit-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.3rem; margin-bottom: 6px; display: flex; align-items: center; gap: 12px; }
.benefit-card h3 svg { width: 26px; height: 26px; color: var(--teal); }
.benefit-card--parent h3 svg { color: #9cc4cf; }
.benefit-card .sub { font-size: 0.85rem; color: var(--muted); margin-bottom: 24px; }
.benefit-card--parent .sub { color: #aebcc7; }
.benefit-card ul { display: grid; gap: 14px; }
.benefit-card li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; font-weight: 500; }
.benefit-card--child li { color: var(--ink-soft); }
.benefit-card--parent li { color: #e4ebf0; }
.benefit-card li svg { width: 20px; height: 20px; flex: none; margin-top: 2px; color: var(--teal); }
.benefit-card--parent li svg { color: #9cc4cf; }

/* ---------- Citation / promesse ---------- */
.promise { text-align: center; }
.promise blockquote {
  font-family: var(--font-display); font-size: clamp(1.8rem, 4.6vw, 3.2rem); line-height: 1.12;
  max-width: 16ch; margin: 0 auto; color: var(--white);
}
.promise blockquote em { font-style: normal; color: #9cc4cf; }
.promise p { color: #aebcc7; margin-top: 24px; max-width: 56ch; margin-left: auto; margin-right: auto; }

/* ---------- Produit vedette ---------- */
.product-feature { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(34px, 5vw, 70px); align-items: center; }
.product-feature__media {
  background: var(--teal-soft); border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3;
  box-shadow: var(--shadow-md);
}
.product-feature__media svg, .product-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.price-row { display: flex; align-items: baseline; gap: 12px; margin: 18px 0 8px; }
.price-row .price { font-family: var(--font-display); font-size: 2rem; color: var(--ink); }
.price-row .price-old { color: var(--muted); text-decoration: line-through; font-size: 1.1rem; }
.price-row .price-save { background: var(--teal-soft); color: var(--teal-dark); font-weight: 700; font-size: 0.78rem; padding: 4px 10px; border-radius: var(--r-pill); }

/* ---------- Étapes ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; counter-reset: step; }
.step { background: var(--white); border-radius: var(--r-lg); padding: 32px 28px; box-shadow: var(--shadow-sm); position: relative; }
.step__num { counter-increment: step; font-family: var(--font-display); font-size: 2.6rem; color: var(--teal-tint); line-height: 1; margin-bottom: 10px; }
.step__num::before { content: counter(step, decimal-leading-zero); }
.step h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.1rem; margin-bottom: 8px; }
.step p { font-size: 0.92rem; }

/* ---------- Avis ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.review {
  background: var(--white); border-radius: var(--r-lg); padding: 30px 28px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px;
}
.review p { color: var(--ink); font-size: 0.95rem; }
.review__author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review__avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--teal-soft); color: var(--teal-dark); display: flex; align-items: center; justify-content: center; font-weight: 700; }
.review__author b { font-size: 0.88rem; display: block; }
.review__author span { font-size: 0.76rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 44px auto 0; display: grid; gap: 12px; }
.faq__item { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.faq__q {
  width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; font-weight: 700; font-size: 1rem; color: var(--ink);
}
.faq__q svg { width: 22px; height: 22px; color: var(--teal); flex: none; transition: transform .3s ease; }
.faq__item.is-open .faq__q svg { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a p { padding: 0 24px 22px; font-size: 0.94rem; }

/* ---------- Newsletter / garantie ---------- */
.guarantee { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.guarantee__seal { width: 130px; height: 130px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.guarantee__seal svg { width: 64px; height: 64px; }
.newsletter-form { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.newsletter-form input {
  flex: 1; min-width: 200px; padding: 16px 20px; border-radius: var(--r-pill); border: 2px solid var(--line);
  font-family: var(--font-body); font-size: 0.95rem; color: var(--ink); background: var(--white);
}
.newsletter-form input:focus { outline: none; border-color: var(--teal); }
.form-note { font-size: 0.78rem; color: var(--muted); margin-top: 12px; }

/* ---------- Pied de page ---------- */
.footer { background: var(--ink); color: #c6d0d8; padding: clamp(56px, 7vw, 84px) 0 0; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer .logo__text .lt-1 { color: #fff; }
.footer .logo__text .lt-2 { color: #9cc4cf; }
.footer__about { font-size: 0.9rem; color: #aebcc7; max-width: 34ch; margin-top: 18px; }
.footer h4 { font-family: var(--font-body); font-weight: 700; font-size: 0.92rem; color: #fff; margin-bottom: 18px; letter-spacing: 0.02em; }
.footer__col a { display: block; font-size: 0.88rem; color: #aebcc7; padding: 6px 0; transition: color .2s ease; }
.footer__col a:hover { color: #fff; }
.footer__socials { display: flex; gap: 10px; margin-top: 20px; }
.footer__socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: background .2s ease; }
.footer__socials a:hover { background: var(--teal); }
.footer__socials svg { width: 18px; height: 18px; color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 22px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.8rem; color: #8fa0ac; }
.footer__pay { display: flex; gap: 8px; align-items: center; }
.footer__pay span { width: 38px; height: 24px; background: rgba(255,255,255,0.1); border-radius: 5px; }

/* =========================================================
   PAGE PRODUIT
   ========================================================= */
.breadcrumb { padding: 22px 0; font-size: 0.82rem; color: var(--muted); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb span { margin: 0 8px; opacity: 0.5; }

.pdp { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(34px, 5vw, 64px); align-items: flex-start; padding-bottom: 80px; }
.gallery { position: sticky; top: 96px; }
.gallery__main { background: var(--teal-soft); border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 1/1; box-shadow: var(--shadow-sm); }
.gallery__main svg, .gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.gallery__thumb { background: var(--teal-soft); border-radius: var(--r-sm); overflow: hidden; aspect-ratio: 1/1; border: 2px solid transparent; transition: border-color .2s ease; cursor: pointer; }
.gallery__thumb.is-active { border-color: var(--teal); }
.gallery__thumb svg, .gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }

.pdp__tag { display: inline-block; background: var(--teal-soft); color: var(--teal-dark); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: var(--r-pill); margin-bottom: 14px; }
.pdp__info h1 { font-size: clamp(2rem, 4vw, 2.8rem); }
.pdp__rating { display: flex; align-items: center; gap: 10px; margin: 12px 0 4px; }
.pdp__rating span { font-size: 0.84rem; color: var(--muted); font-weight: 600; }
.pdp__desc { margin: 20px 0; font-size: 1rem; }
.pdp__benefits { display: grid; gap: 10px; margin: 22px 0; }
.pdp__benefits li { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 0.92rem; color: var(--ink); }
.pdp__benefits svg { width: 20px; height: 20px; color: var(--teal); flex: none; }

.opt { margin: 24px 0; }
.opt__label { font-weight: 700; font-size: 0.85rem; margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; }
.opt__label .opt__value { color: var(--teal); }
.opt__label a { font-weight: 600; color: var(--muted); font-size: 0.8rem; text-decoration: underline; }
.swatches, .sizes { display: flex; flex-wrap: wrap; gap: 10px; }
.swatch { width: 42px; height: 42px; border-radius: 50%; border: 2px solid rgba(0,0,0,0.06); position: relative; cursor: pointer; transition: transform .15s ease; }
.swatch::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid transparent; transition: border-color .2s ease; }
.swatch.is-active::after { border-color: var(--teal); }
.swatch:hover { transform: scale(1.05); }
.size {
  min-width: 56px; padding: 12px 8px; border-radius: var(--r-sm); border: 2px solid var(--line);
  background: var(--white); font-weight: 700; font-size: 0.88rem; color: var(--ink); text-align: center;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}
.size small { display: block; font-weight: 500; font-size: 0.66rem; color: var(--muted); margin-top: 2px; }
.size:hover { border-color: var(--teal); }
.size.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.size.is-active small { color: #aebcc7; }
.size:disabled { opacity: 0.4; cursor: not-allowed; text-decoration: line-through; }

.buy { display: flex; gap: 12px; align-items: stretch; margin: 26px 0 18px; }
.qty { display: inline-flex; align-items: center; border: 2px solid var(--line); border-radius: var(--r-pill); overflow: hidden; }
.qty button { width: 46px; align-self: stretch; font-size: 1.3rem; color: var(--ink); font-weight: 600; transition: background .15s ease; }
.qty button:hover { background: var(--teal-soft); }
.qty input { width: 40px; text-align: center; border: none; font-family: var(--font-body); font-weight: 700; font-size: 1rem; color: var(--ink); background: transparent; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; }

.pdp__reassure { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.pdp__reassure div { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; font-weight: 600; color: var(--ink-soft); }
.pdp__reassure svg { width: 22px; height: 22px; color: var(--teal); flex: none; }

/* Accordéon produit */
.accordion { margin-top: 30px; border-top: 1px solid var(--line); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; padding: 18px 4px; font-weight: 700; font-size: 0.98rem; color: var(--ink); }
.accordion__q svg { width: 20px; height: 20px; color: var(--teal); transition: transform .3s ease; flex: none; }
.accordion__item.is-open .accordion__q svg { transform: rotate(45deg); }
.accordion__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.accordion__a-inner { padding: 0 4px 20px; font-size: 0.92rem; color: var(--ink-soft); }
.accordion__a-inner ul { display: grid; gap: 6px; }
.accordion__a-inner li { display: flex; gap: 8px; align-items: flex-start; }
.accordion__a-inner li::before { content: "•"; color: var(--teal); font-weight: 700; }

/* Tableau tailles */
.size-table { width: 100%; border-collapse: collapse; margin-top: 8px; font-size: 0.86rem; }
.size-table th, .size-table td { padding: 8px 10px; text-align: left; border-bottom: 1px solid var(--line); }
.size-table th { font-weight: 700; color: var(--ink); }
.size-table td { color: var(--ink-soft); }

/* Sticky add-to-cart mobile */
.sticky-buy {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--white);
  border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(54,68,85,0.12);
  padding: 12px var(--gutter); display: none; align-items: center; justify-content: space-between; gap: 14px;
  transform: translateY(100%); transition: transform .3s ease;
}
.sticky-buy.is-visible { transform: translateY(0); }
.sticky-buy__price { font-family: var(--font-display); font-size: 1.3rem; color: var(--ink); }
.sticky-buy__price small { display: block; font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; color: var(--muted); }
.sticky-buy .btn { flex: 1; max-width: 260px; }

/* Cross-sell */
.product-card { background: var(--white); border-radius: var(--r-lg); border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.product-card__media { background: var(--teal-soft); aspect-ratio: 1/1; overflow: hidden; }
.product-card__media svg, .product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.product-card__body { padding: 20px; }
.product-card__body h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.02rem; }
.product-card__rating { display: flex; gap: 1px; color: #e8b04b; margin: 6px 0; }
.product-card__rating svg { width: 14px; height: 14px; }
.product-card__body .price { font-family: var(--font-display); font-size: 1.2rem; color: var(--ink); margin-top: 6px; display: block; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 44px; }

/* ---------- Tiroir panier ---------- */
.drawer-overlay { position: fixed; inset: 0; background: rgba(54,68,85,0.5); z-index: 60; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.drawer-overlay.is-open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 92vw); background: var(--cream);
  z-index: 61; transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; box-shadow: var(--shadow-lg);
}
.drawer.is-open { transform: translateX(0); }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.drawer__head h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.1rem; }
.drawer__body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.drawer__empty { text-align: center; color: var(--muted); padding: 60px 20px; }
.drawer__empty svg { width: 52px; height: 52px; color: var(--teal-tint); margin: 0 auto 16px; }
.cart-item { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item__img { width: 64px; height: 64px; border-radius: var(--r-sm); background: var(--teal-soft); flex: none; overflow: hidden; }
.cart-item__img svg, .cart-item__img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item__info { flex: 1; }
.cart-item__info b { font-size: 0.9rem; display: block; }
.cart-item__info span { font-size: 0.78rem; color: var(--muted); }
.cart-item__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.cart-item__remove { font-size: 0.76rem; color: var(--muted); text-decoration: underline; }
.cart-item__price { font-weight: 700; color: var(--ink); }
.drawer__foot { padding: 22px 24px; border-top: 1px solid var(--line); background: var(--white); }
.drawer__total { display: flex; justify-content: space-between; font-weight: 700; font-size: 1.05rem; color: var(--ink); margin-bottom: 6px; }
.drawer__ship { font-size: 0.78rem; color: var(--muted); margin-bottom: 16px; }

/* Toast */
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--ink); color: #fff; padding: 14px 22px; border-radius: var(--r-pill);
  font-weight: 600; font-size: 0.9rem; box-shadow: var(--shadow-lg); z-index: 70;
  opacity: 0; visibility: hidden; transition: all .3s ease; display: flex; align-items: center; gap: 10px;
}
.toast svg { width: 20px; height: 20px; color: #9cc4cf; }
.toast.is-visible { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

/* ---------- Révélation au scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Menu mobile ---------- */
.mobile-menu {
  position: fixed; inset: 0; background: var(--cream); z-index: 55; padding: 90px var(--gutter) 40px;
  transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; gap: 4px;
  visibility: hidden;
}
.mobile-menu.is-open { transform: translateX(0); visibility: visible; }
.mobile-menu a { font-family: var(--font-display); font-size: 1.5rem; color: var(--ink); padding: 14px 0; border-bottom: 1px solid var(--line); }
.mobile-menu .btn { margin-top: 24px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 960px) {
  .hero__grid, .split, .product-feature, .guarantee, .pdp { grid-template-columns: 1fr; }
  .hero__visual { order: -1; max-width: 460px; margin: 0 auto; }
  .feature-grid, .steps, .reviews-grid { grid-template-columns: 1fr 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .gallery { position: static; }
  .hero__badge--tl { left: 8px; }
  .hero__badge--br { right: 8px; }
}

@media (max-width: 720px) {
  .nav__links { display: none; }
  .nav__toggle { display: inline-flex; }
  .assurance__grid { grid-template-columns: 1fr 1fr; }
  .assurance__item:nth-child(odd) { border-left: none; }
  .feature-grid, .steps, .reviews-grid, .cards-grid { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; }
  .sticky-buy { display: flex; }
  .pdp__reassure { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  body.pdp-page { padding-bottom: 86px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   v2 — Refonte (hero plein écran, carrousels, bundle, etc.)
   ========================================================= */

/* ---------- Hero plein écran (cadre arrondi inséré) ---------- */
.hero-full { padding: 18px 0 0; background: var(--cream); }
.hero-full__frame {
  position: relative; margin: 0 var(--gutter); border-radius: 32px; overflow: hidden;
  min-height: clamp(520px, 82vh, 760px); display: flex; align-items: flex-end;
  box-shadow: var(--shadow-lg); isolation: isolate;
}
.hero-full__bg { position: absolute; inset: 0; z-index: 0; }
.hero-full__bg svg, .hero-full__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-full__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to top, rgba(54,68,85,0.82) 0%, rgba(54,68,85,0.34) 42%, rgba(54,68,85,0.08) 70%, rgba(54,68,85,0.18) 100%);
}
.hero-full__content {
  position: relative; z-index: 2; width: 100%; max-width: 720px; text-align: left; color: #fff;
  padding: clamp(40px, 7vw, 80px) clamp(20px, 6vw, 80px) clamp(44px, 6vw, 72px);
}
.hero-full__eyebrow {
  display: inline-block; font-weight: 700; font-size: clamp(0.56rem, 1.3vw, 0.68rem); letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink); margin-bottom: 18px; white-space: nowrap;
  background: #fff; padding: 6px 14px; border-radius: var(--r-pill);
  border: 1px solid rgba(54,68,85,0.12); max-width: 100%; overflow: hidden; text-overflow: ellipsis;
}
.hero-full__title { color: #fff; font-size: clamp(1.8rem, 3.8vw, 2.9rem); max-width: 20ch; margin: 0; line-height: 1.18; text-shadow: 0 2px 30px rgba(54,68,85,0.4); }
.hero-full__title em { font-style: normal; color: #bcd6de; }
.hero-full__rating { display: flex; align-items: center; gap: 12px; margin: 26px 0 28px; flex-wrap: wrap; justify-content: flex-start; }
.hero-full__rating .stars { color: #f4c45f; }
.hero-full__rating .stars svg { width: 20px; height: 20px; }
.hero-full__rating span { font-weight: 600; font-size: 0.92rem; color: #eef3f5; }
.hero-full .btn--hero { background: #fff; color: var(--ink); padding: 18px 44px; font-size: 1.02rem; }
.hero-full .btn--hero:hover { background: var(--teal); color: #fff; }

/* ---------- Bandeau réassurance compact ---------- */
.trustbar { background: var(--white); border-bottom: 1px solid var(--line); }
.trustbar__row { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(20px, 5vw, 64px); padding: 18px 0; }
.trustbar__item { display: inline-flex; align-items: center; gap: 10px; font-size: 0.84rem; font-weight: 600; color: var(--ink); }
.trustbar__item svg { width: 20px; height: 20px; color: var(--teal); flex: none; }

/* ---------- Carrousel d'avis ---------- */
.carousel { position: relative; }
.carousel__track {
  display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 2px 18px; scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__track > * { flex: 0 0 clamp(280px, 78vw, 360px); scroll-snap-align: center; }
.carousel__nav {
  position: absolute; top: 42%; transform: translateY(-50%); width: 48px; height: 48px;
  border-radius: 50%; background: var(--white); box-shadow: var(--shadow-md); color: var(--ink);
  display: flex; align-items: center; justify-content: center; z-index: 3; transition: background .2s ease, color .2s ease;
}
.carousel__nav:hover { background: var(--ink); color: #fff; }
.carousel__nav svg { width: 22px; height: 22px; }
.carousel__nav--prev { left: -12px; }
.carousel__nav--next { right: -12px; }
.carousel__cta { display: flex; justify-content: center; margin-top: 30px; }
@media (max-width: 720px) {
  .carousel__nav--prev { left: 2px; }
  .carousel__nav--next { right: 2px; }
}

/* Avis avec photo */
.review--photo .review__avatar { background-size: cover; }
.review__photo {
  width: 100%; aspect-ratio: 4/3; border-radius: var(--r-md); overflow: hidden; margin-bottom: 4px; background: var(--teal-soft);
}
.review__photo svg, .review__photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Section vision / valeurs ---------- */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.value-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 30px; box-shadow: var(--shadow-sm); }
.value-card__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--teal-soft); color: var(--teal); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.value-card__icon svg { width: 28px; height: 28px; }
.value-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.12rem; margin-bottom: 8px; }
.value-card p { font-size: 0.92rem; }
@media (max-width: 960px) { .values-grid { grid-template-columns: 1fr; } }

/* ---------- Bénéfices alignés (listes pour/contre) ---------- */
.versus { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 48px; align-items: stretch; }
.versus__card { border-radius: var(--r-lg); padding: 36px 32px; box-shadow: var(--shadow-md); }
.versus__card--bad { background: #faf2f0; border: 1px solid #efd9d4; }
.versus__card--good { background: var(--white); border: 2px solid var(--teal); }
.versus__head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.versus__media { width: 64px; height: 64px; border-radius: var(--r-sm); overflow: hidden; flex: none; }
.versus__media svg { width: 100%; height: 100%; }
.versus__head h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.18rem; }
.versus__head span { font-size: 0.78rem; font-weight: 600; color: var(--muted); }
.versus__card ul { display: grid; gap: 13px; }
.versus__card li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.94rem; font-weight: 500; color: var(--ink-soft); }
.versus__card li svg { width: 20px; height: 20px; flex: none; margin-top: 2px; }
.versus__card--bad li svg { color: #c9776f; }
.versus__card--good li svg { color: var(--teal); }
.versus__card--good li { color: var(--ink); font-weight: 600; }
@media (max-width: 860px) { .versus { grid-template-columns: 1fr; } }

/* ---------- Galerie : flèches ---------- */
.gallery__main { position: relative; }
.gallery__nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px;
  border-radius: 50%; background: rgba(255,255,255,0.92); box-shadow: var(--shadow-md); color: var(--ink);
  display: flex; align-items: center; justify-content: center; z-index: 3; transition: background .2s ease, color .2s ease;
}
.gallery__nav:hover { background: var(--ink); color: #fff; }
.gallery__nav svg { width: 22px; height: 22px; }
.gallery__nav--prev { left: 14px; }
.gallery__nav--next { right: 14px; }
@media (max-width: 720px) {
  .gallery__nav { width: 34px; height: 34px; }
  .gallery__nav svg { width: 16px; height: 16px; }
  .gallery__nav--prev { left: 6px; }
  .gallery__nav--next { right: 6px; }
}

/* ---------- Bundle / offre produit ---------- */
.bundle { display: grid; gap: 12px; margin: 24px 0; }
.bundle__opt {
  position: relative; display: flex; align-items: center; gap: 16px; width: 100%; text-align: left;
  border: 2px solid var(--line); border-radius: var(--r-md); padding: 18px 20px; background: var(--white);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.bundle__opt:hover { border-color: var(--teal); }
.bundle__opt.is-active { border-color: var(--ink); background: var(--teal-soft); box-shadow: var(--shadow-sm); }
.bundle__radio { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line); flex: none; position: relative; transition: border-color .2s ease; }
.bundle__opt.is-active .bundle__radio { border-color: var(--ink); }
.bundle__opt.is-active .bundle__radio::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--ink); }
.bundle__main { flex: 1; }
.bundle__main b { font-size: 1rem; color: var(--ink); display: block; }
.bundle__main span { font-size: 0.82rem; color: var(--muted); }
.bundle__price { text-align: right; flex: none; }
.bundle__price .now { font-family: var(--font-display); font-size: 1.3rem; color: var(--ink); display: block; line-height: 1.1; }
.bundle__price .was { font-size: 0.8rem; color: var(--muted); text-decoration: line-through; }
.bundle__ribbon {
  position: absolute; top: -11px; right: 16px; background: var(--teal); color: #fff;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 4px 12px; border-radius: var(--r-pill);
}
.bundle__save { display: inline-block; margin-top: 4px; background: #e7f3ec; color: #2f7d4f; font-weight: 700; font-size: 0.72rem; padding: 3px 9px; border-radius: var(--r-pill); }

/* ---------- Section photo + bénéfices (générique) ---------- */
.media-benefits__media { background: var(--teal-soft); border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-md); }
.media-benefits__media svg, .media-benefits__media img { width: 100%; height: 100%; object-fit: cover; }
.benefit-rows { display: grid; gap: 16px; margin: 24px 0; }
.benefit-rows li { display: flex; align-items: flex-start; gap: 14px; }
.benefit-rows .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--teal-soft); color: var(--teal); display: flex; align-items: center; justify-content: center; flex: none; }
.benefit-rows .ic svg { width: 22px; height: 22px; }
.benefit-rows b { display: block; font-size: 1rem; color: var(--ink); }
.benefit-rows p { font-size: 0.9rem; margin-top: 2px; }

/* =========================================================
   v3 — offre dans l'encadré, config par paire, coloris, etc.
   ========================================================= */

/* Option « Duo » mise en avant : fond bleu foncé, texte blanc */
.bundle__opt--hot { background: var(--ink); border-color: var(--ink); }
.bundle__opt--hot .bundle__main b { color: #fff; }
.bundle__opt--hot .bundle__main span { color: #c2d2da; }
.bundle__opt--hot .bundle__price .now { color: #fff; }
.bundle__opt--hot .bundle__price .was { color: #9fb2bd; }
.bundle__opt--hot .bundle__radio { border-color: rgba(255,255,255,0.55); }
.bundle__opt--hot:hover { border-color: var(--teal); }
.bundle__opt--hot.is-active { background: var(--ink); border-color: var(--teal); box-shadow: 0 0 0 3px rgba(86,132,149,0.45); }
.bundle__opt--hot.is-active .bundle__radio { border-color: #fff; }
.bundle__opt--hot.is-active .bundle__radio::after { background: #fff; }
.bundle__save { display: inline-block; margin-top: 6px; background: #1f8a4c; color: #fff; font-weight: 700; font-size: 0.74rem; padding: 4px 11px; border-radius: var(--r-pill); }

/* Configuration par paire (couleur + taille dans l'encadré) */
.offer-config { margin-top: 2px; }
.pair {
  background: var(--sand); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 16px 18px; margin-top: 12px;
}
.pair[hidden] { display: none; }
.pair__title { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 0.84rem; color: var(--ink); margin-bottom: 12px; }
.pair__title .num { width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 0.72rem; }
.pair .opt { margin: 14px 0 0; }
.pair .opt:first-of-type { margin-top: 0; }
.pair .opt__label { font-size: 0.78rem; margin-bottom: 8px; }
.pair .size { min-width: 46px; padding: 9px 6px; font-size: 0.82rem; }
.pair .size small { display: none; }
.pair .swatch { width: 34px; height: 34px; }

/* Bouton paires (quantité de lots) */
.offer-qty { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; gap: 12px; }
.offer-qty__label { font-weight: 700; font-size: 0.85rem; color: var(--ink); }

/* Aperçu des coloris (change la photo de gauche) */
.coloris { margin-top: 8px; }
.coloris__label { font-weight: 700; font-size: 0.85rem; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.coloris__label .val { color: var(--teal); }
.coloris__row { display: flex; flex-wrap: wrap; gap: 12px; }
.coloris__sw { width: 46px; height: 46px; border-radius: 14px; border: 2px solid rgba(0,0,0,0.06); position: relative; cursor: pointer; transition: transform .15s ease; }
.coloris__sw::after { content: ""; position: absolute; inset: -6px; border-radius: 18px; border: 2px solid transparent; transition: border-color .2s ease; }
.coloris__sw.is-active::after { border-color: var(--teal); }
.coloris__sw:hover { transform: scale(1.06); }

/* Versus : lignes avec bénéfice détaillé */
.versus__card li { align-items: flex-start; }
.versus__card li b { display: block; font-size: 0.95rem; }
.versus__card li small { display: block; font-size: 0.8rem; font-weight: 500; color: var(--muted); margin-top: 1px; }
.versus__card--good li small { color: var(--ink-soft); }

/* Tiroir : économie mise en avant */
.drawer__save { display: flex; justify-content: space-between; font-weight: 700; font-size: 0.88rem; color: #1f8a4c; margin-bottom: 6px; }
.drawer__ship { color: var(--teal-dark); font-weight: 600; }
