/* =======================================================
   assets/css/voyageurs.css
   Style spécifique : Page "Vos Hôtes"
   ======================================================= */

/* --- 1. HERO SECTION (Allégé) --- */
.experience-hero {
  position: relative;
  padding: 80px 0 40px; /* Moins de padding en bas */
  background:
    radial-gradient(1200px 500px at 50% -50px, rgba(184,107,75,0.16) 0%, rgba(184,107,75,0) 60%),
    linear-gradient(180deg, #ffffff 0%, var(--bg-cream) 100%);
  text-align: center;
}

.experience-kicker {
  display:inline-block;
  text-transform: uppercase; letter-spacing: .22em;
  font-size: .78rem; font-weight: 600; color: var(--terracotta); margin-bottom: 14px;
}

.experience-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 600; color: var(--vin-olive);
  font-size: clamp(2.2rem, 4.6vw, 3.6rem); line-height: 1.08; margin: 0;
}

/* --- 2. NOUVEAU BLOC SPLIT (Photo + Texte) --- */
.intro-split {
  padding: 40px 0 90px;
  background: var(--bg-cream); /* Continuité du fond */
}

.split-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr; /* Image un peu plus large */
  gap: 60px;
  align-items: center; /* Centrage vertical */
  max-width: 1100px;
  margin: 0 auto;
}

.split-image img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08); /* Ombre douce pour le luxe */
  display: block;
}

.split-text {
  text-align: left;
}

.experience-sub-split {
  font-size: clamp(1.05rem, 1.2vw, 1.25rem); 
  opacity: .86; 
  font-weight: 300; 
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--vin-olive);
}

/* --- 3. SECTION LIVRE (BOOK) --- */
.experience-book {
  background: var(--bg-white); padding: 70px 0;
}

.book-card {
  max-width: 980px; margin: 0 auto;
  background: var(--bg-cream);
  border: 1px solid rgba(184,107,75,0.14);
  padding: 46px;
  position: relative; overflow: hidden;
}
/* Petit effet gradient bas de carte */
.book-card::after {
  content:""; position:absolute; inset:auto -40px -60px -40px; height: 140px;
  background: radial-gradient(closest-side, rgba(212,175,55,0.09), transparent 70%);
  pointer-events:none;
}

.book-head { text-align: center; margin-bottom: 34px; }
.book-head h2 {
  margin: 0 0 10px 0;
  font-family: 'Cormorant Garamond', serif; font-weight: 500; color: var(--vin-olive);
  font-size: clamp(1.9rem, 3vw, 2.5rem); line-height: 1.15;
}
.book-sep { width: 64px; height: 2px; margin: 16px auto 18px; background: var(--terracotta); }
.book-intro { margin: 0 auto; max-width: 820px; opacity: .86; font-weight: 300; line-height: 1.8; }

.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 36px; margin-top: 30px; }

/* Items (Cartes intérieures) */
.exp-item {
  background: #fff;
  border: 1px solid rgba(184,107,75,0.12);
  padding: 26px 22px;
  position: relative; overflow: hidden;
}
.exp-item::before {
  content:""; position:absolute; inset: 0 auto 0 0; width: 3px;
  background: linear-gradient(180deg, rgba(184,107,75,0.92), rgba(184,107,75,0.18));
  opacity: .95;
}

.exp-title {
  display:flex; align-items:center; gap: 10px; margin: 0 0 10px 0;
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  font-size: 1.45rem; color: var(--terracotta); line-height: 1.1;
}
.exp-icon {
  width: 18px; height: 18px;
  border: 1px solid rgba(184,107,75,0.35); border-radius: 999px;
  position: relative; flex: 0 0 18px;
}
.exp-icon::after {
  content:""; position:absolute; inset: 4px; border-radius: 999px;
  background: rgba(184,107,75,0.18);
}

.exp-phrase { margin: 0 0 10px 0; font-weight: 300; opacity: .88; line-height: 1.75; }

.exp-bullets { list-style: none; padding: 0; margin: 0; }
.exp-bullets li {
  position: relative; padding-left: 16px; margin: 8px 0;
  font-weight: 300; opacity: .84; line-height: 1.7;
}
.exp-bullets li::before {
  content:"✦";
  position: absolute; left: 0; top: 0;
  color: rgba(184,107,75,0.9); font-size: .9rem; line-height: 1.4;
}

.local-touch {
  margin-top: 28px; padding-top: 22px;
  border-top: 1px solid rgba(184,107,75,0.12);
  text-align: center;
}
.local-touch p { margin: 0 auto; max-width: 820px; font-weight: 300; opacity: .82; line-height: 1.8; }
.local-touch em { color: var(--terracotta); font-style: italic; opacity: .95; }

/* --- 4. SECTION FINAL (CLOSE) --- */
.experience-close { background: var(--bg-sand); padding: 72px 0; text-align: center; }
.close-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 500; color: var(--vin-olive);
  font-size: clamp(2rem, 3.2vw, 2.8rem); margin: 0 0 12px 0;
}
.close-text {
  max-width: 820px; margin: 0 auto 26px auto;
  font-weight: 300; opacity: .84; line-height: 1.85;
}
.close-note { margin-top: 14px; font-size: .92rem; opacity: .62; font-style: italic; }

/* --- RESPONSIVE --- */
@media (max-width: 980px){
  .book-grid { grid-template-columns: 1fr; }
  .split-grid { 
    grid-template-columns: 1fr; /* On empile sur tablette/mobile */
    gap: 40px; 
    text-align: center; /* Texte centré sur mobile */
  }
  .split-text { text-align: center; }
}
@media (max-width: 520px){
  .experience-hero { padding: 60px 0 30px; }
  .book-card { padding: 32px 18px; }
  .exp-item { padding: 22px 16px; }
}