/* ==========================================================================
   Maison Inox — landing (FR)
   Direction : éditorial chaleureux. Crème + graphite, un seul accent :
   le rouge de la poignée amovible. Titres en Instrument Serif, UI en Inter.
   ========================================================================== */

:root {
  --creme: #f5f1ea;
  --papier: #fbf9f5;
  --blanc: #ffffff;
  --encre: #151413;
  --encre-2: #4b4743;
  --encre-3: #7d7770;
  --ligne: #e5ded3;
  --ligne-2: #d6cec1;
  --acier: #c9ccd0;
  --rouge: #c4122f;
  --rouge-f: #9d0c23;
  --rouge-p: #fbe9ec;
  --vert: #1f7a4d;
  --vert-p: #e6f3ec;
  --nuit: #121212;
  --nuit-2: #1d1c1b;

  --serif: "Instrument Serif", "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --r-s: 10px;
  --r: 18px;
  --r-l: 28px;
  --ombre: 0 1px 2px rgba(21, 20, 19, .04), 0 8px 28px rgba(21, 20, 19, .06);
  --ombre-l: 0 30px 80px -20px rgba(21, 20, 19, .28);
  --large: 1240px;
  --gout: 16px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--creme);
  color: var(--encre);
  font: 400 16px/1.55 var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--rouge); outline-offset: 3px; border-radius: 4px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.enveloppe { width: 100%; max-width: var(--large); margin: 0 auto; padding: 0 var(--gout); }
@media (min-width: 768px) { :root { --gout: 32px; } }

.serif { font-family: var(--serif); font-weight: 400; letter-spacing: -.01em; }
.it { font-family: var(--serif); font-style: italic; font-weight: 400; }
.surtitre {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--encre-3);
}
.surtitre::before { content: ""; width: 18px; height: 2px; background: var(--rouge); border-radius: 2px; }
.titre {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(38px, 6.2vw, 76px); line-height: .98; letter-spacing: -.025em;
  margin: 14px 0 0;
}
.titre em { font-style: italic; color: var(--rouge); }
.chapo { font-size: clamp(16px, 1.6vw, 19px); color: var(--encre-2); max-width: 560px; margin: 18px 0 0; }

/* ---------------------------------------------------------------- boutons */
.btn {
  --h: 56px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: var(--h); padding: 0 26px; border-radius: 999px; border: 0;
  font-weight: 600; font-size: 16px; letter-spacing: -.005em; text-decoration: none;
  transition: transform .25s var(--ease), background .25s, box-shadow .25s;
}
.btn:active { transform: scale(.98); }
.btn--rouge { background: var(--rouge); color: #fff; box-shadow: 0 10px 24px -10px rgba(196, 18, 47, .7); }
.btn--rouge:hover { background: var(--rouge-f); }
.btn--noir { background: var(--encre); color: #fff; }
.btn--noir:hover { background: #000; }
.btn--ligne { background: transparent; border: 1.5px solid var(--encre); color: var(--encre); }
.btn--ligne:hover { background: var(--encre); color: #fff; }
.btn--plein { width: 100%; }
.btn svg { width: 18px; height: 18px; flex: none; }

/* ------------------------------------------------------------ bandeau haut */
.bandeau {
  background: var(--encre); color: #f2eee8; font-size: 12.5px; font-weight: 500;
  overflow: hidden; white-space: nowrap; height: 36px; display: flex; align-items: center;
}
.bandeau__piste { display: inline-flex; gap: 48px; padding-left: 48px; animation: defile 38s linear infinite; }
.bandeau__piste span { display: inline-flex; align-items: center; gap: 8px; }
.bandeau__piste svg { width: 14px; height: 14px; color: #fff; opacity: .85; }
@keyframes defile { to { transform: translateX(-50%); } }

/* ------------------------------------------------------------------ entête */
.entete {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 241, 234, .86);
  backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s;
}
.entete.defile { border-bottom-color: var(--ligne); }
.entete__in { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 20px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.logo__mark { width: 30px; height: 30px; }
.logo__txt { font-family: var(--serif); font-size: 25px; letter-spacing: -.02em; line-height: 1; }
.logo__txt i { font-style: italic; color: var(--rouge); }
.nav { display: none; gap: 30px; font-size: 14px; font-weight: 500; }
.nav a { text-decoration: none; color: var(--encre-2); transition: color .2s; }
.nav a:hover { color: var(--encre); }
@media (min-width: 900px) { .nav { display: flex; } }
.panier-btn {
  position: relative; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--ligne-2);
  background: var(--papier); display: grid; place-items: center;
}
.panier-btn svg { width: 20px; height: 20px; }
.panier-btn__n {
  position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px;
  border-radius: 10px; background: var(--rouge); color: #fff; font-size: 11px; font-weight: 700;
  display: grid; place-items: center; transform: scale(0); transition: transform .3s var(--ease);
}
.panier-btn__n.on { transform: scale(1); }
.panier-btn.pop { animation: pop .5s var(--ease); }
@keyframes pop { 40% { transform: scale(1.15); } }

/* ==================================================================== HERO */
.produit { padding: 18px 0 56px; }
.produit__grille { display: grid; gap: 28px; }
@media (min-width: 980px) {
  .produit { padding: 36px 0 90px; }
  .produit__grille { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 56px; align-items: start; }
  .achat { position: sticky; top: 92px; }
}

/* galerie */
.galerie { min-width: 0; }
.galerie__vue {
  position: relative; border-radius: var(--r-l); overflow: hidden; background: var(--blanc);
  box-shadow: var(--ombre);
}
.galerie__piste {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
  aspect-ratio: 1 / 1;
}
.galerie__piste::-webkit-scrollbar { display: none; }
.galerie__diapo { flex: 0 0 100%; scroll-snap-align: center; position: relative; background: var(--blanc); }
.galerie__diapo img, .galerie__diapo video { width: 100%; height: 100%; object-fit: cover; }
.galerie__diapo--contain img { object-fit: contain; padding: 4%; }
.galerie__badge {
  position: absolute; top: 16px; left: 16px; z-index: 2; display: flex; flex-direction: column; gap: 6px; pointer-events: none;
}
.pastille {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 600; background: var(--encre); color: #fff; width: max-content;
}
.pastille--rouge { background: var(--rouge); }
.pastille--clair { background: rgba(255, 255, 255, .92); color: var(--encre); border: 1px solid var(--ligne); }
.pastille svg { width: 14px; height: 14px; }
.galerie__fleche {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--ligne); background: rgba(255, 255, 255, .9);
  display: none; place-items: center; box-shadow: var(--ombre);
}
.galerie__fleche svg { width: 18px; height: 18px; }
.galerie__fleche--g { left: 14px; } .galerie__fleche--d { right: 14px; }
@media (min-width: 980px) { .galerie__fleche { display: grid; } }
.galerie__points { position: absolute; bottom: 14px; left: 0; right: 0; display: flex; justify-content: center; gap: 6px; z-index: 2; }
.galerie__points i { width: 6px; height: 6px; border-radius: 3px; background: rgba(21, 20, 19, .22); transition: width .3s var(--ease), background .3s; }
.galerie__points i.on { width: 22px; background: var(--encre); }
.galerie__vignettes { display: none; gap: 10px; margin-top: 12px; }
@media (min-width: 980px) { .galerie__vignettes { display: grid; grid-template-columns: repeat(7, 1fr); } .galerie__points { display: none; } }
.vignette {
  border: 1.5px solid transparent; border-radius: 12px; padding: 0; overflow: hidden; background: var(--blanc);
  aspect-ratio: 1; position: relative; transition: border-color .2s;
}
.vignette img { width: 100%; height: 100%; object-fit: cover; }
.vignette.on { border-color: var(--encre); }
.vignette__play { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0, 0, 0, .25); color: #fff; }
.vignette__play svg { width: 18px; height: 18px; }

/* bloc d'achat */
.achat { min-width: 0; }
.achat__buzz {
  display: inline-flex; align-items: center; gap: 10px; padding: 6px 14px 6px 6px; border-radius: 999px;
  background: var(--papier); border: 1px solid var(--ligne); font-size: 13px; font-weight: 500; text-decoration: none;
}
.avatars { display: flex; }
.avatars img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; border: 2px solid var(--papier); margin-left: -8px; }
.avatars img:first-child { margin-left: 0; }
.achat h1 {
  font-family: var(--serif); font-weight: 400; font-size: clamp(36px, 4.6vw, 54px); line-height: 1.02;
  letter-spacing: -.02em; margin: 18px 0 0;
}
.achat h1 em { font-style: italic; color: var(--rouge); }
.achat__marque { margin: 10px 0 0; font-size: 14px; color: var(--encre-3); }
.achat__marque b { color: var(--encre); font-weight: 600; letter-spacing: .06em; }

.prix { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 14px; margin: 22px 0 0; }
.prix__actuel { font-size: 38px; font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.prix__barre { color: var(--encre-3); font-size: 15px; }
.prix__barre s { text-decoration-thickness: 1.5px; }
.prix__remise { background: var(--rouge); color: #fff; font-size: 13px; font-weight: 700; padding: 5px 10px; border-radius: 8px; }
.prix__note { width: 100%; font-size: 13px; color: var(--encre-3); }

.atouts { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.atouts li {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 999px;
  background: var(--papier); border: 1px solid var(--ligne); font-size: 13px; font-weight: 500;
}
.atouts svg { width: 16px; height: 16px; color: var(--rouge); }

.contenu { margin: 26px 0 0; border: 1px solid var(--ligne); border-radius: var(--r); background: var(--papier); overflow: hidden; }
.contenu__tete { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-bottom: 1px solid var(--ligne); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.contenu__tete span:last-child { color: var(--rouge); letter-spacing: 0; text-transform: none; font-size: 13px; }
.contenu__liste { display: grid; grid-template-columns: 1fr 1fr; }
.contenu__el { display: flex; gap: 12px; align-items: center; padding: 14px 18px; border-right: 1px solid var(--ligne); border-bottom: 1px solid var(--ligne); }
.contenu__el:nth-child(2n) { border-right: 0; }
.contenu__el:nth-last-child(-n+2) { border-bottom: 0; }
.contenu__n { font-family: var(--serif); font-size: 34px; line-height: 1; color: var(--rouge); min-width: 22px; }
.contenu__el b { display: block; font-size: 14px; font-weight: 600; }
.contenu__el small { display: block; font-size: 12.5px; color: var(--encre-3); }

.qte-ligne { display: flex; gap: 12px; margin: 24px 0 0; }
.qte {
  display: inline-flex; align-items: center; border: 1.5px solid var(--ligne-2); border-radius: 999px; background: var(--papier);
  height: 56px; flex: none;
}
.qte button { width: 44px; height: 100%; border: 0; background: none; display: grid; place-items: center; }
.qte button svg { width: 16px; height: 16px; }
.qte button:disabled { opacity: .3; cursor: default; }
.qte output { min-width: 24px; text-align: center; font-weight: 600; }
.qte-ligne .btn { flex: 1; }

.livraison-est {
  display: flex; gap: 12px; align-items: flex-start; margin: 18px 0 0; padding: 14px 16px;
  border-radius: var(--r-s); background: var(--vert-p); color: #14502f; font-size: 14px;
}
.livraison-est svg { width: 22px; height: 22px; flex: none; margin-top: 1px; }
.livraison-est b { font-weight: 600; }

.garanties { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 18px 0 0; }
.garantie { text-align: center; padding: 14px 6px; border-radius: var(--r-s); border: 1px solid var(--ligne); background: var(--papier); font-size: 12px; line-height: 1.3; color: var(--encre-2); }
.garantie svg { width: 22px; height: 22px; margin: 0 auto 6px; color: var(--encre); }
.garantie b { display: block; color: var(--encre); font-size: 12.5px; }

.moyens { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; margin: 18px 0 0; }
.moyens svg { width: 42px; height: 28px; }
.moyens__txt { width: 100%; text-align: center; font-size: 12px; color: var(--encre-3); display: flex; align-items: center; justify-content: center; gap: 6px; }
.moyens__txt svg { width: 13px; height: 13px; }

/* ================================================================ défilé XL */
.ruban { background: var(--rouge); color: #fff; overflow: hidden; padding: 20px 0; transform: rotate(-1.2deg); margin: 0 -10px; }
.ruban__piste { display: inline-flex; white-space: nowrap; gap: 38px; padding-left: 38px; animation: defile 40s linear infinite; }
.ruban__piste span { font-family: var(--serif); font-size: clamp(30px, 4.4vw, 54px); line-height: 1; display: inline-flex; align-items: center; gap: 38px; }
.ruban__piste span::after { content: "✦"; font-size: .5em; opacity: .8; }
.ruban-zone { padding: 30px 0; overflow: hidden; }

/* ================================================================ sections */
.section { padding: 80px 0; }
@media (min-width: 980px) { .section { padding: 120px 0; } }
.section__tete { max-width: 760px; }
.section__tete--centre { margin: 0 auto; text-align: center; }
.section__tete--centre .chapo { margin-left: auto; margin-right: auto; }
.section__tete--centre .surtitre { justify-content: center; }

/* --------------------------------------------------------- le geste clic */
.clic { background: var(--nuit); color: #f4f0ea; border-radius: var(--r-l); margin: 0 var(--gout); overflow: hidden; position: relative; }
@media (min-width: 1300px) { .clic { max-width: 1260px; margin: 0 auto; } }
.clic .surtitre { color: #a19b93; }
.clic .chapo { color: #bdb6ad; }
.clic__grille { display: grid; gap: 40px; padding: 64px 22px; align-items: center; }
@media (min-width: 980px) { .clic__grille { grid-template-columns: 1fr 1fr; gap: 70px; padding: 100px 80px; } }
.clic__ecran {
  position: relative; width: min(340px, 78vw); margin: 0 auto; aspect-ratio: 9 / 16; border-radius: 36px; overflow: hidden;
  border: 8px solid #2a2927; box-shadow: 0 40px 100px -30px rgba(196, 18, 47, .55);
}
.clic__ecran video { width: 100%; height: 100%; object-fit: cover; }
.clic__halo { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(196, 18, 47, .35), transparent 65%); left: -120px; top: 50%; transform: translateY(-50%); pointer-events: none; filter: blur(10px); }
.clic__visuel { position: relative; }
.clic__son { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 2; }
.etapes { list-style: none; margin: 36px 0 0; padding: 0; display: grid; gap: 4px; counter-reset: e; }
.etape { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid #2c2b29; }
.etape:last-child { border-bottom: 1px solid #2c2b29; }
.etape__n { font-family: var(--serif); font-style: italic; font-size: 42px; line-height: 1; color: var(--rouge); }
.etape h3 { margin: 0; font-size: 18px; font-weight: 600; }
.etape p { margin: 4px 0 0; color: #a9a39b; font-size: 15px; }
.clic__chiffres { display: flex; gap: 32px; margin-top: 32px; }
.clic__chiffres div { font-size: 13px; color: #a19b93; }
.clic__chiffres b { display: block; font-family: var(--serif); font-weight: 400; font-size: 48px; line-height: 1; color: #fff; }

/* ------------------------------------------------------- de la plaque à la table */
.parcours { margin-top: 44px; }
.parcours__piste {
  display: grid; grid-auto-flow: column; grid-auto-columns: min(78%, 340px); gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px var(--gout) 18px; scrollbar-width: none;
  scroll-padding: 0 var(--gout);
}
.parcours__piste::-webkit-scrollbar { display: none; }
@media (min-width: 1240px) { .parcours__piste { grid-auto-columns: 1fr; grid-auto-flow: row; grid-template-columns: repeat(5, 1fr); max-width: var(--large); margin: 0 auto; padding: 4px 32px 18px; } }
.carte-etape {
  scroll-snap-align: start; border-radius: var(--r); overflow: hidden; background: var(--papier); border: 1px solid var(--ligne);
  display: flex; flex-direction: column; min-height: 420px; transition: transform .4s var(--ease), box-shadow .4s;
}
.carte-etape:hover { transform: translateY(-6px); box-shadow: var(--ombre-l); }
.carte-etape__visuel { aspect-ratio: 4 / 4.2; position: relative; overflow: hidden; display: grid; place-items: center; }
.carte-etape__visuel img { width: 100%; height: 100%; object-fit: cover; }
.carte-etape__visuel--icone { background: var(--c, #ece6dc); }
.carte-etape__visuel--icone svg { width: 38%; height: auto; color: var(--encre); }
.carte-etape__corps { padding: 18px 20px 22px; }
.carte-etape__n { font-size: 12px; font-weight: 600; letter-spacing: .12em; color: var(--rouge); }
.carte-etape h3 { margin: 6px 0 0; font-family: var(--serif); font-weight: 400; font-size: 28px; line-height: 1.05; }
.carte-etape p { margin: 8px 0 0; font-size: 14.5px; color: var(--encre-2); }
.parcours__aide { display: flex; justify-content: center; gap: 8px; font-size: 13px; color: var(--encre-3); margin-top: 6px; }
@media (min-width: 1240px) { .parcours__aide { display: none; } }

/* ------------------------------------------------------------- diamètres */
.tailles { display: grid; gap: 40px; align-items: center; margin-top: 50px; }
@media (min-width: 980px) { .tailles { grid-template-columns: 1fr 1fr; gap: 70px; } }
.tailles__schema { position: relative; max-width: 480px; width: 100%; margin: 0 auto; }
.tailles__schema svg { width: 100%; height: auto; overflow: visible; }
.anneau { fill: none; stroke: var(--ligne-2); stroke-width: 1.5; transition: stroke .35s, stroke-width .35s, fill .35s; }
.anneau--poele { stroke-dasharray: 5 6; }
.anneau.on { stroke: var(--rouge); stroke-width: 3; fill: rgba(196, 18, 47, .05); }
.tailles__centre { font-family: var(--serif); font-size: 64px; fill: var(--encre); text-anchor: middle; dominant-baseline: central; }
.tailles__cm { font-family: var(--sans); font-size: 13px; fill: var(--encre-3); text-anchor: middle; letter-spacing: .1em; }
.tailles__liste { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.taille {
  display: grid; grid-template-columns: 70px 1fr auto; gap: 16px; align-items: center; width: 100%; text-align: left;
  padding: 16px 20px; border-radius: var(--r); border: 1px solid var(--ligne); background: var(--papier);
  transition: border-color .25s, background .25s, transform .25s var(--ease);
}
.taille:hover { transform: translateX(4px); }
.taille.on { border-color: var(--encre); background: var(--blanc); box-shadow: var(--ombre); }
.taille .taille__d { font-family: var(--serif); font-size: 38px; line-height: 1; color: var(--encre); }
.taille .taille__d small { font-family: var(--sans); font-size: 13px; color: var(--encre-3); margin-left: 2px; }
.taille.on .taille__d { color: var(--rouge); }
.taille b { display: block; font-size: 15px; font-weight: 600; }
.taille span { display: block; font-size: 13.5px; color: var(--encre-2); }
.taille__type { font-size: 11px !important; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--encre-3) !important; padding: 5px 9px; border: 1px solid var(--ligne); border-radius: 999px; }

/* ---------------------------------------------------------------- bento */
.bento { display: grid; gap: 14px; margin-top: 48px; }
@media (min-width: 760px) { .bento { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 280px; } }
.tuile { position: relative; border-radius: var(--r-l); overflow: hidden; background: var(--papier); border: 1px solid var(--ligne); min-height: 260px; }
.tuile img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform 1.2s var(--ease); }
.tuile:hover img { transform: scale(1.04); }
.tuile__txt { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; z-index: 1; }
.tuile--sombre .tuile__txt { color: #fff; background: linear-gradient(transparent, rgba(0, 0, 0, .66)); padding-top: 70px; }
.tuile h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 28px; line-height: 1.05; }
.tuile p { margin: 6px 0 0; font-size: 14px; opacity: .85; max-width: 340px; }
.tuile--texte { display: flex; flex-direction: column; justify-content: space-between; padding: 26px; background: var(--encre); color: #fff; border: 0; }
.tuile--texte .grand { font-family: var(--serif); font-size: 84px; line-height: .9; }
.tuile--texte .grand i { color: var(--rouge); }
.tuile--rouge { background: var(--rouge); color: #fff; border: 0; }
.tuile--blanc { background: var(--blanc); }
.tuile--blanc img { object-fit: contain; padding: 8% 8% 26%; }
.tuile--blanc .tuile__txt { color: var(--encre); }
.feux { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.feux span { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 12px; text-align: center; opacity: .95; }
.feux svg { width: 30px; height: 30px; }
@media (min-width: 760px) {
  .t-a { grid-column: span 4; grid-row: span 2; }
  .t-b { grid-column: span 2; }
  .t-c { grid-column: span 2; }
  .t-d { grid-column: span 2; }
  .t-e { grid-column: span 2; }
  .t-f { grid-column: span 2; }
}

/* ------------------------------------------------------------- rangement */
.rangement { display: grid; gap: 36px; align-items: center; }
@media (min-width: 980px) { .rangement { grid-template-columns: 1.1fr .9fr; gap: 70px; } }
.rangement__photo { position: relative; border-radius: var(--r-l); overflow: hidden; aspect-ratio: 1; box-shadow: var(--ombre-l); }
.rangement__photo img { width: 100%; height: 100%; object-fit: cover; }
.repere {
  position: absolute; display: flex; align-items: center; gap: 8px; padding: 8px 12px 8px 8px; border-radius: 999px;
  background: rgba(255, 255, 255, .94); font-size: 13px; font-weight: 600; box-shadow: var(--ombre);
  animation: flotte 5s ease-in-out infinite;
}
.repere i { width: 22px; height: 22px; border-radius: 50%; background: var(--rouge); color: #fff; display: grid; place-items: center; font-style: normal; font-size: 11px; }
@keyframes flotte { 50% { transform: translateY(-6px); } }
.compare { margin-top: 30px; border-radius: var(--r); border: 1px solid var(--ligne); overflow: hidden; background: var(--papier); }
.compare table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.compare th, .compare td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--ligne); }
.compare tr:last-child td { border-bottom: 0; }
.compare th { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--encre-3); font-weight: 600; }
.compare th:not(:first-child), .compare td:not(:first-child) { text-align: center; width: 24%; }
.compare .nous { background: var(--blanc); }
.compare th.nous { color: var(--rouge); }
.oui { color: var(--vert); } .non { color: #b7afa4; }
.oui svg, .non svg { width: 20px; height: 20px; margin: 0 auto; }

/* ------------------------------------------------------------------ avis */
.avis { background: var(--papier); border-top: 1px solid var(--ligne); border-bottom: 1px solid var(--ligne); }
.avis__piste {
  display: grid; grid-auto-flow: column; grid-auto-columns: min(62%, 250px); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px var(--gout) 18px; margin-top: 40px; scrollbar-width: none; scroll-padding: 0 var(--gout);
}
.avis__piste::-webkit-scrollbar { display: none; }
@media (min-width: 1240px) { .avis__piste { max-width: var(--large); margin: 40px auto 0; padding: 6px 32px 18px; grid-auto-columns: calc((100% - 6 * 14px) / 5.3); } }
.reel {
  position: relative; aspect-ratio: 9 / 16; border-radius: 22px; overflow: hidden; border: 0; padding: 0; background: #222;
  scroll-snap-align: start; text-align: left; transition: transform .4s var(--ease);
}
.reel:hover { transform: translateY(-4px) rotate(-.6deg); }
.reel img { width: 100%; height: 100%; object-fit: cover; }
.reel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, transparent 30%, transparent 55%, rgba(0, 0, 0, .7)); }
.reel__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; width: 58px; height: 58px; border-radius: 50%;
  background: rgba(255, 255, 255, .22); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: grid; place-items: center; color: #fff;
  border: 1px solid rgba(255, 255, 255, .45);
}
.reel__play svg { width: 22px; height: 22px; margin-left: 3px; }
.reel__txt { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 1; color: #fff; font-size: 13.5px; font-weight: 500; line-height: 1.35; }
.reel__txt b { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; opacity: .9; margin-bottom: 4px; }
.reel__txt svg { width: 13px; height: 13px; }
.reel__duree { position: absolute; top: 12px; right: 12px; z-index: 1; font-size: 11px; font-weight: 600; color: #fff; background: rgba(0, 0, 0, .45); padding: 3px 8px; border-radius: 999px; }
.avis__note { text-align: center; font-size: 12.5px; color: var(--encre-3); margin: 8px var(--gout) 0; }

/* lecteur plein écran façon "stories" */
.story { position: fixed; inset: 0; z-index: 200; background: rgba(8, 8, 8, .96); display: none; align-items: center; justify-content: center; }
.story.ouvert { display: flex; animation: fondu .3s var(--ease); }
@keyframes fondu { from { opacity: 0; } }
.story__cadre { position: relative; height: min(92vh, 860px); aspect-ratio: 9 / 16; max-width: 100vw; border-radius: 18px; overflow: hidden; background: #000; }
@media (max-width: 560px) { .story__cadre { height: 100%; width: 100%; border-radius: 0; aspect-ratio: auto; } }
.story__cadre video { width: 100%; height: 100%; object-fit: cover; }
.story__barres { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; gap: 4px; z-index: 3; }
.story__barres i { flex: 1; height: 3px; border-radius: 2px; background: rgba(255, 255, 255, .3); overflow: hidden; }
.story__barres i b { display: block; height: 100%; width: 0; background: #fff; }
.story__barres i.fini b { width: 100%; }
.story__haut { position: absolute; top: 26px; left: 14px; right: 14px; display: flex; justify-content: space-between; align-items: center; z-index: 3; color: #fff; font-size: 13px; font-weight: 600; }
.story__btn { width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(0, 0, 0, .35); color: #fff; display: grid; place-items: center; }
.story__btn svg { width: 20px; height: 20px; }
.story__zone { position: absolute; top: 80px; bottom: 110px; width: 35%; z-index: 2; border: 0; background: none; }
.story__zone--g { left: 0; } .story__zone--d { right: 0; }
.story__cta { position: absolute; left: 14px; right: 14px; bottom: 18px; z-index: 3; }
.story__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .12); color: #fff; display: none; place-items: center; }
.story__nav svg { width: 22px; height: 22px; }
.story__nav--g { left: calc(50% - min(46vh, 430px) * 9 / 16 - 70px); }
.story__nav--d { right: calc(50% - min(46vh, 430px) * 9 / 16 - 70px); }
@media (min-width: 900px) { .story__nav { display: grid; } }

/* --------------------------------------------------------------- famille */
.famille { position: relative; border-radius: var(--r-l); overflow: hidden; margin: 0 var(--gout); min-height: 460px; display: flex; align-items: flex-end; color: #fff; }
@media (min-width: 1300px) { .famille { max-width: 1260px; margin: 0 auto; } }
.famille picture, .famille img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.famille::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 10, 10, .78), rgba(10, 10, 10, .08) 70%); }
.famille__txt { position: relative; z-index: 1; padding: 34px 24px; max-width: 700px; }
@media (min-width: 980px) { .famille__txt { padding: 60px; } }
.famille__txt .titre { color: #fff; font-size: clamp(34px, 5vw, 64px); }
.famille__txt .titre em { color: #fff; opacity: .92; }
.famille__txt p { color: rgba(255, 255, 255, .85); margin: 16px 0 26px; max-width: 520px; }

/* ------------------------------------------------------------------- FAQ */
.faq { display: grid; gap: 36px; }
@media (min-width: 980px) { .faq { grid-template-columns: .8fr 1.2fr; gap: 80px; } }
.faq__liste { border-top: 1px solid var(--ligne-2); }
.faq details { border-bottom: 1px solid var(--ligne-2); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; font-size: 17px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { width: 30px; height: 30px; flex: none; border-radius: 50%; border: 1px solid var(--ligne-2); display: grid; place-items: center; transition: transform .3s var(--ease), background .3s; }
.faq summary i svg { width: 14px; height: 14px; }
.faq details[open] summary i { transform: rotate(45deg); background: var(--encre); color: #fff; border-color: var(--encre); }
.faq details p { margin: -6px 0 22px; color: var(--encre-2); max-width: 640px; }
.faq__contact { margin-top: 26px; padding: 22px; border-radius: var(--r); background: var(--papier); border: 1px solid var(--ligne); font-size: 14.5px; }
.faq__contact a { font-weight: 600; }

/* ------------------------------------------------------------- CTA final */
.final { text-align: center; }
.final__produit { width: min(460px, 86%); margin: 30px auto 0; background: var(--blanc); border-radius: var(--r-l); box-shadow: var(--ombre-l); padding: 4%; }
.final .prix { justify-content: center; }
.final__btns { display: flex; flex-direction: column; gap: 10px; align-items: center; margin-top: 24px; }
.final__btns .btn { min-width: min(360px, 100%); }

/* ---------------------------------------------------------------- footer */
.pied { background: var(--encre); color: #cfc9c0; padding: 64px 0 110px; font-size: 14px; }
@media (min-width: 980px) { .pied { padding-bottom: 50px; } }
.pied__grille { display: grid; gap: 34px; }
@media (min-width: 900px) { .pied__grille { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.pied .logo__txt { color: #fff; }
.pied h4 { color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 14px; }
.pied ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.pied a { text-decoration: none; color: #cfc9c0; }
.pied a:hover { color: #fff; }
.pied__bas { border-top: 1px solid #2c2b29; margin-top: 44px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-size: 12.5px; color: #8e877e; }
.pied .moyens { justify-content: flex-start; margin: 16px 0 0; }

/* ---------------------------------------------------------- barre mobile */
.barre-achat {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: rgba(251, 249, 245, .96); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--ligne); padding: 10px var(--gout) calc(10px + env(safe-area-inset-bottom));
  display: flex; align-items: center; gap: 12px; transform: translateY(110%); transition: transform .4s var(--ease);
}
.barre-achat.on { transform: none; }
.barre-achat img { width: 48px; height: 48px; border-radius: 10px; background: #fff; object-fit: contain; border: 1px solid var(--ligne); }
.barre-achat__info { flex: 1; min-width: 0; line-height: 1.2; }
.barre-achat__info b { display: block; font-size: 17px; }
.barre-achat__info s { font-size: 12.5px; color: var(--encre-3); }
.barre-achat .btn { --h: 48px; padding: 0 22px; font-size: 15px; }
@media (min-width: 980px) { .barre-achat { left: auto; right: 24px; bottom: 24px; border-radius: 999px; border: 1px solid var(--ligne); padding: 8px 8px 8px 10px; box-shadow: var(--ombre-l); width: 440px; transform: translateY(160%); } .barre-achat img { border-radius: 50%; } }

/* =========================================================== tiroir panier */
.voile { position: fixed; inset: 0; background: rgba(21, 20, 19, .45); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .35s; }
.voile.on { opacity: 1; pointer-events: auto; }
.panier {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 100; width: min(440px, 100%); background: var(--papier);
  display: flex; flex-direction: column; transform: translateX(100%); visibility: hidden;
  transition: transform .45s var(--ease), visibility 0s linear .45s;
}
.panier.on { transform: none; visibility: visible; transition: transform .45s var(--ease); box-shadow: -30px 0 80px -30px rgba(0, 0, 0, .35); }
.panier__tete { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--ligne); }
.panier__tete h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 30px; }
.panier__fermer { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--ligne); background: none; display: grid; place-items: center; }
.panier__fermer svg { width: 18px; height: 18px; }
.panier__offert { padding: 14px 20px; background: var(--vert-p); color: #14502f; font-size: 13.5px; display: flex; gap: 10px; align-items: center; }
.panier__offert svg { width: 20px; height: 20px; flex: none; }
.panier__corps { flex: 1; overflow-y: auto; padding: 20px; }
.ligne-panier { display: grid; grid-template-columns: 84px 1fr; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid var(--ligne); }
.ligne-panier img { width: 84px; height: 84px; border-radius: 12px; background: #fff; border: 1px solid var(--ligne); object-fit: contain; }
.ligne-panier h3 { margin: 0; font-size: 14.5px; font-weight: 600; line-height: 1.3; }
.ligne-panier small { display: block; color: var(--encre-3); font-size: 12.5px; margin-top: 3px; }
.ligne-panier__bas { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.ligne-panier .qte { height: 38px; }
.ligne-panier .qte button { width: 34px; }
.ligne-panier__prix { text-align: right; line-height: 1.2; }
.ligne-panier__prix b { display: block; }
.ligne-panier__prix s { font-size: 12px; color: var(--encre-3); }
.vide { text-align: center; padding: 50px 10px; color: var(--encre-3); }
.vide .btn { margin-top: 16px; }

.bump {
  margin-top: 20px; display: grid; grid-template-columns: auto 60px 1fr; gap: 12px; align-items: center; padding: 14px;
  border-radius: var(--r); border: 1.5px dashed var(--rouge); background: var(--rouge-p); cursor: pointer; transition: background .25s;
}
.bump.on { border-style: solid; background: #fff; }
.bump input { position: absolute; opacity: 0; pointer-events: none; }
.bump__case { width: 22px; height: 22px; border-radius: 6px; border: 1.5px solid var(--rouge); background: #fff; display: grid; place-items: center; }
.bump__case svg { width: 14px; height: 14px; color: #fff; opacity: 0; }
.bump.on .bump__case { background: var(--rouge); }
.bump.on .bump__case svg { opacity: 1; }
.bump img { width: 60px; height: 60px; border-radius: 10px; background: #fff; object-fit: contain; }
.bump b { font-size: 14px; display: block; line-height: 1.3; }
.bump small { font-size: 12.5px; color: var(--encre-2); display: block; margin-top: 2px; }
.bump em { font-style: normal; color: var(--rouge); font-weight: 700; }

.panier__pied { border-top: 1px solid var(--ligne); padding: 18px 20px calc(18px + env(safe-area-inset-bottom)); background: var(--blanc); }
.panier__ligne { display: flex; justify-content: space-between; font-size: 14.5px; margin-bottom: 6px; color: var(--encre-2); }
.panier__ligne--total { font-size: 18px; font-weight: 700; color: var(--encre); margin: 10px 0 14px; }
.panier__ligne .offert { color: var(--vert); font-weight: 600; }
.panier__eco { font-size: 13px; color: var(--vert); font-weight: 600; text-align: right; margin: -8px 0 12px; }
.panier__pied .moyens { margin-top: 12px; }

/* ----------------------------------------------------------- apparition */
.apparait { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.apparait.vu { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .apparait { opacity: 1; transform: none; }
}

/* ajustes téléphone */
@media (max-width: 560px) {
  .taille { grid-template-columns: 64px 1fr; gap: 12px; padding: 14px 16px; }
  .taille__type { display: none !important; }
  .tuile { min-height: 320px; }
  .t-a { min-height: 380px; }
  .tuile--texte, .t-d, .t-f { min-height: 0; }
  .tuile--texte { gap: 30px; }
}
