/* ============================================================
   MZANZI NEW THEME — MAIN STYLESHEET
   Pure code, no Elementor. Edit freely.
   ============================================================ */

/* ---- VARIABLES ---- */
:root {
  --forest:      #0e1f16;
  --forest-mid:  #173122;
  --sage:        #2d6348;
  --gold:        #b8902e;
  --gold-light:  #d4aa4a;
  --cream:       #f9f6f0;
  --cream-mid:   #f1ece2;
  --border:      #ddd8cc;
  --text:        #1a1a1a;
  --muted:       #7a7268;
  --white:       #ffffff;
  --container:   1200px;
  --radius:      4px;
  --tr:          0.3s ease;
  --header-h:    60px; /* fallback - JS overrides this */
  --ff-d: 'Cormorant Garamond', Georgia, serif;
  --ff-b: 'Outfit', sans-serif;
}

/* ---- RESET ---- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--ff-b);color:var(--text);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color var(--tr)}
a:hover{color:var(--gold)}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,textarea,select{font-family:inherit}

/* ---- TYPOGRAPHY ---- */
h1,h2,h3,h4,h5,h6{font-family:var(--ff-d);font-weight:600;line-height:1.2;color:var(--forest)}
h1{font-size:clamp(2rem,5vw,3.5rem)}
h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}
h3{font-size:clamp(1.2rem,2.5vw,1.75rem)}
h4{font-size:1.25rem}
p{margin-bottom:1.2em}
p:last-child{margin-bottom:0}
.tagline{font-family:var(--ff-b);font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.5rem}

/* ---- LAYOUT ---- */
.container{max-width:var(--container);margin:0 auto;padding:0 24px}
.container--wide{max-width:1400px;margin:0 auto;padding:0 24px}
.section{padding:80px 0}
/* Anchor scroll offset — keeps sections below fixed header */
[id]{scroll-margin-top:80px}
@media(max-width:900px){[id]{scroll-margin-top:68px}}
.section--lg{padding:120px 0}
.section--sm{padding:50px 0}

/* ---- BUTTONS ---- */
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-family:var(--ff-b);font-size:.84rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius);transition:all var(--tr);cursor:pointer;white-space:nowrap}
.btn-primary{background:var(--gold);color:var(--white);border:2px solid var(--gold)}
.btn-primary:hover{background:var(--gold-light);border-color:var(--gold-light);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 24px rgba(184,144,46,.35)}
.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.7)}
.btn-outline:hover{background:var(--white);color:var(--forest);border-color:var(--white)}
.btn-dark{background:var(--forest);color:var(--white);border:2px solid var(--forest)}
.btn-dark:hover{background:var(--forest-mid);border-color:var(--forest-mid);transform:translateY(-2px)}
.btn-sm{padding:10px 22px;font-size:.78rem}

/* ---- SECTION HEADING ---- */
.section-heading{margin-bottom:48px}
.section-heading.center{text-align:center}
.section-heading.center p{margin-left:auto;margin-right:auto}
.section-heading h2{color:var(--forest)}
.section-heading p{color:var(--muted);max-width:560px;margin-top:14px}

/* ========== HEADER ========== */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background var(--tr),box-shadow var(--tr)}
.site-header.scrolled{background:var(--forest);box-shadow:0 2px 20px rgba(0,0,0,.25)}

.header-topbar{background:var(--forest-mid);padding:8px 0;font-size:.8rem;color:rgba(255,255,255,.7)}
.header-topbar .container{display:flex;align-items:center;justify-content:space-between}
.header-topbar a{color:rgba(255,255,255,.7)}
.header-topbar a:hover{color:var(--gold)}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:20px}
.topbar-item{display:flex;align-items:center;gap:6px}
.topbar-item i{color:var(--gold);font-size:.75rem}
.social-links{display:flex;align-items:center;gap:10px}
.social-links a{width:26px;height:26px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.68rem;color:rgba(255,255,255,.6);transition:all var(--tr)}
.social-links a:hover{background:var(--gold);border-color:var(--gold);color:var(--white)}

.header-main{height:var(--header-h);background:rgba(14,31,22,.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center}
.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%}
.site-logo img{max-height:52px;width:auto}
.site-logo-text{font-family:var(--ff-d);font-size:1.6rem;font-weight:700;color:var(--white)}

/* Nav */
.main-nav ul{display:flex;align-items:center;gap:2px}
.main-nav>ul>li{position:relative}
.main-nav>ul>li>a{display:flex;align-items:center;gap:5px;padding:10px 15px;font-size:.84rem;font-weight:500;letter-spacing:.03em;color:rgba(255,255,255,.9);border-radius:var(--radius);transition:all var(--tr)}
.main-nav>ul>li>a:hover,.main-nav>ul>li.current-menu-item>a,.main-nav>ul>li.current_page_item>a{color:var(--gold);background:rgba(255,255,255,.06)}
.main-nav .caret{font-size:.6rem;transition:transform var(--tr)}
.main-nav>ul>li:hover>.caret,.main-nav>ul>li:hover>a .caret{transform:rotate(180deg)}

.submenu{position:absolute;top:calc(100% + 8px);left:0;min-width:230px;background:var(--forest);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all var(--tr);box-shadow:0 12px 40px rgba(0,0,0,.4);z-index:100}
.main-nav li:hover>.submenu{opacity:1;visibility:visible;transform:translateY(0)}
.submenu li a{display:block;padding:10px 20px;font-size:.83rem;color:rgba(255,255,255,.8);transition:all var(--tr)}
.submenu li a:hover{color:var(--gold);background:rgba(255,255,255,.05);padding-left:26px}

.header-actions{display:flex;align-items:center;gap:10px}
.header-search-btn{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:all var(--tr)}
.header-search-btn:hover{border-color:var(--gold);color:var(--gold)}
.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer}
.mobile-menu-toggle span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:all var(--tr)}
.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.mobile-menu-toggle.active span:nth-child(2){opacity:0}
.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* Search overlay */
.search-overlay{position:fixed;inset:0;background:rgba(14,31,22,.96);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all var(--tr)}
.search-overlay.active{opacity:1;visibility:visible}
.search-overlay-inner{width:100%;max-width:640px;padding:0 24px;position:relative}
.search-overlay-inner form{position:relative}
.search-overlay-inner input{width:100%;padding:20px 60px 20px 24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:60px;color:var(--white);font-size:1.1rem;outline:none}
.search-overlay-inner input::placeholder{color:rgba(255,255,255,.4)}
.search-overlay-inner .search-submit{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--gold);color:var(--white);font-size:.9rem;display:flex;align-items:center;justify-content:center}
.search-overlay-close{position:absolute;top:-60px;right:0;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all var(--tr);cursor:pointer}
.search-overlay-close:hover{border-color:var(--gold);color:var(--gold)}

/* Mobile nav */
.mobile-nav{position:fixed;top:0;right:-320px;width:300px;height:100vh;background:var(--forest);z-index:1500;padding:80px 24px 40px;overflow-y:auto;transition:right var(--tr);box-shadow:-10px 0 40px rgba(0,0,0,.4)}
.mobile-nav.active{right:0}
.mobile-nav-close{position:absolute;top:20px;right:20px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer}
.mobile-nav ul li{border-bottom:1px solid rgba(255,255,255,.07)}
.mobile-nav ul li a{display:block;padding:13px 0;color:rgba(255,255,255,.85);font-size:.93rem}
.mobile-nav ul li a:hover{color:var(--gold)}
.mobile-nav .sub-menu{padding-left:16px}
.mobile-nav .sub-menu li a{font-size:.83rem;color:rgba(255,255,255,.6)}
.mobile-nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:1400;display:none}
.mobile-nav-overlay.active{display:block}

/* ========== HERO ========== */
.hero{position:relative;height:100vh;min-height:600px;max-height:900px;overflow:hidden;display:flex;align-items:center}
@media(max-width:900px){.hero{height:auto;min-height:420px;max-height:none;align-items:flex-start;}}
@media(max-width:600px){.hero{min-height:360px;}}
.hero-slideshow{position:absolute;inset:0;z-index:0}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.4s ease}
.hero-slide.active{opacity:1;transition:none}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(14,31,22,.82) 0%,rgba(14,31,22,.5) 50%,rgba(14,31,22,.15) 100%);z-index:1}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(14,31,22,.82) 0%,rgba(14,31,22,.5) 50%,rgba(14,31,22,.15) 100%);z-index:1}
.hero-content{position:relative;z-index:2;width:100%;padding-top:60px}
@media(max-width:900px){.hero-content{padding-top:40px}}
.hero-content-inner{max-width:640px}
.hero-tagline{display:inline-flex;align-items:center;gap:10px;font-size:.76rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.hero-tagline::before{content:'';display:block;width:32px;height:1px;background:var(--gold)}
.hero-title{font-size:clamp(2.2rem,5.5vw,4rem);color:var(--white);font-weight:700;line-height:1.1;margin-bottom:22px}
.hero-title span{color:var(--gold-light)}
.hero-desc{font-size:1.05rem;color:rgba(255,255,255,.8);margin-bottom:34px;line-height:1.7}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-scroll{position:absolute;bottom:36px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.5);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}
.scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.5));animation:scrollPulse 1.8s ease-in-out infinite}
@keyframes scrollPulse{0%,100%{opacity:.4;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}

/* ========== TOUR TYPES BAR ========== */
.tour-types{background:var(--forest-mid);padding:0;overflow:hidden}
.tour-types-inner{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.tour-types-inner::-webkit-scrollbar{display:none}
.tour-type-item{flex:1;min-width:170px;padding:26px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;border-right:1px solid rgba(255,255,255,.07);transition:background var(--tr);cursor:pointer}
.tour-type-item:last-child{border-right:none}
.tour-type-item:hover{background:rgba(255,255,255,.04)}
.tour-type-icon{width:52px;height:52px;border-radius:50%;background:rgba(184,144,46,.12);border:1px solid rgba(184,144,46,.25);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--gold);transition:all var(--tr)}
.tour-type-item:hover .tour-type-icon{background:var(--gold);color:var(--white);border-color:var(--gold)}
.tour-type-name{font-size:.8rem;font-weight:600;letter-spacing:.04em;color:rgba(255,255,255,.85)}
.tour-type-desc{font-size:.73rem;color:rgba(255,255,255,.4);line-height:1.5}

/* ========== ACTIVITIES ========== */
.activities-section{background:var(--cream)}
.activities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:40px}

.activity-card{border-radius:8px;overflow:hidden;background:var(--white);box-shadow:0 4px 20px rgba(0,0,0,.06);transition:transform var(--tr),box-shadow var(--tr)}
.activity-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.12)}
.activity-card-img{position:relative;height:240px;overflow:hidden}
.activity-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.activity-card:hover .activity-card-img img{transform:scale(1.06)}
.activity-card-badge{position:absolute;top:14px;left:14px;background:var(--gold);color:var(--white);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:60px}
.activity-card-body{padding:24px}
.activity-card-cat{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:7px}
.activity-card-title{font-size:1.2rem;font-family:var(--ff-d);font-weight:600;color:var(--forest);margin-bottom:9px;line-height:1.3}
.activity-card-title a:hover{color:var(--gold)}
.activity-card-desc{font-size:.86rem;color:var(--muted);line-height:1.65;margin-bottom:14px}
.activity-card-meta{display:flex;align-items:center;gap:14px;padding-top:14px;border-top:1px solid var(--border);font-size:.77rem;color:var(--muted)}
.activity-card-meta span{display:flex;align-items:center;gap:5px}
.activity-card-meta i{color:var(--gold)}

/* ========== ABOUT ========== */
.about-section{background:var(--white)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.about-image-wrap{position:relative}
.about-image-main{border-radius:8px;overflow:hidden;height:500px}
.about-image-main img{width:100%;height:100%;object-fit:cover}
.about-badge{position:absolute;bottom:-28px;right:-20px;background:var(--gold);color:var(--white);padding:26px 22px;border-radius:8px;text-align:center;box-shadow:0 8px 32px rgba(184,144,46,.4)}
.about-badge-num{font-family:var(--ff-d);font-size:2.8rem;font-weight:700;line-height:1;display:block}
.about-badge-txt{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;opacity:.9;margin-top:4px;display:block}
.about-features{margin-top:30px;display:flex;flex-direction:column;gap:18px}
.about-feature{display:flex;gap:14px;align-items:flex-start}
.about-feature-icon{width:46px;height:46px;border-radius:8px;background:rgba(184,144,46,.08);border:1px solid rgba(184,144,46,.18);display:flex;align-items:center;justify-content:center;font-size:1.05rem;color:var(--gold);flex-shrink:0}
.about-feature h4{font-size:.98rem;color:var(--forest);margin-bottom:3px}
.about-feature p{font-size:.84rem;color:var(--muted);margin:0}

/* ========== TOURS ========== */
.tours-section{background:var(--cream-mid)}
.tours-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}

.tour-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:transform var(--tr),box-shadow var(--tr)}
.tour-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.12)}
.tour-card-img{height:220px;position:relative;overflow:hidden}
.tour-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.tour-card:hover .tour-card-img img{transform:scale(1.07)}
.tour-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(14,31,22,.7) 0%,transparent 55%)}
.tour-price{position:absolute;bottom:14px;right:14px;background:var(--gold);color:var(--white);padding:5px 14px;border-radius:60px;font-size:.83rem;font-weight:700}
.tour-price .from{font-size:.62rem;font-weight:400;opacity:.8;display:block;text-align:center}
.tour-card-body{padding:22px}
.tour-card-duration{display:flex;align-items:center;gap:6px;font-size:.77rem;color:var(--muted);margin-bottom:7px}
.tour-card-duration i{color:var(--gold)}
.tour-card-title{font-size:1.12rem;font-family:var(--ff-d);font-weight:600;color:var(--forest);margin-bottom:9px;line-height:1.3}
.tour-card-title a:hover{color:#111}
.tour-card-desc{font-size:.85rem;color:var(--muted);margin-bottom:16px;line-height:1.6}
.tour-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--border)}
.tour-meta{display:flex;gap:12px}
.tour-meta-item{display:flex;align-items:center;gap:5px;font-size:.77rem;color:var(--muted)}
.tour-meta-item i{color:var(--gold);font-size:.73rem}
.tour-book-link{font-size:.77rem;font-weight:600;color:#111;text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;gap:5px;transition:gap var(--tr),color var(--tr)}
.tour-book-link:hover{color:var(--gold);gap:9px}

/* ========== STATS ========== */
.stats-bar{background:var(--forest);padding:60px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;text-align:center}
.stat-item{padding:0 24px;border-right:1px solid rgba(255,255,255,.1)}
.stat-item:last-child{border-right:none}
.stat-num{font-family:var(--ff-d);font-size:3rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:8px}
.stat-label{font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.55)}

/* ========== GALLERY ========== */
.gallery-section{background:var(--white)}
.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:40px}
.gallery-item{position:relative;height:230px;overflow:hidden;border-radius:4px;cursor:pointer}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.gallery-item:hover img{transform:scale(1.08)}
.gallery-item-overlay{position:absolute;inset:0;background:rgba(14,31,22,.58);opacity:0;transition:opacity var(--tr);display:flex;align-items:center;justify-content:center}
.gallery-item:hover .gallery-item-overlay{opacity:1}
.gallery-item-overlay i{color:var(--white);font-size:1.4rem}
.gallery-item-info{position:absolute;bottom:0;left:0;right:0;padding:14px 14px 12px;background:linear-gradient(to top,rgba(14,31,22,.9),transparent);transform:translateY(100%);transition:transform var(--tr)}
.gallery-item:hover .gallery-item-info{transform:translateY(0)}
.gallery-item-title{font-size:.82rem;font-weight:600;color:var(--white)}
.gallery-item-cat{font-size:.7rem;color:var(--gold-light)}

/* ========== TESTIMONIALS ========== */
.testimonials-section{background:var(--forest);position:relative;overflow:hidden;padding:100px 0}
.testimonials-section::before{content:'"';position:absolute;top:-40px;right:60px;font-family:var(--ff-d);font-size:22rem;color:rgba(255,255,255,.025);font-weight:700;line-height:1;pointer-events:none}
.testimonial-track{overflow:hidden}
.testimonials-wrapper{display:flex;transition:transform .6s ease}
.testimonial-card{min-width:100%;padding:0 60px;text-align:center}
.testimonial-stars{display:flex;justify-content:center;gap:4px;margin-bottom:22px}
.testimonial-stars i{color:var(--gold);font-size:.88rem}
.testimonial-quote{font-family:var(--ff-d);font-size:1.35rem;font-weight:500;color:rgba(255,255,255,.9);line-height:1.65;max-width:700px;margin:0 auto 30px;font-style:italic}
.testimonial-author-name{font-weight:700;font-size:1rem;color:var(--white)}
.testimonial-author-role{font-size:.78rem;color:rgba(255,255,255,.45);margin-top:4px}
.testimonial-nav{display:flex;justify-content:center;gap:10px;margin-top:32px}
.testimonial-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.2);cursor:pointer;transition:all var(--tr);border:none;padding:0}
.testimonial-dot.active{background:var(--gold);width:24px;border-radius:4px}

/* ========== BLOG ========== */
.blog-section{background:var(--cream)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.blog-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap;gap:16px}

.blog-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:transform var(--tr),box-shadow var(--tr)}
.blog-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(0,0,0,.1)}
.blog-card-img{position:relative;height:210px;overflow:hidden}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.blog-card:hover .blog-card-img img{transform:scale(1.06)}
.blog-card-date{position:absolute;bottom:14px;left:14px;background:var(--forest);color:var(--white);text-align:center;padding:7px 12px;border-radius:var(--radius);line-height:1.2}
.blog-card-date .day{font-size:1.3rem;font-weight:700;display:block}
.blog-card-date .month{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em}
.blog-card-body{padding:22px}
.blog-card-cat{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:7px}
.blog-card-title{font-size:1.08rem;font-family:var(--ff-d);font-weight:600;color:var(--forest);margin-bottom:9px;line-height:1.3}
.blog-card-title a:hover{color:var(--gold)}
.blog-card-excerpt{font-size:.84rem;color:var(--muted);line-height:1.65;margin-bottom:16px}
.blog-read-more{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#111;transition:gap var(--tr),color var(--tr)}
.blog-read-more:hover{color:var(--gold);gap:10px}

/* ========== CTA BANNER ========== */
.cta-banner{background:var(--gold);padding:72px 0;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}
.cta-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:40px}
.cta-text h2{color:var(--white);font-size:2rem}
.cta-text p{color:rgba(255,255,255,.85);margin-top:8px;font-size:1.05rem}

/* ========== FOOTER ========== */
.site-footer{background:var(--forest);color:rgba(255,255,255,.7)}
.footer-main{padding:80px 0 50px}
.footer-grid{display:grid;grid-template-columns:2fr 1.2fr 1.2fr 1.5fr;gap:48px}
.footer-logo img{max-height:50px;margin-bottom:18px}
.footer-about p{font-size:.87rem;line-height:1.75;color:rgba(255,255,255,.55)}
.footer-social{display:flex;gap:10px;margin-top:22px}
.footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;font-size:.78rem;color:rgba(255,255,255,.55);transition:all var(--tr)}
.footer-social a:hover{background:var(--gold);border-color:var(--gold);color:var(--white)}
.footer-col h4{font-size:.95rem;font-weight:600;color:var(--white);margin-bottom:18px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.09);font-family:var(--ff-b);letter-spacing:.03em}
.footer-links{display:flex;flex-direction:column;gap:9px}
.footer-links a{font-size:.86rem;color:rgba(255,255,255,.55);display:flex;align-items:center;gap:8px;transition:all var(--tr);padding:2px 0}
.footer-links a::before{content:'';display:block;width:5px;height:1px;background:var(--gold);flex-shrink:0;transition:width var(--tr)}
.footer-links a:hover{color:var(--gold);padding-left:4px}
.footer-links a:hover::before{width:10px}
.footer-contact{display:flex;flex-direction:column;gap:14px}
.footer-contact-item{display:flex;gap:12px;align-items:flex-start}
.footer-contact-icon{width:34px;height:34px;border-radius:50%;background:rgba(184,144,46,.12);border:1px solid rgba(184,144,46,.18);display:flex;align-items:center;justify-content:center;font-size:.78rem;color:var(--gold);flex-shrink:0}
.footer-contact-body strong{display:block;color:var(--white);font-size:.78rem;font-weight:600}
.footer-contact-body span,.footer-contact-body a{font-size:.84rem;color:rgba(255,255,255,.55);line-height:1.5}
.footer-contact-body a:hover{color:var(--gold)}
.newsletter-form{position:relative;margin-top:8px}
.newsletter-form input{width:100%;padding:12px 48px 12px 16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:60px;color:var(--white);font-size:.86rem;outline:none;transition:border-color var(--tr)}
.newsletter-form input:focus{border-color:rgba(184,144,46,.5)}
.newsletter-form input::placeholder{color:rgba(255,255,255,.3)}
.newsletter-form button{position:absolute;right:5px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:var(--gold);color:var(--white);font-size:.78rem;display:flex;align-items:center;justify-content:center;transition:background var(--tr)}
.newsletter-form button:hover{background:var(--gold-light)}
.newsletter-note{font-size:.73rem;color:rgba(255,255,255,.3);margin-top:8px}
.footer-bottom{background:rgba(0,0,0,.22);padding:18px 0}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.82rem;color:rgba(255,255,255,.4)}
.footer-bottom-links{display:flex;gap:18px}
.footer-bottom-links a{color:rgba(255,255,255,.4);transition:color var(--tr)}
.footer-bottom-links a:hover{color:var(--gold)}
.footer-credit{text-align:center;padding:8px 0 2px;font-size:.7rem;color:rgba(255,255,255,.18);letter-spacing:.04em}
.footer-credit-link{color:rgba(255,255,255,.18);text-decoration:none;transition:color .2s}
.footer-credit-link:hover{color:rgba(255,255,255,.4)}

/* ========== BACK TO TOP ========== */
#back-to-top{position:fixed;bottom:86px;right:22px;width:42px;height:42px;border-radius:50%;background:var(--gold);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.88rem;z-index:900;opacity:0;visibility:hidden;transform:translateY(10px);transition:all var(--tr);box-shadow:0 4px 16px rgba(184,144,46,.4);cursor:pointer}
#back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}
#back-to-top:hover{background:var(--gold-light);transform:translateY(-3px)}

/* ========== PAGE HERO ========== */
.page-hero{padding:60px 0 60px;background:var(--forest);position:relative;overflow:hidden;text-align:center}
@media(max-width:900px){.page-hero{padding:40px 0 50px}}
.page-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.22}
.page-hero-content{position:relative;z-index:1}
.page-hero h1{color:var(--white);margin-bottom:12px}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.84rem;color:rgba(255,255,255,.55)}
.breadcrumb a{color:rgba(255,255,255,.55)}
.breadcrumb a:hover{color:var(--gold)}
.breadcrumb-sep{color:rgba(255,255,255,.28)}

/* ========== CONTENT ========== */
.entry-content h2,.entry-content h3{color:var(--forest);margin:1.5em 0 .5em}
.entry-content p{margin-bottom:1.2em;line-height:1.8}
.entry-content img{border-radius:6px;margin:20px 0}
.entry-content ul,.entry-content ol{padding-left:24px;margin-bottom:1.2em}
.entry-content ul li{list-style:disc;margin-bottom:6px}
.entry-content ol li{list-style:decimal;margin-bottom:6px}
.entry-content blockquote{border-left:4px solid var(--gold);padding:16px 24px;background:var(--cream);margin:24px 0;font-style:italic;font-family:var(--ff-d);font-size:1.1rem;color:var(--forest)}

/* ========== FORMS ========== */
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:.84rem;font-weight:600;color:var(--forest);margin-bottom:6px}
.form-control{width:100%;padding:13px 16px;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;color:var(--text);background:var(--white);outline:none;transition:border-color var(--tr),box-shadow var(--tr)}
.form-control:focus{border-color:#111;box-shadow:0 0 0 3px rgba(45,99,72,.1)}
textarea.form-control{min-height:140px;resize:vertical}

/* ========== LIGHTBOX ========== */
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.94);z-index:9000;display:none;align-items:center;justify-content:center}
.lightbox.active{display:flex}
.lightbox img{max-width:90vw;max-height:85vh;border-radius:4px}
.lightbox-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;transition:all var(--tr)}
.lightbox-close:hover{border-color:var(--gold);color:var(--gold)}

/* ========== PAGINATION ========== */
.pagination{display:flex;justify-content:center;gap:8px;margin-top:50px;flex-wrap:wrap}
.pagination a,.pagination span{width:40px;height:40px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:.88rem;border:1px solid var(--border);color:var(--text);transition:all var(--tr)}
.pagination a:hover,.pagination .current{background:var(--gold);border-color:var(--gold);color:var(--white)}

/* ========== SIDEBAR ========== */
.sidebar{padding-left:32px}
.widget{margin-bottom:36px}
.widget-title{font-size:.95rem;font-weight:700;color:var(--forest);padding-bottom:10px;border-bottom:2px solid var(--gold);margin-bottom:18px;font-family:var(--ff-b);letter-spacing:.03em}

/* ========== RESPONSIVE ========== */
@media(max-width:1100px){
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid{gap:50px}
  .activities-grid,.tours-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .main-nav,.header-actions .btn{display:none}
  .mobile-menu-toggle{display:flex}
  .header-topbar{display:none}
  .about-grid{grid-template-columns:1fr}
  .about-image-wrap{margin-bottom:50px}
  .blog-grid{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stats-grid .stat-item:nth-child(2){border-right:none}
  .stats-grid .stat-item:nth-child(3){border-right:1px solid rgba(255,255,255,.1)}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .cta-inner{flex-direction:column;text-align:center}
  .section{padding:60px 0}
  .section--lg{padding:80px 0}
  .testimonial-card{padding:0 20px}
}
@media(max-width:600px){
  .hero-title{font-size:2rem}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{justify-content:center}
  .activities-grid,.tours-grid,.blog-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:1fr}
  .stats-grid .stat-item{border-right:none;border-top:1px solid rgba(255,255,255,.1);padding-top:24px}
  .stats-grid .stat-item:first-child{border-top:none;padding-top:0}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom-inner{flex-direction:column;text-align:center}
  .sidebar{padding-left:0;margin-top:40px}
  .section{padding:40px 0}
  .section--lg{padding:50px 0}
}

/* ========== WP MISC ========== */
.alignleft{float:left;margin:0 24px 16px 0}
.alignright{float:right;margin:0 0 16px 24px}
.aligncenter{display:block;margin:0 auto 16px}
.admin-bar .site-header{top:32px}
@media screen and(max-width:782px){.admin-bar .site-header{top:46px}}

/* ── Activity card - learn more link ── */
.activity-read-more{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#111;transition:gap var(--tr),color var(--tr)}
.activity-read-more:hover{color:var(--gold);gap:10px}
.activity-card-meta{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--border);font-size:.77rem;color:var(--muted)}
.activity-card-meta>span{display:flex;align-items:center;gap:5px}
.activity-card-meta>span i{color:var(--gold)}

/* ── Tour types as links ── */
a.tour-type-item{text-decoration:none}
a.tour-type-item:hover{background:rgba(255,255,255,.06)}
a.tour-type-item:hover .tour-type-icon{background:var(--gold);color:var(--white);border-color:var(--gold)}
a.tour-type-item:hover .tour-type-name{color:var(--gold-light)}


/* ═══ MOBILE OPTIMIZATIONS (≤480px) ═══ */
@media(max-width:480px){
  /* Header */
  .mz-nav-inner{padding:0 14px;}
  .mz-logo{font-size:1.05rem;}
  .mz-book-btn{padding:9px 14px;font-size:.78rem;}
  
  /* Hero */
  .hero-title{font-size:clamp(1.8rem,8vw,2.4rem);}
  .hero-sub{font-size:.85rem;}
  .hero-btns{gap:8px;}
  .hero-btns .btn{padding:12px 18px;font-size:.82rem;}
  
  /* Sections */
  .section{padding:40px 0;}
  .container{padding:0 14px;}
  .section-heading h2{font-size:1.5rem;}
  
  /* Package cards */
  .pkg-card{margin-bottom:12px;}
  .pkg-footer{flex-direction:column;gap:10px;align-items:stretch;}
  .pkg-book-btn{width:100%;justify-content:center;text-align:center;}
  .pkg-price{font-size:1.6rem;}
  
  /* CTA banner */
  .cta-banner{padding:48px 0;}
  .cta-inner{flex-direction:column;text-align:center;gap:24px;}
  .cta-text h2{font-size:1.4rem;}
  .cta-text p{font-size:.88rem;}
  .cta-inner>div{width:100%;}
  .cta-inner .btn{width:100%;justify-content:center;}

  /* Footer */
  .footer-grid{grid-template-columns:1fr;}
  .footer-brand{margin-bottom:24px;}
}

/* ═══ TABLET OPTIMIZATIONS (481–900px) ═══ */
@media(min-width:481px) and (max-width:900px){
  .cta-inner{flex-direction:column;text-align:center;gap:28px;}
  .cta-inner>div{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}
  .pkg-grid{grid-template-columns:repeat(2,1fr);}
}
