.three-day-refined {
            --surface-neutral: #f9f9f7;
            --text-main: #1a1a1a;
            --text-muted: #555;
            --border-color: #e8e5e0;
        }

        /* Symmetric page gutters */
        .three-day-refined .wrap {
            padding-left: clamp(24px, 6vw, 100px);
            padding-right: clamp(24px, 6vw, 100px);
        }

        @media (max-width: 768px) {
            .three-day-refined .wrap {
                padding-left: 16px;
                padding-right: 16px;
            }

            .three-day-refined .highlights-block {
                padding-left: 16px;
                padding-right: 16px;
            }
        }

        /* No sidebar - single full-width column inside padded wrap */
        .three-day-refined.no-sidebar .tour_page_body .wrap_float {
            display: block !important;
        }

        .three-day-refined.no-sidebar .tour_page_body .left_content {
            width: 100% !important;
            max-width: 100% !important;
            float: none !important;
            padding-right: 0 !important;
        }

        .three-day-refined .page-inner {
            width: 100%;
            max-width: none;
            margin: 0;
            padding: 0;
        }

        /* Static hero - no slider */
        .three-day-refined .tour_page_head {
            min-height: 72vh;
            background-size: cover;
            background-position: center;
        }

        .three-day-refined .tour_page_head .slider_wrap,
        .three-day-refined .tour_page_head .controls {
            display: none !important;
        }

        .three-day-refined .tour_page_head .header_content {
            padding-top: 0;
            padding-bottom: 0;
        }

        .three-day-refined .breadcrumbs {
            margin-bottom: 14px;
        }

        .three-day-refined .tour_page_head .top-info {
            padding-right: 0;
            margin-bottom: 0;
        }

        .three-day-refined .tour_page_head .header_content .wrap_float {
            display: flex;
            flex-direction: column;
            min-height: calc(76vh - 180px);
        }

        .three-day-refined .tour_page_head .bottom-info {
            margin-top: auto;
            padding-top: 64px;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            gap: 48px;
        }

        .three-day-refined .tour_page_head .bottom-info .bottom-info-left {
            flex: 1 1 0;
            min-width: 0;
            max-width: none;
            float: none;
        }

        .three-day-refined .tour_page_head .bottom-info .bottom-info-left .search-tour {
            width: 100%;
        }

        .three-day-refined .tour_page_head .bottom-info .bottom-info-right {
            flex: 0 0 280px;
            float: none;
            max-width: 280px;
        }

        /* Hero meta - evenly share space beside CTA, sized to match button */
        .three-day-refined .tour_page_head .search-form.three-day-hero-meta {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 0;
            align-items: center;
            min-height: 50px;
        }

        .three-day-refined .tour_page_head .search-form.three-day-hero-meta .date-col {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            min-height: 50px;
            padding: 0 28px;
            border-right: 1px solid rgba(255, 255, 255, 0.24);
        }

        .three-day-refined .tour_page_head .search-form.three-day-hero-meta .date-col:first-child {
            padding-left: 0;
        }

        .three-day-refined .tour_page_head .search-form.three-day-hero-meta .date-col:last-child {
            border-right: 0;
            padding-right: 0;
        }

        .three-day-refined .tour_page_head .search-form.three-day-hero-meta .date-col .label {
            display: block;
            font-family: 'Inter', sans-serif;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.58);
            margin-bottom: 8px;
        }

        .three-day-refined .tour_page_head .hero-meta-value {
            display: block;
            font-family: 'Prata', serif;
            font-size: 24px;
            line-height: 1.2;
            color: #fff;
        }

        .three-day-refined .tour_page_body {
            padding-top: 0;
            overflow-x: clip;
        }

        /* Section rhythm */
        .three-day-refined .page-section {
            padding: 56px 0;
            border-top: 1px solid var(--border-color);
        }

        .three-day-refined .page-section:first-of-type {
            border-top: none;
            padding-top: 68px;
        }

        .three-day-refined .section-label {
            display: block;
            margin-bottom: 24px;
            font-family: 'Inter', sans-serif;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #666;
        }

        /* Overview - intro */
        .three-day-refined .tour_page_head .top-info .country {
            margin-bottom: 12px;
        }

        .three-day-refined .tour_page_head .top-info .tour_title h1 {
            margin: 0;
        }

        .three-day-refined .overview-intro {
            display: grid;
            grid-template-columns: 1fr;
            gap: 28px;
        }

        @media (min-width: 768px) {
            .three-day-refined .overview-intro {
                grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
                gap: 56px;
                align-items: start;
            }
        }

        .three-day-refined .section-title {
            margin: 0;
            font-family: 'Prata', serif;
            font-size: clamp(26px, 3vw, 36px);
            line-height: 1.15;
            color: var(--text-main);
            letter-spacing: -0.02em;
        }

        .three-day-refined .prose {
            font-family: 'Inter', sans-serif;
            font-size: 17px;
            line-height: 1.82;
            color: var(--text-muted);
        }

        .three-day-refined .prose p {
            margin: 0 0 20px;
        }

        .three-day-refined .prose p:last-child {
            margin-bottom: 0;
        }

        .three-day-refined .prose a {
            color: var(--text-main);
            text-decoration: underline;
            text-underline-offset: 3px;
        }

        /* Highlights - full-width background, content stays in column */
        .three-day-refined .highlights-block {
            position: relative;
            box-sizing: border-box;
            width: 100vw;
            max-width: none;
            margin-left: calc(50% - 50vw);
            padding-left: clamp(24px, 6vw, 100px);
            padding-right: clamp(24px, 6vw, 100px);
            background: var(--surface-neutral);
            border-top: 1px solid var(--border-color);
            border-bottom: 1px solid var(--border-color);
        }

        .three-day-refined .highlights-block::before {
            display: none;
        }

        .three-day-refined .highlights-block .page-inner {
            position: relative;
            z-index: 1;
        }

        .three-day-refined .highlights-block .section-label {
            color: #D03000;
        }

        .three-day-refined .highlights-block .section-title {
            margin-bottom: 28px;
        }

        .three-day-refined .highlight-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        @media (min-width: 640px) {
            .three-day-refined .highlight-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                column-gap: 56px;
            }
        }

        .three-day-refined .highlight-grid li {
            position: relative;
            padding: 20px 0 20px 22px;
            border-bottom: 1px solid var(--border-color);
            font-family: 'Inter', sans-serif;
            font-size: 15.5px;
            line-height: 1.65;
            color: var(--text-main);
        }

        .three-day-refined .highlight-grid li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 27px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #D03000;
        }

        /* Departure sections - editorial split */
        .three-day-refined .editorial-split {
            display: grid;
            grid-template-columns: 1fr;
            gap: 28px;
            align-items: start;
        }

        @media (min-width: 768px) {
            .three-day-refined .editorial-split {
                grid-template-columns: minmax(200px, 0.42fr) minmax(0, 1fr);
                gap: 48px;
            }
        }

        .three-day-refined #travelling-from .editorial-split__lead {
            display: flex;
            flex-direction: column;
            gap: 10vh;
        }

        .three-day-refined .travelling-from__image {
            margin: 0;
            padding-top: 0;
        }

        .three-day-refined .travelling-from__image img {
            display: block;
            width: 100%;
            max-height: 300px;
            object-fit: cover;
            object-position: center;
        }

        .three-day-refined #travelling-from .editorial-split {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .three-day-refined #travelling-from .editorial-split > .section-label {
            margin-bottom: 8px;
        }

        @media (min-width: 768px) {
            .three-day-refined #travelling-from .editorial-split {
                grid-template-columns: minmax(200px, 0.42fr) minmax(0, 1fr);
                gap: 10px 48px;
                align-items: start;
            }

            .three-day-refined #travelling-from .editorial-split > .section-label {
                grid-column: 1;
                grid-row: 1;
                margin-bottom: 0;
            }

            .three-day-refined #travelling-from .editorial-split__lead {
                grid-column: 1;
                grid-row: 2;
            }

            .three-day-refined #travelling-from .editorial-split__body {
                grid-column: 2;
                grid-row: 1 / span 2;
                align-self: start;
            }
        }

        .three-day-refined .note-panel {
            margin-top: 32px;
            padding: 28px 32px;
            background: var(--surface-neutral);
            font-family: 'Inter', sans-serif;
            font-size: 15.5px;
            line-height: 1.75;
            color: var(--text-muted);
        }

        .three-day-refined #programm-days .section-title {
            margin-bottom: 8px;
        }

        .three-day-refined #programm-days .editorial-day:first-of-type {
            margin-top: 32px;
        }

        .three-day-refined .editorial-day {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px;
            padding: 48px 0;
            border-top: 1px solid var(--border-color);
        }

        @media (min-width: 768px) {
            .three-day-refined .editorial-day {
                grid-template-columns: 88px minmax(0, 1fr);
                gap: 40px;
                align-items: start;
            }
        }

        .three-day-refined .editorial-day__label {
            font-family: 'Inter', sans-serif;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: #666;
        }

        .three-day-refined .editorial-day__title {
            margin: 0 0 16px;
            font-family: 'Prata', serif;
            font-size: clamp(22px, 2.5vw, 28px);
            line-height: 1.25;
            color: var(--text-main);
        }

        .three-day-refined .editorial-day__text {
            margin: 0;
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            line-height: 1.82;
            color: var(--text-muted);
            white-space: pre-line;
        }

        .three-day-refined .editorial-day__photos {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 8px;
            margin-top: 24px;
        }

        @media (max-width: 640px) {
            .three-day-refined .editorial-day__photos {
                grid-template-columns: 1fr;
            }
        }

        .three-day-refined .editorial-day__photos a {
            display: block;
            aspect-ratio: 4 / 3;
            overflow: hidden;
        }

        .three-day-refined .editorial-day__photos img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Included */
        .three-day-refined .included-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 48px;
        }

        @media (min-width: 768px) {
            .three-day-refined .included-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 56px;
            }
        }

        .three-day-refined .included-grid h3 {
            margin: 0 0 20px;
            font-family: 'Prata', serif;
            font-size: 22px;
            color: var(--text-main);
        }

        .three-day-refined .plain-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .three-day-refined .plain-list li {
            position: relative;
            padding: 13px 0 13px 22px;
            border-bottom: 1px solid var(--border-color);
            font-family: 'Inter', sans-serif;
            font-size: 15px;
            line-height: 1.65;
            color: var(--text-main);
        }

        .three-day-refined .plain-list li::before {
            position: absolute;
            left: 0;
            top: 15px;
            width: auto;
            height: auto;
            border-radius: 0;
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
        }

        .three-day-refined .plain-list--included li::before {
            content: '\2713';
            color: #2a9d5c;
            background: none;
        }

        .three-day-refined .plain-list--excluded li::before {
            content: '\00D7';
            color: #d03000;
            background: none;
        }

        .three-day-refined .plain-list li:last-child {
            border-bottom-color: var(--text-main);
        }

        /* CTA - editorial split with action card */
        .three-day-refined .cta-band {
            position: relative;
            margin: 0;
            padding: 56px 0;
            background: transparent;
            border-top: none;
            text-align: left;
        }

        .three-day-refined .cta-band::before {
            content: '';
            position: absolute;
            z-index: 0;
            left: 50%;
            width: 100vw;
            margin-left: -50vw;
            top: 0;
            bottom: 0;
            background: var(--surface-neutral);
            border-top: 1px solid var(--border-color);
            border-bottom: 1px solid var(--border-color);
        }

        .three-day-refined .cta-band .page-inner {
            position: relative;
            z-index: 1;
        }

        .three-day-refined .cta-panel {
            display: grid;
            grid-template-columns: 1fr;
            gap: 32px;
            align-items: start;
        }

        @media (min-width: 768px) {
            .three-day-refined .cta-panel {
                grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
                gap: 56px;
                align-items: center;
            }
        }

        .three-day-refined .cta-panel .section-label {
            color: #D03000;
            margin-bottom: 16px;
        }

        .three-day-refined .cta-panel__departure {
            margin: 14px 0 0;
            font-family: 'Inter', sans-serif;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #666;
        }

        .three-day-refined .cta-panel__text {
            margin: 20px 0 0;
            max-width: 36em;
            font-family: 'Inter', sans-serif;
            font-size: 17px;
            line-height: 1.75;
            color: var(--text-muted);
        }

        .three-day-refined .cta-panel__action {
            display: flex;
            flex-direction: column;
            padding: 32px;
            background: #fff;
            border: 1px solid var(--border-color);
        }

        .three-day-refined .cta-panel__price {
            float: none;
            width: 100%;
            margin-bottom: 24px;
            padding-bottom: 24px;
            border-bottom: 1px solid var(--border-color);
        }

        .three-day-refined .cta-panel__price-label {
            display: block;
            margin-bottom: 8px;
            font-family: 'Inter', sans-serif;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: #666;
        }

        .three-day-refined .cta-panel__price-value {
            display: block;
            font-family: 'Prata', serif;
            font-size: clamp(32px, 4vw, 40px);
            line-height: 1.1;
            color: var(--text-main);
        }

        .three-day-refined .cta-panel__price-value small {
            display: block;
            margin-top: 6px;
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: var(--text-muted);
        }

        .three-day-refined .cta-panel__action .btn.button {
            display: block;
            width: 100%;
            box-sizing: border-box;
            text-align: center;
            margin-top: 0;
            flex-shrink: 0;
        }

        .three-day-refined .cta-panel__action .button-microcopy {
            margin-top: 14px;
            font-family: 'Inter', sans-serif;
            font-size: 13px;
            line-height: 1.5;
            color: #888;
            text-align: center;
        }

        /* FAQ - two columns on wide screens */
        .three-day-refined .faq-section {
            padding: 56px 0 24px;
            background: transparent;
            border-top: 1px solid var(--border-color);
        }

        .three-day-refined .faq-section .faq-badge {
            background: transparent;
            color: #666;
            padding: 0;
            border-radius: 0;
            letter-spacing: 0.18em;
        }

        .three-day-refined .faq-section .faq-header {
            margin-bottom: 40px;
            text-align: left;
            align-items: flex-start;
        }

        .three-day-refined .faq-section .faq-header h2,
        .three-day-refined .faq-section .faq-header p {
            text-align: left;
            margin-left: 0;
        }

        .three-day-refined .faq-section .faq-grid {
            max-width: none;
            padding: 0;
            gap: 0;
        }

        .three-day-refined .faq-section .faq-card {
            box-shadow: none;
            border-left: none;
            border-radius: 0;
            border-bottom: 1px solid var(--border-color);
            transform: none;
        }

        .three-day-refined .faq-section .faq-card:hover {
            transform: none;
            box-shadow: none;
        }

        .three-day-refined .faq-section .faq-question-btn {
            padding: 20px 0;
        }

        .three-day-refined .faq-section .faq-icon {
            opacity: 0.4;
        }

        /* Related links */
        .three-day-refined .related-links {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 24px;
            margin-top: 20px;
        }

        .three-day-refined .related-links a {
            font-family: 'Inter', sans-serif;
            font-size: 15px;
            color: var(--text-main);
            text-decoration: none;
            border-bottom: 1px solid var(--border-color);
            padding-bottom: 2px;
        }

        .three-day-refined .related-links a:hover {
            border-bottom-color: var(--text-main);
        }

        @media (max-width: 768px) {
            .three-day-refined .page-section,
            .three-day-refined .editorial-day,
            .three-day-refined .cta-band,
            .three-day-refined .faq-section {
                padding-top: 48px;
                padding-bottom: 48px;
            }

            .three-day-refined .editorial-split,
            .three-day-refined .overview-intro {
                gap: 24px;
            }

            .three-day-refined .tour_page_head .header_content {
                padding-top: 0;
            }

            .three-day-refined .tour_page_head .header_content .wrap_float {
                min-height: 0;
            }

            .three-day-refined .tour_page_head .bottom-info {
                flex-wrap: wrap;
                align-items: flex-start;
                gap: 28px;
                padding-top: 32px;
            }

            .three-day-refined .tour_page_head .bottom-info .bottom-info-right {
                flex: 1 1 100%;
                width: 100%;
                max-width: 100%;
            }

            .three-day-refined .tour_page_head .search-form.three-day-hero-meta {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                row-gap: 24px;
            }

            .three-day-refined .tour_page_head .search-form.three-day-hero-meta .date-col {
                padding: 0 16px;
            }

            .three-day-refined .tour_page_head .search-form.three-day-hero-meta .date-col:nth-child(odd) {
                padding-left: 0;
            }

            .three-day-refined .tour_page_head .search-form.three-day-hero-meta .date-col:nth-child(2),
            .three-day-refined .tour_page_head .search-form.three-day-hero-meta .date-col:last-child {
                border-right: 0;
            }

            .three-day-refined .tour_page_head .hero-meta-value {
                font-size: 21px;
            }
        }

.dropdown_li.three2-dropdown-open > .dropdown_ul {
    display: block !important;
}

@media (max-width: 1200px) {
    #menu_wrap.three2-menu-open {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    html.three2-menu-locked,
    body.three2-menu-locked {
        overflow: hidden !important;
    }
}

.three2-lightbox[hidden] { display: none; }

.three2-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483200;
    display: grid;
    place-items: center;
    padding: 28px;
    border: 0;
    background: rgba(0, 0, 0, .92);
}

.three2-lightbox__image {
    display: block;
    max-width: min(1180px, 94vw);
    max-height: 86vh;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

.three2-lightbox__close {
    position: fixed;
    top: 18px;
    right: 20px;
    width: 46px;
    height: 46px;
    padding: 0 0 3px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .25);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

html.three2-lightbox-open,
body.three2-lightbox-open { overflow: hidden !important; }

@supports (content-visibility: auto) {
    .three-day-refined .page-section,
    .three-day-refined .faq-section {
        content-visibility: auto;
        contain-intrinsic-size: 760px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
/* Shared recommendation rail: card partials remain unchanged. */
.short-tour-related { padding: 72px 0 88px; background: #fff; }
.short-tour-related .title_wrap { margin-bottom: 34px; }
.short-tour-related .title { margin: 0; font-family: 'Prata', serif; font-size: clamp(30px, 4vw, 48px); color: #1a1a1a; }
.short-tour-related .subtitle { margin-top: 12px; color: #666; }
.short-tour-related .controls { display: flex; justify-content: flex-end; margin-top: -58px; margin-bottom: 28px; }
.short-tour-related .arrows { display: flex; gap: 10px; }
.short-tour-related .arrow { width: 44px; height: 44px; border: 1px solid #dedbd5; border-radius: 50%; cursor: pointer; }
#tour-slider.short-tour-native-rail { display: flex !important; flex-wrap: nowrap !important; gap: 24px; overflow-x: auto !important; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
#tour-slider.short-tour-native-rail::-webkit-scrollbar { display: none; }
#tour-slider.short-tour-native-rail > .tour_item { flex: 0 0 calc(50% - 12px) !important; width: calc(50% - 12px) !important; margin: 0 !important; scroll-snap-align: start; }
@media (max-width: 760px) {
  .short-tour-related { padding: 54px 0 68px; }
  .short-tour-related .controls { margin: 22px 0; justify-content: flex-start; }
  #tour-slider.short-tour-native-rail > .tour_item { flex-basis: min(86vw, 390px) !important; width: min(86vw, 390px) !important; }
}
/* Multiday route and experience sections */
.multiday-refined .route-section { position: relative; box-sizing: border-box; width: 100vw; max-width: none; margin-left: calc(50% - 50vw); padding-left: clamp(24px, 6vw, 100px); padding-right: clamp(24px, 6vw, 100px); color: #fff; background: #171715; border: 0; }
.multiday-refined .route-section .section-label { color: #e85a2a; }
.multiday-refined .route-section .section-title { color: #fff; max-width: 760px; }
.multiday-refined .route-intro { max-width: 820px; margin: 22px 0 44px; color: rgba(255,255,255,.68); font: 16px/1.75 Inter,sans-serif; }
.multiday-refined .route-track { display: grid; grid-template-columns: repeat(var(--route-count, 4), minmax(0,1fr)); gap: 0; padding: 0; margin: 0; list-style: none; }
.multiday-refined .route-stop { position: relative; padding: 30px 28px 0 0; border-top: 1px solid rgba(255,255,255,.24); }
.multiday-refined .route-stop::before { content: ''; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: #e64a19; box-shadow: 0 0 0 5px #171715; }
.multiday-refined .route-stop__day { display: block; margin-bottom: 10px; color: #e85a2a; font: 700 11px/1 Inter,sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.multiday-refined .route-stop h3 { margin: 0 0 10px; color: #fff; font: 21px/1.25 Prata,serif; }
.multiday-refined .route-stop p { margin: 0; color: rgba(255,255,255,.58); font: 14px/1.6 Inter,sans-serif; }
.multiday-refined .experience-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-top: 34px; }
.multiday-refined .experience-card { position: relative; min-height: 320px; overflow: hidden; border-radius: 10px; background-position: center; background-size: cover; }
.multiday-refined .experience-card::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.76)); }
.multiday-refined .experience-card h3 { position:absolute; z-index:1; left:24px; right:24px; bottom:22px; margin:0; color:#fff; font:22px/1.2 Prata,serif; }
.multiday-refined .faq-section { margin-top: 0 !important; }
@media (max-width: 900px) { .multiday-refined .route-track { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 18px; } .multiday-refined .experience-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 560px) { .multiday-refined .route-section { padding-left:16px; padding-right:16px; } .multiday-refined .route-track,.multiday-refined .experience-grid { grid-template-columns:1fr; } .multiday-refined .experience-card { min-height:260px; } }
/* Safari palette: route and map use warm sand, olive and burnt-orange tones. */
.multiday-refined .route-section {
    background: #d8c9ad;
    color: #283326;
    border-top: 1px solid #c3b18f;
    border-bottom: 1px solid #c3b18f;
}
.multiday-refined .route-section .section-label { color: #a64b27; }
.multiday-refined .route-section .section-title { color: #283326; }
.multiday-refined .route-stop { border-top-color: rgba(40,51,38,.28); }
.multiday-refined .route-stop::before { background: #b85c32; box-shadow: 0 0 0 5px #d8c9ad; }
.multiday-refined .route-stop__day { color: #a64b27; }
.multiday-refined .route-stop h3 { color: #283326; }
.multiday-refined .route-stop p { color: rgba(40,51,38,.72); }
.multiday-refined .journey-map-shell {
    background: #efe7d7 !important;
    border-top: 1px solid #d2c2a6;
    border-bottom: 1px solid #d2c2a6;
}
.multiday-refined .journey-map-shell .journey-map-header h2,
.multiday-refined .journey-map-shell .journey-map-heading p { color: #283326; }
.multiday-refined .journey-map-shell .eyebrow,
.multiday-refined .journey-map-shell .journey-progress .progress-value { color: #a64b27; }
.multiday-refined .journey-map-shell .journey-progress .progress-track { background: rgba(40,51,38,.16); }
.multiday-refined .journey-map-shell .journey-progress .progress-bar { background: #b85c32; }
/* Cooler safari palette: slate, mist blue and graphite controls. */
.multiday-refined .route-section { background:#dfe6ea; color:#263746; border-color:#c4d0d8; }
.multiday-refined .route-section .section-label,.multiday-refined .route-stop__day { color:#4f7185; }
.multiday-refined .route-section .section-title,.multiday-refined .route-stop h3 { color:#263746; }
.multiday-refined .route-stop { border-top-color:rgba(38,55,70,.24); }
.multiday-refined .route-stop::before { background:#52758c; box-shadow:0 0 0 5px #dfe6ea; }
.multiday-refined .route-stop p { color:rgba(38,55,70,.7); }
.multiday-refined .journey-map-shell { background:#edf2f4 !important; border-color:#cbd7de; }
.multiday-refined .journey-map-shell .journey-map-header h2,.multiday-refined .journey-map-shell .journey-map-heading p { color:#263746; }
.multiday-refined .journey-map-shell .eyebrow,.multiday-refined .journey-map-shell .journey-progress .progress-value { color:#52758c; }
.multiday-refined .journey-map-shell .journey-progress .progress-track { background:rgba(38,55,70,.15); }
.multiday-refined .journey-map-shell .journey-progress .progress-bar { background:#52758c; }
.multiday-refined .journey-map-shell .journey-control.primary { background:#52636d; border-color:#52636d; }
.multiday-refined .journey-map-shell .journey-control.secondary { color:#52636d; border-color:#9eafb9; background:#f7f9fa; }
/* Earthy safari palette from the supplied reference. */
.multiday-refined .route-section { background:#e9dfd2; color:#3f4932; border-color:#cdbba5; }
.multiday-refined .route-section .section-label,.multiday-refined .route-stop__day { color:#85521f; }
.multiday-refined .route-section .section-title,.multiday-refined .route-stop h3 { color:#3f4932; }
.multiday-refined .route-stop { border-top-color:rgba(63,73,50,.25); }
.multiday-refined .route-stop::before { background:#85521f; box-shadow:0 0 0 5px #e9dfd2; }
.multiday-refined .route-stop p { color:rgba(63,73,50,.72); }
.multiday-refined .journey-map-shell { background:#f7f4ef !important; border-color:#d6c8b8; }
.multiday-refined .journey-map-shell .journey-map-header h2,.multiday-refined .journey-map-shell .journey-map-heading p { color:#3f4932; }
.multiday-refined .journey-map-shell .eyebrow,.multiday-refined .journey-map-shell .journey-progress .progress-value { color:#85521f; }
.multiday-refined .journey-map-shell .journey-progress .progress-track { background:rgba(63,73,50,.16); }
.multiday-refined .journey-map-shell .journey-progress .progress-bar { background:#bd9656; }
.multiday-refined .journey-map-shell .journey-control.primary { background:#6d745f; border-color:#6d745f; }
.multiday-refined .journey-map-shell .journey-control.secondary { color:#3f4932; border-color:#b9ad9d; background:#fff; }
/* Keep the editorial Journey route in sync with the interactive map palette. */
.multiday-refined .route-section { background:#f8f6f0; color:#1d1d1b; border-color:#e8e2d9; }
.multiday-refined .route-section .section-label,.multiday-refined .route-stop__day { color:#8b775f; }
.multiday-refined .route-section .section-title,.multiday-refined .route-stop h3 { color:#1d1d1b; }
.multiday-refined .route-stop { border-top-color:#e0d6cb; }
.multiday-refined .route-stop::before { background:#ff3b00; box-shadow:0 0 0 5px #f8f6f0; }
.multiday-refined .route-stop p { color:#5b544b; }
/* Keep the interactive map available without letting it dominate the page. */
.multiday-refined .journey-map-launch-wrap { margin:0 0 28px; }
.multiday-refined .journey-map-open { appearance:none; border:1px solid #8b775f; background:#fff; color:#3f4932; border-radius:999px; padding:12px 22px; font:600 14px/1.2 Inter,sans-serif; cursor:pointer; }
.multiday-refined .journey-map-open:hover { background:#f8f6f0; }
.journey-map-modal[hidden] { display:none !important; }
.journey-map-modal { position:fixed; inset:0; z-index:9999; display:flex; align-items:center; justify-content:center; padding:24px; }
.journey-map-modal__backdrop { position:absolute; inset:0; background:rgba(29,29,27,.62); }
.journey-map-modal__dialog { position:relative; z-index:1; width:min(1180px,100%); max-height:calc(100vh - 48px); overflow:auto; background:#fdfaf5; border-radius:18px; padding:20px; box-shadow:0 24px 80px rgba(0,0,0,.28); }
.journey-map-modal__top { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:0 4px 16px; }
.journey-map-modal__top h2 { margin:0; color:#1d1d1b; font:clamp(24px,3vw,36px)/1.15 Prata,serif; }
.journey-map-close { appearance:none; border:0; background:#eeeae4; color:#3f4932; width:38px; height:38px; border-radius:50%; font-size:26px; line-height:1; cursor:pointer; }
body.journey-map-modal-open { overflow:hidden; }
.multiday-refined .route-section .journey-map-launch-wrap { margin:28px 0 34px; padding:18px 20px; display:flex; align-items:center; justify-content:space-between; gap:18px; background:#fdfaf5; border:1px solid #e8e2d9; border-radius:12px; }
.multiday-refined .route-section .journey-map-launch-wrap::before { content:'Explore this route visually'; color:#5b544b; font:600 14px/1.4 Inter,sans-serif; }
.multiday-refined .route-section .journey-map-open { background:#ff3b00; color:#fff; border-color:#ff3b00; padding:13px 24px; white-space:nowrap; }
.multiday-refined .route-section .journey-map-open:hover { background:#e03500; }
@media (max-width:560px){.multiday-refined .route-section .journey-map-launch-wrap{align-items:flex-start; flex-direction:column;}.multiday-refined .route-section .journey-map-open{width:100%;}}
/* Match the tailored CTA to the Journey route surface. */
.multiday-refined .cta-band { background:#f8f6f0; }
.multiday-refined .cta-panel { background:#f8f6f0; border-color:#e8e2d9; }
/* Modal opens directly onto the map surface, without a second title container. */
.journey-map-modal__dialog { background:transparent; padding:0; box-shadow:none; overflow:visible; }
.journey-map-modal__dialog .journey-map-shell { max-height:calc(100vh - 48px); overflow:auto; }
.journey-map-modal__dialog > .journey-map-close { position:absolute; z-index:3; top:12px; right:12px; }
/* Compact map progress below the map canvas. */
.multiday-refined .journey-map-shell { display:flex; flex-direction:column; }
.multiday-refined .journey-map-shell .journey-map-header { order:1; }
.multiday-refined .journey-map-shell .journey-map-body { order:2; }
.multiday-refined .journey-map-shell .journey-progress { order:3; margin-top:14px; padding:10px 0 0; border-top:1px solid #e8e2d9; border-bottom:0; gap:10px; }
.multiday-refined .journey-map-shell .journey-progress .progress-label { font-size:10px; letter-spacing:.1em; }
.multiday-refined .journey-map-shell .journey-progress .progress-track { height:5px; }
.multiday-refined .journey-map-shell .journey-progress .progress-value { min-width:34px; font-size:12px; }
.multiday-refined .journey-map-shell .journey-stepper { order:4; }
/* One continuous Journey route surface for the tailored CTA. */
.multiday-refined .cta-band { background:#f8f6f0; }
.multiday-refined .cta-band::before { background:#f8f6f0; border-color:#e8e2d9; }
.multiday-refined .cta-panel { background:#f8f6f0; }
.multiday-refined .experience-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.multiday-refined .short-tour-related #tour-slider,
.multiday-refined .short-tour-related #tour-slider.short-tour-native-rail { overflow:visible !important; display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.multiday-refined .short-tour-related #tour-slider > .tour_item { width:auto !important; flex:none !important; }
@media (max-width:700px){.multiday-refined .experience-grid{grid-template-columns:1fr 1fr;}.multiday-refined .short-tour-related #tour-slider,.multiday-refined .short-tour-related #tour-slider.short-tour-native-rail{grid-template-columns:1fr;}}
