/* One continuous blue-to-white-to-pink atmosphere across every page. */
body{background:linear-gradient(112deg,#dceeff 0%,#f3f9ff 24%,#fff 47%,#fffafd 62%,#fce0ef 100%);background-attachment:fixed}
.hero,.page-hero,.closing,.route-section,.counter{background:transparent}
.site-header{background:rgba(255,255,255,.83)}
.section-nav{background:rgba(255,255,255,.35)}
.route-panel,.regulation-status{background:rgba(255,255,255,.68)}
.info-grid article,.destination-card,.resource-strip,.general-facts{background:rgba(255,255,255,.48)}
.destination-card:hover{background:rgba(255,240,247,.88)}
.gallery-controls{background:rgba(255,255,255,.76)}
.hero h1{font-size:clamp(44px,5.4vw,78px);line-height:1.04}
