.destinations{background-color:var(--background);width:100vw;min-height:100svh;color:var(--foreground);position:relative}.dest-hero{background-color:var(--background);justify-content:center;align-items:center;width:100vw;height:100svh;display:flex;position:relative}.dest-map-section{width:100%;position:relative}.dest-list{max-width:960px;margin:0 auto;padding:4rem 1.5rem 5rem}.dest-error{place-items:center;gap:.8rem;min-height:20vh;padding:2rem;display:grid}.dest-retry-btn{border:1px solid var(--ui-border);background:var(--ui-surface);color:var(--foreground);cursor:pointer;border-radius:999px;padding:.55rem 1rem}.dest-regions{flex-direction:column;gap:3rem;display:flex}.dest-region-group{grid-template-columns:160px 1fr;gap:0 2rem;display:grid}.dest-region-label{padding-top:.75rem}.dest-region-label p{color:var(--foreground-200);position:sticky;top:5rem}.dest-region-entries{flex-direction:column;display:flex}.dest-country-block{border-top:1px solid var(--ui-border-weak)}.dest-country-block:last-child{border-bottom:1px solid var(--ui-border-weak)}a.dest-country-row{color:inherit;justify-content:space-between;align-items:center;padding:.75rem 0;text-decoration:none;transition:opacity .25s;display:flex}a.dest-country-row:hover{opacity:.7}.dest-country-name{font-family:var(--font-nm);font-size:clamp(1rem,.75rem + .5vw,1.25rem);font-weight:550;line-height:1.3}.dest-country-count{color:var(--foreground-200);flex-shrink:0;margin-left:1rem}.dest-cities-list{padding-bottom:.5rem;padding-left:1.25rem}a.dest-city-row{color:inherit;justify-content:space-between;align-items:center;padding:.4rem 0;text-decoration:none;transition:opacity .25s;display:flex}a.dest-city-row:hover{opacity:.7}.dest-city-name{font-family:var(--font-dm-mono),monospace;text-transform:uppercase;letter-spacing:.06em;color:var(--foreground-200);font-size:.8rem;font-weight:400}.dest-city-count{color:color-mix(in srgb,var(--foreground-200)60%,transparent);flex-shrink:0;margin-left:1rem;font-size:.7rem}@media (max-width:1000px){.dest-region-group{grid-template-columns:1fr;gap:.5rem}.dest-region-label{padding-top:0}.dest-region-label p{position:static}.dest-list{padding:2rem 1rem 3rem}}@media (max-width:768px){.dest-hero{height:60svh}.dest-regions{gap:2rem}}@media (max-width:600px){.dest-list{padding:1.5rem 1rem 3rem}}@media (max-width:390px){.dest-country-name{font-size:1rem}}
