/* ================================
   Page : La Voie pratique
   Reconstruit depuis le mockup CD (08/07/2026) — tokens CD
   convertis en valeurs concrètes, alignées sur FV-base.css
   (palette #9F0070, Cinzel / Great Vibes / Optima / Cormorant
   Garamond, même rythme d'espacement que fv-benefices.css)
   Préfixe de classes : .fv-vp-__
================================ */

.fv-vp-body {
  display: flex;
  flex-direction: column;
  gap: 54px;
  padding: 10px 26px 60px;
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Optima', sans-serif;
  color: rgba(60, 0, 50, 0.85);
}

/* ---------- Intro (chapô + sommaire, rapprochés) ---------- */
.fv-vp-intro {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* ---------- Hero (chapô) ---------- */
.fv-vp-hero {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.fv-vp-hero p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(60, 0, 50, 0.7);
}

/* ---------- Sommaire ancré ---------- */
.fv-vp-toc-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.fv-vp-toc-title {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9F0070;
  line-height: 1.25;
}
.fv-vp-toc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 22px;
  max-width: 760px;
  margin: 0 auto;
  padding: 14px 24px;
  border-radius: 999px;
  background: rgba(246, 237, 248, 0.9);
  border: 1px solid rgba(251, 224, 251, 0.9);
}
.fv-vp-toc a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #9F0070;
  text-decoration: none;
  transition: color .24s ease;
}
.fv-vp-toc a:hover {
  color: #7a0057;
  text-decoration: underline;
}
.fv-vp-toc-icon {
  flex: none;
  opacity: 0.85;
}
.fv-vp-toc span {
  color: rgba(60, 0, 50, 0.45);
}

/* ---------- Section générique (titre + paragraphes) ---------- */
.fv-vp-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
  scroll-margin-top: 34px;
}
.fv-vp-section h2 {
  margin: 0 0 4px;
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  letter-spacing: 0.05em;
  color: #9F0070;
}
.fv-vp-section p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}
.fv-vp-lead-in {
  font-weight: 400;
  color: rgba(60, 0, 50, 0.9);
}

/* Variante teintée (section Initiation) */
.fv-vp-section--tinted {
  max-width: none;
  border-radius: 22px;
  padding: 34px;
  background: rgba(255, 245, 253, 0.62);
  border: 1px solid rgba(251, 224, 251, 0.9);
}
.fv-vp-section--tinted > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Méditations : 2 cartes ---------- */
.fv-vp-meditations-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.fv-vp-med-card {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(120, 42, 120, 0.08);
  padding: 22px;
}
.fv-vp-med-media {
  width: clamp(140px, 22vw, 200px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  flex: none;
  box-shadow: 0 2px 8px rgba(120, 42, 120, 0.15);
}
.fv-vp-med-media--small {
  width: clamp(90px, 14vw, 120px);
}
.fv-vp-med-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 260px;
  min-width: 0;
}
.fv-vp-med-body h3 {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 17px;
  color: #9F0070;
}
.fv-vp-med-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(60, 0, 50, 0.7);
}
.fv-vp-link-line {
  color: #9F0070 !important;
}
.fv-vp-link {
  color: #9F0070;
  text-decoration: none;
  border-bottom: 1px solid rgba(251, 224, 251, 0.9);
  transition: color .24s ease, border-color .24s ease;
}
.fv-vp-link:hover {
  color: #7a0057;
  border-color: #B853BE;
}

.fv-vp-telos-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 6px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: rgba(60, 0, 50, 0.7);
}
.fv-vp-telos-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.55;
}
.fv-vp-telos-flame {
  flex: none;
}

/* ---------- Bloc "souffle" ---------- */
.fv-vp-breath-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.fv-vp-breath {
  margin: 0 !important;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px !important;
  line-height: 1.65;
  color: rgba(60, 0, 50, 0.75) !important;
}

/* ---------- Décrets : citations ---------- */
.fv-vp-decret {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  padding: 26px 30px;
  background: rgba(255, 245, 253, 0.62);
  border: 1px solid rgba(251, 224, 251, 0.9);
}
.fv-vp-decret p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.65;
  color: #9F0070;
}
.fv-vp-decret-repeat {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #B853BE;
}

/* ---------- Méthode / Initiation : petite image + texte ---------- */
.fv-vp-method-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.fv-vp-method-media {
  width: clamp(110px, 16vw, 160px);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 14px;
  flex: none;
  box-shadow: 0 2px 8px rgba(120, 42, 120, 0.15);
}
.fv-vp-method-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 260px;
  min-width: 0;
}

/* ---------- Méthode : 2 sous-blocs ---------- */
.fv-vp-method {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}

/* Méthode uniquement (pas Initiation, qui n'a pas de titre dans sa row) :
   grid dédiée pour placer le titre au-dessus de l'image en mobile,
   côte à côte (image | titre+texte) en tablette/desktop */
#methode .fv-vp-method-row {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "media title"
    "media body";
  align-items: start;
  gap: 8px 20px;
}
#methode .fv-vp-method-row > h3 {
  grid-area: title;
}
#methode .fv-vp-method-media {
  grid-area: media;
}
#methode .fv-vp-method-body {
  grid-area: body;
}
.fv-vp-method h3 {
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: #9F0070;
}
.fv-vp-method p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

/* ---------- CTA ---------- */
.fv-vp-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}
.fv-vp-btn {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 999px;
  padding: .7em 1.6em;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .24s ease, background-color .24s ease;
}
.fv-vp-btn--primary {
  background: #9F0070;
  color: #fff;
  box-shadow: 0 8px 25px rgba(140, 80, 200, 0.3);
}
.fv-vp-btn--primary:hover {
  background: #87005f;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(140, 80, 200, 0.4);
}
.fv-vp-btn--soft {
  background: rgba(159, 0, 112, 0.1);
  color: #9F0070;
  box-shadow: none;
}
.fv-vp-btn--soft:hover {
  background: rgba(159, 0, 112, 0.18);
  transform: translateY(-2px);
}
.fv-vp-cta-note {
  font-size: 13px;
  color: rgba(60, 0, 50, 0.45);
}

/* ---------- Livres : grille ---------- */
.fv-vp-books {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.fv-vp-book {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(120, 42, 120, 0.08);
  padding: 16px;
}
.fv-vp-book-cover {
  width: clamp(85px, 16vw, 115px);
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 10px;
  flex: none;
  display: block;
  box-shadow: 0 2px 8px rgba(120, 42, 120, 0.15);
}
.fv-vp-book-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 160px;
  min-width: 0;
}
.fv-vp-book h3 {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #9F0070;
}
.fv-vp-book-author {
  margin: 0 !important;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px !important;
  color: #B853BE !important;
}
.fv-vp-book-body p:last-child {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(60, 0, 50, 0.7);
}

/* ---------- Responsive ---------- */
@media (max-width: 760px) {
  .fv-vp-body {
    padding: 8px 18px 46px;
    gap: 40px;
  }
  .fv-vp-section h2 {
    font-size: 1.2rem;
  }
  .fv-vp-med-card {
    justify-content: center;
    text-align: center;
  }
  .fv-vp-med-body {
    align-items: center;
  }
  .fv-vp-method-row {
    justify-content: center;
    text-align: center;
  }
  .fv-vp-method-body {
    align-items: center;
  }
  .fv-vp-section--tinted {
    padding: 28px 20px 22px;
    border-radius: 16px;
  }

  /* Sommaire en 1 colonne pour plus d'harmonie */
  .fv-vp-toc {
    flex-direction: column;
    align-items: center;
  }

  /* Livres : cover centrée et agrandie au-dessus du texte */
  .fv-vp-book {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .fv-vp-book-cover {
    width: 45%;
    max-width: 160px;
    margin: 0 auto 6px;
  }
  .fv-vp-book-body {
    align-items: center;
  }

  /* Méthode : titre → image (agrandie, centrée) → texte */
  #methode .fv-vp-method-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "media"
      "body";
    justify-items: center;
  }
  #methode .fv-vp-method-media {
    width: 50%;
    max-width: 220px;
    margin: 4px auto 8px;
  }
}

/* ---------- Tablette (761-1024px) : mêmes centrages qu'en mobile,
   les blocs image+texte n'ont pas la place de tenir côte à côte
   à ces largeurs (organiquement wrappés, juste pas encore centrés) ---------- */
@media (min-width: 761px) and (max-width: 1024px) {
  .fv-vp-med-card {
    justify-content: center;
    text-align: center;
  }
  .fv-vp-med-body {
    align-items: center;
  }

  #methode .fv-vp-method-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "media"
      "body";
    justify-items: center;
    text-align: center;
  }
  #methode .fv-vp-method-media {
    width: clamp(180px, 28vw, 230px);
    margin: 4px auto 8px;
  }
  #methode .fv-vp-method-body {
    align-items: center;
  }

  #initiation .fv-vp-method-row {
    justify-content: center;
    text-align: center;
  }
  #initiation .fv-vp-method-body {
    align-items: center;
  }
  #initiation .fv-vp-method-media {
    width: clamp(180px, 28vw, 230px);
    margin: 0 auto;
  }

  .fv-vp-book {
    justify-content: center;
    text-align: center;
  }
  .fv-vp-book-body {
    align-items: center;
  }
}

@media (max-width: 420px) {
  .fv-vp-body {
    padding-left: 14px;
    padding-right: 14px;
  }
  .fv-vp-hero p {
    font-size: 15px;
  }
  .fv-vp-books {
    grid-template-columns: 1fr;
  }
}
