:root {
    --ink: #17211b;
    --muted: #667069;
    --green: #1f5c43;
    --green-dark: #123c2a;
    --gold: #c7953e;
    --cream: #f7f3ea;
    --white: #fff;
    --line: #e5e6e2;
    --shadow: 0 18px 50px rgba(20, 40, 28, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    line-height: 1.65;
    background: #fff;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, 92%); margin: auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}
.nav-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; min-width: max-content; }
.brand small { display: block; font-weight: 500; color: var(--muted); font-size: .7rem; }
.brand-mark,
.brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    flex: 0 0 42px;
}
.brand-mark {
    display: grid;
    place-items: center;
    background: var(--green);
    color: #fff;
    font-family: Georgia, serif;
    font-size: 1.4rem;
}
.brand-logo { object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 19px; font-size: .92rem; }
.main-nav > a:not(.btn):hover { color: var(--green); }
.menu-toggle { display: none; background: none; border: 0; font-size: 1.5rem; cursor: pointer; }
.header-socials { display: flex; align-items: center; gap: 7px; }
.social-icon {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(31, 92, 67, .25);
    color: var(--green);
    transition: .2s ease;
}
.social-icon svg { width: 17px; height: 17px; }
a.social-icon:hover { background: var(--green); color: #fff; transform: translateY(-2px); }
.social-icon.is-disabled { opacity: .38; cursor: help; }

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 22px;
    border-radius: 7px;
    background: var(--green);
    color: #fff;
    font-weight: 700;
    border: 1px solid var(--green);
    transition: .2s;
    cursor: pointer;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline { background: rgba(12, 28, 19, .22); color: #fff; border-color: rgba(255, 255, 255, .78); }
.btn-small { padding: 10px 16px; }

/* Homepage hero: video only, with rotating text messages. */
.hero {
    min-height: 680px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #102319;
}
.hero-media,
.hero-overlay { position: absolute; inset: 0; }
.hero-media { z-index: -3; background: #102319; }
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.hero-overlay {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(5, 20, 12, .87) 0%, rgba(6, 22, 13, .60) 48%, rgba(5, 18, 11, .30) 100%),
        linear-gradient(0deg, rgba(4, 18, 10, .42), transparent 50%);
}
.hero-content {
    color: #fff;
    padding: 92px 0 82px;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.hero-slider {
    position: relative;
    width: min(720px, 100%);
    min-height: 290px;
}
.hero-slide {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity .7s ease, transform .7s ease;
}
.hero-slide.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.eyebrow {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .82rem;
    font-weight: 800;
    color: #e6c785;
}
.hero h1,
.page-hero h1 {
    font-family: Georgia, serif;
    line-height: 1.06;
    margin: .28em 0;
}
.hero h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); max-width: 700px; }
.hero p { font-size: 1.12rem; max-width: 610px; margin-bottom: 0; }
.hero-dots { display: flex; gap: 9px; margin-top: 15px; }
.hero-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.85);
    background: transparent;
    cursor: pointer;
}
.hero-dot.is-active { background: #fff; transform: scale(1.15); }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-actions { margin-top: 25px; }

.trustbar { background: var(--cream); padding: 22px 0; border-bottom: 1px solid #ece4d5; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; font-weight: 700; }
.section { padding: 68px 0; }
.section.alt { background: var(--cream); }
.section-head { max-width: 760px; margin-bottom: 28px; }
.section-head h2,
.split h2 {
    font-family: Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.12;
    margin: .25em 0;
}
.section-head p,
.lead { color: var(--muted); font-size: 1.08rem; }
.journey-label {
    font-size: 1rem;
    color: #8b5e16;
    letter-spacing: .13em;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(25, 45, 33, .06);
}
.card-image { aspect-ratio: 16 / 10; background: #e8eee9; object-fit: cover; width: 100%; }
.card-body { padding: 24px; }
.card h2,
.card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.55rem; }
.meta { display: flex; gap: 12px; flex-wrap: wrap; color: var(--green); font-weight: 700; font-size: .86rem; }
.text-link { color: var(--green); font-weight: 800; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.feature-list { display: grid; gap: 17px; margin: 28px 0; }
.feature { display: grid; grid-template-columns: 42px 1fr; gap: 13px; }
.feature b { color: var(--gold); }
.feature strong { display: block; }
.feature span { color: var(--muted); }
.quote { padding: 28px; border-left: 4px solid var(--gold); background: #fff; border-radius: 0 12px 12px 0; }

.why-section { background: #fff; }
.why-grid { align-items: stretch; }
.why-copy { align-self: center; }
.why-visual { position: relative; min-height: 560px; }
.why-visual > img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    border-radius: 18px;
}
.why-quote {
    position: absolute;
    left: -35px;
    right: 25px;
    bottom: 25px;
    box-shadow: var(--shadow);
}
.why-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.bbc-mention {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    background: #fff;
    font-size: .86rem;
    font-weight: 700;
}
a.bbc-mention:hover { border-color: #bb1919; box-shadow: 0 8px 20px rgba(187,25,25,.12); }
.bbc-mention.is-disabled { opacity: .7; cursor: help; }
.bbc-logo { display: inline-flex; align-items: center; gap: 2px; }
.bbc-logo b { background: #111; color: #fff; width: 20px; height: 20px; display: grid; place-items: center; font-size: .72rem; }
.bbc-logo em { background: #bb1919; color: #fff; height: 20px; display: grid; place-items: center; padding: 0 5px; font-size: .61rem; font-style: normal; font-weight: 800; }

.image-placeholder {
    display: grid;
    place-items: center;
    text-align: center;
    min-height: 220px;
    padding: 24px;
    background: linear-gradient(135deg, #e9eee9, #dce6df);
    color: #4e6055;
    font-weight: 700;
}
.why-visual > .image-placeholder { min-height: 560px; border-radius: 18px; }

.page-hero {
    position: relative;
    isolation: isolate;
    padding: 110px 0 80px;
    background: var(--green);
    color: #fff;
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--page-hero-image);
    background-size: cover;
    background-position: center;
}
/* Clear page banners: keep the original photograph colours. */
.page-hero::after {
    content: none;
    display: none;
}
.page-hero::before {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
}
.page-hero h1,
.page-hero p,
.page-hero .eyebrow {
    position: relative;
    z-index: 1;
    text-shadow:
        0 2px 5px rgba(0, 0, 0, .85),
        0 5px 16px rgba(0, 0, 0, .60);
}
.page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
.page-hero p { max-width: 760px; font-size: 1.12rem; }
.tour-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 50px; }
.tour-cover { width: 100%; max-height: 620px; object-fit: cover; border-radius: 16px; margin-bottom: 32px; }
.tour-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0 34px; }
.tour-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.post-cover { width: 100%; max-height: 620px; object-fit: cover; border-radius: 16px; margin-bottom: 35px; }
.sidebar { position: sticky; top: 110px; height: max-content; border: 1px solid var(--line); padding: 25px; border-radius: 13px; }
.sidebar .price { font-size: 1.5rem; font-weight: 800; }
.itinerary { display: grid; gap: 18px; }
.day { padding: 20px; border-left: 3px solid var(--gold); background: var(--cream); }
.day h3 { margin: 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.checklist { list-style: none; padding: 0; }
.checklist li { padding: 8px 0 8px 28px; position: relative; }
.checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field input,
.field select,
.field textarea { width: 100%; padding: 13px; border: 1px solid #ccd1cc; border-radius: 7px; font: inherit; }
.field input:focus,
.field select:focus,
.field textarea:focus { outline: 2px solid rgba(31,92,67,.2); border-color: var(--green); }
.alert { padding: 15px; border-radius: 7px; background: #e8f4ed; color: #164b34; margin-bottom: 20px; }
.alert.error { background: #faeaea; color: #7e2424; }
.blog-list { display: grid; gap: 25px; }
.post-row { display: grid; grid-template-columns: 260px 1fr; gap: 25px; border-bottom: 1px solid var(--line); padding-bottom: 25px; }

.about-owner {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) 1.2fr;
    gap: 52px;
    align-items: center;
}
.owner-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.owner-role { color: var(--gold); font-weight: 800; margin-top: -8px; }
.rich-text p { margin: 0 0 1.1em; }

.map-wrap { border-radius: 14px; overflow: hidden; min-height: 420px; background: #e5ebe7; }
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 45px; align-items: start; }
.contact-card { border: 1px solid var(--line); border-radius: 14px; padding: 24px; background: #fff; }

.site-footer { background: #101a14; color: #d8e0da; padding: 65px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-grid a,
.footer-grid span:not(.social-icon) { display: block; color: #b6c2ba; margin: 8px 0; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand h3 { margin: 0; }
.footer-logo { width: 52px; height: 52px; object-fit: contain; border-radius: 50%; }
.footer-socials { display: flex; gap: 9px; margin-top: 18px; }
.footer-socials .social-icon { color: #fff; border-color: rgba(255,255,255,.25); }
.footer-socials a.social-icon:hover { background: #fff; color: var(--green); }
.footer-bottom { border-top: 1px solid #334039; margin-top: 35px; padding-top: 20px; color: #9eaaa2; }
.whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25d366;
    color: #fff;
    z-index: 40;
    box-shadow:
        0 0 0 7px rgba(37, 211, 102, .14),
        0 0 24px rgba(37, 211, 102, .58),
        0 12px 30px rgba(15, 80, 44, .3);
    transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp svg { width: 31px; height: 31px; }
.whatsapp:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow:
        0 0 0 9px rgba(37, 211, 102, .15),
        0 0 34px rgba(37, 211, 102, .72),
        0 15px 34px rgba(15, 80, 44, .32);
}
.empty { padding: 30px; background: var(--cream); border-radius: 10px; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .btn,
    .hero-slide,
    .whatsapp { transition: none; }
}

@media (max-width: 1080px) {
    .main-nav { gap: 13px; font-size: .86rem; }
    .header-socials { display: none; }
}

@media (max-width: 900px) {
    .menu-toggle { display: block; }
    .main-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 78px;
        background: #fff;
        padding: 22px 4%;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 14px 24px rgba(20,40,28,.08);
    }
    .main-nav.open { display: flex; }
    .header-socials { display: flex; }
    .cards,
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .split,
    .tour-layout,
    .contact-grid,
    .about-owner { grid-template-columns: 1fr; }
    .sidebar { position: static; }
    .hero,
    .hero-content { min-height: 610px; }
    .hero-slider { min-height: 280px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .why-quote { left: 20px; }
    .why-visual { min-height: 520px; }
    .why-visual > img,
    .why-visual > .image-placeholder { min-height: 520px; }
}

@media (max-width: 620px) {
    .cards,
    .trust-grid,
    .two-col,
    .form-grid,
    .footer-grid,
    .tour-gallery { grid-template-columns: 1fr; }
    .section { padding: 46px 0; }
    .hero,
    .hero-content { min-height: 620px; }
    .hero-content { padding: 70px 0 55px; }
    .hero-slider { min-height: 315px; }
    .hero h1 { font-size: 2.75rem; }
    .hero p { font-size: 1rem; }
    .post-row { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }
    .brand small { display: none; }
    .brand { font-size: .92rem; }
    .why-quote { position: static; margin-top: 18px; }
    .why-visual { min-height: auto; }
    .why-visual > img,
    .why-visual > .image-placeholder { min-height: 380px; }
    .whatsapp { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}
/* =========================================
   HOMEPAGE HERO VIDEO — REMOVE GREEN TINT
   ========================================= */

.hero,
.hero-section,
.home-hero,
.video-hero {
    background: #000;
}

/* Keep the hero video clear and natural */
.hero video,
.hero-section video,
.home-hero video,
.video-hero video,
.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
}

/* Remove coloured overlays */
.hero::before,
.hero::after,
.hero-section::before,
.hero-section::after,
.home-hero::before,
.home-hero::after,
.video-hero::before,
.video-hero::after,
.hero-overlay,
.video-overlay {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    opacity: 0 !important;
    mix-blend-mode: normal !important;
}

/* Keep hero text above the video */
.hero-content,
.hero-text,
.hero-inner {
    position: relative;
    z-index: 3;
}
/* ==========================================
   CLEAR HOMEPAGE HERO VIDEO
   Removes green tint, filters and overlays
   ========================================== */

.hero-video-only {
    position: relative;
    overflow: hidden;
    background: #000;
}

/* Remove any overlay created by the hero section */
.hero-video-only::before,
.hero-video-only::after,
.hero-video-only .hero-media::before,
.hero-video-only .hero-media::after {
    content: none !important;
    display: none !important;
    background: none !important;
    opacity: 0 !important;
}

/* Hide the old overlay if it still exists anywhere */
.hero-video-only .hero-overlay,
.hero-overlay {
    display: none !important;
    background: transparent !important;
    background-image: none !important;
    opacity: 0 !important;
}

/* Video container */
.hero-video-only .hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000 !important;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

/* Clear, natural video */
.hero-video-only .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    display: block;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
    transform: none;
}

/* Keep the text above the video */
.hero-video-only .hero-content {
    position: relative;
    z-index: 2;
}

/* Make the text readable without adding a coloured overlay */
.hero-video-only .hero-content h1,
.hero-video-only .hero-content p,
.hero-video-only .hero-content .eyebrow {
    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.8),
        0 4px 14px rgba(0, 0, 0, 0.55);
}

/* LIVE FIX: transparent homepage header over hero video */
@media (min-width: 901px) {
    .site-header.site-header-home {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .site-header-home .nav-wrap {
        background: transparent;
    }

    .site-header-home .brand,
    .site-header-home .brand > span,
    .site-header-home .main-nav > a:not(.btn) {
        color: #ffffff;
        text-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
    }

    .site-header-home .brand small {
        color: rgba(255, 255, 255, 0.9);
    }

    .site-header-home .main-nav > a:not(.btn):hover {
        color: #ffffff;
        opacity: 0.8;
    }

    .site-header-home .social-icon {
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.65);
        background: rgba(0, 0, 0, 0.12);
    }

    .site-header-home a.social-icon:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.16);
    }

    .site-header-home .btn-small {
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
    }

    .hero-video-only .hero-content {
        padding-top: 145px;
    }
}


/* =====================================================
   LARGE TOUR PHOTO SLIDESHOW
   ===================================================== */
.tour-photo-slider {
    margin-bottom: 34px;
}

.tour-photo-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 420px;
    overflow: hidden;
    border-radius: 18px;
    background: #e5ebe7;
    box-shadow: var(--shadow);
}

.tour-photo-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.015);
    transition: opacity .55s ease, transform .8s ease, visibility .55s ease;
}

.tour-photo-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 1;
}

.tour-photo-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tour-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(10, 25, 16, .52);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background .2s ease, transform .2s ease;
}

.tour-slider-arrow:hover,
.tour-slider-arrow:focus-visible {
    background: rgba(10, 25, 16, .82);
}

.tour-slider-arrow:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .85);
    outline-offset: 3px;
}

.tour-slider-prev { left: 18px; }
.tour-slider-next { right: 18px; }

.tour-photo-counter {
    position: absolute;
    right: 18px;
    bottom: 17px;
    z-index: 3;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(9, 25, 16, .68);
    color: #fff;
    font-size: .84rem;
    font-weight: 700;
    backdrop-filter: blur(7px);
}

.tour-photo-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 13px;
    overflow-x: auto;
    padding: 3px 2px 8px;
    scrollbar-width: thin;
}

.tour-photo-thumb {
    flex: 0 0 104px;
    width: 104px;
    height: 72px;
    padding: 0;
    overflow: hidden;
    border: 3px solid transparent;
    border-radius: 9px;
    background: #e5ebe7;
    cursor: pointer;
    opacity: .68;
    transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}

.tour-photo-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-photo-thumb:hover,
.tour-photo-thumb.is-active {
    opacity: 1;
    border-color: var(--gold);
    transform: translateY(-2px);
}

.tour-photo-thumb:focus-visible {
    outline: 3px solid rgba(31, 92, 67, .35);
    outline-offset: 2px;
}

@media (max-width: 900px) {
    .tour-photo-stage {
        min-height: 360px;
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 620px) {
    .tour-photo-stage {
        min-height: 280px;
        aspect-ratio: 4 / 3;
        border-radius: 13px;
    }

    .tour-slider-arrow {
        width: 42px;
        height: 42px;
    }

    .tour-slider-prev { left: 10px; }
    .tour-slider-next { right: 10px; }

    .tour-photo-thumb {
        flex-basis: 82px;
        width: 82px;
        height: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tour-photo-slide,
    .tour-photo-thumb {
        transition: none;
    }
}

/* =====================================================
   PHONE-FIRST TOUR, FILTER, REVIEW & IMAGE-PROTECTION FIXES
   ===================================================== */

.protected-image,
img {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

/* Tour filters */
.tour-filter {
    display: grid;
    grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(180px, .7fr)) auto;
    gap: 14px;
    align-items: end;
    margin-bottom: 16px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--cream);
}
.tour-filter-field { display: grid; gap: 6px; }
.tour-filter-field label { font-weight: 800; font-size: .82rem; color: var(--green-dark); }
.tour-filter-field input,
.tour-filter-field select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #cbd2cd;
    border-radius: 8px;
    background: #fff;
}
.tour-filter-reset { min-height: 46px; white-space: nowrap; }
.tour-filter-count { margin: 0 0 22px; color: var(--muted); font-weight: 700; }
.tour-filter-empty { margin-top: 24px; }
.tour-package-card[hidden] { display: none !important; }

/* Photo slider on each tour package card */
.tour-card-slider { background: #eef2ef; }
.tour-card-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e8eee9;
    touch-action: pan-y;
}
.tour-card-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.tour-card-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.tour-card-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tour-card-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 50%;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    background: rgba(8,25,16,.55);
    color: #fff;
    font-size: 1.55rem;
    line-height: 1;
    cursor: pointer;
}
.tour-card-prev { left: 10px; }
.tour-card-next { right: 10px; }
.tour-card-counter {
    position: absolute;
    right: 10px;
    bottom: 9px;
    z-index: 3;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(8,25,16,.68);
    color: #fff;
    font-size: .73rem;
    font-weight: 800;
}
.tour-card-photo-strip {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 8px 9px 10px;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
}
.tour-card-thumb {
    flex: 0 0 66px;
    width: 66px;
    height: 48px;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 7px;
    background: #dce4de;
    opacity: .68;
    cursor: pointer;
    scroll-snap-align: start;
}
.tour-card-thumb.is-active { border-color: var(--gold); opacity: 1; }
.tour-card-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Review slideshow immediately before the footer */
.reviews-section {
    background: #f2ede2;
    border-top: 1px solid #e7dece;
    border-bottom: 1px solid #e7dece;
}
.review-section-head { margin-bottom: 30px; }
.review-carousel {
    --review-columns: 3;
    position: relative;
    outline: none;
}
.review-viewport {
    overflow: hidden;
    padding: 4px 2px 12px;
}
.review-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
}
.review-track::-webkit-scrollbar { display: none; }
.review-card {
    flex: 0 0 calc((100% - (20px * (var(--review-columns) - 1))) / var(--review-columns));
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 300px;
    padding: 24px;
    border: 1px solid #ded8cb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(36,42,32,.06);
    scroll-snap-align: start;
}
.review-card-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.review-source {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: .78rem;
    font-weight: 800;
    color: var(--green-dark);
}
.review-source svg { width: 22px; height: 22px; }
.review-stars { color: #d59628; letter-spacing: .08em; white-space: nowrap; font-size: .88rem; }
.review-copy { margin: 20px 0 17px; }
.review-copy blockquote {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 1.08rem;
    line-height: 1.65;
}
.review-copy.is-collapsible:not(.is-expanded) blockquote {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.review-read-more {
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--green);
    font-weight: 800;
    cursor: pointer;
}
.review-read-more:hover { text-decoration: underline; }
.review-author { margin-top: auto; display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.review-author time { color: var(--muted); font-size: .8rem; }
.review-link { margin-top: 14px; color: var(--green); font-size: .83rem; font-weight: 800; }
.review-arrow {
    position: absolute;
    top: 46%;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(31,92,67,.18);
    border-radius: 50%;
    background: #fff;
    color: var(--green-dark);
    box-shadow: 0 8px 24px rgba(20,40,28,.14);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}
.review-arrow:hover { background: var(--green); color: #fff; }
.review-arrow:disabled { opacity: .35; cursor: default; }
.review-arrow-prev { left: -22px; }
.review-arrow-next { right: -22px; }
.review-carousel-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 17px;
}
.review-dots { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.review-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid var(--green);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
.review-dot.is-active { background: var(--green); transform: scale(1.18); }
.review-counter { color: var(--muted); font-size: .8rem; min-width: 44px; }

/* Stronger mobile behaviour for the full tour slideshow */
.tour-photo-stage { touch-action: pan-y; }
.tour-photo-slide img { object-position: center center; }

@media (max-width: 900px) {
    .tour-filter { grid-template-columns: 1fr 1fr; }
    .tour-filter-search { grid-column: 1 / -1; }
    .tour-filter-reset { width: 100%; }
    .review-carousel { --review-columns: 2; }
}

@media (max-width: 620px) {
    .tours-listing-section { padding-top: 42px; }
    .tour-filter {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 15px;
        margin-left: -1%;
        margin-right: -1%;
    }
    .tour-filter-search { grid-column: auto; }
    .tour-filter-field input,
    .tour-filter-field select,
    .tour-filter-reset { min-height: 50px; font-size: 16px; }

    .tour-package-grid { gap: 22px; }
    .tour-package-card { border-radius: 12px; }
    .tour-card-stage { aspect-ratio: 4 / 3; }
    .tour-card-arrow { width: 42px; height: 42px; }
    .tour-card-thumb { flex-basis: 72px; width: 72px; height: 52px; }
    .tour-package-card .card-body { padding: 20px; }

    .tour-photo-slider { margin-left: -4.35%; margin-right: -4.35%; }
    .tour-photo-stage {
        min-height: 0 !important;
        aspect-ratio: 4 / 3;
        border-radius: 0;
        box-shadow: none;
    }
    .tour-photo-slide img { object-fit: cover; }
    .tour-slider-arrow { width: 44px; height: 44px; font-size: 1.8rem; }
    .tour-photo-counter { right: 11px; bottom: 10px; }
    .tour-photo-thumbnails {
        padding: 10px 4.35% 7px;
        margin-top: 0;
        background: #fff;
        scroll-snap-type: x proximity;
    }
    .tour-photo-thumb {
        flex: 0 0 78px;
        width: 78px;
        height: 58px;
        scroll-snap-align: center;
    }

    .review-carousel {
        --review-columns: 1;
        margin-left: -1%;
        margin-right: -1%;
    }
    .review-track { gap: 14px; }
    .review-card {
        flex-basis: 100%;
        min-height: 270px;
        padding: 21px;
    }
    .review-arrow {
        top: 44%;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,.94);
    }
    .review-arrow-prev { left: -10px; }
    .review-arrow-next { right: -10px; }
    .review-copy.is-collapsible:not(.is-expanded) blockquote { -webkit-line-clamp: 4; }
}


/* =====================================================
   COMPACT SECTION SPACING
   ===================================================== */
.section {
    padding-top: 68px;
    padding-bottom: 68px;
}

.section-head {
    margin-bottom: 28px;
}

.reviews-section.section {
    padding-top: 58px;
    padding-bottom: 58px;
}

@media (max-width: 900px) {
    .section {
        padding-top: 54px;
        padding-bottom: 54px;
    }
}

@media (max-width: 620px) {
    .section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .section-head {
        margin-bottom: 23px;
    }

    .reviews-section.section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .tours-listing-section {
        padding-top: 30px;
    }
}

/* =====================================================
   SIMPLE TOUR CATEGORY FILTER
   ===================================================== */
.tour-category-filter {
    display: flex;
    gap: 10px;
    align-items: center;
    overflow-x: auto;
    margin: 0 0 16px;
    padding: 3px 1px 10px;
    scrollbar-width: thin;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
}

.tour-category-button {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid rgba(31, 92, 67, .28);
    border-radius: 999px;
    background: #fff;
    color: var(--green-dark);
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition:
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.tour-category-button:hover {
    border-color: var(--green);
    transform: translateY(-1px);
}

.tour-category-button.is-active {
    border-color: var(--green);
    background: var(--green);
    color: #fff;
}

.tour-filter-count {
    margin-bottom: 20px;
}

@media (max-width: 620px) {
    .tour-category-filter {
        width: calc(100% + 8%);
        margin-left: -4%;
        margin-right: -4%;
        padding-left: 4%;
        padding-right: 4%;
        gap: 8px;
    }

    .tour-category-button {
        min-height: 44px;
        padding: 10px 15px;
        font-size: .92rem;
    }
}


/* =====================================================
   FINAL PHONE-SAFE FULL TOUR PAGE
   Prevent horizontal page expansion and keep the complete photo visible.
   ===================================================== */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

main,
.section,
.tour-layout,
.tour-layout > article,
.tour-layout > aside,
.tour-photo-slider,
.tour-photo-stage,
.tour-photo-slide,
.tour-photo-slide img,
.tour-photo-thumbnails {
    min-width: 0;
    max-width: 100%;
}

.tour-layout > article,
.tour-layout > aside,
.tour-photo-slider,
.tour-photo-stage,
.tour-photo-thumbnails {
    width: 100%;
}

.page-hero h1,
.page-hero p,
.tour-layout h1,
.tour-layout h2,
.tour-layout h3,
.tour-layout p,
.tour-layout li {
    overflow-wrap: anywhere;
}

@media (max-width: 620px) {
    .container {
        width: calc(100% - 32px);
        max-width: 100%;
    }

    .tour-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        width: 100%;
    }

    .tour-layout > article,
    .tour-layout > aside {
        width: 100%;
        max-width: 100%;
    }

    .tour-photo-slider {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 25px;
    }

    .tour-photo-stage {
        width: 100%;
        max-width: 100%;
        min-height: 0 !important;
        height: auto;
        aspect-ratio: 16 / 11 !important;
        border-radius: 12px;
        box-shadow: none;
        overflow: hidden;
    }

    .tour-photo-slide {
        width: 100%;
        max-width: 100%;
    }

    .tour-photo-slide img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: contain !important;
        object-position: center !important;
        background: #101a14;
    }

    .tour-photo-thumbnails {
        width: 100%;
        max-width: 100%;
        margin-top: 8px;
        padding: 2px 0 8px !important;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
    }

    .tour-photo-thumb {
        flex: 0 0 68px;
        width: 68px;
        height: 50px;
    }

    .tour-slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 1.65rem;
    }

    .tour-slider-prev { left: 8px; }
    .tour-slider-next { right: 8px; }

    .tour-photo-counter {
        right: 9px;
        bottom: 9px;
        padding: 5px 9px;
    }

    .sidebar {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }

    .meta {
        min-width: 0;
        max-width: 100%;
    }
}


/* =====================================================
   PUBLIC WEBSITE TEXT COPY PROTECTION
   Best-effort only: keeps visible page text from being
   selected or copied during normal browsing.
   ===================================================== */
body,
body * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

/*
 * Keep forms usable: visitors must still be able to type,
 * select, copy and paste their own information.
 */
input,
textarea,
select,
option,
[contenteditable="true"],
[contenteditable=""],
.allow-text-selection {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
    -webkit-touch-callout: default !important;
}