body {
  font-family: var(--font-family);
}

.home-page {
  display: block;
  width: 100%;
}

.home-page > section {
  margin: 0 auto;
  padding: 4rem 2rem;
}

h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  color: var(--secondary-color);
}

p,
a,
li {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: var(--text-color);
}

section a:hover {
  color: var(--secondary-color);
}

.wave-separator {
  width: 100%;
  height: 100px;
  overflow: hidden;
  line-height: 0;
}

.wave-separator svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cta-button:hover {
  box-shadow: 0 0 10px rgba(191, 166, 107, 0.6);
  background: #d4af7f;
}

/* --- Modern, immersive, luxury hero banner --- */
.hero-banner {
  position: relative;
  overflow: hidden;
  height: 60vh; /* or 70vh for bigger */
  min-height: 400px;
  max-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner picture,
.hero-banner img.hero-img,
.hero-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Fills the .hero-banner */
  min-height: unset;
  max-height: unset;
}

.hero-banner .overlay {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #fff;
  padding: 5rem 1rem;
}

/* ...existing code... */
.overlay h1 {
  font-size: 3rem;
  margin: 0;
}

.overlay p {
  font-size: 1.5rem;
  color: white;
  text-shadow: 0 1px 2px var(--primary-color), 0 -1px 2px var(--primary-color),
    1px 0 2px var(--primary-color), -1px 0 2px var(--primary-color);
}

.hero-cta-group {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.cta-owner {
  background: linear-gradient(90deg, #2b3d55 0%, #4a6a97 100%);
  color: #fff !important;
}
.cta-owner:hover {
  background: linear-gradient(90deg, #23344a 0%, #3d5779 100%);
}

.commitments-section {
  padding: 4rem 2rem;
  background: linear-gradient(to top, #fff8f0, #f8f5f2);
  text-align: center;
  margin-bottom: 20px;
}

/* Commitments section cards */
.commitments-section .col .p-3 {
  background: #fff;
  transition: box-shadow 0.2s;
}
.commitments-section .col .p-3:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.commitments-section img {
  display: block;
  margin: 0 auto 1rem auto;
  max-width: 100%;
  height: auto;
}
.cta-button {
  background: var(--primary-color, #ff385c);
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-weight: 600;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  display: inline-block;
}
.cta-button:hover {
  background: #d4af7f;
  box-shadow: 0 0 10px rgba(191, 166, 107, 0.6);
  color: #fff;
}

.engagement-tooltip {
  min-width: 220px;
  max-width: 340px;
  font-size: 1.08rem;
  line-height: 1.5;
  background: var(--card-bg, #fff);
  color: var(--text, #222);
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding: 1rem 1.2rem;
  text-align: left;
}
.engagement-tooltip ul {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
  list-style: disc;
}
.engagement-tooltip li {
  margin-bottom: 0.2em;
}
.engagement-tooltip b {
  font-size: 1.12em;
  color: var(--text-primary, #bfa66b);
}
.engagement-tooltip em {
  color: #555;
}

/* --- Luxury Contact Section --- */
.contact-section {
  background: linear-gradient(135deg, #f8f5f2 60%, #fff8f0 100%);
  padding: 0;
}

.contact-wrapper-luxury {
  max-width: 8000px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 2.5rem 1.5rem;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(191, 166, 107, 0.13),
    0 1.5px 8px rgba(0, 0, 0, 0.06);
  position: relative;
  top: -2rem;
}

.contact-intro {
  text-align: center;
  margin-bottom: 2.2rem;
}

.contact-icon {
  font-size: 2.7rem;
  color: #d4af7f;
  margin-bottom: 0.5rem;
}

.luxury-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #d4af7f 0%, #fff8f0 100%);
  border-radius: 2px;
  margin: 0.7rem auto 1.2rem auto;
}

.contact-card-luxury {
  background: #fffdfa;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px rgba(191, 166, 107, 0.09);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.contact-form .form-group {
  margin-bottom: 1.2rem;
}

.contact-form label {
  font-weight: 600;
  color: #bfa66b;
  margin-bottom: 0.3rem;
  display: block;
  letter-spacing: 0.01em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1.5px solid #e6e1d9;
  border-radius: 0.7rem;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  background: #f9f7f3;
  color: #222;
  transition: border 0.2s;
  box-shadow: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #d4af7f;
  outline: none;
  background: #fff;
}

.btn-luxury {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #d4af7f 0%, #ffecd2 100%);
  color: #222;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 0;
  font-size: 1.1rem;
  margin-top: 0.7rem;
  box-shadow: 0 2px 8px rgba(191, 166, 107, 0.13);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.btn-luxury:hover {
  background: linear-gradient(90deg, #bfa66b 0%, #ffe6b7 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(191, 166, 107, 0.18);
}

/* Section base */
.lux-section {
  padding: 4rem 0 3rem 0;
  background: linear-gradient(135deg, #f8f5f2 60%, #fff8f0 100%);
  margin-bottom: 2.5rem;
  box-shadow: 0 2px 16px rgba(191, 166, 107, 0.07);
  transition: background 0.7s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;
}
.lux-section.alt-bg {
  background: linear-gradient(120deg, #fff8f0 60%, #f8f5f2 100%);
}
.lux-section-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero-section {
  background: linear-gradient(120deg, #fff8f0 80%, #f8f5f2 100%);
  box-shadow: 0 8px 32px rgba(191, 166, 107, 0.13),
    0 1.5px 8px rgba(0, 0, 0, 0.06);
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 2rem 2rem 0 0;
}

.hero-banner picture,
.hero-banner img.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}
.hero-banner .overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 8rem 1rem;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 700px;
}
.overlay h1 {
  font-size: 3rem;
  margin: 0;
  text-shadow: 0 2px 8px #000;
  font-family: "Playfair Display", serif;
}
.overlay p {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0 2px 8px #000;
}
@media (max-width: 768px) {
  .hero-banner {
    min-height: 320px;
    height: 35vh;
    max-height: 500px;
  }
  .hero-banner .overlay {
    padding: 2rem 0.7rem;
    min-height: 320px;
  }
  .overlay h1 {
    font-size: 2rem;
  }
  .overlay p {
    font-size: 1.1rem;
  }
}
.section-title-luxury {
  font-family: "Playfair Display", serif;
  color: #bfa66b;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}
.luxury-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #d4af7f 0%, #fff8f0 100%);
  border-radius: 2px;
  margin: 0.7rem auto 1.2rem auto;
}
.luxury-divider.left {
  margin-left: 0;
  margin-right: auto;
}
.text-gold {
  color: #bfa66b !important;
}
.luxury-card {
  background: #fffdfa;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px rgba(191, 166, 107, 0.09);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  transition: box-shadow 0.2s;
}
.luxury-card:hover {
  box-shadow: 0 8px 32px rgba(191, 166, 107, 0.13),
    0 1.5px 8px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px) scale(1.02);
}
.commitments-section {
  background: transparent;
  border-radius: 2rem;
  margin-bottom: 2.5rem;
  padding: 0;
  box-shadow: none;
}

.lux-section.logements-section,
.lux-section.activities-section {
  background: linear-gradient(120deg, #f8fafc 0%, #f3f6fb 100%);
  border-radius: 2.5rem;
  box-shadow: 0 8px 40px 0 rgba(191, 166, 107, 0.13),
    0 1.5px 8px rgba(0, 0, 0, 0.04);
  padding: 3.5rem 2rem 2.5rem 2rem;
  margin-bottom: 3.5rem;
  border: 2.5px solid #e9e2d0;
  position: relative;
  overflow: hidden;
  /* Glassmorphism effect */
  backdrop-filter: blur(2.5px);
}

.lux-section.logements-section::before,
.lux-section.activities-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2.5rem;
  pointer-events: none;
  border: 2.5px double #e0b973;
  opacity: 0.25;
  z-index: 1;
}

.lux-section.logements-section::after,
.lux-section.activities-section::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2.5rem;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='.03' width='100' height='100' fill='%23e0b973'/%3E%3C/svg%3E")
    repeat;
  z-index: 0;
}

.section-title-luxury {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2b3d55;
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
  text-align: center;
  z-index: 2;
  position: relative;
}

.luxury-divider {
  width: 80px;
  height: 5px;
  background: linear-gradient(90deg, #e0b973 0%, #fffbe6 100%);
  border-radius: 3px;
  margin: 1.2rem auto 2rem auto;
  z-index: 2;
  position: relative;
}

.logements-grid,
.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin-top: 2.5rem;
  z-index: 2;
  position: relative;
}

.luxury-card {
  background: #fffdfa;
  border-radius: 2rem;
  box-shadow: 0 4px 32px rgba(191, 166, 107, 0.1),
    0 1.5px 8px rgba(0, 0, 0, 0.04);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid #f3e9d7;
  position: relative;
}
.luxury-card:hover {
  box-shadow: 0 12px 48px rgba(191, 166, 107, 0.18),
    0 2px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-6px) scale(1.025);
}

.btn-show-more {
  background: linear-gradient(90deg, #e0b973 0%, #f3c77b 100%);
  color: #2b3d55;
  font-weight: bold;
  border: none;
  border-radius: 2rem;
  padding: 0.85rem 2.7rem;
  font-size: 1.15rem;
  box-shadow: 0 2px 8px #0001;
  transition: background 0.2s, color 0.2s, transform 0.15s;
  margin-top: 1.5rem;
}
.btn-show-more:hover {
  background: #2b3d55;
  color: #fffbe6;
  transform: translateY(-2px) scale(1.04);
}

.promo-banner-launch {
  width: 60vw;
  margin: auto;
  margin-bottom: 0.5rem;
  position: relative;
  background: linear-gradient(90deg, #ffe9c0 0%, #d4af7f 100%);
  color: #2b3d55;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem 0.5rem 1rem 0.5rem;
  letter-spacing: 0.02em;
  z-index: 20;
  box-shadow: 0 2px 12px rgba(191, 166, 107, 0.1);
  border-radius: 1.2rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
