.trek-skeleton{width:100%;min-height:100vh;background:#fff}.trek-skeleton__hero{position:relative;width:100%;height:500px;background:#f0f0f0;margin-bottom:2rem}.skeleton-hero-image{width:100%;height:100%}.trek-skeleton__hero-content{position:absolute;bottom:2rem;left:2rem;max-width:600px}.trek-skeleton__content{max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 350px;grid-gap:2rem;gap:2rem}.trek-skeleton__main{display:flex;flex-direction:column;gap:2rem}.trek-skeleton__sidebar{position:-webkit-sticky;position:sticky;top:100px;height:-moz-fit-content;height:fit-content}.skeleton-section{margin-bottom:2rem}.skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0,#e0e0e0 20%,#f0f0f0 40%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-title{width:60%;height:48px;margin-bottom:1rem}.skeleton-subtitle{width:40%;height:24px;margin-bottom:.5rem}.skeleton-text{width:80%;height:20px}.skeleton-heading{width:200px;height:32px;margin-bottom:1rem}.skeleton-text-block{width:100%;height:80px;margin-bottom:1rem}.skeleton-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.skeleton-gallery-item{width:100%;height:200px}.skeleton-itinerary-item{width:100%;height:120px;margin-bottom:1rem}.skeleton-sidebar-card{width:100%;height:600px}@media (max-width:1024px){.trek-skeleton__content{grid-template-columns:1fr}.trek-skeleton__sidebar{position:relative;top:0}}@media (max-width:768px){.trek-skeleton__hero{height:300px}.trek-skeleton__hero-content{left:1rem;bottom:1rem}.trek-skeleton__content{padding:1rem}.skeleton-gallery{grid-template-columns:1fr}}