/* ===================================================================
   NAV
   =================================================================== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-nav);
  padding: 1rem 0;
  transition:
    padding var(--duration-base) var(--ease),
    background var(--duration-base) var(--ease),
    box-shadow var(--duration-base) var(--ease),
    border-color var(--duration-base) var(--ease);
  /* Top de page : voile teinté gobi pour bien marquer la nav, signaler son
     existence avant que l'utilisateur ne scrolle. */
  background: rgba(var(--rgb-gobi), 0.92);
  backdrop-filter: blur(10px) saturate(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  border-bottom: 1px solid rgba(var(--rgb-petra), 0.18);
}

/* Après scroll : devient quasi transparente, le contenu prend la priorité. */
.nav.is-scrolled {
  background: rgba(var(--rgb-mykonos), 0.55);
  border-bottom-color: transparent;
  box-shadow: 0 4px 18px -14px rgba(var(--rgb-atlantique), 0.18);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--color-cream-light);
  border: 2px solid var(--color-sage);
  flex-shrink: 0;
  padding: 2px;
  transition: width var(--duration-base) var(--ease),
              height var(--duration-base) var(--ease);
}

.brand-mark {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--color-cream-light);
  border: 2px solid var(--color-sage);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.brand-mark i {
  color: var(--color-ocre);
  width: 1.5rem;
  height: 1.5rem;
}

.brand-mark::before {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 1px dashed rgba(var(--rgb-sage), 0.3);
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name strong {
  font-family: var(--font-ui);
  font-weight: var(--weight-semi);
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: var(--color-sage);
  text-transform: uppercase;
}

.brand-name span {
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  color: var(--color-ocre-dark);
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: var(--weight-semi);
}

.nav-links {
  display: flex;
  gap: 2.2rem;
  align-items: center;
  font-size: 0.92rem;
  font-weight: var(--weight-medium);
  font-family: var(--font-ui);
  letter-spacing: 0.02em;
}

.nav-links a {
  transition: color var(--duration-fast) var(--ease);
  color: var(--color-sage);
}

.nav-links a:hover {
  color: var(--color-ocre-dark);
}

.nav-cta {
  padding: 0.7rem 1.4rem;
  background: var(--color-ocre);
  color: var(--color-cream-light);
  border-radius: var(--radius-pill);
  font-weight: var(--weight-semi);
  transition:
    background-color var(--duration-fast) var(--ease),
    transform var(--duration-fast) var(--ease);
}

.nav-cta:hover {
  background: var(--color-ocre-dark);
  color: var(--color-cream-light);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  color: var(--color-sage);
  flex-shrink: 0;
  transition: background var(--duration-fast) var(--ease);
}

.nav-toggle:hover {
  background: rgba(var(--rgb-sage), 0.08);
}

.nav-toggle i {
  width: 1.5rem;
  height: 1.5rem;
}

/* ===================================================================
   HERO (structure V1 validée cliente, palette V2 via alias tokens)
   =================================================================== */
.hero {
  padding: calc(var(--nav-height) + 6rem) 0 6rem;
  position: relative;
  background: var(--color-mykonos);
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.95rem;
  background: var(--color-gobi);
  border: 1px solid rgba(var(--rgb-ecosse), 0.2);
  border-radius: var(--radius-pill);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-atlantique);
  margin-bottom: 1.6rem;
  font-weight: var(--weight-semi);
}

.hero-eyebrow i {
  width: 14px;
  height: 14px;
  color: var(--color-petra);
}

.hero-eyebrow-mobile {
  display: none;
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: var(--fs-hero);
  font-weight: var(--weight-regular);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-lg);
  color: var(--color-atlantique);
}

.hero h1 .script {
  display: inline-block;
  color: var(--color-petra);
  font-size: 1.1em;
  font-weight: var(--weight-medium);
  font-style: italic;
  margin-right: 0.18em;
}

.hero-lede {
  font-family: var(--font-body);
  font-size: var(--fs-lede);
  max-width: 52ch;
  color: var(--color-ink);
  margin-bottom: 2.2rem;
  line-height: var(--leading-relaxed);
}

.hero-lede strong {
  color: var(--color-atlantique);
  font-weight: var(--weight-medium);
}

.hero-ctas {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
  align-items: center;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 2rem;
  margin-top: var(--space-xl);
  max-width: 560px;
  align-items: start;
}

.hero-trust div {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-family: var(--font-ui);
  font-size: 0.86rem;
  color: var(--color-ecosse);
  font-weight: var(--weight-medium);
  line-height: 1.3;
}

.hero-trust svg[data-lucide] {
  color: var(--color-ecosse);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
}

.hero-img-main {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-hero);
  transform: rotate(2deg);
}

.hero-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-stamp {
  position: absolute;
  top: -28px;
  right: -28px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: var(--color-mykonos);
  border: 3px dashed var(--color-petra);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.1rem;
  transform: rotate(-8deg);
  box-shadow: 0 10px 25px -8px rgba(var(--rgb-atlantique), 0.3);
  z-index: var(--z-raised);
}

.hero-stamp .script {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  color: var(--color-petra);
  font-style: italic;
  font-weight: var(--weight-medium);
  line-height: 1.05;
}

.hero-stamp span {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-ecosse);
  margin-top: 7px;
  font-weight: var(--weight-semi);
}

.hero-polaroid {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 180px;
  background: var(--color-mykonos);
  padding: 10px 10px 44px;
  box-shadow: 0 20px 40px -15px rgba(var(--rgb-atlantique), 0.35);
  transform: rotate(-5deg);
  z-index: var(--z-raised);
}

.hero-polaroid-frame {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.hero-polaroid-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-polaroid::after {
  content: attr(data-caption);
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--color-atlantique);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-eyebrow-mobile {
    display: inline-flex;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
  .hero-content .hero-eyebrow {
    display: none;
  }
  .hero-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}

/* ===================================================================
   ABOUT
   =================================================================== */
.about {
  /* Mykonos (clair) → différencie l'about de storytelling (gobi) qui suit. */
  background: var(--color-mykonos);
  position: relative;
}

.about::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(var(--rgb-sage), 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.6;
  pointer-events: none;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--space-3xl);
  align-items: center;
  position: relative;
}

.about-img-wrap {
  position: relative;
}

.about-img {
  aspect-ratio: 3/4;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  bottom: -28px;
  right: -28px;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: var(--color-sage);
  color: var(--color-cream-light);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.4rem 1rem;
  transform: rotate(8deg);
  box-shadow: 0 20px 40px -15px rgba(var(--rgb-nuit), 0.4);
}

.about-badge .script {
  font-size: 1.32rem;
  line-height: 1.2;
}

.about-body p {
  font-size: 1.12rem;
  margin-bottom: 1.3rem;
  color: var(--color-ink);
  line-height: var(--leading-relaxed);
}

.about-body p.lede {
  font-size: 1.35rem;
  line-height: var(--leading-relaxed);
  color: var(--color-ink);
  margin-bottom: var(--space-lg);
  border-left: 3px solid var(--color-ocre);
  padding-left: var(--space-md);
  font-weight: var(--weight-regular);
}

.about-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin-top: var(--space-lg);
}

.about-values > div {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.about-values svg[data-lucide] {
  color: var(--color-ecosse);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 4px;
}

.about-values strong {
  font-family: var(--font-ui);
  color: var(--color-ecosse);
  font-weight: var(--weight-medium);
  display: block;
  font-size: 1rem;
}

.about-values p {
  font-size: 0.88rem;
  color: var(--color-ecosse);
  margin: 0;
  line-height: var(--leading-normal);
}

/* ===================================================================
   DESTINATIONS
   =================================================================== */
.destinations-head {
  text-align: center;
  margin-bottom: var(--space-2xl);
  max-width: 640px;
  margin-inline: auto;
}

.destinations-head p {
  color: var(--color-ink);
  font-size: var(--fs-lede);
  margin-top: var(--space-sm);
  line-height: var(--leading-relaxed);
}

.destinations-head .section-title {
  margin-inline: auto;
}

.destinations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: var(--space-md);
}

.dest-card {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: var(--radius-xs);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  transition:
    transform var(--duration-slow) var(--ease),
    box-shadow var(--duration-slow) var(--ease);
}

.dest-card.featured {
  grid-row: span 2;
  grid-column: span 2;
  aspect-ratio: auto;
}

.dest-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 50px -15px rgba(var(--rgb-nuit), 0.35);
}

.dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.dest-card:hover img {
  transform: scale(1.06);
}

.dest-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(var(--rgb-nuit), 0.88) 0%,
    rgba(var(--rgb-nuit), 0.2) 45%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-md);
  color: var(--color-cream-light);
}

.dest-card h3 {
  color: var(--color-cream-light);
  font-family: var(--font-ui);
  font-size: 1.5rem;
  font-weight: var(--weight-medium);
  margin-bottom: 0.3rem;
}

.dest-card.featured h3 {
  font-size: 2.4rem;
}

.dest-card span {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-cream-dark);
  opacity: 0.9;
  font-weight: var(--weight-semi);
}

.dest-card .star {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--color-ocre);
  color: var(--color-cream-light);
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-pill);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: var(--weight-heavy);
  z-index: var(--z-raised);
}

/* ===================================================================
   FORMULES (les 4 offres tarifées du Gone Voyageur)
   =================================================================== */
.formules {
  background: var(--color-cream);
}

.formules-head {
  text-align: center;
  margin-bottom: var(--space-2xl);
  max-width: 680px;
  margin-inline: auto;
}

.formules-head .section-title {
  margin-inline: auto;
}

.formules-head p {
  color: var(--color-ink);
  font-size: var(--fs-lede);
  line-height: var(--leading-relaxed);
  margin-top: var(--space-sm);
}

.formules-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  margin-bottom: var(--space-xl);
}

.offer-card {
  background: var(--color-cream-light);
  border: 1px solid rgba(var(--rgb-sage), 0.12);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-soft);
  transition:
    transform var(--duration-base) var(--ease),
    box-shadow var(--duration-base) var(--ease);
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lift);
}

.offer-banner {
  position: relative;
  aspect-ratio: 7/5;
  overflow: hidden;
}

.offer-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.offer-card:hover .offer-banner img {
  transform: scale(1.05);
}

.offer-name {
  position: absolute;
  left: 1.2rem;
  bottom: 1rem;
  right: 1.2rem;
  color: var(--color-cream-light);
  z-index: var(--z-raised);
  display: flex;
  flex-direction: column;
}

.offer-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(var(--rgb-nuit), 0.85) 0%,
    rgba(var(--rgb-nuit), 0.15) 55%,
    transparent 100%
  );
  pointer-events: none;
}

.offer-name .script {
  font-family: var(--font-script);
  font-size: 1.4rem;
  color: var(--color-ocre);
  line-height: 1;
  font-weight: var(--weight-semi);
  transform: rotate(-2deg);
  display: inline-block;
  margin-bottom: 0.1rem;
}

.offer-name h3 {
  color: var(--color-cream-light);
  font-family: var(--font-ui);
  font-size: 1.45rem;
  font-weight: var(--weight-medium);
  margin: 0;
  line-height: 1.1;
}

.offer-body {
  padding: 1.6rem 1.4rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  flex: 1;
}

/* Liste includes prend tout l'espace dispo → pousse le bouton en bas. */
.offer-body > .offer-incl {
  flex: 1 1 auto;
}

.offer-price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

/* Tarif à gauche, picto-CTA à droite, ancrés en bas de la card. */
.offer-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.6rem;
  border-top: 1px dashed rgba(var(--rgb-sage), 0.25);
}

/* Picto-CTA rond : fond atlantique (dark teal), icône cream, contraste net.
   Hover → sienne (terracotta) + flèche qui glisse à droite. */
.offer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: var(--color-atlantique);
  color: var(--color-cream-light);
  flex-shrink: 0;
  text-decoration: none;
  transition:
    background-color var(--duration-base) var(--ease),
    transform var(--duration-base) var(--ease),
    box-shadow var(--duration-base) var(--ease);
}

.offer-cta:hover {
  background: var(--color-sienne);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(var(--rgb-atlantique), 0.18);
}

.offer-cta:hover i,
.offer-cta:hover svg {
  transform: translateX(2px);
}

.offer-cta i,
.offer-cta svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 2.2;
  transition: transform var(--duration-base) var(--ease);
}

.offer-price .price {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-ocre-dark);
  font-weight: var(--weight-medium);
  line-height: 1;
}

.offer-price span:last-child {
  font-size: 0.82rem;
  color: var(--color-muted);
}

.offer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.82rem;
  color: var(--color-sage-mid);
  font-weight: var(--weight-semi);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* 1ère meta : type/étape principale, plus lisible et appuyée.
   - display: block → pointillé sur toute la largeur (et pas variable selon le texte)
   - height fixe en em (2 × line-height) → le pointillé tombe TOUJOURS à la
     même position verticale entre les 4 cards (que le texte fasse 1 ou 2 lignes)
   - line-clamp: 2 → si une formule a un texte trop long, ellipsis plutôt que de
     pousser le pointillé plus bas
   - box-sizing: content-box → la hauteur ne compte que le contenu, le padding
     ajoute bien après pour le pointillé */
.offer-meta span:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  box-sizing: content-box;
  width: 100%;
  height: 2.6em;
  font-size: 1.02rem;
  line-height: 1.3;
  color: var(--color-atlantique);
  font-family: var(--font-ui);
  font-weight: var(--weight-semi);
  text-transform: none;
  letter-spacing: 0.01em;
  margin-bottom: 0.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed rgba(var(--rgb-petra), 0.35);
}

.offer-incl {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.offer-incl li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: var(--color-ink);
  line-height: 1.5;
}

.offer-incl i {
  color: var(--color-ocre);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Encart Sur devis */
.formules-devis {
  background: var(--color-sage);
  color: var(--color-cream-light);
  border-radius: var(--radius-md);
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.8fr;
  gap: 2.5rem;
  align-items: center;
  box-shadow: var(--shadow-deep);
}

.formules-devis-img {
  width: 100%;
  height: 100%;
  border-radius: calc(var(--radius-md) - 6px);
  overflow: hidden;
  aspect-ratio: 4/5;
}

.formules-devis-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formules-devis-head .script {
  font-family: var(--font-script);
  font-size: 1.9rem;
  color: var(--color-ocre);
  display: block;
  line-height: 1;
  transform: rotate(-2deg);
  font-weight: var(--weight-semi);
  margin-bottom: 0.3rem;
}

.formules-devis-head h3 {
  color: var(--color-cream-light);
  font-family: var(--font-ui);
  font-size: 1.8rem;
  font-weight: var(--weight-medium);
  margin: 0;
}

.formules-devis-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.formules-devis .formules-devis-title > i {
  width: 1.5em;
  height: 1.5em;
  color: var(--color-ocre);
  flex-shrink: 0;
}

.formules-devis ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 2rem;
}

.formules-devis li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.94rem;
  color: rgba(var(--rgb-cream), 0.9);
}

.formules-devis-list > li > i,
.formules-devis-list > li > svg {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
  color: var(--color-ocre);
}

.formules-devis i {
  color: var(--color-ocre);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.formules-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--color-muted);
  font-style: italic;
  margin-top: var(--space-lg);
  max-width: 640px;
  margin-inline: auto;
}

/* Note vide → on masque entièrement le bloc. */
.formules-note:empty {
  display: none;
}

/* ===================================================================
   FORMULE — idée Laponie (gardé sous ce nom de classe pour compatibilité)
   =================================================================== */
.formule {
  background: linear-gradient(135deg, var(--color-sage) 0%, var(--color-sage-deep) 100%);
  color: var(--color-cream-light);
  position: relative;
  overflow: hidden;
}

.formule::before {
  /* Texture de fond optionnelle — fichier images/idee-bg.webp absent
     pour le moment. La règle est désactivée pour éviter une 404 console.
     Réactivable en uploadant une texture .webp + en remettant le bg. */
  content: none;
}

.formule-inner {
  position: relative;
  z-index: var(--z-base);
}

.formule-head {
  text-align: center;
  margin-bottom: var(--space-2xl);
}

.formule-head .section-eyebrow {
  color: var(--color-ocre);
}

.formule-head .section-title {
  color: var(--color-cream-light);
  margin-inline: auto;
}

.formule-head .section-title em {
  color: var(--color-ocre);
}

.formule-head p {
  color: rgba(var(--rgb-cream), 0.75);
  font-size: 1.1rem;
  max-width: 60ch;
  margin: var(--space-sm) auto 0;
}

.formule-card {
  background: var(--color-cream-light);
  color: var(--color-ink);
  border-radius: var(--radius-md);
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  box-shadow: var(--shadow-modal);
  position: relative;
}

.formule-ribbon {
  position: absolute;
  top: 28px;
  right: -48px;
  background: var(--color-rouge);
  color: var(--color-cream-light);
  padding: 0.55rem 3.5rem;
  transform: rotate(45deg);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  font-weight: var(--weight-heavy);
  text-transform: uppercase;
  z-index: var(--z-raised);
  box-shadow: 0 4px 12px rgba(var(--rgb-rouge), 0.4);
}

.formule-top {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: stretch;
}

.formule-visual {
  min-height: 340px;
  position: relative;
  overflow: hidden;
}

.formule-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.formule-info {
  padding: 2.8rem 2.8rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.formule-info .script {
  color: var(--color-ocre-dark);
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  transform: rotate(-1deg);
  transform-origin: left center;
  margin-bottom: 0.5rem;
}

.formule-info h3 {
  font-size: 2.2rem;
  font-weight: var(--weight-medium);
  margin: 0 0 1rem;
  color: var(--color-sage);
  line-height: 1.15;
}

.formule-meta {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 1.2rem 0 1.5rem;
  padding: 1.2rem 0;
  border-top: 1px dashed rgba(var(--rgb-sage), 0.25);
  border-bottom: 1px dashed rgba(var(--rgb-sage), 0.25);
}

.formule-meta > div {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.92rem;
  color: var(--color-muted);
}

.formule-meta i {
  color: var(--color-ocre);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.formule-meta strong {
  color: var(--color-sage);
  font-family: var(--font-ui);
  font-weight: var(--weight-medium);
  margin-right: 0.2rem;
}

.formule-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: var(--space-sm);
}

.formule-price .price {
  font-family: var(--font-heading);
  font-size: 2.9rem;
  color: var(--color-ocre-dark);
  font-weight: var(--weight-medium);
  line-height: 1;
}

.formule-price span {
  font-size: 0.9rem;
  color: var(--color-muted);
}

.formule-days {
  padding: 2.5rem 2.8rem 3rem;
  background: var(--color-cream-light);
  border-top: 1px solid rgba(var(--rgb-sage), 0.1);
}

.formule-days-title {
  font-family: var(--font-script);
  font-size: 1.9rem;
  color: var(--color-sage);
  margin-bottom: 1.5rem;
  transform: rotate(-1deg);
  display: inline-block;
  font-weight: var(--weight-semi);
}

.days-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 2.5rem;
}

.day {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px dashed rgba(var(--rgb-sage), 0.15);
}

.day-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-sage);
  color: var(--color-cream-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-weight: var(--weight-semi);
  flex-shrink: 0;
  font-size: 1.05rem;
}

.day-info strong {
  display: block;
  font-family: var(--font-ui);
  color: var(--color-sage);
  font-size: 1.02rem;
  font-weight: var(--weight-medium);
  margin-bottom: 0.2rem;
}

.day-info p {
  color: var(--color-muted);
  font-size: 0.88rem;
  line-height: var(--leading-normal);
  margin: 0;
}

.formule-cta {
  padding: 2rem 2.8rem;
  background: var(--color-cream-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-lg);
  flex-wrap: wrap;
}

.formule-cta p {
  color: var(--color-sage);
  font-family: var(--font-heading);
  font-size: 1.08rem;
  font-style: italic;
  max-width: 42ch;
  margin: 0;
}

/* ===================================================================
   APPROCHE (méthode)
   =================================================================== */
.approche {
  background: var(--color-cream);
}

.approche-head {
  text-align: center;
  margin-bottom: var(--space-3xl);
  max-width: 640px;
  margin-inline: auto;
}

.approche-head .section-title {
  margin-inline: auto;
}

.approche-head p {
  color: var(--color-ink);
  font-size: var(--fs-lede);
  margin-top: var(--space-sm);
  line-height: var(--leading-relaxed);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
  position: relative;
}

.steps::before {
  content: '';
  position: absolute;
  top: 34px;
  left: 13%;
  right: 13%;
  height: 2px;
  background-image: linear-gradient(90deg, var(--color-ocre) 50%, transparent 50%);
  background-size: 12px 2px;
  z-index: 0;
}

.step {
  position: relative;
  text-align: center;
  padding: 0 0.5rem;
}

.step-icon {
  width: 70px;
  height: 70px;
  background: var(--color-cream-light);
  border: 2px solid var(--color-ocre);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  position: relative;
  z-index: var(--z-base);
}

.step-icon i {
  color: var(--color-ocre);
  width: 28px;
  height: 28px;
}

.step .script {
  color: var(--color-ocre-dark);
  font-size: 1.35rem;
  display: block;
  margin-bottom: 0.2rem;
  transform: rotate(-1deg);
}

.step h4 {
  font-family: var(--font-ui);
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
  color: var(--color-sage);
  font-weight: var(--weight-medium);
}

.step p {
  color: var(--color-muted);
  font-size: 0.92rem;
}

/* ===================================================================
   POUR QUI
   =================================================================== */
.pourqui {
  background: var(--color-cream-dark);
  position: relative;
}

.pourqui-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: var(--space-3xl);
  align-items: center;
}

.pourqui-lede {
  color: var(--color-sage);
  max-width: 52ch;
  font-size: var(--fs-lede);
  line-height: var(--leading-relaxed);
}

.pourqui-list {
  display: grid;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
}

.pourqui-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.6rem;
  background: var(--color-cream-light);
  border-radius: var(--radius-xs);
  border-left: 4px solid var(--color-ocre);
  transition: transform var(--duration-base) var(--ease);
}

.pourqui-item:hover {
  transform: translateX(4px);
}

.pourqui-item > i {
  color: var(--color-ocre);
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  padding: 9px;
  background: var(--color-cream);
  border-radius: 50%;
  box-sizing: content-box;
}

.pourqui-item strong {
  font-family: var(--font-ui);
  font-weight: var(--weight-medium);
  font-size: 1.15rem;
  color: var(--color-sage);
  display: block;
  margin-bottom: 0.3rem;
}

.pourqui-item p {
  color: var(--color-muted);
  font-size: 0.93rem;
  margin: 0;
}

.pourqui-visual {
  position: relative;
  aspect-ratio: 3/4;
}

.pourqui-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-deep);
}

.pourqui-tag {
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: var(--color-cream-light);
  padding: 1rem 1.4rem;
  border-radius: var(--radius-xs);
  box-shadow: 0 20px 40px -15px rgba(var(--rgb-nuit), 0.3);
  transform: rotate(-3deg);
}

.pourqui-tag .script {
  font-size: 1.5rem;
  color: var(--color-ocre-dark);
  display: block;
  line-height: 1.1;
}

.pourqui-tag span {
  font-size: 0.68rem;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: var(--weight-bold);
  display: block;
  margin-top: 4px;
}

/* ===================================================================
   CONSEILS
   =================================================================== */
.conseils-head {
  margin-bottom: 3.5rem;
  max-width: 640px;
}

.conseils-head p {
  color: var(--color-ink);
  font-size: var(--fs-lede);
  margin-top: var(--space-sm);
  line-height: var(--leading-relaxed);
}

.conseils-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

.conseil {
  background: var(--color-cream-light);
  border: 1px solid rgba(var(--rgb-sage), 0.12);
  border-radius: var(--radius-sm);
  padding: 2.2rem 1.8rem 2rem;
  position: relative;
  transition:
    transform var(--duration-base) var(--ease),
    box-shadow var(--duration-base) var(--ease);
}

.conseil:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lift);
}

.conseil-stamp {
  position: absolute;
  top: -14px;
  right: -10px;
  background: var(--color-rouge);
  color: var(--color-cream-light);
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius-xs);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  font-weight: var(--weight-heavy);
  text-transform: uppercase;
  transform: rotate(5deg);
  border: 2px solid var(--color-cream-light);
  box-shadow: 0 4px 12px rgba(var(--rgb-rouge), 0.35);
}

.conseil-stamp.info {
  background: var(--color-ocre);
  box-shadow: 0 4px 12px rgba(var(--rgb-ocre), 0.35);
}

.conseil > i.icon {
  color: var(--color-ocre);
  width: 34px;
  height: 34px;
  margin-bottom: 1.2rem;
}

.conseil h4 {
  font-family: var(--font-ui);
  font-size: 1.18rem;
  color: var(--color-sage);
  margin-bottom: 0.8rem;
  font-weight: var(--weight-medium);
  line-height: var(--leading-snug);
}

.conseil p {
  color: var(--color-muted);
  font-size: 0.92rem;
}

/* ===================================================================
   CAROUSEL (Swiper) — desktop grille, mobile carousel
   =================================================================== */

/* Desktop (Swiper non initialisé) : .swiper-wrapper devient transparent
   (display: contents) pour que les cards héritent du grid du parent. */
.mobile-carousel:not(.swiper-initialized) {
  overflow: visible;
}

.mobile-carousel:not(.swiper-initialized) > .swiper-wrapper {
  display: contents;
}

.mobile-carousel:not(.swiper-initialized) > .swiper-pagination {
  display: none;
}

/* Mobile (Swiper actif) : customisations visuelles.
   - overflow: hidden sur le .swiper pour empêcher le scroll horizontal global
     causé par les slides voisines hors-viewport.
   - padding-top pour que les tampons / citations qui sortent verticalement
     des cards restent visibles (ils tombent dans la zone padding clippable
     uniquement au-delà).
   - .swiper-slide reste overflow: visible pour laisser les stamps sortir
     verticalement à l'intérieur du padding du parent. */
.mobile-carousel.swiper-initialized {
  padding: 1.6rem 0 2.8rem;
  overflow: hidden;
  position: relative;
}

.mobile-carousel.swiper-initialized .swiper-slide {
  height: auto;
  overflow: visible;
}

.mobile-carousel.swiper-initialized .swiper-pagination {
  bottom: 2px;
  font-size: 0;
  line-height: 0;
}

.mobile-carousel.swiper-initialized .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--color-sage-mid);
  opacity: 0.3;
  margin: 0 4px;
  transition:
    opacity var(--duration-base) var(--ease),
    background var(--duration-base) var(--ease),
    transform var(--duration-base) var(--ease);
}

.mobile-carousel.swiper-initialized .swiper-pagination-bullet-active {
  background: var(--color-ocre);
  opacity: 1;
  transform: scale(1.3);
}

/* ===================================================================
   AVIS GOOGLE
   =================================================================== */
.avis {
  background: var(--color-cream);
  position: relative;
}

.avis-head {
  text-align: center;
  margin-bottom: var(--space-2xl);
  max-width: 640px;
  margin-inline: auto;
}

.avis-head .section-title {
  margin-inline: auto;
}

.avis-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1.6rem;
  background: var(--color-cream-light);
  border: 1px solid rgba(var(--rgb-sage), 0.15);
  border-radius: var(--radius-pill);
  margin-top: var(--space-md);
  box-shadow: var(--shadow-soft);
}

.avis-rating-stars {
  display: flex;
  gap: 2px;
  color: var(--color-ocre);
}

.avis-rating-stars i {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.avis-rating-score {
  font-family: var(--font-ui);
  font-weight: var(--weight-semi);
  color: var(--color-sage);
  font-size: 1.1rem;
}

.avis-rating-label {
  font-size: 0.82rem;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: var(--weight-semi);
}

.avis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

/* Cas avec 1 seul avis : carte centrée, lisible, prend pas toute la largeur. */
.avis-grid:has(.avis-card:only-child),
.avis-grid:has(.avis-card:only-of-type) {
  grid-template-columns: 1fr;
  max-width: 620px;
  margin-inline: auto;
}

.avis-card {
  background: var(--color-cream-light);
  border: 1px solid rgba(var(--rgb-sage), 0.1);
  border-radius: var(--radius-sm);
  padding: 2rem 1.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-soft);
  transition: transform var(--duration-base) var(--ease);
}

.avis-card:hover {
  transform: translateY(-4px);
}

.avis-card::before {
  content: '"';
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-family: var(--font-heading);
  font-size: 4.5rem;
  color: var(--color-ocre);
  opacity: 0.25;
  line-height: 1;
}

.avis-stars {
  display: flex;
  gap: 2px;
  color: var(--color-ocre);
  margin-bottom: 1rem;
}

.avis-stars i {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.avis-text {
  color: var(--color-ink);
  font-size: 0.98rem;
  line-height: var(--leading-relaxed);
  font-style: italic;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.avis-author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-top: 1rem;
  border-top: 1px dashed rgba(var(--rgb-sage), 0.2);
}

.avis-author-initial {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-sage);
  color: var(--color-cream-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-weight: var(--weight-semi);
  flex-shrink: 0;
}

.avis-author-meta strong {
  display: block;
  font-family: var(--font-ui);
  color: var(--color-sage);
  font-size: 1rem;
  font-weight: var(--weight-medium);
}

.avis-author-meta span {
  font-size: 0.8rem;
  color: var(--color-muted);
}

.avis-cta-wrap {
  text-align: center;
  margin-top: var(--space-xl);
}

.avis-cta-wrap a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-sage);
  font-weight: var(--weight-semi);
  font-size: 0.95rem;
  padding: 0.85rem 1.4rem;
  min-height: 44px;
  border-bottom: 2px solid var(--color-ocre);
  transition: color var(--duration-fast) var(--ease);
}

.avis-cta-wrap a:hover {
  color: var(--color-ocre-dark);
}

.avis-cta-wrap i {
  width: 16px;
  height: 16px;
}

/* ===================================================================
   CONTACT — section entière refaite (desktop 2 cols / mobile stack)
   =================================================================== */
.contact {
  /* Même teinte que la card "Sur devis" en fin de section formules :
     vert sage (= ecosse) uni, sans overlay décoratif → cohérence visuelle. */
  background: var(--color-sage);
  color: var(--color-cream-light);
  position: relative;
  overflow: hidden;
}

.contact-inner {
  position: relative;
  z-index: var(--z-base);
}

.contact .section-eyebrow {
  color: var(--color-ocre);
}

.contact-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto var(--space-2xl);
}

.contact h2 {
  color: var(--color-cream-light);
  font-size: var(--fs-contact);
  font-weight: var(--weight-regular);
  margin-bottom: 1.2rem;
  font-family: var(--font-heading);
}

.contact h2 em {
  color: var(--color-ocre);
  font-style: italic;
}

.contact-lede {
  font-size: 1.12rem;
  color: rgba(var(--rgb-cream), 0.85);
  line-height: var(--leading-relaxed);
}

/* Grille 2 colonnes : Calendly | Formulaire */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
  margin: 0 auto var(--space-2xl);
  max-width: 950px;
}

.contact-col {
  background: rgba(var(--rgb-cream-light), 0.06);
  border: 1px solid rgba(var(--rgb-cream), 0.18);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.contact-col-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px dashed rgba(var(--rgb-cream), 0.2);
}

.contact-col-step {
  font-family: var(--font-ui);
  font-size: 1.3rem;
  font-weight: var(--weight-medium);
  color: var(--color-ocre);
  background: rgba(var(--rgb-ocre), 0.15);
  border: 1px solid rgba(var(--rgb-ocre), 0.4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.contact-col-head h3 {
  font-family: var(--font-ui);
  color: var(--color-cream-light);
  font-size: 1.35rem;
  font-weight: var(--weight-medium);
  margin: 0 0 0.3rem;
  line-height: 1.2;
}

.contact-col-head p {
  color: rgba(var(--rgb-cream), 0.75);
  font-size: 0.92rem;
  margin: 0;
  line-height: var(--leading-snug);
}

/* Calendly */
.calendly-shell {
  position: relative;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 1.5rem 0;
}

.calendly-start {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 2rem;
  background: var(--color-ocre);
  color: var(--color-cream-light);
  border-radius: var(--radius-pill);
  font-weight: var(--weight-semi);
  font-size: 0.98rem;
  border: none;
  cursor: pointer;
  transition:
    background var(--duration-base) var(--ease),
    transform var(--duration-base) var(--ease),
    box-shadow var(--duration-base) var(--ease);
}

.calendly-start:hover {
  background: var(--color-ocre-dark);
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -15px rgba(var(--rgb-ocre), 0.55);
}

.calendly-start i {
  width: 18px;
  height: 18px;
}

.calendly-inline-widget {
  width: 100%;
  min-width: 100%;
  height: 380px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--color-cream-light);
}

.calendly-note {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
  color: rgba(var(--rgb-cream), 0.6);
  font-style: italic;
  line-height: var(--leading-snug);
  margin-top: 1rem;
}

.calendly-note i {
  width: 14px;
  height: 14px;
  color: var(--color-ocre);
  flex-shrink: 0;
}

/* Formulaire */
.contact-form {
  display: grid;
  gap: 0.9rem;
  flex-grow: 1;
  align-content: start;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.field label {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(var(--rgb-cream), 0.75);
  font-weight: var(--weight-semi);
}

.field input,
.field textarea,
.field select {
  background: rgba(var(--rgb-cream), 0.1);
  border: 1px solid rgba(var(--rgb-cream), 0.2);
  border-radius: var(--radius-sm);
  padding: 0.85rem 0.95rem;
  color: var(--color-cream-light);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition:
    border-color var(--duration-fast) var(--ease),
    background var(--duration-fast) var(--ease);
  width: 100%;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(var(--rgb-cream), 0.4);
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--color-ocre);
  background: rgba(var(--rgb-cream), 0.15);
}

.field select option {
  background: var(--color-sage);
  color: var(--color-cream-light);
}

.field textarea {
  resize: vertical;
  min-height: 110px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

#submitBtn {
  justify-self: start;
}
  border: none;
  cursor: pointer;
  justify-content: center;
  transition:
    background var(--duration-base) var(--ease),
    transform var(--duration-base) var(--ease);
  margin-top: 0.2rem;
}

.form-submit:hover {
  background: var(--color-ocre-dark);
  transform: translateY(-2px);
}

.form-submit:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}

.form-submit i {
  width: 18px;
  height: 18px;
}

.form-consent {
  font-size: 0.76rem;
  color: rgba(var(--rgb-cream), 0.6);
  line-height: var(--leading-normal);
  margin-top: 0.3rem;
}

.form-consent a {
  color: var(--color-ocre);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-status {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  font-weight: var(--weight-medium);
  text-align: center;
  display: none;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background: rgba(var(--rgb-sage), 0.35);
  color: var(--color-cream-light);
  border: 1px solid rgba(var(--rgb-cream), 0.3);
}

.form-status.is-error {
  background: rgba(var(--rgb-rouge), 0.3);
  color: var(--color-cream-light);
  border: 1px solid rgba(var(--rgb-rouge), 0.55);
}

/* Footer de section : cards infos + Instagram */
.contact-footer {
  border-top: 1px solid rgba(var(--rgb-cream), 0.15);
  padding-top: var(--space-lg);
  text-align: center;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 860px;
  margin: 0 auto var(--space-lg);
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  background: rgba(var(--rgb-cream-light), 0.04);
  border: 1px solid rgba(var(--rgb-cream), 0.12);
  border-radius: var(--radius-sm);
  padding: 1.2rem 1rem;
  color: var(--color-cream-light);
  transition:
    background var(--duration-base) var(--ease),
    border-color var(--duration-base) var(--ease),
    transform var(--duration-base) var(--ease);
}

a.contact-card:hover {
  background: rgba(var(--rgb-cream-light), 0.09);
  border-color: rgba(var(--rgb-ocre), 0.4);
  transform: translateY(-3px);
}

.contact-card > i {
  color: var(--color-ocre);
  width: 22px;
  height: 22px;
}

.contact-card .label {
  display: block;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.6;
  font-weight: var(--weight-bold);
}

.contact-card strong {
  font-family: var(--font-ui);
  font-size: 1rem;
  color: var(--color-cream-light);
  font-weight: var(--weight-medium);
  word-break: break-word;
}

.contact-social {
  margin: 0;
}

.contact-social a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(var(--rgb-cream), 0.8);
  font-weight: var(--weight-semi);
  font-size: 0.94rem;
  padding: 0.7rem 0.2rem;
  min-height: 44px;
  border-bottom: 1.5px solid rgba(var(--rgb-cream), 0.3);
  transition:
    color var(--duration-base) var(--ease),
    border-color var(--duration-base) var(--ease);
}

.contact-social a:hover {
  color: var(--color-ocre);
  border-color: var(--color-ocre);
}

.contact-social i {
  width: 18px;
  height: 18px;
}

/* ===================================================================
   FOOTER
   =================================================================== */
footer {
  /* Beige (mykonos) au lieu du vert sombre — demande explicite cliente :
     "le pied de page [doit être en] beige". Texte adapté en atlantique pour
     la lisibilité sur fond clair. */
  background: var(--color-mykonos);
  color: rgba(var(--rgb-atlantique), 0.78);
  padding: 4rem 0 1.8rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(var(--rgb-ecosse), 0.18);
}

footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--color-petra) 30%, var(--color-petra) 70%, transparent 100%);
  opacity: 0.7;
}

footer > * {
  position: relative;
  z-index: var(--z-base);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.3fr;
  gap: var(--space-xl);
  margin-bottom: 2.5rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: var(--space-md);
}

.footer-brand .brand-logo {
  width: 96px;
  height: 96px;
}

.footer-brand-name strong {
  color: var(--color-atlantique);
  font-family: var(--font-ui);
  font-size: 1.05rem;
  font-weight: var(--weight-medium);
  line-height: 1.1;
  display: block;
}

.footer-brand-name span {
  color: var(--color-sienne);
  font-family: var(--font-ui);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: var(--weight-semi);
}

.footer-col h5 {
  font-family: var(--font-ui);
  color: var(--color-atlantique);
  font-size: 0.78rem;
  font-weight: var(--weight-semi);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: var(--space-md);
}

.footer-col p,
.footer-col a {
  display: block;
  margin-bottom: 0.5rem;
  line-height: var(--leading-snug);
  color: rgba(var(--rgb-atlantique), 0.72);
  transition: color var(--duration-fast) var(--ease);
}

.footer-col p {
  font-size: 0.88rem;
}

.footer-col a {
  font-family: var(--font-ui);
  font-size: 0.88rem;
}

.footer-col a:hover {
  color: var(--color-petra);
}

.footer-socials {
  display: flex;
  gap: 0.5rem;
  margin-top: var(--space-md);
  flex-wrap: wrap;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(var(--rgb-atlantique), 0.25);
  border-radius: 50%;
  color: rgba(var(--rgb-atlantique), 0.85);
  transition:
    border-color var(--duration-fast) var(--ease),
    background var(--duration-fast) var(--ease),
    color var(--duration-fast) var(--ease),
    transform var(--duration-fast) var(--ease);
  margin: 0;
}

.footer-socials a i,
.footer-socials a img,
.footer-socials a svg {
  width: 17px;
  height: 17px;
}

.footer-socials a:hover {
  border-color: var(--color-petra);
  background: rgba(var(--rgb-petra), 0.15);
  color: var(--color-petra);
  transform: translateY(-2px);
}

.footer-copy {
  border-top: 1px solid rgba(var(--rgb-atlantique), 0.15);
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.78rem;
  font-family: var(--font-ui);
  color: rgba(var(--rgb-atlantique), 0.6);
}

.footer-copy a {
  color: rgba(var(--rgb-atlantique), 0.75);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-copy a:hover {
  color: var(--color-sienne);
}

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
}

/* ===================================================================
   PAGES SECONDAIRES (mentions, cgv, politique)
   =================================================================== */
.legal-page {
  padding: calc(var(--nav-height) + var(--space-2xl)) 0 var(--space-3xl);
  background: var(--color-cream);
}

.legal-page .container {
  max-width: 820px;
}

.legal-page h1 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: var(--color-sage);
  margin-bottom: var(--space-md);
}

.legal-page .section-eyebrow {
  transform: none;
  margin-bottom: 1rem;
}

.legal-page h2 {
  font-size: 1.6rem;
  color: var(--color-sage);
  margin: var(--space-xl) 0 var(--space-sm);
  font-weight: var(--weight-medium);
}

.legal-page h3 {
  font-size: 1.2rem;
  color: var(--color-sage);
  margin: var(--space-md) 0 0.5rem;
  font-weight: var(--weight-medium);
}

.legal-page h4 {
  font-family: var(--font-ui);
  font-size: 1.05rem;
  color: var(--color-atlantique);
  margin: var(--space-md) 0 0.4rem;
  font-weight: var(--weight-medium);
  font-style: italic;
}

.legal-page p {
  margin-bottom: 1rem;
  line-height: var(--leading-relaxed);
  color: var(--color-ecosse);
}

.legal-page .legal-content ul {
  list-style: disc;
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.legal-page .legal-content ul li {
  margin-bottom: 0.4rem;
  line-height: var(--leading-relaxed);
  color: var(--color-ecosse);
}

.legal-page .legal-content a {
  color: var(--color-petra);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page .legal-content a:hover {
  color: var(--color-ecosse);
}

.legal-page .legal-content strong {
  color: var(--color-atlantique);
  font-weight: var(--weight-medium);
}

.legal-updated {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  color: var(--color-ecosse);
  opacity: 0.7;
  margin-bottom: var(--space-xl);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(var(--rgb-ecosse), 0.15);
}

/* Nav simplifiée pour pages légales */
.nav-legal {
  background: var(--color-mykonos);
  border-bottom: 1px solid rgba(var(--rgb-ecosse), 0.15);
  position: sticky;
  top: 0;
  z-index: var(--z-nav);
}

.nav-legal .nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--nav-height);
}

/* Footer minimal pour pages légales */
.footer-legal {
  background: var(--color-atlantique);
  padding: 1.8rem 0;
  color: rgba(var(--rgb-mykonos), 0.65);
}

.footer-legal .footer-copy {
  border-top: none;
  padding-top: 0;
}

.footer-legal .footer-copy a {
  color: rgba(var(--rgb-mykonos), 0.8);
}

.footer-legal .footer-copy a:hover {
  color: var(--color-petra);
}

.legal-page p,
.legal-page li {
  color: var(--color-ink);
  margin-bottom: 1rem;
  line-height: var(--leading-relaxed);
}

.legal-page ul {
  padding-left: var(--space-md);
  margin-bottom: 1rem;
}

.legal-page a {
  color: var(--color-ocre-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page a:hover {
  color: var(--color-ocre);
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-sage);
  font-weight: var(--weight-semi);
  margin-bottom: var(--space-lg);
  font-size: 0.95rem;
}

.legal-back:hover {
  color: var(--color-ocre);
}

.legal-back i {
  width: 16px;
  height: 16px;
}

/* ===================================================================
   V2 — NOUVEAUX COMPOSANTS
   =================================================================== */

/* --- NAV : contact groupé (label + socials + CTA) --- */
.nav-contact {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-mobile-contact {
  display: none;
}

.nav-socials {
  display: flex;
  gap: 0.2rem;
  padding-right: 0.4rem;
  border-right: 1px solid rgba(var(--rgb-ecosse), 0.25);
  margin-right: 0.4rem;
}

.nav-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: var(--radius-pill);
  color: var(--color-ecosse);
  transition: background var(--duration-fast) var(--ease),
              color var(--duration-fast) var(--ease),
              transform var(--duration-fast) var(--ease);
}

.nav-social:hover {
  background: var(--color-gobi);
  color: var(--color-petra);
  transform: translateY(-2px);
}

.nav-social i,
.nav-social img,
.nav-social svg {
  width: 16px;
  height: 16px;
}

.btn-compact {
  padding: 0.65rem 1.1rem;
  font-size: 0.82rem;
}

.btn-icon-only {
  padding: 0;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  gap: 0;
  flex-shrink: 0;
}

.btn-icon-only i {
  width: 1.15rem;
  height: 1.15rem;
}

.btn-full {
  width: 100%;
  justify-content: center;
  margin-top: auto; /* aligne bas dans un flex-column parent (cards formules) */
}

/* --- SECTION 1 : Travel planner --- */
.travel-planner {
  /* Gobi (beige + chaud) → casse la monotonie beige du haut + contraste avec hero
     mykonos. Les .benefit cards restent en mykonos, ressortent par contraste. */
  background: var(--color-gobi);
  padding-top: calc(var(--nav-height) + var(--space-3xl));
}

.travel-planner-head {
  max-width: 780px;
  margin: 0 auto var(--space-2xl);
  text-align: center;
}

.travel-planner-head .section-title {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.travel-planner-head .lede {
  font-size: var(--fs-lede);
  color: var(--color-sage);
  margin-bottom: 1.2rem;
  line-height: var(--leading-snug);
}

.travel-planner-head p {
  color: var(--color-sage);
}

/* ====================================================================
   MON RÔLE — vraie carte au trésor.
   Background SVG : continents hachurés, vagues, rose des vents, X final
   et tracé manuscrit ocre serpentant entre les 5 étapes.
   Les "stamps" sont posées sur la carte en position absolute.
   Mobile : SVG masqué, retombe en stack vertical propre.
   ==================================================================== */
.treasure-map {
  position: relative;
  margin-top: var(--space-2xl);
  min-height: 720px;
  max-width: 1080px;
  margin-inline: auto;
}

.treasure-map-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  /* Estompe les 4 bords du SVG (continents, vagues, etc.) — combinaison de
     2 dégradés linéaires (horizontal + vertical) intersectés via mask-composite.
     Plus efficace qu'un radial pour estomper symétriquement les 4 côtés. */
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-composite: intersect;
}

/* Décor cartographique en fond : très estompé pour ne pas concurrencer
   visuellement le tracé principal (qui doit clairement guider l'œil). */
.treasure-map-bg .tm-coast {
  /* Plus de pointillés sur les contours : ligne pleine fine, peu marquée.
     Évite la confusion avec le chemin principal (lui aussi pointillé avant). */
  stroke-dasharray: none !important;
  opacity: 0.5;
}

.treasure-map-bg .tm-rose,
.treasure-map-bg .tm-waves,
.treasure-map-bg .tm-mountains {
  opacity: 0.45;
}

/* CHEMIN PRINCIPAL : très visible, ocre franc, ombré, qui se trace au scroll.
   Pas de stroke-dasharray "pointillé" → pour que le tracé continu se distingue
   franchement des autres traits décoratifs en arrière-plan. */
.treasure-map-bg .tm-trail {
  stroke: var(--color-sienne);
  stroke-width: 3.5;
  stroke-dasharray: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  opacity: 1;
  filter: drop-shadow(0 3px 6px rgba(var(--rgb-sienne), 0.4));
}

/* Le track fantôme passe à travers les mêmes points : on le réduit car le
   tracé principal est désormais bien lisible. */
.treasure-map-bg .tm-trail-track {
  stroke: rgba(var(--rgb-sienne), 0.12);
  stroke-width: 6;
  stroke-dasharray: none;
  stroke-linecap: round;
  fill: none;
  opacity: 0.6;
}

/* X final : pop quand le path est tracé. */
.treasure-map-bg .tm-x {
  opacity: 0;
  transform-origin: center;
  transform-box: fill-box;
  transition: opacity 0.4s var(--ease);
}
.treasure-map.in-view .treasure-map-bg .tm-x {
  animation: tm-x-stamp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 2.6s forwards;
}
@keyframes tm-x-stamp {
  0%   { opacity: 0;   transform: scale(0)    rotate(-30deg); }
  55%  { opacity: 1;   transform: scale(1.25) rotate(15deg);  }
  100% { opacity: 0.9; transform: scale(1)    rotate(0);      }
}

.treasure-map-stamps {
  position: relative;
  z-index: 1;
}

/* "Stamp" = chaque étape, posée sur la carte comme un cachet vintage.
   Bordure double (atlantique solide + dashed inner via ::after) + ombre
   décalée ocre = effet letterpress. */
.stamp {
  background: var(--color-mykonos);
  border: 1.5px solid var(--color-atlantique);
  padding: 1.3rem 1rem 1rem;
  border-radius: var(--radius-md);
  box-shadow: 4px 4px 0 var(--color-petra);
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  position: relative;
  transition:
    transform 0.85s var(--ease),
    opacity 0.85s var(--ease),
    box-shadow var(--duration-base) var(--ease);
  opacity: 0;
}

.stamp::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px dashed rgba(var(--rgb-atlantique), 0.45);
  pointer-events: none;
  border-radius: calc(var(--radius-md) - 3px);
}

.treasure-map.in-view .stamp {
  opacity: 1;
  transition-delay: calc(var(--i, 0) * 220ms + 200ms);
}

.stamp:hover {
  box-shadow: 6px 8px 0 var(--color-sienne);
}

.stamp-num {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: var(--weight-medium);
  font-size: 1.25rem;
  color: var(--color-sienne);
  letter-spacing: 0.06em;
  margin-bottom: 0.4rem;
  line-height: 1;
}

.stamp-num::before,
.stamp-num::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 1px;
  background: rgba(var(--rgb-sienne), 0.4);
  vertical-align: middle;
  margin: 0 0.5rem;
}

.stamp-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 0.6rem;
  color: var(--color-ecosse);
}

.stamp h3 {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--color-atlantique);
  margin: 0 0 0.4rem;
  line-height: var(--leading-tight);
  font-weight: var(--weight-medium);
}

.stamp p {
  font-size: 0.8rem;
  line-height: var(--leading-snug);
  color: var(--color-ink);
  margin: 0;
}

/* Desktop : positions absolues qui suivent le tracé serpenté du SVG.
   Chaque stamp a une légère rotation pour effet "collé sur la carte". */
@media (min-width: 900px) {
  .treasure-map {
    padding: 0;
  }
  .treasure-map-stamps {
    height: 720px;
  }
  .stamp {
    position: absolute;
    width: 220px;
  }
  .stamp:nth-child(1) { top: 4%;  left: 8%;  transform: rotate(-2.5deg) translateY(20px); }
  .stamp:nth-child(2) { top: 20%; left: 38%; transform: rotate(1.8deg)  translateY(20px); }
  .stamp:nth-child(3) { top: 50%; left: 14%; transform: rotate(-1.2deg) translateY(20px); }
  .stamp:nth-child(4) { top: 38%; left: 64%; transform: rotate(2.5deg)  translateY(20px); }
  .stamp:nth-child(5) { top: 72%; left: 42%; transform: rotate(-1.8deg) translateY(20px); }

  .treasure-map.in-view .stamp:nth-child(1) { transform: rotate(-2.5deg) translateY(0); }
  .treasure-map.in-view .stamp:nth-child(2) { transform: rotate(1.8deg)  translateY(0); }
  .treasure-map.in-view .stamp:nth-child(3) { transform: rotate(-1.2deg) translateY(0); }
  .treasure-map.in-view .stamp:nth-child(4) { transform: rotate(2.5deg)  translateY(0); }
  .treasure-map.in-view .stamp:nth-child(5) { transform: rotate(-1.8deg) translateY(0); }

  .stamp:hover {
    transform: rotate(0) translateY(-3px) !important;
  }
}

/* Mobile : SVG carte masqué, stamps en stack vertical centré. */
@media (max-width: 899px) {
  .treasure-map {
    min-height: auto;
    padding: 0 1rem;
  }
  .treasure-map-bg {
    display: none;
  }
  .treasure-map-stamps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .stamp {
    transform: translateY(20px);
  }
  .treasure-map.in-view .stamp {
    transform: translateY(0);
  }
}

/* --- SECTION 3 : Parcours 6 étapes --- */
.parcours {
  background: var(--color-mykonos);
}

.parcours-head {
  max-width: 780px;
  margin: 0 auto var(--space-2xl);
  text-align: center;
}

.parcours-head .section-title {
  max-width: none;
  margin: 0 auto 1rem;
}

.steps-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  counter-reset: step;
  position: relative;
}

/* Trait pointillé horizontal entre les cards des 2 lignes — évoque le chemin
   du parcours client. Aligné approximativement sur le step-icon (~30 % du haut
   de la card). Caché en mobile (1 colonne, le trait n'a plus de sens). */
.steps-6::before,
.steps-6::after {
  content: '';
  position: absolute;
  left: 16%;
  right: 16%;
  height: 2px;
  background-image: linear-gradient(90deg, var(--color-petra) 50%, transparent 50%);
  background-size: 12px 2px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
}

.steps-6::before { top: calc(2.7rem + 30px); }
.steps-6::after  { top: calc(50% + 30px); }

@media (max-width: 900px) {
  .steps-6::before,
  .steps-6::after { display: none; }
}

.steps-6 .step {
  position: relative;
  z-index: 1; /* passe au-dessus du trait pointillé ::before/::after */
  background: var(--color-mykonos);
  border: 1px solid rgba(var(--rgb-ecosse), 0.15);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  text-align: center;
  transition: transform var(--duration-base) var(--ease),
              box-shadow var(--duration-base) var(--ease);
}

.steps-6 .step:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lift);
}

.step-num {
  font-family: var(--font-ui);
  font-size: 4rem;
  font-weight: var(--weight-bold);
  color: rgba(var(--rgb-petra), 0.2);
  line-height: 1;
  position: absolute;
  top: -1.5rem;
  right: 1.5rem;
  letter-spacing: -0.02em;
  z-index: 0;
}

.steps-6 .step .step-icon {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-pill);
  background: var(--color-bora);
  color: var(--color-atlantique);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 10px 20px -5px rgba(var(--rgb-islande), 0.2);
  position: relative;
  z-index: 1;
}

.steps-6 .step .step-icon i {
  width: 28px;
  height: 28px;
}

.steps-6 .step h4 {
  font-family: var(--font-ui);
  font-size: 1.4rem;
  font-weight: var(--weight-medium);
  color: var(--color-atlantique);
  margin-bottom: 0.8rem;
  line-height: var(--leading-tight);
  position: relative;
  z-index: 1;
}

.steps-6 .step p {
  font-size: 0.96rem;
  color: var(--color-ecosse);
  line-height: var(--leading-relaxed);
  position: relative;
  z-index: 1;
}

.parcours-cta {
  margin-top: var(--space-2xl);
  text-align: center;
  padding: var(--space-lg);
  background: var(--color-gobi);
  border-radius: var(--radius-lg);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.parcours-cta p {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--color-atlantique);
  margin-bottom: 1rem;
}

/* --- SECTION 4 : Carnet de voyage --- */
.carnet {
  background: var(--color-gobi);
}

.carnet-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}

.carnet-body,
.carnet-visual {
  min-width: 0;
}

.carnet-body .section-title {
  max-width: none;
}

.carnet-body .lede {
  font-size: var(--fs-lede);
  color: var(--color-sage);
  margin-bottom: 1rem;
}

.carnet-body p {
  color: var(--color-sage);
}

.carnet-intro-list {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: var(--color-sage);
}

.carnet-features {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.carnet-features li {
  display: flex;
  background: transparent;
  padding: 0 0 1rem 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  align-items: flex-start;
  gap: 1.2rem;
  border-bottom: 1px solid rgba(var(--rgb-cream), 0.2);
}

.carnet-features li i {
  display: flex;
  color: var(--color-petra);
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.carnet-features li strong {
  display: block;
  font-family: var(--font-ui);
  font-weight: var(--weight-medium);
  color: var(--color-atlantique);
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}

.carnet-features li span {
  font-size: 0.9rem;
  color: var(--color-ecosse);
  line-height: var(--leading-relaxed);
}

.carnet-visual {
  position: relative;
}

/* ===================================================================
   CARNET — Flipbook Swiper (effet cards)
   =================================================================== */

.carnet-flipbook-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.2rem;
  padding: 0.5rem 0.9rem;
  border: 1px dashed rgba(var(--rgb-atlantique), 0.35);
  border-radius: var(--radius-pill);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  color: var(--color-ecosse);
  background: rgba(var(--rgb-mykonos), 0.4);
  animation: pulse-hint 2.5s infinite ease-in-out;
}

.carnet-flipbook-hint i {
  width: 16px;
  height: 16px;
  color: var(--color-petra);
}

.carnet-flipbook-wrap {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin-inline: auto;
  padding: 1.5rem 0.5rem 3.5rem;
}

.carnet-flipbook {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: visible;
}

.carnet-flipbook .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.carnet-flipbook .swiper-slide {
  border-radius: var(--radius-sm);
  background: var(--color-mykonos);
  background-image:
    radial-gradient(circle at 12px 12px, rgba(var(--rgb-atlantique), 0.07) 1px, transparent 1.5px),
    linear-gradient(135deg, rgba(var(--rgb-gobi), 0.35) 0%, rgba(var(--rgb-mykonos), 0) 40%);
  background-size: 22px 22px, auto;
  box-shadow:
    inset 14px 0 22px -18px rgba(var(--rgb-atlantique), 0.45),
    0 20px 40px -18px rgba(var(--rgb-atlantique), 0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.6rem 2rem 2.4rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Binding shadow on the left edge to suggest spine */
.carnet-flipbook .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  background: linear-gradient(90deg,
    rgba(var(--rgb-atlantique), 0.12) 0%,
    rgba(var(--rgb-atlantique), 0.04) 55%,
    transparent 100%);
  pointer-events: none;
}

/* Inner paper frame — subtle ivory border like a chapter frontispiece */
.carnet-flipbook .swiper-slide:not(.carnet-page--cover)::after {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(var(--rgb-atlantique), 0.12);
  border-radius: calc(var(--radius-sm) - 2px);
  pointer-events: none;
}

.carnet-page__number {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: var(--weight-medium);
  font-size: 3.4rem;
  line-height: 1;
  color: var(--color-petra);
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 0.4rem;
}

.carnet-page__number::before,
.carnet-page__number::after {
  content: '·';
  font-family: var(--font-ui);
  font-size: 1rem;
  color: rgba(var(--rgb-petra), 0.55);
  vertical-align: middle;
  margin: 0 0.6rem;
  position: relative;
  top: -0.4em;
}

.carnet-page__divider {
  display: block;
  width: 34px;
  height: 1px;
  background: transparent;
  position: relative;
  margin: 0.2rem auto 1.4rem;
}

.carnet-page__divider::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(var(--rgb-petra), 0.8) 50%, transparent);
}

.carnet-page__divider::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--color-petra);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}

.carnet-page__icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(var(--rgb-petra), 0.14);
  border: 1px solid rgba(var(--rgb-petra), 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-atlantique);
  margin-bottom: 1.1rem;
  position: relative;
}

.carnet-page__icon::before {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px dashed rgba(var(--rgb-petra), 0.35);
  border-radius: 50%;
}

.carnet-page__icon i {
  width: 26px;
  height: 26px;
}

.carnet-page__title {
  font-family: var(--font-heading);
  font-weight: var(--weight-medium);
  color: var(--color-atlantique);
  font-size: 1.7rem;
  line-height: 1.2;
  margin: 0 0 0.9rem;
  max-width: 18ch;
}

.carnet-page__title em {
  font-style: italic;
  color: var(--color-petra);
  font-weight: var(--weight-medium);
}

.carnet-page__desc {
  font-size: 0.92rem;
  line-height: var(--leading-relaxed);
  color: var(--color-ecosse);
  margin: 0;
  max-width: 26ch;
}

.carnet-page__foot {
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-ecosse);
  opacity: 0.7;
  white-space: nowrap;
}

.carnet-page__foot::before,
.carnet-page__foot::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: rgba(var(--rgb-ecosse), 0.4);
  vertical-align: middle;
  margin: 0 0.6rem;
}

/* ---- COVER PAGE ----
   Layout type « couverture de livre éditoriale » : photo en haut (58%),
   bandeau atlantique uni en bas (42%) avec le texte. La séparation nette
   garantit la lisibilité (texte cream sur fond atlantique uni) sans avoir
   à empiler des voiles dégradés sur la photo. */
.carnet-flipbook .swiper-slide.carnet-page--cover {
  background: var(--color-atlantique);
  background-image:
    radial-gradient(circle at 20% 15%, rgba(var(--rgb-petra), 0.14) 0%, transparent 50%),
    radial-gradient(circle at 85% 90%, rgba(var(--rgb-bora), 0.12) 0%, transparent 55%);
  box-shadow:
    inset 14px 0 30px -18px rgba(0, 0, 0, 0.55),
    0 24px 46px -18px rgba(var(--rgb-atlantique), 0.55);
  color: var(--color-mykonos);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  align-items: stretch;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Logo : en absolu par-dessus la photo, en haut à gauche.
   La pastille du logo a sa propre ombre interne, donc lisible sur la photo. */
.carnet-page__cover-head {
  position: absolute;
  top: 1rem;
  left: 1.2rem;
  right: 1.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6rem;
  z-index: 3;
  margin: 0;
}

.carnet-page__cover-logo {
  width: 100px;
  height: 100px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
  flex-shrink: 0;
}

/* Photo : en grand sur tout le carnet (pleine page). */
.carnet-page__cover-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  overflow: hidden;
  z-index: 1;
}

.carnet-page__cover-photo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  filter: brightness(0.65) contrast(1.1);
}

/* Plus besoin du liseré ocre si l'image est en fond complet */
.carnet-page__cover-photo::after {
  display: none;
}

/* Voile sur la photo : dégradé très doux (cinématique) pour fondre le bas de l'image dans la couleur de la marque */
.carnet-page--cover::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 35%, rgba(var(--rgb-atlantique), 0.7) 70%, var(--color-atlantique) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Conteneur du texte placé par-dessus la photo. */
.carnet-page--cover .carnet-page__cover-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem 1.4rem 0.4rem;
  text-align: center;
  position: relative;
  z-index: 3;
  margin: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 0;
  border: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.carnet-page--cover .carnet-page__cover-foot {
  flex: 0 0 auto;
  padding: 0 1.4rem 1.2rem;
  text-align: center;
  position: relative;
  z-index: 3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.carnet-page--cover .carnet-page__cover-title {
  font-size: 2.6rem;
  line-height: 1.05;
  margin-top: 0.3rem;
}

/* Macaron : adapté au layout en flex (plus de top/right absolus). */
.carnet-page--cover .carnet-page__corner-stamp {
  position: relative;
  top: auto;
  right: auto;
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  transform: rotate(8deg);
}

.carnet-page--cover::after {
  content: '';
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(var(--rgb-mykonos), 0.30);
  border-radius: calc(var(--radius-sm) - 2px);
  pointer-events: none;
  z-index: 2;
}

.carnet-page__corner-stamp {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 2px dashed var(--color-petra);
  background: rgba(var(--rgb-mykonos), 0.08);
  color: var(--color-petra);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  transform: rotate(-10deg);
  z-index: 2;
}

.carnet-page__corner-stamp .script {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: var(--weight-medium);
  font-size: 0.9rem;
  line-height: 1.05;
}

.carnet-page__corner-stamp > span:last-child {
  font-family: var(--font-ui);
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin-top: 4px;
  font-weight: var(--weight-semi);
  color: var(--color-mykonos);
}

.carnet-page__cover-body {
  margin-top: auto;
}

.carnet-page__cover-eyebrow {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-petra);
  margin-bottom: 0.8rem;
  display: inline-block;
}

.carnet-page__cover-title {
  font-family: var(--font-heading);
  font-weight: var(--weight-medium);
  font-size: 3.1rem;
  line-height: 1;
  color: var(--color-mykonos);
  margin: 0 0 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.carnet-page__cover-title .script {
  font-style: italic;
  color: var(--color-petra);
  font-size: 2.1rem;
  font-weight: var(--weight-medium);
}

.carnet-page__cover-sub {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1rem;
  color: rgba(var(--rgb-mykonos), 0.85);
  letter-spacing: 0.04em;
  display: block;
  padding: 0 1rem;
  margin-top: 0.5rem;
}

.carnet-page__cover-foot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 1rem auto 0;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(var(--rgb-mykonos), 0.9);
  padding: 0.45rem 0.6rem;
  align-self: center;
  font-weight: var(--weight-semi);
}

.carnet-page__cover-foot i,
.carnet-page__cover-foot svg {
  width: 14px;
  height: 14px;
  color: var(--color-petra);
  flex-shrink: 0;
}

/* ---- Page counter overlay ---- */
.carnet-flipbook-counter {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  font-family: var(--font-heading);
  font-style: italic;
  color: var(--color-atlantique);
  user-select: none;
}

.carnet-flipbook-current {
  font-size: 1.4rem;
  font-weight: var(--weight-medium);
  color: var(--color-petra);
  min-width: 1.6rem;
  text-align: right;
}

.carnet-flipbook-sep {
  color: rgba(var(--rgb-atlantique), 0.35);
  font-size: 1rem;
}

.carnet-flipbook-total {
  font-size: 1rem;
  color: rgba(var(--rgb-atlantique), 0.55);
}

/* Swiper cards effect: ensure slides stack correctly */
.carnet-flipbook.swiper-cards .swiper-slide {
  transform-origin: center center;
  backface-visibility: hidden;
}

/* --- SECTION 6 : Storytelling (origine du nom) --- */
.storytelling {
  background: var(--color-gobi);
  position: relative;
}

.storytelling-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.storytelling-inner .section-title {
  max-width: none;
  margin-bottom: 1.2rem;
}

.storytelling-inner .lede {
  font-size: var(--fs-lede);
  color: var(--color-sage);
  margin-bottom: 1.5rem;
}

.storytelling-inner p {
  margin-bottom: 1rem;
  line-height: var(--leading-relaxed);
  color: var(--color-sage);
}

/* Lexique en pied de section storytelling : 4 mots-clés présentés en ligne
   discrète, juste sous le récit. Ne casse plus le flux narratif (qui se lit
   maintenant d'une traite). Gone légèrement plus marqué (couleur signature). */
.storytelling-lexique {
  margin-top: var(--space-2xl);
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(var(--rgb-petra), 0.4);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.storytelling-lexique__label {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--color-petra);
  letter-spacing: 0.04em;
}

.storytelling-lexique__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.lex-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.3rem;
  padding: 0 0.4rem;
}

.lex-item strong {
  font-family: var(--font-script);
  font-style: italic;
  font-size: 1.15rem;
  font-weight: var(--weight-medium);
  color: var(--color-ecosse);
  line-height: 1;
}

.lex-item span {
  font-size: 0.74rem;
  color: var(--color-muted);
  line-height: 1.4;
  max-width: 22ch;
}

/* Gone (4ème) : couleur signature pétra, légèrement plus marqué. */
.lex-item:last-child strong {
  color: var(--color-petra);
  font-size: 1.35rem;
}
.lex-item:last-child span {
  color: var(--color-atlantique);
  font-style: italic;
  font-family: var(--font-heading);
  opacity: 0.85;
}

@media (max-width: 760px) {
  .storytelling-lexique__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 1rem;
  }
}

.storytelling-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
}

.storytelling-image-card {
  width: 100%;
  max-width: 440px;
  margin-inline: auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-deep);
  transform: rotate(2deg);
  position: relative;
  min-width: 0;
  background: var(--color-mykonos);
}

.storytelling-image-card::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.storytelling-image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.5rem;
}

@media (max-width: 900px) {
  .storytelling-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .storytelling-image-card {
    transform: none;
  }
}

.storytelling-inner .storytelling-punch {
  font-family: var(--font-script);
  font-size: 1.8rem;
  color: var(--color-ocre);
  margin-top: var(--space-lg) !important;
  margin-inline: auto;
  line-height: var(--leading-snug);
  text-align: center;
  max-width: 28ch;
}

/* --- Carte formule "Sur devis" (5ème carte) --- */
.offer-card-devis .offer-name h3 {
  color: var(--color-mykonos);
}

/* --- POP-UP NEWSLETTER --- */
.newsletter-popup {
  position: fixed;
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  right: max(1.25rem, env(safe-area-inset-right));
  z-index: var(--z-overlay);
  width: min(360px, calc(100vw - 2.5rem));
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration-base) var(--ease);
}

.newsletter-popup:not([hidden]):not([aria-hidden="true"]) {
  opacity: 1;
  pointer-events: auto;
}

.newsletter-popup-backdrop {
  display: none;
}

.newsletter-popup-card {
  position: relative;
  background: var(--color-mykonos);
  border: 1px solid rgba(var(--rgb-ecosse), 0.18);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.4rem 1.25rem;
  box-shadow: var(--shadow-deep);
  transform: translateY(18px);
  transition: transform var(--duration-base) var(--ease);
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100%;
}

.newsletter-popup:not([hidden]):not([aria-hidden="true"]) .newsletter-popup-card {
  transform: translateY(0);
}

.newsletter-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 30px;
  height: 30px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-ecosse);
  transition: background var(--duration-fast) var(--ease);
}

.newsletter-close:hover {
  background: var(--color-gobi);
  color: var(--color-atlantique);
}

.newsletter-close i {
  width: 16px;
  height: 16px;
}

.newsletter-popup-head .section-eyebrow {
  margin-bottom: 0.3rem;
}

.newsletter-popup-head h3 {
  font-family: var(--font-ui);
  font-size: 1.25rem;
  font-weight: var(--weight-semi);
  color: var(--color-atlantique);
  line-height: var(--leading-tight);
  margin-bottom: 0.55rem;
  padding-right: 1.5rem;
}

.newsletter-popup-head p {
  font-size: 0.88rem;
  color: var(--color-ecosse);
  line-height: var(--leading-relaxed);
  margin-bottom: 1rem;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 0.7rem;
  width: 100%;
}

.newsletter-form input[type="email"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(var(--rgb-ecosse), 0.3);
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  font-family: var(--font-body);
  background: var(--color-mykonos);
  box-sizing: border-box;
}

.newsletter-form input[type="email"]:focus {
  outline: 2px solid var(--color-petra);
  outline-offset: 2px;
  border-color: var(--color-petra);
}

.newsletter-form .btn {
  width: 100%;
  padding: 0.75rem 1.2rem;
  font-size: 0.88rem;
  white-space: nowrap;
  justify-content: center;
  min-height: auto;
}

.newsletter-dismiss {
  display: block;
  margin: 0 auto;
  padding: 0.3rem 0.6rem;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  color: var(--color-ecosse);
  opacity: 0.7;
  text-decoration: underline;
}

.newsletter-dismiss:hover {
  opacity: 1;
}

/* Responsive */
@media (max-width: 900px) {
  .steps-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .carnet-grid {
    grid-template-columns: 1fr;
  }
  .carnet-visual {
    position: static;
    order: 2;
  }
  .storytelling-glossaire {
    grid-template-columns: repeat(3, 1fr);
  }
  .gloss-item:last-child {
    grid-column: 1 / -1;
  }
  .nav-contact .btn,
  .nav-socials {
    display: none;
  }
}

@media (max-width: 640px) {
  .steps-6 {
    grid-template-columns: 1fr;
  }
  .storytelling-glossaire {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1.5rem;
  }
  .gloss-item:last-child {
    grid-column: auto;
    grid-row: auto;
  }
  .gloss-item:not(:last-child) {
    grid-row: auto;
    border-top: 0;
    padding-top: 0;
  }
}

/* ===================================================================
   HERO & STORY CAROUSELS (Swiper)
   =================================================================== */

/* Hero main image carousel — fills the rotated card */
.hero-img-main .hero-swiper,
.hero-img-main .hero-swiper .swiper-wrapper,
.hero-img-main .hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-img-main .hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-img-main .hero-swiper .swiper-pagination {
  bottom: 14px;
}

.hero-img-main .hero-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
  transition: background 0.25s ease, transform 0.25s ease;
}

.hero-img-main .hero-swiper .swiper-pagination-bullet-active {
  background: var(--color-mykonos);
  transform: scale(1.25);
}

/* Polaroid mini-carousel — no controls, just autoplay fade */
.hero-polaroid-frame .hero-swiper-polaroid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-polaroid-frame .hero-swiper-polaroid .swiper-wrapper,
.hero-polaroid-frame .hero-swiper-polaroid .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-polaroid-frame .hero-swiper-polaroid .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===================================================================
   PARTENAIRES
   Masquée quand la liste JSON est vide (section[hidden]).
   Revealed by cms-loader.js as soon as at least one logo is present.
   =================================================================== */

.partenaires {
  background: var(--color-gobi);
  padding: var(--space-lg) 0;
  border-top: 1px solid rgba(var(--rgb-atlantique), 0.08);
}

.partenaires-eyebrow {
  text-align: center;
  margin-bottom: var(--space-sm);
}

.partenaires-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space-lg) var(--space-xl);
}

.partenaires-item {
  display: flex;
  align-items: center;
}

.partenaires-link,
.partenaires-link:hover {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.partenaires-logo {
  display: block;
  height: 160px;
  max-width: 320px;
  width: auto;
  object-fit: contain;
  opacity: 0.75;
  filter: grayscale(30%);
  transition: opacity var(--duration-base) var(--ease),
              filter var(--duration-base) var(--ease);
}

.partenaires-link:hover .partenaires-logo,
.partenaires-item:hover .partenaires-logo {
  opacity: 1;
  filter: grayscale(0%);
}

@media (max-width: 600px) {
  .partenaires-list {
    gap: var(--space-sm) var(--space-md);
  }
  .partenaires-logo {
    height: 120px;
    max-width: 240px;
  }
}

k;
}




}


k;
}





er;
  display: block;
}


k;
}




}


k;
}





