/* ==========================================================================
   Pimento_Stones — CSS module
   Objectif : fluidité, lisibilité, hiérarchie. Respecte le thème actuel
   (kr/skippy), pas d'imposition de charte V2.1.
   ========================================================================== */

/* ============ Page wrapper ============ */
.pimento-recherche-page { line-height: 1.5; }

/* ============ Hero image single (entre H1 et intro) ============ */
.pimento-hero-image {
  margin: 24px 0 28px;
  aspect-ratio: 16 / 7;
  max-height: 320px;
  background: #faf8f4;
  overflow: hidden;
  position: relative;
}
.pimento-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  filter: grayscale(1) contrast(1.04) brightness(1.02);
}

/* ============ Hero listing — CRO ============ */
.pimento-recherche-page .pillar-header {
  padding: 16px 0 32px;
  margin-bottom: 0;
  border: 0;
}
.pimento-recherche-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #b20511;
  margin: 0 0 16px;
}
.pimento-recherche-eyebrow strong {
  font-weight: 700;
  color: #b20511;
}
.pimento-recherche-page .pillar-header h1 {
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
  color: #1a1a1a;
}
.pimento-recherche-page .pillar-intro {
  color: #555;
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

/* Mini lien vers le hub /diamant-guide (avant la trust bar) */
.pimento-recherche-guidelink {
  font-size: 14px;
  color: #555;
  margin: 0 0 24px;
  line-height: 1.5;
}
.pimento-recherche-guidelink a {
  color: #b20511;
  text-decoration: underline;
  font-weight: 500;
}
.pimento-recherche-guidelink a:hover { color: #8c0410; }

/* ============ Trust bar (4 proof points above the fold) ============ */
.pimento-trust-bar {
  list-style: none;
  padding: 18px 0;
  margin: 0 0 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #e8e6e1;
  border-bottom: 1px solid #e8e6e1;
  background: #faf8f4;
}
.pimento-trust-bar li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-right: 1px solid #ece8df;
}
.pimento-trust-bar li:last-child { border-right: 0; }
.pimento-trust-bar__icon {
  font-size: 18px;
  color: #b20511;
  line-height: 1;
  flex-shrink: 0;
}
.pimento-trust-bar__label {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  font-weight: 500;
  line-height: 1.4;
}

/* ============ Sidebar filtres ============ */
.pimento-filters {
  font-size: 14px;
  line-height: 1.5;
  /* Aligner FILTRER avec le H1 "Notre sélection de diamants" du content */
  padding-top: 60px;
}
@media (max-width: 991px) {
  .pimento-filters { padding-top: 0; }
}
.pimento-filters h2 {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e6e1;
}
.pimento-filters fieldset {
  border: 0;
  border-top: 1px solid #f0eeea;
  padding: 16px 0 10px;
  margin: 0;
}
.pimento-filters fieldset:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.pimento-filters legend {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  padding: 0 0 10px;
  display: block;
  width: 100%;
}

/* Checkbox → chip cliquable */
.pimento-filters .pimento-checkbox {
  display: inline-block;
  margin: 0 4px 6px 0;
  padding: 5px 12px;
  border: 1px solid #d8d4cd;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  color: #333;
  border-radius: 0;
  transition: border-color .15s, background .15s, color .15s;
  user-select: none;
  line-height: 1.4;
}
.pimento-filters .pimento-checkbox:hover {
  border-color: #b20511;
  color: #b20511;
}
.pimento-filters .pimento-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pimento-filters .pimento-checkbox:has(input:checked) {
  background: #222;
  color: #fff;
  border-color: #222;
}

/* Range fields (poids, prix) */
.pimento-filters .filter-range {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  align-items: center;
}
.pimento-filters .filter-range label {
  font-size: 12px;
  color: #777;
}
.pimento-filters input[type="number"],
.pimento-filters input[type="text"],
.pimento-filters select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d8d4cd;
  background: #fff;
  font-size: 14px;
  color: #222;
  border-radius: 0;
}
.pimento-filters input:focus,
.pimento-filters select:focus {
  outline: none;
  border-color: #b20511;
}

/* CTA bouton */
.pimento-filters .filter-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f0eeea;
}
.pimento-filters button[type="submit"] {
  flex: 1;
  padding: 11px 18px;
  background: #b20511;
  color: #fff;
  border: 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
  border-radius: 0;
}
.pimento-filters button[type="submit"]:hover { background: #8c0410; }
.pimento-filters .filter-reset {
  font-size: 12px;
  color: #777;
  text-decoration: underline;
  white-space: nowrap;
}

/* ============ Toolbar (compteur + tri) ============ */
.pimento-results-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e8e6e1;
  margin-bottom: 28px;
}
.pimento-results-summary {
  margin: 0;
  font-size: 14px;
  color: #555;
}
.pimento-results-summary strong { color: #222; font-weight: 600; }
.pimento-quick-sort {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 13px;
}
.pimento-quick-sort-label {
  margin-right: 6px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
}
.pimento-quick-sort a,
.pimento-quick-sort-active {
  padding: 4px 10px;
  text-decoration: none;
}
.pimento-quick-sort a {
  color: #555;
  border: 1px solid transparent;
}
.pimento-quick-sort a:hover {
  color: #b20511;
}
.pimento-quick-sort-active {
  color: #b20511;
  border: 1px solid #b20511;
  font-weight: 600;
}

/* ============ Empty state ============ */
.pimento-empty {
  display: block;
  margin: 56px auto;
  max-width: 540px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  padding: 40px 32px;
  background: #faf8f4;
  border: 1px solid #e8e6e1;
}
.pimento-empty__icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  color: #b20511;
}
.pimento-empty__title {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #222;
  margin-bottom: 10px;
}
.pimento-empty__cta {
  display: inline-block;
  margin-top: 18px;
  padding: 11px 22px;
  background: #b20511;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background .2s;
}
.pimento-empty__cta:hover { background: #8c0410; color: #fff; }

/* ============ Grid de cartes ============ */
.pimento-stones-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 32px 20px;
}
.pierre-card { background: transparent; }
.pierre-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.pierre-card-image {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #faf8f4;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid #f0eeea;
}
.pierre-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}
.pierre-card-link:hover .pierre-card-image img {
  transform: scale(1.04);
}
.pierre-card-title {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
  margin: 0 0 10px;
}
.pierre-card-link:hover .pierre-card-title { color: #b20511; }
.pierre-card-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px 12px;
  font-size: 12px;
  color: #555;
}
.pierre-card-specs li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f0eeea;
  padding: 4px 0;
}
.pierre-card-specs strong {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
}
.pierre-card-price {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0;
}
.pierre-card-price-mention {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-left: 6px;
  font-weight: 400;
}
.pierre-badge {
  display: inline-block;
  margin-right: 5px;
  margin-top: 8px;
  padding: 2px 8px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
}
.pierre-badge-premium {
  background: #b20511;
  color: #fff;
}
.pierre-badge-tracr {
  background: #faf8f4;
  color: #555;
  border: 1px solid #e8e6e1;
}

/* ============ Pagination ============ */
.pimento-pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 48px 0 24px;
}
.pimento-pagination a,
.pimento-pagination span,
.pimento-pagination strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #d8d4cd;
  color: #333;
  text-decoration: none;
  transition: all .15s;
  background: #fff;
}
.pimento-pagination a:hover {
  border-color: #b20511;
  color: #b20511;
}
.pimento-pagination strong,
.pimento-pagination .current {
  background: #222;
  color: #fff;
  border-color: #222;
}

/* ============ How it works (3 étapes — anxiety reducer) ============ */
.pimento-howitworks {
  margin: 56px 0 48px;
  padding: 48px 0;
  border-top: 1px solid #e8e6e1;
  border-bottom: 1px solid #e8e6e1;
}
.pimento-howitworks h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 36px;
  color: #1a1a1a;
  text-align: center;
  border: 0;
  padding: 0;
}
.pimento-howitworks ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.pimento-howitworks li {
  text-align: center;
  padding: 0 12px;
}
.pimento-howitworks .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #b20511;
  border-radius: 50%;
  color: #b20511;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}
.pimento-howitworks h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px;
  letter-spacing: 0;
  text-transform: none;
}
.pimento-howitworks p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* ============ Cluster explorer (maillage interne en bas du listing) ============ */
.pimento-cluster-explorer {
  margin: 8px 0 56px;
  padding: 48px 0 32px;
  border-top: 1px solid #e8e6e1;
}
.pimento-cluster-explorer__eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #b20511;
  margin: 0 0 12px;
}
.pimento-cluster-explorer h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 32px;
  color: #1a1a1a;
  border: 0;
  padding: 0;
}
.pimento-cluster-explorer__grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 32px 40px;
  align-items: flex-start;
}
.pimento-cluster-col {
  flex: 1 1 260px;
  min-width: 0;
  padding: 0;
}
.pimento-cluster-col__title {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #555;
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-bottom: 2px solid #1a1a1a;
  font-weight: 600;
}
.pimento-cluster-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pimento-cluster-list li {
  margin: 0;
  border-bottom: 1px solid #f0eeea;
}
.pimento-cluster-list li:last-child { border-bottom: 0; }
.pimento-cluster-list a {
  display: block;
  padding: 12px 0;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  transition: color .15s, padding-left .15s;
}
.pimento-cluster-list a::before {
  content: "›";
  color: #b20511;
  margin-right: 8px;
  font-weight: 700;
  opacity: 0.6;
  transition: opacity .15s;
}
.pimento-cluster-list a:hover {
  color: #b20511;
  padding-left: 4px;
}
.pimento-cluster-list a:hover::before { opacity: 1; }
@media (max-width: 700px) {
  .pimento-cluster-col { flex-basis: 100%; }
}

/* ============ Help block (CTA téléphone pour indécis) ============ */
.pimento-listing-help {
  margin: 0 0 48px;
}
.pimento-listing-help__inner {
  background: #1a1a1a;
  color: #fff;
  padding: 40px 32px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  border-left: 3px solid #b20511;
}
.pimento-listing-help__eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #f0bbb0;
  margin: 0 0 16px;
}
.pimento-listing-help__body {
  font-size: 16px;
  line-height: 1.65;
  color: #d8d4cd;
  margin: 0 0 24px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.pimento-listing-help__cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 16px 32px;
  background: #b20511;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0;
  transition: background .2s;
}
.pimento-listing-help__cta:hover {
  background: #8c0410;
  color: #fff;
}
.pimento-listing-help__cta-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.85;
}
.pimento-listing-help__cta-phone {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.pimento-listing-help__hours {
  font-size: 12px;
  color: #aaa;
  margin: 18px 0 0;
  letter-spacing: 0.04em;
}

/* ============================================================
   Fiche pierre — CRO-driven layout (LIFT model, Goward + Krug)
   Hero 2 colonnes : image gauche, Johnson Box prix + CTA + trust à droite.
   Body riche en dessous (intro / specs / make / tracr / cluster).
   ============================================================ */

.pimento-pierre-page {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 20px 64px;
  line-height: 1.5;
}

/* ---- Breadcrumb (Trunk Test : "où suis-je ?") ---- */
.pimento-pierre-breadcrumb {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 28px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pimento-pierre-breadcrumb a {
  color: #888;
  text-decoration: none;
}
.pimento-pierre-breadcrumb a:hover { color: #b20511; }
.pimento-pierre-breadcrumb span[aria-hidden] { color: #ccc; }

/* ---- Hero : 2 colonnes desktop ---- */
.pimento-pierre-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  margin: 0 0 64px;
}
.pimento-pierre-hero__media { position: relative; }

.pimento-pierre-cover {
  margin: 0;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #faf8f4 0%, #f2efe7 100%);
  border: 1px solid #ece8df;
  overflow: hidden;
  position: relative;
}
.pimento-pierre-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pimento-pierre-cover--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b20511;
}
.pimento-pierre-cover--empty svg {
  width: 96px;
  height: 96px;
  opacity: 0.45;
}

/* Badges sous l'image */
.pimento-pierre-badges {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pimento-pierre-badges .badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid;
  background: #fff;
}
.pimento-pierre-badges .badge-cert    { color: #1a1a1a; border-color: #d8d4cd; }
.pimento-pierre-badges .badge-tracr   { color: #1f7a4a; border-color: #c5e3d2; background: #f0f8f3; }
.pimento-pierre-badges .badge-premium { color: #fff; background: #b20511; border-color: #b20511; }

/* ---- Hero meta (colonne droite) ---- */
.pimento-pierre-hero__meta {
  align-self: start;
  display: flex;
  flex-direction: column;
}

.pimento-pierre-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #b20511;
  margin: 0 0 12px;
}

.pimento-pierre-hero__meta h1 {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
  color: #1a1a1a;
  border: 0;
  padding: 0;
}

/* Specs courts (4 piliers : forme/poids/couleur/pureté) */
.pimento-pierre-specs-quick {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid #ece8df;
  border-left: 1px solid #ece8df;
  margin: 0 0 28px;
}
.pimento-pierre-specs-quick > div {
  padding: 14px 16px;
  border-right: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}
.pimento-pierre-specs-quick dt {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 4px;
  font-weight: 600;
}
.pimento-pierre-specs-quick dd {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
}

/* Johnson Box prix — "State the Offer Up Front" (Goward, ch.5) */
.pimento-pierre-pricebox {
  padding: 20px 22px;
  background: #faf8f4;
  border-left: 3px solid #b20511;
  margin: 0 0 22px;
}
.pimento-pierre-price {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.pimento-pierre-price .ttc {
  font-size: 13px;
  font-weight: 400;
  color: #777;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 6px;
  vertical-align: middle;
}
.pimento-pierre-price-mention {
  margin: 8px 0 0;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

/* CTA primary + secondary — hiérarchie claire */
.pimento-pierre-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 24px;
}
.pimento-pierre-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s;
  border-radius: 0;
  border: 1px solid;
}
.pimento-pierre-actions .button-primary {
  background: #b20511;
  border-color: #b20511;
  color: #fff;
}
.pimento-pierre-actions .button-primary:hover {
  background: #8c0410;
  border-color: #8c0410;
}
.pimento-pierre-actions .button-secondary {
  background: #fff;
  border-color: #d8d4cd;
  color: #1a1a1a;
}
.pimento-pierre-actions .button-secondary:hover {
  border-color: #1a1a1a;
}

/* Anxiety reducers (Goward, ch.8 — visibles dans le hero) */
.pimento-pierre-guarantees {
  list-style: none;
  padding: 18px 0 0;
  margin: 0;
  border-top: 1px solid #ece8df;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}
.pimento-pierre-guarantees li {
  position: relative;
  padding: 4px 0 4px 22px;
}
.pimento-pierre-guarantees li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 6px;
  border-left: 1.5px solid #1f7a4a;
  border-bottom: 1.5px solid #1f7a4a;
  transform: rotate(-45deg);
}
.pimento-pierre-guarantees a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dotted #b20511;
}
.pimento-pierre-guarantees a:hover { color: #b20511; }

/* ---- Body (intro / specs / make / tracr / cluster) ---- */
.pimento-pierre-body {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  max-width: 820px;
}
.pimento-pierre-body strong { color: #1a1a1a; }
.pimento-pierre-body a { color: #b20511; }

/* Sections internes générées par Helper_Voice */
.pierre-fiche > section {
  margin: 0 0 40px;
  padding: 28px 0 0;
  border-top: 1px solid #ece8df;
}
.pierre-fiche > section:first-child {
  padding-top: 0;
  border-top: 0;
}
.pierre-fiche h2 {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #b20511;
  margin: 0 0 16px;
  border: 0;
  padding: 0;
}
.pierre-fiche p {
  margin: 0 0 14px;
}
.pierre-fiche p:last-child { margin-bottom: 0; }

/* Section caractéristiques (table) — version élégante */
.pierre-fiche .pierre-specs table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.pierre-fiche .pierre-specs th,
.pierre-fiche .pierre-specs td {
  padding: 12px 0;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #f0eeea;
}
.pierre-fiche .pierre-specs th {
  font-weight: 500;
  color: #888;
  letter-spacing: 0.04em;
  width: 36%;
}
.pierre-fiche .pierre-specs td {
  font-weight: 500;
  color: #1a1a1a;
}

/* Section make (proportions) */
.pierre-fiche .pierre-make,
.pierre-fiche .pierre-tracr {
  background: transparent;
}

/* Cluster links en footer de fiche */
.pierre-fiche .pierre-cluster ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 10px;
}
.pierre-fiche .pierre-cluster li {
  padding: 14px 18px;
  background: #faf8f4;
  border-left: 2px solid #ece8df;
  transition: border-color .2s;
}
.pierre-fiche .pierre-cluster li:hover { border-left-color: #b20511; }
.pierre-fiche .pierre-cluster a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.pierre-fiche .pierre-cluster a:hover { color: #b20511; }

/* Masquer le doublon prix/CTA du body_html (déjà rendu en hero) */
.pierre-fiche .pierre-cta { display: none; }

/* ============ Mobile fiche pierre ============ */
@media (max-width: 900px) {
  .pimento-pierre-hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pimento-pierre-hero__meta h1 { font-size: 28px; }
  .pimento-pierre-price { font-size: 26px; }
}

/* ============ Mobile ============ */
@media (max-width: 900px) {
  .pimento-stones-grid { grid-template-columns: 1fr 1fr; gap: 24px 14px; }
  .pierre-card-specs { grid-template-columns: 1fr; }
  .pimento-trust-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .pimento-trust-bar li {
    padding: 12px 16px;
    border-right: 1px solid #ece8df;
    border-bottom: 1px solid #ece8df;
  }
  .pimento-trust-bar li:nth-child(2n) { border-right: 0; }
  .pimento-trust-bar li:nth-last-child(-n+2) { border-bottom: 0; }
  .pimento-howitworks ol { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .pimento-stones-grid { grid-template-columns: 1fr; }
  .pimento-results-toolbar { flex-direction: column; gap: 10px; align-items: flex-start; }
  .pimento-filters .filter-actions { flex-direction: column; align-items: stretch; }
  .pimento-trust-bar {
    grid-template-columns: 1fr;
  }
  .pimento-trust-bar li {
    border-right: 0;
    border-bottom: 1px solid #ece8df;
  }
  .pimento-trust-bar li:last-child { border-bottom: 0; }
  .pimento-listing-help__inner { padding: 32px 22px; }
  .pimento-listing-help__cta-phone { font-size: 20px; }
}

/* ============================================================
   Page Réservation (form.phtml) — CRO refonte
   Layout 2 cols : récap pierre + Johnson Box (gauche) | form + trust (droite)
   ============================================================ */
.pimento-reservation-page {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 20px 64px;
  font-size: 15px;
  line-height: 1.55;
  color: #1a1a1a;
}

/* Breadcrumb */
.pimento-reservation-breadcrumb {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pimento-reservation-breadcrumb a { color: #888; text-decoration: none; }
.pimento-reservation-breadcrumb a:hover { color: #b20511; }
.pimento-reservation-breadcrumb span[aria-hidden] { color: #ccc; }

/* Header */
.pimento-reservation-header { margin: 0 0 36px; }
.pimento-reservation-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b20511;
  font-weight: 600;
  margin: 0 0 12px;
}
.pimento-reservation-header h1 {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  margin: 0;
  border: 0;
  padding: 0;
}

/* Grid 2 cols */
.pimento-reservation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: start;
}

/* ===== Colonne gauche : récap pierre ===== */
.pimento-reservation-summary {
  padding: 0;
}
.pimento-reservation-cover {
  margin: 0 0 24px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #faf8f4 0%, #f2efe7 100%);
  border: 1px solid #ece8df;
  overflow: hidden;
}
.pimento-reservation-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pimento-reservation-stone-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 8px;
  font-weight: 600;
}
.pimento-reservation-stone-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

/* Specs grid */
.pimento-reservation-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #ece8df;
  border-left: 1px solid #ece8df;
  margin: 0 0 24px;
}
.pimento-reservation-specs > div {
  padding: 12px 14px;
  border-right: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}
.pimento-reservation-specs dt {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 4px;
  font-weight: 600;
}
.pimento-reservation-specs dd {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
}

/* Prix de la pierre (ligne récap) */
.pimento-reservation-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #ece8df;
  margin: 0 0 20px;
}
.pimento-reservation-price-label {
  font-size: 13px;
  color: #555;
}
.pimento-reservation-price-value {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}
.pimento-reservation-price-value .ttc {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  font-weight: 400;
  margin-left: 4px;
}

/* Johnson Box prix à payer maintenant */
.pimento-reservation-pricebox {
  padding: 22px 24px;
  background: #faf8f4;
  border-left: 3px solid #b20511;
  margin: 0 0 24px;
}
.pimento-reservation-pricebox-label {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #555;
  margin: 0 0 6px;
  text-transform: none;
}
.pimento-reservation-pricebox-amount {
  font-size: 34px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
  line-height: 1;
}
.pimento-reservation-pricebox-mention {
  font-size: 13px;
  line-height: 1.55;
  color: #555;
  margin: 0;
}

/* ===== Colonne droite : form ===== */
.pimento-reservation-form-wrap {}

.pimento-reservation-form {
  padding: 0;
  margin: 0 0 24px;
}
.pimento-form-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b20511;
  font-weight: 600;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ece8df;
}
.pimento-form-row {
  margin: 0 0 18px;
}
.pimento-form-row label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #555;
  margin: 0 0 6px;
  font-weight: 500;
}
.pimento-form-row .req { color: #b20511; margin-left: 2px; }
.pimento-form-row input,
.pimento-form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8d4cd;
  background: #fff;
  font-size: 15px;
  color: #1a1a1a;
  border-radius: 0;
  font-family: inherit;
  line-height: 1.4;
  box-sizing: border-box;
}
.pimento-form-row input:focus,
.pimento-form-row textarea:focus {
  outline: none;
  border-color: #b20511;
}
.pimento-form-row textarea {
  resize: vertical;
  min-height: 100px;
}

.pimento-reservation-submit {
  display: block;
  width: 100%;
  padding: 17px 24px;
  background: #b20511;
  color: #fff;
  border: 0;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
  border-radius: 0;
  margin: 8px 0 0;
}
.pimento-reservation-submit:hover {
  background: #8c0410;
}

.pimento-reservation-payment {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: #777;
}
.pimento-reservation-payment__lock {
  font-size: 14px;
  flex-shrink: 0;
  color: #1f7a4a;
}

/* Trust signals après form */
.pimento-reservation-trust {
  list-style: none;
  padding: 22px 0 0;
  margin: 24px 0 0;
  border-top: 1px solid #ece8df;
}
.pimento-reservation-trust li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  font-size: 13px;
  color: #555;
  line-height: 1.55;
}
.pimento-reservation-trust__icon {
  color: #1f7a4a;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* CTA téléphone alternatif (anxiety reducer) */
.pimento-reservation-call {
  margin: 28px 0 0;
  padding: 24px 26px;
  background: #1a1a1a;
  color: #fff;
  border-left: 3px solid #b20511;
}
.pimento-reservation-call__eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f0bbb0;
  font-weight: 600;
  margin: 0 0 10px;
}
.pimento-reservation-call__body {
  font-size: 14px;
  line-height: 1.6;
  color: #d8d4cd;
  margin: 0 0 18px;
}
.pimento-reservation-call__cta {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 13px 22px;
  background: #b20511;
  color: #fff;
  text-decoration: none;
  transition: background .2s;
}
.pimento-reservation-call__cta:hover { background: #8c0410; color: #fff; }
.pimento-reservation-call__cta-label {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.85;
}
.pimento-reservation-call__cta-phone {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.pimento-reservation-call__hours {
  margin: 14px 0 0;
  font-size: 12px;
  color: #aaa;
  letter-spacing: 0.04em;
}

/* Mobile reservation */
@media (max-width: 900px) {
  .pimento-reservation-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .pimento-reservation-specs { grid-template-columns: repeat(2, 1fr); }
  .pimento-reservation-pricebox-amount { font-size: 28px; }
}
