/* Luvia search: photographs first, geography alongside, one mobile view switch.
 * These scoped overrides intentionally retire the earlier World presentation. */
html:has(.search-experience-2036) { background: #fff !important; scroll-padding-top: 190px; }
body.world-2032.search-experience-2036 {
  --search-ink: #222326;
  --search-muted: #696a6d;
  --search-border: #e9e8e6;
  --search-header-height: 88px;
  --search-filters-height: 64px;
  --search-nav-height: 0px;
  background: #fff !important;
  color: var(--search-ink) !important;
  overflow-x: clip;
  font-family: Inter, Arial, sans-serif !important;
}
.search-experience-2036 .search-page-header,
.search-experience-2036 .journey-nav,
.search-experience-2036 .world-country-bar,
.search-experience-2036 .world-map-modes,
.search-experience-2036 .world-view-switch,
.search-experience-2036 .world-list-toolbar,
.search-experience-2036 .world-map-label,
.search-experience-2036 .world-map-caption,
.search-experience-2036 .world-product-controls,
.search-experience-2036 .world-booking-legend,
.search-experience-2036 .lv-world-coverage,
.search-experience-2036 .lv-atlas-coverage,
.search-experience-2036 .lv-atlas-motion,
.search-experience-2036 .world-sheet-handle,
.search-experience-2036 .world-sheet-toggle,
.search-experience-2036 .mobile-filter-row,
.search-experience-2036 #mobile-map-toggle,
.search-experience-2036 .world-search-controls > .world-filter { display: none !important; }
.world-2032.search-experience-2036 .world-list-toolbar,
.world-2032.search-experience-2036 .world-view-switch,
.world-2032.search-experience-2036 .world-intro .world-country-bar { display: none !important; }

.world-2032.search-experience-2036 .journey-header {
  position: sticky;
  top: 0;
  z-index: 150;
  display: grid !important;
  grid-template-columns: minmax(170px, 1fr) minmax(320px, 510px) minmax(170px, 1fr);
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 88px;
  margin: 0;
  padding: 14px 32px;
  gap: 28px;
  background: #fff;
  border-bottom: 1px solid var(--search-border);
}
.search-experience-2036 .journey-brand { justify-self: start; }
.search-experience-2036 .journey-actions { justify-self: end; gap: 16px; }
.search-experience-2036 .journey-host { font-size: 12px; white-space: nowrap; }
.search-experience-2036 .journey-account { min-width: 44px; min-height: 44px; }
.search-experience-2036 .journey-language { min-height: 44px; }
.search-experience-2036 .world-search-controls {
  display: flex !important;
  position: static;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  gap: 0;
  pointer-events: auto;
}
.search-experience-2036 .world-search {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 13px;
  min-width: 0;
  max-width: none;
  min-height: 56px;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #deddd9;
  border-radius: 32px;
  background: #fff;
  color: var(--search-ink);
  box-shadow: 0 2px 7px #20202009;
  text-align: left;
  cursor: pointer;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.search-experience-2036 .world-search:hover { background: #fff; border-color: #b4aaa2; box-shadow: 0 3px 10px #20202010; }
.search-experience-2036 .world-search > svg:first-child { stroke: #6b5545; width: 20px; height: 20px; }
.search-experience-2036 .world-search > span { flex: 1; min-width: 0; }
.search-experience-2036 .world-search strong { display: block; max-width: none; font-size: 13px; line-height: 1.35; font-weight: 650; }
.search-experience-2036 .world-search small { display: block; margin-top: 3px; font-size: 11px; line-height: 1.4; color: var(--search-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-experience-2036 .world-search .world-chevron { display: block; width: 28px; height: 28px; margin: 0; padding: 7px; background: #f7d7c3; border-radius: 50%; stroke: #664c3d; }

/* Keep the existing page heading available to assistive technology and SEO. */
.world-2032.search-experience-2036 .world-intro {
  position: absolute !important; width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important; overflow: hidden !important;
  clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap;
  border: 0; pointer-events: none;
}
.world-2032.search-experience-2036 .search-main { position: relative; padding: 0 0 28px !important; background: #fff !important; }
.search-experience-2036 #search-quick-filters-2036 {
  position: sticky;
  top: var(--search-header-height);
  z-index: 140;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 22px;
  padding: 12px 32px;
  background: #fff;
  border-bottom: 1px solid var(--search-border);
}
.search-experience-2036 #search-quick-filters-2036:empty { display: none; }
.search-experience-2036 #search-quick-filters-2036:has([data-search-area-clear]:not([hidden])) { display: flex; align-items: center; gap: 12px; }
.search-experience-2036 #search-quick-filters-2036 > .sqf-rail { flex: 1; min-width: 0; }
.search-experience-2036 .search-area-clear-2036 { order: 1; display: inline-flex; flex: none; align-items: center; gap: 6px; min-height: 42px; padding: 10px 12px; border: 1px solid #e5c5af; border-radius: 24px; background: #fff6ef; color: #5c3e2b; font: 550 11px/1.3 Inter, Arial, sans-serif; white-space: nowrap; cursor: pointer; }
.search-experience-2036 .search-area-clear-2036 svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; flex: none; }
.search-experience-2036 .search-area-clear-2036:hover { background: #f9e6d8; }
.search-experience-2036 [data-search-area-clear][hidden] { display: none !important; }
.world-2032.search-experience-2036 .world-stage {
  display: grid !important;
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr) !important;
  gap: 28px;
  align-items: start;
  width: calc(100% - 64px) !important;
  max-width: none;
  height: auto !important;
  min-height: 420px !important;
  margin: 0 32px;
  border: 0 !important;
  border-radius: 0;
  overflow: visible !important;
  background: #fff !important;
  box-shadow: none !important;
}
.world-2032.search-experience-2036 .search-results-panel {
  position: static !important;
  order: 0 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  transform: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}
.world-2032.search-experience-2036 .search-results-inner { max-width: none; padding: 0 0 28px !important; }
.search-experience-2036 .search-results-inner > div:first-child:not(.world-results-heading) { display: none !important; }
.world-2032.search-experience-2036 .world-results-heading { display: block !important; margin: 0 0 22px !important; }
.search-experience-2036 .world-results-heading > .journey-eyebrow { display: none; }
.world-2032.search-experience-2036 .world-results-heading h2 { margin: 0; font-size: 22px !important; line-height: 1.3; font-weight: 650; letter-spacing: -.65px !important; }
.search-experience-2036 .world-results-heading > p { margin: 6px 0 0; font-size: 12px; line-height: 1.5; color: var(--search-muted); }
.search-experience-2036 .world-results-heading strong { color: var(--search-ink); font-weight: 550; }
.search-experience-2036 #world-price-note { max-width: 490px; font-size: 10px; line-height: 1.6; color: #757575; }
.world-2032.search-experience-2036 #results-grid,
.world-2032.search-experience-2036 #loading { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 28px 20px !important; }
.world-2032.search-experience-2036 #results-grid.hidden,
.world-2032.search-experience-2036 #loading.hidden { display: none !important; }
.world-2032.search-experience-2036 .world-stay-card { min-width: 0; border: 0 !important; border-radius: 0 !important; background: #fff !important; box-shadow: none !important; cursor: pointer; }
.world-2032.search-experience-2036 .world-stay-card > div:first-child { aspect-ratio: 1.25 !important; border-radius: 18px; background: #f2f1ef; }
.world-2032.search-experience-2036 .world-stay-card > div:last-child { padding: 12px 1px 0 !important; }
.search-experience-2036 .world-stay-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.world-2032.search-experience-2036 .world-stay-card .listing-card-title { margin: 0 !important; font-size: 14px; line-height: 1.4; font-weight: 620; letter-spacing: -.15px; min-height: 0 !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.search-experience-2036 .world-card-rating { padding-top: 2px; font-size: 11px; line-height: 1.4; white-space: nowrap; color: var(--search-ink); }
.world-2032.search-experience-2036 .world-stay-card > div:last-child > p { font-size: 12px; line-height: 1.5; color: var(--search-muted); }
.search-experience-2036 .world-card-meta { margin-top: 2px; font-size: 11px !important; }
.world-2032.search-experience-2036 .world-stay-card .world-card-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px; margin-top: 7px; color: var(--search-ink); }
.search-experience-2036 .world-card-price strong { font-size: 15px; font-weight: 650; letter-spacing: -.2px; }
.search-experience-2036 .world-card-price span { font-size: 11px; color: var(--search-muted); }
.world-2032.search-experience-2036 .world-card-favorite { position: absolute; top: 10px; right: 10px; z-index: 4; display: grid; place-items: center; width: 44px; height: 44px; min-width: 44px !important; min-height: 44px !important; padding: 0 !important; border: 1px solid #ffffffb3; border-radius: 50%; background: #ffffffed; color: #3e3c3b; cursor: pointer; }
.search-experience-2036 .world-card-favorite svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.65; }
.search-experience-2036 .world-card-favorite:hover,
.search-experience-2036 .world-card-favorite.is-liked { background: #f8d4bc; }
.world-2032.search-experience-2036 .world-stay-card .lv-badge-enligne { position: absolute; top: 14px; left: 12px; max-width: calc(100% - 72px); padding: 5px 9px; border: 1px solid #ffffff80; border-radius: 20px; background: #fffffff0; color: #45433f; font-size: 9px; font-weight: 600; letter-spacing: 0; box-shadow: 0 1px 4px #0000000d; }
.search-experience-2036 .world-stay-card .lv-badge-enligne svg { display: none; }
.search-experience-2036 .lvsk { background: transparent; border: 0; box-shadow: none; }
.search-experience-2036 .lvsk-ph { aspect-ratio: 1.25; height: auto; border-radius: 18px; }

.world-2032.search-experience-2036 .world-map-panel {
  position: sticky !important;
  top: calc(var(--search-header-height) + var(--search-filters-height) + 22px);
  display: block !important;
  order: 1 !important;
  width: 100% !important;
  height: calc(100dvh - var(--search-header-height) - var(--search-filters-height) - 44px) !important;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid var(--search-border);
  border-radius: 22px;
  background: #eef1ec;
  isolation: isolate;
}
.world-2032.search-experience-2036 #map,
.world-2032.search-experience-2036 #map-mobile { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; border-radius: 0 !important; margin: 0 !important; background: #eef1ec; }
.world-2032.search-experience-2036 .world-zoom { display: flex !important; position: absolute !important; top: 16px !important; right: 16px !important; z-index: 35 !important; flex-direction: column; border: 1px solid #ddddd8; border-radius: 13px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px #00000010; }
.world-2032.search-experience-2036 .world-zoom button { width: 44px !important; height: 44px !important; min-width: 44px !important; min-height: 44px !important; padding: 12px !important; margin: 0 !important; border: 0; border-radius: 0; background: #fff; color: var(--search-ink); box-shadow: none; }
.world-2032.search-experience-2036 .world-zoom button + button { border-top: 1px solid var(--search-border); }
.world-2032.search-experience-2036 .world-reset-map { display: grid; place-items: center; position: absolute; top: 116px !important; right: 16px !important; z-index: 35; width: 44px; height: 44px; min-width: 44px !important; min-height: 44px !important; padding: 11px !important; border: 1px solid #ddddd8; border-radius: 13px; background: #fff; color: var(--search-ink); box-shadow: 0 2px 8px #00000010; }
.search-experience-2036 .world-reset-map span { display: none; }
.search-experience-2036 .world-reset-map svg { width: 20px; height: 20px; }
.search-experience-2036 .search-view-toggle-2036,
.search-experience-2036 .search-mode-toggle-2036,
.search-experience-2036 .search-area-button-2036 { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #dfded9; border-radius: 24px; min-height: 44px; padding: 10px 15px; background: #fff; color: var(--search-ink); box-shadow: 0 3px 12px #00000012; font: 550 11px/1.3 Inter, Arial, sans-serif; white-space: nowrap; cursor: pointer; }
.search-experience-2036 .search-mode-toggle-2036,
.search-experience-2036 .search-area-button-2036 { position: absolute; top: 16px; left: 16px; z-index: 35; max-width: calc(100% - 88px); }
.search-experience-2036 .search-mode-toggle-2036 { top: 70px; min-height: 44px; padding: 10px 12px; font-size: 10px; border-radius: 24px; }
.search-experience-2036 .world-map-panel:has([data-search-area][hidden]) .search-mode-toggle-2036,
.search-experience-2036 .mobile-map-view:has([data-search-area][hidden]) .search-mode-toggle-2036 { top: 16px; }
.search-experience-2036 .search-area-button-2036 { font-size: 11px; padding-inline: 13px; }
.search-experience-2036 [data-search-area][hidden] { display: none !important; }
.search-experience-2036 .search-view-toggle-2036 { display: none; }
.search-experience-2036 .search-view-toggle-2036 svg,
.search-experience-2036 .search-mode-toggle-2036 svg,
.search-experience-2036 .search-area-button-2036 svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.search-experience-2036 .search-mode-toggle-2036:hover,
.search-experience-2036 .search-area-button-2036:hover { border-color: #aa9b90; background: #fff8f3; }
.world-2032.search-experience-2036 .lv-map-preview { bottom: 22px !important; left: 16px !important; transform: none !important; width: min(390px, calc(100% - 32px)) !important; max-width: none !important; min-height: 130px !important; padding: 0 !important; gap: 0 !important; grid-template-columns: 110px minmax(0, 1fr) !important; border-radius: 17px !important; border: 1px solid #ecebe7 !important; background: #fff !important; box-shadow: 0 7px 24px #20202020 !important; animation: none !important; }
.world-2032.search-experience-2036 .lv-map-preview-photo { min-height: 130px !important; height: 100% !important; width: 100% !important; border-radius: 0 !important; object-fit: cover; }
.world-2032.search-experience-2036 .lv-map-preview-corps { padding: 14px 18px 12px 14px !important; }
.world-2032.search-experience-2036 .lv-map-preview-ville { font-size: 10px !important; }
.world-2032.search-experience-2036 .lv-map-preview-titre { margin: 4px 0 !important; font-size: 14px !important; line-height: 1.4 !important; }
.world-2032.search-experience-2036 .lv-map-preview-meta { font-size: 10px !important; }
.world-2032.search-experience-2036 .lv-map-preview-prix { color: var(--search-ink) !important; font-size: 16px !important; }
.world-2032.search-experience-2036 .lv-map-preview-fermer { top: 3px !important; right: 3px !important; width: 36px !important; height: 36px !important; min-width: 36px !important; min-height: 36px !important; box-shadow: none !important; background: #ffffffed !important; }
.world-2032.search-experience-2036 .search-map-group-preview { display: flex !important; flex-direction: column; max-height: min(320px, calc(100% - 120px)) !important; min-height: 0 !important; overflow: hidden; }
.search-experience-2036 .search-map-group-title { flex: none; margin: 0; padding: 17px 49px 14px 16px; border-bottom: 1px solid var(--search-border); color: var(--search-ink); font-size: 14px; font-weight: 650; line-height: 1.4; }
.search-experience-2036 .search-map-group-choices { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 0 7px 7px; scrollbar-width: thin; }
.search-experience-2036 .search-map-group-choice { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 52px; padding: 12px 9px; border: 0; border-bottom: 1px solid #f0efec; background: #fff; color: var(--search-ink); font: 500 12px/1.5 Inter, Arial, sans-serif; text-align: left; cursor: pointer; }
.search-experience-2036 .search-map-group-choice:last-child { border-bottom: 0; }
.search-experience-2036 .search-map-group-choice:hover { background: #fff5ee; }
.search-experience-2036 .search-map-group-choice > span { min-width: 0; }
.search-experience-2036 .search-map-group-choice > strong { flex: none; white-space: nowrap; font-weight: 650; }
.search-experience-2036 .search-map-group-choice:focus-visible { outline-offset: -3px; border-radius: 7px; }
.search-experience-2036 .leaflet-control-attribution,
.search-experience-2036 .maplibregl-ctrl-attrib { font-size: 9px; }
.search-experience-2036 .world-footnote { display: none !important; }
.search-experience-2036 button:focus-visible,
.search-experience-2036 a:focus-visible,
.search-experience-2036 [role="link"]:focus-visible { outline: 3px solid #98613f; outline-offset: 4px; }
.search-experience-2036.filters-modal-open .search-view-toggle-2036,
.search-experience-2036.search-panel-open .search-view-toggle-2036 { visibility: hidden; }

@media (min-width: 1024px) and (max-width: 1200px) {
  .world-2032.search-experience-2036 .journey-header { padding-inline: 24px; grid-template-columns: minmax(120px, 1fr) minmax(320px, 480px) minmax(130px, 1fr); gap: 20px; }
  .search-experience-2036 .journey-host { display: none; }
  .search-experience-2036 #search-quick-filters-2036 { padding-inline: 24px; }
  .world-2032.search-experience-2036 .world-stage { width: calc(100% - 48px) !important; margin-inline: 24px; gap: 22px; }
  .world-2032.search-experience-2036 #results-grid { gap: 24px 16px !important; }
  .world-2032.search-experience-2036 .world-stay-card .listing-card-title { font-size: 13px; }
}
@media (max-width: 1023px) {
  body.world-2032.search-experience-2036 { padding-bottom: calc(var(--search-nav-height) + 80px) !important; }
  .world-2032.search-experience-2036 .journey-header { grid-template-columns: 1fr auto; min-height: 0; padding: 8px 20px 12px; gap: 7px 14px; }
  .search-experience-2036 .journey-brand { min-height: 44px; font-size: 24px !important; }
  .search-experience-2036 .journey-brand .lv-mark { max-height: 30px; }
  .search-experience-2036 .journey-actions { grid-column: 2; grid-row: 1; gap: 8px; }
  .search-experience-2036 .journey-host { display: none; }
  .search-experience-2036 .world-search-controls { grid-column: 1 / -1; grid-row: 2; }
  .search-experience-2036 .world-search { min-height: 54px; padding: 9px 13px; gap: 11px; }
  .search-experience-2036 .world-search strong { font-size: 12px; }
  .search-experience-2036 .world-search small { font-size: 10px; }
  .search-experience-2036 #search-quick-filters-2036 { padding: 10px 20px; margin-bottom: 20px; }
  .world-2032.search-experience-2036 .search-main { padding: 0 !important; }
  .world-2032.search-experience-2036 .world-stage { display: block !important; position: static; width: 100% !important; min-height: 0 !important; height: auto !important; margin: 0; }
  .world-2032.search-experience-2036 .world-map-panel { display: none !important; }
  .world-2032.search-experience-2036 .search-results-inner { padding: 0 20px 32px !important; }
  .world-2032.search-experience-2036 .world-results-heading { margin-bottom: 20px !important; }
  .world-2032.search-experience-2036 .world-results-heading h2 { font-size: 20px !important; letter-spacing: -.5px !important; }
  .search-experience-2036 #world-price-note { font-size: 10px; }
  .world-2032.search-experience-2036 #results-grid,
  .world-2032.search-experience-2036 #loading { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 26px 18px !important; }
  .world-2032.search-experience-2036 .mobile-map-view { display: none !important; }
  .world-2032.search-experience-2036[data-world-view="map"] .world-stage { position: fixed !important; top: calc(var(--search-header-height) + var(--search-filters-height)); right: 0; bottom: var(--search-nav-height); left: 0; width: 100% !important; height: auto !important; min-height: 0 !important; overflow: hidden !important; z-index: 50; }
  .world-2032.search-experience-2036[data-world-view="map"] .mobile-map-view { display: block !important; position: absolute !important; inset: 0 !important; height: 100% !important; width: 100% !important; }
  .world-2032.search-experience-2036[data-world-view="map"] .search-results-panel { display: none !important; }
  .world-2032.search-experience-2036 .search-view-toggle-2036 { position: fixed; left: 50%; bottom: calc(var(--search-nav-height) + 16px); z-index: 130; display: inline-flex; min-height: 48px; padding: 12px 21px; border: 1px solid #252525; border-radius: 28px; background: #252525; color: #fff; box-shadow: 0 4px 18px #00000026; transform: translateX(-50%); font-size: 12px; }
  .world-2032.search-experience-2036 .search-view-toggle-2036:hover { background: #47423e; }
  .world-2032.search-experience-2036 .lv-map-preview { left: 16px !important; bottom: 86px !important; width: calc(100% - 32px) !important; max-width: 460px !important; min-height: 126px !important; grid-template-columns: 104px minmax(0, 1fr) !important; }
  .world-2032.search-experience-2036 .lv-map-preview-photo { min-height: 126px !important; }
  .world-2032.search-experience-2036 .world-map-empty { z-index: 40; left: 16px; right: 16px; top: 168px; bottom: auto; width: auto; transform: none; padding: 22px; background: #fff; border: 1px solid var(--search-border); border-radius: 18px; box-shadow: 0 5px 20px #0000000e; }
  .world-2032.search-experience-2036 .world-bottom-nav { background: #fff !important; }
}
@media (max-width: 600px) {
  .world-2032.search-experience-2036 #results-grid,
  .world-2032.search-experience-2036 #loading { grid-template-columns: 1fr !important; gap: 28px !important; }
  .world-2032.search-experience-2036 .world-stay-card > div:first-child { aspect-ratio: 1.3 !important; border-radius: 20px; }
  .world-2032.search-experience-2036 .world-stay-card .listing-card-title { font-size: 15px; }
  .world-2032.search-experience-2036 .world-stay-card > div:last-child > p { font-size: 12px; }
  .search-experience-2036 .world-card-rating { font-size: 12px; }
  .search-experience-2036 .world-card-price strong { font-size: 16px; }
  .world-2032.search-experience-2036 .world-stay-card .lv-badge-enligne { font-size: 10px; padding: 6px 10px; }
}
@media (max-width: 360px) {
  .world-2032.search-experience-2036 .journey-header { padding-inline: 16px; }
  .search-experience-2036 #search-quick-filters-2036 { padding-inline: 16px; }
  .world-2032.search-experience-2036 .search-results-inner { padding-inline: 16px !important; }
  .search-experience-2036 .search-area-button-2036 { padding-inline: 10px; gap: 6px; font-size: 10px; }
  .world-2032.search-experience-2036 .lv-map-preview { grid-template-columns: 88px minmax(0, 1fr) !important; }
  .world-2032.search-experience-2036 .lv-map-preview-corps { padding-left: 11px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .search-experience-2036 .world-search,
  .search-experience-2036 .world-stay-card img { transition: none !important; }
  .search-experience-2036 .lvsk-ph,
  .search-experience-2036 .lvsk-b { animation: none !important; }
}
