/* ==========================================================================
   Composants propres aux pages camping-car, contact et blog.
   Même vocabulaire chromatique que la page ferme : crème / oxblood / doré.
   ========================================================================== */

/* ---------------------------------------------------------------- déroulé de la halte
   Frise horizontale numérotée : la ligne dorée relie les étapes entre elles. */
.halte { background: var(--ox); color: var(--cream-2); padding: clamp(3.5rem, 7vw, 6rem) 0; }
.halte h2 { color: #fff; }
.halte-head { max-width: 56ch; margin-bottom: clamp(2.2rem, 4vw, 3.2rem); }
.halte-head p { color: rgba(240, 228, 200, .82); }
.halte-steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: clamp(1.4rem, 3vw, 2.4rem); position: relative;
}
.halte-step { position: relative; padding-top: 3.4rem; }
.halte-step::before {                       /* pastille numérotée */
  content: attr(data-n);
  position: absolute; top: 0; left: 0;
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 1.25rem; letter-spacing: .06em;
  color: var(--ox-d); background: var(--gold);
}
.halte-step::after {                        /* filet de liaison */
  content: ""; position: absolute; top: 23px; left: 58px; right: -1.4rem; height: 1px;
  background: linear-gradient(90deg, rgba(199, 154, 62, .55), rgba(199, 154, 62, .1));
}
.halte-step:last-child::after { display: none; }
.halte-step h3 { color: var(--gold); font-size: 1.1rem; }
.halte-step p { color: rgba(240, 228, 200, .8); font-size: .94rem; }

/* ---------------------------------------------------------------- alentours */
.env-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.4rem; margin-top: 2.2rem; }
.env-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.7rem 1.5rem; transition: transform .3s, box-shadow .3s;
}
.env-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.env-card .env-dist {
  font-family: 'Bebas Neue', sans-serif; letter-spacing: .16em; text-transform: uppercase;
  font-size: .8rem; color: var(--gold-d);
}
.env-card h3 { font-size: 1.12rem; margin: .2rem 0 .55rem; }
.env-card p { font-size: .92rem; color: var(--muted); }

/* ---------------------------------------------------------------- avis France Passion */
.fp-band { background: var(--ox-d); color: var(--cream-2); padding: clamp(3.5rem, 7vw, 6rem) 0; }
.fp-band h2 { color: #fff; }
.fp-band .lede { color: rgba(240, 228, 200, .8); }
.fp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.6rem; margin-top: 2.4rem; }
.fp-quote {
  border: 1px solid rgba(230, 217, 189, .2); background: rgba(230, 217, 189, .04);
  border-radius: var(--r); padding: 1.8rem; position: relative;
}
.fp-quote::before {
  content: "“"; position: absolute; top: -.35rem; left: 1rem;
  font-family: 'Fraunces', Georgia, serif; font-size: 4rem; line-height: 1; color: rgba(199, 154, 62, .4);
}
.fp-quote p { font-size: .95rem; color: rgba(240, 228, 200, .9); font-style: italic; padding-top: 1rem; }
.fp-quote cite { display: block; margin-top: 1.1rem; font-style: normal; font-weight: 600; color: var(--gold); font-size: .92rem; }
.fp-quote cite span { color: rgba(240, 228, 200, .5); font-weight: 400; font-size: .8rem; }

/* ---------------------------------------------------------------- contact : accès rapide */
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.3rem; }
.contact-card {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.7rem 1.5rem; transition: transform .3s, box-shadow .3s, border-color .3s;
}
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold); }
.contact-card .cc-ico {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(199, 154, 62, .14); color: var(--gold-d); margin-bottom: 1rem;
}
.contact-card .cc-ico svg { width: 20px; height: 20px; }
.contact-card h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.contact-card .cc-val { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.05rem; color: var(--ox); display: block; }
.contact-card p { font-size: .87rem; color: var(--muted); margin-top: .45rem; }

.contact-promise {
  display: flex; align-items: center; gap: .8rem; flex-wrap: wrap;
  background: rgba(199, 154, 62, .1); border-left: 3px solid var(--gold);
  padding: .95rem 1.2rem; border-radius: var(--r); margin-bottom: 1.6rem; font-size: .92rem;
}
.contact-promise svg { width: 18px; height: 18px; color: var(--gold-d); flex-shrink: 0; }

/* ---------------------------------------------------------------- blog */
.blog-featured { padding: clamp(2.5rem, 5vw, 4rem) 0 0; }
.featured {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 0;
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  background: #fff; box-shadow: var(--shadow);
}
.featured-media { position: relative; min-height: 320px; }
.featured-media img { width: 100%; height: 100%; object-fit: cover; }
.featured-tag {
  position: absolute; top: 1rem; left: 1rem; background: var(--gold); color: #fff;
  font-family: 'Bebas Neue', sans-serif; letter-spacing: .16em; text-transform: uppercase;
  font-size: .78rem; padding: .3rem .85rem; border-radius: 100px;
}
.featured-body { padding: clamp(1.8rem, 3.5vw, 3rem); display: flex; flex-direction: column; justify-content: center; }
.featured-body h2 { font-size: clamp(1.5rem, 2.8vw, 2.2rem); }
.featured-body h2 a:hover { color: var(--gold-d); }
.featured-body p { color: var(--muted); font-size: .98rem; }
.blog-meta {
  display: flex; align-items: center; gap: .6rem; margin-top: 1.4rem;
  font-family: 'Bebas Neue', sans-serif; letter-spacing: .14em; text-transform: uppercase;
  font-size: .78rem; color: var(--muted);
}
.blog-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

/* ---------------------------------------------------------------- responsive */
@media (max-width: 860px) {
  .halte-step::after { display: none; }
  .featured { grid-template-columns: 1fr; }
  .featured-media { min-height: 220px; aspect-ratio: 16 / 9; }
}

/* ---------------------------------------------------------------- boutique à venir */
/* Encart affiché tant que site.boutiqueEnLigne est à false (voir data.mjs).
   Il disparaît tout seul le jour où la boutique en ligne existe. */
.notice-boutique {
  max-width: 62ch; margin: 1.6rem auto 2rem; padding: 1rem 1.3rem;
  background: rgba(199, 154, 62, .1); border-left: 3px solid var(--gold);
  border-radius: 0 var(--r) var(--r) 0;
  font-size: .95rem; color: var(--ink); text-align: left;
}
.notice-boutique .nb-titre { display: block; font-weight: 600; margin-bottom: .15rem; }
.notice-boutique a { color: var(--gold-d); border-bottom: 1px solid currentColor; white-space: nowrap; }
.notice-boutique a:hover { color: var(--ox); }

/* ---------------------------------------------------------------- note Google */
/* Affichée dès que site.avisVerifies est à true. Le balisage aggregateRating
   reprend exactement ces valeurs : Google exige que la note marquée soit visible
   sur la page, sinon c'est un motif d'action manuelle. */
.avis-note {
  display: flex; align-items: baseline; justify-content: center;
  gap: .5rem; flex-wrap: wrap; margin: -.4rem 0 1.8rem;
}
.avis-note .an-valeur { font-family: 'Fraunces', Georgia, serif; font-size: 2.1rem; font-weight: 800; line-height: 1; }
.avis-note .an-sur { font-size: 1rem; color: var(--muted); }
.avis-note .an-etoiles { color: var(--gold); letter-spacing: .1em; font-size: 1.05rem; }
.avis-note .an-nb { font-size: .92rem; color: var(--muted); }

/* Seconde ligne du maillage : pages pro et articles de fond. Légèrement en retrait
   de la liste des villes, pour rester une piste de lecture et non une navigation. */
.maillage-plus { margin-top: 1.1rem; opacity: .88; }
.maillage-plus a { font-size: .9rem; }
