/* Page privatisation — lecture fluide & rythme des sections */

.page-privat .main__about,
.page-privat .main__special,
.page-privat .main__menu,
.page-privat .main__order,
.page-privat .main__gallery,
.page-privat .main__questions,
.page-privat .main__hero {
  margin-bottom: 8rem;
}

.page-privat .about {
  min-height: auto;
  padding: 12rem 0 8rem;
}

.page-privat .about .animation {
  top: 14%;
}

.page-privat .about__content {
  max-width: 68rem;
}

.page-privat .about__title {
  font-size: 2.8rem;
  line-height: 1.35;
  margin-bottom: 2rem;
}

.page-privat .about__text {
  margin-bottom: 3.5rem;
}

.page-privat .about__text p {
  font-size: 1.7rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 1.2rem;
}

.page-privat .privat-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.5rem;
  margin-bottom: 3.5rem;
  padding: 1.8rem 2rem;
  border: 1px solid rgba(192, 134, 79, 0.25);
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.25);
}

.page-privat .privat-stats span {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
}

.page-privat .privat-stats strong {
  color: #c0864f;
  font-weight: 600;
}

.page-privat .privat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}

.page-privat .privat-actions .button {
  min-width: 20rem;
}

.page-privat .privat-actions .button--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.page-privat .privat-actions .button--ghost:hover {
  border-color: #c0864f;
}

/* Intro sous les titres */
.page-privat .privat-lead {
  max-width: 62rem;
  margin: -4rem auto 5rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
}

.page-privat .special__heading,
.page-privat .menu__heading,
.page-privat .gallery__heading,
.page-privat .questions__heading,
.page-privat .testimonials__heading {
  margin-bottom: 0;
  padding-bottom: 5rem;
}

/* Bloc expérience */
.page-privat .order {
  min-height: auto;
  padding: 6rem 0;
}

.page-privat .order__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.page-privat .order .menu__heading {
  grid-column: 1 / -1;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-privat .order__content {
  padding: 0;
  max-width: none;
}

.page-privat .order__heading {
  max-width: none;
  font-size: 3rem;
  line-height: 1.3;
}

.page-privat .order__text {
  margin-bottom: 3rem;
}

.page-privat .order__text h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.page-privat .order__visual {
  border-radius: 1.2rem;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 48rem;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.4);
}

.page-privat .order__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Pont capacité */
.page-privat .privat-bridge {
  margin-bottom: 8rem;
}

.page-privat .privat-bridge__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3.5rem 3rem;
  text-align: center;
  border: 1px solid rgba(192, 134, 79, 0.3);
  border-radius: 1.2rem;
  background: rgba(192, 134, 79, 0.06);
}

.page-privat .privat-bridge__number {
  font-family: 'montserrat alternates', serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  color: #c0864f;
  line-height: 1;
  margin-bottom: 1rem;
}

.page-privat .privat-bridge__text {
  font-size: 1.7rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  max-width: 52rem;
  margin: 0 auto;
}

/* Sections menu regroupées */
.page-privat .privat-flow {
  margin-bottom: 8rem;
}

.page-privat .privat-flow__block + .privat-flow__block {
  margin-top: 7rem;
  padding-top: 7rem;
  border-top: 1px solid rgba(192, 134, 79, 0.15);
}

.page-privat .privat-flow .menu__heading {
  padding-bottom: 4rem;
}

.page-privat .privat-flow .privat-lead {
  margin-top: -2rem;
  margin-bottom: 4rem;
}

/* Galerie & FAQ */
.page-privat .gallery__heading + .privat-lead {
  margin-top: -4rem;
}

.page-privat .questions__heading + .privat-lead {
  margin-top: -4rem;
  margin-bottom: 4rem;
}

/* Formulaire */
.page-privat .hero {
  padding: 10rem 0 12rem;
}

.page-privat .hero__container {
  max-width: 70rem;
}

.page-privat .hero__reservation {
  max-width: 100%;
}

.page-privat .privat-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 3rem;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.page-privat .privat-contact a {
  font-size: 1.5rem;
  color: #c0864f;
  transition: opacity 0.2s;
}

.page-privat .privat-contact a:hover {
  opacity: 0.75;
}

.page-privat .privat-contact span {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.75);
}

/* Mobile */
@media (max-width: 992px) {
  .page-privat .main__about,
  .page-privat .main__special,
  .page-privat .main__menu,
  .page-privat .main__order,
  .page-privat .main__gallery,
  .page-privat .main__questions,
  .page-privat .main__hero,
  .page-privat .privat-bridge,
  .page-privat .privat-flow {
    margin-bottom: 6rem;
  }

  .page-privat .order__container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .page-privat .order__visual {
    order: -1;
    aspect-ratio: 16 / 10;
    max-height: 32rem;
  }

  .page-privat .privat-lead {
    margin-bottom: 3.5rem;
    font-size: 1.55rem;
  }

  .page-privat .privat-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-privat .privat-actions .button {
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .page-privat .about {
    padding: 10rem 0 6rem;
  }

  .page-privat .privat-stats {
    flex-direction: column;
    gap: 0.8rem;
    text-align: center;
  }

  .page-privat .privat-bridge__inner {
    padding: 2.5rem 1.5rem;
  }

  .page-privat .privat-flow__block + .privat-flow__block {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}
