:root {
    --slt-accent: #30b866;
    --slt-dark: #15171c;
    --slt-deep: #0c0e13;
    --slt-text: #111827;
    --slt-muted: #6b7280;
    --slt-light: #f8f8f8;
    --slt-max: 1180px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: var(--slt-text);
    background: #fff;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
}

html {
    scroll-behavior: smooth;
}

a {
    color: inherit;
    text-decoration: none;
}

.slt-shell {
    overflow-x: hidden;
}

.page-transition {
    opacity: 0;
    transform: translateY(24px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.page-transition.in-view {
    opacity: 1;
    transform: translateY(0);
}


.slt-hero {
    position: relative;
    min-height: 72vh;
    color: #fff;
    display: grid;
    place-items: center;
    text-align: center;
}

.slt-hero-home {
    min-height: 100vh;
}

.slt-hero-scroll-stage {
    position: relative;
    isolation: isolate;
}

.slt-hero-pin {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    z-index: 0;
}

.slt-hero video,
.slt-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slt-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.5));
}

.slt-hero-content {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    transform: translateY(2.8vh);
}

.slt-eyebrow {
    font-size: 12px;
    letter-spacing: 0.65em;
    text-transform: uppercase;
    margin-bottom: 14px;
    opacity: 0.9;
}

.slt-title {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 500;
    line-height: 1.02;
    font-size: clamp(62px, 9vw, 120px);
    letter-spacing: 0.01em;
}

.slt-subtitle {
    margin: 18px auto 0;
    max-width: 560px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    font-style: italic;
    color: #f4f4f5;
}

.slt-hero-cta {
    display: inline-block;
    margin-top: 56px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.22);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    font-weight: 500;
    padding: 11px 26px;
    transition: all 0.25s ease;
}

.slt-hero-cta:hover {
    background: rgba(255, 255, 255, 0.16);
}

.slt-intro {
    background: #ffffff;
    min-height: 100vh;
    padding: 0;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}

.slt-intro-overlap {
    position: relative;
    z-index: 2;
    margin-top: 0;
    min-height: 100vh;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 -20px 54px rgba(15, 23, 42, 0.2);
}

.slt-intro::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/media/map.jpg') center center/100% auto no-repeat;
    opacity: 0.95;
    z-index: 0;
}

.slt-intro::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.42);
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 1200px) {
    .slt-intro::before {
        background-size: cover;
    }
}

.slt-intro-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    transform: translateY(-18px);
    text-align: center;
}

.slt-h2 {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(35px, 4.6vw, 45px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0.01em;
}

.slt-copy {
    margin: 10px auto 0;
    color: var(--slt-muted);
    line-height: 1.7;
    max-width: 620px;
}

.slt-intro-copy {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.55;
    color: #6b7280;
}

.slt-intro-stroke {
    display: block;
    width: 56px;
    height: 3px;
    background: var(--slt-accent);
    margin: 18px auto 44px;
}

.slt-copy.small {
    font-size: 13px;
}

.slt-outline-btn {
    margin-top: 0;
    border: 1px solid #222;
    background: #fff;
    color: #222;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.18em;
    padding: 11px 26px;
    display: inline-block;
}

.slt-collection {
    background: #222222;
    color: #fff;
    height: 980px;
    min-height: 980px;
    padding: 66px 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.slt-collection-head {
    text-align: center;
    margin-bottom: 24px;
}

.slt-collection-head .slt-h2 {
    color: #fff;
    font-size: clamp(68px, 5vw, 82px);
    line-height: 0.95;
}

.slt-collection-head .slt-copy {
    color: #b6bec9;
    max-width: 1120px;
    font-size: 14px;
    line-height: 1.35;
    margin-top: 10px;
}

.slt-slider-wrap {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 10px;
}

.slt-slider {
    display: flex;
    align-items: stretch;
    gap: 8px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0 8px;
}

.slt-slider::-webkit-scrollbar {
    display: none;
}

.slt-card {
    flex: 0 0 248px;
    height: 332px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.slt-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slt-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 42%, rgba(0, 0, 0, 0.86) 100%);
}

.slt-card-caption {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    font-family: 'Playfair Display', Georgia, serif;
    line-height: 0.94;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.slt-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 20px;
    backdrop-filter: blur(3px);
}

.slt-arrow.left { left: 6px; }
.slt-arrow.right { right: 6px; }

/* Hard lock curated section card visuals */
#collections .slt-card {
    flex-basis: 248px !important;
    height: 332px !important;
}

#collections .slt-card-caption {
    font-size: 44px !important;
    bottom: 10px !important;
}

.slt-explore {
    background: #fbfbfb;
    padding: 62px 0;
}

.slt-explore-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 22px;
    align-items: center;
}

.slt-map img {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    display: block;
}

.slt-highlight {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden;
}

.slt-highlight img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.slt-highlight-body {
    padding: 12px;
}

.slt-highlight-title {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
}

.slt-journey {
    min-height: 60vh;
    padding: 100px 0;
    background: #ffffff;
}

.slt-journey-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    max-width: 1060px;
    margin: 0 auto;
}

.journey-copy {
    padding-right: 16px;
    max-width: 470px;
    width: 100%;
    justify-self: end;
}

.journey-copy h2 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    color: #222222;
}

.journey-copy > p {
    margin: 10px 0 28px;
    font-size: 15px;
    color: #222222;
    max-width: 430px;
}

.journey-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
    color: #222222;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.journey-meta li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
}

.journey-meta li span {
    width: 24px;
    font-size: 16px;
    line-height: 1;
    color: #6b7280;
}

.slt-form {
    background: #1a1a1a;
    color: #fff;
    border-radius: 12px;
    padding: 44px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    max-width: 540px;
    min-height: 508px;
    justify-self: start;
    width: 100%;
}

.slt-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

.slt-form-grid label {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
}

.slt-form input,
.slt-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #666;
    background: transparent;
    color: #e0e0e0;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 300;
    outline: 0;
    margin-top: 0;
}

.slt-form textarea {
    min-height: 82px;
    resize: none;
}

.slt-form input::placeholder,
.slt-form textarea::placeholder {
    color: #777;
    font-size: 14px;
    font-weight: 300;
}

.slt-form button {
    width: 100%;
    margin-top: 15px;
    border: 0;
    border-radius: 4px;
    padding: 18px 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    background: #fff;
}

.slt-form button:hover {
    background: #28a745;
    color: #ffffff;
}

.slt-form-flash {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 14px;
    border-radius: 6px;
    margin: 0 0 8px;
    letter-spacing: 0.02em;
    text-transform: none;
    font-weight: 500;
}

.slt-form-flash--success {
    background: rgba(48, 184, 102, 0.2);
    border: 1px solid rgba(48, 184, 102, 0.5);
    color: #bbf7d0;
}

.slt-form-field-error {
    font-size: 12px;
    color: #fecaca;
    margin: 0 0 4px;
    letter-spacing: 0.04em;
    text-transform: none;
    line-height: 1.3;
}

.slt-dest-wrap {
    background: #202329;
    padding: 24px 0 36px;
}

.slt-filter-pills {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: -14px auto 24px;
    position: relative;
    z-index: 2;
}

.slt-filter-pill {
    border: 0;
    border-radius: 99px;
    padding: 5px 12px;
    font-size: 10px;
    text-transform: uppercase;
    background: #fff;
    color: #111;
}

.slt-filter-pill.active {
    background: var(--slt-accent);
    color: #fff;
}

.slt-dest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}

.slt-dest-tile {
    aspect-ratio: 3 / 4;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.slt-dest-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Curated Collection - source-aligned implementation */
.curated-section {
    background: #222222;
    color: #fff;
    height: 980px;
    padding: 60px 20px 25px;
}

.curated-inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.curated-header {
    text-align: center;
    margin-bottom: 50px;
}

.curated-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: 0.02em;
    margin-bottom: 18px;
    color: #f5f0eb;
}

.curated-header p {
    font-size: 0.88rem;
    font-weight: 300;
    color: #aaa;
    max-width: 980px;
    margin: 0 auto;
    line-height: 1.75;
    letter-spacing: 0.01em;
    font-family: 'Lato', sans-serif;
}

.curated-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.curated-cards-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    flex: 1;
    will-change: transform;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.curated-cards-track::-webkit-scrollbar {
    display: none;
}

.curated-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    flex: 0 0 calc(25% - 14px);
    aspect-ratio: 3 / 4;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    scroll-snap-align: start;
    flex-shrink: 0;
}

.curated-card:hover {
    transform: translateY(-6px) scale(1.015);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55);
}

.curated-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.curated-card:hover img {
    transform: scale(1.06);
}

.curated-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0) 70%);
}

.curated-card-label {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.05rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.curated-nav-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
    backdrop-filter: blur(6px);
    z-index: 2;
}

.curated-nav-btn:hover {
    background: rgba(255, 255, 255, 0.22);
}

.curated-nav-btn.prev {
    margin-right: 14px;
}

.curated-nav-btn.next {
    margin-left: 14px;
}

/* Explore Dashboard */
.explore-dashboard {
    background: #efefef;
    padding: 84px 34px 96px;
}

.explore-grid {
    max-width: 1540px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.02fr 0.98fr;
    gap: 44px;
    align-items: start;
    min-height: 0;
}

.explore-left {
    padding-top: 50px;
}

.explore-badge {
    display: inline-block;
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: 0;
    border-radius: 999px;
    padding: 8px 15px;
    color: #15233f;
    background: #dfe3e8;
    font-weight: 700;
    margin-bottom: 22px;
}

.explore-left h2 {
    margin: 0 0 20px;
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.1;
    color: #222222;
}

.explore-left p {
    margin: 0;
    color: #445166;
    max-width: 440px;
    line-height: 1.6;
    font-size: 13px;
}

.explore-map-wrap {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.explore-map {
    position: relative;
    width: min(540px, 100%);
}

.explore-map img {
    width: 100%;
    display: block;
    user-select: none;
    filter: grayscale(1) contrast(0.86) brightness(1.05);
    opacity: 0.92;
}

.map-pin {
    position: absolute;
    width: 14px;
    height: 14px;
    aspect-ratio: 1 / 1;
    padding: 0;
    line-height: 0;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #1db954;
    box-shadow: 0 0 0 0 rgba(29, 185, 84, 0.7);
    cursor: pointer;
    transform: translate(-50%, -50%);
    animation: pin-pulse 1.8s infinite;
}

.map-pin span {
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    transform: translateX(-50%);
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #111827;
    padding: 3px 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    line-height: 1.05;
}

.map-pin:hover span,
.map-pin.active span {
    opacity: 1;
}

@keyframes pin-pulse {
    0% { box-shadow: 0 0 0 0 rgba(29, 185, 84, 0.7); }
    70% { box-shadow: 0 0 0 12px rgba(29, 185, 84, 0); }
    100% { box-shadow: 0 0 0 0 rgba(29, 185, 84, 0); }
}

.explore-info-panel {
    background: #f4f4f4;
    border-radius: 14px;
    border: 1px solid #e6e7ea;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
    padding: 34px 28px 24px;
    transition: opacity 0.28s ease, transform 0.28s ease;
    align-self: center;
}

.explore-info-panel.fade-out {
    opacity: 0;
    transform: translateY(8px);
}

.panel-close {
    display: none;
}

.panel-kicker {
    margin: 0;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #a2abbb;
}

.explore-info-panel h3 {
    margin: 12px 0 10px;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 500;
    color: #222222;
    line-height: 1.1;
}

.explore-info-panel > p:not(.panel-kicker) {
    margin: 0;
    color: #4b5565;
    line-height: 1.6;
    font-size: 13px;
    max-width: 520px;
}

.panel-slider {
    margin-top: 28px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e8ea;
    background: #efefef;
}

.panel-slider img {
    width: 100%;
    display: block;
    cursor: zoom-in;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.panel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    cursor: pointer;
    backdrop-filter: blur(4px);
}

.panel-arrow.prev { left: 14px; }
.panel-arrow.next { right: 14px; }

.lightbox-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    z-index: 120;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.lightbox-modal.open {
    display: flex;
}

.lightbox-modal img {
    max-width: min(1100px, 92vw);
    max-height: 86vh;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
    color: #111827;
    background: #ffffff;
}

/* Destinations Page - Structured UI */
.dest-page {
    background: #1c1c1e;
    color: #fff;
    font-family: 'Georgia', serif;
}

.dest-root {
    position: relative;
}

.dest-nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(var(--slt-max), 100% - 36px);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.dest-nav-logo img {
    width: 122px;
    height: auto;
}

.dest-nav-links {
    display: flex;
    gap: 32px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.dest-nav-links a:hover {
    color: #fff;
}

.dest-contact-btn {
    background: #2ecc71;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 9px 22px;
    border-radius: 6px;
    letter-spacing: 0.05em;
}

.dest-contact-btn:hover {
    background: #27ae60;
}

.dest-hero {
    position: relative;
    height: 100vh;
}

.dest-hero-fixed-background {
    position: fixed;
    inset: 0;
    z-index: -1;
}

.dest-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dest-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.72) 100%);
}

.dest-hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: min(var(--slt-max), 100% - 36px);
    margin: 0 auto;
}

.dest-hero-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(68px, 6.2vw, 96px);
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    line-height: 0.95;
}

.dest-hero-content p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 680px;
    line-height: 1.45;
}

.dest-filter-bar {
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    width: min(var(--slt-max), 100% - 36px);
    justify-content: center;
}

.dest-filter-btn {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #111;
    background: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    backdrop-filter: blur(2px);
    transition: 0.2s;
    font-weight: 600;
}

.dest-filter-btn.active,
.dest-filter-btn:hover {
    background: #2ecc71;
    color: #fff;
    border-color: #2ecc71;
}

.dest-grid-section {
    padding: calc((100vw - min(1280px, calc(100% - 132px))) / 2) 0 56px;
    background-color: #1c1c1e;
}

.dest-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    width: min(1280px, calc(100% - 132px));
    margin: 0 auto;
}

.dest-card {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    cursor: pointer;
}

.dest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.dest-card:hover img {
    transform: scale(1.06);
}

.dest-footer {
    background: #111;
    margin-top: 20px;
}

.dest-footer-grid {
    padding: 40px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 30px;
}

.dest-footer-logo img {
    width: 130px;
    height: auto;
}

.dest-footer-tagline {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #666;
    margin-top: 10px;
    line-height: 1.6;
}

.dest-footer-col h4 {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 14px;
}

.dest-footer-col a,
.dest-footer-col p {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #aaa;
    margin-bottom: 8px;
    line-height: 1.6;
}

.dest-footer-col a:hover {
    color: #fff;
}

.dest-footer-bottom {
    background: #0a0a0a;
    padding: 14px 40px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    color: #555;
}

@media (max-width: 980px) {
    .slt-menu {
        display: none;
    }

    .slt-explore-grid,
    .slt-journey-grid {
        grid-template-columns: 1fr;
    }

    .slt-journey {
        padding: 52px 0 56px;
    }

    .journey-copy {
        justify-self: stretch;
        max-width: none;
        padding-right: 0;
    }

    .journey-copy h2 {
        font-size: clamp(38px, 11vw, 50px);
    }

    .journey-copy > p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .slt-form {
        justify-self: stretch;
        max-width: none;
        min-height: auto;
        padding: 32px;
    }

    .slt-dest-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .slt-arrow {
        display: none;
    }

    .slt-slider-wrap {
        width: auto;
        margin-left: 0;
    }

    .slt-collection {
        height: auto;
        min-height: 980px;
    }

    .slt-card {
        flex-basis: 68vw;
        height: 300px;
    }

    .slt-card-caption {
        font-size: 34px;
    }

    .slt-title {
        font-size: clamp(46px, 14vw, 78px);
    }

    .slt-subtitle {
        font-size: 15px;
        max-width: 86vw;
    }

    .slt-hero-pin {
        height: 100svh;
        min-height: 100svh;
    }

    .slt-intro-overlap {
        margin-top: 0;
        min-height: 100vh;
        border-radius: 0;
    }

    .curated-section {
        height: auto;
        min-height: 980px;
    }

    .curated-card {
        flex: 0 0 calc(50% - 9px);
    }

    .curated-card-label {
        font-size: 1.6rem;
    }

    .dest-hero-content {
        width: calc(100% - 24px);
    }

    .dest-hero-content h1 {
        font-size: clamp(44px, 11vw, 64px);
    }

    .dest-hero-content p {
        font-size: 12px;
        max-width: 86vw;
    }

    .dest-filter-bar {
        bottom: 38px;
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 1100px) {
    .explore-dashboard {
        padding: 20px 16px 24px;
    }

    .explore-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: auto;
    }

    .explore-left {
        order: 1;
    }

    .explore-map-wrap {
        order: 2;
    }

    .explore-map {
        max-width: 620px;
        margin: 0 auto;
    }

    .explore-info-panel {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 70;
        border-radius: 18px 18px 0 0;
        transform: translateY(108%);
        transition: transform 0.3s ease;
        max-height: 74vh;
        overflow-y: auto;
    }

    .explore-info-panel.is-open {
        transform: translateY(0);
    }

    .panel-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        border: 0;
        border-radius: 50%;
        background: #f3f4f6;
        color: #111827;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
    }
}
