.destinations-page {
  --destination-red: #ed0034;
  --destination-pink: #fff0f4;
  padding-bottom: 0;
  color: #142139;
}
.destinations-page *, .destinations-page *::before, .destinations-page *::after { box-sizing: border-box; }
.destinations-page [hidden] { display: none !important; }
.destinations-container { width: min(91.5%, 1200px); margin-inline: auto; }
.destinations-kicker { display: inline-block; margin: 0 0 12px; padding: 5px 14px; border-radius: 99px; background: #ffeaf0; color: var(--destination-red); font-size: 13px; font-weight: 650; line-height: 1.3; letter-spacing: .1em; text-transform: uppercase; }
.destinations-hero { padding: 52px 0 48px; }
.destinations-hero__grid { display: grid; grid-template-columns: 47% 53%; align-items: center; }
.destinations-hero__copy { position: relative; z-index: 1; }
.destinations-hero h1 { margin: 0; color: #05080d; font-size: clamp(36px, 4.55vw, 60px); font-weight: 800; line-height: 1.04; letter-spacing: -.045em; }
.destinations-hero h1 span { color: var(--destination-red); }
.destinations-hero__lead { max-width: 525px; margin: 16px 0 26px; font-size: 18px; line-height: 1.35; letter-spacing: -.02em; }
.destinations-hero__benefits { display: flex; justify-content: space-between; gap: 24px; width: calc(100% + 96px); margin: 0; padding: 0; list-style: none; }
.destinations-hero__benefits li { display: flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 550; line-height: 1.45; }
.destinations-hero__benefits .ml-icon { flex: 0 0 38px; width: 38px; height: 38px; color: var(--destination-red); stroke-width: 1.6; }
.destinations-hero__visual { position: relative; isolation: isolate; align-self: stretch; min-height: 390px; }
.destinations-map { position: absolute; top: 17%; left: 0; display: block; width: 101%; height: auto; }
.destinations-map-note { position: absolute; top: -25px; right: 2%; color: #142139; font-family: 'Kalam', 'Comic Sans MS', cursive; font-size: 22px; font-weight: 400; line-height: 1.05; text-align: center; transform: rotate(-8deg); }
.destinations-map-note svg { display: block; width: 54px; height: 54px; margin: 4px 0 0 50px; stroke: var(--destination-red); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.destinations-community { max-width: 100%; position: absolute; right: -1%; bottom: 16px; display: flex; align-items: center; gap: 18px; padding: 20px 24px; background: rgba(255, 255, 255, .82); border-radius: 20px; box-shadow: 0 8px 32px #44202c0d; }
.destinations-community__faces { display: flex; flex-shrink: 0; padding-left: 6px; }
.destinations-community__faces span { width: 46px; height: 46px; overflow: hidden; border: 3px solid #fff; border-radius: 50%; margin-left: -6px; background: #fff2f5; }
.destinations-community__faces img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: translateY(2px) scale(1.15); transform-origin: center; }
.destinations-community p { min-width: 0; margin: 0; font-size: 14px; font-weight: 550; line-height: 1.45; }
.destinations-directory { padding: 0 0 58px; }
.destinations-directory__head .destinations-kicker { margin-bottom: 9px; }
.destinations-directory h2 { margin: 0; font-size: clamp(28px, 3.15vw, 40px); color: #080b10; font-weight: 800; line-height: 1.16; letter-spacing: -.035em; }
.destinations-directory h2 span { color: var(--destination-red); }
.destinations-directory__head > p:last-child { margin: 12px 0 0; color: #505d73; font-size: 18px; line-height: 1.35; letter-spacing: -.015em; }
.destinations-controls { margin-top: 24px; }
.destinations-search { display: flex; align-items: center; gap: 18px; min-height: 54px; padding: 0 24px; border-radius: 99px; background: var(--destination-pink); }
.destinations-search .ml-icon { flex: 0 0 24px; width: 24px; height: 24px; color: var(--destination-red); stroke-width: 1.7; }
.destinations-search input { width: 100%; min-width: 0; height: 54px; padding: 0; border: 0; background: transparent; color: #142139; font: inherit; font-size: 17px; outline: none; }
.destinations-search input::placeholder { color: #758094; opacity: 1; }
.destinations-search:focus-within { outline: 2px solid var(--destination-red); outline-offset: 3px; }
.destinations-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 26px; }
.destinations-filters button { flex: 1 0 auto; min-height: 40px; padding: 10px 20px; border: 1px solid transparent; border-radius: 99px; background: var(--destination-pink); color: #142139; font: inherit; font-size: 13px; font-weight: 550; cursor: pointer; transition: background .18s, color .18s; }
.destinations-filters button:hover { background: #ffe0e9; }
.destinations-filters button[aria-pressed='true'] { background: var(--destination-red); color: #fff; }
.destinations-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 26px 0 0; padding: 0; list-style: none; }
.destination-card { display: flex; align-items: center; gap: 16px; min-height: 64px; height: 100%; padding: 10px 16px; border: 1px solid #f7f2f4; border-radius: 15px; background: #fff; color: #142139; box-shadow: 0 3px 10px #512a3709, 0 7px 24px #512a3704; transition: transform .18s, box-shadow .18s, border-color .18s; }
.destination-card:hover { transform: translateY(-3px); border-color: #ffc2d0; box-shadow: 0 6px 18px #b0446012; }
.destination-card__flag { flex: 0 0 40px; height: 40px; border-radius: 50%; overflow: hidden; box-shadow: 0 1px 5px #12203308; }
.destination-card__flag img { display: block; width: 100%; height: 100%; object-fit: cover; }
.destination-card__name { flex: 1; font-size: 14px; font-weight: 550; line-height: 1.3; letter-spacing: -.035em; }
.destination-card > .ml-icon { flex: 0 0 18px; width: 18px; height: 18px; color: var(--destination-red); stroke-width: 1.7; }
.destinations-pagination { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 24px; }
.destinations-pagination p { margin: 0; color: #505d73; font-size: 13px; }
.destinations-pagination button { min-height: 42px; padding: 10px 24px; border: 1px solid #ffc2d0; border-radius: 99px; background: #fff; color: var(--destination-red); font: inherit; font-size: 14px; font-weight: 650; cursor: pointer; transition: background .18s; }
.destinations-pagination button:hover { background: var(--destination-pink); }
.destinations-empty { padding: 32px 20px; margin-top: 24px; text-align: center; background: #fff8fa; border-radius: 18px; }
.destinations-empty h3 { margin: 0; font-size: 20px; }
.destinations-empty p { margin: 12px 0 20px; color: #505d73; }
.destinations-empty button { padding: 10px 18px; border: 1px solid #ffc2d0; border-radius: 99px; color: var(--destination-red); background: #fff; font: inherit; font-size: 14px; font-weight: 650; cursor: pointer; }
.destinations-contact { display: flex; align-items: center; gap: 24px; margin-top: 32px; padding: 28px 32px; background: var(--destination-pink); border-radius: 20px; }
.destinations-contact__icon { flex: 0 0 56px; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #fff; }
.destinations-contact__icon .ml-icon { width: 46px; height: 46px; color: var(--destination-red); stroke-width: 1.6; }
.destinations-contact h3 { margin: 0 0 4px; color: #080b10; font-size: 18px; font-weight: 750; line-height: 1.3; letter-spacing: -.035em; }
.destinations-contact p { margin: 0; color: #505d73; font-size: 15px; line-height: 1.5; }
.destinations-contact__button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; flex-shrink: 0; min-height: 52px; margin-left: auto; padding: 13px 28px; border-radius: 99px; background: var(--destination-red); color: #fff; font-size: 17px; font-weight: 550; transition: background .18s, transform .18s; }
.destinations-contact__button:hover { background: #d3002e; transform: translateY(-2px); }
.destinations-contact__button .ml-icon { width: 20px; height: 20px; stroke-width: 1.8; }
.destinations-reassurance { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; padding: 0 32px; margin: 36px 0 0; list-style: none; }
.destinations-reassurance li { display: flex; align-items: center; gap: 24px; }
.destinations-reassurance .ml-icon { flex: 0 0 42px; width: 42px; height: 42px; color: var(--destination-red); stroke-width: 1.5; }
.destinations-reassurance p { margin: 0; color: #505d73; font-size: 14px; line-height: 1.6; }
.destinations-reassurance strong { color: #142139; font-weight: 550; }
.destinations-page a:focus-visible, .destinations-page button:focus-visible { outline: 2px solid var(--destination-red); outline-offset: 4px; }
.destinations-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@font-face { font-family: 'Kalam'; src: url('../fonts/kalam-regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@keyframes destination-arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
  .destinations-hero__copy { animation: destination-arrive .5s ease both; }
  .destinations-hero__visual { animation: destination-arrive .65s .1s ease both; }
}
@media (max-width: 1050px) {
  .destinations-hero h1 { font-size: clamp(36px, 4.55vw, 48px); }
  .destinations-hero__lead { font-size: 16px; }
  .destinations-hero__benefits { width: 100%; gap: 16px; flex-wrap: wrap; }
  .destinations-hero__benefits li { font-size: 12px; }
  .destinations-hero__benefits .ml-icon { flex-basis: 30px; width: 30px; height: 30px; }
  .destinations-hero__visual { min-height: 350px; align-self: center; }
  .destinations-community { gap: 12px; padding: 16px; bottom: 12px; }
  .destinations-community p { font-size: 12px; }
  .destinations-community__faces span { width: 40px; height: 40px; }
  .destinations-map-note { font-size: 20px; }
  .destinations-filters { gap: 8px; }
  .destinations-filters button { padding-inline: 16px; }
  .destinations-grid { gap: 14px; }
  .destination-card { gap: 10px; padding: 10px 12px; }
  .destination-card__flag { flex-basis: 34px; height: 34px; }
  .destination-card__name { font-size: 13px; }
  .destinations-reassurance { gap: 24px; padding-inline: 10px; }
  .destinations-reassurance li { gap: 14px; }
}
@media (max-width: 760px) {
  .destinations-container { width: 90%; }
  .destinations-hero { padding: 32px 0 40px; }
  .destinations-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .destinations-hero h1 { font-size: clamp(33px, 6.8vw, 48px); letter-spacing: -.05em; }
  .destinations-hero__lead { max-width: 550px; font-size: 16px; margin: 16px 0 24px; }
  .destinations-hero__benefits { justify-content: flex-start; gap: 20px; }
  .destinations-hero__visual { width: 100%; max-width: 520px; min-height: 0; aspect-ratio: 1.45; margin-inline: auto; }
  .destinations-map-note { top: 0; right: 0; font-size: 18px; }
  .destinations-map-note svg { width: 38px; height: 38px; margin-left: 46px; }
  .destinations-map { top: 22%; width: 98%; }
  .destinations-community { bottom: 0; right: 0; }
  .destinations-directory h2 { font-size: clamp(28px, 5vw, 36px); }
  .destinations-directory__head > p:last-child { font-size: 16px; }
  .destinations-desktop-break { display: none; }
  .destinations-filters { flex-wrap: nowrap; overflow-x: auto; margin: 16px -5vw 22px; padding: 3px 5vw 8px; scrollbar-width: thin; scrollbar-color: #ffd2de transparent; }
  .destinations-filters button { flex: 0 0 auto; }
  .destinations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 22px; }
  .destination-card { min-height: 66px; }
  .destinations-contact { flex-wrap: wrap; gap: 16px; padding: 24px; }
  .destinations-contact > div { flex: 1; }
  .destinations-contact h3 { font-size: 17px; }
  .destinations-contact__button { width: 100%; margin-left: 0; font-size: 16px; min-height: 48px; }
  .destinations-reassurance { grid-template-columns: 1fr; gap: 24px; padding: 0 24px; margin-top: 32px; }
  .destinations-reassurance li { gap: 22px; }
  .destinations-reassurance p { font-size: 15px; }
}
@media (max-width: 420px) {
  .destinations-kicker { font-size: 11px; }
  .destinations-hero__benefits { gap: 14px 20px; }
  .destinations-hero__benefits li { gap: 9px; }
  .destinations-community { padding: 12px; gap: 10px; border-radius: 16px; }
  .destinations-community__faces span { width: 35px; height: 35px; }
  .destinations-community p { font-size: 11px; }
  .destinations-search { padding-inline: 18px; gap: 12px; }
  .destinations-search input { font-size: 16px; }
  .destinations-grid { gap: 12px; }
  .destination-card { display: grid; grid-template-columns: 30px minmax(0, 1fr) 14px; gap: 7px; padding: 10px; }
  .destination-card__flag { width: 30px; height: 30px; }
  .destination-card__name { font-size: 12px; letter-spacing: -.025em; overflow-wrap: anywhere; }
  .destination-card > .ml-icon { width: 14px; height: 14px; }
  .destinations-contact { padding: 22px 18px; }
  .destinations-contact__icon { flex-basis: 44px; width: 44px; height: 44px; }
  .destinations-contact__icon .ml-icon { width: 36px; height: 36px; }
}
