/* RESET & CORE SNIPPET CONTAINER */
.ff-retreat-journey {
  width: 100%;
  background: #fbfbf9;
  padding: 100px 24px;
  box-sizing: border-box;
  font-family: 'Playfair Display', 'Poppins', serif;
  position: relative;
  overflow: hidden;
}

/* Subtle decorative artistic elements for world-class feel */
.ff-retreat-decor-circle {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(128, 163, 127, 0.06) 0%, rgba(250, 250, 248, 0) 70%);
  z-index: 1;
  pointer-events: none;
}
.ff-decor-top-right {
  top: -100px;
  right: -100px;
}
.ff-decor-bottom-left {
  bottom: -150px;
  left: -150px;
}

.ff-retreat-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* World-class Premium Header styling */
.ff-retreat-head {
  max-width: 850px;
  margin: 0 auto 72px;
  text-align: center;
}

.ff-premium-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(208, 159, 108, 0.08);
  border: 1px solid rgba(208, 159, 108, 0.25);
  padding: 6px 18px;
  border-radius: 50px;
  color: #D09F6C;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 20px;
}

.ff-retreat-head h2 {
  margin: 0 0 20px;
  color: #2E4D3D;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.15;
  letter-spacing: -.02em;
  font-weight: 700;
}

.ff-retreat-head p {
  margin: 0 auto;
  max-width: 720px;
  color: #5A6055;
  font-family: 'Poppins', sans-serif;
  font-size: 15.5px;
  line-height: 1.8;
  font-weight: 400;
}

/* Highly Interactive Route Cards Grid */
.ff-retreat-route {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 80px;
  position: relative;
}

.ff-retreat-route-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(46, 77, 61, 0.06);
  padding: 36px 28px 30px;
  border-radius: 12px;
  z-index: 2;
  text-align: left;
  transition: all .5s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 10px 30px rgba(46, 77, 61, 0.015);
  overflow: hidden;
}

/* Glass glow container effect */
.ff-card-glass-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  z-index: -1;
  transition: opacity .4s ease;
}

.ff-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.ff-stop-num {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 200;
  color: rgba(46, 77, 61, 0.12);
  line-height: 1;
  transition: color .4s ease;
}

.ff-stop-marker {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D09F6C;
  box-shadow: 0 0 0 4px rgba(208, 159, 108, 0.15);
  transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ff-retreat-route-card strong {
  display: block;
  margin-bottom: 12px;
  color: #2E4D3D;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.ff-retreat-route-card p {
  margin: 0;
  color: #5A6055;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
}

/* Modern Card Interactions (No layout shifting margins) */
.ff-retreat-route-card:hover {
  transform: translateY(-8px);
  border-color: rgba(128, 163, 127, 0.3);
  box-shadow: 0 20px 40px rgba(46, 77, 61, 0.05);
}

.ff-retreat-route-card:hover .ff-stop-marker {
  background: #2E4D3D;
  transform: scale(1.3);
  box-shadow: 0 0 0 6px rgba(46, 77, 61, 0.15);
}

.ff-retreat-route-card:hover .ff-stop-num {
  color: rgba(128, 163, 127, 0.35);
}

/* Premium bottom block split */
.ff-retreat-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ff-retreat-image {
  position: relative;
}

.ff-retreat-image-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(46, 77, 61, 0.08);
}

.ff-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(46, 77, 61, 0.15), transparent);
  pointer-events: none;
}

.ff-retreat-image img {
  width: 100%;
  aspect-ratio: 1.3;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.15, 0.85, 0.35, 1);
}

.ff-retreat-image-inner:hover img {
  transform: scale(1.04);
}

/* High-End Content Panel */
.ff-retreat-content {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ff-retreat-content h3 {
  margin: 0 0 20px;
  color: #2E4D3D;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -.01em;
  font-weight: 700;
}

.ff-details-lead {
  margin: 0 0 28px;
  color: #5A6055;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

/* Sophisticated Bullet Point Elements */
.ff-bullets-list {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.ff-bullets-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.ff-bullet-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: rgba(128, 163, 127, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E4D3D;
  margin-right: 14px;
  margin-top: 2px;
  transition: all .3s ease;
}

.ff-bullet-text {
  color: #4A5046;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.ff-bullets-list li:hover .ff-bullet-icon {
  background: #2E4D3D;
  color: #ffffff;
}

/* Aesthetic Micro-Interaction Button */
.ff-premium-btn {
  display: inline-flex;
  align-items: center;
  background: #2E4D3D;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 16px 32px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: all .35s cubic-bezier(0.25, 1, 0.5, 1);
  align-self: flex-start;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(46, 77, 61, 0.15);
}

.ff-premium-btn svg {
  margin-left: 10px;
  transition: transform .35s ease;
}

.ff-premium-btn:hover {
  background: #D09F6C;
  box-shadow: 0 12px 30px rgba(208, 159, 108, 0.25);
}

.ff-premium-btn:hover svg {
  transform: translateX(5px);
}

/* RESPONSIVE DESIGN */
@media(max-width: 1024px) {
  .ff-retreat-journey {
    padding: 80px 24px;
  }

  .ff-retreat-route {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .ff-retreat-bottom {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ff-retreat-image-inner img {
    aspect-ratio: 1.5;
  }
}

@media(max-width: 640px) {
  .ff-retreat-journey {
    padding: 60px 16px;
  }

  .ff-retreat-head {
    margin-bottom: 48px;
  }

  .ff-retreat-route {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ff-retreat-route-card {
    padding: 28px 24px;
  }

  .ff-retreat-content h3 {
    font-size: 26px;
  }

  .ff-premium-btn {
    width: 100%;
    justify-content: center;
  }
}
