/* Sky Travel interactive world globe — scoped for Turie */
.voyager-pro {
  --vp-primary: #f7921f;
  --vp-heading: #141414;
  --vp-text: #535b5f;
  --vp-white: #ffffff;
  --vp-script: "Montez", cursive;
  --vp-font: "Manrope", sans-serif;
  font-family: var(--vp-font);
  background: linear-gradient(180deg, #f7f5f2 0%, #efe8dc 100%);
  padding: 92px 0;
  position: relative;
  overflow: hidden;
}
.voyager-pro .vp-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.voyager-pro .vp-plane {
  position: absolute;
  color: rgba(247, 146, 31, 0.18);
  animation: vp-plane-float 6s ease-in-out infinite;
}
.voyager-pro .vp-plane i { font-size: inherit; }
.voyager-pro .vp-plane--top { left: 54%; top: 24px; font-size: 72px; animation-delay: 0.8s; }
.voyager-pro .vp-plane--right { right: 78px; top: 182px; font-size: 64px; animation-delay: 1.4s; }
.voyager-pro .vp-float {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
  will-change: transform;
  -webkit-animation: vpBobY 2.6s ease-in-out infinite alternate !important;
  animation: vpBobY 2.6s ease-in-out infinite alternate !important;
}
.voyager-pro .vp-float img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  filter: drop-shadow(0 10px 16px rgba(20, 20, 20, 0.18));
}
.voyager-pro .vp-float-craft {
  left: 18px;
  top: 96px;
  width: min(28vw, 240px);
  -webkit-animation-duration: 2.4s;
  animation-duration: 2.4s;
}
.voyager-pro .vp-float-parachute {
  top: 12%;
  right: 3%;
  width: 88px;
  -webkit-animation-duration: 3.2s;
  animation-duration: 3.2s;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes vpBobY {
  from { -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); }
  to { -webkit-transform: translate3d(0, -24px, 0); transform: translate3d(0, -24px, 0); }
}
@keyframes vpBobY {
  from { transform: translate3d(0, 20px, 0); }
  to { transform: translate3d(0, -24px, 0); }
}
.voyager-pro .vp-curve {
  position: absolute;
  border-top: 2px dashed rgba(20, 20, 20, 0.14);
  border-radius: 999px;
}
.voyager-pro .vp-curve--left { left: 28px; top: 190px; width: 230px; height: 75px; }
.voyager-pro .vp-curve--right { right: 30px; top: 186px; width: 246px; height: 80px; }
@keyframes vp-plane-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.voyager-pro .vp-balloon {
  position: absolute;
  height: auto;
  max-width: none;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
  filter: drop-shadow(0 10px 14px rgba(20, 20, 20, 0.18));
}
.voyager-pro .vp-balloon.b {
  top: 52%;
  left: 1%;
  width: 66px;
  animation: vpBalloonBob 4.6s ease-in-out infinite reverse;
  animation-delay: -1.4s;
}
.voyager-pro .vp-fly {
  position: absolute;
  z-index: 1;
  color: var(--vp-primary);
  pointer-events: none;
  filter: drop-shadow(0 4px 6px rgba(20, 20, 20, 0.16));
}
.voyager-pro .vp-fly svg { display: block; width: 100%; height: auto; }
.voyager-pro .vp-fly.a {
  width: 56px;
  top: 16%;
  left: -10%;
  animation: vpFlyAcross 8s linear infinite;
}
.voyager-pro .vp-fly.b {
  width: 40px;
  top: 68%;
  left: -12%;
  color: var(--vp-heading);
  animation: vpFlyAcross 12s linear infinite;
  animation-delay: -4.5s;
}
.voyager-pro .vp-fly.c {
  width: 48px;
  top: 38%;
  left: -10%;
  animation: vpFlyAcrossRev 10s linear infinite;
  animation-delay: -2.5s;
}
@keyframes vpBalloonBob {
  0%, 100% { transform: translateY(26px) rotate(-4deg); }
  50% { transform: translateY(-58px) rotate(5deg); }
}
@keyframes vpFlyAcross {
  0% { transform: translate(-8vw, 0) rotate(-8deg); opacity: 0; }
  8% { opacity: 1; }
  50% { transform: translate(54vw, -22px) rotate(7deg); }
  92% { opacity: 1; }
  100% { transform: translate(112vw, 10px) rotate(-4deg); opacity: 0; }
}
@keyframes vpFlyAcrossRev {
  0% { transform: translate(110vw, 0) rotate(170deg) scaleX(-1); opacity: 0; }
  8% { opacity: 1; }
  100% { transform: translate(-14vw, -20px) rotate(190deg) scaleX(-1); opacity: 0; }
}
.voyager-pro .container,
.voyager-pro .vp-container { position: relative; z-index: 1; }
.voyager-pro .vp-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
.voyager-pro .eyebrow {
  display: inline-block;
  font-family: var(--vp-script);
  letter-spacing: 0;
  text-transform: none;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  color: var(--vp-primary);
  font-weight: 400;
  line-height: 1.2;
}
.voyager-pro .vp-head h2 {
  font-family: var(--vp-font);
  font-weight: 700;
  color: var(--vp-heading);
  margin: 8px 0 14px;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  letter-spacing: -0.04em;
  line-height: 1.22;
  text-transform: none;
  animation: vp-title-enter 0.9s ease-out both, vp-title-float 4s ease-in-out 1s infinite;
}
.voyager-pro .vp-head h2 em {
  font-family: var(--vp-script);
  font-style: italic;
  font-weight: 400;
  color: var(--vp-primary);
  animation: vp-em-sweep 2.8s ease-in-out 1.1s infinite;
}
.voyager-pro .vp-head .lede {
  margin: 0 auto;
  max-width: 640px;
  color: var(--vp-text);
  font-size: 16px;
  line-height: 1.67;
  animation: vp-text-reveal 1s ease-out 0.35s both;
}
.voyager-pro .vp-container {
  display: flex;
  gap: 34px;
  align-items: center;
}
.voyager-pro .vp-left { flex: 1; height: 520px; min-width: 0; }
.voyager-pro .vp-left canvas {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}
.voyager-pro .vp-right {
  flex: 1;
  min-width: 0;
  color: var(--vp-heading);
  display: flex;
  align-items: center;
  min-height: 420px;
}
.voyager-pro .vp-placeholder { opacity: 0.92; color: var(--vp-text); }
.voyager-pro .vp-placeholder h3 {
  margin: 0 0 8px;
  color: var(--vp-heading);
  font-family: var(--vp-font);
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  font-weight: 700;
}
.voyager-pro .vp-placeholder p { margin: 0; }
.voyager-pro .vp-card {
  width: 100%;
  background: var(--vp-white);
  border-radius: 20px;
  padding: 18px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 14px 30px rgba(20, 20, 20, 0.1);
}
.voyager-pro .vp-hidden { display: none; }
.voyager-pro #vp-map {
  width: 100%;
  height: 220px;
  border-radius: 14px;
  margin-bottom: 15px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: #e8e4dc;
  z-index: 1;
}
.voyager-pro .vp-image-box {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid rgba(20, 20, 20, 0.08);
}
.voyager-pro .vp-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.voyager-pro #vp-title {
  margin: 0 0 5px;
  color: var(--vp-heading);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.voyager-pro #vp-desc {
  margin: 0;
  color: var(--vp-text);
  font-size: 15px;
  line-height: 1.6;
}
.voyager-pro .vp-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.voyager-pro .vp-copy { min-width: 0; }
.voyager-pro #vp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--vp-heading);
  color: var(--vp-white);
  border: 1px solid var(--vp-heading);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.voyager-pro #vp-btn:hover {
  background: var(--vp-primary);
  border-color: var(--vp-primary);
  color: var(--vp-white);
}
@keyframes vp-title-enter {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes vp-title-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
@keyframes vp-text-reveal {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes vp-em-sweep {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-1px); }
}

@media (prefers-reduced-motion: reduce) {
  .voyager-pro .vp-plane,
  .voyager-pro .vp-balloon,
  .voyager-pro .vp-fly,
  .voyager-pro .vp-float,
  .voyager-pro .vp-head h2,
  .voyager-pro .vp-head h2 em,
  .voyager-pro .vp-head .lede {
    -webkit-animation: none !important;
    animation: none !important;
  }
}

@media (max-width: 1020px) {
  .voyager-pro { padding: 64px 0; }
  .voyager-pro .vp-container { flex-direction: column; gap: 16px; }
  .voyager-pro .vp-plane,
  .voyager-pro .vp-curve { display: none; }
  .voyager-pro .vp-float-craft { left: 8px; top: 72px; width: 140px; }
  .voyager-pro .vp-float-parachute { width: 58px; }
  .voyager-pro .vp-balloon.b { width: 46px; }
  .voyager-pro .vp-fly.a { width: 42px; }
  .voyager-pro .vp-fly.b { width: 32px; }
  .voyager-pro .vp-fly.c { width: 36px; }
  .voyager-pro .vp-left { width: 100%; height: min(58vw, 360px); }
  .voyager-pro .vp-right { width: 100%; min-height: 0; }
  .voyager-pro .vp-placeholder { width: 100%; text-align: center; }
}

@media (max-width: 640px) {
  .voyager-pro { padding: 48px 0 40px; }
  .voyager-pro .vp-left { height: min(62vw, 280px); }
  .voyager-pro .vp-info { flex-direction: column; align-items: stretch; }
  .voyager-pro #vp-btn { width: 100%; }
}
