/* =====================================================
   SÈVE FÉMININE — HOME (index)
   Hero + sections + FAQ
   ===================================================== */

/* ===================== HERO ===================== */
.hero{
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 5.2rem 0 4.2rem;
  overflow: hidden;
  
}
.hero-bg-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  z-index: 0;
  filter: brightness(1.18) contrast(1.02);
}
.hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: none;
}
.hero-content{ position: relative; z-index: 2; }

.hero h1{
  color:#fff;
  text-shadow: 0 12px 32px rgba(0,0,0,0.38);
}
.hero .hero-eyebrow{ color: #a06a4d; }

.hero .hero-lead{
  max-width:640px;
  font-size:1.05rem;
  color: rgba(255, 248, 241, 0.92);
  text-shadow: 0 6px 22px rgba(0,0,0,0.32);
  opacity: 0.96;
}
.hero .hero-lead p{
  color: rgba(255, 248, 241, 0.92);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 0.6rem;
}

.hero-actions{
  display:flex;
  gap:0.8rem;
  flex-wrap:wrap;
  margin-top:1.2rem;
}

/* ===================== NARRATIVE ===================== */
.section-narrative{ padding: 30px 0; }
.section-narrative .narrow{ width: 100%; padding: 0 2rem; text-align: center; }

.section-narrative p{
  font-family: "Arsenica", serif;
  font-size: clamp(1.4rem, 3.2vw, 2.15rem);
  line-height: 1.35;
  color: var(--text);
  text-align: center;
  margin: 0 auto;
}

/* ===================== APPROCHE HOLISTIQUE (sable) ===================== */
.section-image-left{
  padding: 2.5rem 0;
  background: #D0B98B;
  
}

.section-image-left h3,
.section-image-left p{ color: #f7efe6; }

.section-image-left .text-block{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.approach-gallery{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 18px;
}
.approach-gallery img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 22px rgba(68, 46, 30, 0.15);
}

/* ===================== TRAVERSÉES ===================== */
.section-traverses{ padding-top: 4rem; }
.section-traverses h2{ padding: 0 1.8rem; }

.traverse-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 1.6rem;
  padding: 0 1.8rem;
}

.traverse{
  position:relative;
  width:100%;
  border-radius:var(--radius-xl);
  overflow:hidden;
  box-shadow:var(--shadow);
}

.traverse img{
  height:340px;
  width:100%;
  object-fit:cover;
}

.traverse::after{
  content:"";
  position:absolute;
  inset:0;
  z-index: 1;
  background:linear-gradient(90deg, rgba(40,26,18,0.65), rgba(40,26,18,0.1));
  pointer-events:none;
}

.traverse-content{
  position:absolute;
  bottom:0;
  left:0;
  z-index: 2;
  padding:1.6rem;
  color:#fff;
}

.traverse-content h3{
  display:inline-block;
  background: rgba(247, 239, 230, 0.35);
  color:#3f2f25;
  padding:0.45rem 0.8rem;
  border-radius:4px;
  margin-bottom:0.6rem;
  font-weight:500;
  line-height:1;
}

.traverse-content p{
  color:rgba(255,255,255,0.92);
  font-size: 1rem;
  line-height:1.25;
  margin-bottom:0.7rem;
}
/* Boutons multiples dans une carte TRAVERSE (Féminité) */
.traverse-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

/* Sur mobile : les boutons passent l'un sous l'autre, full width */
.traverse-actions .btn-small{
  flex: 1 1 100%;
  justify-content: center;
}

/* Sur écrans + larges, ils peuvent se mettre côte à côte */
@media (min-width: 700px){
  .traverse-actions .btn-small{
    flex: 1 1 auto;
  }
}

/* ===================== POURQUOI SÈVE ===================== */
.section-gift{
  background:
    radial-gradient(700px 500px at 20% 20%, rgba(255,220,195,0.45), transparent 60%),
    linear-gradient(180deg, rgba(247,239,230,0.2), rgba(247,239,230,0.85));
}

.section-gift .narrow{
  background:rgba(255,253,249,0.75);
  border-radius:var(--radius-xl);
  padding:2.3rem 0.8rem;
  box-shadow:var(--shadow);
}
.section-gift .quote-text {
  padding-top: 2.8rem;
  padding-bottom: 0;
}
/* ===================== CITATIONS ===================== */
.section-quote{
  padding: 1.2rem 0 0.8rem;
  background:
    radial-gradient(600px 400px at 80% 0%, rgba(255, 221, 196, 0.35), transparent 60%),
    linear-gradient(180deg, rgba(255,248,241,0.8));
}

.quote-text{
  font-family: "Arsenica", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  text-align: center;
  color: var(--text);
  line-height: 1.4;
  
}

/* ===================== FAQ ===================== */
.section-faq{ background: #fffdf9; }
.section-faq h2{ text-align: center; margin-bottom: 2rem; }

.faq-item{
  background: transparent;
  border: none;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(205,176,150,0.6);
}

.faq-item summary{
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.5rem;
}
.faq-item summary::-webkit-details-marker{ display:none; }

.faq-item summary::after{
  content: "˅";
  font-size: 0.9rem;
  color: var(--muted);
  margin-left: 0.8rem;
}

.faq-item[open] summary::after{
  content: "˄";
  color: var(--accent);
}

.faq-body{ margin-top: 0.4rem; font-size: 0.96rem; color: var(--muted); }
.faq-body p{ margin-bottom: 0.5rem; }
.faq-body ul{ margin: 0 0 0.5rem 1.2rem; padding: 0; }

.faq-footer{ margin-top: 1.6rem; text-align: center; }
.faq-footer p{ margin-bottom: 1.5rem; }

/* largeur max confortable + centrage FAQ */
.section-faq .narrow{ max-width: 900px; margin: 0 auto; }

/* ===================== RESPONSIVE HOME ===================== */
@media (max-width: 1100px){
  .traverse-grid{ grid-template-columns: repeat(2, 1fr); }
  .traverse img{ height:360px; }
  .approach-gallery{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px){
  .section{ padding:3.5rem 0; }
  .hero{ padding:4.2rem 0 3rem; min-height: 72vh; }

  .traverse-grid{ grid-template-columns: 1fr; }
  .traverse img{ height:300px; }

  .section-narrative .narrow{ padding: 0 1.2rem; }
  .section-narrative p{ font-size: 1.15rem; line-height: 1.3; text-align: center; }

  .approach-gallery{ grid-template-columns: repeat(2, 1fr); }
}
/* =====================================================
   APPROCHE HOLISTIQUE — ARRONDI INTERNE "BANANE" (CONVEXE)
   ===================================================== */

/* Section sable */
.section-image-left{
  position: relative;
  background: #D0B98B;
  padding: 2.5rem 0 0; /* + de padding bas pour laisser respirer avant la courbe */
  overflow: visible;        /* IMPORTANT : on laisse dépasser la banane */
  z-index: 2;               /* au-dessus de la section suivante */
}

/* La "banane" sable qui dépasse */
.section-image-left::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80px;            /* profondeur de la banane */
  width: 140%;
  height: 500px;
  background: #D0B98B;
  border-radius: 0 0 100% 100%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

/* Contenu au-dessus de la banane */
.section-image-left .container,
.section-image-left .text-block{
  position: relative;
  z-index: 3;
}

/* Section suivante : on remonte son contenu pour éviter qu'il soit "mangé" */
.section-image-left + section{
  position: relative;
  z-index: 1;
  padding-top: 110px; /* ≈ -bottom (90) + marge */
}
