
/* ===== HOMEPAGE — override palette système ===== */
body.page-home {
  --text-primary: #2E271F;
  --text-secondary: #554B42;
  --text-muted: #6B6258;
  --bg-dark: #10213A;
  --accent-primary: #A33F51;
  --accent-primary-hover: #843142;
  --accent-primary-light: #E17A87;
  --accent-secondary: #176B72;
  --accent-secondary-light: #67C7C0;
  --border: rgba(107,91,78,0.18);
  --border-strong: rgba(107,91,78,0.36);
  background: #FAF7F1;
  background-attachment: fixed;
}

/* Repère clavier net, cohérent avec la palette et visible sur tous les fonds. */
body.page-home :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #176B72;
  outline-offset: 3px;
}
body.page-home :where(.home-hero-v2, .new-cta-block, .va-partner-poster--europe, .shipping-banner, .va-trust-section, .va-ft)
  :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline-color: #8DDDD6;
}

/* ===== ZONE SOMBRE : hero → stats bar (corps uni) ===== */
.va-stats-bar-wrap {
  background: #10213A;
  border-top: 1px solid rgba(103,199,192,0.16);
  border-bottom: 1px solid rgba(103,199,192,0.16);
}

/* ===== Section helpers ===== */
main.site-main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background: transparent;
}
.section {
  position: relative;
  padding: 28px 0 56px;
}
.section-heading {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #A33F51;
  margin-bottom: 6px;
}
.section-title {
  text-align: center;
  font-size: clamp(26px, 2.8vw, 36px);
  margin-bottom: 12px;
  font-weight: 700;
  color: #1A1208;
  font-family: 'Playfair Display', Georgia, serif;
}
.section-subtitle {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  font-size: 15px;
  color: #4A3D30;
  line-height: 1.65;
}
/* Séparateur ornemental SVG vintage */
.ornament {
  text-align: center;
  color: #A33F51;
  opacity: 0.45;
  margin: 8px 0 0;
  font-size: 20px;
  letter-spacing: 0.3em;
}

/* ===== HERO V2 — Éditorial magazine ===== */
.home-hero-v2 {
  background: #10213A;
  border-bottom: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.home-hero-v2::before { display: none; }

/* Deux points d'attention : promesse éditoriale + une pièce vedette. */
.hero-v2-inner {
  max-width: 1440px; margin: 0 auto; padding: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px, 420px);
  gap: 0; align-items: stretch;
  min-height: 640px;
}

/* ── Colonne gauche : image brocante + texte overlay ── */
.hero-v2-left {
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 52px 52px 52px;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.hero-v2-left::before {
  content: '';
  position: absolute; inset: 0;
  background: url('/images/hero-atelier.jpg') center center / cover no-repeat;
  transform: scale(1.04);
  transition: transform 8s ease;
}
.hero-v2-left:hover::before { transform: scale(1.00); }
.hero-v2-left::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(5,10,20,0.45) 0%,
    rgba(5,10,20,0.38) 22%,
    rgba(5,10,20,0.62) 52%,
    rgba(5,10,20,0.97) 100%
  );
}
.hero-v2-left > * { position: relative; z-index: 1; }

/* Eyebrow badge */
.hero-v2-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 9.5px; letter-spacing: 0.20em; text-transform: uppercase;
  color: rgba(255,255,255,0.90); font-weight: 700; margin-bottom: 20px;
  background: rgba(103,199,192,0.10);
  backdrop-filter: blur(8px);
  padding: 8px 16px 8px 13px;
  border: 1px solid rgba(103,199,192,0.34); border-radius: 999px;
  border-left: 3px solid #67C7C0;
  align-self: flex-start;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0,0,0,0.20), 0 0 0 1px rgba(103,199,192,0.10);
}
.hero-v2-eyebrow::before {
  content: '';
  display: block;
  width: 6px; height: 6px; border-radius: 50%;
  background: #67C7C0;
  flex-shrink: 0;
  animation: heroPulse 2s ease-in-out infinite;
}
.hero-v2-eyebrow::before,
.hero-v2-eyebrow::after { display: none; }
.hero-v2-eyebrow svg { display: none; }

.hero-v2-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 2.8vw, 46px); font-weight: 700;
  color: #ffffff; line-height: 1.10; margin-bottom: 14px;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(0,0,0,0.55);
}
.hero-v2-title span { color: #E17A87; font-style: italic; }

.hero-v2-sub {
  font-size: 15px; color: rgba(235,230,215,0.92); line-height: 1.65;
  margin-bottom: 0; max-width: 400px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.50);
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.hero-v2-trust { margin-top: 18px; }

/* Avis */
.hero-v2-trust { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; flex-wrap: wrap; }
.hero-v2-stars { display: flex; gap: 2px; }
.hero-v2-stars svg { width: 14px; height: 14px; }
.hero-v2-score { font-size: 13.5px; font-weight: 800; color: #ffffff; }
.hero-v2-count { font-size: 12px; color: rgba(235,230,210,0.70); }
.hero-v2-avis-link { font-size: 12px; font-weight: 700; color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.40); transition: border-color .15s, color .15s; text-shadow: 0 1px 8px rgba(0,0,0,0.70), 0 0 18px rgba(0,0,0,0.50); }
.hero-v2-avis-link:hover { border-color: #ffffff; color: #F5F0E8; }

/* Garanties */
.hero-v2-guarantees { display: flex; flex-direction: column; gap: 7px; margin-bottom: 28px; }
.hero-v2-guarantee {
  display: flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 500; color: rgba(240,238,228,0.90);
  text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}
.hero-v2-guarantee svg { width: 14px; height: 14px; flex-shrink: 0; color: rgba(255,255,255,0.75); }

/* CTA */
.hero-v2-cta-row { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-v2-cta-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 12px;
  background: linear-gradient(135deg, #A33F51, #843142);
  color: #ffffff; font-weight: 700; font-size: 13.5px;
  text-decoration: none; min-height: 48px;
  box-shadow: 0 4px 20px rgba(163,63,81,0.38);
  transition: transform .14s, box-shadow .14s, opacity .14s;
}
.hero-v2-cta-primary:hover { opacity: 1; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(163,63,81,0.48); }
.hero-v2-cta-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 20px; border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,0.28);
  color: rgba(255,255,255,0.88); font-weight: 600; font-size: 13.5px;
  text-decoration: none; min-height: 46px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
  transition: border-color .14s, background .14s;
}
.hero-v2-cta-secondary:hover { border-color: rgba(255,255,255,0.55); background: rgba(255,255,255,0.12); }

/* ── Colonne centrale : carte vedette (grande image portrait) ── */
.hero-v2-featured {
  position: relative;
  overflow: hidden;
  background: #0C192B;
  border-left: 1px solid rgba(255,255,255,0.06);
  border-right: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-direction: column;
  height: 100%; align-self: stretch;
}
.hero-v2-featured:focus-visible,
.va-advertising-card > a:focus-visible {
  outline-offset: -4px;
}
.hero-v2-featured-label {
  position: absolute; top: 12px; left: 12px; z-index: 3;
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(8,20,35,0.84);
  border: 1px solid rgba(255,252,245,0.18);
  backdrop-filter: blur(8px);
  padding: 4px 10px; border-radius: 999px;
  font-size: 8.5px; font-weight: 700; letter-spacing: 0.10em;
  text-transform: uppercase; color: rgba(235,230,215,0.85);
  box-shadow: 0 1px 8px rgba(0,0,0,0.40);
}
.hero-v2-featured-label::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: #A33F51;
  flex-shrink: 0;
  animation: heroPulse 2s ease-in-out infinite;
}
.hero-v2-card-badge--featured {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  padding: 5px 10px;
  color: #E17A87;
  background: rgba(8,20,35,.86);
  border: 1px solid rgba(225,122,135,.55);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
@keyframes heroPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.75); }
}
.hero-v2-featured-img-wrap {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 0;
}
.hero-v2-featured-img-wrap img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
  transition: transform .7s ease;
}
.hero-v2-featured:hover .hero-v2-featured-img-wrap img { transform: scale(1.04); }
.hero-v2-featured-img-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, #10213A, #1B3656);
}
.hero-v2-featured-img-placeholder-letter {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 64px; font-weight: 700;
  color: rgba(225,122,135,0.34); line-height: 1;
}
/* Dégradé bas sur l'image vedette */
.hero-v2-featured-img-wrap::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 55%;
  background: linear-gradient(to bottom, transparent 0%, rgba(8,20,35,0.94) 100%);
  pointer-events: none; z-index: 1;
}
/* Infos sur la carte vedette */
.hero-v2-featured-info {
  position: relative; z-index: 2;
  padding: 14px 16px 18px;
  background: #0C192B;
  border-top: 1px solid rgba(255,255,255,0.10);
  flex-shrink: 0;
}
.hero-v2-featured-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px; font-weight: 700; color: #ffffff;
  line-height: 1; letter-spacing: -0.02em; margin-bottom: 5px;
}
.hero-v2-featured-price em {
  font-style: normal; font-size: 13px; color: rgba(200,210,225,0.75);
  font-family: inherit; font-weight: 500;
}
.hero-v2-featured-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px; font-weight: 600; color: rgba(215,220,230,0.90);
  line-height: 1.35; margin-bottom: 5px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.hero-v2-featured-meta {
  font-size: 10px; color: rgba(180,200,225,0.70);
  font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
}

/* ── Responsive desktop intermédiaire ── */
@media (max-width: 1280px) {
  .hero-v2-inner { grid-template-columns: minmax(0,1fr) 360px; }
}
@media (max-width: 1100px) {
  .hero-v2-inner { grid-template-columns: minmax(0,1fr) 320px; }
  .hero-v2-left { padding: 36px 36px 40px; }
}
@media (max-width: 1024px) {
  .hero-v2-inner { grid-template-columns: minmax(0,1fr) 290px; }
  .hero-v2-left { padding: 32px 32px 36px; min-height: 560px; }
}
@media (max-width: 900px) {
  .hero-v2-inner { grid-template-columns: minmax(0,1fr) 260px; }
  .hero-v2-left { padding: 28px 28px 36px; min-height: 520px; }
  .hero-v2-title { font-size: clamp(26px, 4.5vw, 38px); }
}

/* iOS: background-attachment:fixed non supporté sur éléments non-body */
@media (max-width: 960px) {
  body.page-home { background-attachment: scroll; }
}

/* ── Tablette — 1 colonne, hero plein écran ── */
@media (max-width: 800px) {
  .home-hero-v2 { padding: 0; }
  .hero-v2-inner { grid-template-columns: 1fr; min-height: 0; }
  .hero-v2-featured { height: auto; min-height: 0; border-top: 1px solid rgba(255,255,255,.08); border-left: 0; }
  .hero-v2-featured-img-wrap { flex: none; height: 260px; }
  .hero-v2-left { padding: 84px 28px 36px; min-height: 520px; }
  .hero-v2-title { font-size: clamp(24px, 5.5vw, 38px); }
}

/* ── Mobile app — layout vertical compact ── */
@media (max-width: 600px) {
  body.page-home {
    background: #FAF7F1;
    background-attachment: scroll;
  }
  /* Hero wrapper sans padding — l'image remonte derrière le header transparent */
  .home-hero-v2 { padding: 0; background: #10213A; border-bottom: none; }
  .home-hero-v2::before { display: none; }

  .hero-v2-inner { grid-template-columns: 1fr; gap: 0; padding: 0; min-height: 0; }
  /* Hero : image pleine hauteur, texte ancré en bas — padding-top = hauteur header mobile (56px) + espace respiration */
  .hero-v2-left {
    height: auto; min-height: 360px;
    padding: 64px 18px 22px;
    justify-content: flex-end;
    background: transparent;
  }
  .hero-v2-left::before {
    background: url('/images/hero-atelier.jpg') center 30% / cover no-repeat;
  }
  /* Gradient : très léger en haut (image visible), dense en bas (lisibilité texte) */
  .hero-v2-left::after {
    background: linear-gradient(
      to bottom,
      rgba(5,10,20,0.18) 0%,
      rgba(5,10,20,0.15) 15%,
      rgba(5,10,20,0.55) 48%,
      rgba(5,10,20,0.96) 100%
    );
  }

  .hero-v2-eyebrow {
    font-size: 10px; margin-bottom: 10px;
    background: rgba(103,199,192,0.14);
    border: 1px solid rgba(103,199,192,0.42);
    border-left: 3px solid #67C7C0;
    backdrop-filter: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1;
    letter-spacing: 0.16em;
    color: #8DDDD6;
    border-radius: 6px;
    padding: 7px 14px 7px 11px;
  }
  .hero-v2-eyebrow svg { display: none; }

  .hero-v2-title {
    font-size: clamp(22px, 6.5vw, 30px);
    color: #ffffff; margin-bottom: 8px; line-height: 1.10;
    text-shadow: 0 2px 20px rgba(0,0,0,0.75);
  }
  .hero-v2-title span { color: #E17A87; font-style: italic; }

  .hero-v2-sub {
    font-size: 13.5px; color: rgba(255,255,255,0.88);
    line-height: 1.55; margin-bottom: 0; max-width: 100%;
    text-shadow: 0 1px 8px rgba(0,0,0,0.60);
    padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .hero-v2-trust { margin-top: 8px; margin-bottom: 8px; gap: 6px; flex-wrap: wrap; align-items: center; }
  .hero-v2-stars svg { width: 17px; height: 17px; }
  .hero-v2-score { color: #ffffff; font-size: 15px; font-weight: 800; }
  .hero-v2-count { color: rgba(255,255,255,0.75); font-size: 12px; }
  .hero-v2-avis-link { color: #8DDDD6; border-bottom: 1px solid rgba(103,199,192,0.55); font-size: 12px; font-weight: 700; text-shadow: none; }

  .hero-v2-guarantees { gap: 4px; margin-bottom: 12px; }
  .hero-v2-guarantee { font-size: 13px; color: rgba(255,255,255,0.92); gap: 8px; }
  .hero-v2-guarantee svg { stroke: #67C7C0; width: 14px; height: 14px; }

  .hero-v2-cta-row { gap: 10px; flex-direction: column; }
  .hero-v2-cta-primary {
    width: 100%; justify-content: center;
    padding: 17px; font-size: 15px; min-height: 54px;
    background: linear-gradient(135deg, #A33F51, #843142);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(163,63,81,0.45);
    font-weight: 800; letter-spacing: 0.03em;
  }
  .hero-v2-cta-secondary {
    width: 100%; justify-content: center;
    padding: 14px; font-size: 13.5px; min-height: 48px;
    border: 1.5px solid rgba(255,255,255,0.20);
    color: rgba(255,255,255,0.88);
    border-radius: 14px; background: rgba(255,255,255,0.07);
  }

  /* Mini card vedette mobile — afficher 1 seule en bas du hero */
  .hero-v2-featured { height: auto; border-left: none; border-top: 1px solid rgba(255,255,255,0.08); }
  .hero-v2-featured-img-wrap { height: 160px; min-height: 0; }
  .hero-v2-featured-info { padding: 10px 14px 14px; }
  .hero-v2-featured-price { font-size: 18px; }
  .hero-v2-featured-title { font-size: 12px; -webkit-line-clamp: 1; }
}

/* ── Indicateur swipe mobile ── */
.hero-v2-swipe-hint { display: none; }


/* ===== BARRE STATS ===== */
.va-stats-bar {
  background: #FFFFFF;
  border-top: 1px solid #E8E4DE;
  border-bottom: 3px solid #A33F51;
  padding: 0;
  position: relative; z-index: 2;
}
.va-stats-inner {
  max-width: 100%; margin: 0;
  display: grid; grid-template-columns: repeat(4,1fr);
  border: none;
}
.va-stat {
  display: flex; flex-direction: row; align-items: center; gap: 16px;
  padding: 22px 32px;
  text-align: left;
  border-right: 1px solid #E0DBD5;
  background: transparent;
  justify-content: center;
  transition: background .18s;
}
.va-stat:hover { background: rgba(0,0,0,0.02); }
.va-stat:last-child { border-right: none; }
.va-stat-icon {
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  width: 44px; height: 44px;
  color: #176B72;
  background: rgba(23,107,114,0.08);
  border: 1px solid rgba(23,107,114,0.18);
  border-radius: 12px;
}
.va-stat-icon img { width: 36px; height: 36px; }
.va-stat-icon svg { width: 27px; height: 27px; }
.va-stat-text { display: flex; flex-direction: column; gap: 1px; }
.va-stat-value {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px; font-weight: 800; color: #176B72;
  line-height: 1; letter-spacing: -0.01em;
}
.va-stat-label {
  font-size: 12.5px; color: #5A4A3A; font-weight: 600;
  line-height: 1.3; letter-spacing: 0.01em;
  margin-top: 2px;
}
@media (max-width: 900px) {
  .va-stats-inner { grid-template-columns: repeat(2,1fr); }
  .va-stat { padding: 16px 20px; gap: 12px; }
  .va-stat:nth-child(2) { border-right: none; }
  .va-stat:nth-child(1), .va-stat:nth-child(2) { border-bottom: 1px solid #E0DBD5; }
  .va-stat-label { font-size: 13px; }
}
@media (max-width: 480px) {
  .va-stats-bar { border-bottom: 2px solid #A33F51; border-top: none; }
  .va-stats-inner { grid-template-columns: repeat(2,1fr); }
  .va-stat { padding: 16px 12px; gap: 10px; border-right: 1px solid #E0DBD5; }
  .va-stat:nth-child(2) { border-right: none; }
  .va-stat:nth-child(1), .va-stat:nth-child(2) { border-bottom: 1px solid #E0DBD5; }
  .va-stat:nth-child(3), .va-stat:nth-child(4) { border-bottom: none; }
  .va-stat-icon { width: 40px; height: 40px; background: rgba(23,107,114,0.08); border-radius: 10px; }
  .va-stat-icon img { width: 24px; height: 24px; }
  .va-stat-value { font-size: 15px; }
  .va-stat-label { font-size: 11px; font-weight: 500; color: #7A6A5A; line-height: 1.25; }
}

/* ===== SECTIONS PRODUITS ===== */
.antique-section {
  background: #FFFFFF;
  color: #1A1208;
  padding: 48px 0 56px;
}
.antique-section--alt {
  background: #EDE4D6;
  border-top: none;
  border-bottom: none;
}
.antique-section--offwhite {
  background: #FFFFFF;
  border-top: none;
  border-bottom: none;
}
.antique-section--alt .antique-img { background: linear-gradient(145deg, #EFEFEF 0%, #E4E4E4 100%); }
.antique-section--alt .antique-card { border-color: rgba(0,0,0,0.10); }
.antique-section--alt .antique-head { border-bottom-color: rgba(0,0,0,0.10); }

.antique-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* En-tête de section éditorial */
.antique-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(107,91,78,0.18);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.antique-head-left { flex: 1; min-width: 200px; }
.antique-head-right { max-width: 320px; flex-shrink: 0; padding-bottom: 2px; }
@media (max-width: 720px) {
  .antique-head { flex-direction: column; align-items: flex-start; }
  .antique-head-right { display: none; }
}
.antique-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #7A6A5A; font-weight: 700; margin-bottom: 10px;
  padding: 4px 12px;
  background: rgba(23,107,114,0.08);
  border: 1px solid rgba(23,107,114,0.24);
  border-radius: 999px;
}
.antique-eyebrow::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #176B72; flex-shrink: 0; }
.antique-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 2.6vw, 34px); margin: 0 0 10px; color: #1A1208; font-weight: 700; line-height: 1.15;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  background-image: linear-gradient(90deg, rgba(23,107,114,0.44) 0%, transparent 60%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom left;
}
.antique-subtitle { color: #4A3D30; font-size: 14px; margin: 0; line-height: 1.65; }
.antique-divider { display: none; }
.va-section-see-all {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 16px; border-radius: 999px;
  border: 1px solid rgba(107,91,78,0.30);
  background: transparent; font-weight: 600; font-size: 13px; color: #4A3D30;
  transition: border-color .15s, background .15s, color .15s;
  text-decoration: none; white-space: nowrap; align-self: flex-end;
}
.va-section-see-all:hover { border-color: #176B72; color: #10213A; background: rgba(23,107,114,0.07); }

/* Grilles */
.antique-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.antique-grid--5 { grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 1100px) { .antique-grid--5 { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 800px)  { .antique-grid--5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px)  { .antique-grid--5 { grid-template-columns: repeat(2, 1fr); } }
.antique-grid--new6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 760px)  { .antique-grid--new6 { grid-template-columns: repeat(2, 1fr); } }
.antique-grid--new6.antique-grid--count-1 {
  grid-template-columns: minmax(260px, 380px);
  justify-content: center;
}
.antique-grid--new6.antique-grid--count-2 {
  grid-template-columns: repeat(2, minmax(260px, 380px));
  justify-content: center;
}
@media (max-width: 600px) {
  #section-new .antique-grid--new6.antique-grid--count-1 {
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 420px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.antique-grid--4 { grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 1000px) { .antique-grid--4 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px)  { .antique-grid--4 { grid-template-columns: repeat(2, 1fr); } }

/* Cartes produits */
.antique-card {
  background: #FFFFFF;
  border: 1px solid #E4DDD3;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(26,18,8,0.06), 0 8px 24px rgba(26,18,8,0.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  text-decoration: none;
}
.antique-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(26,18,8,0.12), 0 28px 56px rgba(35,35,35,0.10);
  border-color: rgba(35,35,35,0.38);
}
.antique-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, #EDE8E0 0%, #E2DCD4 100%);
  overflow: hidden;
}
.antique-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .40s ease;
}
.antique-card:hover .antique-img img { transform: scale(1.07); }
.antique-img-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(145deg, #EDE8E0 0%, #E2DCD4 100%);
}
.antique-img-placeholder .lcp-initial { font-family: 'Playfair Display', Georgia, serif; font-size: 52px; font-weight: 700; line-height: 1; color: rgba(163,63,81,0.18); user-select: none; }
.antique-img-placeholder .lcp-brand { font-size: 8px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(163,63,81,0.22); user-select: none; }
/* Dégradé bas sur image pour lisibilité prix */
.antique-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,18,8,0.52) 0%, rgba(26,18,8,0.10) 45%, transparent 70%);
  pointer-events: none;
}
/* Prix en overlay bas de l'image */
.antique-price-overlay {
  position: absolute; bottom: 10px; left: 12px; right: 12px;
  z-index: 2;
  display: flex; align-items: center; justify-content: space-between; gap: 6px;
}
.antique-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700; font-size: 19px; color: #8DDDD6;
  letter-spacing: -0.01em; line-height: 1;
  text-shadow: 0 1px 6px rgba(0,0,0,0.50);
}
.antique-cta {
  display: inline-flex; align-items: center; white-space: nowrap;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(255,253,249,0.18);
  border: 1px solid rgba(255,253,249,0.55);
  backdrop-filter: blur(8px);
  color: #FFFDF9; font-weight: 600; font-size: 11px;
  text-decoration: none;
  min-height: 36px; transition: background .14s, border-color .14s; flex-shrink: 0;
  z-index: 2;
}
.antique-cta:hover { background: rgba(255,253,249,0.30); border-color: rgba(255,253,249,0.80); }
.antique-badge {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  padding: 4px 10px; border-radius: 999px;
  background: #A33F51;
  color: #FFFFFF; font-weight: 700; font-size: 10px;
  letter-spacing: .04em; text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(163,63,81,0.40);
}
.antique-badge--new {
  background: rgba(35,35,35,0.85);
  border: none;
  color: #ffffff;
  box-shadow: none;
  backdrop-filter: blur(6px);
}
.antique-badge--sold { background: linear-gradient(135deg, #2E7D52, #1A5C38); color: #fff; }
.antique-body {
  padding: 12px 14px 14px;
  display: flex; flex-direction: column; gap: 4px; flex: 1;
}
.antique-title-card {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600; font-size: 13px; color: #1A1208; line-height: 1.38;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.antique-meta {
  font-size: 11px; color: #6B6258;
  display: flex; flex-wrap: wrap; align-items: center; gap: 0; line-height: 1.5;
  margin-top: 2px;
}
.antique-meta span { white-space: nowrap; }
.antique-meta span + span::before { content: " · "; color: #9A8878; white-space: pre; }
.antique-footer { display: none; }
.antique-cond { display: none; }
.antique-admin { margin-top: 20px; text-align: center; font-size: 13px; color: #7A6A5A; }
.antique-admin a { font-weight: 700; color: #A33F51; }

/* ===== SECTION NOUVEAUTÉS — style catalogue épuré ===== */
#section-new {
  background: #EDE4D6;
  border-top: none;
  border-bottom: none;
}
/* Header centré comme dans le catalogue de référence */
#section-new .antique-head {
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-bottom: none;
  padding-bottom: 4px;
  margin-bottom: 28px;
  gap: 6px;
}
#section-new .antique-head-left { flex: none; min-width: 0; }
#section-new .antique-head-right { display: none; }
#section-new .antique-eyebrow { display: none; }
#section-new .antique-title {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 4px;
  border-bottom: none;
}
#section-new .antique-subtitle {
  display: block;
  font-size: 13px;
  color: #888;
  font-weight: 400;
}
#section-new .va-section-see-all { display: none; }

/* Carte Nouveautés — style catalogue épuré premium */
#section-new .antique-card {
  background: #FFFFFF;
  border: 1px solid #E8E4DE;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform .18s, box-shadow .18s, border-color .18s;
  overflow: hidden;
}
#section-new .antique-card:hover {
  box-shadow: 0 10px 32px rgba(0,0,0,0.11);
  border-color: #C8C0B8;
  transform: translateY(-5px);
}
#section-new .antique-img {
  background: #DDD3C4;
  aspect-ratio: 5/4;
  border-radius: 0;
}
#section-new .antique-img img {
  object-fit: cover;
  object-position: center center;
  width: 100%; height: 100%;
}
#section-new .antique-img::after { display: none; }
#section-new .antique-price-overlay { display: none; }
#section-new .antique-badge { display: none; }

#section-new .antique-body {
  padding: 12px 14px 16px;
  gap: 2px;
}
#section-new .antique-title-card {
  font-size: 13px;
  font-weight: 600;
  color: #1A1208;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#section-new .antique-meta {
  font-size: 11.5px;
  color: #7A6A5A;
  font-weight: 400;
  margin-top: 3px;
}
#section-new .antique-meta span + span::before { content: " · "; color: #B0A090; }
#section-new .antique-card::after { display: none; }
#section-new .antique-new-price { display: none; }

/* Pill enchère */
.auction-end {
  font-size: 11px;
  color: #A33F51;
  background: rgba(163,63,81,0.08);
  border: 1px solid rgba(163,63,81,0.25);
  border-radius: 999px;
  padding: 3px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  font-weight: 600;
}

/* CTA explorer catégories */
.new-cta-block {
  margin-top: 32px;
  padding: 22px 32px;
  background: #1A1814;
  border: none;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: 0 8px 32px rgba(26,24,20,0.32), 0 2px 8px rgba(26,24,20,0.18);
}
.new-cta-text {
  display: flex; align-items: center; gap: 12px;
  color: #ffffff; font-size: 15px; font-weight: 600;
  flex: 1; min-width: 200px;
  line-height: 1.4;
}
.new-cta-text svg { color: rgba(255,255,255,0.60); flex-shrink: 0; }
.new-cta-links { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.new-cta-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 18px; border-radius: 999px; font-size: 13px; font-weight: 600;
  text-decoration: none; border: 1.5px solid rgba(255,255,255,0.20);
  color: rgba(255,255,255,0.90); background: rgba(255,255,255,0.08);
  min-height: 44px;
  transition: border-color .15s, background .15s, color .15s;
  white-space: nowrap;
}
.new-cta-btn:hover { border-color: rgba(255,255,255,0.50); background: rgba(255,255,255,0.14); color: #ffffff; }
.new-cta-btn--primary {
  background: #A33F51;
  border-color: transparent; color: #ffffff; font-weight: 700;
  box-shadow: 0 3px 14px rgba(163,63,81,0.40);
}
.new-cta-btn--primary:hover { background: #843142; border-color: transparent; color: #ffffff; box-shadow: 0 5px 20px rgba(163,63,81,0.50); }
@media (max-width: 720px) {
  .new-cta-block { flex-direction: column; align-items: flex-start; }
  .new-cta-links { width: 100%; }
  .new-cta-btn { flex: 1; justify-content: center; }
}
@media (max-width: 480px) {
  .new-cta-block { padding: 18px 20px; }
  .new-cta-links { flex-direction: column; }
  .new-cta-btn { flex: none; width: 100%; }
}

/* ===== SÉLECTION ÉDITORIALE — AFFICHES & PUBLICITÉ ===== */
.va-advertising-section {
  padding: 70px 24px 76px;
  background: #F8F3EA;
  border-top: 1px solid rgba(107,91,78,0.14);
}
.va-advertising-inner { max-width: 1240px; margin: 0 auto; }
.va-advertising-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.va-advertising-eyebrow {
  margin: 0 0 10px !important;
  color: #176B72 !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.va-advertising-head h2 {
  margin: 0 0 12px;
  color: #1A1208;
  font: 700 clamp(30px, 4vw, 48px)/1.05 'Playfair Display', Georgia, serif;
}
.va-advertising-head > p:last-child {
  margin: 0 auto;
  max-width: 640px;
  color: #625547;
  font-size: 14px;
  line-height: 1.7;
}
.va-advertising-grid {
  display: grid;
  grid-template-columns: 1.22fr 1fr 1fr;
  gap: 18px;
}
.va-advertising-card {
  position: relative;
  min-width: 0;
  min-height: 470px;
  overflow: hidden;
  border-radius: 20px;
  background: #17130F;
  box-shadow: 0 16px 42px rgba(39,29,18,.16);
  isolation: isolate;
}
.va-advertising-card > a {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff;
  text-decoration: none;
}
.va-advertising-media,
.va-advertising-media img,
.va-advertising-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.va-advertising-media img {
  display: block;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.75,.25,1);
}
.va-advertising-card:hover .va-advertising-media img { transform: scale(1.045); }
.va-advertising-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(145deg, #2B2118, #100D0A);
  color: rgba(103,199,192,.58);
}
.va-advertising-placeholder span {
  font: 700 72px/1 'Playfair Display', Georgia, serif;
}
.va-advertising-placeholder small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.va-advertising-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(13,10,7,.04) 24%, rgba(13,10,7,.30) 54%, rgba(13,10,7,.96) 100%);
}
.va-advertising-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 24px 24px;
}
.va-advertising-badge {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 5px 10px;
  border: 1px solid rgba(103,199,192,.52);
  border-radius: 999px;
  background: rgba(20,15,10,.54);
  color: #8DDDD6;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.va-advertising-content h3 {
  margin: 0 0 7px;
  color: #fff;
  font: 700 clamp(20px, 2vw, 28px)/1.16 'Playfair Display', Georgia, serif;
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}
.va-advertising-content > p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.va-advertising-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.va-advertising-footer strong {
  color: #8DDDD6;
  font: 700 17px/1.2 'Playfair Display', Georgia, serif;
}
.va-advertising-footer span {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.va-advertising-all { margin-top: 28px; text-align: center; }
.va-advertising-all a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 22px;
  border: 1px solid rgba(107,91,78,.30);
  border-radius: 999px;
  color: #1A1814;
  background: rgba(255,255,255,.45);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.va-advertising-all a:hover {
  transform: translateY(-2px);
  border-color: #176B72;
  background: #fff;
}
@media (max-width: 900px) {
  .va-advertising-grid { grid-template-columns: 1fr 1fr; }
  .va-advertising-card--lead { grid-column: 1 / -1; min-height: 520px; }
}
@media (max-width: 600px) {
  .va-advertising-section { padding: 44px 14px 48px; }
  .va-advertising-head { margin-bottom: 24px; }
  .va-advertising-head h2 { font-size: clamp(29px, 9vw, 38px); }
  .va-advertising-head > p:last-child { font-size: 13px; }
  .va-advertising-grid { grid-template-columns: 1fr; gap: 12px; }
  .va-advertising-card,
  .va-advertising-card--lead { grid-column: auto; min-height: 390px; border-radius: 16px; }
  .va-advertising-content { padding: 22px 18px 20px; }
  .va-advertising-content h3 { font-size: 22px; }
}

/* ===== CAMPAGNE PARTENAIRES EUROPÉENS — affiches sponsor-ready ===== */
.va-partner-campaign {
  padding: 0 24px 72px;
  background: #F8F3EA;
}
.va-partner-campaign-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, 1fr);
  gap: 18px;
}
.va-partner-poster {
  position: relative;
  min-width: 0;
  min-height: 450px;
  overflow: hidden;
  border-radius: 22px;
  isolation: isolate;
}
.va-partner-poster--europe {
  padding: 28px 30px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(103,199,192,.20), transparent 28%),
    linear-gradient(135deg, #0C1B31 0%, #102A45 54%, #10213A 100%);
  box-shadow: 0 18px 46px rgba(13,25,48,.24);
}
.va-partner-poster--europe::before,
.va-partner-poster--europe::after {
  content: '';
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
}
.va-partner-poster--europe::before {
  width: 300px;
  height: 300px;
  top: -175px;
  right: -40px;
}
.va-partner-poster--europe::after {
  width: 180px;
  height: 180px;
  right: 52px;
  bottom: -112px;
}
.va-partner-poster-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .24;
  background-image: linear-gradient(115deg, transparent 48%, rgba(255,255,255,.08) 49%, rgba(255,255,255,.08) 50%, transparent 51%);
  background-size: 58px 58px;
}
.va-partner-poster-topline,
.va-partner-poster-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.va-partner-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .06em;
}
.va-partner-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  padding: 4px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(0,0,0,.22);
}
.va-partner-poster-kicker,
.va-partner-slot-eyebrow {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .20em;
  text-transform: uppercase;
}
.va-partner-poster-kicker {
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  color: #8DDDD6;
  background: rgba(255,255,255,.06);
}
.va-partner-poster-copy {
  max-width: 650px;
  margin: 38px 0 30px;
}
.va-partner-poster-copy h2 {
  max-width: 620px;
  margin: 0 0 12px;
  color: #fff;
  font: 700 clamp(30px, 3.8vw, 52px)/1.02 'Playfair Display', Georgia, serif;
  letter-spacing: -.025em;
}
.va-partner-poster-copy p {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.65;
}
.va-partner-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.va-partner-countries li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.055);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}
.va-partner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #FFFFFF;
  background: #A33F51;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(163,63,81,.28);
  transition: transform .18s ease, background .18s ease;
}
.va-partner-cta:hover { transform: translateY(-2px); background: #843142; }
.va-partner-poster--sponsors {
  padding: 30px 28px 25px;
  color: #21170E;
  background:
    linear-gradient(rgba(255,253,248,.88), rgba(255,253,248,.94)),
    repeating-linear-gradient(135deg, #AFC7C4 0, #AFC7C4 2px, #F4F0EA 2px, #F4F0EA 12px);
  border: 1px solid rgba(23,107,114,.20);
  box-shadow: 0 16px 38px rgba(16,33,58,.13);
}
.va-partner-slot-eyebrow { margin: 0 0 13px; color: #176B72; }
.va-partner-poster--sponsors h3 {
  margin: 0 0 9px;
  color: #21170E;
  font: 700 clamp(27px, 3vw, 37px)/1.05 'Playfair Display', Georgia, serif;
}
.va-partner-slot-copy {
  margin: 0 0 19px;
  color: #665443;
  font-size: 12px;
  line-height: 1.6;
}
.va-partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.va-partner-logo-card {
  min-width: 0;
  min-height: 91px;
  padding: 11px 9px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(91,65,38,.16);
  border-radius: 12px;
  color: #6E5D4C;
  background: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 7px 18px rgba(67,43,18,.055);
}
.va-partner-logo-card img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 57px;
  object-fit: contain;
}
.va-partner-logo-card--colissimo img { max-width: 140px; }
.va-partner-logo-card--dhl img { max-width: 144px; }
.va-partner-logo-card--ups img { max-width: 48px; }
.va-partner-logo-card--visa img { max-width: 104px; }
.va-partner-logo-card--mastercard img { max-width: 92px; }
.va-partner-logo-card--cb img { max-width: 67px; }
.va-partner-logo-card > span {
  line-height: 1;
}
.va-partner-poster--sponsors small {
  display: block;
  margin-top: 14px;
  color: #6B6258;
  font-size: 9px;
  line-height: 1.45;
}
@media (max-width: 900px) {
  .va-partner-campaign-inner { grid-template-columns: 1fr; }
  .va-partner-poster--sponsors { min-height: 0; }
}
@media (max-width: 600px) {
  .va-partner-campaign { padding: 0 14px 46px; }
  .va-partner-poster { border-radius: 17px; }
  .va-partner-poster--europe { min-height: 430px; padding: 22px 18px 20px; }
  .va-partner-poster-topline { align-items: flex-start; gap: 8px; }
  .va-partner-brand { font-size: 13px; white-space: nowrap; flex-shrink: 0; }
  .va-partner-brand img { width: 39px; height: 39px; }
  .va-partner-poster-kicker { max-width: 135px; padding: 5px 8px; text-align: center; line-height: 1.35; }
  .va-partner-poster-copy { margin: 34px 0 26px; }
  .va-partner-poster-copy h2 { font-size: clamp(32px, 10.5vw, 43px); }
  .va-partner-poster-copy p { font-size: 12.5px; }
  .va-partner-poster-footer { align-items: flex-end; flex-direction: column; }
  .va-partner-countries { width: 100%; }
  .va-partner-cta { width: 100%; }
  .va-partner-poster--sponsors { padding: 25px 20px 22px; }
  .va-partner-logo-card { min-height: 88px; }
}

/* ===== PAYS DE LIVRAISON ===== */
.shipping-banner {
  background: #10213A;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  padding: 18px 40px;
}
.shipping-banner-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.shipping-banner-left {
  display: flex; align-items: center; gap: 16px;
}
.shipping-banner-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #8DDDD6;
  background: rgba(103,199,192,0.10);
  border: 1px solid rgba(103,199,192,0.24);
  border-radius: 15px;
}
.shipping-banner-icon svg { width: 32px; height: 32px; }
.shipping-banner-text {
  display: flex; flex-direction: column; gap: 2px;
}
.shipping-banner-text strong {
  font-size: 14px; font-weight: 700; color: #ffffff; letter-spacing: 0.01em;
}
.shipping-banner-text span {
  font-size: 12px; color: rgba(210,220,235,0.65); font-weight: 400;
}
.shipping-banner-flags {
  font-size: 22px; letter-spacing: 4px; opacity: 0.90;
}
@media (max-width: 700px) {
  .shipping-banner { padding: 16px 18px; }
  .shipping-banner-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .shipping-banner-icon { width: 48px; height: 48px; border-radius: 13px; }
  .shipping-banner-icon svg { width: 28px; height: 28px; }
  .shipping-banner-flags { font-size: 18px; letter-spacing: 2px; }
}

@media (max-width: 720px) {
  .selection-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
}

/* ===== FAQ ===== */
.faq-section {
  background: #FFFFFF;
  color: #1A1208;
  padding: 40px 0 48px;
  border-top: none;
  border-bottom: none;
}
.faq-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 0; }
@media (max-width: 760px) { .faq-grid { grid-template-columns: 1fr; } }
.faq-category-title {
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #7A6A5A; margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.faq-category-title::before {
  content: ''; display: inline-block; width: 16px; height: 2px;
  background: #7A6A5A;
  border-radius: 2px; flex-shrink: 0;
}
.faq-divider { height: 1px; background: linear-gradient(90deg, rgba(107,91,78,0.25), transparent); margin-bottom: 14px; }
.faq-item {
  background: #FFFFFF;
  border-radius: 12px; padding: 16px 18px; margin-bottom: 8px;
  border: 1px solid #E8E0D5;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.faq-item:hover { border-color: #C8BFB0; }
.faq-item.active { border-color: #10213A; }
.faq-header {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  width: 100%; padding: 0; border: 0; background: transparent;
  color: inherit; text-align: left; font: inherit; cursor: pointer; outline: none;
}
.faq-header:focus-visible { outline: 2px solid #176B72; border-radius: 8px; }
.faq-question { font-size: 14px; font-weight: 700; color: #1A1208; line-height: 1.4; }
.faq-toggle {
  width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
  border-radius: 999px; background: #F3F0EA; border: 1px solid #E0D8CE;
  color: #4A3D30; flex-shrink: 0; transition: transform .25s ease, background .2s ease;
}
.faq-item.active .faq-toggle { background: #10213A; border-color: transparent; color: #fff; transform: rotate(45deg); }
.faq-answer { font-size: 13.5px; color: #5a4e3f; margin-top: 12px; line-height: 1.70; display: block; }
.faq-answer[hidden] { display: none; }
.faq-answer ul { margin-top: 8px; margin-left: 18px; list-style: disc; }
.faq-item.active .faq-answer { display: block; }

/* ===== SECTION TÉMOIGNAGES + POURQUOI NOUS ===== */
.va-trust-section {
  background: #10213A;
  border-top: 2px solid rgba(103,199,192,0.30);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  padding: 28px 0 32px;
}
.va-trust-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.va-trust-head {
  text-align: center;
  margin-bottom: 16px;
}
.va-trust-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #8DDDD6; font-weight: 700; margin-bottom: 6px;
  padding: 3px 12px;
  background: rgba(103,199,192,0.12);
  border: 1px solid rgba(103,199,192,0.34);
  border-radius: 999px;
}
.va-trust-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700; color: #FFFFFF;
  margin: 0 0 2px;
}
.va-trust-subtitle {
  font-size: 12px; color: rgba(255,255,255,0.68);
}

/* Grille 3 témoignages */
.va-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 900px) { .va-reviews-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .va-reviews-grid { grid-template-columns: 1fr; } }

.va-review-card {
  background: #FFFFFF;
  border: none;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex; flex-direction: column; gap: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.va-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.28);
}
.va-review-stars {
  display: flex; gap: 3px;
}
.va-review-stars svg { width: 13px; height: 13px; }
.va-review-text {
  font-size: 13px; color: #3A2E22; line-height: 1.5;
  margin: 0; font-style: italic;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.va-review-author {
  display: flex; align-items: center; gap: 9px;
  padding-top: 9px;
  border-top: 1px solid #F0EBE4;
}
.va-review-avatar {
  width: 30px; height: 30px; border-radius: 50%;
  background: linear-gradient(135deg, #176B72, #A33F51);
  color: #fff; font-weight: 700; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.va-review-info { display: flex; flex-direction: column; gap: 1px; }
.va-review-info strong { font-size: 12px; color: #1A1208; }
.va-review-info span { font-size: 10.5px; color: #6B6258; }

.va-trust-cta-row {
  text-align: center;
  margin: 8px 0 0;
}
.va-trust-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 12px 28px; border-radius: 999px;
  border: none;
  background: #A33F51;
  color: #FFFFFF; font-weight: 700; font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(163,63,81,0.40);
  transition: background .15s, box-shadow .15s, transform .15s;
}
.va-trust-cta:hover {
  background: #843142;
  box-shadow: 0 8px 24px rgba(163,63,81,0.50);
  transform: translateY(-2px);
}

/* ====================================================================
   MOBILE — VINTAGE'ART
   Mobile-first : iPhone SE → desktop
   ==================================================================== */

/* 2. Sections mobile */
@media (max-width: 600px) {
  .antique-section, .antique-section--alt, .antique-section--offwhite { padding: 24px 0 28px; }
  .antique-inner { padding: 0 14px; }
  .antique-head { flex-direction: column; align-items: flex-start; gap: 2px; padding-bottom: 12px; margin-bottom: 14px; }
  .antique-head-right { display: none; }
  .antique-eyebrow { font-size: 9px; letter-spacing: 0.20em; }
  .antique-title { font-size: clamp(18px, 5.5vw, 26px); }
  /* City/meta: no overflow — flex switched to block for ellipsis to work */
  .antique-meta {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .antique-meta span + span::before { content: " · "; }
  /* City span: truncatable */
  .antique-meta span:first-child {
    display: inline;
    overflow: hidden;
  }
}

/* 3. Grilles produits — scroll horizontal snap */
@media (max-width: 600px) {
  #section-new .antique-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 !important; margin: 0 !important;
  }
  #section-new .antique-card {
    flex: none !important; width: 100% !important; min-width: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08) !important;
  }
  #section-new .antique-img {
    aspect-ratio: 3/2 !important;
  }
  #section-new .antique-body {
    padding: 10px 10px 12px !important;
  }
  #section-new .antique-title-card {
    font-size: 12.5px !important;
    font-weight: 700 !important;
    -webkit-line-clamp: 2 !important;
    color: #1A1208 !important;
  }
  #section-new .antique-meta {
    font-size: 10.5px !important; color: #6B6258 !important;
    white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important;
  }
  #section-new .antique-new-price {
    display: block !important;
    font-size: 14px !important; font-weight: 800 !important;
    color: #A33F51 !important;
    margin-top: 5px !important;
  }
}

/* 4. Cards produits compact */
@media (max-width: 600px) {
  .antique-card { border-radius: 12px; }
  .antique-img { aspect-ratio: 4/3 !important; }
  .antique-body { padding: 9px 10px 11px; gap: 3px; }
  .antique-title-card {
    font-size: 12px; line-height: 1.35; font-weight: 600;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .antique-price { font-size: 15px; }
  .antique-meta {
    font-size: 10px; line-height: 1.35;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
  }
  .antique-footer { padding-top: 8px; }
  .antique-cta { padding: 10px 14px; font-size: 11px; min-height: 44px; }
  .antique-badge { font-size: 9px; padding: 3px 8px; top: 8px; left: 8px; }
  .antique-cond { font-size: 10px; max-width: 85px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  /* Pas de conflit — section-new déjà géré dans le bloc 3. grilles ci-dessus */
  .sold-price-strike { font-size: 15px; }
  .sold-label { font-size: 10px; }
}

/* 5. CTA catégories — mobile */
@media (max-width: 600px) {
  .new-cta-block {
    background: #10213A; border: none; box-shadow: none;
    padding: 18px 16px; margin-top: 14px;
    flex-direction: column; gap: 10px; border-radius: 14px;
  }
  .new-cta-text { font-size: 13px; gap: 10px; }
  .new-cta-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
  .new-cta-btn {
    flex: none; white-space: nowrap; font-size: 12px;
    padding: 10px 8px; min-height: 44px;
    justify-content: center; text-align: center;
  }
  .new-cta-btn--primary {
    grid-column: 1 / -1;
    font-size: 13px; padding: 11px 16px;
  }
}

/* 6. Avis clients et livraison */
@media (max-width: 600px) {
  /* Reviews — 1 colonne scroll */
  .va-trust-section { padding: 24px 0 28px; }
  .va-trust-inner { padding: 0 14px; }
  .va-reviews-grid { grid-template-columns: 1fr !important; gap: 10px; }
  .va-review-card { padding: 14px 16px; border-radius: 14px; }
  .va-review-text {
    font-size: 13px; line-height: 1.55;
    -webkit-line-clamp: 4;
    display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;
  }
  .va-review-author { padding-top: 8px; }
  .va-trust-head { margin-bottom: 18px; }
  .va-trust-title { font-size: clamp(20px, 5.5vw, 28px); }

  /* Shipping banner mobile */
  .shipping-banner { padding: 14px 16px; }
  .shipping-banner-inner { flex-direction: column; gap: 10px; align-items: flex-start; }
  .shipping-banner-left { gap: 12px; }
  .shipping-banner-left img { width: 40px; height: 40px; }
  .shipping-banner-text strong { font-size: 13.5px; }
  .shipping-banner-text span { font-size: 11.5px; }
  .shipping-banner-flags { font-size: 20px; letter-spacing: 3px; }
}

/* 7. FAQ mobile */
@media (max-width: 600px) {
  .faq-section { padding: 24px 0 28px; }
  .faq-inner { padding: 0 14px; }
  .faq-grid { grid-template-columns: 1fr; gap: 0; }
  .faq-category + .faq-category { margin-top: 20px; }
  .faq-item { padding: 13px 12px; border-radius: 10px; margin-bottom: 8px; }
  .faq-question { font-size: 13px; line-height: 1.35; }
  .faq-toggle { width: 30px; height: 30px; flex-shrink: 0; }
  .faq-answer { font-size: 12.5px; line-height: 1.55; }
  .faq-category-title { font-size: 10px; margin-bottom: 10px; }
}

/* 8. Petits mobiles ≤ 375px */
@media (max-width: 375px) {
  #section-new .antique-card { flex: none !important; width: 100% !important; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-v2-left::before,
  .hero-v2-featured-card,
  .hero-v2-featured-card img,
  .antique-card,
  .faq-toggle {
    animation: none;
    transition: none;
  }
}
