.map__marker{height:2rem;width:2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:3px solid #ffffff;border-radius:50%;cursor:pointer;transform:translate(-50%,-50%);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(59,130,246,.4);position:relative}.map__marker:hover{height:2.5rem;width:2.5rem;box-shadow:0 8px 24px rgba(59,130,246,.6);transform:translate(-50%,-50%) scale(1.05)}.map__marker:after{content:"";top:50%;width:8px;height:8px;background:white;border-radius:50%}.map__instructions,.map__marker:after{position:absolute;left:50%;transform:translate(-50%,-50%)}.map__instructions{top:10%;padding:1.5rem 2rem;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);font-weight:500;color:#1f2937;border:1px solid rgba(255,255,255,.2)}.map-container{position:relative;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.main-map{width:100%;object-fit:cover;object-position:bottom;height:auto;transition:filter .3s ease}.region{cursor:pointer;position:absolute;top:55%;width:55%;height:auto;z-index:5;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:8px;overflow:hidden}.region:hover{transform:scale(1.02)}.regions-container{position:absolute;height:60vw;width:100vw}.region-hover{display:block;z-index:3}.region-size-1{width:55%;height:55%;z-index:3}.region-size-2{width:55%;height:55%;z-index:2}.navigation{position:absolute;top:2rem;right:2rem;display:flex;gap:.5rem;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);padding:.5rem;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2)}.navigation button{background:linear-gradient(135deg,#ffffff,#f8fafc);color:#374151;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.navigation button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.navigation button:hover:before{left:100%}.navigation button:hover{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;transform:translateY(-2px);box-shadow:0 8px 24px rgba(59,130,246,.4);border-color:#3b82f6}.navigation button:active{transform:translateY(0);box-shadow:0 4px 12px rgba(59,130,246,.3)}.navigation button.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;box-shadow:0 4px 12px rgba(59,130,246,.4)}.body-no-scroll{overflow:hidden}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);z-index:50;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:white;border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,.25);max-width:90vw;max-height:90vh;overflow-y:auto;position:relative;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,.1);border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.modal-close:hover{background:rgba(0,0,0,.2);transform:scale(1.1)}.legend-container{position:absolute;top:2rem;left:2rem;display:flex;flex-direction:column;align-items:flex-start;z-index:15;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);max-width:300px;min-width:250px}.legend-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-align:center;width:100%;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.legend-item{display:flex;align-items:center;width:100%;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin-bottom:.5rem;position:relative;overflow:hidden}.legend-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);transition:left .3s}.legend-item:hover:before{left:100%}.legend-item:hover{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);transform:translateX(4px);box-shadow:0 4px 12px rgba(59,130,246,.15)}.legend-item.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;box-shadow:0 4px 12px rgba(59,130,246,.4)}.legend-item.active span{color:white}.legend-item img{width:40px;height:40px;margin-right:.75rem;border-radius:6px;transition:transform .2s ease}.legend-item:hover img{transform:scale(1.1)}.legend-item span{font-size:1rem;font-weight:500;color:#374151;transition:color .2s ease}.trail-container{position:absolute;width:100%;height:50vw;pointer-events:none}.trail{width:100vw;height:auto;opacity:.7;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.trail.highlighted{opacity:1;filter:drop-shadow(0 4px 8px rgba(255,215,0,.3))}.trail.highlighted path{stroke:#ffd700!important;stroke-width:5!important;animation:trailPulse 2s infinite}@keyframes trailPulse{0%,to{opacity:1}50%{opacity:.7}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px}.loading-spinner{width:3rem;height:3rem;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{font-size:1.125rem;font-weight:500;color:#6b7280;text-align:center}.circle-container{position:absolute;height:70vw;width:100vw;pointer-events:none}.circle-container .map__marker{pointer-events:auto}@media (max-width:768px){.navigation{top:1rem;right:1rem;flex-direction:column;width:auto}.navigation button{padding:.5rem 1rem;font-size:.75rem}.legend-container{left:1rem;top:1rem;max-width:250px;min-width:200px}.legend-title{font-size:1.25rem}.legend-item span{font-size:.875rem}.map__marker{height:1.5rem;width:1.5rem}.map__marker:hover{height:1.75rem;width:1.75rem}}@media (max-width:1024px){.legend-container{position:relative;left:auto;top:auto;margin:1rem;max-width:none;min-width:auto}}@media (max-width:480px){.navigation{position:relative;top:auto;right:auto;margin:1rem;justify-content:center}.modal-content{margin:1rem;max-width:calc(100vw - 2rem)}}.content-section{background:transparent;padding:2rem;margin:2rem auto}.content-section h2,.content-section h3,.content-section h5{color:#1f2937;margin-bottom:1rem}.content-section img{border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1);transition:transform .3s ease}.content-section img:hover{transform:scale(1.02)}.alpine-falls-content{position:relative}.destinations-section{padding:2rem 0;margin:2rem 0}.alpine-falls-content .content-section .text-gray-700{font-size:1.125rem;line-height:1.75;color:#4b5563;text-align:center;max-width:800px;margin:0 auto}.alpine-falls-content .content-section .text-gray-700 p{margin-bottom:1.5rem}.alpine-falls-content .content-section .text-gray-700 p:last-child{margin-bottom:0}@media (max-width:768px){.destinations-section{padding:1.5rem 0;margin:1.5rem 0}.alpine-falls-content .content-section .text-gray-700{font-size:1rem;line-height:1.6}}@media (max-width:480px){.destinations-section{padding:1rem 0;margin:1rem 0}}