/* =============================================================
   reservation.css — Page de réservation (iframe Smoobu)
   ============================================================= */

/* ---- En-tête ---------------------------------------------- */
.reserv-hero {
  background: var(--color-bg-dark, #1A1510);
  padding: clamp(5rem, 10vw, 8rem) 0 clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  border-bottom: 1px solid rgba(196, 163, 90, 0.1);
}

.reserv-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-gold, #C4A35A);
  opacity: 0.75;
  margin: 0 0 0.75rem;
}

.reserv-titre {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 300;
  color: rgba(245, 237, 220, 0.92);
  margin: 0 0 1rem;
  line-height: 1.1;
}

.reserv-sous-titre {
  font-family: 'Jost', sans-serif;
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  color: rgba(245, 237, 220, 0.45);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

/* ---- Section iframe --------------------------------------- */
.reserv-iframe-section {
  background: #0F0D0A;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}

.reserv-iframe-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 3rem);
}

/* L'iframe Smoobu injecte lui-même un <iframe> dans #apartmentIframeAll */
#apartmentIframeAll {
  width: 100%;
  min-height: 700px;
  border-radius: 2px;
  overflow: hidden;
}

#apartmentIframeAll iframe {
  width: 100% !important;
  border: none !important;
  display: block;
}
