/* Global page layout for pages that render the shared footer. */
:root{
  --footer-shell-bg: linear-gradient(180deg, rgba(5, 22, 44, 0.70) 0%, rgba(3, 14, 30, 0.80) 100%);
}

body:has(footer.site-footer-2026.travel-footer){
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

body:has(footer.site-footer-2026.travel-footer) > #journey-bg-zone,
body:has(footer.site-footer-2026.travel-footer) > #footer-placeholder,
body:has(footer.site-footer-2026.travel-footer) > footer.site-footer-2026.travel-footer{
  margin-top:auto;
}

#footer-placeholder{
  display:block;
  min-height:0;
  width:100%;
  margin:0;
  padding:0;
}

#footer-placeholder.wavy-ribbons{
  background-color:transparent;
}

body:not(.page-home) #footer-placeholder.wavy-ribbons{
  background: var(--footer-shell-bg);
}

body:not(.page-home) .site-footer-2026.travel-footer{
  margin:0;
  background:transparent !important;
}

body.page-home .site-footer-2026.travel-footer{
  margin:0;
}

body.page-home .site-footer-2026.travel-footer::before{
  background:none;
}

.site-footer-2026.travel-footer{
  --bg:transparent;
  --text:rgba(255,255,255,.88);
  --muted:rgba(255,255,255,.64);
  --link:rgba(255,255,255,.82);
  position:relative;
  width:100%;
  margin:120px 0 0;
  color:var(--text);
  background:transparent !important;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
  border-top:1px solid rgba(255,255,255,.22) !important;
  overflow:hidden;
  border-radius:0;
  font-family:'Figtree', var(--site-font-fallback);
  font-weight:400;
}

.site-footer-2026.travel-footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:var(--footer-shell-bg);
}

.site-footer-2026.travel-footer .travel-footer__inner{
  position:relative;
  z-index:1;
  max-width:1200px;
  margin:0 auto;
  padding:60px 24px 24px;
  background:transparent !important;
}

.site-footer-2026.travel-footer .travel-footer__grid{
  display:grid;
  grid-template-columns:1.8fr 1fr 1fr 1fr;
  gap:40px;
  padding-bottom:30px;
  background:transparent !important;
}

.footer-brand{
  max-width:360px;
}

.footer-logo{
  display:block;
  color:#fff;
  text-decoration:none;
  font-size:20px;
  font-weight:600;
  margin-bottom:14px;
}

.footer-text{
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
  margin:0 0 20px;
}

.footer-contact{
  margin-top:16px;
}

.footer-contact p{
  margin:6px 0;
  font-size:13px;
  color:var(--muted);
  line-height:1.55;
}

.footer-contact .footer-label{
  color:rgba(255,255,255,.88);
  font-weight:400;
}

.footer-col h3{
  font-size:13px;
  color:#fff;
  margin:0 0 16px;
  text-transform:uppercase;
  letter-spacing:0.08em;
}

.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-col li{
  margin-bottom:12px;
}

.site-footer-2026 a{
  color:var(--link);
  text-decoration:none;
  font-size:14px;
  font-weight:400;
}

.site-footer-2026 a:hover{
  color:#fff;
}

.footer-col .footer-contact a{
  color:var(--link);
}

.footer-col .footer-contact a:hover{
  color:#fff;
}

.footer-col .u-line{
  display:block;
  width:56px;
  height:3px;
  background:rgba(255,255,255,.35);
  border-radius:999px;
  margin-top:10px;
  position:relative;
  overflow:hidden;
}

.footer-col .u-line > span{
  width:16px;
  height:100%;
  background:#fff;
  border-radius:999px;
  position:absolute;
  top:0;
  left:-18px;
  animation:moving 2s linear infinite;
}

@keyframes moving{
  0%{ left:-18px; }
  100%{ left:100%; }
}

.site-footer-2026.travel-footer .footer-bottom{
  border-top:0 !important;
  position:relative;
  padding-top:18px;
  text-align:center;
  background:transparent !important;
}

.footer-bottom::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  transform:none;
  background:rgba(255,255,255,.18);
}

.site-footer-2026.travel-footer .footer-social{
  position:relative;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:16px 0 18px;
  flex-wrap:nowrap;
}

.footer-social::before,
.footer-social::after{
  content:"";
  position:absolute;
  left:0;
  width:100%;
  height:1px;
  transform:none;
  background:rgba(255,255,255,.18);
}

.footer-social::before{
  top:0;
}

.footer-social::after{
  bottom:0;
}

.footer-social-title{
  margin:0;
  white-space:nowrap;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:rgba(255,255,255,.9);
}

.footer-social-list{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:12px;
}

.footer-social-link{
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.45);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:rgba(255,255,255,.05);
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}

.footer-social-link svg{
  width:16px;
  height:16px;
  fill:currentColor;
}

.footer-social-link:hover{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.78);
  transform:translateY(-1px);
}

.footer-bottom p{
  margin:0;
  font-size:13px;
  color:rgba(255,255,255,.65);
  line-height:1.8;
}

.footer-bottom a{
  color:rgba(255,255,255,.65);
  text-decoration:none;
}

.footer-bottom a:hover{
  color:#fff;
}

.site-footer-2026 a:focus-visible{
  outline:2px solid rgba(255,255,255,.78);
  outline-offset:3px;
  border-radius:10px;
}
