/* =====================================================================
 * Services v2 (production), CSS éditorial dédié
 * Charte "Ouverture" (crème, or, rouge signature, Playfair + Manrope + EB Garamond)
 * Ce fichier NE modifie PAS newhome/styles.css : il s'y ajoute uniquement.
 * Namespace : .sv2, .sv2-* pour ne rien impacter du chrome ni des autres previews.
 * ===================================================================== */

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

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

/* Typo tokens communs ------------------------------------------------- */
.sv2 .sv2-eyebrow {
  display: inline-block;
  font-family: "Manrope", system-ui, 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);
}
.sv2 .sv2-h2 {
  font-family: "Playfair Display", "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -.01em;
  color: var(--text);
  margin: 18px 0 12px;
}
.sv2 .sv2-h2 em {
  font-style: italic;
  color: var(--sig);
  font-weight: 500;
}
.sv2 .sv2-lead {
  font-family: "EB Garamond", "Playfair Display", serif;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.55;
  color: var(--text-soft);
  max-width: 62ch;
  margin: 0;
}
.sv2 .sv2-head {
  max-width: var(--sv2-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  text-align: center;
}
.sv2 .sv2-head .sv2-lead { margin-left: auto; margin-right: auto; }
.sv2 .sv2-head--light .sv2-h2 { color: var(--creme); }
.sv2 .sv2-head--light .sv2-lead { color: rgba(246, 241, 233, .82); }
.sv2 .sv2-head--light .sv2-eyebrow {
  color: var(--gold);
  border-color: rgba(235, 207, 149, .55);
}

/* HERO plein écran, image full-bleed --------------------------------- */
.sv2 .sv2-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(560px, 82vh, 780px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sv2 .sv2-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.sv2 .sv2-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.sv2 .sv2-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%);
}
.sv2 .sv2-hero__inner {
  max-width: var(--sv2-max);
  width: 100%;
  margin: 0 auto;
  padding: clamp(140px, 18vh, 220px) clamp(22px, 5.5vw, 96px) clamp(80px, 12vh, 120px);
  color: var(--creme);
  text-align: left;
}
.sv2 .sv2-hero__eyebrow {
  display: inline-block;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: .74rem;
  letter-spacing: .32em;
  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;
}
.sv2 .sv2-hero__title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(2.6rem, 6.6vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: -.015em;
  margin: 26px 0 22px;
  color: var(--creme);
  max-width: 18ch;
}
.sv2 .sv2-hero__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--sig);
}
[data-theme="jour"] .sv2 .sv2-hero__title em { color: #ec6c62; }
.sv2 .sv2-hero__lead {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(1.15rem, 1.55vw, 1.5rem);
  line-height: 1.5;
  color: rgba(246, 241, 233, .9);
  max-width: 56ch;
  margin: 0 0 34px;
}
.sv2 .sv2-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
}
.sv2 .sv2-hero__filet {
  width: 72px;
  height: 1px;
  background: var(--gold);
  margin: 40px 0 0;
  opacity: .85;
}
.sv2 .sv2-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(--sv2-fade), border-color .4s var(--sv2-fade);
}
.sv2 .sv2-hero__linkarrow:hover { color: var(--creme); border-color: var(--creme); }
.sv2 .sv2-hero__linkarrow span { display: inline-block; margin-left: 8px; transition: transform .4s var(--sv2-fade); }
.sv2 .sv2-hero__linkarrow:hover span { transform: translateX(5px); }

/* MANIFESTO (courte transition entre hero et corps) ------------------- */
.sv2 .sv2-manifesto {
  background: var(--creme);
  padding: clamp(64px, 8vw, 96px) clamp(22px, 5vw, 88px);
  text-align: center;
}
.sv2 .sv2-manifesto__text {
  max-width: 60ch;
  margin: 0 auto;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.45;
  color: var(--text-soft);
}
.sv2 .sv2-manifesto__text em {
  font-style: italic;
  color: var(--sig);
  font-weight: 500;
}

/* SECTION STEPS (comment ça se passe) --------------------------------- */
.sv2 .sv2-steps {
  background: var(--bg-2);
  padding: clamp(80px, 10vw, 128px) 0;
  position: relative;
}
.sv2 .sv2-steps__grid {
  max-width: var(--sv2-max);
  margin: clamp(48px, 6vw, 80px) auto 0;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.6vw, 40px);
}
@media (max-width: 960px) { .sv2 .sv2-steps__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .sv2 .sv2-steps__grid { grid-template-columns: 1fr; } }
.sv2 .sv2-step {
  background: var(--card);
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--line);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: transform .5s var(--sv2-fade), box-shadow .5s var(--sv2-fade);
}
.sv2 .sv2-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px -32px rgba(10,9,8,.18);
}
.sv2 .sv2-step__num {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  line-height: 1;
  color: var(--gold-ink);
  letter-spacing: .04em;
}
.sv2 .sv2-step__t {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.2;
  margin: 4px 0 4px;
  color: var(--text);
}
.sv2 .sv2-step__p {
  font-family: "EB Garamond", serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--text-soft);
  margin: 0;
}

/* PILIERS (arguments) ------------------------------------------------- */
.sv2 .sv2-pillars {
  background: var(--creme);
  padding: clamp(80px, 10vw, 128px) 0;
}
.sv2 .sv2-pillars__grid {
  max-width: var(--sv2-max);
  margin: clamp(48px, 6vw, 80px) auto 0;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 40px);
}
@media (max-width: 740px) { .sv2 .sv2-pillars__grid { grid-template-columns: 1fr; } }
.sv2 .sv2-pillar {
  background: transparent;
  padding: clamp(28px, 3vw, 40px) clamp(28px, 3vw, 40px) clamp(28px, 3vw, 40px) 0;
  border-left: 1px solid var(--gold);
  padding-left: clamp(26px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sv2 .sv2-pillar__k {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: .66rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin: 0;
}
.sv2 .sv2-pillar__t {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
  line-height: 1.15;
  color: var(--text);
  margin: 2px 0 4px;
}
.sv2 .sv2-pillar__t em { font-style: italic; color: var(--sig); font-weight: 500; }
.sv2 .sv2-pillar__p {
  font-family: "EB Garamond", serif;
  font-size: 1.1rem;
  line-height: 1.55;
  color: var(--text-soft);
  margin: 0;
}

/* BANDE NOS CHEFS ----------------------------------------------------- */
.sv2 .sv2-chefs {
  background: #0a0908;
  color: var(--creme);
  padding: clamp(80px, 10vw, 128px) 0 clamp(60px, 8vw, 100px);
  position: relative;
}
.sv2 .sv2-chefs .sv2-h2 { color: var(--creme); }
.sv2 .sv2-chefs .sv2-h2 em { color: var(--gold); }
.sv2 .sv2-chefs .sv2-lead { color: rgba(246, 241, 233, .82); }
.sv2 .sv2-chefs .sv2-eyebrow {
  color: var(--gold);
  border-color: rgba(235, 207, 149, .55);
}
.sv2 .sv2-chefs__grid {
  max-width: var(--sv2-max);
  margin: clamp(48px, 6vw, 80px) auto clamp(36px, 5vw, 60px);
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 36px);
}
@media (max-width: 820px) { .sv2 .sv2-chefs__grid { grid-template-columns: 1fr; max-width: 480px; } }
.sv2 .sv2-chef {
  background: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sv2 .sv2-chef__ph {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
}
.sv2 .sv2-chef__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(100%) brightness(.92) contrast(1.05);
  transition: filter .8s var(--sv2-fade), transform .8s var(--sv2-fade);
}
.sv2 .sv2-chef:hover .sv2-chef__ph img {
  filter: grayscale(30%) brightness(1) contrast(1);
  transform: scale(1.03);
}
.sv2 .sv2-chef__meta {
  padding: 18px 4px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sv2 .sv2-chef__cat {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
}
.sv2 .sv2-chef__name {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.1;
  color: var(--creme);
}
.sv2 .sv2-chefs__cta {
  text-align: center;
  padding: 0 clamp(20px, 4vw, 48px);
}
.sv2 .sv2-chefs__link {
  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;
  display: inline-flex;
  gap: 10px;
  transition: color .4s var(--sv2-fade), border-color .4s var(--sv2-fade);
}
.sv2 .sv2-chefs__link:hover {
  color: var(--creme);
  border-color: var(--creme);
}
.sv2 .sv2-chefs__link span { display: inline-block; transition: transform .4s var(--sv2-fade); }
.sv2 .sv2-chefs__link:hover span { transform: translateX(5px); }

/* MAILLAGE VILLES ---------------------------------------------------- */
.sv2 .sv2-cities {
  background: var(--bg-2);
  padding: clamp(80px, 10vw, 128px) 0;
}
.sv2 .sv2-cities__inner {
  max-width: var(--sv2-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.sv2 .sv2-cities__grid {
  margin: clamp(40px, 5vw, 64px) auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px 16px;
}
.sv2 .sv2-city {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: .92rem;
  color: var(--text);
  padding: 12px 18px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  text-align: center;
  transition: transform .4s var(--sv2-fade), border-color .4s var(--sv2-fade), color .4s var(--sv2-fade);
  display: block;
}
.sv2 .sv2-city:hover {
  border-color: var(--gold-ink);
  color: var(--sig);
  transform: translateY(-2px);
}
.sv2 .sv2-cities__fine {
  text-align: center;
  margin: clamp(28px, 4vw, 44px) auto 0;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--text-soft);
}

/* FAQ ---------------------------------------------------------------- */
.sv2 .sv2-faq {
  background: var(--creme);
  padding: clamp(80px, 10vw, 128px) 0;
}
.sv2 .sv2-faq__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.sv2 .sv2-faq__list {
  margin: clamp(40px, 5vw, 64px) 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line);
}
.sv2 .sv2-q {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.sv2 .sv2-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.15rem, 1.7vw, 1.4rem);
  line-height: 1.2;
  color: var(--text);
  position: relative;
  padding-right: 28px;
}
.sv2 .sv2-q > summary::-webkit-details-marker { display: none; }
.sv2 .sv2-q > summary::after {
  content: "+";
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--gold-ink);
  transition: transform .4s var(--sv2-fade), color .4s var(--sv2-fade);
}
.sv2 .sv2-q[open] > summary::after {
  content: "−";
  color: var(--sig);
}
.sv2 .sv2-q__body {
  padding-top: 14px;
  font-family: "EB Garamond", serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-soft);
  max-width: 62ch;
}

/* CTA FINAL ---------------------------------------------------------- */
.sv2 .sv2-cta {
  background: #0a0908;
  color: var(--creme);
  padding: clamp(96px, 12vw, 160px) 0;
  text-align: center;
}
.sv2 .sv2-cta__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.sv2 .sv2-cta .sv2-eyebrow {
  color: var(--gold);
  border-color: rgba(235, 207, 149, .55);
}
.sv2 .sv2-cta .sv2-h2 { color: var(--creme); }
.sv2 .sv2-cta .sv2-h2 em { color: var(--gold); }
.sv2 .sv2-cta .sv2-lead { color: rgba(246, 241, 233, .82); margin: 0 auto; }
.sv2 .sv2-cta__actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  align-items: center;
  justify-content: center;
}
.sv2 .sv2-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(--sv2-fade), border-color .4s var(--sv2-fade);
}
.sv2 .sv2-linkarrow:hover { color: var(--creme); border-color: var(--creme); }
.sv2 .sv2-linkarrow span { display: inline-block; margin-left: 6px; transition: transform .4s var(--sv2-fade); }
.sv2 .sv2-linkarrow:hover span { transform: translateX(5px); }

/* Mobile smoothing --------------------------------------------------- */
@media (max-width: 640px) {
  .sv2 .sv2-hero__title { font-size: clamp(2.4rem, 8.6vw, 3.4rem); max-width: 100%; }
  .sv2 .sv2-hero__lead  { font-size: 1.05rem; }
  .sv2 .sv2-hero__inner { padding-top: clamp(120px, 22vh, 200px); }
  .sv2 .sv2-pillar { border-left-width: 1px; padding-left: 20px; }
}


/* HUB : cartes piliers + cartes enfants ------------------------------- */
.sv2 .sv2-cardgrid {
  max-width: var(--sv2-max);
  margin: clamp(48px, 6vw, 80px) auto 0;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 40px);
}
.sv2 .sv2-cardgrid--2 { grid-template-columns: repeat(2, 1fr); max-width: 960px; }
@media (max-width: 960px) { .sv2 .sv2-cardgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .sv2 .sv2-cardgrid { grid-template-columns: 1fr; } }
.sv2 .sv2-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .5s var(--sv2-fade), box-shadow .5s var(--sv2-fade), border-color .5s var(--sv2-fade);
  color: inherit;
  text-decoration: none;
}
.sv2 .sv2-card:hover { transform: translateY(-3px); box-shadow: 0 24px 60px -32px rgba(10,9,8,.18); border-color: var(--gold-ink); }
.sv2 .sv2-card__ph { aspect-ratio: 4 / 3; overflow: hidden; }
.sv2 .sv2-card__ph img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s var(--sv2-fade); }
.sv2 .sv2-card:hover .sv2-card__ph img { transform: scale(1.04); }
.sv2 .sv2-card__body { padding: clamp(24px, 3vw, 34px); display: flex; flex-direction: column; gap: 10px; }
.sv2 .sv2-card__k {
  font-family: "Manrope", sans-serif; font-weight: 700; font-size: .66rem; letter-spacing: .28em;
  text-transform: uppercase; color: var(--gold-ink); margin: 0;
}
.sv2 .sv2-card__t {
  font-family: "Playfair Display", serif; font-weight: 500;
  font-size: clamp(1.25rem, 1.9vw, 1.55rem); line-height: 1.2;
  color: var(--text); margin: 2px 0 4px;
}
.sv2 .sv2-card__t em { font-style: italic; color: var(--sig); font-weight: 500; }
.sv2 .sv2-card__p {
  font-family: "EB Garamond", serif; font-size: 1.05rem; line-height: 1.55;
  color: var(--text-soft); margin: 0;
}
.sv2 .sv2-card__arrow {
  margin-top: 12px; font-family: "Manrope", sans-serif; font-weight: 600;
  font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-ink);
}
.sv2 .sv2-card__arrow span { display: inline-block; margin-left: 6px; transition: transform .4s var(--sv2-fade); }
.sv2 .sv2-card:hover .sv2-card__arrow span { transform: translateX(5px); }

/* STATS BAND (hub) ---------------------------------------------------- */
.sv2 .sv2-stats {
  background: var(--creme);
  padding: clamp(80px, 10vw, 120px) 0;
}
.sv2 .sv2-stats__inner {
  max-width: var(--sv2-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 48px);
  text-align: center;
}
@media (max-width: 720px) { .sv2 .sv2-stats__inner { grid-template-columns: repeat(2, 1fr); } }
.sv2 .sv2-stat__n {
  font-family: "Playfair Display", serif; font-weight: 500;
  font-size: clamp(2.4rem, 4vw, 3.4rem); line-height: 1;
  color: var(--sig);
}
.sv2 .sv2-stat__l {
  font-family: "Manrope", sans-serif; font-weight: 500;
  font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-ink); margin-top: 12px;
}

/* CONTENU LONG (enfants) --------------------------------------------- */
.sv2 .sv2-prose {
  background: var(--creme);
  padding: clamp(80px, 10vw, 128px) 0;
}
.sv2 .sv2-prose__inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.sv2 .sv2-prose h2 {
  font-family: "Playfair Display", serif; font-weight: 500;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.12;
  letter-spacing: -.01em;
  color: var(--text);
  margin: clamp(48px, 6vw, 72px) 0 16px;
}
.sv2 .sv2-prose h2:first-child { margin-top: 0; }
.sv2 .sv2-prose h2 em { font-style: italic; color: var(--sig); font-weight: 500; }
.sv2 .sv2-prose h3 {
  font-family: "Playfair Display", serif; font-weight: 500;
  font-size: clamp(1.25rem, 1.9vw, 1.55rem); line-height: 1.25;
  color: var(--text);
  margin: clamp(28px, 3.5vw, 44px) 0 12px;
}
.sv2 .sv2-prose h3 em { font-style: italic; color: var(--sig); font-weight: 500; }
.sv2 .sv2-prose p, .sv2 .sv2-prose li {
  font-family: "EB Garamond", serif;
  font-size: clamp(1.05rem, 1.25vw, 1.15rem);
  line-height: 1.65;
  color: var(--text-soft);
  margin: 0 0 14px;
}
.sv2 .sv2-prose ul { margin: 0 0 14px; padding-left: 22px; }
.sv2 .sv2-prose ul li { margin-bottom: 8px; }
.sv2 .sv2-prose a { color: var(--sig); text-decoration: underline; text-decoration-color: rgba(210,79,71,.4); text-underline-offset: 3px; }
.sv2 .sv2-prose a:hover { text-decoration-color: var(--sig); }
.sv2 .sv2-prose strong { color: var(--text); font-weight: 600; }
.sv2 .sv2-prose blockquote {
  border-left: 2px solid var(--gold);
  padding: 4px 0 4px 22px;
  margin: 22px 0;
  font-family: "EB Garamond", serif;
  font-style: italic;
  color: var(--text-soft);
}

/* CTA INLINE (enfants) ----------------------------------------------- */
.sv2 .sv2-inlinecta {
  background: var(--bg-2);
  padding: clamp(60px, 8vw, 88px) 0;
}
.sv2 .sv2-inlinecta__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  text-align: center;
}
.sv2 .sv2-inlinecta h2 {
  font-family: "Playfair Display", serif; font-weight: 500;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem); line-height: 1.15;
  color: var(--text); margin: 0 0 12px;
}
.sv2 .sv2-inlinecta h2 em { font-style: italic; color: var(--sig); font-weight: 500; }
.sv2 .sv2-inlinecta p {
  font-family: "EB Garamond", serif; font-size: 1.1rem; line-height: 1.6;
  color: var(--text-soft); margin: 0 0 20px;
}

/* CROSSLINK (autres services) ---------------------------------------- */
.sv2 .sv2-crosslink {
  background: var(--creme);
  padding: clamp(80px, 10vw, 120px) 0;
}
.sv2 .sv2-crosslink__grid {
  max-width: var(--sv2-max);
  margin: clamp(48px, 6vw, 72px) auto 0;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 26px);
}
@media (max-width: 960px) { .sv2 .sv2-crosslink__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sv2 .sv2-crosslink__grid { grid-template-columns: 1fr; } }
.sv2 .sv2-x {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: clamp(22px, 2.6vw, 30px);
  display: flex; flex-direction: column; gap: 8px;
  color: inherit; text-decoration: none;
  transition: transform .4s var(--sv2-fade), border-color .4s var(--sv2-fade), box-shadow .4s var(--sv2-fade);
}
.sv2 .sv2-x:hover { transform: translateY(-2px); border-color: var(--gold-ink); box-shadow: 0 16px 40px -28px rgba(10,9,8,.16); }
.sv2 .sv2-x__t {
  font-family: "Playfair Display", serif; font-weight: 500;
  font-size: 1.15rem; line-height: 1.2; color: var(--text);
}
.sv2 .sv2-x__t em { font-style: italic; color: var(--sig); font-weight: 500; }
.sv2 .sv2-x__p {
  font-family: "EB Garamond", serif; font-size: .98rem; line-height: 1.5;
  color: var(--text-soft); margin: 0;
}
.sv2 .sv2-x__arrow {
  margin-top: auto; padding-top: 8px;
  font-family: "Manrope", sans-serif; font-weight: 600;
  font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-ink);
}
.sv2 .sv2-x__arrow span { display: inline-block; margin-left: 6px; transition: transform .4s var(--sv2-fade); }
.sv2 .sv2-x:hover .sv2-x__arrow span { transform: translateX(4px); }

/* BREADCRUMB (identique cdv2) ---------------------------------------- */
.sv2 .sv2-breadcrumb {
  max-width: var(--sv2-max);
  margin: 0 auto;
  padding: 26px clamp(20px, 4vw, 48px) 0;
  font-family: "Manrope", sans-serif;
  font-size: .78rem; letter-spacing: .06em; color: var(--text-soft);
}
.sv2 .sv2-breadcrumb a { color: var(--text-soft); text-decoration: none; }
.sv2 .sv2-breadcrumb a:hover { color: var(--sig); }
.sv2 .sv2-breadcrumb [aria-current="page"] { color: var(--text); font-weight: 500; }
