: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-shell #journey {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 100svh;
}

.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: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.85fr 1.2fr 1.15fr;
    gap: 48px;
    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-description {
    margin: 0;
    color: #445166;
    max-width: 430px;
    padding: 0;
    line-height: 1.6;
    font-size: 13px;
    text-wrap: pretty;
}

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

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

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

.explore-map-instruction {
    display: none;
    text-align: center;
    margin-top: 14px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #445166;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.instruction-dot {
    width: 8px;
    height: 8px;
    background: #2ecc71;
    border-radius: 50%;
    display: inline-block;
    animation: pin-pulse 1.8s infinite;
}

.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: 42px 36px 32px;
    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: 1 / 1;
    object-fit: cover;
    transition: opacity 0.18s ease;
}

.explore-info-panel.is-loading-image .panel-slider img {
    opacity: 0;
}

.explore-info-panel.is-loading-image .panel-slider::after {
    content: '';
    position: absolute;
    inset: 50% auto auto 50%;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(17, 24, 39, 0.18);
    border-top-color: var(--slt-accent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: panelImageSpin 0.7s linear infinite;
}

@keyframes panelImageSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.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;
}

.is-fixed-top {
    position: fixed !important;
    bottom: auto !important;
    z-index: 80 !important;
    background: rgba(20, 24, 27, 0.75);
    padding: 10px 20px;
    border-radius: 99px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: fit-content !important;
    max-width: calc(100% - 36px) !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none;
    justify-content: flex-start !important;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

.is-fixed-top::-webkit-scrollbar {
    display: none;
}

.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: 16px;
    width: min(1340px, calc(100% - 100px));
    margin: 0 auto;
}

.dest-card {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 10 / 14;
    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-carousel-wrapper {
        display: grid;
        grid-template-areas: 
            "track track"
            "prev next";
        justify-items: center;
        gap: 24px;
        padding: 0 14px;
    }

    .curated-cards-track {
        grid-area: track;
        width: calc(100% + 28px);
        margin-left: -14px;
        padding: 0 14px;
        gap: 12px;
    }

    .curated-card {
        flex: 0 0 94%;
        aspect-ratio: 1 / 1.55;
        scroll-snap-align: center;
        border-radius: 20px;
    }

    .curated-nav-btn {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }

    .curated-nav-btn.prev {
        grid-area: prev;
        margin: 0 8px 0 auto;
    }

    .curated-nav-btn.next {
        grid-area: next;
        margin: 0 auto 0 8px;
    }

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

    .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: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        justify-content: flex-start;
    }

    .dest-filter-bar::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 1100px) {
    .explore-dashboard {
        min-height: 100svh;
        padding: 32px 16px;
        display: flex;
    }

    .explore-grid {
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        gap: 18px;
        min-height: calc(100svh - 64px);
        align-content: stretch;
    }

    .explore-map-instruction {
        display: flex;
        font-size: 12px;
        line-height: 1.4;
    }

    .explore-left {
        order: 1;
        padding-top: 0;
    }

    .explore-left h2 {
        margin-bottom: 16px;
        font-size: clamp(42px, 12vw, 56px);
    }

    .explore-description {
        max-width: 38rem;
        font-size: 15px;
        line-height: 1.7;
    }

    .explore-map-wrap {
        order: 2;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 0;
    }

    .explore-map {
        width: min(88vw, 620px);
        max-width: 100%;
        margin: 0 auto;
    }

    .map-pin {
        width: 18px;
        height: 18px;
    }

    .map-pin span {
        font-size: 13px;
    }

    .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;
        padding: 34px 24px 28px;
    }

    .explore-info-panel h3 {
        font-size: 30px;
    }

    .explore-info-panel>p:not(.panel-kicker) {
        font-size: 15px;
        line-height: 1.7;
    }

    .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;
    }
}

@media (max-width: 760px) {
    .slt-copy,
    .curated-header p,
    .dest-hero-content p,
    .collections-page-header p,
    .collection-detail-intro-copy>p:last-child,
    .collection-detail-showcase-header>p:last-child,
    .journey-copy>p {
        font-size: 15px;
        line-height: 1.7;
    }

    .slt-subtitle {
        font-size: 16px;
        line-height: 1.55;
    }

    .explore-dashboard {
        height: 100svh;
        min-height: 100svh;
        padding: 38px 16px max(24px, env(safe-area-inset-bottom));
        overflow: hidden;
    }

    .explore-grid {
        height: 100%;
        min-height: 0;
        grid-template-rows: auto minmax(0, 1fr);
        gap: 14px;
    }

    .explore-left h2 {
        margin-bottom: 12px;
        font-size: clamp(38px, 11vw, 50px);
    }

    .explore-description {
        font-size: 14px;
        line-height: 1.55;
    }

    .explore-map-wrap {
        justify-content: start;
        overflow: hidden;
    }

    .explore-map {
        width: min(72vw, 370px);
    }

    .explore-map-instruction {
        margin-top: 10px;
    }

    .explore-badge,
    .panel-kicker,
    .collections-section-badge,
    .collection-detail-section-kicker,
    .collection-detail-planner-label {
        font-size: 11px;
    }

    .dest-filter-btn,
    .collections-hero-collection-btn,
    .collection-detail-place-btn {
        font-size: 12px;
        line-height: 1.2;
    }

    .dest-footer-col a,
    .dest-footer-col p,
    .dest-footer-bottom {
        font-size: 12px;
    }
}

.collections-root {
    background: #1c1c1e;
}

.collections-hero-content {
    max-width: 760px;
}

.collections-hero-content h1 {
    color: #fff;
}

.collections-hero-kicker {
    margin: 0 0 14px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

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

.collections-hero-collection-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;
    text-decoration: none;
    display: inline-block;
}

.collections-hero-collection-btn:hover {
    background: #2ecc71;
    color: #fff;
    border-color: #2ecc71;
}

.collections-hero-collection-btn.active {
    background: #2ecc71;
    color: #fff;
    border-color: #2ecc71;
}

.collections-page {
    background:
        radial-gradient(circle at top left, rgba(48, 184, 102, 0.14), transparent 28%),
        linear-gradient(180deg, #1c1c1e 0%, #111315 100%);
    color: #fff;
    min-height: 100vh;
    padding: 96px 20px 110px;
    box-shadow: 0 -20px 54px rgba(15, 23, 42, 0.32);
}

.collections-page-inner {
    max-width: 1300px;
    margin: 0 auto;
}

.collections-page-header {
    text-align: center;
    margin: 0 auto 28px;
    max-width: 840px;
}

.collections-section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #dfe8df;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.collections-page-header h2 {
    margin: 20px 0 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 4.8vw, 64px);
    font-weight: 500;
    line-height: 1.02;
}

.collections-page-header p {
    max-width: 760px;
    margin: 16px auto 0;
    color: rgba(223, 232, 223, 0.7);
    line-height: 1.7;
}

.collections-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.collections-page-card {
    min-height: 430px;
}

.collections-hidden {
    display: none !important;
}

.collections-page-hero {
    position: relative;
    min-height: 430px;
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #22262a;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    isolation: isolate;
}

.collections-page-hero-link {
    text-decoration: none;
    color: inherit;
}

.collections-page-hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    opacity: 0.7;
}

.collections-page-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.collections-page-hero:hover img {
    transform: scale(1.06);
}

.collections-page-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.32) 48%, rgba(8, 10, 12, 0.92) 100%),
        linear-gradient(135deg, rgba(48, 184, 102, 0.16), transparent 42%);
}

.collections-page-card-copy {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    padding: 24px 22px 22px;
    display: grid;
    gap: 10px;
}

.collections-page-card-copy h3 {
    margin: 0;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 3.1vw, 42px);
    font-weight: 500;
    line-height: 0.95;
}

.collections-page-duration {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #8be1a8;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.collections-page-summary {
    margin: 0;
    color: rgba(233, 239, 241, 0.85);
    line-height: 1.6;
    max-width: 32ch;
}

.collections-page-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 4px;
}

.collections-page-meta {
    margin: 0;
    color: rgba(206, 217, 222, 0.78);
    font-size: 0.82rem;
}

.collections-page-link-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f3f7f4;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.collections-page-link-label::after {
    content: '→';
    font-size: 14px;
}

.collection-detail-hero {
    position: relative;
    min-height: 68vh;
    display: grid;
    place-items: center;
    color: #fff;
}

.collection-detail-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-detail-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.68));
}

.collection-detail-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.collection-detail-kicker {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.74rem;
}

.collection-detail-hero h1 {
    margin: 8px 0 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(42px, 6vw, 72px);
}

.collection-detail-duration {
    margin: 12px 0 0;
    opacity: 0.92;
}

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

.collection-detail-place-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;
    text-decoration: none;
    display: inline-block;
}

.collection-detail-place-btn:hover {
    background: #2ecc71;
    color: #fff;
    border-color: #2ecc71;
}

.collection-detail-body {
    background:
        radial-gradient(circle at top left, rgba(48, 184, 102, 0.12), transparent 20%),
        linear-gradient(180deg, #16181b 0%, #111315 34%, #0d0f11 100%);
    padding: 0 16px 72px;
}

.collection-detail-intro,
.collection-detail-showcase,
.collection-detail-itinerary {
    max-width: 1160px;
    margin: 0 auto;
}

.collection-detail-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 28px;
    align-items: end;
    padding: 72px 0 34px;
}

.collection-detail-intro-copy h2,
.collection-detail-showcase-header h2 {
    margin: 12px 0 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 4.6vw, 58px);
    font-weight: 500;
    line-height: 1.02;
    color: #f7f2e8;
}

.collection-detail-intro-copy>p:last-child,
.collection-detail-showcase-header>p:last-child {
    margin: 16px 0 0;
    max-width: 58ch;
    color: rgba(225, 229, 232, 0.72);
    line-height: 1.8;
}

.collection-detail-section-kicker,
.collection-detail-planner-label {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #4e8b5a;
}

.collection-detail-planner-card,
.collection-detail-card,
.collection-detail-place-card,
.collection-detail-vehicle-card {
    background: rgba(23, 26, 29, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.collection-detail-planner-card {
    padding: 26px;
    position: relative;
    overflow: hidden;
}

.collection-detail-planner-card::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #4e8b5a, #9fd4aa);
}

.collection-detail-planner-card dl,
.collection-detail-card dl {
    margin: 16px 0 0;
    display: grid;
    gap: 12px;
}

.collection-detail-card {
    padding: 24px;
    margin-top: 28px;
}

.collection-detail-card h2 {
    margin: 0 0 14px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 500;
    color: #f7f2e8;
}

.collection-detail-planner-card dt,
.collection-detail-card dt {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    color: rgba(187, 198, 208, 0.66);
}

.collection-detail-planner-card dd,
.collection-detail-card dd {
    margin: 4px 0 0;
    color: #f4f6f7;
}

.collection-detail-note {
    margin: 16px 0 0;
    color: rgba(225, 229, 232, 0.72);
    line-height: 1.7;
}

.collection-detail-showcase {
    padding: 16px 0 8px;
}

.collection-detail-showcase-header {
    max-width: 760px;
}

.collection-detail-place-grid,
.collection-detail-vehicle-grid {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 18px;
}

.collection-detail-place-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collection-detail-place-card {
    overflow: hidden;
}

.collection-place-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.collection-detail-place-copy {
    padding: 22px 22px 24px;
}

.collection-detail-place-copy h3,
.collection-detail-vehicle-card h3 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 600;
    color: #f7f2e8;
}

.collection-detail-place-copy p,
.collection-detail-vehicle-card p {
    margin: 10px 0 0;
    color: rgba(225, 229, 232, 0.72);
    line-height: 1.7;
}

.collection-detail-card--empty {
    max-width: 720px;
    margin-top: 28px;
}

.collection-detail-itinerary-list {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 18px;
}

.collection-detail-itinerary-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px 20px;
    align-items: start;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(180deg, rgba(19, 23, 28, 0.96), rgba(13, 16, 20, 0.98));
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.collection-detail-itinerary-item--media {
    grid-template-columns: auto minmax(0, 1.1fr) minmax(220px, 320px);
}

.collection-detail-itinerary-badge-wrap {
    padding-top: 2px;
}

.collection-detail-itinerary-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(39, 174, 96, 0.16);
    color: #8af0b4;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.collection-detail-itinerary-copy {
    min-width: 0;
}

.collection-detail-itinerary-title {
    margin: 0;
    color: #ffffff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1.1;
}

.collection-detail-itinerary-summary {
    margin: 12px 0 0;
    color: rgba(225, 229, 232, 0.84);
    line-height: 1.75;
}

.collection-detail-itinerary-details {
    margin: 14px 0 0;
    padding-left: 14px;
    border-left: 2px solid rgba(125, 211, 162, 0.45);
    color: #f3f4f6;
    line-height: 1.7;
}

.collection-detail-itinerary-media {
    width: 100%;
    align-self: stretch;
}

.collection-detail-itinerary-media img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}

.collection-detail-itinerary-legacy pre {
    margin: 20px 0 0;
    white-space: pre-wrap;
    line-height: 1.7;
    color: #f3f4f6;
}

.collection-detail-itinerary pre {
    margin: 0;
    white-space: pre-wrap;
    line-height: 1.6;
}

.collection-detail-vehicle-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.collection-detail-vehicle-card {
    padding: 22px;
}

.collection-detail-vehicle-type {
    margin: 0 0 8px;
    color: #4e8b5a;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.trip-customizer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.trip-customizer-grid label {
    display: block;
    margin-bottom: 4px;
    font-size: 0.82rem;
    font-weight: 600;
}

.trip-customizer-grid input,
.trip-customizer-grid select {
    width: 100%;
    border: 1px solid #d6dee7;
    border-radius: 10px;
    padding: 10px 12px;
}

.trip-customizer-places {
    margin-top: 12px;
}

.trip-customizer-places p {
    margin: 0 0 6px;
}

.trip-customizer-place-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.trip-customizer-place-list label {
    border: 1px solid #d6dee7;
    border-radius: 999px;
    padding: 4px 10px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.trip-plan-output {
    margin-top: 12px;
}

.collections-day-plan {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.collections-day-plan li {
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    padding: 10px 12px;
    background: #f8fafc;
}

.collections-day-plan-day {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.collections-day-plan-details {
    margin: 4px 0 0;
}

.trip-graph {
    position: relative;
}

.trip-graph::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(to bottom, #27ae60, #7dd3a2);
}

.trip-graph-day {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: start;
    position: relative;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

.trip-graph-dot {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #27ae60;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 0.8rem;
    font-weight: 700;
    z-index: 1;
}

.trip-graph-content {
    background: rgba(23, 26, 29, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 8px 10px;
}

.collections-page-view .slt-footer,
.dest-page .slt-footer {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .collections-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .collection-detail-intro,
    .collection-detail-place-grid {
        grid-template-columns: 1fr;
    }

    .collection-detail-itinerary-item,
    .collection-detail-itinerary-item--media {
        grid-template-columns: 1fr;
    }

    .collection-detail-itinerary-media img {
        min-height: 180px;
    }
}

@media (max-width: 680px) {

    .collections-page-grid,
    .trip-customizer-grid {
        grid-template-columns: 1fr;
    }

    .collections-page {
        padding: 72px 16px 88px;
    }

    .collections-page-hero,
    .collections-page-card {
        min-height: 390px;
    }

    .collections-page-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .collection-detail-body {
        padding: 0 12px 56px;
    }

    .collection-detail-intro {
        padding: 56px 0 28px;
    }

    .collection-place-image {
        height: 210px;
    }
}

.experiences-root {
    background: #111315;
}

.experiences-hero {
    min-height: 100vh;
}

.experiences-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.48) 46%, rgba(8, 10, 12, 0.82) 100%),
        linear-gradient(120deg, rgba(48, 184, 102, 0.12), transparent 36%);
}

.experiences-hero-content {
    max-width: 720px;
}

.experiences-hero-content .slt-title {
    font-size: clamp(68px, 6.2vw, 96px);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    line-height: 0.95;
}

.experiences-hero-content .slt-subtitle {
    margin: 18px auto 0;
    max-width: 680px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.45;
}

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

.experiences-hero-place-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;
}

.experiences-body-inner {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.experiences-hero-place-btn:hover {
    background: #2ecc71;
    color: #fff;
    border-color: #2ecc71;
}

.experiences-body {
    background:
        radial-gradient(circle at top left, rgba(48, 184, 102, 0.12), transparent 18%),
        linear-gradient(180deg, #101214 0%, #121518 100%);
    padding: 64px 0 88px;
}

.experiences-body-inner {
    display: grid;
    gap: 38px;
}

.experience-place-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 26px;
    align-items: start;
}

.experience-place-aside {
    position: sticky;
    top: 104px;
    overflow: hidden;
    border-radius: 28px;
    background: #15181b;
    color: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.experience-place-aside img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.experience-place-copy {
    padding: 24px 24px 28px;
}

.experience-activity-kicker {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8be1a8;
}

.experience-place-copy h2 {
    margin: 12px 0 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 0.98;
    font-weight: 500;
}

.experience-place-copy p:last-child {
    margin: 14px 0 0;
    color: rgba(233, 239, 241, 0.74);
    line-height: 1.75;
}

.experience-activity-stack {
    display: grid;
    gap: 18px;
}

.experience-activity-card {
    border-radius: 26px;
    background: rgba(20, 24, 27, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.experience-activity-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
}

.experience-activity-heading h3 {
    margin: 10px 0 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 3vw, 42px);
    line-height: 0.98;
    font-weight: 600;
    color: #f7f2e8;
}

.experience-activity-heading span {
    color: rgba(216, 224, 230, 0.72);
    font-size: 0.85rem;
    white-space: nowrap;
}

.experience-activity-description {
    margin: 16px 0 0;
    color: rgba(216, 224, 230, 0.72);
    line-height: 1.75;
    max-width: 64ch;
}

.experience-activity-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.experience-activity-gallery figure {
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
}

.experience-activity-gallery img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.experience-activity-card:hover .experience-activity-gallery img {
    transform: scale(1.04);
}

.experience-empty-state {
    text-align: center;
    padding: 88px 20px;
}

.experience-empty-state h2 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 500;
}

.experience-empty-state p {
    margin: 16px auto 0;
    max-width: 56ch;
    color: #5a6771;
}

.fleet-root {
    background: #111315;
}

.fleet-hero-content {
    max-width: 760px;
    color: #fff;
}

.fleet-hero-content h1 {
    font-size: clamp(42px, 6vw, 72px);
    color: #fff;
}

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

.fleet-hero-type-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;
}

.fleet-hero-type-btn:hover {
    background: #2ecc71;
    color: #fff;
    border-color: #2ecc71;
}

.fleet-page {
    background:
        radial-gradient(circle at top left, rgba(48, 184, 102, 0.14), transparent 28%),
        linear-gradient(180deg, #111315 0%, #0c0e10 100%);
    color: #fff;
    min-height: 100vh;
    padding: 92px 20px 104px;
}

.fleet-page-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.fleet-page-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.fleet-card {
    overflow: hidden;
    border-radius: 28px;
    background: rgba(20, 24, 27, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.fleet-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.fleet-card-copy {
    padding: 24px;
}

.fleet-card-type {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8be1a8;
}

.fleet-card h2 {
    margin: 12px 0 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 3vw, 44px);
    line-height: 0.98;
    font-weight: 600;
    color: #f7f2e8;
}

.fleet-card-meta {
    margin: 12px 0 0;
    color: rgba(216, 224, 230, 0.78);
}

.fleet-card-description {
    margin: 16px 0 0;
    color: rgba(216, 224, 230, 0.72);
    line-height: 1.75;
}

.fleet-card-block {
    margin-top: 20px;
}

.fleet-card-block h3 {
    margin: 0 0 10px;
    font-size: 0.88rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.fleet-card-block ul,
.collection-detail-vehicle-list {
    margin: 0;
    padding-left: 18px;
    color: rgba(216, 224, 230, 0.8);
    line-height: 1.75;
}

.collection-detail-vehicle-meta {
    color: rgba(216, 224, 230, 0.78) !important;
}

.collection-detail-vehicle-inclusions {
    margin-top: 12px !important;
    color: rgba(216, 224, 230, 0.7) !important;
}

@media (max-width: 1024px) {
    .experience-place-section {
        grid-template-columns: 1fr;
    }

    .experience-place-aside {
        position: static;
    }

    .fleet-page-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .experiences-body-inner {
        width: min(1240px, calc(100% - 24px));
    }

    .experiences-hero-place-bar {
        bottom: 38px;
        gap: 6px;
        width: calc(100% - 24px);
    }

    .experiences-body {
        padding: 44px 0 60px;
    }

    .experience-activity-heading {
        flex-direction: column;
        align-items: start;
    }

    .experience-activity-gallery {
        grid-template-columns: 1fr;
    }

    .experience-activity-gallery img {
        height: 220px;
    }

    .fleet-page {
        padding: 72px 12px 80px;
    }

    .fleet-card img {
        height: 220px;
    }
}
}
}
