/* ==========================================================================
   Kamai Event — Section « Prestations » (#prestations).
   Grille « ce qui est compris » : 6 atouts de la prestation photobooth.
   Fond blanc (rythme : Pourquoi Kamai ivoire → Prestations blanc → Galerie sombre).
   Dépend de css/tokens.css.
   ========================================================================== */
.prestations{
  background:#fff; padding:7rem 1.8rem;
  border-top:1px solid rgba(197,165,114,.18);
}
.prestations__inner{ max-width:1100px; margin:0 auto; }

/* ---- En-tête ---- */
.prestations__head{ max-width:640px; margin:0 auto 4rem; text-align:center; }
.prestations .eyebrow{
  font-family:var(--sans); font-size:.72rem; letter-spacing:.34em;
  text-transform:uppercase; color:var(--ink-soft); margin-bottom:1.1rem;
}
.prestations h2{
  font-family:var(--serif); font-weight:500; line-height:1.06;
  font-size:clamp(2rem,4vw,3rem); color:var(--ink); margin:0 0 1rem;
}
.prestations .lead{ color:var(--ink-soft); font-size:1.02rem; line-height:1.7; }

/* ---- Grille d'atouts ---- */
.prestations__grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:2.8rem 2.4rem;
}
.presta__item::before{                /* petit filet doré, comme les étapes */
  content:""; display:block; width:34px; height:1px;
  background:rgba(184,148,106,.6); margin-bottom:1.2rem;
}
.presta__title{
  font-family:var(--serif); font-weight:600; font-size:1.25rem;
  line-height:1.2; color:var(--ink); margin:0 0 .55rem;
}
.presta__text{
  font-family:var(--sans); font-weight:300; font-size:.96rem;
  line-height:1.65; color:var(--ink-soft);
}

@media (max-width:860px){
  .prestations{ padding:4.5rem 1.4rem; }
  .prestations__head{ margin-bottom:2.8rem; }
  .prestations__grid{ grid-template-columns:1fr 1fr; gap:2.4rem 2rem; }
}
@media (max-width:480px){
  .prestations__grid{ grid-template-columns:1fr; }
}
