/* =====================================================================
 * PREVIEW DINERS V2 : Charte "Ouverture"
 * Le deroule d'une soiree (timeline verticale 5 temps)
 *
 * Ce fichier est charge PAR-DESSUS newhome/styles.css.
 * Il ne touche PAS aux styles partages (.nav, .btn, .footer, .mega, .menu).
 * Toutes les classes sont prefixees .pdv2- pour eviter tout conflit.
 * ===================================================================== */

:root {
  --pdv2-creme:   #f4ede1;
  --pdv2-creme2:  #efe6d4;
  --pdv2-ivoire:  #faf6ec;
  --pdv2-noir:    #14100b;
  --pdv2-noir2:   #241d13;
  --pdv2-encre:   #3b2f21;
  --pdv2-or:      #b8945a;
  --pdv2-or-clair:#d9b982;
  --pdv2-rouge:   #7d1f1f;
  --pdv2-fine:    rgba(20,16,11,.14);
  --pdv2-fine-l:  rgba(255,255,255,.22);
}

/* ---------- Base body preview ---------- */
body.pdv2-preview { background: var(--pdv2-creme); color: var(--pdv2-noir); }

/* Reveal generique (utilise par IntersectionObserver du template) */
.pdv2-reveal { opacity: 0; transform: translateY(14px); transition: opacity .9s ease var(--pd, 0s), transform .9s ease var(--pd, 0s); }
.pdv2-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .pdv2-reveal { opacity: 1; transform: none; transition: none; }
}

/* Eyebrow generique : petites capitales or */
.pdv2-hero__eyebrow,
.pdv2-fil__eyebrow,
.pdv2-inc__eyebrow,
.pdv2-occ__eyebrow,
.pdv2-intro__eyebrow,
.pdv2-diff__eyebrow,
.pdv2-chefs__eyebrow,
.pdv2-process__eyebrow,
.pdv2-step__time,
.pdv2-cta__cross-label,
.pdv2-inc__opt-label,
.pdv2-inc__num,
.pdv2-occ__eye {
  font-family: "Manrope", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--pdv2-or);
}

/* ---------- FIL D'ARIANE ---------- */
.pdv2-breadcrumb {
  padding: clamp(5.5rem, 10vh, 7rem) clamp(1.2rem, 5vw, 4rem) 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--pdv2-encre);
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
  background: var(--pdv2-creme);
}
.pdv2-breadcrumb a {
  color: var(--pdv2-encre);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: .05rem;
  transition: color .3s, border-color .3s;
}
.pdv2-breadcrumb a:hover { color: var(--pdv2-rouge); border-bottom-color: var(--pdv2-or); }
.pdv2-breadcrumb span[aria-hidden] { color: var(--pdv2-or); opacity: .75; }

/* ============================================================
 * 1) HERO
 * ============================================================ */
.pdv2-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  padding: clamp(6rem, 14vh, 10rem) clamp(1.2rem, 5vw, 4rem) clamp(3rem, 8vh, 6rem);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.pdv2-hero__media { position: absolute; inset: 0; z-index: -1; }
.pdv2-hero__img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.pdv2-hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,7,4,.55) 0%, rgba(10,7,4,.2) 34%, rgba(10,7,4,.72) 100%),
    radial-gradient(120% 80% at 50% 100%, rgba(10,7,4,.35), transparent 60%);
}
.pdv2-hero__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .22;
  background-image:
    radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,.05) 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
  background-position: 0 0, 1px 1px;
}
.pdv2-hero__content { max-width: 62rem; position: relative; }
.pdv2-hero__eyebrow { color: var(--pdv2-or-clair); display: inline-block; margin-bottom: 1.4rem; }
.pdv2-hero__title {
  font-family: "Playfair Display", "EB Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 6.8vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -.01em;
  color: #fbf5e8;
  margin: 0 0 1.6rem;
}
.pdv2-hero__title em {
  font-style: italic;
  color: #e9c07e;
  font-family: "Playfair Display", serif;
}
.pdv2-hero__lead {
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.5;
  color: rgba(255,244,224,.9);
  margin: 0 0 2rem;
  max-width: 46rem;
}
.pdv2-hero__cta {
  margin-top: .8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem 2rem;
}
.pdv2-hero__rating {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 500;
  font-size: .88rem;
  letter-spacing: .06em;
  color: rgba(255,244,224,.85);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.pdv2-hero__filet {
  display: block;
  width: 3.2rem;
  height: 1px;
  background: var(--pdv2-or-clair);
  margin-top: 2rem;
}

/* ============================================================
 * 1b) INTRO EDITORIALE (3 paragraphes)
 * ============================================================ */
.pdv2-intro {
  background: var(--pdv2-creme);
  padding: clamp(4rem, 10vh, 8rem) clamp(1.2rem, 5vw, 4rem);
  border-top: 1px solid var(--pdv2-fine);
}
.pdv2-intro__head {
  max-width: 62rem;
  margin: 0 auto clamp(2.5rem, 5vh, 4rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.pdv2-intro__eyebrow { display: inline-block; }
.pdv2-intro__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--pdv2-noir);
  margin: 0;
  max-width: 22ch;
}
.pdv2-intro__title em { font-style: italic; color: var(--pdv2-rouge); }
.pdv2-intro__body {
  max-width: 46rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.pdv2-intro__p {
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.7;
  color: var(--pdv2-encre);
  margin: 0;
}
.pdv2-intro__cta { margin: .8rem 0 0; text-align: center; }
.pdv2-intro__link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.08rem;
  color: var(--pdv2-rouge);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: .15rem;
  transition: gap .35s ease, border-color .35s ease;
}
.pdv2-intro__link:hover {
  gap: .95rem;
  border-bottom-color: var(--pdv2-rouge);
}

/* ============================================================
 * 2) LE FIL DE LA SOIREE (timeline verticale)
 * ============================================================ */
.pdv2-fil {
  background: var(--pdv2-creme);
  padding: clamp(4rem, 10vh, 8rem) clamp(1.2rem, 5vw, 4rem);
  position: relative;
  border-top: 1px solid var(--pdv2-fine);
}
.pdv2-fil__head {
  max-width: 44rem;
  margin: 0 auto clamp(3rem, 6vh, 5rem);
  text-align: center;
}
.pdv2-fil__eyebrow { display: block; margin-bottom: 1rem; }
.pdv2-fil__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
  color: var(--pdv2-noir);
  margin: 0 0 1.2rem;
}
.pdv2-fil__title em { font-style: italic; color: var(--pdv2-rouge); }
.pdv2-fil__lead {
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.55;
  color: var(--pdv2-encre);
  margin: 0;
}

.pdv2-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 46rem;
  position: relative;
}
/* Filet vertical or, cale sur la colonne d'horaire */
.pdv2-timeline::before {
  content: "";
  position: absolute;
  top: .6rem;
  bottom: .6rem;
  left: 5.4rem;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--pdv2-or) 8%, var(--pdv2-or) 92%, transparent 100%);
  opacity: .55;
}

.pdv2-step {
  position: relative;
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  column-gap: 2rem;
  padding: 0 0 clamp(2.2rem, 4vh, 3.4rem) 0;
  align-items: baseline;
}
.pdv2-step:last-child { padding-bottom: 0; }

/* Point d'etape sur le filet */
.pdv2-step__dot {
  position: absolute;
  left: 5.4rem;
  top: .55rem;
  transform: translate(-50%, 0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pdv2-or);
  box-shadow: 0 0 0 4px var(--pdv2-creme), 0 0 0 5px rgba(184,148,90,.35);
}

.pdv2-step__time {
  align-self: baseline;
  text-align: right;
  font-size: .78rem;
  letter-spacing: .22em;
}

.pdv2-step__body { padding-top: .05rem; }
.pdv2-step__title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.2;
  color: var(--pdv2-noir);
  margin: 0 0 .55rem;
}
.pdv2-step__p {
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(.98rem, 1.25vw, 1.1rem);
  line-height: 1.55;
  color: var(--pdv2-encre);
  margin: 0;
  max-width: 34rem;
}

/* ============================================================
 * 3) CE QUI EST COMPRIS
 * ============================================================ */
.pdv2-inc {
  background: var(--pdv2-ivoire);
  padding: clamp(4rem, 10vh, 8rem) clamp(1.2rem, 5vw, 4rem);
  border-top: 1px solid var(--pdv2-fine);
  border-bottom: 1px solid var(--pdv2-fine);
}
.pdv2-inc__head {
  max-width: 44rem;
  margin: 0 auto clamp(2.5rem, 5vh, 4rem);
  text-align: center;
}
.pdv2-inc__eyebrow { display: block; margin-bottom: 1rem; }
.pdv2-inc__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  line-height: 1.12;
  color: var(--pdv2-noir);
  margin: 0 0 1rem;
}
.pdv2-inc__title em { font-style: italic; color: var(--pdv2-rouge); }
.pdv2-inc__lead {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--pdv2-encre);
  margin: 0;
}

.pdv2-inc__grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
  gap: 1.6rem;
}
.pdv2-inc__card {
  background: var(--pdv2-creme);
  border: 1px solid var(--pdv2-fine);
  padding: 1.8rem 1.6rem 1.8rem;
  position: relative;
  transition: transform .5s ease, box-shadow .5s ease;
}
.pdv2-inc__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -30px rgba(20,16,11,.35);
}
.pdv2-inc__num {
  display: block;
  color: var(--pdv2-or);
  margin-bottom: 1rem;
}
.pdv2-inc__ct {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.25;
  color: var(--pdv2-noir);
  margin: 0 0 .6rem;
}
.pdv2-inc__cp {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--pdv2-encre);
  margin: 0;
}

.pdv2-inc__opt {
  max-width: 44rem;
  margin: clamp(2.4rem, 5vh, 3.6rem) auto 0;
  padding: 1.2rem 1.4rem;
  border-left: 2px solid var(--pdv2-or);
  background: rgba(184,148,90,.06);
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--pdv2-encre);
  text-align: left;
}
.pdv2-inc__opt-label {
  display: inline-block;
  margin-right: .8rem;
}

/* ============================================================
 * 4) POUR QUELLES OCCASIONS
 * ============================================================ */
.pdv2-occ {
  background: var(--pdv2-noir);
  color: var(--pdv2-ivoire);
  padding: clamp(4rem, 10vh, 8rem) clamp(1.2rem, 5vw, 4rem);
  position: relative;
}
.pdv2-occ__head {
  max-width: 44rem;
  margin: 0 auto clamp(2.5rem, 5vh, 4rem);
  text-align: center;
}
.pdv2-occ__eyebrow { display: block; margin-bottom: 1rem; color: var(--pdv2-or-clair); }
.pdv2-occ__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  line-height: 1.12;
  color: var(--pdv2-ivoire);
  margin: 0;
}
.pdv2-occ__title em { font-style: italic; color: var(--pdv2-or-clair); }

.pdv2-occ__grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.4rem;
}
.pdv2-occ__card {
  background: var(--pdv2-noir2);
  border: 1px solid var(--pdv2-fine-l);
  padding: 1.8rem 1.6rem;
  transition: background .5s ease, transform .5s ease, border-color .5s ease;
}
.pdv2-occ__card:hover {
  background: #2b2216;
  border-color: rgba(217,185,130,.6);
  transform: translateY(-2px);
}
.pdv2-occ__eye {
  color: var(--pdv2-or-clair);
  display: block;
  margin-bottom: 1rem;
}
.pdv2-occ__t {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--pdv2-ivoire);
  margin: 0 0 .55rem;
}
.pdv2-occ__p {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(250,246,236,.82);
  margin: 0;
}

/* ============================================================
 * 4b) NOTRE DIFFERENCE (3 cartes filet or)
 * ============================================================ */
.pdv2-diff {
  background: var(--pdv2-creme);
  padding: clamp(4rem, 10vh, 8rem) clamp(1.2rem, 5vw, 4rem);
  border-top: 1px solid var(--pdv2-fine);
}
.pdv2-diff__head {
  max-width: 44rem;
  margin: 0 auto clamp(2.5rem, 5vh, 4rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.pdv2-diff__eyebrow { display: inline-block; }
.pdv2-diff__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
  color: var(--pdv2-noir);
  margin: 0;
  max-width: 22ch;
}
.pdv2-diff__title em { font-style: italic; color: var(--pdv2-rouge); }
.pdv2-diff__grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1.6rem;
}
.pdv2-diff__card {
  background: var(--pdv2-ivoire);
  border: 1px solid var(--pdv2-fine);
  border-top: 2px solid var(--pdv2-or);
  padding: 1.8rem 1.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  transition: transform .5s ease, border-color .5s ease, box-shadow .5s ease;
}
.pdv2-diff__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -30px rgba(20,16,11,.35);
  border-color: var(--pdv2-or);
}
.pdv2-diff__ct {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--pdv2-noir);
  margin: 0;
}
.pdv2-diff__cp {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--pdv2-encre);
  margin: 0;
}

/* ============================================================
 * 4c) NOS CHEFS (bloc editorial + note google)
 * ============================================================ */
.pdv2-chefs {
  background: var(--pdv2-ivoire);
  padding: clamp(4rem, 10vh, 8rem) clamp(1.2rem, 5vw, 4rem);
  border-top: 1px solid var(--pdv2-fine);
  border-bottom: 1px solid var(--pdv2-fine);
}
.pdv2-chefs__head {
  max-width: 44rem;
  margin: 0 auto clamp(2rem, 4vh, 3rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.pdv2-chefs__eyebrow { display: inline-block; }
.pdv2-chefs__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
  color: var(--pdv2-noir);
  margin: 0;
  max-width: 22ch;
}
.pdv2-chefs__title em { font-style: italic; color: var(--pdv2-rouge); }
.pdv2-chefs__body {
  max-width: 46rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}
.pdv2-chefs__p {
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.65;
  color: var(--pdv2-encre);
  margin: 0;
}
.pdv2-chefs__rating {
  margin: 1rem auto .4rem;
  display: inline-flex;
  align-items: baseline;
  gap: .85rem;
  padding: 1rem 1.4rem;
  border-top: 1px solid var(--pdv2-fine);
  border-bottom: 1px solid var(--pdv2-fine);
  background: var(--pdv2-creme);
}
.pdv2-chefs__rating-num {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  color: var(--pdv2-noir);
  line-height: 1;
}
.pdv2-chefs__rating-stars {
  color: var(--pdv2-or);
  font-size: 1rem;
  letter-spacing: .12em;
}
.pdv2-chefs__rating-src {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--pdv2-encre);
  opacity: .8;
}
.pdv2-chefs__trust {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: .82rem;
  letter-spacing: .06em;
  color: var(--pdv2-encre);
  opacity: .8;
  margin: 1rem 0 0;
  max-width: 46rem;
}

/* ============================================================
 * 4d) PROCESSUS (4 etapes timeline horizontale)
 * ============================================================ */
.pdv2-process {
  background: var(--pdv2-creme);
  padding: clamp(4rem, 10vh, 8rem) clamp(1.2rem, 5vw, 4rem);
  border-top: 1px solid var(--pdv2-fine);
}
.pdv2-process__head {
  max-width: 44rem;
  margin: 0 auto clamp(2.5rem, 5vh, 4rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.pdv2-process__eyebrow { display: inline-block; }
.pdv2-process__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
  color: var(--pdv2-noir);
  margin: 0;
  max-width: 22ch;
}
.pdv2-process__title em { font-style: italic; color: var(--pdv2-rouge); }
.pdv2-process__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 78rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.6rem, 2.6vw, 2.4rem);
  position: relative;
}
.pdv2-process__list::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 26px;
  height: 1px;
  background: var(--pdv2-or);
  opacity: .35;
  z-index: 0;
}
.pdv2-process__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  padding: 0 clamp(4px, 1vw, 12px);
}
.pdv2-process__num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--pdv2-creme);
  border: 1px solid var(--pdv2-or);
  color: var(--pdv2-rouge);
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 4px var(--pdv2-creme);
  flex: none;
}
.pdv2-process__body {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  max-width: 34ch;
}
.pdv2-process__t {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--pdv2-noir);
  line-height: 1.22;
  margin: 0;
}
.pdv2-process__p {
  margin: 0;
  color: var(--pdv2-encre);
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1rem;
  line-height: 1.55;
}

/* ============================================================
 * 5) CTA FINAL
 * ============================================================ */
.pdv2-cta {
  background: var(--pdv2-creme);
  padding: clamp(4rem, 10vh, 8rem) clamp(1.2rem, 5vw, 4rem);
  text-align: center;
  border-top: 1px solid var(--pdv2-fine);
}
.pdv2-cta__inner { max-width: 42rem; margin: 0 auto; }
.pdv2-cta__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  line-height: 1.1;
  color: var(--pdv2-noir);
  margin: 0 0 1rem;
}
.pdv2-cta__title em { font-style: italic; color: var(--pdv2-rouge); }
.pdv2-cta__lead {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.55;
  color: var(--pdv2-encre);
  margin: 0 0 1.8rem;
}
.pdv2-cta__actions { margin-bottom: 2rem; }
.pdv2-cta__filet {
  display: block;
  width: 3.2rem;
  height: 1px;
  background: var(--pdv2-or);
  margin: 0 auto 1.8rem;
  opacity: .7;
}
.pdv2-cta__cross {
  max-width: 78rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: stretch;
  font-family: "Manrope", system-ui, sans-serif;
  text-align: left;
}
.pdv2-cta__cross-label {
  color: var(--pdv2-or);
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 auto .4rem;
  text-align: center;
  display: block;
  width: 100%;
}
.pdv2-cta__cross-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.2rem;
  margin-top: .4rem;
}
.pdv2-cta__cross-card {
  background: var(--pdv2-ivoire);
  border: 1px solid var(--pdv2-fine);
  border-top: 2px solid var(--pdv2-or);
  padding: 1.6rem 1.5rem 1.5rem;
  text-decoration: none;
  color: var(--pdv2-noir);
  display: flex;
  flex-direction: column;
  gap: .7rem;
  position: relative;
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}
.pdv2-cta__cross-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -30px rgba(20,16,11,.35);
  border-color: var(--pdv2-or);
}
.pdv2-cta__cross-t {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.22;
  color: var(--pdv2-noir);
  margin: 0;
}
.pdv2-cta__cross-p {
  font-family: "EB Garamond", Georgia, serif;
  font-size: .98rem;
  line-height: 1.55;
  color: var(--pdv2-encre);
  margin: 0;
  flex: 1;
}
.pdv2-cta__cross-arrow {
  display: inline-flex;
  align-self: flex-start;
  margin-top: .3rem;
  color: var(--pdv2-rouge);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.15rem;
  transition: transform .35s ease;
}
.pdv2-cta__cross-card:hover .pdv2-cta__cross-arrow { transform: translateX(4px); }

/* Legacy link (au cas ou d'autres pages l'utilisent) */
.pdv2-cta__cross-link {
  color: var(--pdv2-noir);
  text-decoration: none;
  font-size: .95rem;
  letter-spacing: .04em;
  border-bottom: 1px solid rgba(20,16,11,.25);
  padding-bottom: .1rem;
  transition: color .3s, border-color .3s;
}
.pdv2-cta__cross-link:hover {
  color: var(--pdv2-rouge);
  border-color: var(--pdv2-rouge);
}

/* ============================================================
 * RESPONSIVE
 * ============================================================ */
@media (max-width: 960px) {
  .pdv2-process__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .pdv2-process__list::before { display: none; }
}

@media (max-width: 720px) {

  .pdv2-hero { min-height: 76vh; padding-top: 7rem; }
  .pdv2-hero__title { font-size: clamp(2.2rem, 8.5vw, 3.4rem); }
  .pdv2-hero__lead { font-size: 1.02rem; }
  .pdv2-hero__cta { gap: 1rem; }

  .pdv2-timeline { max-width: 100%; padding: 0 .2rem; }
  .pdv2-timeline::before { left: 3.2rem; }
  .pdv2-step {
    grid-template-columns: 2.4rem 1fr;
    column-gap: 1.2rem;
    padding-bottom: 2rem;
  }
  .pdv2-step__dot { left: 3.2rem; }
  .pdv2-step__time { font-size: .68rem; letter-spacing: .18em; }
  .pdv2-step__title { font-size: 1.1rem; }
  .pdv2-step__p { font-size: .98rem; }

  .pdv2-inc__grid { gap: 1rem; }
  .pdv2-occ__grid { gap: 1rem; }
  .pdv2-diff__grid { gap: 1rem; }

  .pdv2-process__list { grid-template-columns: 1fr; gap: 2rem; }
  .pdv2-chefs__rating { flex-wrap: wrap; justify-content: center; gap: .6rem; }
}

@media (max-width: 480px) {
  .pdv2-fil__head, .pdv2-inc__head, .pdv2-occ__head, .pdv2-diff__head, .pdv2-chefs__head, .pdv2-intro__head, .pdv2-process__head { padding: 0 .4rem; }
  .pdv2-inc__opt { margin-left: .2rem; margin-right: .2rem; }
}
