.ff-retreat-journey{width:100%;background:#fbfbf9;padding:100px 24px;box-sizing:border-box;font-family:'Playfair Display','Poppins',serif;position:relative;overflow:hidden}.ff-retreat-decor-circle{position:absolute;width:450px;height:450px;border-radius:50%;background:radial-gradient(circle,rgb(128 163 127 / .06) 0%,#fff0 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}.ff-retreat-head{max-width:850px;margin:0 auto 72px;text-align:center}.ff-premium-badge{display:inline-flex;align-items:center;background:rgb(208 159 108 / .08);border:1px solid rgb(208 159 108 / .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}.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:#fff;border:1px solid rgb(46 77 61 / .06);padding:36px 28px 30px;border-radius:12px;z-index:2;text-align:left;transition:all .5s cubic-bezier(.25,1,.5,1);box-shadow:0 10px 30px rgb(46 77 61 / .015);overflow:hidden}.ff-card-glass-glow{position:absolute;inset:0;background:linear-gradient(135deg,rgb(255 255 255 / .8) 0%,#fff0 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:rgb(46 77 61 / .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 rgb(208 159 108 / .15);transition:all .4s cubic-bezier(.175,.885,.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}.ff-retreat-route-card:hover{transform:translateY(-8px);border-color:rgb(128 163 127 / .3);box-shadow:0 20px 40px rgb(46 77 61 / .05)}.ff-retreat-route-card:hover .ff-stop-marker{background:#2E4D3D;transform:scale(1.3);box-shadow:0 0 0 6px rgb(46 77 61 / .15)}.ff-retreat-route-card:hover .ff-stop-num{color:rgb(128 163 127 / .35)}.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 rgb(46 77 61 / .08)}.ff-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(46 77 61 / .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(.15,.85,.35,1)}.ff-retreat-image-inner:hover img{transform:scale(1.04)}.ff-retreat-content{background:#fff0;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}.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:rgb(128 163 127 / .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:#fff}.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(.25,1,.5,1);align-self:flex-start;border-radius:50px;box-shadow:0 10px 25px rgb(46 77 61 / .15)}.ff-premium-btn svg{margin-left:10px;transition:transform .35s ease}.ff-premium-btn:hover{background:#D09F6C;box-shadow:0 12px 30px rgb(208 159 108 / .25)}.ff-premium-btn:hover svg{transform:translateX(5px)}@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}}