/* =====================================================================
 * Programmatique v2 · CSS éditorial dédié (chef ville / traiteur ville / traiteur event)
 * Charte "Ouverture" (crème, or, rouge signature, Playfair + Manrope + EB Garamond)
 * N'affecte PAS newhome/styles.css : s'y ajoute seulement.
 * Namespace : .pgv2, .pgv2-* pour ne rien impacter du chrome ni des autres templates.
 * ===================================================================== */

.pgv2 {
  --pgv2-max: 1180px;
  --pgv2-gap: clamp(28px, 4vw, 56px);
  --pgv2-fade: cubic-bezier(.22, .61, .36, 1);
}

/* Reveals (script inline de la page) --------------------------------- */
.pgv2 .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .9s var(--pgv2-fade), transform .9s var(--pgv2-fade);
  transition-delay: var(--d, 0s);
}
.pgv2 .reveal.is-in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .pgv2 .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============ Fil d'Ariane ============ */
.pgv2-breadcrumb {
  max-width: var(--pgv2-max);
  margin: 0 auto;
  padding: clamp(14px, 2vw, 22px) clamp(22px, 5.5vw, 96px);
  font-family: "Manrope", sans-serif;
  font-size: .82rem;
  letter-spacing: .04em;
  color: var(--text-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.pgv2-breadcrumb a {
  color: var(--gold-ink);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--pgv2-fade), color .3s var(--pgv2-fade);
}
.pgv2-breadcrumb a:hover {
  color: var(--sig);
  border-bottom-color: var(--gold-ink);
}
.pgv2-breadcrumb [aria-current="page"] {
  color: var(--text);
  font-weight: 500;
}

/* ============ HERO éditorial (image + titre) ============ */
.pgv2 .pgv2-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(520px, 76vh, 720px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.pgv2 .pgv2-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.pgv2 .pgv2-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.pgv2 .pgv2-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(10,9,8,.55) 0%, rgba(10,9,8,.28) 42%, rgba(10,9,8,.75) 100%),
    radial-gradient(120% 78% at 6% 92%, rgba(10,9,8,.62), rgba(10,9,8,0) 60%);
}
.pgv2 .pgv2-hero__inner {
  max-width: var(--pgv2-max);
  width: 100%;
  margin: 0 auto;
  padding: clamp(120px, 16vh, 200px) clamp(22px, 5.5vw, 96px) clamp(64px, 10vh, 100px);
  color: var(--creme);
  text-align: left;
}
.pgv2 .pgv2-hero__eyebrow {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: .74rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  border-top: 1px solid rgba(235,207,149,.45);
  border-bottom: 1px solid rgba(235,207,149,.45);
  padding: 6px 0;
}
.pgv2 .pgv2-hero__title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.04;
  letter-spacing: -.015em;
  margin: 24px 0 18px;
  color: var(--creme);
  max-width: 22ch;
}
.pgv2 .pgv2-hero__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--sig);
}
[data-theme="jour"] .pgv2 .pgv2-hero__title em { color: #ec6c62; }
.pgv2 .pgv2-hero__lead {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.45vw, 1.4rem);
  line-height: 1.5;
  color: rgba(246, 241, 233, .9);
  max-width: 58ch;
  margin: 0 0 30px;
}
.pgv2 .pgv2-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
}
.pgv2 .pgv2-hero__rating {
  font-family: "Manrope", sans-serif;
  font-size: .82rem;
  letter-spacing: .12em;
  color: rgba(246, 241, 233, .82);
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pgv2 .pgv2-hero__rating span[aria-hidden] { color: var(--gold); letter-spacing: 0; font-size: .9rem; }
.pgv2 .pgv2-hero__filet {
  width: 72px;
  height: 1px;
  background: var(--gold);
  margin: 34px 0 0;
  opacity: .85;
}
.pgv2 .pgv2-hero__linkarrow {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(235,207,149,.6);
  padding: 6px 0;
  transition: color .4s var(--pgv2-fade), border-color .4s var(--pgv2-fade);
}
.pgv2 .pgv2-hero__linkarrow:hover { color: var(--creme); border-color: var(--creme); }
.pgv2 .pgv2-hero__linkarrow span { display: inline-block; margin-left: 8px; transition: transform .4s var(--pgv2-fade); }
.pgv2 .pgv2-hero__linkarrow:hover span { transform: translateX(5px); }

/* ============ Bandeau confiance (trust-bar) ============ */
.pgv2 .pgv2-trust {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 4vw, 44px) clamp(20px, 4vw, 48px);
}
.pgv2 .pgv2-trust__grid {
  max-width: var(--pgv2-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 40px);
  text-align: center;
}
@media (max-width: 720px) { .pgv2 .pgv2-trust__grid { grid-template-columns: repeat(2, 1fr); } }
.pgv2 .pgv2-trust__num {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  color: var(--sig);
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}
.pgv2 .pgv2-trust__label {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-ink);
  display: block;
}

/* ============ En-tête section commune ============ */
.pgv2 .pgv2-head {
  max-width: var(--pgv2-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  text-align: center;
}
.pgv2 .pgv2-eyebrow {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-ink);
  padding: 6px 0;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}
.pgv2 .pgv2-h2 {
  font-family: "Playfair Display", "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--text);
  margin: 18px 0 12px;
}
.pgv2 .pgv2-h2 em { font-style: italic; color: var(--sig); font-weight: 500; }
.pgv2 .pgv2-lead {
  font-family: "EB Garamond", serif;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  line-height: 1.55;
  color: var(--text-soft);
  max-width: 64ch;
  margin: 0;
}
.pgv2 .pgv2-head .pgv2-lead { margin-left: auto; margin-right: auto; }
.pgv2 .pgv2-head--light .pgv2-h2 { color: var(--creme); }
.pgv2 .pgv2-head--light .pgv2-lead { color: rgba(246, 241, 233, .82); }
.pgv2 .pgv2-head--light .pgv2-eyebrow { color: var(--gold); border-color: rgba(235, 207, 149, .55); }

/* ============ Sections texte long (H2 + contenu long) ============
   C'est le contenu SEO principal, EB Garamond pour la lecture longue,
   filets or entre les paragraphes pour l'esprit "édition". */
.pgv2 .pgv2-section {
  padding: clamp(72px, 9vw, 116px) 0;
  background: var(--creme);
}
.pgv2 .pgv2-section--alt { background: var(--bg-2); }
.pgv2 .pgv2-section__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.pgv2 .pgv2-section__eyebrow {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-ink);
  padding: 6px 0;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  margin-bottom: 22px;
}
.pgv2 .pgv2-section__title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 3.4vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: -.01em;
  color: var(--text);
  margin: 0 0 26px;
}
.pgv2 .pgv2-section__title em { font-style: italic; color: var(--sig); font-weight: 500; }
.pgv2 .pgv2-body {
  font-family: "EB Garamond", serif;
  font-size: clamp(1.08rem, 1.25vw, 1.22rem);
  line-height: 1.65;
  color: var(--text);
}
.pgv2 .pgv2-body p { margin: 0 0 1.2em; }
.pgv2 .pgv2-body p:last-child { margin-bottom: 0; }
.pgv2 .pgv2-body h3 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: -.005em;
  color: var(--text);
  margin: 1.8em 0 .6em;
}
.pgv2 .pgv2-body h3 em { font-style: italic; color: var(--sig); }
.pgv2 .pgv2-body h4 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.25;
  color: var(--text);
  margin: 1.6em 0 .5em;
}
.pgv2 .pgv2-body a {
  color: var(--sig);
  border-bottom: 1px solid rgba(143, 23, 17, .35);
  padding-bottom: 1px;
  transition: color .3s var(--pgv2-fade), border-color .3s var(--pgv2-fade);
}
.pgv2 .pgv2-body a:hover { color: var(--text); border-bottom-color: var(--gold-ink); }
.pgv2 .pgv2-body strong { color: var(--text); font-weight: 600; }
.pgv2 .pgv2-body ul, .pgv2 .pgv2-body ol { margin: 0 0 1.2em; padding-left: 1.4em; }
.pgv2 .pgv2-body ul li, .pgv2 .pgv2-body ol li { margin-bottom: .5em; }
.pgv2 .pgv2-body ul { list-style: none; padding-left: 0; }
.pgv2 .pgv2-body ul li {
  position: relative;
  padding-left: 22px;
}
.pgv2 .pgv2-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .85em;
  width: 10px;
  height: 1px;
  background: var(--gold-ink);
}
.pgv2 .pgv2-body ol { padding-left: 1.6em; }
.pgv2 .pgv2-body blockquote {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1.28rem;
  line-height: 1.5;
  color: var(--text-soft);
  border-left: 1px solid var(--gold);
  padding: .4em 0 .4em 1.4em;
  margin: 1.6em 0;
}

/* ============ CTA inline (au milieu du contenu) ============ */
.pgv2 .pgv2-cta-inline {
  padding: clamp(40px, 6vw, 70px) 0;
  background: var(--creme);
}
.pgv2 .pgv2-cta-inline__box {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(28px, 3.5vw, 44px) clamp(24px, 4vw, 48px);
  background: var(--card);
  border: 1px solid var(--gold);
  border-radius: 2px;
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pgv2 .pgv2-cta-inline__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pgv2 .pgv2-cta-inline__text strong {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  color: var(--text);
  letter-spacing: -.005em;
}
.pgv2 .pgv2-cta-inline__text span {
  font-family: "EB Garamond", serif;
  font-style: italic;
  color: var(--text-soft);
  font-size: 1.05rem;
}

/* ============ Testimonial section noir ============ */
.pgv2 .pgv2-testimonial {
  background: #0a0908;
  color: var(--creme);
  padding: clamp(80px, 10vw, 120px) 0;
  text-align: center;
}
.pgv2 .pgv2-testimonial__inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.pgv2 .pgv2-testimonial__stars {
  color: var(--gold);
  letter-spacing: .2em;
  font-size: 1.05rem;
  margin-bottom: 20px;
}
.pgv2 .pgv2-testimonial__quote {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.55;
  color: rgba(246, 241, 233, .95);
  margin: 0 0 22px;
}
.pgv2 .pgv2-testimonial__cite {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ============ FAQ ============ */
.pgv2 .pgv2-faq { background: var(--creme); padding: clamp(80px, 10vw, 120px) 0; }
.pgv2 .pgv2-faq__inner { max-width: 860px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.pgv2 .pgv2-faq__list {
  margin: clamp(40px, 5vw, 60px) 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line);
}
.pgv2 .pgv2-q { border-bottom: 1px solid var(--line); padding: 22px 0; }
.pgv2 .pgv2-q > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.2;
  color: var(--text);
  padding-right: 28px;
}
.pgv2 .pgv2-q > summary::-webkit-details-marker { display: none; }
.pgv2 .pgv2-q > summary::after {
  content: "+";
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--gold-ink);
  transition: transform .4s var(--pgv2-fade), color .4s var(--pgv2-fade);
}
.pgv2 .pgv2-q[open] > summary::after { content: "−"; color: var(--sig); }
.pgv2 .pgv2-q__body {
  padding-top: 14px;
  font-family: "EB Garamond", serif;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--text-soft);
  max-width: 62ch;
}
.pgv2 .pgv2-q__body p { margin: 0 0 .8em; }
.pgv2 .pgv2-q__body p:last-child { margin-bottom: 0; }
.pgv2 .pgv2-q__body a { color: var(--sig); border-bottom: 1px solid rgba(143, 23, 17, .3); }
.pgv2 .pgv2-q__body a:hover { color: var(--text); }

/* ============ Grille cartes région / villes voisines ============ */
.pgv2 .pgv2-cities { background: var(--bg-2); padding: clamp(72px, 9vw, 116px) 0; }
.pgv2 .pgv2-cities__inner { max-width: var(--pgv2-max); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.pgv2 .pgv2-cities__grid {
  margin: clamp(40px, 5vw, 64px) auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}
.pgv2 .pgv2-cities__grid--rounded {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px 16px;
}
.pgv2 .pgv2-city-card {
  display: block;
  background: var(--card);
  padding: clamp(20px, 2.2vw, 28px);
  border: 1px solid var(--line);
  border-radius: 2px;
  transition: transform .5s var(--pgv2-fade), border-color .5s var(--pgv2-fade), box-shadow .5s var(--pgv2-fade);
}
.pgv2 .pgv2-city-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold-ink);
  box-shadow: 0 24px 60px -32px rgba(10,9,8,.18);
}
.pgv2 .pgv2-city-card__title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  color: var(--text);
  margin: 0 0 10px;
  line-height: 1.2;
}
.pgv2 .pgv2-city-card__text {
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-soft);
  margin: 0;
}
.pgv2 .pgv2-city-pill {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: .9rem;
  color: var(--text);
  padding: 12px 18px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  text-align: center;
  transition: transform .4s var(--pgv2-fade), border-color .4s var(--pgv2-fade), color .4s var(--pgv2-fade);
  display: block;
}
.pgv2 .pgv2-city-pill:hover {
  border-color: var(--gold-ink);
  color: var(--sig);
  transform: translateY(-2px);
}
.pgv2 .pgv2-cities__fine {
  text-align: center;
  margin: clamp(28px, 4vw, 44px) auto 0;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1.02rem;
  color: var(--text-soft);
}
.pgv2 .pgv2-cities__cta {
  text-align: center;
  margin: clamp(36px, 5vw, 60px) auto 0;
}

/* ============ Section confiance (logos slider) ============ */
.pgv2 .pgv2-logos {
  background: var(--creme);
  padding: clamp(40px, 6vw, 70px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pgv2 .pgv2-logos__label {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: .74rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin-bottom: clamp(24px, 3vw, 40px);
}

/* ============ CTA final (bandeau noir) ============ */
.pgv2 .pgv2-cta {
  background: #0a0908;
  color: var(--creme);
  padding: clamp(96px, 12vw, 160px) 0;
  text-align: center;
}
.pgv2 .pgv2-cta__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.pgv2 .pgv2-cta .pgv2-eyebrow { color: var(--gold); border-color: rgba(235, 207, 149, .55); }
.pgv2 .pgv2-cta .pgv2-h2 { color: var(--creme); }
.pgv2 .pgv2-cta .pgv2-h2 em { color: var(--gold); }
.pgv2 .pgv2-cta .pgv2-lead { color: rgba(246, 241, 233, .82); margin: 0 auto; }
.pgv2 .pgv2-cta__actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  align-items: center;
  justify-content: center;
}
.pgv2 .pgv2-linkarrow {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(235, 207, 149, .55);
  padding: 8px 0;
  transition: color .4s var(--pgv2-fade), border-color .4s var(--pgv2-fade);
}
.pgv2 .pgv2-linkarrow:hover { color: var(--creme); border-color: var(--creme); }
.pgv2 .pgv2-linkarrow span { display: inline-block; margin-left: 6px; transition: transform .4s var(--pgv2-fade); }
.pgv2 .pgv2-linkarrow:hover span { transform: translateX(5px); }

/* ============ Sticky CTA mobile ============ */
.pgv2 .pgv2-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(246, 241, 233, .96);
  backdrop-filter: blur(8px);
  padding: 12px clamp(16px, 4vw, 24px);
  border-top: 1px solid var(--line);
  z-index: 40;
  display: none;
}
@media (max-width: 720px) { .pgv2 .pgv2-sticky { display: block; } .pgv2 { padding-bottom: 84px; } }
.pgv2 .pgv2-sticky .btn {
  width: 100%;
  justify-content: center;
}

/* ============ Steps (traiteur event) ============ */
.pgv2 .pgv2-steps {
  background: var(--bg-2);
  padding: clamp(72px, 9vw, 116px) 0;
}
.pgv2 .pgv2-steps__grid {
  max-width: var(--pgv2-max);
  margin: clamp(40px, 5vw, 64px) auto 0;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(20px, 2.5vw, 34px);
}
.pgv2 .pgv2-step {
  background: var(--card);
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .5s var(--pgv2-fade), box-shadow .5s var(--pgv2-fade);
}
.pgv2 .pgv2-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px -32px rgba(10,9,8,.18);
}
.pgv2 .pgv2-step__num {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  line-height: 1;
  color: var(--gold-ink);
  letter-spacing: .04em;
}
.pgv2 .pgv2-step__t {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  line-height: 1.2;
  color: var(--text);
}
.pgv2 .pgv2-step__p {
  font-family: "EB Garamond", serif;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--text-soft);
  margin: 0;
}

/* ============ Lieux partenaires (traiteur event) ============ */
.pgv2 .pgv2-lieux { background: var(--creme); padding: clamp(72px, 9vw, 116px) 0; }
.pgv2 .pgv2-lieux__inner { max-width: var(--pgv2-max); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.pgv2 .pgv2-lieux__grid {
  margin: clamp(40px, 5vw, 64px) auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 2.5vw, 34px);
}
.pgv2 .pgv2-lieu-card {
  display: block;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  transition: transform .5s var(--pgv2-fade), border-color .5s var(--pgv2-fade), box-shadow .5s var(--pgv2-fade);
}
.pgv2 .pgv2-lieu-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold-ink);
  box-shadow: 0 24px 60px -32px rgba(10,9,8,.18);
}
.pgv2 .pgv2-lieu-card__ph { aspect-ratio: 4/3; overflow: hidden; background: var(--bg-2); }
.pgv2 .pgv2-lieu-card__ph img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .8s var(--pgv2-fade);
}
.pgv2 .pgv2-lieu-card:hover .pgv2-lieu-card__ph img { transform: scale(1.04); }
.pgv2 .pgv2-lieu-card__body { padding: clamp(18px, 2vw, 24px); }
.pgv2 .pgv2-lieu-card__title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--text);
  margin: 0 0 6px;
  line-height: 1.2;
}
.pgv2 .pgv2-lieu-card__meta {
  font-family: "EB Garamond", serif;
  font-size: .98rem;
  color: var(--text-soft);
  margin: 0;
}

/* Mobile smoothing --------------------------------------------------- */
@media (max-width: 640px) {
  .pgv2 .pgv2-hero__title { font-size: clamp(2rem, 8vw, 3rem); max-width: 100%; }
  .pgv2 .pgv2-hero__lead  { font-size: 1.02rem; }
  .pgv2 .pgv2-hero__inner { padding-top: clamp(100px, 20vh, 180px); }
  .pgv2 .pgv2-cta-inline__box { flex-direction: column; text-align: center; align-items: stretch; }
}

/* ============ FIX bande de logos "Ils nous ont fait confiance" (2026-07-16) ============
   Les gabarits programmatiques ne chargent pas main.css, donc les <img> du .logo-slider
   apparaissaient à leur taille native (jusqu'a 300px). On redefinit ici les regles
   necessaires en scoping strict sous .pgv2 .pgv2-logos pour ne rien casser ailleurs. */
.pgv2 .pgv2-logos .logo-slider {
  overflow: hidden;
  padding: 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
          mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.pgv2 .pgv2-logos .logo-slider__track {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  width: max-content;
  -webkit-animation: pgv2-logo-scroll 40s linear infinite;
          animation: pgv2-logo-scroll 40s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.pgv2 .pgv2-logos .logo-slider__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-width: 120px;
}
.pgv2 .pgv2-logos .logo-slider__item img {
  height: clamp(24px, 3vw, 40px);
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.55;
  transition: filter .3s ease, opacity .3s ease;
}
.pgv2 .pgv2-logos .logo-slider__item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.pgv2 .pgv2-logos .logo-slider:hover .logo-slider__track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes pgv2-logo-scroll {
  0%   { -webkit-transform: translate3d(0, 0, 0);      transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-25%, 0, 0);   transform: translate3d(-25%, 0, 0); }
}
@keyframes pgv2-logo-scroll {
  0%   { -webkit-transform: translate3d(0, 0, 0);      transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-25%, 0, 0);   transform: translate3d(-25%, 0, 0); }
}
@media (max-width: 768px) {
  .pgv2 .pgv2-logos .logo-slider__track {
    gap: 24px;
    -webkit-animation-duration: 22s;
            animation-duration: 22s;
  }
  .pgv2 .pgv2-logos .logo-slider__item {
    height: 36px;
    min-width: 90px;
  }
  .pgv2 .pgv2-logos .logo-slider__item img {
    height: 26px;
    max-width: 110px;
  }
}
