
        /* ─── HERO ─── */
        .hero-section {
            height: 98vh;
            background-color: rgba(0, 0, 0, 0.378);
            position: relative;
        }

        .hero-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        .hero-section video {
            height: 100%;
            width: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .hero-txt {
            color: #fff;
        }

        .pkg-hero-para {
            color: rgba(255, 255, 255, 1);
        }

        .package-overview {
            width: 75%;
            border-radius: 20px;
            background-color: #eeeeee35;
            padding: 50px 30px;
            position: relative;
            border: 1px solid #eeeeee38;
            backdrop-filter: blur(7px);
        }

        .overview_img {
            position: absolute;
            height: 90px;
            width: 90px;
            top: -10%;
            left: 20%;
            transform: translateX(-50%);
            border-radius: 50%;
            padding: 3px;
            overflow: hidden;
            background-color: #ffcc0073;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
        }

        .overview-header img {
            height: 100%;
            width: 100%;
            border-radius: 50%;
        }

        hr {
            color: white;
        }

        .overview-items {
            margin-top: 15px;
        }

        .overview-items h5 {
            font-size: 14px;
            font-weight: 500;
            color: #d5d5d5;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .overview-items p {
            font-size: 13px;
            font-weight: 500;
            color: #fff;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .price h5 {
            margin-right: 10px;
            margin-bottom: 10px;
        }

        .price p {
            font-size: 35px;
            font-weight: 600;
            color: #fff;
            font-family: 'Cormorant Garamond', serif;
        }

        /* ─── PKG NAV ─── */
        #pkgNavSentinel {
            height: 1px;
        }

        .pkg-nav-outer {
            position: relative;
            z-index: 150;
            background: #fff;
            border-bottom: 1px solid rgba(0, 44, 62, 0.1);
        }

        .pkg-nav-outer.is-fixed {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
        }

        .pkg-nav-spacer {
            display: none;
        }

        .pkg-nav-spacer.visible {
            display: block;
        }

        .pkg-nav-inner {
            display: flex;
            align-items: stretch;
            justify-content: space-between;
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 48px;
            position: relative;
        }

        .pkg-nav-tabs {
            display: flex;
            align-items: stretch;
            gap: 0;
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
            flex: 1;
            -webkit-overflow-scrolling: touch;
            cursor: grab;
        }

        .pkg-nav-tabs:active {
            cursor: grabbing;
        }

        .pkg-nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .pkg-nav-tab {
            flex-shrink: 0;
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
            color: rgba(0, 44, 62, 0.5);
            padding: 18px 20px;
            background: none;
            border: none;
            border-bottom: 2px solid transparent;
            cursor: pointer;
            white-space: nowrap;
            transition: color 0.2s, border-color 0.2s;
            position: relative;
            top: 1px;
        }

        .pkg-nav-tab:hover {
            color: #002c3e;
        }

        .pkg-nav-tab.active {
            color: #002c3e;
            border-bottom-color: #002c3e;
        }

        .pkg-nav-cta {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            padding-left: 24px;
            border-left: 1px solid rgba(0, 44, 62, 0.1);
            margin-left: 8px;
        }

        .pkg-nav-cta a {
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            background: #ffcc00;
            color: #002c3e;
            padding: 10px 20px;
            text-decoration: none;
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: background 0.2s;
            border-radius: 20px;
        }

        .pkg-nav-cta a:hover {
            background: #e6b830;
        }

        .pkg-nav-fade-right {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 60px;
            background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.95));
            pointer-events: none;
            display: none;
        }

        @media (max-width: 768px) {
            .pkg-nav-inner {
                padding: 0 0 0 16px;
            }

            .pkg-nav-cta {
                padding-left: 12px;
                margin-left: 0;
                border-left: none;
            }

            .pkg-nav-fade-right {
                display: block;
                right: 120px;
            }

            .pkg-nav-tab {
                padding: 16px 16px;
                font-size: 11px;
            }

            .pkg-nav-cta a {
                padding: 9px 16px;
                font-size: 10px;
            }
        }

        /* ─── CONTENT SECTIONS ─── */
        .pkg-content {
            padding: 80px 0;
        }

        .section-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 11px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #002c3e;
            font-weight: 600;
            margin-bottom: 14px;
        }

        .section-eyebrow::before {
            content: '';
            display: inline-block;
            width: 28px;
            height: 2px;
            background: #002c3e;
            flex-shrink: 0;
        }

        .section-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(32px, 4vw, 48px);
            font-weight: 400;
            color: black;
            line-height: 1.2;
        }

        .section-title em {
            color: #f0c000;
            font-style: italic;
        }

        .section-body {
            font-size: 15px;
            line-height: 1.9;
            color: #4a5a63;
            font-weight: 300;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        /* ─── INTRO ─── */
        #intro {
            background: #fff;
        }

        .intro-highlights {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-top: 40px;
        }

        .intro-highlight-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 18px;
            border: 1px solid rgba(0, 44, 62, 0.1);
            border-radius: 4px;
        }

        .intro-highlight-item .icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #e6f2f7;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            color: #002c3e;
            flex-shrink: 0;
        }

        .intro-highlight-item strong {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: #002c3e;
            margin-bottom: 2px;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .intro-highlight-item span {
            font-size: 12px;
            color: #6a7f8a;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        /* ─── QUICK FACTS ─── */
        .quick-facts {
            background: #f4f0ea;
            padding: 32px 28px;
            border-radius: 4px;
            position: sticky;
            top: 80px;
        }

        .quick-facts-title {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 11px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #002c3e;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .qf-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 14px 0;
            border-bottom: 1px solid rgba(0, 44, 62, 0.1);
        }

        .qf-row:last-of-type {
            border-bottom: none;
        }

        .qf-label {
            font-size: 11px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.45);
            font-family: 'Barlow Condensed', sans-serif;
        }

        .qf-val {
            font-size: 14px;
            font-weight: 500;
            color: #002c3e;
            font-family: 'Barlow Condensed', sans-serif;
        }

        /* ─── ITINERARY ─── */
        #itinerary {
            background: #ffffff;
        }

        /* ─────────────────────────────────────────
           ITINERARY — redesigned, font-corrected
           ───────────────────────────────────────── */
        .itin-wrap {
            font-family: Geograph, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            background: #fffdf9;
            padding: 0 0 2rem;
        }

        .itin-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 28px;
            font-weight: 400;
            color: #002c3e;
            margin: 0 0 2rem;
            padding-bottom: 1rem;
            border-bottom: 0.5px solid rgba(0, 44, 62, 0.1);
        }

        .itin-title em {
            font-style: italic;
            color: #B87333;
        }

        .itin-day {
            display: grid;
            grid-template-columns: 72px 1fr;
            gap: 0 20px;
            margin-bottom: 2px;
            position: relative;
        }

        .itin-day::before {
            content: '';
            position: absolute;
            left: 35px;
            top: 72px;
            bottom: -2px;
            width: 1px;
            background: rgba(0, 44, 62, 0.1);
        }

        .itin-day:last-child::before {
            display: none;
        }

        .day-badge {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            position: relative;
            z-index: 1;
            border: 0.5px solid rgba(0, 44, 62, 0.15);
            background: #f4f0ea;
            transition: all 0.25s;
            cursor: pointer;
        }

        .itin-day.open .day-badge {
            background: #ffcc00;
            border-color: #ffcc00;
        }

        .day-badge-label {
            font-size: 9px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.45);
            line-height: 1;
            font-weight: 400;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .itin-day.open .day-badge .day-badge-label {
            color: rgba(0, 0, 0, 0.5);
        }

        .day-badge-num {
            font-family: 'Cormorant Garamond', serif;
            font-size: 22px;
            font-weight: 700;
            color: #002c3e;
            line-height: 1.1;
        }

        .itin-day.open .day-badge .day-badge-num {
            color: #000000;
        }

        .day-right {
            padding: 16px 0 24px;
            border-bottom: 0.5px solid rgba(0, 44, 62, 0.08);
            margin-bottom: 2px;
        }

        .itin-day:last-child .day-right {
            border-bottom: none;
        }

        .day-trigger {
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            gap: 12px;
        }


        .day-name {
            font-family: 'Cormorant Garamond', serif;
            font-size: 18px;
            font-weight: 400;
            color: #002c3e;
            line-height: 1.3;
        }

        .day-pills {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
            margin-top: 8px;
        }

        .day-pill {
            font-size: 11px;
            background: #f4f0ea;
            color: black;
            padding: 3px 10px;
            border-radius: 20px;
            border: 0.5px solid rgba(0, 44, 62, 0.12);
            display: flex;
            align-items: center;
            gap: 4px;
            letter-spacing: 0.5px;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .day-pill i {
            font-size: 13px;
        }

        .day-chevron {
            color: black;
            font-size: 20px;
            transition: transform 0.3s;
            flex-shrink: 0;
        }

        .itin-day.open .day-chevron {
            transform: rotate(180deg);
            color: #002c3e;
        }

        .day-body {
            display: grid;
            grid-template-rows: 0fr;
            transition: grid-template-rows 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .itin-day.open .day-body {
            grid-template-rows: 1fr;
        }

        .day-body-inner {
            overflow: hidden;
            min-height: 0;
        }

        .day-desc {
            margin: 16px 0 20px;
        }

        .day-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
            margin-bottom: 20px;
        }

        .stat-box {
            background: #f4f0ea;
            border: 0.5px solid rgba(0, 44, 62, 0.1);
            border-radius: 10px;
            padding: 12px 14px;
            text-align: center;
        }

        .stat-label {
            font-size: 10px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.45);
            margin-bottom: 4px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .stat-value {
            font-family: 'Cormorant Garamond', serif;
            font-size: 16px;
            font-weight: 700;
            color: #002c3e;
        }

        /* ─── Accommodation card inside itinerary ─── */
        .accom-card {
            background: #fff;
            border: 0.5px solid rgba(0, 44, 62, 0.12);
            border-radius: 14px;
            overflow: hidden;
            margin-bottom: 4px;
        }

        .accom-header {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            background: #f4f0ea;
            border-bottom: 0.5px solid rgba(0, 44, 62, 0.08);
        }

        .accom-header-label {
            font-size: 10px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.5);
            font-weight: 500;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .accom-header i {
            font-size: 14px;
            color: #ffcc00;
        }

        .accom-body {
            display: grid;
            grid-template-columns: 180px 1fr;
        }

        .accom-img {
            width: 100%;
            height: 100%;
            min-height: 160px;
            object-fit: cover;
            display: block;
        }

        .accom-info {
            padding: 16px 18px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            justify-content: space-between;
        }

        .accom-name {
            font-family: 'Cormorant Garamond', serif;
            font-size: 17px;
            font-weight: 700;
            color: #002c3e;
            line-height: 1.2;
            margin-bottom: 4px;
        }

        .accom-desc {
            font-size: 12px;
            color: #4a5a63;
            line-height: 1.65;
            font-weight: 300;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .accom-tags {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
        }

        .accom-tag {
            font-size: 10px;
            color: #4a5a63;
            background: #f4f0ea;
            padding: 3px 8px;
            border-radius: 20px;
            border: 0.5px solid rgba(0, 44, 62, 0.1);
            display: flex;
            align-items: center;
            gap: 3px;
            letter-spacing: 0.3px;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .accom-tag i {
            font-size: 11px;
        }

        .accom-similar {
            display: flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
            padding-top: 8px;
            border-top: 0.5px solid rgba(0, 44, 62, 0.08);
        }

        .accom-similar-label {
            font-size: 10px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.4);
            font-family: 'Barlow Condensed', sans-serif;
        }

        .accom-similar-item {
            font-size: 10px;
            color: #4a5a63;
            background: #f4f0ea;
            padding: 2px 8px;
            border-radius: 20px;
            border: 0.5px solid rgba(0, 44, 62, 0.1);
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .accom-link {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: 11px;
            font-weight: 500;
            text-transform: uppercase;
            color: black;
            text-decoration: none;
            width: fit-content;
            margin-top: 20px;
            font-family: geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .accom-link i {
            font-size: 13px;
        }

        @media (max-width: 600px) {
            .accom-body {
                grid-template-columns: 1fr;
            }

            .accom-img {
                height: 150px;
                min-height: unset;
            }

            .itin-day {
                grid-template-columns: 56px 1fr;
                gap: 0 12px;
            }

            .day-badge {
                width: 56px;
                height: 56px;
            }

            .itin-day::before {
                left: 27px;
            }

            .day-badge-num {
                font-size: 18px;
            }
        }

        /* ─── TERRAIN & ELEVATION ─── */
        #terrain {
            background: #fff;
        }

        .terrain-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            margin-top: 40px;
            align-items: start;
        }

        .elevation-chart {
            height: 220px;
            position: relative;
            border-left: 1px solid rgba(0, 44, 62, 0.15);
            border-bottom: 1px solid rgba(0, 44, 62, 0.15);
            padding: 16px 0 0 0;
        }

        .elevation-chart svg {
            width: 100%;
            height: 100%;
            overflow: visible;
        }

        .terrain-stats {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        .terrain-stat {
            padding: 22px 20px;
            border: 1px solid rgba(0, 44, 62, 0.1);
            border-radius: 4px;
        }

        .terrain-stat .val {
            font-family: 'Cormorant Garamond', serif;
            font-size: 38px;
            color: #002c3e;
            font-weight: 600;
            line-height: 1;
        }

        .terrain-stat .val sup {
            font-size: 18px;
        }

        .terrain-stat .lbl {
            font-size: 11px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.45);
            margin-top: 6px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        /* ─── ELEVATION CHART INTERACTIVE ─── */
        .elev-section {
            padding: 0px 0px 50px 0px;
        }

        .elev-section-title {
            font-size: 8px;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: #888;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .elev-section-title::after {
            content: '';
            flex: 1;
            height: 1px;
            background: rgba(0, 44, 62, 0.1);
        }

        .chart-toolbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 14px;
            flex-wrap: wrap;
            gap: 10px;
        }

        .view-tabs {
            display: flex;
            gap: 2px;
        }

        .vtab {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 9px;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.45);
            padding: 5px 12px;
            background: none;
            border: 1px solid rgba(0, 44, 62, 0.1);
            cursor: pointer;
            transition: all 0.18s;
        }

        .vtab:first-child {
            border-radius: 3px 0 0 3px;
        }

        .vtab:last-child {
            border-radius: 0 3px 3px 0;
        }

        .vtab.active,
        .vtab:hover {
            background: rgba(74, 158, 255, 0.1);
            border-color: rgba(74, 158, 255, 0.4);
            color: #4a9eff;
        }

        .elev-meta {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
        }

        .em-item {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .em-label {
            font-size: 8px;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #888;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .em-val {
            font-size: 1.15rem;
            font-family: 'Cormorant Garamond', serif;
            font-weight: 300;
        }

        #hoverBar {
            background: #f9f7f4;
            border: 1px solid rgba(0, 44, 62, 0.08);
            padding: 8px 14px;
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 18px;
            flex-wrap: wrap;
            min-height: 40px;
            font-size: 10px;
            color: #888;
            letter-spacing: 0.05em;
            border-radius: 3px;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        #hoverBar .hb-val {
            color: #002c3e;
        }

        #hoverBar .hb-pos {
            color: #4a9eff;
        }

        #hoverBar .hb-neg {
            color: #e05c3a;
        }

        .chart-outer {
            position: relative;
            width: 100%;
            height: 300px;
        }

        .chart-legend {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            margin-top: 14px;
            font-size: 9px;
            color: #888;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .cl-item {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .cl-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .cl-dash {
            width: 16px;
            height: 1px;
            border-top: 2px dashed;
            flex-shrink: 0;
        }

        .view-map-btn-wrap {
            display: flex;
            justify-content: flex-start;
            padding: 24px 0 0;
        }

        .view-map-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 10px;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #B87333;
            background: rgba(184, 115, 51, 0.06);
            border: 1px solid rgba(184, 115, 51, 0.3);
            padding: 11px 22px;
            border-radius: 3px;
            cursor: pointer;
            transition: all 0.22s;
        }

        .view-map-btn:hover {
            background: rgba(184, 115, 51, 0.13);
            border-color: #B87333;
        }

        .view-map-btn svg {
            width: 15px;
            height: 15px;
            stroke: currentColor;
            fill: none;
            stroke-width: 1.5;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        /* ─── MAP MODAL ─── */
        .map-modal-overlay {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 9999;
            background: rgba(0, 0, 0, 0.82);
            backdrop-filter: blur(4px);
            align-items: center;
            justify-content: center;
        }

        .map-modal-overlay.open {
            display: flex;
        }

        .map-modal {
            position: relative;
            width: 94vw;
            max-width: 1100px;
            height: 80vh;
            background: #0b0a09;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 8px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .map-modal-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.07);
            flex-shrink: 0;
        }

        .map-modal-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 15px;
            color: #B87333;
            letter-spacing: 0.05em;
        }

        .map-modal-close {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 4px;
            cursor: pointer;
            color: rgba(255, 255, 255, 0.6);
            font-size: 20px;
            transition: all 0.18s;
            line-height: 1;
        }

        .map-modal-close:hover {
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
        }

        .map-modal-body {
            flex: 1;
            overflow: hidden;
        }

        .map-controls {
            position: absolute;
            top: 12px;
            left: 12px;
            z-index: 1000;
            display: flex;
            gap: 2px;
        }

        .style-btn {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 9px;
            letter-spacing: 0.14em;
            padding: 5px 12px;
            background: rgba(11, 10, 9, 0.88);
            backdrop-filter: blur(6px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: #888;
            cursor: pointer;
            text-transform: uppercase;
            transition: all 0.18s;
        }

        .style-btn:first-child {
            border-radius: 3px 0 0 3px;
        }

        .style-btn:last-child {
            border-radius: 0 3px 3px 0;
        }

        .style-btn.active,
        .style-btn:hover {
            background: rgba(184, 115, 51, 0.18);
            border-color: #B87333;
            color: #B87333;
        }

        #map {
            width: 100%;
            height: 100%;
            background: #0b0a09;
        }

        .camps-strip {
            display: flex;
            overflow-x: auto;
            scrollbar-width: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .camp-pill {
            flex-shrink: 0;
            padding: 14px 18px;
            border-right: 1px solid rgba(255, 255, 255, 0.08);
            min-width: 150px;
            position: relative;
            transition: background 0.2s;
        }

        .camp-pill:hover {
            background: rgba(255, 255, 255, 0.02);
        }

        .camp-pill::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
        }

        .camp-pill.bc::after {
            background: #4a9eff;
        }

        .camp-pill.abc::after {
            background: #6db8ff;
        }

        .camp-pill.c1::after {
            background: #8dc8e0;
        }

        .camp-pill.c2::after {
            background: #b0d8c0;
        }

        .camp-pill.c3::after {
            background: #B87333;
        }

        .camp-pill.sum::after {
            background: #e05c3a;
        }

        .cp-label {
            font-size: 8px;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: #888;
            margin-bottom: 4px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .cp-elev {
            font-size: 1.4rem;
            font-weight: 300;
            font-family: 'Cormorant Garamond', serif;
            line-height: 1;
            margin-bottom: 2px;
        }

        .cp-ft {
            font-size: 9px;
            color: #888;
            margin-bottom: 4px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .cp-lat {
            font-size: 8px;
            color: #888;
            letter-spacing: 0.04em;
            font-family: 'Barlow Condensed', sans-serif;
        }

        /* ─── INCLUSIONS ─── */
        #inclusions {
            background: #fff;
        }

        .tab-bar {
            display: flex;
            background: #f4f0ea;
            border-radius: 999px;
            padding: 5px;
            position: relative;
            width: fit-content;
            margin: 0 auto 48px;
        }

        .tab-slider {
            position: absolute;
            top: 5px;
            left: 5px;
            height: calc(100% - 10px);
            border-radius: 999px;
            transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease;
            z-index: 0;
            background: #1e8e3e;
        }

        .tab-btn {
            position: relative;
            z-index: 1;
            padding: 10px 28px;
            border-radius: 999px;
            border: none;
            background: transparent;
            cursor: pointer;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            color: #4a5a63;
            transition: color 0.25s;
            white-space: nowrap;
        }

        .tab-btn.active {
            color: #fff;
        }

        .panel {
            display: none;
        }

        .panel.active {
            display: block;
        }

        .panel-body {
            display: flex;
            flex-direction: column;
        }

        .panel-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 0;
            padding-bottom: 0;
            position: relative;
            z-index: 1;
        }

        .panel-icon {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 24px;
            position: relative;
            z-index: 2;
        }

        .panel-icon.green {
            background: #e6f4ec;
            color: #1e8e3e;
        }

        .panel-icon.red {
            background: #fdeaea;
            color: #c62828;
        }

        .panel-icon.blue {
            background: #e8eef5;
            color: #002c3e;
        }

        .panel-head-text h3 {
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
            font-size: 22px;
            font-weight: 700;
            text-transform: uppercase;
            color: #002c3e;
            margin: 0 0 3px 0;
        }

        .panel-head-text p {
            font-size: 14px;
            color: #4a5a63;
            margin: 0;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .inc-timeline {
            position: relative;
            padding-left: 76px;
            margin-top: 25px;
        }

        .inc-timeline::before {
            content: '';
            position: absolute;
            left: 27px;
            top: -56px;
            bottom: 10px;
            width: 1.5px;
            background: rgba(0, 44, 62, 0.12);
            z-index: 0;
        }

        .tl-item {
            position: relative;
            display: flex;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px solid rgba(0, 44, 62, 0.06);
        }

        .tl-item:last-child {
            border-bottom: none;
        }

        .tl-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            flex-shrink: 0;
            position: absolute;
            left: -53.4px;
            top: 50%;
            transform: translateY(-50%);
            background: #999;
            border: 2px solid #fff;
            z-index: 1;
        }

        .tl-item span {
            font-size: 15px;
            color: #4a5a63;
            line-height: 2;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        /* ─── TRIP NOTES ─── */
        #tripnote {
            background: #ffffff;
        }

        .note-card {
            background: #fff;
            padding: 28px 24px;
            border-radius: 4px;
            border-left: 3px solid #002c3e;
        }

        .note-card-title {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #002c3e;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .note-card p {
            font-size: 14px;
            color: #4a5a63;
            line-height: 1.75;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        /* ─── AMS ─── */
        #ams {
            background: #fff;
        }

        .ams-banner {
            color: #fff;
            paddingrgb(0, 0, 0)px 48px;
            border-radius: 4px;
            align-items: center;
            margin-top: 40px;
        }

        .ams-banner h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 30px;
            font-weight: 400;
            margin-bottom: 14px;
        }

        .ams-banner p {
            font-size: 14px;
            line-height: 1.8;
            color: rgba(0, 0, 0, 1);
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .ams-banner ul{
            color: black;
            font-size: 14px;
            margin-top: 10px
        }

        .ams-symptoms {
            list-style: none;
        }

        .ams-symptoms li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.8);
            padding: 8px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .ams-symptoms li:last-child {
            border-bottom: none;
        }

        .ams-symptoms li i {
            color: #f0c040;
        }

        /* ─── FAQ ─── */
        #faq {
            background: #f4f0ea;
        }

        .faq-list {
            margin-top: 40px;
            max-width: 820px;
        }

        .faq-item {
            border-bottom: 1px solid rgba(0, 44, 62, 0.1);
            overflow: hidden;
        }

        .faq-question {
            width: 100%;
            background: none;
            border: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 22px 0;
            cursor: pointer;
            text-align: left;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.5px;
            color: #002c3e;
            gap: 16px;
        }

        .faq-question i {
            font-size: 18px;
            flex-shrink: 0;
            transition: transform 0.3s;
        }

        .faq-item.open .faq-question i {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .faq-item.open .faq-answer {
            max-height: 300px;
        }

        .faq-answer p {
            font-size: 14px;
            color: #4a5a63;
            line-height: 1.8;
            padding-bottom: 22px;
            font-weight: 300;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        /* ─── PKG SECTION ─── */
        .pkg-section {
            padding: 90px 0;
        }

        .pkg-section:nth-child(even) {
            background: #f4f0ea;
        }

        /* ─── DATES & PRICES ─── */
        #dates {
            background: #fff;
        }

        .dp-subtitle {
            font-size: 15px;
            color: #4a5a63;
            font-weight: 300;
            max-width: 560px;
            margin-bottom: 28px;
            line-height: 1.8;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .sort-row {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 24px;
            flex-wrap: wrap;
        }

        .sort-label {
            font-size: 11px;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.5);
            margin-right: 4px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .sort-btn {
            font-size: 11px;
            text-transform: uppercase;
            padding: 7px 16px;
            border: 1px solid rgba(0, 44, 62, 0.15);
            border-radius: 20px;
            background: none;
            cursor: pointer;
            color: rgba(0, 44, 62, 0.5);
            transition: all 0.18s;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .sort-btn:hover {
            background: #f4f0ea;
            color: #002c3e;
        }

        .sort-btn.active {
            background: #ffcc00;
            color: #002c3e;
            border-color: #ffcc00;
        }

        /* ─── Deal rows ─── */
        .deal-row {
            border: 1px solid rgba(0, 44, 62, 0.12);
            border-radius: 8px;
            margin-bottom: 10px;
            overflow: hidden;
            background: #fff;
            transition: border-color 0.2s, box-shadow 0.2s;
        }

        .deal-row:hover {
            border-color: rgba(0, 44, 62, 0.28);
        }

        .deal-row.open {
            border-color: #002c3e;
            box-shadow: 0 4px 20px rgba(0, 44, 62, 0.08);
        }

        .deal-trigger {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr auto;
            align-items: center;
            gap: 16px;
            padding: 20px 24px;
            cursor: pointer;
            user-select: none;
        }

        .deal-col-label {
            font-size: 10px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.45);
            margin-bottom: 4px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .deal-col-val {
            font-size: 15px;
            font-weight: 500;
            color: #002c3e;
            display: flex;
            align-items: center;
            gap: 6px;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .deal-badge {
            display: inline-block;
            font-size: 10px;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 2px 8px;
            border-radius: 20px;
            font-weight: 600;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .badge-sale {
            background: #fde8e8;
            color: #a32d2d;
        }

        .badge-lastmin {
            background: #faeeda;
            color: #854f0b;
        }

        .deal-price-wrap {
            text-align: right;
        }

        .deal-price-from {
            font-size: 10px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.45);
            margin-bottom: 2px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .deal-price-strike {
            font-size: 13px;
            color: rgba(0, 44, 62, 0.4);
            text-decoration: line-through;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .deal-price-main {
            font-size: 28px;
            font-weight: 600;
            color: #002c3e;
            line-height: 1.1;
            font-family: 'Cormorant Garamond', serif;
        }

        .deal-badges-row {
            display: flex;
            gap: 4px;
            justify-content: flex-end;
            margin-top: 5px;
            flex-wrap: wrap;
        }

        .deal-chevron {
            font-size: 20px;
            color: #002c3e;
            transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            flex-shrink: 0;
        }

        .deal-row.open .deal-chevron {
            transform: rotate(180deg);
        }

        .deal-body {
            display: grid;
            grid-template-rows: 0fr;
            transition: grid-template-rows 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .deal-row.open .deal-body {
            grid-template-rows: 1fr;
        }

        .deal-body-inner {
            overflow: hidden;
            min-height: 0;
        }

        .deal-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border-top: 1px solid rgba(0, 44, 62, 0.1);
        }

        /* Trip info (left) */
        .trip-info {
            padding: 28px 24px;
            border-right: 1px solid rgba(0, 44, 62, 0.1);
        }

        .trip-days-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #f4f0ea;
            border-radius: 20px;
            padding: 6px 16px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #002c3e;
            margin-bottom: 24px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .trip-stop {
            display: flex;
            gap: 16px;
            position: relative;
            padding-bottom: 24px;
        }

        .trip-stop:last-child {
            padding-bottom: 0;
        }

        .trip-stop::before {
            content: '';
            position: absolute;
            left: 15px;
            top: 34px;
            bottom: 0;
            width: 1px;
            background: rgba(0, 44, 62, 0.12);
        }

        .trip-stop:last-child::before {
            display: none;
        }

        .stop-num {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #002c3e;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            font-weight: 600;
            flex-shrink: 0;
            position: relative;
            z-index: 1;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .stop-details {
            padding-top: 4px;
        }

        .stop-label {
            font-size: 10px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.45);
            margin-bottom: 3px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .stop-city {
            font-size: 16px;
            font-weight: 600;
            color: #002c3e;
            line-height: 1.2;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .stop-country {
            font-size: 11px;
            color: rgba(0, 44, 62, 0.45);
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 1px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .stop-date {
            font-size: 13px;
            color: #4a5a63;
            font-weight: 300;
            margin-top: 4px;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        /* Room selection (right) */
        .room-select {
            padding: 28px 24px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .room-select-title {
            font-size: 10px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(0, 44, 62, 0.45);
            margin-bottom: 4px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .room-opt {
            border: 1px solid rgba(0, 44, 62, 0.12);
            border-radius: 8px;
            padding: 16px 18px;
            cursor: pointer;
            transition: border-color 0.2s, background 0.2s;
        }

        .room-opt:hover {
            border-color: rgba(0, 44, 62, 0.28);
            background: #f9f9f7;
        }

        .room-opt.selected {
            border: 1px solid #002c3e;
            background: #ffcc000f;
        }

        .room-opt-top {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .radio-dot {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            border: 2px solid rgba(0, 44, 62, 0.25);
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: border-color 0.2s;
        }

        .room-opt.selected .radio-dot {
            border-color: #002c3e;
        }

        .radio-inner {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #002c3e;
            opacity: 0;
            transform: scale(0);
            transition: opacity 0.2s, transform 0.2s;
        }

        .room-opt.selected .radio-inner {
            opacity: 1;
            transform: scale(1);
            display: block;
        }

        .room-type-name {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #002c3e;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .room-price-row {
            display: flex;
            align-items: baseline;
            gap: 8px;
        }

        .room-price {
            font-size: 30px;
            font-weight: 600;
            color: #002c3e;
            line-height: 1;
            font-family: 'Cormorant Garamond', serif;
        }

        .room-price-per {
            font-size: 12px;
            color: rgba(0, 44, 62, 0.5);
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .room-price-note {
            font-size: 12px;
            color: #6a7f8a;
            font-weight: 300;
            margin-top: 5px;
            font-family: Geograph, -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .room-badges {
            display: flex;
            gap: 5px;
            flex-wrap: wrap;
            margin-top: 8px;
        }

        .dp-book-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            padding: 14px 20px;
            background: #ffcc00;
            color: #002c3e;
            border: none;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            cursor: pointer;
            transition: background 0.2s;
            margin-top: 4px;
            font-family: 'Barlow Condensed', sans-serif;
        }

        .dp-book-btn:hover {
            background: #e6b830;
        }

        /* ─── RESPONSIVE ─── */
        @media (max-width: 991px) {
            .intro-grid {
                grid-template-columns: 1fr;
            }

            .quick-facts {
                position: static;
            }

            .terrain-grid {
                grid-template-columns: 1fr;
            }

            .inc-grid {
                grid-template-columns: 1fr;
                gap: 36px;
            }

            .ams-banner {
            }
        }

        @media (max-width: 768px) {
            .deal-trigger {
                grid-template-columns: 1fr 1fr;
                gap: 12px;
            }

            .deal-price-wrap {
                grid-column: 1 / -1;
                text-align: left;
            }

            .deal-badges-row {
                justify-content: flex-start;
            }

            .deal-content {
                grid-template-columns: 1fr;
            }

            .trip-info {
                border-right: none;
                border-bottom: 1px solid rgba(0, 44, 62, 0.1);
            }
        }

        @media (max-width: 480px) {
            .deal-trigger {
                grid-template-columns: 1fr;
            }

            .deal-chevron {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .main-nav {
                padding: 0 20px;
            }

            .top-bar {
                padding: 0 20px;
                font-size: 10px;
            }

            .intro-highlights {
                grid-template-columns: 1fr;
            }

            .terrain-stats {
                grid-template-columns: 1fr 1fr;
            }

            .pkg-section {
                padding: 60px 0;
            }

            .ams-banner {
                padding: 28px 24px;
            }

            .hero-section {
                height: 100vh;
            }
        }

        /* ─── CAROUSEL ─── */
        .intro-carousel-wrap {
            position: relative;
            margin-top: 0;
            user-select: none;
            margin-bottom: 100px;
        }

        .intro-carousel-track-outer {
            overflow: hidden;
        }

        .intro-carousel-track {
            display: flex;
            gap: 16px;
            cursor: grab;
            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            will-change: transform;
        }

        .intro-carousel-track.is-dragging {
            cursor: grabbing;
            transition: none;
        }

        .intro-carousel-slide {
            flex-shrink: 0;
            width: calc(25% - 10px);
            overflow: hidden;
            position: relative;
            aspect-ratio: 3/4;
            background: #e8e4de;
        }

        .intro-carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            pointer-events: none;
            transition: transform 0.4s ease;
        }

        .intro-carousel-slide:hover img {
            transform: scale(1.04);
        }

        .slide-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px 14px 14px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
            color: #fff;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 12px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #fff;
            border: 1px solid rgba(0, 44, 62, 0.15);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            transition: background 0.2s, box-shadow 0.2s;
            color: #002c3e;
            font-size: 18px;
        }

        .carousel-btn:hover {
            background: #ffcc00;
            border-color: #ffcc00;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
        }

        .carousel-btn.prev {
            left: 20px;
        }

        .carousel-btn.next {
            right: 20px;
        }

        .carousel-btn:disabled {
            opacity: 0.35;
            cursor: default;
            pointer-events: none;
        }

        .carousel-dots {
            display: flex;
            justify-content: center;
            gap: 6px;
            margin-top: 16px;
        }

        .carousel-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: rgba(0, 44, 62, 0.2);
            transition: background 0.2s, width 0.2s;
            cursor: pointer;
        }

        .carousel-dot.active {
            background: #002c3e;
            width: 20px;
            border-radius: 3px;
        }

        @media (max-width: 991px) {
            .intro-carousel-slide {
                width: calc(50% - 8px);
            }
        }

        @media (max-width: 576px) {
            .intro-carousel-slide {
                width: calc(80% - 8px);
            }

            .carousel-btn.prev {
                left: -10px;
            }

            .carousel-btn.next {
                right: -10px;
            }
        }
