/* ===== PAGE À PROPOS ===== */
.about-section {
  /* padding: 6rem 0 4rem;
  background-color: var(--off-white); */
  /* background-image: url('../../public/bg-ouverture.png');
  background-size: cover; */
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 0rem;
}

.about-hero {
  text-align: center;
  margin-bottom: 0rem;
}

.about-hero h1 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 2.5rem;
  color: rgb(255, 255, 255);
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .about-hero h1 {
    font-size: 3rem;
  }
}

.about-hero-divider {
  width: 60px;
  height: 2px;
  background: #D4AF37;
  margin: 1rem auto;
}

.about-hero p {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.about-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .about-grid {
    /* grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    align-items: stretch; */
    flex-direction: column;
  }
}

.about-image-wrapper {
  flex: 1;
  min-width: 250px;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-image-wrapper:hover .about-image {
  transform: scale(1.02);
}

.about-content h2 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.75rem;
  color: var(--dark);
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .about-content h2 {
    font-size: 2rem;
  }
}

.about-content h3 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.25rem;
  color: #D4AF37;
  margin: 1.5rem 0 0.75rem;
}

.about-content p {
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.about-signature {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  font-style: italic;
  color: #D4AF37;
  /* font-family: 'Playfair Display', serif; */
}

.values-section {
  /* background: white; */
  padding: 3rem;
  border-radius: 1.5rem;
  margin-top: 2rem;
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.values-title {
  text-align: center;
  /* font-family: 'Playfair Display', serif; */
  font-size: 3rem;
  color: var(--dark);
  margin-bottom: 2rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .values-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.value-card {
  text-align: center;
  padding: 1rem;
}

.value-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.75rem;
}

.value-card h4 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.125rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.value-card p {
  font-size: 0.875rem;
  color: var(--gray);
  line-height: 1.5;
}

.status-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.status-badge p {
  margin: 0;
  color: #D4AF37;
  font-weight: 500;
  font-size: 0.875rem;
}

.status-badge-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* ===== PAGE PRESTATIONS ===== */
.prestations-page {
  padding: 6rem 0 4rem;
  background-color: var(--off-white);
  /* background-image: url('../../public/bg-ouverture.png');
  background-size: cover; */
}

.prestations-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.prestations-page-hero {
  text-align: center;
  /* margin-bottom: 3rem; */
}

.prestations-page-hero h1 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .prestations-page-hero h1 {
    font-size: 3rem;
  }
}

.prestations-page-divider {
  width: 60px;
  height: 2px;
  background: #D4AF37;
  margin: 1rem auto;
}

.prestations-page-hero p {
  color: white;
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.prestations-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}

.prestation-item {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.prestation-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.15);
  border-color: rgba(212, 175, 55, 0.3);
}

@media (min-width: 768px) {
  .prestation-item {
    grid-template-columns: 280px 1fr;
  }
}

.prestation-item-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .prestation-item-image {
    height: 100%;
  }
}

.prestation-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.prestation-item:hover .prestation-item-img {
  transform: scale(1.05);
}

.prestation-item-content {
  padding: 1.5rem;
}

.prestation-item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.prestation-item-title {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.5rem;
  color: var(--dark);
  margin: 0;
}

.prestation-item-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #D4AF37;
  margin: 0;
}

.prestation-item-desc {
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.prestation-item-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.prestation-item-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--gray);
}

.prestation-item-features li::before {
  content: '✓';
  color: #D4AF37;
  font-weight: bold;
}

.prestations-note {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, rgba(212, 175, 55, 0.02) 100%);
  border-left: 3px solid #D4AF37;
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin-top: 2rem;
  text-align: center;
}

.prestations-note p {
  margin: 0;
  color: var(--gray);
  font-style: italic;
}

.prestations-note strong {
  color: #D4AF37;
}

.prestations-cta {
  text-align: center;
  margin-top: 3rem;
}

/* ===== PAGE GALERIE ===== */
.gallery-page {
  padding: 6rem 0 4rem;
  background-color: var(--off-white);
  /* background-image: url('../../public/bg-ouverture.png');
  background-size: cover; */
}

.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.gallery-hero {
  text-align: center;
  margin-bottom: 0rem;
}

.gallery-hero h1 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .gallery-hero h1 {
    font-size: 3rem;
  }
}

.gallery-divider {
  width: 60px;
  height: 2px;
  background: #D4AF37;
  margin: 1rem auto;
}

.gallery-hero p {
  color: white;
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-item {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-icon {
  color: white;
  font-size: 2rem;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-icon {
  transform: scale(1);
}

.gallery-text {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  z-index: 5;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.gallery-item:hover .gallery-text {
  opacity: 1;
  transform: translateY(0);
}

.gallery-text h3 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1rem;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.gallery-text p {
  font-size: 0.75rem;
  margin: 0.25rem 0 0;
  opacity: 0.8;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.gallery-status {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.gallery-status-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.gallery-status h3 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.5rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.gallery-status p {
  color: var(--gray);
  margin-bottom: 1rem;
}

.gallery-status-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  color: #D4AF37;
  font-size: 0.875rem;
  font-weight: 500;
}

.gallery-quote {
  text-align: center;
  margin-top: 3rem;
  /* font-family: 'Playfair Display', serif; */
  font-style: italic;
  color: #D4AF37;
  font-size: 1.125rem;
}

/* ===== PAGE RÉSERVATION ===== */
.booking-page {
  padding: 6rem 0 4rem;
  background-color: var(--off-white);
  min-height: 100vh;
  /* background-image: url('../../public/bg-ouverture.png');
  background-size: cover; */
}

.booking-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.booking-hero {
  text-align: center;
  margin-bottom: 0rem;
}

.booking-hero h1 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .booking-hero h1 {
    font-size: 3rem;
  }
}

.booking-divider {
  width: 60px;
  height: 2px;
  background: #D4AF37;
  margin: 1rem auto;
}

.booking-hero p {
  color: white;
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.booking-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  background: white;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.1);
}

@media (min-width: 768px) {
  .booking-form-wrapper {
    padding: 2.5rem;
  }
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.form-label span {
  color: #D4AF37;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: 'Space Grotesk', sans-serif;
  background: white;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #D4AF37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.booking-submit-btn {
  background: linear-gradient(135deg, #D4AF37 0%, #C59B27 25%, #E8D5A3 50%, #C59B27 75%, #D4AF37 100%);
  background-size: 200% 200%;
  color: #1A1A1A;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  border: none;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  animation: shimmer 3s ease infinite;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.booking-submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
  border-radius: 9999px;
}

.booking-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
  background: linear-gradient(135deg, #E8D5A3 0%, #D4AF37 100%);
}

.booking-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.booking-success {
  text-align: center;
  padding: 2rem;
}

.success-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.success-title {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.75rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.success-message {
  color: var(--gray);
  margin-bottom: 2rem;
}

.booking-footer {
  text-align: center;
  margin-top: 2rem;
  /* font-family: 'Playfair Display', serif; */
  font-style: italic;
  color: #D4AF37;
  font-size: 1.125rem;
}

.booking-note {
  text-align: center;
  font-size: 0.75rem;
  color: var(--gray);
  margin-top: 1rem;
}

/* ===== PAGE CONTACT ===== */
.contact-page {
  padding: 6rem 0 4rem;
  background-color: var(--off-white);
  min-height: 100vh;
  /* background-image: url('../../public/bg-ouverture.png');
  background-size: cover; */
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.contact-hero {
  text-align: center;
  margin-bottom: 3rem;
}

.contact-hero h1 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 2.5rem;
  color: var(--dark);
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .contact-hero h1 {
    font-size: 3rem;
  }
}

.contact-divider {
  width: 60px;
  height: 2px;
  background: #D4AF37;
  margin: 1rem auto;
}

.contact-hero p {
  color: var(--gray);
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.contact-info-card {
  background: white;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.contact-info-title {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.5rem;
  color: var(--dark);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.contact-info-title::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 40px;
  height: 2px;
  background: #D4AF37;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact-info-item:hover {
  transform: translateX(5px);
}

.contact-info-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-icon svg {
  color: #D4AF37;
}

.contact-info-content {
  flex: 1;
}

.contact-info-label {
  font-size: 0.75rem;
  color: var(--gray);
  margin-bottom: 0.25rem;
}

.contact-info-value {
  font-size: 1rem;
  font-weight: 500;
  color: var(--dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-value:hover {
  color: #D4AF37;
}

.contact-social {
  margin-top: 2rem;
  padding-top: 1rem;
}

.contact-social-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 1rem;
}

.contact-social-icons {
  display: flex;
  gap: 1rem;
}

.contact-social-link {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #D4AF37;
}

.contact-social-link:hover {
  background: #D4AF37;
  transform: translateY(-3px);
}

.contact-social-link:hover svg {
  color: #1A1A1A;
}

.contact-form-wrapper {
  background: white;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.contact-form-title {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.5rem;
  color: var(--dark);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.contact-form-title::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 40px;
  height: 2px;
  background: #D4AF37;
}

.contact-form {
  margin-top: 1.5rem;
}

.contact-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #D4AF37 0%, #C59B27 100%);
  color: #1A1A1A;
  padding: 1rem;
  border: none;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Space Grotesk', sans-serif;
  margin-top: 1rem;
}

.contact-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
  background: linear-gradient(135deg, #E8D5A3 0%, #D4AF37 100%);
}

.contact-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.contact-success {
  text-align: center;
  padding: 2rem;
}

.contact-success-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.contact-success-title {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.5rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.contact-success-message {
  color: var(--gray);
}

.contact-status {
  text-align: center;
  margin-top: 2rem;
  padding: 1.5rem;
  background: white;
  border-radius: 1rem;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.contact-status-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  color: #D4AF37;
  font-size: 0.875rem;
  font-weight: 500;
}

.contact-footer {
  text-align: center;
  margin-top: 2rem;
  /* font-family: 'Playfair Display', serif; */
  font-style: italic;
  color: #D4AF37;
  font-size: 1.125rem;
}

.general {
  /* background-image: url('https://res.cloudinary.com/degalhtre/image/upload/v1777448108/bg-ouverture_aia57r.jpg');
  background-size: cover; */
}

.divider {
  width: 60px;
  height: 2px;
  background: #D4AF37;
  margin: 0rem auto;
  margin-top: 2rem;
  margin-bottom: -3rem;
}