/* ============================================================
   Refonte « Montres de luxe d'occasion » — CSS scopé .mtv2-page
   Tokens preprod europiecedor + isolation totale du reste du site
   ============================================================ */

/* Masquer le breadcrumb / page-title / sidebar WC standard quand le template custom est actif */
body.mtv2-active .page-title,
body.mtv2-active .woocommerce-breadcrumb,
body.mtv2-active .woocommerce-result-count,
body.mtv2-active .woocommerce-ordering,
body.mtv2-active .shop-page-title,
body.mtv2-active .shop-container > .row > .large-3 { display: none !important; }
body.mtv2-active .shop-container > .row > .large-9 { max-width: 100%; flex: 0 0 100%; }
body.mtv2-active .shop-container { padding: 0 !important; }

/* Charger Plus Jakarta Sans depuis le CDN Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap');

.mtv2-page {
  --marine: #0F2744; --marine-2: #1A3554; --marine-3: #2A4770;
  --or: #C9A24A; --or-clair: #D9B766; --or-fonce: #A6852E;
  --vert: #1F4735; --vert-2: #2B5D47; --vert-ok: #2C7A4B;
  --corail: #D85A4A;
  --cream: #FAF7F0; --cream-2: #F2EDE0;
  --gris-1: #F7F6F2; --gris-2: #E8E6E0; --gris-3: #B8B5AD;
  --gris-text: #4A4742; --gris-label: #6E6A62;
  --noir: #131210;
  --line: rgba(15,39,68,.10); --line-strong: rgba(15,39,68,.20);
  --mtv2-font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --container: 1280px; --gutter: clamp(20px, 4vw, 48px);
  --radius: 6px; --radius-lg: 12px;
  --shadow-sm: 0 2px 8px rgba(15,39,68,.05);
  --shadow: 0 10px 30px -10px rgba(15,39,68,.15);
  --shadow-lg: 0 30px 80px -20px rgba(15,39,68,.3);
  --ease: cubic-bezier(.25,1,.5,1);

  font-family: var(--mtv2-font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--gris-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mtv2-page *, .mtv2-page *::before, .mtv2-page *::after { box-sizing: border-box; }
.mtv2-page img, .mtv2-page svg { display: block; max-width: 100%; }
.mtv2-page a { color: inherit; text-decoration: none; }
.mtv2-page button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; padding: 0; }
.mtv2-page ul { padding: 0; margin: 0; list-style: none; }
.mtv2-page p { margin: 0 0 1em; }
.mtv2-page h1, .mtv2-page h2, .mtv2-page h3, .mtv2-page h4 {
  color: var(--marine); margin: 0 0 .4em; font-weight: 800;
  letter-spacing: -.025em; line-height: 1.1; font-family: var(--mtv2-font);
}
.mtv2-page h1 { font-size: clamp(36px, 4.8vw, 58px); font-weight: 900; letter-spacing: -.035em; line-height: 1.05; }
.mtv2-page h2 { font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -.025em; }
.mtv2-page h3 { font-size: clamp(18px, 1.8vw, 22px); font-weight: 700; }
.mtv2-page h4 { font-size: 16px; font-weight: 700; letter-spacing: -.01em; }
.mtv2-page em { font-style: italic; font-weight: 500; }
.mtv2-page strong, .mtv2-page b { font-weight: 700; color: inherit; }
.mtv2-page .wrap { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.mtv2-page .eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gris-label); }
.mtv2-page .eyebrow--line { display: inline-flex; align-items: center; gap: 14px; }
.mtv2-page .eyebrow--line::before { content: ""; display: inline-block; width: 32px; height: 1px; background: var(--line-strong); }

/* ===== Buttons ===== */
.mtv2-page .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .95em 1.5em; font-weight: 700; font-size: 14.5px;
  border-radius: var(--radius); transition: all .25s var(--ease); white-space: nowrap;
  cursor: pointer; line-height: 1; letter-spacing: -.005em;
}
.mtv2-page .btn__arr { transition: transform .25s var(--ease); }
.mtv2-page .btn:hover .btn__arr { transform: translateX(3px); }
.mtv2-page .btn--gold { background: var(--or); color: #fff; box-shadow: inset 0 -1px 0 var(--or-fonce); }
.mtv2-page .btn--gold:hover { background: var(--or-fonce); transform: translateY(-1px); }
.mtv2-page .btn--whatsapp { background: #25D366; color: #fff; }
.mtv2-page .btn--whatsapp:hover { background: #1FB957; transform: translateY(-1px); }
.mtv2-page .btn--ghost { background: transparent; color: var(--marine); border: 1px solid var(--line-strong); }
.mtv2-page .btn--ghost:hover { background: var(--cream); border-color: var(--marine); }
.mtv2-page .btn--ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.3); }
.mtv2-page .btn--ghost-light:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.mtv2-page .btn--lg { padding: 1.05em 1.9em; font-size: 15px; }

/* ===== HERO ===== */
.mtv2-page .hero { padding: 36px 0 44px; background: #fff; position: relative; overflow: hidden; }
.mtv2-page .hero__inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
.mtv2-page .hero h1 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.08; letter-spacing: -.03em; margin-bottom: 14px; }
.mtv2-page .rating-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px; border: 1px solid var(--line); border-radius: 100px;
  background: var(--cream); box-shadow: var(--shadow-sm); margin-bottom: 16px;
  font-size: 12.5px; font-weight: 600; color: var(--marine);
}
.mtv2-page .rating-pill__stars { color: var(--or); letter-spacing: 1.5px; font-size: 12px; }
.mtv2-page .rating-pill small { color: var(--gris-label); font-weight: 500; margin-left: 2px; }
.mtv2-page .hero .eyebrow { margin-bottom: 10px; }
.mtv2-page .hero h1 em { color: var(--marine); font-weight: 600; }
.mtv2-page .hero__lead { font-size: 16px; line-height: 1.5; color: var(--gris-text); margin: 0 0 18px; max-width: 560px; }
.mtv2-page .hero__lead strong { color: var(--marine); font-weight: 700; }
.mtv2-page .check-list { display: flex; gap: 18px; flex-wrap: wrap; margin: 0 0 22px; }
.mtv2-page .check-list li { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--marine); }
.mtv2-page .check-list svg { width: 15px; height: 15px; color: var(--vert-ok); flex-shrink: 0; }
.mtv2-page .cta-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.mtv2-page .cta-row .btn { padding: .85em 1.4em; font-size: 14px; }
.mtv2-page .cta-row .btn--lg { padding: .9em 1.6em; font-size: 14.5px; }

.mtv2-page .hero__visual { position: relative; }
.mtv2-page .hero__photo {
  aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--cream); position: relative; box-shadow: var(--shadow);
  max-height: 380px;
  display: block; text-decoration: none; color: inherit;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.mtv2-page .hero__photo:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(15,39,68,.25); }
.mtv2-page .hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .4s var(--ease); }
.mtv2-page .hero__photo:hover img { transform: scale(1.03); }
.mtv2-page .hero__photo-overlay {
  position: absolute; inset: auto 0 0 0; padding: 20px 24px;
  background: linear-gradient(to top, rgba(15,39,68,.85), transparent); color: #fff;
}
.mtv2-page .hero__photo-cat { font-size: 10.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 4px; }
.mtv2-page .hero__photo-name { font-size: 15px; font-weight: 700; color: #fff; }
.mtv2-page .floating-chip {
  position: absolute; bottom: -20px; left: 24px;
  background: #fff; padding: 11px 18px; border-radius: 100px; box-shadow: var(--shadow);
  font-size: 11.5px; font-weight: 700; color: var(--marine); letter-spacing: .1em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 9px;
}
.mtv2-page .floating-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--vert-ok); box-shadow: 0 0 0 3px rgba(44,122,75,.18); }

@media (max-width: 1024px) {
  .mtv2-page .hero { padding: 24px 0 36px; }
  .mtv2-page .hero__inner { grid-template-columns: 1fr; gap: 20px; }
  .mtv2-page .hero__copy { order: 2; }
  .mtv2-page .hero__visual { order: 1; }
  .mtv2-page .hero__photo { max-width: 420px; margin: 0 auto; aspect-ratio: 16/9; max-height: 240px; }
  .mtv2-page .floating-chip { left: 50%; transform: translateX(-50%); bottom: -16px; }
}
@media (max-width: 768px) {
  .mtv2-page .hero { padding: 18px 0 32px; }
  .mtv2-page .hero h1 { font-size: 26px; line-height: 1.1; letter-spacing: -.025em; margin-bottom: 10px; }
  .mtv2-page .hero__lead { font-size: 14.5px; line-height: 1.5; margin-bottom: 16px; }
  .mtv2-page .hero__photo { aspect-ratio: 16/10; max-height: 200px; max-width: none; border-radius: var(--radius); }
  .mtv2-page .hero__photo-overlay { padding: 12px 14px; }
  .mtv2-page .hero__photo-name { font-size: 12px; }
  .mtv2-page .hero__photo-cat { font-size: 9px; }
  .mtv2-page .rating-pill { margin-bottom: 12px; padding: 5px 11px 5px 5px; font-size: 12px; }
  .mtv2-page .check-list { gap: 8px 14px; margin-bottom: 16px; }
  .mtv2-page .check-list li { font-size: 12.5px; gap: 6px; }
  .mtv2-page .check-list svg { width: 14px; height: 14px; }
  .mtv2-page .cta-row { flex-direction: column; align-items: stretch; gap: 6px; }
  .mtv2-page .cta-row .btn { justify-content: center; }
  .mtv2-page .floating-chip { display: none; }
}

/* ===== Section head ===== */
.mtv2-page .sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 40px; }
.mtv2-page .sec-head__title { max-width: 760px; }
.mtv2-page .sec-head__title .eyebrow { margin-bottom: 14px; }
.mtv2-page .sec-head__title h2 { margin-bottom: 12px; }
.mtv2-page .sec-head__title h2 em { color: var(--marine); font-weight: 600; }
.mtv2-page .sec-head__title p { font-size: 16.5px; color: var(--gris-text); max-width: 640px; margin: 0 0 14px; line-height: 1.6; }
.mtv2-page .sec-head__title p:last-child { margin-bottom: 0; }
.mtv2-page .sec-head__title p strong { color: var(--marine); font-weight: 700; }
.mtv2-page .sec-head__aside { font-size: 13px; color: var(--gris-label); flex-shrink: 0; padding-bottom: 8px; text-align: right; }
.mtv2-page .sec-head__aside strong { display: block; color: var(--marine); font-weight: 700; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-top: 4px; }
@media (max-width: 1024px) { .mtv2-page .sec-head { flex-direction: column; align-items: flex-start; gap: 14px; } .mtv2-page .sec-head__aside { text-align: left; } }

/* ===== HERO COMPACT (pages 2+) ===== */
.mtv2-page .hero--compact { padding: 32px 0 24px; background: var(--cream); border-bottom: 1px solid var(--line); }
.mtv2-page .hero--compact .eyebrow { margin-bottom: 10px; }
.mtv2-page .hero--compact h1 { font-size: clamp(28px, 3.4vw, 38px); line-height: 1.1; letter-spacing: -.025em; margin: 0; }
.mtv2-page .hero--compact h1 em { color: var(--gris-label); font-weight: 500; font-size: .8em; }
@media (max-width: 768px) {
  .mtv2-page .hero--compact { padding: 18px 0 14px; }
  .mtv2-page .hero--compact h1 { font-size: 22px; }
}

/* ===== PRODUCTS ===== */
.mtv2-page .products { padding: 60px 0 80px; background: var(--gris-1); }
.mtv2-page--paged .products { padding-top: 36px; }
.mtv2-page .products__filters { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.mtv2-page .products__filters .filter-chips { flex: 1 1 auto; max-width: calc(100% - 200px); }
@media (max-width: 768px) {
  .mtv2-page .products__filters .filter-chips { max-width: 100%; }
}
.mtv2-page .mtv2-sort { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--gris-label); }
.mtv2-page .mtv2-sort select { padding: 7px 26px 7px 12px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #fff; font-size: 13px; font-weight: 600; color: var(--marine); cursor: pointer; font-family: inherit; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%230F2744' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; }
.mtv2-page .mtv2-sort select:focus { outline: 2px solid var(--or); outline-offset: 1px; }
.mtv2-page .mtv2-result-count { font-size: 13px; color: var(--gris-label); margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.mtv2-page .mtv2-result-count strong { color: var(--marine); font-weight: 700; }

/* ===== TOGGLE "Voir uniquement disponibles" ===== */
.mtv2-page .mtv2-stock-toggle { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; background: var(--cream); border-radius: var(--radius); margin-bottom: 24px; flex-wrap: wrap; }
.mtv2-page .mtv2-stock-toggle__link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.mtv2-page .mtv2-stock-toggle__switch { display: inline-block; width: 42px; height: 24px; background: rgba(15,39,68,.25); border-radius: 24px; position: relative; transition: background .2s var(--ease); flex-shrink: 0; }
.mtv2-page .mtv2-stock-toggle__knob { position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: transform .2s var(--ease); box-shadow: 0 1px 3px rgba(0,0,0,.15); }
.mtv2-page .mtv2-stock-toggle.is-on .mtv2-stock-toggle__switch { background: var(--or); }
.mtv2-page .mtv2-stock-toggle.is-on .mtv2-stock-toggle__knob { transform: translateX(18px); }
.mtv2-page .mtv2-stock-toggle__label { font-size: 14px; font-weight: 600; color: var(--marine); }
.mtv2-page .mtv2-stock-toggle__counts { font-size: 13px; color: var(--gris-label); }
.mtv2-page .mtv2-stock-toggle__counts strong { color: var(--marine); font-weight: 700; }
.mtv2-page .mtv2-stock-toggle__counts span { color: var(--line-strong); margin: 0 6px; }
@media (max-width: 640px) {
    .mtv2-page .mtv2-stock-toggle { padding: 12px 14px; gap: 10px; }
    .mtv2-page .mtv2-stock-toggle__label { font-size: 13px; }
    .mtv2-page .mtv2-stock-toggle__counts { font-size: 12px; width: 100%; text-align: right; }
}

/* ===== STICKY INFO pagination ===== */
.mtv2-page .mtv2-sticky-info { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); padding: 10px 0; margin: 0 -20px 20px; }
.mtv2-page .mtv2-sticky-info__inner { max-width: 1240px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 13px; }
.mtv2-page .mtv2-sticky-info__progress { color: var(--gris-label); }
.mtv2-page .mtv2-sticky-info__progress strong { color: var(--marine); font-weight: 700; }
.mtv2-page .mtv2-sticky-info__sep { color: var(--line-strong); margin: 0 8px; }
.mtv2-page .mtv2-sticky-info__brand { color: var(--or-fonce); font-weight: 600; }
.mtv2-page .mtv2-sticky-info__jump { display: inline-flex; align-items: center; gap: 8px; }
.mtv2-page .mtv2-sticky-info__jump label { color: var(--gris-label); font-size: 13px; }
.mtv2-page .mtv2-sticky-info__jump select { border: 1px solid var(--line-strong); padding: 4px 26px 4px 10px; border-radius: var(--radius); font-size: 13px; background: #fff; color: var(--marine); font-family: inherit; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%230F2744' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 8px center; }
@media (max-width: 640px) {
    .mtv2-page .mtv2-sticky-info { padding: 8px 0; }
    .mtv2-page .mtv2-sticky-info__inner { gap: 8px; font-size: 12px; }
    .mtv2-page .mtv2-sticky-info__jump { display: none; }  /* Saut rapide masqué sur mobile (manque de place) */
    .mtv2-page .mtv2-sticky-info__sep { margin: 0 4px; }
}

/* ===== PAGINATION ===== */
.mtv2-page .mtv2-pagination { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.mtv2-page .mtv2-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #fff; color: var(--marine); font-weight: 600; font-size: 14px; text-decoration: none; transition: all .2s var(--ease); }
.mtv2-page .mtv2-pagination .page-numbers:hover { background: var(--cream); border-color: var(--marine); }
.mtv2-page .mtv2-pagination .page-numbers.current { background: var(--marine); border-color: var(--marine); color: #fff; }
.mtv2-page .mtv2-pagination .page-numbers.dots { background: transparent; border: none; cursor: default; color: var(--gris-label); }
.mtv2-page .mtv2-pagination .page-numbers.prev,
.mtv2-page .mtv2-pagination .page-numbers.next { background: transparent; border-color: transparent; }
.mtv2-page .mtv2-pagination .page-numbers.prev:hover,
.mtv2-page .mtv2-pagination .page-numbers.next:hover { background: var(--cream); border-color: var(--line-strong); }
@media (max-width: 768px) {
  .mtv2-page .mtv2-pagination { gap: 4px; }
  .mtv2-page .mtv2-pagination .page-numbers { min-width: 34px; height: 34px; padding: 0 8px; font-size: 13px; }
  .mtv2-page .products__filters { flex-direction: column; align-items: stretch; gap: 14px; }
  .mtv2-page .mtv2-sort { justify-content: flex-end; }
}
.mtv2-page .filter-chips { display: flex; gap: 7px; flex-wrap: wrap; align-items: center; }
.mtv2-page .filter-chip { display: inline-flex; align-items: center; padding: 8px 14px; background: #fff; border: 1px solid var(--line); border-radius: 100px; font-size: 12.5px; font-weight: 600; color: var(--gris-text); cursor: pointer; transition: all .2s; }
.mtv2-page .filter-chip:hover { border-color: var(--marine); }
.mtv2-page .filter-chip--active { background: var(--marine); border-color: var(--marine); color: #fff; }

/* Filter chips MODÈLES — apparaît sous les chips marques (uniquement sur hub marque) */
.mtv2-page .filter-chips--models { margin-top: 10px; padding-top: 12px; border-top: 1px dashed var(--line); gap: 6px; max-width: 100%; }
.mtv2-page .filter-chips__label { font-size: 11px; color: var(--gris-label); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-right: 6px; }
.mtv2-page .filter-chip--model { background: var(--cream); border-color: transparent; color: var(--marine); padding: 6px 12px; font-size: 12px; }
.mtv2-page .filter-chip--model:hover { background: var(--cream-2); border-color: var(--or); }
.mtv2-page .filter-chip--model.filter-chip--active { background: var(--or-fonce); border-color: var(--or-fonce); color: #fff; }
.mtv2-page .filter-chip__count { display: inline-block; margin-left: 6px; padding: 1px 6px; background: rgba(15,39,68,.08); border-radius: 10px; font-size: 10.5px; font-weight: 700; color: var(--gris-label); }
.mtv2-page .filter-chip--model.filter-chip--active .filter-chip__count { background: rgba(255,255,255,.22); color: #fff; }

/* Host de la popup Epo Forms watch_v2 : on masque le bouton trigger natif (Epo Forms en ajoute un
   automatiquement). Les boutons "Je vends ma montre" du template-v2 servent de trigger via
   data-epo-popup-target="#epo-popup-watch_v2". */
.mtv2-epo-popup-host > .epo-form__open { display: none !important; }

.mtv2-page .products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.mtv2-page .product-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); transition: all .3s var(--ease); display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.mtv2-page .product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.mtv2-page .product-card__shot { aspect-ratio: 1; background: var(--cream); position: relative; overflow: hidden; }
.mtv2-page .product-card__shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.mtv2-page .product-card:hover .product-card__shot img { transform: scale(1.03); }
.mtv2-page .product-card--sold .product-card__shot img { filter: grayscale(.4) brightness(.92); }
.mtv2-page .product-card--sold .product-card__shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(165deg, transparent 55%, rgba(15,39,68,.18)); pointer-events: none; }
.mtv2-page .sold-badge { position: absolute; top: 12px; right: 12px; z-index: 2; padding: 5px 11px; background: rgba(15,39,68,.94); color: #fff; font-size: 9.5px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; border-radius: 100px; display: inline-flex; align-items: center; gap: 6px; }
.mtv2-page .sold-badge::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--or); }
.mtv2-page .product-card__body { padding: 14px 16px; display: flex; flex-direction: column; gap: 3px; flex: 1; }
.mtv2-page .product-card__brand { font-size: 10.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gris-label); }
.mtv2-page .product-card__model { font-size: 14.5px; font-weight: 700; color: var(--marine); line-height: 1.3; letter-spacing: -.01em; }
.mtv2-page .product-card__ref { font-size: 12px; color: var(--gris-label); font-weight: 500; }
.mtv2-page .product-card__bottom { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.mtv2-page .product-card__price { font-size: 16px; font-weight: 800; color: var(--marine); letter-spacing: -.02em; line-height: 1; }
.mtv2-page .product-card__price small { font-size: 9.5px; font-weight: 700; color: var(--gris-label); text-transform: uppercase; letter-spacing: .1em; display: block; margin-bottom: 3px; }
.mtv2-page .product-card__cta { font-size: 12px; font-weight: 700; color: var(--marine); display: inline-flex; align-items: center; gap: 5px; }
.mtv2-page .product-card__cta::after { content: "→"; transition: transform .2s; }
.mtv2-page .product-card:hover .product-card__cta::after { transform: translateX(3px); }
.mtv2-page .product-card--sold .product-card__bottom { flex-direction: column; align-items: stretch; gap: 6px; border-top: 1px dashed var(--line-strong); }

/* Wrapper pour cards : permet de sortir sold-actions du <a> parent (HTML5 valid) */
.mtv2-page .product-card-wrapper,
.mtv2-page .product-card--sold-wrapper { position: relative; display: flex; flex-direction: column; }
.mtv2-page .product-card-wrapper > .product-card,
.mtv2-page .product-card--sold-wrapper > .product-card { flex: 1; }
.mtv2-page .product-card__sold-placeholder { display: block; height: 40px; }

/* Actions cédées en overlay absolu sur la card (hors <a> parent) */
.mtv2-page .sold-actions {
  position: absolute; left: 16px; right: 16px; bottom: 14px;
  display: flex; gap: 6px; z-index: 2;
}
.mtv2-page .sold-action {
  flex: 1; text-align: center; padding: 9px 6px;
  font-size: 10.5px; font-weight: 700;
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  color: var(--marine); background: #fff;
  transition: all .2s var(--ease); cursor: pointer;
  text-decoration: none; font-family: inherit;
  -webkit-appearance: none; appearance: none;
  line-height: 1.2;
}
.mtv2-page .sold-action--primary { background: var(--marine); color: #fff; border-color: var(--marine); }
.mtv2-page .sold-action:hover { background: var(--cream); }
.mtv2-page .sold-action--primary:hover { background: var(--marine-2); border-color: var(--marine-2); }
.mtv2-page .products__seeall { margin-top: 36px; text-align: center; }

@media (max-width: 1024px) { .mtv2-page .products-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 768px) {
  .mtv2-page .products { padding: 56px 0 64px; }
  .mtv2-page .products-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .mtv2-page .products__filters { align-items: flex-start; flex-direction: column; }
  .mtv2-page .filter-chips { overflow-x: auto; flex-wrap: nowrap; width: 100%; -webkit-overflow-scrolling: touch; }
  .mtv2-page .filter-chips::-webkit-scrollbar { display: none; }
  .mtv2-page .filter-chip { flex-shrink: 0; }
}

/* ===== BRANDS GRID 29 ===== */
.mtv2-page .brands { padding: 80px 0 88px; background: #fff; }
.mtv2-page .brands-all { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; }
.mtv2-page .bcard { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: var(--gris-1); border: 1px solid transparent; border-radius: var(--radius); text-decoration: none; color: var(--marine); transition: all .25s var(--ease); min-height: 64px; }
.mtv2-page .bcard:hover { background: #fff; border-color: var(--or); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.mtv2-page .bcard__pic { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; overflow: hidden; background: var(--cream); display: flex; align-items: center; justify-content: center; }
.mtv2-page .bcard__pic img { width: 100%; height: 100%; object-fit: cover; }
.mtv2-page .bcard__pic--init { background: linear-gradient(140deg, var(--marine-2), var(--marine)); color: var(--or-clair); font-weight: 800; font-size: 16px; }
.mtv2-page .bcard__name { font-size: 13.5px; font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
.mtv2-page .bcard--cta { background: var(--marine); color: #fff; border-color: var(--marine); }
.mtv2-page .bcard--cta .bcard__name { color: #fff; }
.mtv2-page .bcard--cta:hover { background: var(--marine-2); border-color: var(--marine-2); color: #fff; }
.mtv2-page .bcard__pic--cta { background: var(--or); color: #fff; font-weight: 800; font-size: 22px; line-height: 1; }

@media (max-width: 1024px) { .mtv2-page .brands-all { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 768px) {
  .mtv2-page .brands { padding: 56px 0 64px; }
  .mtv2-page .brands-all { grid-template-columns: repeat(2,1fr); gap: 8px; }
  .mtv2-page .bcard { padding: 10px 12px; min-height: 56px; }
  .mtv2-page .bcard__pic { width: 34px; height: 34px; }
  .mtv2-page .bcard__name { font-size: 12.5px; }
}

/* ===== SELLER (green) ===== */
.mtv2-page .seller { background: var(--vert); color: #fff; padding: 80px 0 88px; position: relative; overflow: hidden; }
.mtv2-page .seller::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 80% 25%, rgba(217,183,102,.08), transparent 55%), radial-gradient(ellipse at 15% 90%, rgba(255,255,255,.04), transparent 50%); }
.mtv2-page .seller__inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; position: relative; align-items: center; }
.mtv2-page .seller h2 { color: #fff; margin-bottom: 18px; max-width: 520px; }
.mtv2-page .seller h2 em { color: var(--or-clair); font-weight: 600; }
.mtv2-page .seller .eyebrow { color: rgba(255,255,255,.55); margin-bottom: 16px; display: inline-flex; align-items: center; gap: 14px; }
.mtv2-page .seller .eyebrow::before { content: ""; display: inline-block; width: 36px; height: 1px; background: rgba(255,255,255,.25); }
.mtv2-page .seller__lead { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.82); max-width: 500px; margin: 0 0 28px; }
.mtv2-page .seller__reasons { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 24px; }
.mtv2-page .s-reason { display: flex; flex-direction: column; gap: 4px; }
.mtv2-page .s-reason__icon { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); display: flex; align-items: center; justify-content: center; color: var(--or-clair); margin-bottom: 6px; }
.mtv2-page .s-reason__icon svg { width: 16px; height: 16px; }
.mtv2-page .s-reason__title { font-size: 14.5px; font-weight: 700; color: #fff; letter-spacing: -.005em; }
.mtv2-page .s-reason__desc { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.5; }
@media (max-width: 1024px) { .mtv2-page .seller { padding: 56px 0 64px; } .mtv2-page .seller__inner { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 768px) { .mtv2-page .seller__reasons { grid-template-columns: 1fr; gap: 18px; } }

/* ===== EDITORIAL ===== */
.mtv2-page .editorial { padding: 80px 0; background: #fff; }
.mtv2-page .editorial--alt { background: var(--cream); }
.mtv2-page .edit-block { max-width: 840px; margin: 0 auto 64px; }
.mtv2-page .edit-block:last-child { margin-bottom: 0; }
.mtv2-page .edit-block .eyebrow { margin-bottom: 14px; }
.mtv2-page .edit-block h2 { margin-bottom: 18px; }
.mtv2-page .edit-block h2 em { color: var(--marine); font-weight: 600; }
.mtv2-page .edit-block h3 { margin: 32px 0 14px; font-size: 18px; font-weight: 700; color: var(--marine); }
.mtv2-page .edit-block p { font-size: 16.5px; line-height: 1.7; color: var(--gris-text); }
.mtv2-page .edit-block p strong { color: var(--marine); font-weight: 700; }
.mtv2-page .edit-list { padding: 0; margin: 14px 0 24px; list-style: none; }
.mtv2-page .edit-list li { position: relative; padding: 10px 0 10px 28px; font-size: 15.5px; line-height: 1.55; color: var(--gris-text); border-bottom: 1px solid var(--line); }
.mtv2-page .edit-list li:last-child { border-bottom: none; }
.mtv2-page .edit-list li::before { content: ""; position: absolute; left: 0; top: 18px; width: 14px; height: 1px; background: var(--or); }
.mtv2-page .edit-list li strong { color: var(--marine); font-weight: 700; }
.mtv2-page .cotes-cta { margin-top: 32px; background: var(--marine); color: #fff; border-radius: var(--radius); padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.mtv2-page .cotes-cta__txt strong { display: block; font-size: 17px; font-weight: 700; margin-bottom: 4px; color: #fff; letter-spacing: -.01em; }
.mtv2-page .cotes-cta__txt span { font-size: 14px; color: rgba(255,255,255,.7); }
@media (max-width: 1024px) { .mtv2-page .editorial { padding: 56px 0; } .mtv2-page .edit-block { margin-bottom: 48px; } }

/* ===== TESTIMONIALS ===== */
.mtv2-page .testimonials { padding: 80px 0 88px; background: var(--cream); }
.mtv2-page .testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.mtv2-page .testimonial { background: #fff; border-radius: var(--radius); padding: 28px; border: 1px solid var(--line); display: flex; flex-direction: column; }
.mtv2-page .testimonial__stars { color: var(--or); letter-spacing: 2px; margin-bottom: 16px; font-size: 14px; }
.mtv2-page .testimonial__quote { font-size: 15.5px; line-height: 1.55; color: var(--marine); margin: 0 0 20px; font-weight: 500; font-style: italic; }
.mtv2-page .testimonial__author { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.mtv2-page .testimonial__name { font-size: 14px; font-weight: 700; color: var(--marine); margin-bottom: 2px; }
.mtv2-page .testimonial__date { font-size: 12px; color: var(--gris-label); }
.mtv2-page .testimonials__link { margin-top: 32px; text-align: center; }
.mtv2-page .testimonials__link a { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--marine); border-bottom: 2px solid var(--or); padding-bottom: 3px; transition: gap .25s var(--ease); }
.mtv2-page .testimonials__link a:hover { gap: 14px; }
@media (max-width: 1024px) { .mtv2-page .testimonials { padding: 56px 0 64px; } .mtv2-page .testimonials-grid { grid-template-columns: 1fr; } }

/* ===== FAQ ===== */
.mtv2-page .faq { padding: 80px 0; background: #fff; }
.mtv2-page .faq__grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
.mtv2-page .faq__intro h2 { margin-bottom: 16px; }
.mtv2-page .faq__intro h2 em { color: var(--marine); font-weight: 600; }
.mtv2-page .faq__intro p { font-size: 16.5px; color: var(--gris-text); line-height: 1.6; margin: 0 0 24px; max-width: 380px; }
.mtv2-page .faq__intro .micro { color: var(--gris-label); font-size: 14px; display: block; line-height: 1.55; max-width: 340px; font-style: italic; font-weight: 500; }
.mtv2-page .faq-list { border-top: 1px solid var(--line-strong); }
.mtv2-page .faq-item { border-bottom: 1px solid var(--line-strong); }
.mtv2-page .faq-item__q { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; width: 100%; text-align: left; font-size: 17px; font-weight: 700; color: var(--marine); letter-spacing: -.01em; transition: color .2s; cursor: pointer; }
.mtv2-page .faq-item__q:hover { color: var(--marine-2); }
.mtv2-page .faq-item__plus { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-strong); display: flex; align-items: center; justify-content: center; color: var(--marine); flex-shrink: 0; transition: all .3s var(--ease); position: relative; }
.mtv2-page .faq-item__plus::before, .mtv2-page .faq-item__plus::after { content: ""; position: absolute; background: currentColor; border-radius: 1px; }
.mtv2-page .faq-item__plus::before { width: 11px; height: 2px; }
.mtv2-page .faq-item__plus::after { width: 2px; height: 11px; transition: transform .3s var(--ease); }
.mtv2-page .faq-item.open .faq-item__plus { background: var(--marine); color: #fff; border-color: var(--marine); }
.mtv2-page .faq-item.open .faq-item__plus::after { transform: scaleY(0); }
.mtv2-page .faq-item__a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.mtv2-page .faq-item__a-inner { padding: 0 50px 24px 0; font-size: 15.5px; line-height: 1.65; color: var(--gris-text); }
.mtv2-page .faq-item__a-inner strong { color: var(--marine); font-weight: 700; }
.mtv2-page .faq-item.open .faq-item__a { max-height: 420px; }
@media (max-width: 1024px) { .mtv2-page .faq { padding: 56px 0; } .mtv2-page .faq__grid { grid-template-columns: 1fr; gap: 32px; } .mtv2-page .faq__intro p { max-width: none; } .mtv2-page .faq-item__a-inner { padding-right: 0; } }

/* ===== FINAL CTA + SHOP ===== */
.mtv2-page .final { background: var(--marine); color: #fff; padding: 80px 0 88px; position: relative; overflow: hidden; }
.mtv2-page .final::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 78% 18%, rgba(201,162,74,.12), transparent 50%); }
.mtv2-page .final__inner { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; position: relative; }
.mtv2-page .final h2 { color: #fff; margin-bottom: 16px; max-width: 520px; }
.mtv2-page .final h2 em { color: var(--or-clair); font-weight: 600; }
.mtv2-page .final .eyebrow { color: rgba(255,255,255,.55); margin-bottom: 16px; }
.mtv2-page .final .eyebrow::before { background: rgba(255,255,255,.25); }
.mtv2-page .final__lead { font-size: 17px; color: rgba(255,255,255,.78); margin: 0 0 30px; max-width: 460px; line-height: 1.6; }
.mtv2-page .shop-card { background: #fff; color: var(--marine); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.mtv2-page .shop-card__map { aspect-ratio: 16/9; position: relative; overflow: hidden; background: #E8E6E0; }
.mtv2-page .shop-card__map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.mtv2-page .shop-card__body { padding: 24px 28px 28px; }
.mtv2-page .shop-card__addr { font-size: 19px; font-weight: 800; color: var(--marine); margin-bottom: 18px; line-height: 1.3; letter-spacing: -.01em; }
.mtv2-page .shop-info { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; margin-bottom: 20px; }
.mtv2-page .shop-info__row { display: flex; align-items: flex-start; gap: 10px; color: var(--gris-text); }
.mtv2-page .shop-info__row svg { width: 15px; height: 15px; color: var(--or-fonce); flex-shrink: 0; margin-top: 2px; }
.mtv2-page .shop-info__row strong { color: var(--marine); font-weight: 700; margin-right: 4px; }
.mtv2-page .shop-card__cta { display: flex; gap: 8px; }
.mtv2-page .shop-card__cta .btn { flex: 1; padding: .8em 1em; font-size: 13px; }
@media (max-width: 1024px) { .mtv2-page .final { padding: 56px 0 64px; } .mtv2-page .final__inner { grid-template-columns: 1fr; gap: 40px; } }
