/* Voyatale Selected — mobile canonical reference layout. */
.selectedMobileTopbar { display: none; }
.selectedRecognitions { max-width: 1160px; margin: 0 auto; }
.selectedSectionTitle {
  margin: 0 0 12px;
  color: var(--vs-ink);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.selectedRecognitions .selectedLevels { margin-top: 0; }
.selectedFilters {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  overflow-x: auto;
  scrollbar-width: none;
}
.selectedFilters::-webkit-scrollbar { display: none; }
.selectedFilterPill,
.selectedPage .selectedCountryField {
  appearance: none;
  display: inline-flex;
  flex-direction: row;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid #d9dce3;
  border-radius: 999px;
  background: #fff;
  color: #626a78;
  font: 650 13px/1 Inter, system-ui, sans-serif;
  white-space: nowrap;
  cursor: pointer;
}
.selectedFilterPill svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #8a008f;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.selectedFilterPill.is-active {
  border-color: #85008d;
  background: #85008d;
  color: #fff;
  box-shadow: 0 7px 16px rgba(113, 0, 128, .16);
}
.selectedFilterPill.is-active svg { stroke: #fff; }
.selectedPage .selectedCountryField select {
  width: auto;
  height: auto;
  min-width: 86px;
  margin: 0;
  padding: 0 16px 0 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  font: inherit;
  cursor: pointer;
}
.selectedPage .selectedCountryField select:focus { border: 0; box-shadow: none; }
.selectedPage .selectedCountryField option { color: #20272f; background: #fff; }
.selectedPlaceMedia { position: relative; min-width: 0; overflow: hidden; background: #eef1ef; }
.selectedPlaceBadge {
  position: absolute;
  top: 11px;
  left: 11px;
  max-width: calc(100% - 22px);
  overflow: hidden;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(55, 132, 75, .9);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(5px);
}
.selectedPlaceTop { justify-content: flex-end; }
.selectedPlaceMeta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.selectedPlaceMeta strong { color: #278146; font-size: 13px; }
.selectedPlaceRating { display: flex; align-items: center; gap: 9px; margin-top: 8px; }
.selectedPlaceRating span { color: var(--vs-orange); letter-spacing: 1px; }
.selectedPlaceRating b { color: #626b65; font-size: 11px; }
.selectedCarouselDots { display: none; }

@media (max-width: 700px) {
  body.selectedPage {
    min-height: 100dvh;
    overflow-x: hidden;
    background: #fff;
  }
  body.selectedPage .mobileBottomNav,
  body.selectedPage .mobileBottomDock,
  body.selectedPage .bottomNav,
  body.selectedPage .mobileTabBar { display: none !important; }

  .selectedMobileTopbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    min-height: calc(57px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) 9px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eceef1;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(14px);
  }
  .selectedMobileTopbar > strong {
    overflow: hidden;
    color: #85008d;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .selectedMobileTopActions { display: flex; align-items: center; padding-right: 3px; }
  .selectedMobileTopIcon {
    appearance: none;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #19212b;
    cursor: pointer;
  }
  .selectedMobileTopIcon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  #selectedMobileBack svg { width: 29px; height: 29px; stroke-width: 2.25; }
  .selectedMobileMore { width: 38px; font: 800 17px/1 Inter, system-ui, sans-serif; letter-spacing: 2px; }

  .selectedPage .selectedShell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 16px calc(30px + env(safe-area-inset-bottom));
  }
  .selectedPage .selectedTopbar { display: none !important; }
  .selectedPage main { margin: 0; }

  .selectedHero {
    padding: 23px 0 15px;
    background: none;
    text-align: center;
  }
  .selectedHero .selectedKicker { display: none; }
  .selectedHero h1 {
    max-width: 360px;
    margin: 0 auto 12px;
    color: #17212d;
    font-size: clamp(27px, 7.7vw, 32px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.04em;
  }
  .selectedHero p {
    max-width: 350px;
    margin: 0 auto;
    color: #687286;
    font-size: 13.5px;
    line-height: 1.52;
    font-weight: 600;
  }
  .selectedTrust {
    display: flex;
    width: min(100%, 330px);
    min-height: 69px;
    align-items: center;
    gap: 15px;
    margin: 17px auto 0;
    padding: 12px 16px;
    border: 1px solid #ecdaf0;
    border-radius: 15px;
    background: #fdf7fe;
    color: #667083;
    box-shadow: none;
    text-align: left;
  }
  .selectedTrustIcon {
    display: grid;
    width: 36px;
    height: 42px;
    flex: 0 0 36px;
    place-items: center;
    color: #8a008f;
  }
  .selectedTrustIcon svg { width: 30px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .selectedTrustCopy { display: block; font-size: 12.5px; line-height: 1.45; }
  .selectedTrustCopy span,
  .selectedTrustCopy strong { font-weight: 550; }

  .selectedRecommendCallout {
    width: 100%;
    margin: 0 0 20px;
    padding: 17px;
    gap: 14px;
    border: 1px solid #e5e7ec;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(32, 35, 45, .055);
  }
  .selectedRecommendCallout .selectedEyebrow {
    margin-bottom: 8px;
    color: #85008d;
    font-size: 9.5px;
    line-height: 1.2;
    letter-spacing: .18em;
  }
  .selectedRecommendCallout h2 { margin-bottom: 6px; font-size: 20px; line-height: 1.15; }
  .selectedRecommendCallout p { color: #687286; font-size: 12.5px; line-height: 1.5; }
  .selectedRecommendCtaButton {
    min-height: 47px;
    border: 0;
    border-radius: 13px;
    background: #85008d;
    color: #fff;
    font-size: 13.5px;
    box-shadow: 0 8px 18px rgba(113, 0, 128, .16);
  }

  .selectedRecognitions { width: 100%; margin: 0 0 21px; }
  .selectedSectionTitle {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: -.025em;
  }
  .selectedRecognitions .selectedLevels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin: 0;
  }
  .selectedLevelCard,
  .selectedLevelCard:hover {
    display: flex;
    min-width: 0;
    min-height: 202px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
    margin: 0;
    padding: 9px 5px 10px;
    border: 1px solid #e8e9ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(32, 35, 45, .05);
    text-align: center;
    transform: none;
  }
  .selectedLevelCardHero { background: #fff; }
  .selectedLevelCard img { width: min(82px, 100%); height: 82px; margin: 0 auto; }
  .selectedLevelCopy { width: 100%; }
  .selectedStars { min-height: 20px; font-size: 18px; line-height: 1; letter-spacing: 2px; }
  .selectedLevelCopy h2 {
    margin: 5px 0 6px;
    color: #85008d;
    font-size: 10.5px;
    line-height: 1.15;
    font-weight: 850;
    letter-spacing: -.02em;
  }
  .selectedLevelCopy p {
    margin: 0;
    color: #667083;
    font-size: 9.5px;
    line-height: 1.4;
    font-weight: 550;
  }

  .selectedFinder {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .selectedFinderHead { display: block; margin: 0 0 11px; }
  .selectedFinderHead .selectedEyebrow { display: none; }
  .selectedFinderHead h2 { margin: 0; font-size: 18px; line-height: 1.2; font-weight: 800; }
  .selectedFilters {
    gap: 8px;
    width: calc(100% + 16px);
    margin: 0 0 13px;
    padding: 0 16px 3px 0;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .selectedFilterPill,
  .selectedPage .selectedCountryField {
    min-height: 39px;
    padding: 0 13px;
    gap: 7px;
    font-size: 11.5px;
    scroll-snap-align: start;
  }
  .selectedFilterPill svg { width: 17px; height: 17px; }
  .selectedPage .selectedCountryField select { min-width: 78px; }
  .selectedResultHeader { display: none; }

  .selectedPlaces {
    display: flex;
    width: 100%;
    gap: 12px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }
  .selectedPlaces::-webkit-scrollbar { display: none; }
  .selectedPlace,
  .selectedPlace:hover {
    position: relative;
    display: grid;
    grid-template-columns: minmax(122px, 39%) minmax(0, 1fr);
    flex: 0 0 100%;
    min-height: 177px;
    overflow: hidden;
    border: 1px solid #e7e9ed;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 21px rgba(30, 36, 45, .055);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transform: none;
  }
  .selectedPlaceMedia { min-height: 177px; }
  .selectedPlacePhoto { width: 100%; height: 100%; min-height: 177px; object-fit: cover; }
  .selectedPlaceBadge { top: 9px; left: 8px; padding: 6px 8px; font-size: 8.5px; }
  .selectedPlaceBody { min-width: 0; padding: 12px 11px; }
  .selectedPlaceTop { min-height: 12px; }
  .selectedPlaceYear { font-size: 8.5px; }
  .selectedPlace h3 {
    overflow: hidden;
    margin: 3px 0 5px;
    font-size: 15.5px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.025em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .selectedPlaceMeta { gap: 5px; }
  .selectedPlaceLocation { overflow: hidden; max-width: 100%; font-size: 10.5px; text-overflow: ellipsis; white-space: nowrap; }
  .selectedPlaceMeta strong { font-size: 11px; white-space: nowrap; }
  .selectedPlaceRating { gap: 5px; margin-top: 6px; }
  .selectedPlaceRating span { font-size: 10px; letter-spacing: 0; white-space: nowrap; }
  .selectedPlaceRating b { font-size: 9px; white-space: nowrap; }
  .selectedPlaceReason {
    display: -webkit-box;
    margin: 8px 0 0;
    overflow: hidden;
    color: #586273;
    font-size: 9.8px;
    line-height: 1.42;
    font-weight: 550;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .selectedPlaceLink {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    font-size: 0;
    text-indent: -999px;
  }
  .selectedCarouselDots:not([hidden]) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 30px;
  }
  .selectedCarouselDots button {
    appearance: none;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d9dbe2;
  }
  .selectedCarouselDots button.is-active { background: #85008d; }
  .selectedEmpty { padding: 22px 12px; }
  .selectedEmptyBadge { width: 44px; height: 44px; margin-bottom: 10px; font-size: 20px; }
  .selectedEmpty h3 { font-size: 14px; }
  .selectedEmpty p { font-size: 11px; }

  .selectedHow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin: 21px 0 0;
  }
  .selectedHow > div {
    min-height: 108px;
    padding: 17px;
    border: 1px solid #eee5f0;
    border-radius: 16px;
    background: #fbf7fc;
  }
  .selectedHow span { margin-bottom: 7px; color: #a17da5; font-size: 10px; }
  .selectedHow strong { font-size: 15px; }
  .selectedHow p { margin-top: 7px; color: #687286; font-size: 11.5px; line-height: 1.48; }

  .selectedPrinciple {
    width: 100%;
    margin: 12px 0 0;
    padding: 22px 19px;
    border-radius: 17px;
    background: #72007f;
    text-align: left;
  }
  .selectedPrinciple strong { max-width: 310px; font-size: 20px; line-height: 1.18; letter-spacing: -.025em; }
  .selectedPrinciple p { margin: 9px 0 0; color: #f2e8f4; font-size: 11.5px; line-height: 1.5; }
}

@media (max-width: 360px) {
  .selectedPage .selectedShell { padding-inline: 13px; }
  .selectedLevelCard img { width: 72px; height: 72px; }
  .selectedLevelCard { min-height: 195px; }
  .selectedLevelCopy h2 { font-size: 9.5px; }
  .selectedLevelCopy p { font-size: 8.8px; }
  .selectedPlace { grid-template-columns: 118px minmax(0, 1fr); }
}
