@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,700&family=Manrope:wght@300;400;500;600;700&display=swap";:root{--white: #ffffff;--sand: #fef9f0;--turquoise: #06b6d4;--turquoise-dark: #0891b2;--forest: #065f46;--forest-dark: #1a2e1a;--coral: #f97316;--navy: #1e3a5f;--ink: #1a1a2e}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,system-ui,sans-serif;background:var(--white);color:var(--ink);overflow-x:hidden}.exp-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--forest) 100%);padding:7rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.exp-hero:before{content:"";position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1544551763-46a013bb70d5?w=1600&q=60&auto=format&fit=crop);background-size:cover;background-position:center;opacity:.25}.exp-hero__inner{position:relative;z-index:1;max-width:700px;margin:0 auto}.exp-hero__eyebrow{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--turquoise);margin-bottom:1rem}.exp-hero__title{font-family:Playfair Display,serif;font-size:clamp(2.2rem,6vw,4rem);font-weight:900;color:#fff;line-height:1.1;margin-bottom:1rem}.exp-hero__subtitle{font-family:Manrope,sans-serif;font-size:1.1rem;color:#ffffffbf;font-weight:300;max-width:480px;margin:0 auto}.filters-wrap{background:var(--white);border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:30;padding:0 1.5rem}.filters-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding:1rem 0;scrollbar-width:none}.filters-inner::-webkit-scrollbar{display:none}.filter-pill{flex-shrink:0;padding:.5rem 1.2rem;border-radius:100px;border:1.5px solid #e2e8f0;background:#fff;font-family:Manrope,sans-serif;font-size:.85rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-pill:hover{border-color:var(--turquoise);color:var(--turquoise)}.filter-pill.active{background:var(--turquoise);border-color:var(--turquoise);color:#fff}.exp-main{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.exp-count{font-family:Manrope,sans-serif;font-size:.9rem;color:#64748b;margin-bottom:2rem}.exp-count strong{color:var(--ink)}.exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.exp-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.exp-grid{grid-template-columns:1fr}}.ec{border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 2px 16px #00000012;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.ec:hover{transform:translateY(-6px);box-shadow:0 12px 40px #00000024}.ec__photo{position:relative;height:220px;overflow:hidden}.ec__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.ec:hover .ec__img{transform:scale(1.05)}.ec__gradient-bg{width:100%;height:100%}.ec__badges{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;gap:.4rem;flex-wrap:wrap}.ec__badge{font-family:Manrope,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .65rem;border-radius:100px;background:#00000073;color:#fff;backdrop-filter:blur(8px)}.ec__badge--cat{background:var(--turquoise)}.ec__badge--dur{background:#00000073}.ec__body{padding:1.25rem 1.4rem 1.4rem;flex:1;display:flex;flex-direction:column}.ec__title{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;line-height:1.3;color:var(--ink);margin-bottom:.4rem;text-decoration:none;display:block}.ec__title:hover{color:var(--turquoise-dark)}.ec__rating{display:flex;align-items:center;gap:.3rem;margin-bottom:.6rem;font-family:Manrope,sans-serif;font-size:.82rem;color:#64748b}.ec__stars{color:#f59e0b;font-size:.85rem;letter-spacing:-.05em}.ec__rating-val{font-weight:700;color:var(--ink)}.ec__desc{font-family:Manrope,sans-serif;font-size:.85rem;color:#64748b;line-height:1.6;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ec__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto}.ec__price-from{font-family:Manrope,sans-serif;font-size:.7rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.ec__price{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:800;color:var(--forest);white-space:nowrap}.ec__price-pp{font-size:.72rem;font-weight:400;color:#94a3b8}.ec__participants{font-family:Manrope,sans-serif;font-size:.75rem;color:#94a3b8;white-space:nowrap}.ec__cta{display:inline-flex;align-items:center;gap:.3rem;background:var(--turquoise);color:#fff;font-family:Manrope,sans-serif;font-size:.82rem;font-weight:700;padding:.55rem 1.1rem;border-radius:100px;text-decoration:none;white-space:nowrap;transition:background .2s,gap .2s;flex-shrink:0}.ec__cta:hover{background:var(--turquoise-dark);gap:.5rem}.ec__cta-arrow{transition:transform .2s}.ec:hover .ec__cta-arrow{transform:translate(3px)}.ec[data-hidden=true]{display:none}.map-section{background:var(--sand);padding:4rem 0 0;margin-top:3rem}.map-header{text-align:center;padding:0 1.5rem 2.5rem}.map-label{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--turquoise);margin-bottom:.75rem}.map-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:var(--ink)}#exp-map{height:400px;width:100%}
