.dest-page-overlay{z-index:5000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1a1410b3;justify-content:flex-end;align-items:stretch;animation:.3s overlayIn;display:flex;position:fixed;inset:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.dest-page{background:var(--cream);flex-direction:column;width:100%;height:100dvh;animation:.4s cubic-bezier(.16,1,.3,1) slideIn;display:flex;overflow:hidden}@media (min-width:768px){.dest-page{width:min(1100px,100%)}}@keyframes slideIn{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}.dest-page-header{background:var(--dark);border-bottom:1px solid #c9a84c33;flex-shrink:0}.dest-page-header-inner{justify-content:space-between;align-items:flex-start;padding:1.25rem 1.25rem 1rem;display:flex}@media (min-width:768px){.dest-page-header-inner{padding:2rem 2.5rem 1.5rem}}.dest-page-eyebrow{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-size:.55rem;font-weight:400}.dest-page-title{color:#fff;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(1.3rem,4vw,1.8rem);font-weight:300;line-height:1.1}.dest-page-close{color:#ffffff80;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #c9a84c4d;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.dest-page-close:hover{border-color:var(--gold);color:var(--gold)}.dest-page-tabs{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;border-top:1px solid #ffffff0f;padding:0 1rem;display:flex;overflow-x:auto}@media (min-width:768px){.dest-page-tabs{padding:0 2rem}}.dest-page-tabs::-webkit-scrollbar{display:none}.dest-tab{cursor:pointer;letter-spacing:.06em;color:#fff6;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:.8rem 1rem;font-family:Jost,sans-serif;font-size:.68rem;font-weight:300;transition:all .3s;display:flex}@media (min-width:600px){.dest-tab{padding:.9rem 1.4rem;font-size:.72rem}}.dest-tab:hover{color:#ffffffbf}.dest-tab.active{color:var(--gold);border-bottom-color:var(--gold);font-weight:400}.tab-flag{font-size:.95rem}@media (min-width:480px){.tab-flag{font-size:1rem}}.dest-page-body{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.dest-grid-container{padding:1.25rem}@media (min-width:600px){.dest-grid-container{padding:1.75rem}}@media (min-width:768px){.dest-grid-container{padding:2.5rem}}.dest-grid-intro{margin-bottom:1.5rem}.dest-grid-flag{margin-bottom:.4rem;font-size:2rem;display:block}@media (min-width:768px){.dest-grid-flag{font-size:2.5rem}}.dest-grid-heading{color:var(--dark);margin-bottom:.3rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:300;line-height:1}.dest-grid-sub{color:var(--text-muted);letter-spacing:.08em;font-size:.72rem}.dest-card-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:480px){.dest-card-grid{grid-template-columns:1fr 1fr;gap:1.25rem}}@media (min-width:900px){.dest-card-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.dest-card{text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #0000000f;flex-direction:column;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s,border-color .3s;animation:.5s both fadeSlideUp;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000f}.dest-card:first-child{animation-delay:40ms}.dest-card:nth-child(2){animation-delay:90ms}.dest-card:nth-child(3){animation-delay:.14s}.dest-card:nth-child(4){animation-delay:.19s}.dest-card:nth-child(5){animation-delay:.24s}.dest-card:nth-child(6){animation-delay:.29s}.dest-card:hover{border-color:#c9a84c80;transform:translateY(-5px)scale(1.01);box-shadow:0 12px 32px #00000021}.dest-card-img-wrap{height:160px;position:relative;overflow:hidden}@media (min-width:480px){.dest-card-img-wrap{height:175px}}@media (min-width:768px){.dest-card-img-wrap{height:180px}}.dest-card-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.16,1,.3,1)}.dest-card:hover .dest-card-img-wrap img{transform:scale(1.1)}.dest-card-overlay{background:linear-gradient(#0000 40%,#1a1410b3);align-items:flex-end;padding:.75rem;display:flex;position:absolute;inset:0}.dest-card-sig{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-light);font-size:.55rem;font-weight:400;line-height:1.4}.dest-card-body{flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.dest-card-name{color:var(--dark);font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:400}@media (min-width:768px){.dest-card-name{font-size:1.3rem}}.dest-card-subtitle{color:var(--text-muted);font-size:.7rem;font-weight:300}.dest-card-best{color:var(--text-muted);align-items:center;gap:.35rem;margin-top:auto;padding-top:.6rem;font-size:.62rem;display:flex}.dest-card-best svg{stroke:var(--gold);flex-shrink:0}.dest-card-cta{letter-spacing:.1em;color:var(--gold);text-transform:uppercase;margin-top:.4rem;font-size:.65rem;font-weight:400;transition:letter-spacing .3s}.dest-card:hover .dest-card-cta{letter-spacing:.15em}.dest-detail{padding:1.25rem}@media (min-width:600px){.dest-detail{padding:1.75rem}}@media (min-width:768px){.dest-detail{padding:2.5rem}}.dest-detail-back{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:0;font-family:Jost,sans-serif;font-size:.68rem;transition:color .3s;display:inline-flex}.dest-detail-back:hover{color:var(--gold)}.dest-detail-hero{height:220px;margin-bottom:1.5rem;position:relative;overflow:hidden}@media (min-width:480px){.dest-detail-hero{height:270px}}@media (min-width:768px){.dest-detail-hero{height:360px;margin-bottom:2.5rem}}.dest-detail-hero img{object-fit:cover;width:100%;height:100%}.dest-detail-hero-overlay{background:linear-gradient(#0000 0%,#1a141033 45%,#1a1410e0 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}@media (min-width:768px){.dest-detail-hero-overlay{padding:2.5rem}}.dest-detail-badge{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.55rem;font-weight:400}.dest-detail-name{color:#fff;margin:0 0 .4rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.5rem,5vw,3rem);font-weight:300;line-height:1.1}.dest-detail-subtitle{color:#ffffffa6;font-size:clamp(.75rem,2vw,.85rem);font-weight:300}.dest-detail-body{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.dest-detail-body{grid-template-columns:1fr 260px;gap:3rem}}.dest-detail-label{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem;font-size:.55rem;font-weight:400}.dest-detail-desc{color:var(--text-muted);font-size:clamp(.82rem,2.5vw,.92rem);font-weight:300;line-height:1.9}.dest-highlights{grid-template-columns:1fr;gap:.4rem 1.5rem;margin-top:.5rem;list-style:none;display:grid}@media (min-width:480px){.dest-highlights{grid-template-columns:1fr 1fr}}.dest-highlights li{color:var(--text);align-items:flex-start;gap:.5rem;font-size:.82rem;font-weight:300;line-height:1.5;display:flex}.highlight-dot{color:var(--gold);flex-shrink:0;margin-top:.2rem;font-size:.62rem}.dest-detail-sidebar{flex-direction:column;gap:1rem;display:flex}@media (min-width:480px) and (max-width:767px){.dest-detail-sidebar{flex-flow:wrap}}.dest-sidebar-card{background:var(--cream-deep);border-top:2px solid var(--gold);flex:1;min-width:180px;padding:1.25rem}.dest-sidebar-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.55rem;font-weight:400}.dest-sidebar-value{color:var(--text);font-size:.85rem;font-weight:300}.dest-nearby{list-style:none}.dest-nearby li{color:var(--text-muted);border-bottom:1px solid #0000000f;padding:.3rem 0;font-size:.8rem;font-weight:300}.dest-nearby li:last-child{border-bottom:none}.dest-book-btn{background:var(--gold);width:100%;color:var(--dark);letter-spacing:.15em;text-transform:uppercase;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:none;margin-top:auto;padding:1rem;font-family:Jost,sans-serif;font-size:.72rem;font-weight:500;transition:background .3s,transform .3s}.dest-book-btn:hover{background:var(--gold-light);transform:translateY(-2px)}.dest-route-page{background:var(--cream);min-height:100vh;padding-top:70px}.dest-route-page .dest-page{width:100%;height:auto;animation:none;overflow:visible}@media (min-width:768px){.dest-route-page .dest-page{width:100%}}.dest-route-page .dest-page-body{overflow:visible}
