/* =============================================
   MONDULKIRI ELEPHANT TOUR — STYLESHEET
   Style: Natural / Green / Sustainable
   ============================================= */

:root {
  --green-deep:   #1b5e20;
  --green-main:   #2e7d32;
  --green-mid:    #388e3c;
  --green-light:  #4caf50;
  --green-pale:   #c8e6c9;
  --green-bg:     #f1f8f1;
  --green-xlight: #e8f5e9;
  --earthy:       #5d4037;
  --earthy-light: #efebe9;
  --teal:         #00695c;
  --teal-light:   #e0f2f1;
  --warm:         #f57f17;
  --warm-light:   #fff8e1;
  --forest:       #33691e;
  --forest-light: #f1f8e9;
  --text-dark:    #1a2e1a;
  --text-mid:     #3a5a3a;
  --text-light:   #6b8f6b;
  --white:        #ffffff;
  --off-white:    #fafcfa;
  --border:       rgba(46,125,50,0.15);
  --shadow:       0 4px 24px rgba(27,94,32,0.10);
  --shadow-lg:    0 12px 48px rgba(27,94,32,0.15);
  --radius:       16px;
  --radius-sm:    10px;
  --transition:   all 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--text-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===================== TYPOGRAPHY ===================== */
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.15; }
h1 em, h2 em { font-style: italic; color: var(--green-main); }

.section-label {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--green-light);
  font-weight: 600;
  margin-bottom: 12px;
  font-family: 'DM Sans', sans-serif;
}

/* ===================== LAYOUT ===================== */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===================== BUTTONS ===================== */
.btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background: var(--green-main);
  color: var(--white);
  border-radius: 100px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: var(--green-deep); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-primary.large { padding: 17px 44px; font-size: 15px; }
.btn-primary.full { width: 100%; text-align: center; }

.btn-ghost {
  display: inline-block;
  padding: 14px 32px;
  background: transparent;
  color: var(--green-deep);
  border-radius: 100px;
  border: 1.5px solid rgba(46,125,50,0.4);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
  cursor: pointer;
}
.btn-ghost:hover { border-color: var(--green-main); background: var(--green-xlight); }

.btn-sm {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--green-main);
  font-family: 'DM Sans', sans-serif;
  transition: var(--transition);
}
.btn-sm:hover { color: var(--green-deep); }

.link-arrow {
  font-size: 14px;
  font-weight: 600;
  color: var(--green-main);
  transition: var(--transition);
  display: inline-block;
}
.link-arrow:hover { color: var(--green-deep); transform: translateX(3px); }

/* ===================== NAV ===================== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}

.nav.scrolled { box-shadow: var(--shadow); }

.nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo-icon { font-size: 24px; }
.logo-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--green-deep);
  line-height: 1.1;
}
.logo-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  color: var(--text-light);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-mid);
  padding: 8px 14px;
  border-radius: 100px;
  transition: var(--transition);
}

.nav-links a:hover,
.nav-links a.active { color: var(--green-main); background: var(--green-xlight); }

.nav-links .nav-cta {
  background: var(--green-main);
  color: var(--white) !important;
  padding: 9px 20px;
  margin-left: 8px;
}
.nav-links .nav-cta:hover { background: var(--green-deep); }

/* Partner + social group in nav */
.nav-partner-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.nav-partner-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, #1a3a2a, #2d5a3a);
  border: 1px solid rgba(165,214,167,0.35);
  border-radius: 8px;
  padding: 5px 13px;
  line-height: 1.2;
  gap: 1px;
}
.nav-partner-label {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 700;
  color: #a5d6a7;
  white-space: nowrap;
}
.nav-partner-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(165,214,167,0.7);
  white-space: nowrap;
}
.nav-social-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-mid);
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid var(--border);
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
}
.nav-social-link:hover {
  color: var(--green-main);
  border-color: var(--green-main);
  background: var(--green-xlight);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--green-deep);
  border-radius: 2px;
  transition: var(--transition);
}

/* ===================== HERO ===================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 68px;
  overflow: hidden;
}

.hero-bg {
  position: absolute; inset: 0;
}

/* ===================== HERO VIDEO ===================== */
.hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(5, 18, 5, 0.78) 0%,
    rgba(10, 35, 12, 0.60) 50%,
    rgba(5, 18, 5, 0.75) 100%
  );
  z-index: 1;
}

/* Hero text overrides for photo background */
.hero-badge-photo {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.3);
  color: #fff;
}

.hero-title-photo { color: #fff; }
.hero-title-photo .hero-em-photo { color: #a5d6a7; font-style: italic; }

.hero-tagline-photo { color: rgba(255,255,255,0.88); font-size: 22px; }

.btn-ghost-white {
  display: inline-block;
  padding: 14px 32px;
  background: transparent;
  color: #fff;
  border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,0.5);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
  cursor: pointer;
}
.btn-ghost-white:hover { border-color: #fff; background: rgba(255,255,255,0.12); }

.pill-photo {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
}

/* ===================== LOGO IMAGE ===================== */
.logo-img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

/* ===================== TOUR CARD PHOTO ===================== */
.tour-card-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 180px;
}
.tour-card-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 100%);
  border-radius: inherit;
}
.tour-card-photo .tour-duration,
.tour-card-photo .tour-badge-popular {
  position: relative; z-index: 2;
  color: #fff;
}
.tour-card-photo .tour-duration {
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.2);
}
.tour-card-photo .tour-badge-popular {
  background: var(--green-main);
}

/* ===================== TOUR BLOCK PHOTO HEADER ===================== */
.tour-block-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 260px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 28px 32px !important;
}
.tour-block-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.6) 100%);
  border-radius: inherit;
}
.tour-block-photo .tour-block-meta,
.tour-block-photo .tour-badge-popular {
  position: relative; z-index: 2;
}
.tour-block-photo .tour-tag {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.3) !important;
  color: #fff !important;
  backdrop-filter: blur(4px);
}
.tour-block-photo .tour-badge-popular {
  position: absolute;
  top: 20px; right: 20px;
  z-index: 3;
}

/* ===================== GALLERY ===================== */
.tour-gallery {
  margin-top: 28px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  display: block;
}

.gallery-grid img:hover {
  transform: scale(1.04);
  filter: brightness(1.08);
  z-index: 2;
  position: relative;
}

/* ===================== LIGHTBOX ===================== */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.92);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
  cursor: default;
}
.lightbox-close {
  position: fixed;
  top: 20px; right: 28px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.lightbox-close:hover { opacity: 1; }

@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .tour-block-photo { min-height: 180px; }
}


.hero-deco {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.deco-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(46,125,50,0.15);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.deco-ring.r1 { width: 400px; height: 400px; }
.deco-ring.r2 { width: 560px; height: 560px; border-style: dashed; border-color: rgba(46,125,50,0.08); }
.deco-ring.r3 { width: 720px; height: 720px; border-color: rgba(46,125,50,0.05); }

.hero-content {
  position: relative; z-index: 2;
  padding: 80px 24px 80px;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 100px;
  padding: 7px 18px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 28px;
  letter-spacing: 0.3px;
}

.hero-title {
  font-size: clamp(44px, 8vw, 88px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.05;
  margin-bottom: 20px;
}

.hero-title em { color: #a5d6a7 !important; font-style: italic; }

.hero-tagline {
  font-size: 22px;
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: 300;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-pills {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.pill {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12px;
  color: rgba(255,255,255,0.92);
  font-weight: 500;
  backdrop-filter: blur(4px);
}

.hero-scroll {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  z-index: 2;
  pointer-events: none;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, var(--green-light), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.1); }
}

/* ===================== INTRO ===================== */
.intro {
  padding: 100px 0;
  background: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.intro-text h2 {
  font-size: clamp(30px, 4vw, 44px);
  color: var(--green-deep);
  margin-bottom: 20px;
}

.intro-text p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 16px;
  font-weight: 300;
}

.intro-text p strong { color: var(--green-main); font-weight: 600; }

.intro-text .link-arrow { margin-top: 8px; }

.intro-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.intro-cards-vertical {
  grid-template-columns: 1fr;
}

.stat-card {
  background: var(--green-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  transition: var(--transition);
  background-image: url('images/texture-roots.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 28, 14, 0.72);
  border-radius: inherit;
}
.stat-card > * { position: relative; z-index: 1; }
.stat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.stat-card.accent { background: var(--green-main); border-color: var(--green-main); }
.stat-card.accent .stat-num { color: var(--white); }
.stat-card.accent .stat-label { color: rgba(255,255,255,0.8); }

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: #a5d6a7;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-icon { font-size: 32px; margin-bottom: 8px; }

.stat-label {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: 'DM Sans', sans-serif;
}

/* ===================== FEATURED TOURS ===================== */
.featured {
  padding: 100px 0;
  background: var(--green-bg);
}

.section-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 60px;
}

.section-header h2 {
  font-size: clamp(28px, 4vw, 42px);
  color: var(--green-deep);
  margin-bottom: 16px;
}

.section-header p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.7;
}

.tours-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tour-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.tour-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.tour-card-top {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.tour-emoji { font-size: 48px; }

.tour-duration {
  position: absolute;
  top: 12px; left: 12px;
  background: rgba(255,255,255,0.85);
  border-radius: 100px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-dark);
}

.tour-badge-popular {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--green-main);
  color: var(--white);
  border-radius: 100px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tour-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tour-card-body h3 {
  font-size: 18px;
  color: var(--green-deep);
  margin-bottom: 10px;
}

.tour-card-body p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

.tour-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.tour-price {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--green-main);
}
.tour-price small { font-family: 'DM Sans', sans-serif; font-size: 11px; color: var(--text-light); font-weight: 400; }

/* Tour card color tops */
.green-light { background: linear-gradient(135deg, #c8e6c9, #a5d6a7); }
.green-mid   { background: linear-gradient(135deg, #a5d6a7, #81c784); }
.green-deep  { background: linear-gradient(135deg, #66bb6a, #43a047); }
.green-dark  { background: linear-gradient(135deg, #43a047, #2e7d32); }
.earthy      { background: linear-gradient(135deg, #bcaaa4, #a1887f); }
.warm        { background: linear-gradient(135deg, #ffe082, #ffb300); }
.teal        { background: linear-gradient(135deg, #80cbc4, #4db6ac); }
.forest      { background: linear-gradient(135deg, #aed581, #8bc34a); }

.section-cta { text-align: center; margin-top: 48px; }

/* ===================== WHY STRIP ===================== */
/* ===================== GUEST REVIEWS ===================== */
.reviews-section {
  padding: 80px 0;
  background: #0e1a14;
  color: #fff;
}
.reviews-section .section-label {
  color: var(--accent, #b8935a);
  letter-spacing: 5px;
}
.reviews-section .section-header h2 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
}
.reviews-section .section-header h2 em {
  color: #a5d6a7;
  font-style: italic;
}
.reviews-section .section-header p {
  color: rgba(255,255,255,0.65);
  max-width: 560px;
  margin: 0 auto;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.review-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(165,214,167,0.15);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.25s, box-shadow 0.25s;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
  border-color: rgba(165,214,167,0.3);
}
.review-stars {
  color: #f9c74f;
  font-size: 18px;
  letter-spacing: 2px;
}
.review-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  font-style: italic;
  flex: 1;
}
.review-author {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(165,214,167,0.8);
  font-weight: 500;
}
.reviews-cta {
  margin-top: 40px;
  text-align: center;
}
.btn-reviews {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #1a1a1a !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 100px;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}
.btn-reviews:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}

.why-strip {
  padding: 80px 0;
  background: var(--white);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.why-item {
  text-align: center;
  padding: 32px 20px;
  border-radius: var(--radius);
  background-image: url('images/texture-roots.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,0.1);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.why-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 28, 14, 0.72);
  border-radius: inherit;
}
.why-item > * { position: relative; z-index: 1; }
.why-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

.why-icon { font-size: 36px; margin-bottom: 16px; }

.why-item h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #a5d6a7;
  margin-bottom: 10px;
}

.why-item p {
  font-size: 14px;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
}

/* ===================== CTA BAND ===================== */
.cta-band {
  padding: 100px 0;
  background: linear-gradient(rgba(14,26,20,0.78), rgba(14,26,20,0.78)), url('images/rentals/jungle-trunks.jpg') center/cover no-repeat;
  text-align: center;
}

.cta-content h2 {
  font-size: clamp(28px, 4vw, 48px);
  color: var(--white);
  margin-bottom: 16px;
}

.cta-content h2 em { color: #a5d6a7; }

.cta-content p {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.cta-band .btn-primary {
  background: var(--white);
  color: var(--green-deep);
}
.cta-band .btn-primary:hover { background: #e8f5e9; }

/* ===================== FOOTER ===================== */
.footer {
  background: var(--text-dark);
  padding: 64px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #a5d6a7;
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social a {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
  transition: var(--transition);
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
}
.footer-social a:hover { color: #a5d6a7; border-color: rgba(165,214,167,0.3); }

.footer-links h5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
  font-weight: 600;
}

.footer-links ul li { margin-bottom: 10px; }

.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}
.footer-links a:hover { color: #a5d6a7; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

/* ===================== PAGE HERO ===================== */
.page-hero {
  position: relative;
  padding: 140px 0 80px;
  text-align: center;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);
}

/* Per-page hero backgrounds */
body.page-tours .page-hero-bg {
  background: linear-gradient(rgba(10,26,14,0.58), rgba(10,26,14,0.58)), url('images/hero-gecko.jpg') center top/cover no-repeat;
}
body.page-story .page-hero-bg {
  background: linear-gradient(rgba(10,26,14,0.58), rgba(10,26,14,0.58)), url('images/hero-gecko.jpg') center top/cover no-repeat;
}
body.page-contact .page-hero {
  padding: 140px 0 80px;
  min-height: unset;
  display: block;
  align-items: unset;
}
body.page-contact .page-hero-bg {
  background: linear-gradient(rgba(10,26,14,0.58), rgba(10,26,14,0.58)), url('images/hero-gecko.jpg') center top/cover no-repeat;
}
body.page-contact .page-hero-bg::after { display: none; }
body.page-contact .page-hero .container {
  padding-top: unset;
  padding-bottom: unset;
  margin-top: unset;
  display: block;
}

.page-hero .container { position: relative; z-index: 2; }

.page-hero h1 {
  font-size: clamp(36px, 6vw, 64px);
  color: var(--green-deep);
  margin-bottom: 16px;
}
body.page-tours .page-hero h1,
body.page-story .page-hero h1,
body.page-contact .page-hero h1 { color: #fff; }

body.page-tours .page-hero h1 em,
body.page-story .page-hero h1 em,
body.page-contact .page-hero h1 em { color: #a5d6a7; }

.page-hero p {
  font-size: 16px;
  color: var(--text-mid);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}
body.page-tours .page-hero p,
body.page-story .page-hero p,
body.page-contact .page-hero p { color: rgba(255,255,255,0.82); font-size: 18px; }

body.page-tours .section-label,
body.page-story .section-label,
body.page-contact .section-label { color: rgba(165,214,167,0.9); }

/* ===================== TOURS FULL ===================== */
.tours-full { padding: 80px 0; }

.tour-block {
  margin-bottom: 40px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.tour-block:hover { box-shadow: var(--shadow-lg); }

.tour-block-header {
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.tour-block-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tour-tag {
  background: rgba(255,255,255,0.7);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-dark);
  backdrop-filter: blur(4px);
}

.tour-block-emoji { font-size: 48px; }

.tour-block-body {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  padding: 36px 32px;
  align-items: start;
}

.tour-block-text h2 {
  font-size: 28px;
  color: var(--green-deep);
  margin-bottom: 16px;
}

.tour-block-text p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 14px;
}

.tour-highlights {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tour-highlights li {
  font-size: 13px;
  color: var(--text-mid);
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}

.tour-highlights li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green-light);
  font-weight: 700;
}

.price-box {
  background-image: url('images/texture-roots.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  position: sticky;
  top: 88px;
  overflow: hidden;
}
.price-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 28, 14, 0.75);
}
.price-box > * { position: relative; z-index: 1; }

.price-box.featured-price {
  background-image: url('images/texture-roots.jpg');
  background-size: cover;
  background-position: center;
  border-color: rgba(165,214,167,0.3);
}

.price-main {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 700;
  color: #a5d6a7;
  line-height: 1;
  margin-bottom: 4px;
}

.price-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 12px;
  font-weight: 500;
}

.price-note {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
  line-height: 1.5;
}

/* ===================== NOTE SECTION ===================== */
.note-section { padding: 0 0 80px; }

.note-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #fff8e1;
  border: 1px solid rgba(245,127,23,0.2);
  border-radius: var(--radius);
  padding: 28px 32px;
}

.note-icon { font-size: 28px; flex-shrink: 0; }

.note-box h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #e65100;
  margin-bottom: 8px;
}

.note-box p {
  font-size: 14px;
  color: #5d4037;
  line-height: 1.7;
}

/* ===================== STORY PAGE ===================== */
.story-section { padding: 80px 0; }

.story-container { max-width: 860px; }

.story-intro {
  text-align: center;
  margin-bottom: 64px;
}

.story-divider {
  border: none;
  border-top: 2px solid var(--border);
  margin: 72px auto;
  width: 80px;
}

.story-intro h2 {
  font-size: clamp(28px, 4vw, 44px);
  color: var(--green-deep);
  margin-bottom: 20px;
}

.story-lead {
  font-size: 17px;
  color: var(--text-mid);
  line-height: 1.8;
  font-weight: 300;
}

.story-blocks { display: flex; flex-direction: column; gap: 48px; }

.story-block {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}
.story-block:last-child { border-bottom: none; }

.story-block-icon {
  font-size: 40px;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: var(--green-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
}

.story-block-content h3 {
  font-size: 22px;
  color: var(--green-deep);
  margin-bottom: 14px;
}

.story-block-content p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 12px;
}

.founder-note {
  margin-top: 64px;
  text-align: center;
  padding: 48px 40px;
  background: linear-gradient(135deg, #e8f5e8, #c8e6c9);
  border-radius: var(--radius);
}

.founder-quote {
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  color: var(--green-pale);
  line-height: 0.5;
  margin-bottom: 16px;
}

.founder-note blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-style: italic;
  color: var(--green-deep);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 20px;
}

.founder-sig {
  font-size: 13px;
  color: var(--text-light);
  font-weight: 600;
  letter-spacing: 1px;
}

/* ===================== VALUES STRIP ===================== */
.values-strip {
  padding: 80px 0;
  background: var(--text-dark);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.value-item {
  padding: 40px 32px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.value-item:last-child { border-right: none; }

.value-num {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: rgba(165,214,167,0.2);
  line-height: 1;
  margin-bottom: 12px;
}

.value-item h4 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #a5d6a7;
  margin-bottom: 10px;
}

.value-item p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}

/* ===================== CONTACT PAGE ===================== */
.contact-section { padding: 80px 0; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

.contact-form-wrap h2 {
  font-size: 28px;
  color: var(--green-deep);
  margin-bottom: 8px;
}

.contact-form-wrap > p {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 32px;
}

.contact-form { display: flex; flex-direction: column; gap: 20px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.form-group { display: flex; flex-direction: column; gap: 6px; }

.form-group label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-mid);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--text-dark);
  background: var(--white);
  transition: var(--transition);
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green-main);
  box-shadow: 0 0 0 3px rgba(46,125,50,0.08);
}

.form-group textarea { resize: vertical; min-height: 120px; }

.contact-card {
  background-image: url('images/texture-roots.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 28px 24px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.contact-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 28, 14, 0.78);
}
.contact-card > * { position: relative; z-index: 1; }

.contact-card h3 {
  font-size: 20px;
  color: #a5d6a7;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

.contact-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  margin-bottom: 8px;
}

.contact-channels { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }

.channel-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  transition: var(--transition);
}
.channel-btn:hover { transform: translateX(3px); box-shadow: var(--shadow); background: rgba(255,255,255,0.14); }

.channel-icon { font-size: 20px; flex-shrink: 0; }
.channel-name { font-size: 14px; font-weight: 600; color: #fff; }
.channel-handle { font-size: 12px; color: rgba(255,255,255,0.65); }

.address-box {
  margin-top: 16px;
  padding: 14px;
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.15);
  font-size: 14px;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .tours-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .value-item { border-bottom: 1px solid rgba(255,255,255,0.08); }
  .intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: fixed; top: 68px; left: 0; right: 0; background: rgba(255,255,255,0.98); padding: 20px 24px 32px; border-bottom: 1px solid var(--border); gap: 4px; box-shadow: var(--shadow-lg); }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 12px 16px; border-radius: var(--radius-sm); }
  .nav-links .nav-cta { margin: 8px 0 0; border-radius: 100px; text-align: center; }
  .nav-toggle { display: flex; }

  .hero-content { padding: 60px 0; }
  .hero-deco { display: none; }
  .hero-scroll { display: none; }

  .tours-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }

  .tour-block-body { grid-template-columns: 1fr; }
  .tour-block-header { flex-direction: column; align-items: flex-start; gap: 16px; }

  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }

  .story-block { flex-direction: column; }
  .story-block-icon { width: 56px; height: 56px; font-size: 28px; }

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

@media (max-width: 480px) {
  .why-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .value-item { border-right: none; }
  .hero-pills { flex-direction: column; align-items: center; }
  .hero-actions { flex-direction: column; align-items: center; }
}

/* ── VEHICLE RENTALS SECTION ─────────────────────────────────── */
.rentals-section {
  background: var(--bg-alt, #f7f4ef);
  border-top: 3px solid var(--accent, #b8935a);
  padding-top: 80px;
}

.rentals-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}

.rentals-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 8px 0 16px;
  color: var(--text-dark, #1a1a1a);
}

.rentals-intro {
  font-size: 1.1rem;
  color: var(--text-mid, #555);
  line-height: 1.7;
}

.tour-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.tour-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s;
}

.tour-gallery img:hover {
  transform: scale(1.04);
  opacity: 0.92;
}

/* Lightbox */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.88);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}
.lightbox-close {
  position: absolute;
  top: 20px; right: 28px;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
}
.lightbox-close:hover { opacity: 1; }

/* ── FLEXIBLE PRICING BANNER ─────────────────────────────────── */
.flexible-banner {
  background: #fffbf2;
  border-bottom: 2px solid var(--accent, #b8935a);
  padding: 18px 0;
}
.flexible-banner-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.97rem;
  color: var(--text-mid, #555);
  line-height: 1.6;
}
.flexible-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.flexible-banner strong { color: var(--text-dark, #1a1a1a); }
.flexible-banner a { color: var(--accent, #b8935a); text-decoration: underline; }

/* ── TOURS FLEXIBLE NOTE (home) ──────────────────────────────── */
.tours-flexible-note {
  margin-top: 10px;
  font-size: 1rem;
  color: var(--text-mid, #666);
  font-style: italic;
}
.tours-flexible-note a { color: var(--accent, #b8935a); text-decoration: underline; }

/* ── VEHICLE RENTALS HOME ────────────────────────────────────── */
.rentals-home {
  padding: 80px 0;
  background: linear-gradient(rgba(14,26,20,0.72), rgba(14,26,20,0.72)), url('images/rentals/jungle-trunks.jpg') center/cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.rentals-side-photo {
  position: absolute;
  top: 0; bottom: 0;
  width: 200px;
  background-size: cover;
  background-position: center;
  opacity: 0.45;
  mask-image: linear-gradient(to right, transparent, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.7) 60%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.7) 60%, transparent);
  pointer-events: none;
}
.rentals-side-left {
  left: 0;
  mask-image: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
}
.rentals-side-right {
  right: 0;
  mask-image: linear-gradient(to left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
}
.rentals-home .section-label {
  color: var(--accent, #b8935a);
  font-size: 15px;
  letter-spacing: 5px;
}
.rentals-home .section-header h2 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 7vw, 80px);
  font-weight: 700;
  line-height: 1.05;
}
.rentals-home .section-header h2 em {
  color: #a5d6a7;
  font-style: italic;
}
.rentals-home .section-header p {
  color: rgba(255,255,255,0.72);
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.18rem;
  line-height: 1.7;
}
.rentals-home .section-header em { color: var(--accent, #b8935a); font-style: normal; }
.rentals-flexible-tag {
  margin-top: 32px;
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent, #b8935a);
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}

.rentals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.rental-card {
  background: #182318;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  transition: transform 0.25s, box-shadow 0.25s;
}
.rental-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}

.rental-card-photo {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.rental-card-tag {
  position: absolute;
  bottom: 12px; left: 14px;
  background: var(--accent, #b8935a);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}

.rental-card-body {
  padding: 22px 22px 26px;
}
.rental-icon { font-size: 2rem; margin-bottom: 8px; }
.rental-card-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 10px;
}
.rental-card-body p {
  color: rgba(255,255,255,0.65);
  font-size: 0.93rem;
  line-height: 1.6;
  margin-bottom: 18px;
}
.rental-card-body .btn-sm {
  background: var(--accent, #b8935a);
  color: #fff;
  border-color: var(--accent, #b8935a);
}
.rental-card-body .btn-sm:hover { opacity: 0.85; }

@media (max-width: 768px) {
  .rentals-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: 1fr; gap: 16px; }
  .nav-partner-group { display: none; }
}
