/* E-wenze — couche visuelle professionnelle */

body { background: #faf9f7; overflow-x: hidden; }
header { backdrop-filter: saturate(140%) blur(8px); }
.brand-logo-wrap { border-radius: 12px; }
.btn-primary { border: 0; box-shadow: 0 8px 20px rgba(255, 56, 92, .22); }
.listing-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(28, 22, 18, .07);
}
.listing-card:hover { transform: none; }
.listing-card:hover .listing-thumbnail img { transform: none; }
.listing-info { padding: 10px 4px 14px; display: block; }
.listing-page { padding-top: 8px; padding-bottom: 64px; }
.listing-page-header { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.listing-page-title { display: block !important; width: 100%; font-size: clamp(1.45rem, 3vw, 2.1rem); letter-spacing: -.03em; }
.listing-page-meta { width: 100%; }
.booking-card {
  border: 1px solid #ece8e3;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(20, 16, 12, .1);
}

/* Booking-style photo carousel */
.lp-carousel {
  position: relative;
  aspect-ratio: 20/19;
  border-radius: 16px;
  overflow: hidden;
  background: #ece8e3;
}
.lp-track { display: block; width: 100%; height: 100%; }
.lp-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .45s ease;
}
.lp-slide.is-on { opacity: 1; z-index: 1; }
.lp-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.lp-carousel:hover .lp-nav,
.listing-gallery:hover .lp-nav,
.lp-nav:focus {
  opacity: 1;
  pointer-events: auto;
}
.lp-prev { left: 10px; }
.lp-next { right: 10px; }
.lp-dots {
  position: absolute;
  left: 0; right: 0; bottom: 10px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 5px;
  pointer-events: none;
}
.lp-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
}
.lp-dot.is-on { background: #fff; transform: scale(1.15); }
.lp-count {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 3;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,.45);
  padding: 3px 8px;
  border-radius: 999px;
  pointer-events: none;
}
.lp-carousel .badge-category { z-index: 4; }
.lp-carousel .btn-favorite { z-index: 5; }

.listing-gallery.is-single {
  grid-template-columns: 1fr;
  max-height: none;
}
.listing-gallery.is-single .gallery-grid { display: none; }
.gallery-main {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #1a1714;
}
.gallery-hit {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.listing-gallery .lp-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery-side-btn {
  border: 0;
  padding: 0;
  background: #111;
  overflow: hidden;
  cursor: pointer;
  display: block;
  height: 100%;
}
.gallery-show-all {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 6;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: #fff;
  color: #171717;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(0,0,0,.2);
  cursor: pointer;
}
.gallery-show-all:hover { background: #171717; color: #fff; }

.lp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  background: rgba(10,10,10,.94);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-lightbox[hidden] { display: none !important; }
.lp-lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 84vh;
  object-fit: contain;
  border-radius: 8px;
}
.lp-lb-close {
  position: absolute;
  top: 16px; right: 18px;
  width: 44px; height: 44px;
  border: 0; border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff; font-size: 28px;
}
.lp-lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px; height: 46px;
  border: 0; border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #111;
}
.lp-lb-nav.prev { left: 18px; }
.lp-lb-nav.next { right: 18px; }
.lp-lb-meta {
  position: absolute;
  bottom: 18px;
  left: 0; right: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
body.lp-lock { overflow: hidden; }
.booking-card {
  border: 1px solid #ece8e3;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(20, 16, 12, .1);
}

/* ---- Destinations ---- */
.explorer-root--home {
  margin-top: 56px;
  padding-top: 8px;
}
.explorer-root-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -.03em;
  margin: 0 0 22px !important;
  color: #171717 !important;
}
.explorer-tabs {
  gap: 8px !important;
  border-bottom: 0 !important;
  margin-bottom: 22px !important;
}
.explorer-tab {
  border: 1px solid #ece7e1 !important;
  border-radius: 999px !important;
  padding: 8px 16px !important;
  background: #fff !important;
  color: #555 !important;
  border-bottom: 1px solid #ece7e1 !important;
}
.explorer-tab.active {
  background: #171717 !important;
  color: #fff !important;
  border-color: #171717 !important;
}
.explorer-grid,
.explorer-panel:not([hidden]) {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px !important;
}
.dest-card {
  position: relative;
  display: block;
  min-height: 230px;
  aspect-ratio: 3/4;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 28px rgba(20,16,12,.14);
  transition: transform .25s ease, box-shadow .25s ease;
}
.dest-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(20,16,12,.2);
  opacity: 1 !important;
}
.dest-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 25%, rgba(0,0,0,.78) 100%);
}
.dest-card-text {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dest-card-text strong {
  font-size: 17px;
  font-weight: 700;
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.dest-card-text span {
  font-size: 13px;
  color: rgba(255,255,255,.88) !important;
}
.explorer-all-provinces {
  margin-top: 22px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}
.explorer-all-summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #171717;
  color: #fff !important;
  font-size: 14px !important;
}
.explorer-prov-count { color: rgba(255,255,255,.7) !important; }
.dest-chip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f6f3ef;
  border: 1px solid #ece7e1;
  color: #171717;
  transition: .2s ease;
}
.dest-chip:hover { background: #171717; color: #fff; }
.dest-chip strong { font-size: 14px; }
.dest-chip span { font-size: 12px; opacity: .75; }

/* ---- Footer ---- */
.main-footer {
  position: relative;
  z-index: 1100;
  background:
    radial-gradient(1200px 420px at 8% -10%, rgba(255,56,92,.22), transparent 55%),
    radial-gradient(900px 380px at 100% 0%, rgba(255,138,91,.12), transparent 50%),
    #0f0e0d !important;
  color: #cfc8c0 !important;
  padding: 0 0 28px !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}
.footer-accent {
  height: 4px;
  background: linear-gradient(90deg, #FF385C, #ff8a5b, #FF385C);
}
.footer-host-cta {
  padding: 36px 0 8px;
}
.footer-host-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px 32px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,56,92,.18), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.1);
}
.footer-kicker {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #ff8a9a;
  font-weight: 700;
}
.footer-host-cta h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  letter-spacing: -.02em;
}
.footer-host-cta p { margin: 0; max-width: 520px; color: #d7d0c8; }
.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #FF385C;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(255,56,92,.35);
}
.footer-cta-btn:hover { background: #e0274a; color: #fff !important; }
.footer-dev-badge {
  display: inline-flex;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  font-size: 12px;
  color: #d8d0c8;
}
.footer-dev-badge strong { color: #fff; font-weight: 700; }
.explorer-root--footer {
  margin: 28px 0 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.explorer-root--footer .explorer-root-title {
  color: #fff !important;
  margin-bottom: 18px !important;
}
.explorer-root--footer .explorer-tab {
  background: rgba(255,255,255,.07) !important;
  color: #ddd !important;
  border-color: rgba(255,255,255,.12) !important;
}
.explorer-root--footer .explorer-tab.active {
  background: #fff !important;
  color: #171717 !important;
  border-color: #fff !important;
}
.explorer-root--footer .dest-chip {
  background: rgba(255,255,255,.06);
  color: #fff;
  border-color: rgba(255,255,255,.1);
}
.explorer-root--footer .dest-chip:hover { background: #FF385C; color: #fff; }
.explorer-root--footer .explorer-all-summary { background: #FF385C; }
.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}
.footer-brand-row img {
  height: 44px;
  width: auto;
  border-radius: 10px;
  background: #fff;
  padding: 4px 8px;
}
.footer-tagline {
  margin: 0;
  font-size: 15px;
  color: #ece7e1;
}
.footer-brand-row .footer-dev-sign {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 32px;
}
.footer-col h4 {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff !important;
  margin-bottom: 16px !important;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: 14px;
  color: #cfc8c0 !important;
  text-decoration: none;
}
.footer-col ul li a:hover { color: #fff !important; text-decoration: none; }
.footer-newsletter {
  margin: 40px 0 28px;
  padding: 24px 28px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-newsletter h4 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
}
.footer-newsletter p {
  margin: 0;
  color: #a8a29a;
  font-size: 14px;
}
.footer-newsletter form {
  display: flex;
  gap: 10px;
  flex: 1;
  min-width: 260px;
  max-width: 460px;
}
.footer-newsletter input[type="email"] {
  flex: 1;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
}
.footer-bottom-premium {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
}
.footer-bottom-left,
.footer-bottom-left a,
.dot-separator {
  color: #a8a29a !important;
  text-decoration: none;
}
.footer-dev-sign {
  font-size: 12px;
  letter-spacing: .03em;
  color: #b7aea4 !important;
}
.footer-dev-sign strong {
  font-weight: 700;
  color: #fff;
}
.footer-bottom-left a:hover { color: #fff !important; }
.footer-bottom-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.selector-btn {
  background: none;
  border: 0;
  color: #eee !important;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-lang-menu {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  min-width: 240px;
  max-height: min(380px, 70vh);
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,.2);
  padding: 8px 0;
  z-index: 200;
}
.footer-lang-menu a {
  display: block;
  padding: 10px 18px;
  color: #222 !important;
  text-decoration: none;
}
.footer-lang-menu a:hover { background: #f7f7f7; }
.footer-lang-menu a.is-active-lang { color: #FF385C !important; font-weight: 700; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  color: #fff !important;
  font-size: 15px;
}
.footer-socials a:hover { background: #FF385C; }
.footer-lang-wrap { position: relative; }
.footer-lang-summary { list-style: none; cursor: pointer; }
.footer-lang-summary::-webkit-details-marker { display: none; }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
  .dest-card { aspect-ratio: 16/10; min-height: 180px; }
  .gallery-main { min-height: 280px; }
  .lp-nav { opacity: 1; pointer-events: auto; }
}
