/* =========================================================
   DESIGN TOKENS
   ========================================================= */
:root {
  --teal:          #28b5a4;
  --teal-dark:     #1e8f81;
  --teal-pale:     #e8f7f6;
  --teal-mid:      #c0eae5;
  --gold:          #B8924A;
  --gold-light:    #D4AE72;
  --gold-pale:     #F5ECD8;
  --ivory:         #F8F5F0;
  --cream:         #EDE8DF;
  --stone:         #7A7468;
  --charcoal:      #1C1C1A;
  --white:         #FFFFFF;
  --forest:        #1F2D24;   /* only used for nav & footer */
  --font-display:  'Cormorant Garamond', Georgia, serif;
  --font-body:     'DM Sans', sans-serif;
  --transition:    0.35s cubic-bezier(0.25,0.46,0.45,0.94);
  --shadow-card:   0 6px 32px rgba(28,28,26,0.08);
  --shadow-hover:  0 18px 52px rgba(28,28,26,0.14);
}

/* =========================================================
   GLOBAL RESET
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--charcoal);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width:100%;  max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* =========================================================
   TYPOGRAPHY
   ========================================================= */
h1,h2,h3,h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.eyebrow {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  display: block;
  margin-bottom: 0.6rem;
}
.eyebrow.gold { color: var(--gold); }
.gold-rule::after {
  content: '';
  display: block;
  width: 44px;
  height: 1px;
  background: var(--gold);
  margin-top: 0.9rem;
}
.gold-rule.center::after { margin-left: auto; margin-right: auto; }

/* =========================================================
   LAYOUT HELPERS
   ========================================================= */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3.5rem);
}
.section-pad { padding: 5.5rem 0; }
@media(max-width:768px){ .section-pad { padding: 3.5rem 0; } }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition: all var(--transition);
}
.btn-primary {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}
.btn-primary:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(40,181,164,0.28);
}
.btn-outline {
  background: transparent;
  color: var(--teal);
  border-color: var(--teal);
}
.btn-outline:hover {
  background: var(--teal);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-ghost-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.55);
}
.btn-ghost-white:hover {
  background: var(--white);
  color: var(--teal-dark);
}

/* =========================================================
   NAVIGATION  — maps to: get_template_part('template-parts/nav')
   ========================================================= */
.hk-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(31,45,36,0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(40,181,164,0.2);
}
.hk-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.hk-nav__logo {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--ivory);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.hk-nav__logo span { color: var(--teal); }
.hk-nav__links {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
}
.hk-nav__links a {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(248,245,240,0.75);
  padding: 1.6rem 1.1rem;
  display: block;
  transition: color var(--transition);
}
.hk-nav__links a:hover,
.hk-nav__links li.active a { color: var(--teal); }
.hk-nav__cta { margin-left: 1rem; }

nav.breadcrumbs a {
    color: #a9a9a9;
}

/* =========================================================
   SLIDER / HERO  — maps to: section_type === 'slider'
   ========================================================= */
.hk-slider { position: relative; }
.swiper-slide {
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

/* Replaced: bg-dark overlay with an elegant warm gradient */
.hk-slider .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(31,45,36,0.72) 0%,
    rgba(31,45,36,0.45) 55%,
    rgba(40,181,164,0.08) 100%
  );
}

/* Demo slide backgrounds — remove in WP, images come from ACF */
.slide-1 { background-image: url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1600&q=80'); }
.slide-2 { background-image: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1600&q=80'); }
.slide-3 { background-image: url('https://images.unsplash.com/photo-1544735716-392fe2489ffa?w=1600&q=80'); }

.hk-slider .container { position: relative; z-index: 2; }

.slider-content .eyebrow { color: var(--teal); margin-bottom: 1rem; }
.content-heading {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 300;
  color: var(--ivory);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}
.content-heading em { font-style: italic; color: var(--teal); }
.slider-content p {
  font-size: 1.05rem;
  color: rgba(248,245,240,0.80);
  font-weight: 300;
  max-width: 440px;
  margin-bottom: 2rem;
}
.slider-content .btn { margin-right: 1rem; margin-bottom: 0.5rem; }

/* Swiper custom controls */
.swiper-button-next,
.swiper-button-prev {
  color: var(--teal) !important;
  width: 44px !important;
  height: 44px !important;
}
.swiper-button-next::after,
.swiper-button-prev::after { font-size: 1.1rem !important; }
.swiper-pagination-bullet-active { background: var(--teal) !important; }

/* Scroll hint */
.hk-slider__scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(40,181,164,0.7);
  animation: bounce 2.4s ease-in-out infinite;
}
@keyframes bounce {
  0%,100%{ transform: translateX(-50%) translateY(0); opacity:.5; }
  50%{ transform: translateX(-50%) translateY(5px); opacity:1; }
}


/* =========================================================
   MAIN CONTENT  — maps to: section_type === 'main_content'
   Replaced: #28b5a4 inline color → CSS var; kept teal kicker
   ========================================================= */
.main-content { background: var(--white); }
.main-content .content-block { text-align: center; max-width: 700px; margin: 0 auto; }
.main-content .content-icon img {
  width: 60px;
  filter: none; /* removed grayscale */
  opacity: 0.85;
}
.main-content .content-kicker {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.5rem;
}
.main-content .content-heading {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--charcoal);
}
.main-content .content-description {
  color: var(--stone);
  font-size: 1rem;
  line-height: 1.85;
}

/* =========================================================
   FEATURED TRIPS  — maps to: section_type === 'featured_trips'
   Replaced: bg-dark → warm ivory/teal tinted bg, NOT black
   ========================================================= */
.featured-trips {
  background: var(--teal-pale);        /* ← was bg-dark (#000 / dark) */
  position: relative;
}
.featured-trips::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
}
.featured-trips .section-header { text-align: center; margin-bottom: 3rem; position: relative; z-index: 3; }
.featured-trips .section-header .content-heading { color: var(--white); }
.featured-trips .content-kicker { color: var(--teal); letter-spacing: 0.22em; font-size: 0.68rem; text-transform: uppercase; font-weight: 500; }

/* Trip grid */
@media(max-width:900px){ .trips-grid .row { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px){ .trips-grid .row { grid-template-columns: 1fr; } }

.trip-card {
  background: var(--white);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition);
}
.trip-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.trip-image { position: relative; overflow: hidden;  }
.trip-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}
.trip-card:hover .trip-image img { transform: scale(1.06); }

/* Demo placeholders for images */
.trip-img-demo {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1F2D24 0%, #2E4234 50%, #28b5a4 100%);
}
.trip-img-demo.b { background: linear-gradient(135deg, #2a1a10 0%, #4a3020 50%, #B8924A 100%); }
.trip-img-demo.c { background: linear-gradient(135deg, #10201a 0%, #1a3028 50%, #28b5a4 100%); }

.trip-card .favorite {
  position: absolute;
  top: 0.85rem; right: 0.85rem;
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  color: #e55;
  cursor: pointer;
  transition: transform var(--transition);
}
.trip-card .favorite:hover { transform: scale(1.15); }

.trip-info { padding: 1.25rem 1.35rem 1.4rem; }
.trip-location {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.4rem;
}
.trip-location i { margin-right: 4px; }
.trip-card-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.trip-card-title a { color: inherit; transition: color var(--transition); }
.trip-card-title a:hover { color: var(--teal); }
.trip-facts {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--cream);
  padding-top: 1rem;
  margin-top: 0.5rem;
}
.trip-items {
  font-size: 1rem;
  color: var(--stone);
  display: flex;
  align-items: center;
  gap: 5px;
}
.trip-items i { color: var(--teal); font-size: 0.7rem; }
.trip-price {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--gold);
  margin-top: 0.6rem;
}

/* =========================================================
   SERVICE / WHY TRAVEL  — maps to: section_type === 'service_content'
   ========================================================= */
.service-content-section .content-kicker-teal {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.6rem;
}
.service-content-block .content-heading {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--charcoal);
  margin-bottom: 2rem;
}
.service-items { list-style: none; padding: 0; }
.service-item {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--cream);
}
.service-item:last-child { border-bottom: none; }
.service-item h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.service-item h3::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}
.service-item p {
  font-size: 0.92rem;
  color: var(--stone);
  line-height: 1.75;
  padding-left: 1.1rem;
}

/* Stacked images */
.service-images {
  display: flex;
  gap: 1rem;
  height: 100%;
  align-items: center;
}
.service-image-left,
.service-image-right {
  flex: 1;
  border-radius: 2px;
  overflow: hidden;
}
.service-image-left { margin-top: 3rem; }
.service-image-right { margin-bottom: 3rem; }
.service-image-left img,
.service-image-right img {
  width: 100%; height: 320px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.service-images:hover img { transform: scale(1.03); }

/* Image demo placeholder */
.img-demo {
  width: 100%; height: 320px;
  border-radius: 2px;
}
.img-demo.a { background: linear-gradient(160deg, #1F2D24 0%, #28b5a4 100%); }
.img-demo.b { background: linear-gradient(160deg, #2a3a2a 0%, #1e8f81 100%); }

/* =========================================================
   STORYTELLING (Mountains & Culture)
   — maps to: section_type === 'storytelling'
   Replaced: dark bg-image overlay → light warm bg with soft overlay
   ========================================================= */
.storytelling-section {
  position: relative;
  background: var(--cream);            /* fallback — image set inline in PHP */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
/* Demo bg for preview */
.storytelling-section.demo {
  background-image: url('https://images.unsplash.com/photo-1585409677983-0f6c41ca9c3b?w=1400&q=80');
}
.storytelling-section::before {
  content: '';
  position: absolute;
  inset: 0;
  /* Warm translucent overlay — NOT dark/black */
  background: linear-gradient(
    105deg,
    rgba(248,245,240,0.94) 0%,
    rgba(237,232,223,0.88) 40%,
    rgba(237,232,223,0.55) 100%
  );
}
.storytelling-section .container { position: relative; z-index: 1; }
.storytelling-block {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(40,181,164,0.18);
  backdrop-filter: blur(6px);
  padding: 3rem 3.5rem;
  max-width: 560px;
}
.storytelling-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1rem;
}
.storytelling-block .content-heading {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--charcoal);
  margin-bottom: 1.25rem;
}
.storytelling-content {
  font-size: 0.95rem;
  color: var(--stone);
  line-height: 1.85;
  margin-bottom: 1.75rem;
}

/* =========================================================
   DESTINATION GRID  — maps to: section_type === 'destination'
   Replaced: bg-dark → soft ivory/cream, NOT black
   ========================================================= */
.homepage-destinations {
  background: var(--ivory);            /* ← was bg-dark */
}
.homepage-destinations .section-header { text-align: center; margin-bottom: 3rem; }
.homepage-destinations .content-heading { color: var(--charcoal); }
.card-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 0;
}
@media(max-width:900px){ .card-group { grid-template-columns: repeat(2,1fr); } }
@media(max-width:580px){ .card-group { grid-template-columns: 1fr; } }

.dest-card {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 3/2;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition);
}
.dest-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.dest-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}
.dest-card:hover img { transform: scale(1.06); }
/* Demo bg */
.dest-bg-1 { background: linear-gradient(160deg,#1F2D24,#28b5a4); }
.dest-bg-2 { background: linear-gradient(160deg,#2a1a10,#B8924A); }
.dest-bg-3 { background: linear-gradient(160deg,#10201a,#1e8f81); }

.dest-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(31,45,36,0.72) 0%, transparent 55%);
}
.dest-card__label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.1rem 1.25rem;
  z-index: 2;
}
.dest-card__label h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--white);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.dest-card__label h3 i { font-size: 0.85rem; color: var(--teal); }

/* =========================================================
   ADVENTURE / ACTIVITIES  — maps to: section_type === 'adventure'
   Replaced: bg-dark → pale teal bg, NOT black
   ========================================================= */
.adventure-section {
  background: var(--teal-pale);        /* ← was bg-dark */
}
.adventure-section .section-header { text-align: center; margin-bottom: 3rem; }
.adventure-section .content-heading { color: var(--charcoal); }

/* Reuses .trip-card for activity tiles */
.activity-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1rem 1.2rem;
  background: linear-gradient(to top, rgba(31,45,36,0.80) 0%, transparent 100%);
  z-index: 2;
}
.activity-label h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
  margin: 0;
}

/* =========================================================
   FAQ  — maps to: section_type === 'faq'
   ========================================================= */
.faq-section {
  background:
    radial-gradient(circle at top right, rgba(40,181,164,0.08), transparent 30%),
    linear-gradient(180deg, #fcfbf8 0%, var(--white) 100%);
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}
.faq-block {
  max-width: 780px;
  margin: 0 auto;
}
.faq-pretext {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 500;
  margin-bottom: 0.75rem;
  text-align: center;
}
.faq-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--charcoal);
  margin-bottom: 2.8rem;
  text-align: center;
}
.faqs {
  display: grid;
  gap: 1rem;
}
.faq-item {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(184,146,74,0.16);
  border-radius: 22px;
  padding: 0.35rem 1.35rem 1.1rem;
  box-shadow: 0 14px 38px rgba(28,28,26,0.05);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
}
.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(28,28,26,0.09);
  border-color: rgba(40,181,164,0.28);
}
.faq-item.open {
  background: linear-gradient(180deg, #ffffff 0%, #fbfffe 100%);
  border-color: rgba(40,181,164,0.34);
}
.faq-section .question {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--charcoal);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 0 0.1rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.faq-section .question:focus-visible {
  outline: 2px solid rgba(40,181,164,0.45);
  outline-offset: 6px;
  border-radius: 10px;
}
.faq-section .question span:first-child {
  flex: 1;
}
.faq-section .question .faq-icon {
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 1px solid var(--teal-mid);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--teal);
  font-size: 0.8rem;
  background: var(--teal-pale);
  transition: all var(--transition);
}
.faq-item.open .faq-icon {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
  transform: rotate(45deg);
}
.faq-section .answer {
  font-size: 0.93rem;
  color: var(--stone);
  line-height: 1.85;
  padding: 0.9rem 0 0.1rem;
  display: none;
}
.faq-section .answer p:last-child {
  margin-bottom: 0;
}
.faq-item.open .answer { display: block; }

@media (max-width: 768px) {
  .faq-section {
    padding: 3.5rem 0;
  }

  .faq-item {
    border-radius: 18px;
    padding: 0.2rem 1rem 0.95rem;
  }

  .faq-section .question {
    font-size: 1.02rem;
    gap: 0.75rem;
  }

  .faq-section .question .faq-icon {
    width: 22px;
    height: 22px;
  }

  .faq-section .answer {
    font-size: 0.9rem;
    line-height: 1.75;
  }
}

/* =========================================================
   BLOG SECTION  — maps to: front_page blog grid
   ========================================================= */
.hiking-friends-blogs { background: var(--ivory); }
.hiking-friends-blogs .pre-text {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.hiking-friends-blogs .content-heading { color: var(--charcoal); }

.blog-card {
  background: var(--white);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.blog-card .image-wrapper {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.blog-card .image-wrapper img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}
.blog-card:hover .image-wrapper img { transform: scale(1.05); }

/* Demo image placeholders */
.blog-img-demo { width:100%; height:100%; }
.blog-img-demo.a { background: linear-gradient(135deg,#1F2D24,#28b5a4); }
.blog-img-demo.b { background: linear-gradient(135deg,#1a2a20,#1e8f81); }
.blog-img-demo.c { background: linear-gradient(135deg,#2a1a10,#B8924A); }

.meafe-entry-wrapper { padding: 1.25rem 1.35rem 1.4rem; }
.category--wrapper a {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  background: var(--teal-pale);
  border: 1px solid var(--teal-mid);
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 0.6rem;
}
.meafe-entry-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.meafe-entry-title a { color: inherit; transition: color var(--transition); }
.meafe-entry-title a:hover { color: var(--teal); }
.meafe-posted-on time {
  font-size: 0.72rem;
  color: var(--stone);
  letter-spacing: 0.06em;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.75rem;
  margin-bottom: 2.5rem;
}
@media(max-width:900px){ .blog-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:580px){ .blog-grid { grid-template-columns: 1fr; } }

/* =========================================================
   FOOTER
   ========================================================= */
.hk-footer {
  background: var(--forest);
  color: rgba(237,232,223,0.75);
  padding: 5rem 0 2.5rem;
  border-top: 1px solid rgba(40,181,164,0.2);
}
.hk-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media(max-width:900px){ .hk-footer__grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:580px){ .hk-footer__grid { grid-template-columns: 1fr; } }

.hk-footer__logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--ivory);
  margin-bottom: 1rem;
}
.hk-footer__logo span { color: var(--teal); }
.hk-footer__tagline {
  font-size: 0.88rem;
  color: rgba(237,232,223,0.55);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.hk-footer__col-title {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1rem;
}
.hk-footer__link {
  display: block;
  font-size: 0.88rem;
  color: rgba(237,232,223,0.62);
  padding: 0.22rem 0;
  transition: color var(--transition);
}
.hk-footer__link:hover { color: var(--teal); }
.hk-footer__contact p {
  font-size: 0.88rem;
  color: rgba(237,232,223,0.62);
  line-height: 1.7;
  margin-bottom: 0.4rem;
}
.hk-footer__contact i { color: var(--teal); margin-right: 6px; }
.hk-footer__bar {
  border-top: 1px solid rgba(40,181,164,0.15);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.hk-footer__bar p {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: rgba(237,232,223,0.35);
}
.hk-footer__socials { display: flex; gap: 0.5rem; }
.hk-footer__socials a {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(40,181,164,0.3);
  display: flex; align-items: center; justify-content: center;
  color: rgba(237,232,223,0.5);
  font-size: 0.8rem;
  transition: all var(--transition);
}
.hk-footer__socials a:hover {
  color: var(--teal);
  border-color: var(--teal);
  transform: translateY(-2px);
}

/* =========================================================
   SECTION DIVIDER — gold rule between sections
   ========================================================= */
.section-divider {
  width: 80px;
  height: 1px;
  background: var(--teal-mid);
  margin: 0 auto;
}

/* =========================================================
   RESPONSIVE NAV TOGGLE
   ========================================================= */
.hk-nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.hk-nav__toggle span {
  display: block;
  width: 24px; height: 1.5px;
  background: var(--ivory);
  transition: all var(--transition);
}
@media(max-width:768px){
  .hk-nav__toggle { display: flex; }
  .hk-nav__links { display: none; position: absolute; top: 68px; left: 0; right: 0; background: rgba(31,45,36,0.98); flex-direction: column; padding: 1rem 0; }
  .hk-nav__links.open { display: flex; }
  .hk-nav__links a { padding: 0.9rem 2rem; }
  .hk-nav__cta { display: none; }
}

/* =========================================================
   ANIMATIONS
   ========================================================= */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp 0.7s ease both; }
.fade-up-2 { animation: fadeUp 0.7s 0.14s ease both; }
.fade-up-3 { animation: fadeUp 0.7s 0.28s ease both; }
.fade-up-4 { animation: fadeUp 0.7s 0.42s ease both; }

/* Headings */

h2.trip-card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.27;
}
h2.trip-card-title a {
    font-size: inherit;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}
h2.trip-card-title a:hover {
    color: #2fa69a;
}

/* Links / Buttons */
a {
    text-decoration: none;
}
a.hk-btn {
    border-radius: 50px;
    background: #28b5a4;
    border: 1px solid #28b5a4;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
    font-weight: 700;
    transition: opacity 1s;
}
a.hk-btn:hover {
    opacity: 1;
}

/* Header */

.tm-topbar {
    background: #28b5a4;
    color: #fff;
    padding: 12px 0;
}

.tm-topbar *{
    font-size: 16px;
    line-height: 24px;
}
.tm-topbar a { color: #fff; }

.tm-topbar .social-icons a {
    margin-right: 18px;
}

.social-icons a i{
    font-size: 16px;
}
.social-icons a:hover i { color: #c5fdf7;}

.tm-contact *{
    font-size: 16px;
}

.tm-welcome{
    text-transform: capitalize;
}
.dropdown.tm-user .dropdown-menu a {
    color: #000000;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 25px;
}
nav a { color: #333; }


.tm-main {
    background: #fff;
    position: relative;
}
.tm-icons { display:flex; align-items:center; }
.tm-icons span { margin-left: 18px; font-size: 18px; cursor: pointer; }
.tm-search { position: relative; display:inline-flex; align-items:center; justify-content:center; }

.tm-user { position: relative; gap: 10px; }
.tm-dropdown {
    position: absolute;
    top: 120%;
    right: 0;
    background: #fff;
    min-width: 160px;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    display: none;
}
.tm-user:hover .tm-dropdown { display: block; }

.tm-search-popup {
    position: absolute;
    top: calc(100% + 18px);
    right: -10px;
    width: min(420px, calc(100vw - 32px));
    padding: 1rem;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(40,181,164,0.22);
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(28,28,26,.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
    z-index: 1002;
}

.tm-search-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.tm-search-popup::before{
    content:"";
    position:absolute;
    top:-8px;
    right:18px;
    width:16px;
    height:16px;
    background:#fff;
    border-top:1px solid rgba(40,181,164,0.22);
    border-left:1px solid rgba(40,181,164,0.22);
    transform:rotate(45deg);
}
.tm-search-box { position:relative; }
.tm-search-box form,
.tm-search-box .search-form {
    display:flex;
    align-items:center;
    gap:.75rem;
    margin:0;
}
.tm-search-box label {
    flex:1;
    margin:0;
}
.tm-search-box .search-field {
    width:100%;
    min-width:0;
    height:52px;
    padding:0 1rem;
    border:1px solid rgba(40,181,164,.22);
    border-radius:14px;
    background:#f8fbfb;
    color:var(--charcoal);
    font-size:.96rem;
    transition:border-color var(--transition), box-shadow var(--transition), background var(--transition);
}
.tm-search-box .search-field::placeholder {
    color:#7a8a86;
}
.tm-search-box .search-field:focus {
    outline:none;
    background:#fff;
    border-color:rgba(40,181,164,.55);
    box-shadow:0 0 0 4px rgba(40,181,164,.12);
}
.tm-search-box .search-submit {
    height:52px;
    padding:0 1.25rem;
    border:none;
    border-radius:14px;
    background:linear-gradient(135deg, var(--teal), var(--teal-dark));
    color:#fff;
    font-size:.84rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    transition:transform var(--transition), box-shadow var(--transition);
}
.tm-search-box .search-submit:hover {
    transform:translateY(-1px);
    box-shadow:0 12px 24px rgba(40,181,164,.24);
}
.tm-close {
    position:absolute;
    top:-8px;
    right:-8px;
    width:30px;
    height:30px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    border:1px solid rgba(40,181,164,.18);
    box-shadow:0 8px 18px rgba(28,28,26,.1);
    color:var(--charcoal);
    font-size:18px;
    line-height:1;
    cursor:pointer;
}
.tm-close:hover {
    color:var(--teal-dark);
}
@media (max-width: 768px) {
    .tm-search-popup {
        right:-36px;
        width:min(360px, calc(100vw - 24px));
        padding:.85rem;
    }
    .tm-search-box form,
    .tm-search-box .search-form {
        flex-direction:column;
        align-items:stretch;
    }
    .tm-search-box .search-submit {
        width:100%;
    }
}
.tm-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.tm-logo { max-width: 200px; }

.container {
    max-width: 1320px;
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
}

/* Topbar Flex */
.topbar {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.topbar div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 15px;
}
.topbar * { color: #fff; fill: #fff; }
.topbar ul {
    display: flex;
    list-style: none;
    gap: 16px;
}

/* Header Bottom Grid */
.header-b .container {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}

/* Slider */
.hk-slider{    
    min-height: 500px;
    height: 50vh;
}
.hk-slider > div{
    height: 100%;
}

.hk-slider  div .swiper-slide {
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
}
.hk-slider .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 25%);
    z-index: 0;
}

.hk-slider .slider-content{
    z-index: 1;
    color: #ffffff;
}



/* Featured Trips */
section.featured-trips.bg-dark {
    position: relative;
}
section.featured-trips.bg-dark .overlay {
    background: url('http://hiking.local/wp-content/uploads/2026/02/bg-overlay.png');
    position: absolute;
    inset: 0;
    z-index: 0;
}
section.featured-trips.bg-dark .overlay::after {
    content: '';
    width: 100%;
    height: 40%;
    background: #edebe5;
    position: absolute;
    bottom: 0;
}

section.featured-trips .trip-card {
    position: relative;
    overflow: hidden;
}
section.featured-trips .trip-card img {
    aspect-ratio: 19/26;
    object-fit: cover;
    transition: transform 1s;
    position: relative;
}
section.featured-trips .trip-card:hover img { transform: scale(1.1); }

.trip-info {
    position: absolute;
    z-index: 1;
    margin: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 16px;
}
.trip-info .trip-location a { color: #000; transition: color 0.3s; }
.trip-info .trip-location a:hover { color: #2fa69a; }
.trip-info .trip-facts {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}
.trip-info:hover .trip-facts {
    display: flex;
    height: 40px;
}

.trip-image a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
}

/* Destination Grid */
.homepage-destinations .destination-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
.destination-card {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
}
.destination-card:hover { transform: translateY(-5px); }
.destination-card img { width: 100%; height: 140px; object-fit: cover; }
.destination-card h3 { margin: 10px 0; }

/* Inner Banner */
.hk-inner-banner {
    background: #000;
    padding: 50px 0;
    color: #fff;
}

/* Card Hover Effects */
.card:hover img { transform: scale(1.05); opacity: 0.7; }
.card:hover a { background: #28b5a4; }
.card a {
    position: relative;
    height: 400px;
    overflow: hidden;
    color: #fff;
}
.card a img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    left: 0;
    transition: 2s;
}
.card a h2, .card a h3 {
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.trips-archive .card a h2{
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 20px;
    background: rgb(0 0 0 / 62%);
    right: 0;
}
/* Main Location */
section.main-location img {
    height: 100%;
    object-fit: cover;
    border: 1px solid #bbb;
    padding: 5px;
}
.company-details {
    padding: 10px;
    border: 1px solid #bbb;
    height: 100%;
    width: 100%;
}
.company-details > div {
    height: 100%;
    padding: 20px;
    background: #2d2d2d;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.company-details > div h4 { color: #2fa69a; }
.company-details > div hr:last-child { display: none; }


.storytelling-block{
    background: #ffffff;
}

/* Footer */
footer { background: #26252c; }
.footer-columns {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
    color: #ddd;
    padding: 60px 0 30px;
}
.footer-widget h4 { color: #fff; margin-bottom: 15px; }
.footer-widget ul { list-style: none; padding: 0; }
.footer-widget ul li { margin-bottom: 10px; }
.footer-widget a { color: #bbb; text-decoration: none; transition: color 0.3s; }
.footer-widget a:hover { color: #fff; }

/* Contact Form 7 */
.wpcf7-form-control { width: 100%; padding: 10px; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 4px; }
.wpcf7-form-control.wpcf7-textarea { min-height: 120px; }
.wpcf7-submit {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}
.wpcf7-submit:hover { background: #0056b3; }

/* Hero Carousel */
#heroCarousel .carousel-caption {
    right: auto;
    bottom: auto;
    top: 25%;
    left: 15%;
    text-align: left;
    max-width: 600px;
}

/* Media Queries */
@media (min-width: 1024px) {
    h2 { font-size: 24px; }
    h2 a { color: #000; }
}



:root {
  --teal:      #28b5a4;
  --teal-dark: #1e8f81;
  --charcoal:  #1C1C1A;
  --white:     #FFFFFF;
  --teal-soft: rgba(40,181,164,.08);
  --teal-mid:  rgba(40,181,164,.18);
  --border:    rgba(40,181,164,.20);
  --muted:     rgba(28,28,26,.45);
  --surface:   #f5f8f8;
}

/* ── Page shell ─────────────────────────────────────────── */
.trips-archive-page {
  font-family: 'DM Sans', sans-serif;
  min-height: 60vh;
}

/* ── Hero banner ────────────────────────────────────────── */
.trips-hero {
  background: var(--charcoal);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.trips-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(40,181,164,.13) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(40,181,164,.08) 0%, transparent 60%);
  pointer-events: none;
}
/* subtle dot grid */
.trips-hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(40,181,164,.12) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 100% at 50% 50%, black 40%, transparent 100%);
}
.trips-hero-inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
}
.trips-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1rem;
}
.trips-hero-eyebrow::before {
  content: '';
  width: 28px; height: 1.5px; background: var(--teal);
}
.trips-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 600; color: var(--white);
  line-height: 1.15; margin: 0 0 1.2rem;
  letter-spacing: -0.02em;
}
.trips-hero h1 em {
  font-style: italic; color: var(--teal);
}
.trips-hero-sub {
  font-size: 1rem; color: rgba(255,255,255,.5);
  max-width: 480px; line-height: 1.65;
  font-weight: 300;
}
.trips-hero-meta {
  display: flex; align-items: center; gap: 2rem;
  margin-top: 2.5rem; flex-wrap: wrap;
}
.trips-hero-stat {
  display: flex; flex-direction: column; gap: 0.15rem;
}
.trips-hero-stat .s-val {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem; font-weight: 600; color: var(--white);
  line-height: 1;
}
.trips-hero-stat .s-lbl {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,.35);
}
.hero-stat-sep {
  width: 1px; height: 36px; background: rgba(255,255,255,.12);
}

/* ── Filter bar ─────────────────────────────────────────── */
.trips-filter-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 50;
  box-shadow: 0 2px 12px rgba(28,28,26,.06);
}
.trips-filter-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
  display: flex; align-items: center;
  justify-content: space-between; gap: 1rem;
  height: 56px;
}
.filter-tabs {
  display: flex; align-items: center; gap: 0;
  overflow-x: auto; scrollbar-width: none;
}
.filter-tabs::-webkit-scrollbar { display: none; }
.filter-tab {
  padding: 0 1.1rem;
  height: 56px;
  display: flex; align-items: center;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--muted);
  border: none; background: none; cursor: pointer;
  border-bottom: 2.5px solid transparent;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
}
.filter-tab:hover  { color: var(--teal); }
.filter-tab.active { color: var(--teal); border-bottom-color: var(--teal); }
.filter-count {
  font-size: 0.65rem; font-weight: 700;
  background: var(--teal-soft);
  color: var(--teal-dark);
  padding: 0.1rem 0.45rem; border-radius: 10px;
  margin-left: 0.35rem;
  border: 1px solid var(--border);
}
.filter-view-toggle {
  display: flex; gap: 4px;
}
.view-btn {
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--border);
  border-radius: 6px; background: none; cursor: pointer;
  color: var(--muted); transition: all 0.2s;
}
.view-btn:hover, .view-btn.active {
  background: var(--teal-soft); border-color: var(--teal); color: var(--teal);
}

/* ── Main content area ──────────────────────────────────── */
.trips-content {
  max-width: 1200px; margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

/* ── Trip count label ───────────────────────────────────── */
.trips-result-header {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.trips-count-label {
  font-size: 0.78rem; font-weight: 500;
  color: var(--muted); letter-spacing: 0.04em;
}
.trips-count-label strong { color: var(--charcoal); font-weight: 700; }

/* ── Grid layout ────────────────────────────────────────── */
.trips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* ── Trip card ──────────────────────────────────────────── */
.trip-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(40,181,164,.12);
  box-shadow: 0 2px 10px rgba(28,28,26,.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  position: relative;
}
.trip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(28,28,26,.14);
}
.trip-card:hover .tc-img img {
  transform: scale(1.06);
}
.trip-card:hover .tc-arrow {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
  transform: translateX(3px);
}

/* Image area */
.tc-img {
  position: relative;
  height: 220px; overflow: hidden;
  background: #ddd;
}
.tc-img img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
/* fallback gradient placeholder */
.tc-img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(40,181,164,.15) 0%, rgba(30,143,129,.25) 100%);
  display: flex; align-items: center; justify-content: center;
}
.tc-img-placeholder svg { opacity: 0.3; }

/* Category badge */
.tc-badge {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--charcoal); color: var(--white);
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.3rem 0.7rem; border-radius: 20px;
  opacity: 0.9;
}

/* Duration chip on image */
.tc-duration-chip {
  position: absolute; top: 1rem; right: 1rem;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(4px);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 0.3rem 0.7rem;
  display: flex; align-items: center; gap: 0.3rem;
  font-size: 0.72rem; font-weight: 600; color: var(--teal-dark);
}

/* Card body */
.tc-body {
  padding: 1.3rem 1.4rem 1.4rem;
  flex: 1; display: flex; flex-direction: column;
}
.tc-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 600;
  color: var(--charcoal); line-height: 1.35;
  margin: 0 0 0.85rem;
  transition: color 0.2s;
}
.trip-card:hover .tc-title { color: var(--teal-dark); }

/* Meta row (icons) */
.tc-meta {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-bottom: 1.1rem;
}
.tc-meta-item {
  display: flex; align-items: center; gap: 0.3rem;
  font-size: 0.73rem; color: var(--muted); font-weight: 500;
}
.tc-meta-item svg { color: var(--teal); flex-shrink: 0; }

/* Footer row */
.tc-footer {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(40,181,164,.12);
}
.tc-price-wrap { display: flex; flex-direction: column; }
.tc-price-from {
  font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted);
}
.tc-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; font-weight: 600;
  color: var(--teal-dark); line-height: 1.1;
}
.tc-arrow {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal); background: var(--teal-soft);
  transition: all 0.25s ease;
  flex-shrink: 0;
}

/* ── Featured card (first item spans 2 cols) ────────────── */
.trip-card.featured {
  grid-column: span 2;
  flex-direction: row;
}
.trip-card.featured .tc-img {
  width: 55%; height: auto; min-height: 280px; flex-shrink: 0;
  border-radius: 0;
}
.trip-card.featured .tc-body {
  padding: 2rem 1.8rem;
  justify-content: center;
}
.trip-card.featured .tc-title {
  font-size: 1.5rem;
}
.trip-card.featured .tc-badge {
  font-size: 0.68rem; padding: 0.35rem 0.8rem;
}

/* ── No results ─────────────────────────────────────────── */
.trips-empty {
  grid-column: 1 / -1;
  text-align: center; padding: 5rem 2rem;
  color: var(--muted);
}
.trips-empty svg { opacity: 0.3; margin-bottom: 1rem; }
.trips-empty p { font-size: 1rem; font-weight: 400; }

/* ── Pagination ─────────────────────────────────────────── */
.trips-pagination {
  margin-top: 3.5rem;
  display: flex; justify-content: center;
}
.trips-pagination .nav-links {
  display: flex; align-items: center; gap: 0.4rem;
}
.trips-pagination .page-numbers {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 8px; border: 1.5px solid var(--border);
  font-size: 0.85rem; font-weight: 600;
  color: var(--charcoal); text-decoration: none;
  background: var(--white);
  transition: all 0.2s;
}
.trips-pagination .page-numbers:hover {
  background: var(--teal-soft); border-color: var(--teal); color: var(--teal);
}
.trips-pagination .page-numbers.current {
  background: var(--teal); border-color: var(--teal); color: var(--white);
}
.trips-pagination .page-numbers.dots {
  border: none; background: none; width: auto; color: var(--muted);
}

/* ── Entrance animation ─────────────────────────────────── */
@keyframes cardReveal {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.trip-card {
  animation: cardReveal 0.5s ease both;
}
.trip-card:nth-child(1) { animation-delay: 0.05s; }
.trip-card:nth-child(2) { animation-delay: 0.10s; }
.trip-card:nth-child(3) { animation-delay: 0.15s; }
.trip-card:nth-child(4) { animation-delay: 0.20s; }
.trip-card:nth-child(5) { animation-delay: 0.25s; }
.trip-card:nth-child(6) { animation-delay: 0.30s; }
.trip-card:nth-child(n+7) { animation-delay: 0.35s; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 960px) {
  .trips-grid { grid-template-columns: repeat(2, 1fr); }
  .trip-card.featured { grid-column: span 2; }
}
@media (max-width: 640px) {
  .trips-grid { grid-template-columns: 1fr; }
  .trip-card.featured { flex-direction: column; grid-column: span 1; }
  .trip-card.featured .tc-img { width: 100%; height: 220px; }
  .trips-hero { padding: 3.5rem 0 3rem; }
  .trips-hero-meta { gap: 1.2rem; }
  .filter-tabs { gap: 0; }
}


section.hk-inner-banner.trips-hero .overlay {
    background: rgb(0 0 0 / 30%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

section.hk-inner-banner.trips-hero  .container{
  z-index: 1;
  position: relative;
}
