/* ==========================================================================
   B.R.M Chronographes — Pendules
   Charte reprise du site CYLINDRE (remontoirs) : mêmes couleurs, mêmes fontes,
   même grammaire typographique.

   Révision 31/08/2026 :
   — les visuels produit ne sont plus recadrés (tous les rendus sont en portrait,
     ils étaient forcés dans des boîtes en paysage) ;
   — passage « luxe » : noirs plus profonds, filets d'or, respirations plus
     larges, damier réduit à une signature fine plutôt qu'un bandeau ;
   — mobile revu : visuel produit plein cadre, barre de commande fixe,
     rythme vertical resserré ;
   — financement Sofinco 36× 0 %, comme sur le site Cylindre.
   ========================================================================== */

:root {
  /* Charte B.R.M : noir, gris, touches de rouge. Aucun doré, aucun brun. */
  --cream: #F7F7F7;
  --bone: #EDEDED;
  --paper: #FFFFFF;
  --graphite: #161616;
  --noir: #0A0A0A;
  --text: #1B1B1B;
  --muted: #767676;
  --muted-dark: rgba(255, 255, 255, 0.60);
  --line: rgba(255, 255, 255, 0.10);
  --line-dark: rgba(0, 0, 0, 0.11);
  /* Aucune couleur d'accent : l'accent typographique est un gris.
     Deux valeurs, parce qu'un seul gris ne peut pas tenir sur fond clair
     ET sur fond noir. --ink sert sur le clair, --chalk sur le sombre. */
  --ink: #6E6E6E;
  --chalk: #B4B4B4;
  --gold: var(--ink);
  --gold-soft: rgba(255, 255, 255, 0.18);
  --hair-light: rgba(0, 0, 0, 0.14);
  --maxw: 1280px;
  /* Hauteur de la barre du haut : marge du haut + logo + marge du bas.
     Elle sert à glisser le visuel SOUS le header. */
  --nav-h: 78px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
/* Un mot qui ne tient pas dans la largeur déborde SANS élargir son bloc : rien
   ne dépasse à l'inspection, et pourtant la page défile latéralement. C'est ce
   qui arrivait à « Geschäftsbedingungen » sur un écran de 360 px. La coupure est
   autorisée partout, et la césure typographique s'appuie sur l'attribut `lang`
   de la page — allemand et néerlandais en profitent le plus. */
h1, h2, h3, h4, h5, p, li, td, th, .lede, .label { overflow-wrap: break-word; }
h1, h2, h3 { hyphens: auto; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3, h4 { font-weight: 400; letter-spacing: -0.025em; line-height: 1.08; }
h1, .intro-inner h2, .hero h1 { font-weight: 300; }
em { font-style: normal; color: var(--muted); }

.label {
  font-family: 'Instrument Sans', 'DM Sans', sans-serif;
  font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600;
}
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }

/* ---------- damier B.R.M ----------
   Signature de la marque, pas un bandeau : fin, et en ivoire/graphite plutôt
   qu'en noir et blanc purs, qui « criaient » plus qu'ils ne signaient.        */
.checker {
  height: 10px; width: 100%;
  background-image:
    linear-gradient(45deg, #EDEDED 25%, transparent 25%),
    linear-gradient(-45deg, #EDEDED 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #EDEDED 75%),
    linear-gradient(-45deg, transparent 75%, #EDEDED 75%);
  background-size: 10px 10px;
  background-position: 0 0, 0 5px, 5px -5px, -5px 0;
  background-color: var(--graphite);
}
.checker.thin { height: 6px; background-size: 6px 6px; background-position: 0 0, 0 3px, 3px -3px, -3px 0; }

/* ---------- bandeau maquette ---------- */
.mockup-bar {
  background: #141414; color: #E6E6E6;
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: 0.16em;
  text-transform: uppercase; text-align: center; padding: 9px 16px;
  border-bottom: 1px solid var(--hair-light);
}
.mockup-bar b { color: var(--chalk); font-weight: 600; }

/* ---------- navigation — reprise du header Cylindre ----------
   Même composition : logo, menu « La gamme » déroulant, FR/EN, panier, burger.
   Le bandeau « maquette » reste au-dessus, donc la barre est collante plutôt
   que fixe — à l'écran, le comportement est identique une fois défilé.       */
nav.top {
  position: sticky; top: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 48px; color: #fff;
  background: linear-gradient(to bottom, rgba(0,0,0,0.72), rgba(0,0,0,0.18));
  transition: background .3s, padding .3s;
}
nav.top.scrolled { background: rgba(10,10,10,0.96); padding: 12px 48px; backdrop-filter: blur(10px); }

/* En haut de page, la barre se posait sur le fond crème de la page : son dégradé
   noir y donnait une bande grise virant au blanc, au-dessus du visuel — c'est
   exactement ce qu'elle est censée éviter. Le premier bloc, toujours sombre,
   remonte donc SOUS elle. */
.hero, .model-hero { margin-top: calc(-1 * var(--nav-h)); }
/* La page d'erreur ne commence pas par un visuel : là, une barre pleine. */
body.page-claire nav.top { background: rgba(10,10,10,0.96); }
nav.top .logo-wrap { display: flex; align-items: center; gap: 18px; text-decoration: none; }
nav.top .logo-wrap img { height: 42px; width: auto; }
nav.top .divider { width: 1px; height: 28px; background: rgba(255,255,255,0.22); }
nav.top .badge {
  font-family: 'Instrument Sans', sans-serif; font-weight: 700;
  letter-spacing: 0.22em; font-size: 12px;
}
nav.top ul {
  display: flex; gap: 36px; list-style: none;
  position: absolute; inset: 0; margin: auto;
  width: fit-content; height: fit-content; z-index: 1;
}
nav.top ul > li > a, nav.top .nav-drop > a {
  color: #fff; text-decoration: none; font-size: 13px; opacity: .85; transition: opacity .2s;
}
nav.top ul > li > a:hover { opacity: 1; }

/* Le lien vers le site officiel des montres. Ce n'est pas une section de plus :
   il fait sortir du site. Il ne se distingue donc pas par une couleur — la
   charte n'en a aucune — mais par sa forme : un filet qui l'entoure, la
   typographie des libellés de la maison (capitales espacées), et la flèche qui
   annonce le départ. Un filet vertical le sépare des quatre liens de section. */
nav.top > a.nav-officiel {
  display: inline-flex; align-items: center; gap: 7px;
  margin-left: auto; margin-right: 14px; padding: 7px 14px;
  color: #fff; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.22); border-radius: 999px;
  font-family: 'Instrument Sans', sans-serif; font-weight: 500;
  font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  white-space: nowrap; opacity: .8;
  transition: border-color .25s, background .25s, opacity .25s;
}
/* Il prend la place du sélecteur comme premier élément du groupe de droite. */
nav.top > a.nav-officiel + .lang-drop { margin-left: 0; }
nav.top > a.nav-officiel::after {
  content: '\2197'; font-size: 11px; line-height: 1; opacity: .75;
}
nav.top > a.nav-officiel:hover {
  opacity: 1; border-color: rgba(255,255,255,0.55); background: rgba(255,255,255,0.08);
}
/* Sur mobile, la barre du haut se réduit au logo et au menu : le lien vit dans
   le panneau, inutile de l'afficher deux fois. */
@media (max-width: 980px) {
  nav.top > a.nav-officiel { display: none; }
  nav.top > a.nav-officiel + .lang-drop { margin-left: auto; }
}

/* Menu mobile : même intention, mise en page du panneau. Le filet du haut le
   détache des pages du site, la flèche dit qu'on en sort. */
.nav-panel a.nav-officiel {
  margin-top: 14px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.12);
}
.nav-panel a.nav-officiel b {
  font-family: 'Instrument Sans', sans-serif; font-size: 11px;
  letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
}
.nav-panel a.nav-officiel b::after {
  content: '\2197'; font-size: 10px; margin-left: 8px; vertical-align: 1px; opacity: .75;
}

/* Menu « La gamme » — les sept pendules en liste */
nav.top .nav-drop { position: relative; }
.nav-drop > a::after {
  content: '›'; display: inline-block; margin-left: 6px;
  transform: rotate(90deg); font-size: 14px; line-height: 1; transition: transform .2s;
}
.nav-drop:hover > a::after { transform: rotate(270deg); }
/* Bandeau pleine largeur : sept vignettes côte à côte. En colonne, la liste
   descendait sur presque toute la hauteur de l'écran. La position verticale
   suit la barre de navigation (voir --nav-bottom, posé par le script), qui est
   collante et précédée du bandeau « maquette ». */
.nav-drop-menu {
  position: fixed; top: var(--nav-bottom, 96px); left: 0; right: 0; width: 100vw;
  background: rgba(10,10,10,0.98); backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 30px 80px rgba(0,0,0,0.7);
  padding: 30px 40px 34px;
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 18px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .2s, transform .2s, visibility .2s; z-index: 55;
}
.nav-drop-menu::before { content: ''; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.nav-drop:hover .nav-drop-menu, .nav-drop:focus-within .nav-drop-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.ndm-item {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 12px; padding: 16px 10px 18px;
  color: rgba(255,255,255,0.85); text-decoration: none;
  background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06);
  transition: background .2s, border-color .2s, transform .2s;
}
.ndm-item:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.28); transform: translateY(-3px); color: #fff; }
.ndm-item.on { color: #fff; border-color: rgba(255,255,255,0.4); }
.ndm-img {
  width: 100%; aspect-ratio: 1; flex: none; position: relative;
  background: radial-gradient(ellipse at center, #232323 0%, transparent 74%);
  display: flex; align-items: center; justify-content: center;
}
.ndm-img img { position: absolute; inset: 3%; width: 94%; height: 94%;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.55)); }
.ndm-txt { display: flex; flex-direction: column; gap: 4px; align-items: center; }
.ndm-txt b { font-family: 'Instrument Sans', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: .04em; }
.ndm-txt small { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* Langue — un drapeau dans la barre, la liste au clic */
.lang-drop { position: relative; margin-left: auto; }
.lang-trigger {
  background: none; border: 1px solid rgba(255,255,255,.14); cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px;
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; font-weight: 600;
  letter-spacing: .16em; color: #fff; transition: border-color .2s, background .2s;
}
.lang-trigger:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.05); }
.lang-flag svg, .lang-opt svg { width: 20px; height: 14px; display: block; }
.lang-caret { font-size: 13px; line-height: 1; transform: rotate(90deg); transition: transform .2s; opacity: .6; }
.lang-drop.open .lang-caret { transform: rotate(270deg); }
.lang-menu {
  position: absolute; top: calc(100% + 10px); right: 0; min-width: 190px;
  background: rgba(10,10,10,.98); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.09); box-shadow: 0 20px 50px rgba(0,0,0,.6);
  padding: 6px; opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s, transform .18s, visibility .18s; z-index: 60;
}
.lang-drop.open .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-opt {
  display: flex; align-items: center; gap: 12px; width: 100%;
  background: none; border: none; cursor: pointer; padding: 9px 12px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; color: rgba(255,255,255,.8);
  transition: background .15s, color .15s;
  /* Les options sont des <a> dès qu'une page traduite existe : sans ça, elles
     s'affichaient soulignées et en bleu au milieu des <button>. */
  text-decoration: none; box-sizing: border-box;
}
.lang-opt:hover { background: rgba(255,255,255,.06); color: #fff; }
.lang-opt.active { color: #fff; }
.lang-opt.active::after { content: '·'; margin-left: auto; font-size: 20px; line-height: 0; }
@media (max-width: 620px) {
  .lang-trigger { padding: 6px 8px; gap: 6px; }
  .lang-code { display: none; }
}

/* Panier */
.cart-link {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; color: #fff; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.14); margin-left: 16px;
  transition: background .2s, border-color .2s;
}
.cart-link:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.34); }
.cart-link svg { display: block; }
.cart-link .cart-count {
  position: absolute; top: -6px; right: -6px; min-width: 18px; height: 18px; padding: 0 5px;
  background: #fff; color: #0A0A0A; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Instrument Sans', sans-serif; font-size: 10px; font-weight: 700; line-height: 1;
  opacity: 0; transform: scale(.6); transition: opacity .2s, transform .2s;
}
.cart-link .cart-count.has-items { opacity: 1; transform: scale(1); }

/* Burger + tiroir mobile */
.nav-burger {
  display: none; background: none; border: none; cursor: pointer;
  width: 34px; height: 34px; margin-left: 12px; padding: 6px;
}
.nav-burger span { display: block; height: 1.5px; background: #fff; margin: 5px 0; transition: transform .25s, opacity .25s; }
body.nav-open .nav-burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
body.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
body.nav-open .nav-burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,.72); z-index: 65;
  opacity: 0; pointer-events: none; transition: opacity .28s;
}
body.nav-open .nav-backdrop { opacity: 1; pointer-events: auto; }
.nav-panel {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(84vw, 340px); z-index: 66;
  background: #0A0A0A; border-left: 1px solid var(--line);
  padding: 84px 26px 32px; overflow-y: auto;
  /* Le panneau est hors écran, décalé de sa propre largeur : si son contenu le
     déborde (un mot allemand qui ne se coupe pas), ce débordement s'ajoute à la
     largeur du document et TOUTE la page se met à défiler latéralement. Vu sur
     /de/cgv/ à 360 px : 27 px de défilement horizontal, sans rien de visible. */
  overflow-x: hidden; overflow-wrap: anywhere;
  transform: translateX(100%); transition: transform .3s cubic-bezier(.2,.7,.3,1);
}
body.nav-open .nav-panel { transform: translateX(0); }
.nav-panel .np-label {
  display: block; font-family: 'Instrument Sans', sans-serif; font-size: 10px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--chalk);
  margin: 26px 0 12px;
}
.nav-panel .np-label:first-child { margin-top: 0; }
.nav-panel a {
  display: flex; flex-direction: column; gap: 2px; padding: 12px 0;
  color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-panel a b { font-size: 15px; font-weight: 400; }
.nav-panel a small { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- boutons ---------- */
.btn {
  padding: 15px 30px; font-family: 'Instrument Sans', sans-serif; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; cursor: pointer;
  border: 1px solid transparent; text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}
.btn-light { background: #fff; color: var(--noir); }
.btn-light:hover { background: var(--bone); color: var(--noir); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.28); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.07); }
.btn-dark { background: var(--noir); color: #fff; }
.btn-dark:hover { background: #333333; }
.btn-outline { background: transparent; color: var(--noir); border-color: rgba(0,0,0,0.22); }
.btn-outline:hover { border-color: var(--noir); background: var(--noir); color: #fff; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 86vh; display: flex; align-items: flex-end;
  /* Téléphone : le portrait d'ambiance, qui tient dans un écran vertical.
     Desktop : la bannière, cadrée en paysage — le sujet y est à droite, le
     texte se pose donc dans la zone sombre de gauche. */
  background: #0A0A0A url('../img/ambiance/rouge.webp') center/cover no-repeat;
  color: #fff; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(6,6,6,.96) 0%, rgba(6,6,6,.58) 46%, rgba(6,6,6,.20) 100%),
    radial-gradient(ellipse at 72% 40%, rgba(255,255,255,.07) 0%, transparent 62%);
}
.hero-inner { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; padding: 0 40px 104px; width: 100%; }
.hero h1 { font-size: clamp(40px, 6.6vw, 92px); max-width: 15ch; margin: 26px 0 26px; }
.hero h1 em { display: block; color: rgba(255,255,255,.50); }
.hero p.kicker { max-width: 56ch; font-size: 17px; color: rgba(255,255,255,.76); font-weight: 300; }
.hero .hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero .label { color: var(--chalk); }

@media (min-width: 721px) {
  .hero { background-image: url('../img/hero-banniere.webp'); background-position: center 42%; }
  /* La pendule occupe le centre-droit de la bannière : on assombrit la gauche
     pour que le titre s'y détache sans écraser le visuel. */
  .hero::after {
    background:
      linear-gradient(to right, rgba(6,6,6,.93) 0%, rgba(6,6,6,.62) 34%, rgba(6,6,6,.12) 62%, transparent 80%),
      linear-gradient(to top, rgba(6,6,6,.88) 0%, rgba(6,6,6,.30) 40%, transparent 72%);
  }
  .hero h1 { max-width: 11ch; }
}

/* ---------- sections génériques ---------- */
section { position: relative; }
[id] { scroll-margin-top: 96px; }
.sec { padding: 128px 0; }
.sec-dark { background: var(--noir); color: #fff; }
.sec-graphite { background: var(--graphite); color: #fff; }
.sec-bone { background: var(--bone); }
.sec-header { max-width: 760px; margin-bottom: 62px; }
.sec-header .label { color: var(--gold); display: block; margin-bottom: 20px; position: relative; padding-top: 20px; }
.sec-header .label::before {
  content: ''; position: absolute; top: 0; left: 0; width: 46px; height: 1px; background: var(--gold-soft);
}
.sec-dark .sec-header .label, .sec-graphite .sec-header .label { color: var(--chalk); }
.sec-header h2 { font-size: clamp(29px, 3.7vw, 48px); }
.sec-header p { margin-top: 20px; font-size: 17px; color: var(--muted); font-weight: 300; }
.sec-dark .sec-header p, .sec-graphite .sec-header p { color: var(--muted-dark); }

.intro-inner { max-width: 840px; margin: 0 auto; text-align: center; }
.intro-inner h2 { font-size: clamp(30px, 4.3vw, 54px); }
.intro-inner p { margin-top: 28px; font-size: 18px; color: var(--muted); font-weight: 300; }

/* ---------- grille de gamme ---------- */
.range-grid {
  display: flex; gap: 22px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: none; -ms-overflow-style: none;
  padding-bottom: 4px;
}
.range-grid::-webkit-scrollbar { display: none; }
/* Trois pendules visibles, la quatrième à moitié : la coupe dit qu'il y a
   une suite, et c'est ce qui donne envie d'aller la chercher. */
.range-grid > .model-card { flex: 0 0 calc((100% - 3 * 22px) / 3.5); scroll-snap-align: start; }

/* Le carrousel déborde volontairement de la colonne de texte : les visuels
   respirent, les flèches se posent dans la marge. */
.range-slider-wrap { position: relative; }
.rs-arrow {
  position: absolute; top: 38%; z-index: 3;
  width: 46px; height: 46px; border: 1px solid var(--line-dark);
  background: var(--paper); color: var(--text);
  font-size: 26px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, border-color .2s, opacity .2s;
}
.rs-arrow:hover { background: var(--noir); color: #fff; border-color: var(--noir); }
.rs-arrow[disabled] { opacity: .25; pointer-events: none; }
.rs-prev { left: -23px; }
.rs-next { right: -23px; }
@media (max-width: 1180px) {
  .range-grid > .model-card { flex-basis: calc((100% - 2 * 22px) / 2.5); }
}
@media (max-width: 900px) {
  .range-grid > .model-card { flex-basis: calc((100% - 22px) / 1.7); }
  .rs-prev { left: -8px; }
  .rs-next { right: -8px; }
}
@media (max-width: 620px) {
  .range-grid > .model-card { flex-basis: 86%; }
  .rs-arrow { display: none; }
}
.model-card {
  background: var(--paper); border: 1px solid var(--line-dark);
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), border-color .35s ease, box-shadow .35s ease;
}
.model-card:hover {
  transform: translateY(-3px); border-color: var(--hair-light);
  box-shadow: 0 22px 50px rgba(0,0,0,.09);
}
/* Vitrine du visuel : le rendu est en portrait, la boîte doit l'être aussi,
   sinon la pendule est réduite à un timbre au centre d'un bandeau vide. */
.model-card .ph {
  position: relative;
  background: radial-gradient(ellipse at 50% 42%, #FFFFFF 0%, #E4E4E4 82%);
  padding: 30px; display: flex; align-items: center; justify-content: center;
  aspect-ratio: 1 / 0.98; overflow: hidden;
}
.model-card .ph img {
  max-height: 94%; max-width: 94%; width: auto; object-fit: contain;
  transition: transform .6s cubic-bezier(.2,.7,.3,1);
}
.model-card:hover .ph img { transform: scale(1.035); }
/* Le pied de carte — prix et « Découvrir » — s'aligne d'une carte à l'autre.
   Les cartes ont déjà la même hauteur (flex row, stretch) ; il manquait de
   faire descendre le pied au bas de chacune. Le texte occupe la place libre,
   le pied se colle en bas : trois lignes de description ou cinq, les prix
   restent sur la même ligne. */
.model-card .body {
  padding: 26px 28px 30px; border-top: 1px solid var(--line-dark);
  display: flex; flex-direction: column; flex: 1;
}
.model-card .world { color: var(--muted); }
.model-card h3 { font-size: 26px; margin: 12px 0 6px; }
.model-card .code { font-family: 'Instrument Sans', sans-serif; font-size: 11px; letter-spacing: .14em; color: var(--ink); }
.model-card p { margin-top: 14px; font-size: 14.5px; color: var(--muted); font-weight: 300; flex: 1; }
.model-card .foot {
  margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line-dark);
  display: flex; align-items: center; justify-content: space-between;
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
}
.model-card .foot .price { color: var(--muted); }
.model-card .foot .go { color: var(--noir); }

.tbc {
  display: inline-block; font-family: 'Instrument Sans', sans-serif;
  font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase;
  border: 1px solid var(--hair-light); padding: 3px 7px; color: var(--gold); margin-left: 8px;
  vertical-align: middle;
}

/* ---------- configurateur couleur ---------- */
.picker { display: grid; grid-template-columns: 1.1fr 1fr; gap: 68px; align-items: center; }

/* Scène produit — jamais de recadrage : le rendu est posé en entier,
   la boîte est portrait comme les images (1200 × ~1260 px).                   */
.picker-stage {
  /* Les rendus sont détourés : sur une section claire, une boîte noire dessine
     un rectangle qui n'a rien à y faire. La scène suit donc le fond de sa
     section — claire par défaut, sombre seulement dans les sections sombres. */
  background:
    radial-gradient(ellipse at 50% 36%, #FFFFFF 0%, #DEDEDE 80%);
  border: 1px solid var(--line-dark);
  aspect-ratio: 1 / 1.04; display: flex; align-items: center; justify-content: center;
  padding: 40px; position: relative; overflow: hidden;
}
.picker-stage::after {
  /* ombre portée douce sous l'objet : donne le sol, donc le poids */
  content: ''; position: absolute; left: 18%; right: 18%; bottom: 8%; height: 26px;
  background: radial-gradient(ellipse at 50% 50%, rgba(0,0,0,.20) 0%, transparent 72%);
  pointer-events: none;
}
/* Sections sombres : la scène redevient sombre, sinon c'est un pavé blanc au
   milieu du noir. Deux classes suffisent, la spécificité fait le reste. */
.sec-dark .picker-stage, .sec-graphite .picker-stage {
  background: radial-gradient(ellipse at 50% 38%, #2A2A2A 0%, #0E0E0E 74%);
  border-color: var(--line);
}
.sec-dark .picker-stage::after, .sec-graphite .picker-stage::after {
  background: radial-gradient(ellipse at 50% 50%, rgba(0,0,0,.55) 0%, transparent 72%);
}
.sec-bone .picker-stage, .picker-stage.light {
  background: radial-gradient(ellipse at 50% 36%, #FFFFFF 0%, #DEDEDE 80%);
  border-color: var(--line-dark);
}
.sec-bone .picker-stage::after, .picker-stage.light::after {
  background: radial-gradient(ellipse at 50% 50%, rgba(0,0,0,.20) 0%, transparent 72%);
}
.picker-stage img {
  position: relative; z-index: 1;
  /* Les rendus sont détourés au ras de l'objet : sans cette réserve, la pendule
     colle aux bords de la scène et paraît coupée. */
  max-height: 86%; max-width: 88%; width: auto; height: auto; object-fit: contain;
  transition: opacity .25s ease;
}
/* Les deux modèles au format paysage (Hélice, Flat-Twin) : boîte plus large,
   sinon ils flottent au milieu d'une boîte trop haute. */
.picker-stage.wide { aspect-ratio: 1 / 0.82; }
.picker-stage .stage-ref {
  position: absolute; left: 22px; bottom: 18px; z-index: 2;
  font-family: 'Instrument Sans', sans-serif; font-size: 10px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted);
}
.picker-info h3 { font-size: clamp(26px, 3vw, 38px); }
.picker-info .chosen { margin: 18px 0 6px; font-size: 20px; font-weight: 300; }
.picker-info .chosen b { font-weight: 500; }
.picker-info p { color: var(--muted); margin-top: 14px; font-weight: 300; }
.sec-dark .picker-info p, .sec-graphite .picker-info p { color: var(--muted-dark); }

.swatches { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.swatch {
  width: 44px; height: 44px; border-radius: 50%; cursor: pointer;
  border: 1px solid rgba(0,0,0,.18); padding: 0; position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
  background-size: cover;
}
.sec-dark .swatch, .sec-graphite .swatch { border-color: rgba(255,255,255,.20); }
.swatch:hover { transform: scale(1.10); }
.swatch[aria-pressed="true"] { box-shadow: 0 0 0 2px var(--cream), 0 0 0 3px var(--noir); }
.sec-dark .swatch[aria-pressed="true"], .sec-graphite .swatch[aria-pressed="true"] { box-shadow: 0 0 0 2px var(--noir), 0 0 0 3px #fff; }
.swatch .sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* teintes de la gamme */
.sw-blanc      { background: linear-gradient(140deg, #FFFFFF, #DEDCD6); }
.sw-argent     { background: linear-gradient(140deg, #E2E4E6, #A9AEB2); }
.sw-bleu-295c  { background: linear-gradient(140deg, #14406F, #06203F); }
.sw-bleu-300   { background: linear-gradient(140deg, #1663A8, #0B3E70); }
.sw-bleu-ciel  { background: linear-gradient(140deg, #56C1EC, #1E93CC); }
.sw-jaune      { background: linear-gradient(140deg, #FBD64A, #E3A800); }
.sw-orange     { background: linear-gradient(140deg, #FB8A2E, #E05F00); }
.sw-rouge      { background: linear-gradient(140deg, #D5342C, #A0201A); }
.sw-vert-pomme { background: linear-gradient(140deg, #A9D95B, #6FAE23); }
.sw-noir       { background: linear-gradient(140deg, #35312C, #0C0B09); }
.sw-bronze     { background: linear-gradient(140deg, #C79A6B, #8A5A2E); }
.sw-cuivre     { background: linear-gradient(140deg, #D08A5C, #9A4E23); }
.sw-carbone    { background: repeating-linear-gradient(45deg, #23262A 0 4px, #34383D 4px 8px); }
.sw-carbone-2  { background: repeating-linear-gradient(45deg, #3A3E43 0 4px, #C9CDD2 4px 8px); }
.sw-france     { background: linear-gradient(90deg, #0B2E5B 0 33%, #F4F2EE 33% 66%, #C41E24 66% 100%); }
.sw-italie     { background: linear-gradient(90deg, #128A47 0 33%, #F4F2EE 33% 66%, #C41E24 66% 100%); }
.sw-martini    { background: linear-gradient(90deg, #0B2E5B 0 40%, #56C1EC 40% 70%, #C41E24 70% 100%); }
.sw-damier     {
  background-color: #fff;
  background-image:
    linear-gradient(45deg, #14120F 25%, transparent 25%),
    linear-gradient(-45deg, #14120F 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #14120F 75%),
    linear-gradient(-45deg, transparent 75%, #14120F 75%);
  background-size: 14px 14px;
  background-position: 0 0, 0 7px, 7px -7px, -7px 0;
}

.order-done h3 { font-size: 21px; margin-bottom: 14px; }
.order-done p { font-size: 14.5px; color: var(--muted); margin-bottom: 12px; }
.order-done a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- série limitée ---------- */
.limited {
  display: inline-flex; align-items: center; gap: 14px; margin-top: 26px;
  border: 1px solid rgba(255,255,255,.22); padding: 12px 20px 12px 16px;
}
.limited-n {
  font-size: 34px; font-weight: 300; line-height: 1; letter-spacing: -0.03em;
}
.limited-t {
  font-family: 'Instrument Sans', sans-serif; font-size: 10px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted-dark); line-height: 1.5;
}
.limited-t b { color: #fff; font-weight: 600; }
/* Le même encart sur fond clair. */
.sec-bone .limited, .sec:not(.sec-dark):not(.sec-graphite) .limited { border-color: var(--line-dark); }
.sec-bone .limited-t, .sec:not(.sec-dark):not(.sec-graphite) .limited-t { color: var(--muted); }
.sec-bone .limited-t b, .sec:not(.sec-dark):not(.sec-graphite) .limited-t b { color: var(--text); }
.model-hero .price-line { margin-top: 22px; }

/* ---------- visionneuse ---------- */
.picker-stage img.zoomable, .photo-grid img.zoomable { cursor: zoom-in; }
.zoom {
  position: fixed; inset: 0; z-index: 200; display: none;
  align-items: center; justify-content: center; padding: 40px;
  background: rgba(8,8,8,.94); backdrop-filter: blur(6px);
}
body.zoom-open { overflow: hidden; }
body.zoom-open .zoom { display: flex; }
.zoom img { max-width: 92vw; max-height: 86vh; object-fit: contain; cursor: zoom-out; }
.zoom-close {
  position: absolute; top: 20px; right: 26px; background: none; border: none;
  color: #fff; font-size: 34px; line-height: 1; cursor: pointer; opacity: .7;
}
.zoom-close:hover { opacity: 1; }
.zoom-cap {
  position: absolute; left: 0; right: 0; bottom: 24px; text-align: center;
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,255,255,.6);
}
@media (max-width: 620px) { .zoom { padding: 16px; } .zoom img { max-width: 96vw; max-height: 80vh; } }

/* ---------- prix ---------- */
.price-line { margin-top: 26px; display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.price-line [data-price-value] { font-size: 30px; font-weight: 300; letter-spacing: -0.02em; }
.price-line small {
  font-family: 'Instrument Sans', sans-serif; font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
}
.sec-dark .price-line small, .sec-graphite .price-line small { color: var(--muted-dark); }
.cd-prix { font-size: 17px; margin-top: 6px; }

/* ---------- ajout au panier ---------- */
.add-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 18px; }
.sec-dark .add-row .btn-dark, .sec-graphite .add-row .btn-dark { background: #fff; color: var(--noir); }
.sec-dark .add-row .btn-dark:hover, .sec-graphite .add-row .btn-dark:hover { background: var(--bone); }
.add-note {
  font-family: 'Instrument Sans', sans-serif; font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted);
}
.sec-dark .add-note, .sec-graphite .add-note { color: var(--chalk); }

/* ---------- commande en étapes ---------- */
.steps-nav {
  display: flex; gap: 8px; list-style: none; margin: 0 0 22px; padding: 0 0 14px;
  border-bottom: 1px solid var(--line-dark);
}
.steps-nav li {
  display: flex; align-items: center; gap: 8px; cursor: pointer;
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted); flex: 1;
}
.steps-nav li span {
  width: 24px; height: 24px; flex: none; border: 1px solid var(--line-dark);
  display: flex; align-items: center; justify-content: center; font-size: 11px;
}
.steps-nav li.on { color: var(--text); }
.steps-nav li.on span { background: var(--noir); color: #fff; border-color: var(--noir); }
.steps-nav li.done span { background: var(--bone); }
.step-actions { display: flex; gap: 10px; margin-top: 26px; }
.step-actions .btn { flex: 1; justify-content: center; }
@media (max-width: 620px) {
  .steps-nav li { font-size: 9px; letter-spacing: .1em; gap: 6px; }
  .steps-nav li span { width: 20px; height: 20px; font-size: 10px; }
}

.f-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 620px) { .f-grid-2 { grid-template-columns: 1fr; gap: 0; } }
.f-check {
  display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 18px;
  font-size: 13.5px; color: var(--muted); cursor: pointer;
}
.f-check input { width: 16px; height: 16px; margin-top: 2px; flex: none; accent-color: var(--noir); }
.sec-dark .f-check { color: var(--muted-dark); }

.cmd-total {
  margin-bottom: 26px; padding-bottom: 20px; border-bottom: 1px solid var(--line-dark);
}
.ct-ligne { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; font-size: 14.5px; }
.ct-ligne span { color: var(--muted); }
.ct-ligne b { font-weight: 400; }
.ct-final { border-top: 1px solid var(--line-dark); margin-top: 8px; padding-top: 12px; font-size: 17px; }
.ct-final span { color: var(--text); }
.ct-final b { font-weight: 500; }

/* ---------- rappel de sélection sur la page commande ---------- */
.cmd-recap { margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); }
.cmd-recap .label { color: var(--muted); display: block; margin-bottom: 12px; }
.cr-item { display: flex; align-items: center; gap: 14px; padding: 6px 0; }
.cr-img {
  width: 62px; height: 62px; flex: none; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse at 50% 42%, #FFFFFF 0%, #E4E4E4 82%); border: 1px solid var(--line-dark);
}
.cr-img img { max-width: 86%; max-height: 86%; object-fit: contain; }
.cr-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.cr-txt b { font-size: 14.5px; font-weight: 400; }
.cr-txt small {
  font-family: 'Instrument Sans', sans-serif; font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted);
}
.cmd-recap-edit {
  display: inline-block; margin-top: 12px;
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted);
  text-decoration: underline; text-underline-offset: 3px;
}
.cmd-recap-edit:hover { color: var(--text); }

/* ---------- panier ---------- */
.cart-items { border-top: 1px solid var(--line-dark); }
.cart-item {
  display: flex; align-items: center; gap: 28px; padding: 24px 0;
  border-bottom: 1px solid var(--line-dark);
}
.ci-img {
  width: 320px; height: 320px; flex: none; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse at 50% 42%, #FFFFFF 0%, #E4E4E4 82%); border: 1px solid var(--line-dark);
}
.ci-img img { max-width: 88%; max-height: 88%; object-fit: contain; }
.ci-txt { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 0; }
.ci-txt b { font-size: 20px; font-weight: 400; }
.ci-txt small {
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted);
}
.ci-prix { font-size: 17px !important; letter-spacing: 0 !important; text-transform: none !important; color: var(--text) !important; margin-top: 6px; }
.ci-del {
  background: none; border: none; cursor: pointer; color: var(--muted);
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .16em;
  text-transform: uppercase; padding: 8px; text-decoration: underline; text-underline-offset: 3px;
}
.ci-del:hover { color: var(--text); }
/* La pendule occupe la colonne de gauche ; le récapitulatif reste visible à
   droite pendant qu'on fait défiler la sélection. */
.cart-layout { display: grid; grid-template-columns: 1.75fr 1fr; gap: 52px; align-items: start; }
.cart-side { position: sticky; top: 110px; }
.cart-side .specs { margin-top: 0; }
.cart-actions { margin-top: 26px; }
.cart-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.cart-actions .btn { justify-content: center; }
@media (max-width: 720px) {
  .cart-layout { grid-template-columns: 1fr; gap: 34px; }
  .cart-side { position: static; }
  .cart-item { gap: 14px; }
  .ci-img { width: 150px; height: 150px; }
  .ci-txt b { font-size: 15px; }
}

/* ---------- tiroir de panier ---------- */
.cart-drawer-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 80;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
body.cart-open .cart-drawer-backdrop { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(92vw, 400px); z-index: 81;
  background: var(--paper); border-left: 1px solid var(--line-dark);
  box-shadow: -24px 0 60px rgba(0,0,0,.22);
  padding: 26px 26px 30px; overflow-y: auto;
  transform: translateX(102%); transition: transform .34s cubic-bezier(.2,.7,.3,1);
  display: flex; flex-direction: column;
}
body.cart-open .cart-drawer { transform: translateX(0); }
.cd-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.cd-title {
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--muted);
}
.cd-close { background: none; border: none; font-size: 26px; line-height: 1; cursor: pointer; color: var(--muted); padding: 0 4px; }
.cd-close:hover { color: var(--text); }
.cd-item { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line-dark); }
.cd-img {
  width: 116px; height: 116px; flex: none; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse at 50% 42%, #FFFFFF 0%, #E4E4E4 82%); border: 1px solid var(--line-dark);
}
.cd-img img { max-width: 86%; max-height: 86%; object-fit: contain; }
.cd-txt { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.cd-txt b { font-size: 17px; font-weight: 400; }
.cd-txt small {
  font-family: 'Instrument Sans', sans-serif; font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted);
}
.cd-count {
  margin: 22px 0 26px; font-family: 'Instrument Sans', sans-serif; font-size: 11px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text);
}
.cd-actions { display: flex; flex-direction: column; gap: 10px; margin-top: auto; }
.cd-actions .btn { justify-content: center; }
.cd-note { margin-top: 18px; font-size: 12px; color: var(--muted); }
@media (max-width: 720px) {
  .cart-drawer { width: 100%; padding: 20px 18px 26px; }
  .cd-img { width: 92px; height: 92px; }
}

/* ---------- trois piliers ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.pillar { background: var(--noir); color: #fff; padding: 54px 42px 60px; }
.pillar .num {
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .22em;
  color: var(--chalk); display: block; margin-bottom: 24px;
}
.pillar h3 { font-size: 26px; margin-bottom: 18px; }
.pillar p { color: var(--muted-dark); font-size: 15px; font-weight: 300; }
.pillar p + p { margin-top: 14px; }

/* ---------- étapes de fabrication ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 26px; margin-top: 12px; }
.step { border-top: 1px solid var(--line-dark); padding-top: 22px; }
.sec-dark .step, .sec-graphite .step { border-color: var(--gold-soft); }
.step .n { font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .2em; color: var(--chalk); }
.step h4 { margin: 12px 0 10px; font-size: 19px; }
.step p { font-size: 14px; color: var(--muted); font-weight: 300; }
.sec-dark .step p, .sec-graphite .step p { color: var(--muted-dark); }

/* ---------- galeries ----------
   Toutes les photos du site (atelier comme intérieurs) sont au format portrait
   3/4. C'est ce format que la vignette doit avoir : la boîte était en 4/3, donc
   en paysage, et le cadrage plein amputait la pendule de près de la moitié de sa
   hauteur. Une photographie supporte d'être recadrée — pas d'être coupée.     */
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.photo-grid figure { position: relative; overflow: hidden; background: #0E0E0E; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; transition: transform .7s cubic-bezier(.2,.7,.3,1); }
.photo-grid figure:hover img { transform: scale(1.04); }
.photo-grid .tall { grid-row: span 2; }
.photo-grid .tall img { aspect-ratio: auto; height: 100%; }


.photo-grid figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 16px;
  background: linear-gradient(to top, rgba(0,0,0,.78), transparent);
  color: #fff; font-family: 'Instrument Sans', sans-serif; font-size: 10px;
  letter-spacing: .16em; text-transform: uppercase;
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.split .txt h2 { font-size: clamp(26px, 3.3vw, 42px); }
.split .txt p { margin-top: 22px; color: var(--muted); font-size: 16.5px; font-weight: 300; }
.sec-dark .split .txt p, .sec-graphite .split .txt p { color: var(--muted-dark); }

/* ---------- citation ---------- */
.quote { background: var(--graphite); color: #fff; padding: 132px 0; text-align: center; }
.quote blockquote { max-width: 900px; margin: 0 auto; font-size: clamp(23px, 3.2vw, 40px); line-height: 1.32; font-weight: 300; }
.quote .cite {
  display: block; margin-top: 36px; font-family: 'Instrument Sans', sans-serif;
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--chalk);
}

/* ---------- fiche technique ---------- */
.specs { list-style: none; margin-top: 30px; border-top: 1px solid var(--line-dark); }
.sec-dark .specs, .sec-graphite .specs { border-color: var(--line); }
.specs li {
  display: flex; justify-content: space-between; gap: 20px;
  padding: 15px 0; border-bottom: 1px solid var(--line-dark);
  font-size: 14.5px;
}
.sec-dark .specs li, .sec-graphite .specs li { border-color: var(--line); }
.specs li span { color: var(--muted); }
.sec-dark .specs li span, .sec-graphite .specs li span { color: var(--muted-dark); }
.specs li b { font-weight: 400; text-align: right; }
.specs li b.todo { color: var(--gold); font-style: italic; font-weight: 300; }

/* ---------- paiement ---------- */
.pay-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(252px, 1fr)); gap: 20px; margin-top: 46px; }
.pay-card {
  border: 1px solid var(--line-dark); background: var(--paper); padding: 32px 30px;
  display: flex; flex-direction: column;
}
.sec-dark .pay-card { background: rgba(255,255,255,.035); border-color: var(--line); }
.pay-card .label { color: var(--gold); display: block; margin-bottom: 16px; }
.pay-card h4 { font-size: 19px; margin-bottom: 12px; }
.pay-card p { font-size: 14.5px; color: var(--muted); font-weight: 300; }
.sec-dark .pay-card p { color: var(--muted-dark); }
.pay-card .fine { margin-top: auto; padding-top: 14px; font-size: 12.5px; color: var(--muted); opacity: .85; }
/* Carte financement : mise en avant discrète, comme sur Cylindre */
.pay-card.fin { border-color: var(--hair-light); }
.pay-card.fin .mens {
  font-family: 'Instrument Sans', sans-serif; font-size: 22px; letter-spacing: -.01em;
  color: var(--text); margin: 4px 0 12px; font-weight: 600;
}
.sec-dark .pay-card.fin .mens { color: #fff; }
.pay-card.fin .mens small { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.pay-card.fin .mens .todo { color: var(--gold); font-style: italic; font-weight: 400; font-size: 19px; }

/* ---------- formulaire ---------- */
.lead { background: var(--paper); border: 1px solid var(--line-dark); padding: 30px 30px 32px; }
.sec-dark .lead { background: rgba(255,255,255,.04); border-color: var(--line); }
.lead h3 { font-size: 21px; margin-bottom: 24px; }
.f-row { margin-bottom: 13px; }
.f-row label {
  display: block; font-family: 'Instrument Sans', sans-serif; font-size: 10px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px;
}
.f-row input, .f-row select, .f-row textarea {
  width: 100%; padding: 14px 15px; border: 1px solid var(--line-dark);
  background: var(--cream); font-family: inherit; font-size: 15px; color: var(--text);
  border-radius: 0; -webkit-appearance: none; appearance: none;
}
.f-row select {
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-size: 5px 5px, 5px 5px; background-repeat: no-repeat;
}
.sec-dark .f-row input, .sec-dark .f-row select, .sec-dark .f-row textarea {
  background-color: rgba(255,255,255,.06); border-color: var(--line); color: #fff;
}
.f-row input:focus, .f-row textarea:focus, .f-row select:focus { outline: 1px solid var(--noir); }
.f-note { margin-top: 16px; font-size: 12.5px; color: var(--muted); }

/* ---------- pied de page ---------- */
footer.site {
  background: var(--noir); color: rgba(255,255,255,.58); padding: 84px 0 42px; font-size: 14px;
  font-weight: 300;
}
footer.site .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; }
footer.site h5 {
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--chalk); margin-bottom: 18px; font-weight: 600;
}
footer.site ul { list-style: none; }
footer.site li { margin-bottom: 10px; }
footer.site a { text-decoration: none; opacity: .82; }
footer.site a:hover { opacity: 1; color: #fff; }
footer.site .legal {
  margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 12px; color: var(--muted);
}
/* Les trois pages légales, dans le bandeau de bas de page. */
footer.site .footer-legal-liens { display: flex; gap: 8px; flex-wrap: wrap; }
footer.site .footer-legal-liens a { white-space: nowrap; }

/* ---------- fiche modèle ---------- */
.model-hero { background: var(--noir); color: #fff; padding: 68px 0 96px; }
/* Le contenu de la fiche est calé en haut : on lui rend la place que le
   glissement sous le header lui a prise. */
.model-hero { padding-top: calc(48px + var(--nav-h)); }
.model-hero .crumb {
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 36px;
}
.model-hero .crumb a { text-decoration: none; }
.model-hero .crumb a:hover { color: #fff; }
.model-hero h1 { font-size: clamp(36px, 5.2vw, 66px); }
.model-hero .tag { color: var(--chalk); display: block; margin-bottom: 18px; }
.model-hero .lede { margin-top: 22px; color: rgba(255,255,255,.72); font-size: 17px; max-width: 46ch; font-weight: 300; }
.model-hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
/* La scène du hero produit est la plus grande image de la page : elle doit
   respirer, et surtout garder le format portrait du rendu. */
.model-hero .picker-stage { aspect-ratio: 1 / 1.02; }

.model-strip { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.model-strip a {
  text-decoration: none; color: inherit; background: var(--paper);
  border: 1px solid var(--line-dark); padding: 20px 18px; display: block;
  transition: transform .3s cubic-bezier(.2,.7,.3,1), border-color .3s ease;
}
.sec-dark .model-strip a, .sec-graphite .model-strip a { background: rgba(255,255,255,.04); border-color: var(--line); }
.model-strip a:hover { transform: translateY(-3px); border-color: var(--gold-soft); }
.model-strip img { height: 150px; width: auto; max-width: 100%; object-fit: contain; margin: 0 auto 16px; }
.model-strip .n { font-size: 16px; }
.model-strip .w { font-size: 12px; color: var(--muted); margin-top: 4px; }
.sec-dark .model-strip .w, .sec-graphite .model-strip .w { color: var(--muted-dark); }

/* ---------- barre de commande fixe (mobile) ----------
   Sur téléphone, le bouton « Commander » du hero disparaît au premier scroll
   et la page fait 8 écrans de long : la barre garde l'action à portée de pouce. */
.buybar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: rgba(10,10,10,.96); backdrop-filter: blur(12px);
  border-top: 1px solid var(--gold-soft);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  align-items: center; gap: 12px;
}
.buybar .bb-txt { flex: 1; min-width: 0; color: #fff; }
.buybar .bb-name { font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.buybar .bb-sub {
  font-family: 'Instrument Sans', sans-serif; font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold);
}
.buybar .btn { padding: 13px 20px; font-size: 10.5px; }

/* ---------- responsive ---------- */
/* Sous 980 px, le menu central laisse la place au burger — comme sur Cylindre. */
@media (max-width: 980px) {
  :root { --nav-h: 64px; }
  nav.top { padding: 14px 20px; }
  nav.top ul { display: none; }
  nav.top .logo-wrap img { height: 36px; }
  .nav-burger { display: block; }
}
@media (max-width: 1080px) {
  .wrap { padding: 0 28px; }
  .sec { padding: 96px 0; }
  .picker { grid-template-columns: 1fr; gap: 36px; }
  .pillars { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
  .hero-inner { padding: 0 28px 84px; }
}
@media (max-width: 720px) {
  .wrap { padding: 0 20px; }
  .sec { padding: 64px 0; }
  .sec-header { margin-bottom: 38px; }
  .quote { padding: 74px 0; }

  .mockup-bar { font-size: 9px; letter-spacing: .1em; padding: 8px 12px; line-height: 1.5; }
  :root { --nav-h: 54px; }
  nav.top { padding: 12px 16px; }
  nav.top .logo-wrap img { height: 30px; }
  nav.top .logo-wrap { gap: 10px; }
  nav.top .badge { font-size: 9.5px; letter-spacing: .18em; }
  nav.top .divider { height: 22px; }
  .cart-link { width: 34px; height: 34px; margin-left: 10px; }
  .cart-link svg { width: 16px; height: 16px; }
  .lang-btn { padding: 3px 2px; font-size: 10px; letter-spacing: .12em; }

  .hero { min-height: 74vh; }
  .hero-inner { padding: 0 20px 56px; }
  .hero h1 { margin: 18px 0 20px; }
  .hero p.kicker { font-size: 15.5px; }
  .hero .hero-cta { gap: 10px; margin-top: 26px; }
  .hero .btn { flex: 1 1 100%; justify-content: center; }

  /* Le visuel produit prend enfin la largeur : c'est lui qu'on vient voir. */
  .model-hero { padding: 44px 0 56px; }
  .model-hero .crumb { margin-bottom: 22px; }
  .model-hero .cta-row { margin-top: 26px; }
  .model-hero .cta-row .btn { flex: 1 1 100%; justify-content: center; }
  .model-hero .picker-stage,
  .picker-stage { aspect-ratio: 1 / 1; padding: 18px; }
  .picker-stage.wide { aspect-ratio: 1 / 0.86; }
  .split > .picker-stage { order: -1; }

  .swatch { width: 42px; height: 42px; }
  .swatches { gap: 11px; margin-top: 22px; }

  .steps { grid-template-columns: 1fr; gap: 20px; }
  .pillar { padding: 38px 24px 42px; }

  /* Deux colonnes de vignettes plutôt qu'une colonne d'images géantes :
     la page passe de huit écrans à quatre, et chaque pièce reste lisible. */
  .photo-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .photo-grid .tall { grid-row: auto; }
  .photo-grid .tall img { aspect-ratio: 3/4; }
  .photo-grid figcaption { font-size: 9px; padding: 10px; letter-spacing: .1em; }

  .model-strip { grid-template-columns: repeat(2, 1fr); }
  .model-strip img { height: 104px; }
  .model-strip a { padding: 14px 12px; }

  .pay-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
  .lead { padding: 26px 20px; }
  footer.site { padding: 56px 0 34px; }
  footer.site .cols { grid-template-columns: 1fr; gap: 30px; }
  footer.site .legal { margin-top: 36px; }

  /* La barre fixe n'existe que sur les fiches produit (body.has-buybar). */
  body.has-buybar .buybar { display: flex; }
  body.has-buybar footer.site { padding-bottom: 96px; }
}

/* Un utilisateur qui a demandé « moins d'animations » ne doit pas subir
   les apparitions au défilement. */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ---------- sur mesure ---------- */
/* Le hero de la page : le texte à gauche, une pièce à droite. Les rendus
   produit sont détourés, ils se posent donc directement sur le noir. */
.sm-hero-grille { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.sm-hero-visuel { margin: 0; }
.sm-hero-visuel img { width: 100%; height: auto; display: block; filter: drop-shadow(0 30px 50px rgba(0,0,0,.55)); }

/* L'image de chaque carte. Une photo d'atelier se cadre, un rendu détouré
   respire — d'où les deux traitements. */
.sm-visuel { margin: 0 0 26px; overflow: hidden; background: var(--bone); aspect-ratio: 4 / 3; }
.sm-visuel img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sm-visuel-produit { background: linear-gradient(160deg, #14110e 0%, #0a0907 100%); }
.sm-visuel-produit img { object-fit: contain; padding: 14px; }

/* La bande de teintes : la même pendule, six fois. C'est l'argument, en image. */
.sm-bande {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 0;
  background: var(--noir); margin-top: 64px; padding: 44px 40px 34px;
}
.sm-bande img { width: 100%; height: auto; display: block; }
.sm-legende {
  background: var(--noir); color: var(--chalk); margin: 0; padding: 0 40px 44px;
  font-size: 13.5px; text-align: center; max-width: none;
}
.sm-trophee { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; }
.sm-trophee-visuel { margin: 0; }
.sm-trophee-visuel img { width: 100%; height: auto; display: block; }
@media (max-width: 900px) {
  .sm-hero-grille, .sm-trophee { grid-template-columns: 1fr; gap: 34px; }
  .sm-hero-visuel { max-width: 420px; }
  .sm-bande { grid-template-columns: repeat(3, 1fr); padding: 30px 20px 22px; }
  .sm-legende { padding: 0 24px 32px; }
}
.sm-grille { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-dark); }
.sm-carte { background: var(--cream); padding: 38px 36px 40px; }
.sm-num {
  display: block; font-family: 'Instrument Sans', sans-serif; font-size: 10.5px;
  letter-spacing: .24em; color: var(--gold); margin-bottom: 18px; font-weight: 600;
}
.sm-carte h3 { font-size: 25px; font-weight: 300; letter-spacing: -.01em; margin-bottom: 12px; }
.sm-carte p { color: var(--muted); font-size: 15.5px; line-height: 1.62; }
.sm-texte { max-width: 62ch; }
.sm-texte p { font-size: 17px; line-height: 1.68; color: rgba(255,255,255,.74); margin-bottom: 18px; }
.sm-texte p:last-child { margin-bottom: 0; }
.sm-etapes { display: grid; gap: 1px; background: var(--line-dark); }
.sm-etape {
  background: var(--cream); display: grid; grid-template-columns: 92px 1fr;
  gap: 20px; padding: 26px 30px; align-items: baseline;
}
.sm-etape .sm-num { margin-bottom: 0; }
.sm-etape h3 { font-size: 20px; font-weight: 400; margin-bottom: 6px; }
.sm-etape p { color: var(--muted); font-size: 15px; line-height: 1.6; }
.sm-deux { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.sm-aide { font-size: 12.5px; color: var(--muted); margin-top: 8px; line-height: 1.5; }
.sm-opt { text-transform: none; letter-spacing: 0; opacity: .7; }
.sm-sous-titre {
  font-family: 'Instrument Sans', sans-serif; font-size: 10.5px; letter-spacing: .24em;
  text-transform: uppercase; font-weight: 600; color: var(--gold);
  margin: 34px 0 18px; padding-top: 20px; border-top: 1px solid var(--line-dark);
}
.sm-envoi { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 10px; }
.sm-envoi .sm-aide { margin-top: 0; }
.sm-merci { border: 1px solid var(--line-dark); padding: 40px 38px; background: var(--paper); }
.sm-merci .label { color: var(--gold); display: block; margin-bottom: 16px; }
.sm-merci h3 { font-size: 27px; font-weight: 300; margin-bottom: 14px; }
.sm-merci p { color: var(--muted); font-size: 16px; line-height: 1.62; }
.sm-ref { margin-top: 16px; font-size: 14px; }
.sm-ref b { color: var(--text); }
/* Le sélecteur de fichier natif jure avec le reste : on lui donne la même
   grammaire que les autres champs. */
.f-row input[type="file"] { padding: 11px 13px; font-size: 13.5px; color: var(--muted); }
.f-row input[type="file"]::file-selector-button {
  margin-right: 14px; padding: 9px 16px; border: 1px solid var(--line-dark);
  background: var(--paper); color: var(--text); cursor: pointer;
  font-family: 'Instrument Sans', sans-serif; font-size: 10px;
  letter-spacing: .16em; text-transform: uppercase;
}
.f-row input[type="file"]::file-selector-button:hover { background: var(--bone); }
@media (max-width: 720px) {
  .sm-grille { grid-template-columns: 1fr; }
  .sm-carte { padding: 30px 24px 32px; }
  .sm-etape { grid-template-columns: 1fr; gap: 8px; padding: 24px 22px; }
  .sm-deux { grid-template-columns: 1fr; gap: 0; }
}

/* ---------- paiement express (Apple Pay / Google Pay) ---------- */
/* Le bloc reste masqué tant que Stripe n'a pas confirmé qu'un portefeuille est
   disponible : un cadre vide au-dessus du bouton de commande ferait douter. */
.cart-express { margin-bottom: 22px; }
.cart-express .label { display: block; color: var(--ink); margin-bottom: 14px; }
.cart-express-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; line-height: 1.5; }
.cart-express-ou {
  display: flex; align-items: center; gap: 12px; margin: 20px 0 4px;
  font-family: 'Instrument Sans', sans-serif; font-size: 10px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted);
}
.cart-express-ou::before, .cart-express-ou::after {
  content: ''; flex: 1; height: 1px; background: var(--line-dark);
}

/* Garder son panier : le bloc vit sous les actions du panier, discret. */
.cart-garde { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line-dark); }
.cart-garde .label { display: block; color: var(--ink); margin-bottom: 12px; }
.cart-garde-ligne { display: flex; gap: 8px; }
.cart-garde-ligne input {
  flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid var(--line-dark);
  background: var(--paper); font-family: inherit; font-size: 14px; border-radius: 0;
}
.cart-garde-ligne .btn { white-space: nowrap; padding: 12px 18px; }
@media (max-width: 520px) { .cart-garde-ligne { flex-direction: column; } }

/* ---------- accessibilité ---------- */
/* Un lien d'évitement : au clavier, la première tabulation saute le menu au
   lieu de traverser les sept pendules avant d'atteindre le contenu. */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: #fff; color: #0A0A0A; padding: 12px 20px;
  font-family: 'Instrument Sans', sans-serif; font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase; text-decoration: none;
}
.skip:focus { left: 12px; top: 12px; }
/* L'anneau de focus par défaut disparaît sur fond noir. On le redessine, dans
   les deux sens : clair sur sombre, sombre sur clair. */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid #0A0A0A; outline-offset: 3px;
}
.noir a:focus-visible, nav.top a:focus-visible, nav.top button:focus-visible,
.sec-dark a:focus-visible, .sec-graphite a:focus-visible, .model-hero a:focus-visible,
footer.site a:focus-visible, .hero a:focus-visible, .lang-opt:focus-visible {
  outline: 2px solid #fff; outline-offset: 3px;
}

/* ---------- bandeau de réassurance ---------- */
.reassurance { background: var(--bone); border-top: 1px solid var(--line-dark); }
.reassurance .wrap {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 30px 40px;
}
.reassurance div { display: flex; flex-direction: column; gap: 5px; }
.reassurance b {
  font-family: 'Instrument Sans', sans-serif; font-size: 10px; letter-spacing: .2em;
  text-transform: uppercase; font-weight: 600; color: var(--ink);
}
.reassurance span { font-size: 13.5px; color: var(--text); line-height: 1.45; }
@media (max-width: 860px) {
  .reassurance .wrap { grid-template-columns: 1fr 1fr; gap: 20px; padding: 24px 20px; }
}

/* ---------- impression ---------- */
/* Sans ça, imprimer une fiche donne des pages noires — ou, si le navigateur
   n'imprime pas les fonds, du texte blanc sur du blanc, c'est-à-dire rien. */
@media print {
  nav.top, .nav-panel, .nav-backdrop, .buybar, .cart-drawer, .cart-drawer-backdrop,
  .lang-drop, .cart-link, .nav-burger, .checker, .skip, .reassurance,
  #expressBox, .cart-garde, [id*="brm-chat"], iframe { display: none !important; }
  /* La bulle de chat est un <div> anonyme posé en fixed à la racine du body :
     rien pour l'attraper par son nom, on la prend par sa position. */
  body > div:not([class]):not([id]) { display: none !important; }
  html, body { background: #fff !important; }
  .noir, .sec-dark, .sec-graphite, .model-hero, .hero, footer.site,
  .sm-visuel-produit, .sm-bande, .sm-legende {
    background: #fff !important; color: #111 !important;
  }
  .noir p, .sec-dark p, .sec-graphite p, .model-hero p, .hero p, footer.site p,
  .model-hero .lede, .sm-texte p, .sm-legende { color: #333 !important; }
  .label, .tag, .sm-num { color: #666 !important; }
  .specs li, .prix li { border-color: #ddd !important; color: #111 !important; }
  .sec { padding: 24px 0 !important; }
  .model-hero, .hero { padding: 0 0 16px !important; min-height: 0 !important; }
  .faq { grid-template-columns: 1fr 1fr !important; gap: 0 30px !important; }
  a { text-decoration: none; color: #111 !important; }
  .btn { border: 1px solid #111 !important; color: #111 !important; background: #fff !important; }
  section, .sm-carte, .sm-etape { page-break-inside: avoid; }
  img { max-width: 100% !important; }
}

/* Le renvoi vers le sur mesure, sous les boutons d'une fiche. */
.fiche-sur-mesure { margin-top: 20px; font-size: 13.5px; color: rgba(255,255,255,.6); }
.fiche-sur-mesure a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 2px; }
.fiche-sur-mesure a:hover { border-color: #fff; }
.ct-garantie b { font-weight: 400; }

/* ---------- questions fréquentes ---------- */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; }
.faq .q { padding: 28px 0; border-top: 1px solid var(--line-dark); }
.faq h3 { font-size: 20px; font-weight: 400; letter-spacing: -.01em; margin-bottom: 10px; }
.faq p { font-size: 15px; line-height: 1.66; color: var(--muted); }
.faq-fin { margin-top: 52px; padding-top: 26px; border-top: 1px solid var(--line-dark); }
.faq-fin p { font-size: 15px; color: var(--muted); max-width: 60ch; }
@media (max-width: 820px) { .faq { grid-template-columns: 1fr; gap: 0; } }

/* ---------- l'atelier ---------- */
.atelier-grille { display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: start; }
.atelier-texte p { font-size: 16.5px; line-height: 1.68; color: rgba(255,255,255,.76); margin-bottom: 18px; }
.atelier-texte p:last-child { margin-bottom: 0; }
.atelier-visuel { margin: 0; }
.atelier-visuel img { width: 100%; height: auto; display: block; }
.atelier-piliers {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 54px;
}
.atelier-piliers div { border-top: 1px solid var(--line); padding-top: 16px; }
.atelier-piliers b {
  display: block; font-family: 'Instrument Sans', sans-serif; font-size: 10.5px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--chalk); margin-bottom: 8px;
}
.atelier-piliers span { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.72); }
.atelier-fin { margin-top: 52px; max-width: 68ch; }
.atelier-fin p { font-size: 16px; line-height: 1.66; color: rgba(255,255,255,.76); }
.atelier-signature {
  margin-top: 22px; font-size: 20px !important; color: #fff !important; letter-spacing: -.01em;
}
@media (max-width: 900px) {
  .atelier-grille { grid-template-columns: 1fr; gap: 30px; }
  .atelier-piliers { grid-template-columns: 1fr; gap: 22px; margin-top: 38px; }
}

/* ---------- options sur la fiche ---------- */
/* Une option est un CHOIX, pas une ligne de tableau : elle se dessine comme les
   pastilles de teinte — une case qu'on prend, qui se remplit quand elle est
   retenue, avec son prix à droite. */
.options { margin: 26px 0 20px; }
.options .label { display: block; color: var(--ink); margin-bottom: 12px; }
.opt {
  display: flex; align-items: center; gap: 13px;
  padding: 13px 16px; margin-bottom: 8px; cursor: pointer;
  border: 1px solid var(--line-dark); background: var(--paper);
  transition: border-color .18s, background .18s;
}
.opt:last-child { margin-bottom: 0; }
.opt:hover { border-color: rgba(0,0,0,.32); }
.opt input {
  appearance: none; -webkit-appearance: none; width: 17px; height: 17px; flex: none;
  border: 1px solid rgba(0,0,0,.32); background: #fff; margin: 0; position: relative;
  transition: background .18s, border-color .18s;
}
.opt input:checked { background: var(--noir); border-color: var(--noir); }
.opt input:checked::after {
  content: ''; position: absolute; left: 5px; top: 1px; width: 5px; height: 10px;
  border: solid #fff; border-width: 0 1.6px 1.6px 0; transform: rotate(42deg);
}
.opt span { flex: 1; font-size: 14.5px; line-height: 1.35; }
.opt b { font-weight: 400; font-size: 14px; color: var(--muted); white-space: nowrap; }
.opt:has(input:checked) { border-color: var(--noir); background: var(--bone); }
.opt:has(input:checked) b { color: var(--text); }

/* Sur un fond sombre — la fiche modèle — les mêmes règles en négatif. */
.sec-dark .opt, .noir .opt, .model-hero .opt, .sec-graphite .opt {
  border-color: var(--line); background: rgba(255,255,255,.04);
}
.sec-dark .opt:hover, .noir .opt:hover, .model-hero .opt:hover, .sec-graphite .opt:hover {
  border-color: rgba(255,255,255,.34);
}
.sec-dark .opt input, .noir .opt input, .model-hero .opt input, .sec-graphite .opt input {
  border-color: rgba(255,255,255,.4); background: transparent;
}
.sec-dark .opt input:checked, .noir .opt input:checked,
.model-hero .opt input:checked, .sec-graphite .opt input:checked {
  background: #fff; border-color: #fff;
}
.sec-dark .opt input:checked::after, .noir .opt input:checked::after,
.model-hero .opt input:checked::after, .sec-graphite .opt input:checked::after {
  border-color: var(--noir);
}
.sec-dark .opt:has(input:checked), .noir .opt:has(input:checked),
.model-hero .opt:has(input:checked), .sec-graphite .opt:has(input:checked) {
  border-color: #fff; background: rgba(255,255,255,.09);
}
@media (max-width: 520px) {
  .opt { padding: 12px 13px; gap: 11px; }
  .opt span { font-size: 13.5px; }
}
.ci-options { display: block; color: var(--muted); }

/* Le détail du prix, dans le panier et au récapitulatif de commande. */
/* Le détail reste étroit : un prix collé à son libellé se lit d'un coup
   d'œil, un prix rejeté à l'autre bout de la colonne, non. */
.ci-detail, .cr-detail { display: block; margin-top: 10px; max-width: 330px; }
.cd-l {
  display: flex; justify-content: space-between; gap: 14px; padding: 3px 0;
  font-size: 12.5px; color: var(--muted);
}
.cd-l i { font-style: normal; }
.cd-l b { font-weight: 400; white-space: nowrap; }
.cd-l:first-child { border-top: 1px solid var(--line-dark); padding-top: 8px; }
.cd-l:last-child { border-bottom: 1px solid var(--line-dark); padding-bottom: 8px; }
.ci-prix i { font-style: normal; font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--muted); margin-right: 6px;
  font-family: 'Instrument Sans', sans-serif; }

/* Ce qui manque pour passer à l'étape suivante du tunnel. */
.etape-msg { margin-top: 12px; font-size: 13.5px; color: #C1272D; line-height: 1.5; }

/* ══════════════════════════════════════════════════════════════════════════
   Relecture au téléphone — 01/09/2026
   Le site se lit d'abord sur un écran de 390 px de large : ce bloc reprend
   point par point ce qui gênait la lecture ou la compréhension à cette taille.
   Il est placé en fin de feuille, donc il l'emporte sur les règles plus haut.
   ══════════════════════════════════════════════════════════════════════════ */

/* On ne doit jamais pouvoir « sortir » du cadre de la page en glissant sur le
   côté, ni après un dézoom : plus rien ne dépasse en largeur.               */
/* `clip` et non `hidden` : `hidden` fabrique un conteneur de défilement, et la
   barre de navigation en `position: sticky` cesse alors de coller — elle
   remontait avec la page. `clip` coupe le débordement sans rien de tout ça. */
html { overflow-x: hidden; overflow-x: clip; }
body { overflow-x: hidden; overflow-x: clip; max-width: 100%; }

/* La référence usine posée sur la scène produit (« PD-300 · STD ») n'apprend
   rien à un visiteur : elle est reprise dans la fiche technique.            */
.picker-stage .stage-ref { display: none; }

/* Les moyens de paiement se reconnaissent à un pictogramme avant de se lire. */
.pay-ico {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; margin-bottom: 16px;
  border: 1px solid var(--line-dark); color: var(--text);
}
.sec-dark .pay-ico, .sec-graphite .pay-ico { border-color: var(--line); color: #fff; }
.pay-ico svg { width: 20px; height: 20px; }

/* Les points sous le carrousel : ils disent combien de pendules il reste. */
.rs-dots { display: none; justify-content: center; gap: 7px; margin-top: 18px; }
.rs-dots span {
  width: 6px; height: 6px; border-radius: 50%; background: var(--line-dark);
  transition: background .25s, transform .25s;
}
.sec-bone .rs-dots span { background: rgba(0,0,0,.18); }
.rs-dots span.on { background: var(--noir); transform: scale(1.5); }

@media (max-width: 720px) {
  /* 1 — La page d'accueil s'ouvre sur un écran entier, pas sur trois quarts.
         `svh` = la hauteur visible barre d'URL comprise : sans elle, le bas du
         hero passe sous la barre du navigateur.                             */
  .hero { min-height: 100vh; min-height: 100svh; }
  .hero-inner { padding-bottom: 64px; }

  /* 2 — Le carrousel de la gamme : les flèches restent visibles, sinon rien
         ne dit qu'il y a six autres pendules à droite.                      */
  .rs-arrow {
    display: flex; width: 36px; height: 36px; font-size: 21px; top: 30%;
    border-radius: 50%; background: rgba(255,255,255,.94);
    border-color: rgba(0,0,0,.10); box-shadow: 0 4px 16px rgba(0,0,0,.22);
  }
  .rs-prev { left: 2px; }
  .rs-next { right: 2px; }
  .rs-dots { display: flex; }

  /* 3 — Fiche produit : le fil d'ariane passait sous la barre de menu, qui
         est collante et recouvre le haut du bloc. On lui rend sa place.     */
  .model-hero { padding: calc(24px + var(--nav-h)) 0 56px; }

  /* 4 — La pièce respire dans sa scène : elle paraissait rognée en haut et
         en bas du cadre.                                                    */
  .picker-stage img { max-height: 78%; max-width: 82%; }
  .model-hero .picker-stage, .picker-stage { padding: 22px; }

  /* 5 — Le panier latéral ne prend plus tout l'écran : on voit la page
         derrière, donc on comprend qu'on peut en sortir.                    */
  .cart-drawer { width: min(86%, 340px); padding: 20px 18px 26px; }

  /* 6 — Les moyens de paiement : un pictogramme, un titre, rien d'autre.
         Le détail se lit à la commande, pas sur la fiche.                   */
  .pay-grid { gap: 10px; margin-top: 26px; }
  .pay-card {
    display: grid; grid-template-columns: 40px 1fr; gap: 0 14px;
    align-items: center; padding: 15px 16px;
  }
  .pay-ico { grid-row: 1 / span 2; width: 40px; height: 40px; margin: 0; }
  .pay-card .label { grid-column: 2; margin-bottom: 3px; }
  .pay-card h4 { grid-column: 2; font-size: 15.5px; margin: 0; line-height: 1.25; }
  .pay-card p, .pay-card .fine { display: none; }
  .pay-card.fin .mens { grid-column: 2; margin-top: 6px; font-size: 17px; }
  .pay-card.fin .mens small { display: block; margin-top: 2px; }
}

/* La fabrication au téléphone : une carte, une photo d'atelier, une carte.
   Les six vignettes en fin de section faisaient un mur d'images que personne
   ne reliait à l'étape qu'elles illustrent.                                 */
.step-photo { display: none; margin: 0; }
@media (max-width: 720px) {
  .step-photo { display: block; }
  .step-photo img { width: 100%; height: auto; display: block; }
  .step-photo figcaption {
    font-family: 'Instrument Sans', sans-serif; font-size: 9.5px;
    letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
    padding: 10px 2px 0;
  }
  #fabrication > .wrap > .photo-grid { display: none; }
}

/* ---------- le règlement, en liste ----------
   Un menu déroulant garde ses options pour lui : le client ne voyait pas
   qu'il pouvait payer en trois ou quatre fois. Chaque moyen est désormais
   une ligne visible, avec le même pictogramme que sur les fiches.          */
.pay-choice { display: grid; gap: 8px; margin-top: 8px; }
.pay-choice .pc {
  display: grid; grid-template-columns: 18px 26px 1fr; align-items: center;
  gap: 0 13px; padding: 13px 15px; cursor: pointer;
  border: 1px solid var(--line-dark); background: var(--paper);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.pay-choice .pc:hover { border-color: var(--noir); }
/* La classe est posée par le script : `:has()` ne se rafraîchit pas toujours
   quand c'est un AUTRE bouton du groupe qui vient d'être coché. */
.pay-choice .pc.on, .pay-choice .pc:has(input:checked) {
  border-color: var(--noir); box-shadow: inset 0 0 0 1px var(--noir);
}
.pay-choice .pc:not(.on) { border-color: var(--line-dark); box-shadow: none; }
/* La liste vit dans un .f-row : sans ces reprises, elle hérite du label de
   formulaire (petites capitales grises) et du champ de saisie (bouton radio
   étiré en grand rectangle blanc). */
.f-row .pay-choice .pc {
  font-family: inherit; font-size: inherit; letter-spacing: normal;
  text-transform: none; color: var(--text); margin-bottom: 0;
}
.f-row .pay-choice .pc input[type="radio"] {
  width: 16px; height: 16px; min-width: 16px; padding: 0; margin: 0;
  border: 0; background: none; border-radius: 50%;
  -webkit-appearance: radio; appearance: auto; accent-color: #111;
}
.pay-choice .pc-ico { display: flex; align-items: center; justify-content: center; color: var(--text); }
.pay-choice .pc-ico svg { width: 20px; height: 20px; }
.pay-choice .pc-txt b {
  display: block; font-size: 14.5px; font-weight: 500; line-height: 1.3;
  text-transform: none; letter-spacing: normal; color: var(--text);
}
.pay-choice .pc-txt small {
  display: block; margin-top: 2px; font-size: 12px; color: var(--muted);
  text-transform: none; letter-spacing: normal;
}
/* Sans :has (anciens navigateurs), le point du bouton radio suffit à dire
   lequel est choisi : la ligne reste lisible, seul le cadre manque. */
@media (max-width: 720px) {
  .pay-choice .pc { padding: 12px 13px; gap: 0 11px; }
  .pay-choice .pc-txt b { font-size: 14px; }
}
/* Le fractionné hors de la fenêtre Pledg (90 € – 6 000 €, France) : on le
   retire du choix plutôt que de laisser le client le sélectionner pour rien. */
.pay-choice .pc.hors-portee { display: none; }

/* Tunnel de commande : à gauche l'étape en cours, à droite le récapitulatif de
   la commande, qui reste sous les yeux pendant qu'on remplit. Deux colonnes
   égales centrées verticalement allaient à une section éditoriale, pas à un
   formulaire qui s'allonge à chaque étape. */
.split-tunnel { grid-template-columns: 1.22fr 0.88fr; align-items: start; gap: 52px; }
.cmd-cote { position: sticky; top: calc(var(--nav-h, 72px) + 22px); }
.cmd-cote .cmd-total { margin-top: 18px; }
@media (max-width: 1080px) {
  /* En colonne, le récapitulatif passe DEVANT : on veut voir ce qu'on achète
     avant de donner son nom. */
  .split-tunnel { grid-template-columns: 1fr; gap: 34px; }
  .cmd-cote { position: static; order: -1; }
}

/* Dans le tunnel, la pièce mérite d'être regardée : l'image prend toute la
   largeur de la colonne et le texte passe dessous. La vignette en ligne reste
   celle du panier, qui liste plusieurs pièces et doit rester compact. */
.cmd-cote .cr-item { flex-direction: column; align-items: stretch; gap: 14px; }
.cmd-cote .cr-img { width: 100%; height: auto; aspect-ratio: 1 / 0.9; }
.cmd-cote .cr-img img { max-width: 84%; max-height: 84%; }

/* Panier : la colonne de gauche réunit la liste des pièces et le bloc « gardez
   votre composition », qui la suit naturellement. La grille garde deux enfants. */
.cart-col { min-width: 0; }
.cart-col .cart-garde { margin-top: 30px; }
