.dest-hero{position:relative;width:100%;height:70vh;min-height:400px;max-height:600px;overflow:hidden}.dest-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:0;filter:brightness(.8);transform:none;animation:destHeroZoom 8s ease-out forwards}@keyframes destHeroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.dest-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,#0003,#00000026 40%,#0009)}.dest-hero-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;justify-content:space-between;padding:24px 40px 40px}.back-link{color:#ffffffd9;font-size:14px;text-decoration:none;display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;padding:6px 14px;border-radius:20px;background:#0000004d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.15);transition:background .2s}.back-link:hover{background:#00000080}.back-link:focus-visible{outline:2px solid #fbbf24;outline-offset:2px}.dest-label{font-size:11px;letter-spacing:3px;color:#ffffffa6;text-transform:uppercase;margin:0 0 2px;animation:destFadeUp .8s ease .3s both}.dest-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:800;color:#fff;line-height:1;margin:0 0 10px;text-shadow:0 2px 20px rgba(0,0,0,.4);animation:destFadeUp .8s ease .5s both}.dest-subtitle{font-size:clamp(.9rem,2vw,1.1rem);color:#ffffffbf;margin:0;animation:destFadeUp .8s ease .7s both}@keyframes destFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.dest-hero-img,.dest-label,.dest-title,.dest-subtitle{animation:none}}@media (max-width: 768px){.dest-hero{height:40vh;min-height:220px}.dest-hero-content{padding:16px 20px 28px}}@media (max-width: 480px){.dest-hero{height:35vh;min-height:200px}.dest-label{margin-bottom:1px;font-size:10px;letter-spacing:2px}.dest-title{font-size:2rem}}
