/* ─── HERO ─── */
.hero-services {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 480px;
  overflow: hidden;
  background: var(--cream-dark);
}

.hero-services-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(248,245,242,0.15) 0%, rgba(248,245,242,0.6) 100%),
    url('asset/banniere_hotel.png') center/cover no-repeat;
}

.hero-services-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  padding: 0 2rem;
}

/* ─── INTRO ─── */
.services-page-intro {
  padding: 5rem 3rem;
  max-width: 820px;
  margin: 0 auto;
}

.services-page-intro p {
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-primary);
}

.services-page-intro p strong {
  font-weight: 500;
}

/* ─── CARDS SERVICES ─── */
.service-cards-list {
  padding: 0 3rem 5rem;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-card {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 2.5rem;
  background: var(--beige);
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.service-card:hover {
  border-color: var(--brown-light);
  box-shadow: 0 8px 30px rgba(50,25,17,0.08);
  transform: translateY(-3px);
}

.service-card-header {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.service-card-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: var(--beige);
}

.service-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-card-title {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.service-card-desc {
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-secondary);
  padding-top: 0.2rem;
}

.service-card-desc strong {
  font-weight: 500;
  color: var(--text-primary);
}

.service-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0;
}

.service-card-list li {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-secondary);
  padding-left: 1rem;
  position: relative;
}

.service-card-list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--brown-light);
}

.service-card-list li strong {
  font-weight: 500;
  color: var(--text-primary);
}

/* ─── BANDEAU VOYAGE ─── */
.bandeau-voyage {
  background: var(--brown-dark);
  padding: 4rem 3rem;
  margin: 0 16px;
  text-align: center;
}

.bandeau-voyage p {
  max-width: 680px;
  margin: 0 auto;
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  line-height: 2;
  color: var(--cream);
  letter-spacing: 0.02em;
}

/* ─── TOUT COMMENCE PAR UNE ENVIE ─── */
.envie {
  padding: 5rem 3rem;
  max-width: 820px;
  margin: 0 auto;
}

.envie h2 {
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-primary);
  margin-bottom: 1.2rem;
}

.envie p {
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.envie p:last-child { margin-bottom: 0; }

/* ─── VOYAGEZ AU CŒUR ─── */
.voyage-titre {
  padding: 2rem 3rem 3rem;
  max-width: 820px;
  margin: 0 auto;
}

.voyage-titre h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  color: var(--brown-dark);
  letter-spacing: 0.02em;
}

/* ─── 5 ÉTAPES ─── */
.etapes {
  position: relative;
  background: url('asset/background_story.png') center / 60% auto no-repeat;
}

.etapes-bg { display: none; }

.etapes-inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto;
  padding: 3rem;
}

.etapes-list-wrap {
  width: 100%;
}

.etapes-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.etape-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.etape-item.right {
  align-items: flex-end;
  text-align: right;
}

.etape-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.etape-item.right .etape-header {
  flex-direction: row-reverse;
}

.etape-pin {
  width: 20px;
  height: 20px;
  stroke: var(--brown-light);
  flex-shrink: 0;
}

.etape-header h3 {
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-primary);
}

.etape-item p {
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.85;
  color: var(--text-secondary);
}

/* ─── TEXTE CONCLUSION ─── */
.story-text {
  background: var(--brown-dark);
  padding: 4rem 3rem;
  margin: 0 16px;
  text-align: center;
}

.story-text p {
  max-width: 700px;
  margin: 0 auto;
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.9;
  color: var(--cream);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .hero-services { height: 50vh; min-height: 320px; }

  .services-page-intro,
  .envie,
  .voyage-titre,
  .etapes { padding-left: 1.5rem; padding-right: 1.5rem; }

  .etapes { background: none; }

  .service-cards-list { padding: 0 1.5rem 3.5rem; }

  .service-card { padding: 1.8rem; }

  .bandeau-voyage { padding: 3rem 1.5rem; margin: 0 8px; }
  .bandeau-voyage p { }

  .etape-item.right { align-items: flex-start; text-align: left; }
  .etape-item.right .etape-header { flex-direction: row; }

  .story-bg { padding: 4rem 1.5rem; }
}
