.three-day-refined {
            --surface-neutral: #f9f9f7;
            --text-main: #1a1a1a;
            --text-muted: #555;
            --border-color: #e8e5e0;
        }

        /* Symmetric page gutters — content fills the space between them */
        .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: '✓';
            color: #2a9d5c;
            background: none;
        }

        .three-day-refined .plain-list--excluded li::before {
            content: '✕';
            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; }
}