/* =========================================================
   VELARÉ VOYAGES — WEEKLY LIMITED DESTINATION EXPERIENCE
   ========================================================= */

.packages-globe-page,
.globe-page-only {
  background: #030303;
}

/* Packages page header: navigation only, with no shared internal-page hero. */
.packages-header {
  min-height: 0 !important;
  background: #050505 !important;
  background-image: none !important;
}

.packages-header::before,
.packages-header::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.packages-header .site-nav {
  min-height: 96px;
}

.globe-section {
  position: relative;
  min-height: 700px;
  padding: 3.35rem 1.5rem 5rem;
  overflow: hidden;
  isolation: isolate;
  background: #020203;
}

.globe-section .space-bg {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 50% 32%, rgba(35, 49, 65, .20), transparent 29%),
    radial-gradient(ellipse at 30% 18%, rgba(48, 58, 69, .10), transparent 42%),
    radial-gradient(ellipse at 72% 72%, rgba(24, 52, 82, .10), transparent 45%),
    radial-gradient(circle at 50% 55%, rgba(212, 175, 55, .035), transparent 34%),
    linear-gradient(180deg, #020203 0%, #050508 48%, #020203 100%);
  pointer-events: none;
}


.focus-wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 43%, rgba(212, 175, 55, .12), transparent 22%),
    linear-gradient(180deg, transparent 22%, rgba(212, 175, 55, .035) 58%, transparent 82%);
  transition: opacity .8s ease;
}

.globe-section.is-city-focus .focus-wash {
  opacity: 1;
  animation: vv-focus-wash 1.35s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes vv-focus-wash {
  0% { opacity: 0; transform: scale(.92); }
  52% { opacity: 1; }
  100% { opacity: .55; transform: scale(1.08); }
}

.globe-section-header,
.globe-main-content,
.weekly-packages {
  position: relative;
  z-index: 5;
}

.globe-section-header,
.globe-main-content {
  pointer-events: none;
}

.globe-section-header {
  max-width: 820px;
  margin: 0 auto 1.3rem;
  text-align: center;
  transition: opacity .65s ease, transform .75s cubic-bezier(.16, 1, .3, 1);
}

.globe-section.is-city-focus .globe-section-header {
  opacity: .35;
  transform: translateY(-10px) scale(.985);
}

.weekly-kicker {
  margin: 0 0 .7rem;
  color: #d4af37;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.globe-section-header h1 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.7rem, 5.8vw, 4.9rem);
  line-height: .98;
  letter-spacing: .035em;
  background: linear-gradient(128deg, #b48a23 0%, #f6e8b6 28%, #d4af37 52%, #9b7418 76%, #e7cc76 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: globe-shimmer 5.5s linear infinite;
}

@keyframes globe-shimmer {
  to { background-position: 220% center; }
}

.globe-intro {
  max-width: 620px;
  margin: .9rem auto 0;
  color: #8b8b8b;
  font-size: .93rem;
  line-height: 1.7;
}

.weekly-meta {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  margin-top: 1.1rem;
  padding: .58rem .95rem;
  border: 1px solid rgba(212, 175, 55, .22);
  border-radius: 999px;
  background: rgba(212, 175, 55, .035);
  color: #b5b5b5;
  font-size: .72rem;
  letter-spacing: .045em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.globe-main-content {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.globe-stage-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: .35rem 0 1.25rem;
  transition: opacity .7s ease, transform .9s cubic-bezier(.16, 1, .3, 1), filter .8s ease;
}

.globe-section.is-collection-open .globe-stage-shell {
  opacity: 0;
  transform: translateY(-34px) scale(1.08);
  filter: none;
  pointer-events: none;
}

.globe-section.is-collection-open .globe-section-header {
  opacity: 0;
  transform: translateY(-24px) scale(.97);
  pointer-events: none;
}

.globe-section.is-collection-only .globe-section-header,
.globe-section.is-collection-only .globe-main-content {
  display: none;
}

.globe-section.is-collection-open {
  background:
    radial-gradient(circle at 50% 0%, rgba(212,175,55,.07), transparent 34%),
    linear-gradient(180deg, #030304 0%, #08080b 44%, #030304 100%);
}

.globe-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.globe-wrapper {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  height: 520px;
  perspective: 1200px;
  overflow: hidden;
  pointer-events: none;
}

#globe-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: grab;
  touch-action: none;
  overflow: hidden;
  background: #020203;
  transition: opacity .65s ease, filter .7s ease, transform .8s cubic-bezier(.16,1,.3,1);
}

#globe-canvas:active {
  cursor: grabbing;
}

/* Earth, stars and meteors share this single WebGL scene. */
#globe-canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  background: #020203 !important;
}

.globe-section.is-collection-open #globe-canvas {
  opacity: 0;
  filter: none;
  transform: scale(1.035);
  pointer-events: none;
}

.globe-stage-shell,
.globe-container,
.globe-wrapper {
  background: transparent !important;
}

.globe-loading {
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: opacity .7s ease;
}

.globe-loading.hidden {
  opacity: 0;
  pointer-events: none;
}

.loading-ring {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto .9rem;
  border: 1px solid rgba(212, 175, 55, .13);
  border-top-color: #d4af37;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(212,175,55,.06);
  animation: globe-spin 1.3s linear infinite;
}

.loading-ring::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(212, 175, 55, .1);
  border-bottom-color: rgba(245,226,164,.82);
  border-radius: 50%;
  animation: globe-spin .9s linear infinite reverse;
}

@keyframes globe-spin {
  to { transform: rotate(360deg); }
}

.globe-loading p {
  color: #d4af37;
  font-size: .64rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.city-prompt {
  display: inline-flex;
  pointer-events: none;
  align-items: center;
  gap: .75rem;
  margin: -.15rem auto 0;
  padding: .72rem 1rem;
  border: 1px solid rgba(212, 175, 55, .15);
  border-radius: 14px;
  background: rgba(10, 10, 12, .46);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #aaa;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  transition: opacity .55s ease, transform .65s cubic-bezier(.16,1,.3,1);
}

.globe-section.is-city-focus .city-prompt {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.city-prompt-dot {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid #e2bd4f;
  border-radius: 50%;
  background: rgba(212,175,55,.08);
  box-shadow: 0 0 0 6px rgba(212,175,55,.055), 0 0 22px rgba(212,175,55,.38);
}

.city-prompt-dot::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #efd06d;
  box-shadow: 0 0 12px rgba(212,175,55,.62);
}

.city-prompt strong,
.city-prompt span {
  display: block;
}

.city-prompt strong {
  margin-bottom: .15rem;
  color: #eee;
  font-family: 'Playfair Display', serif;
  font-size: .98rem;
  font-weight: 600;
}

.city-prompt span {
  color: #777;
  font-size: .7rem;
  line-height: 1.4;
}

.city-prompt::after {
  content: 'Drag the globe once to trace the world in gold';
  display: block;
  margin-left: .35rem;
  padding-left: .75rem;
  border-left: 1px solid rgba(212,175,55,.14);
  color: #8f7b43;
  font-size: .58rem;
  line-height: 1.45;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.marker-tooltip {
  position: fixed;
  z-index: 100;
  max-width: 220px;
  padding: .58rem .8rem;
  border: 1px solid rgba(212, 175, 55, .42);
  border-radius: 10px;
  background: rgba(8, 8, 11, .88);
  color: #ead184;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .52);
  /* Avoid live backdrop blur on package cards for smoother entry. */
  font-size: .72rem;
  line-height: 1.35;
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.marker-tooltip.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   DESTINATION REVEAL — GLASS COLLECTION
   ========================================================= */

.weekly-packages {
  width: min(100%, 1280px);
  min-height: 68vh;
  margin: 1rem auto 0;
  padding: clamp(1.5rem, 3.3vw, 2.8rem);
  border: 1px solid rgba(212, 175, 55, .16);
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(29, 29, 35, .62), rgba(4, 4, 7, .58)),
    radial-gradient(circle at 18% 0%, rgba(212,175,55,.055), transparent 30%);
  box-shadow:
    0 30px 90px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.055),
    inset 0 0 45px rgba(255,255,255,.012);
  /* Static layered glass surface: visually glassy without live full-screen backdrop blur. */
}

.weekly-packages[hidden] {
  display: none;
}

.weekly-packages.revealing {
  animation: glass-collection-reveal 1s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes glass-collection-reveal {
  0% { opacity: 0; transform: translateY(22px) scale(.985); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.glass-sheen {
  position: absolute;
  z-index: -1;
  inset: -30%;
  opacity: .38;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 37%, rgba(255,255,255,.07) 47%, transparent 56%);
  transform: translateX(-42%);
}

.weekly-packages.revealing .glass-sheen {
  opacity: .18;
  transform: translateX(18%);
}

.packages-heading {
  max-width: 760px;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.packages-heading h2 {
  margin: 0 0 .65rem;
  color: #f4f4f4;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.1rem, 4.3vw, 3.7rem);
  font-weight: 600;
  letter-spacing: .01em;
}

.packages-heading > p:last-child {
  margin: 0;
  color: #8a8a8a;
  font-size: .82rem;
  line-height: 1.7;
}

.package-tier {
  position: relative;
  padding: 1.35rem;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 22px;
  background: rgba(8, 8, 11, .34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.022);
}

.package-tier + .package-tier {
  margin-top: 2rem;
}

.package-tier-business {
  position: relative;
  margin-top: 2.4rem !important;
  border-color: rgba(212,175,55,.38);
  background:
    radial-gradient(circle at 50% 0%, rgba(212,175,55,.11), transparent 42%),
    linear-gradient(145deg, rgba(31,24,10,.56), rgba(8,7,5,.68));
  box-shadow: inset 0 1px 0 rgba(255,238,180,.05), 0 20px 55px rgba(0,0,0,.22);
}

.package-tier-business::before {
  content: 'BUSINESS CLASS COLLECTION';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: .34rem .7rem;
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 999px;
  background: #0a0906;
  color: #e2c664;
  font-size: .54rem;
  font-weight: 800;
  letter-spacing: .16em;
  white-space: nowrap;
}

.tier-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.065);
}

.tier-kicker {
  display: block;
  margin-bottom: .28rem;
  color: #797979;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.package-tier-business .tier-kicker {
  color: #b79537;
}

.tier-heading h3 {
  margin: 0;
  color: #f0f0f0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.45rem, 2.7vw, 2rem);
  font-weight: 600;
}

.tier-count {
  flex: 0 0 auto;
  padding: .43rem .68rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: #7e7e7e;
  font-size: .62rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.business-count {
  border-color: rgba(212,175,55,.22);
  background: rgba(212,175,55,.055);
  color: #c5a44a;
}

.business-intro {
  max-width: 670px;
  margin: -0.2rem auto 1.3rem;
  color: #897a5c;
  font-size: .75rem;
  line-height: 1.55;
  text-align: center;
}

.package-grid {
  display: grid;
  gap: 1.2rem;
}

.economy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.business-grid {
  grid-template-columns: minmax(0, 680px);
  justify-content: center;
}

.package-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(30, 30, 35, .52), rgba(8, 8, 11, .64));
  box-shadow: 0 18px 44px rgba(0, 0, 0, .27), inset 0 1px 0 rgba(255,255,255,.032);
  /* Avoid live backdrop blur on package cards for smoother entry. */
  transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .35s ease, box-shadow .35s ease;
}

.package-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212,175,55,.2);
  box-shadow: 0 24px 54px rgba(0,0,0,.38), 0 0 0 1px rgba(212,175,55,.03);
}

.business-grid .package-card {
  border-color: rgba(212,175,55,.30);
  background:
    linear-gradient(145deg, rgba(38, 31, 17, .38), rgba(8, 8, 10, .70));
  box-shadow: 0 24px 65px rgba(0,0,0,.40), 0 0 38px rgba(212,175,55,.04);
}

.package-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
  background: rgba(255,255,255,.012);
}

.package-edition {
  min-width: 0;
  color: #e7e7e7;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.package-cabin {
  flex: 0 0 auto;
  padding: .34rem .52rem;
  border: 1px solid rgba(212, 175, 55, .17);
  border-radius: 999px;
  background: rgba(212, 175, 55, .045);
  color: #c5a745;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.business-grid .package-cabin {
  border-color: rgba(212,175,55,.34);
  background: rgba(212,175,55,.09);
  color: #edcf71;
}

.package-artwork-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.package-artwork-button::after {
  content: 'VIEW FULL PACKAGE';
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  padding: .42rem .55rem;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  background: rgba(5,5,7,.66);
  color: rgba(255,255,255,.72);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  font-size: .48rem;
  font-weight: 700;
  letter-spacing: .11em;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .25s ease, transform .25s ease;
}

.package-artwork-button:hover::after,
.package-artwork-button:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.package-artwork {
  display: block;
  width: 100%;
  height: auto;
  background: #101010;
}

.package-card-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: .95rem 1rem 1.05rem;
}

.package-card-copy {
  min-width: 0;
}

.package-price {
  margin: 0 0 .18rem;
  color: #f5f5f5;
  font-family: 'Playfair Display', serif;
  font-size: 1.18rem;
  font-weight: 600;
}

.package-price small {
  color: #717171;
  font-family: 'Montserrat', sans-serif;
  font-size: .55rem;
  font-weight: 500;
  letter-spacing: .04em;
}

.business-grid .package-price {
  color: #ead184;
  font-size: 1.35rem;
}

.package-hotel {
  margin: 0;
  overflow: hidden;
  color: #747474;
  font-size: .64rem;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.package-enquire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: .68rem .78rem;
  border: 1px solid rgba(212, 175, 55, .24);
  border-radius: 10px;
  background: linear-gradient(135deg, #d7b33e, #b98e20);
  color: #050505;
  font-size: .60rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.package-enquire:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 10px 28px rgba(212, 175, 55, .18);
}

.collection-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.back-to-globe,
.plan-voyage-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: .68rem .9rem;
  border-radius: 10px;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.back-to-globe {
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.025);
  color: #888;
}

.plan-voyage-link {
  border: 1px solid rgba(212,175,55,.22);
  background: rgba(212,175,55,.055);
  color: #c6a747;
}

.packages-note {
  max-width: 760px;
  margin: 1.5rem auto 0;
  color: #555;
  font-size: .65rem;
  line-height: 1.55;
  text-align: center;
}

/* =========================================================
   ARTWORK LIGHTBOX
   ========================================================= */

.package-lightbox {
  width: min(92vw, 760px);
  max-height: 94vh;
  padding: 0;
  border: 1px solid rgba(212, 175, 55, .22);
  border-radius: 18px;
  background: rgba(8,8,10,.96);
  color: #fff;
  overflow: visible;
  box-shadow: 0 30px 90px rgba(0,0,0,.65);
}

.package-lightbox::backdrop {
  background: rgba(0, 0, 0, .88);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.lightbox-content {
  max-height: 92vh;
  overflow: auto;
  border-radius: inherit;
}

.lightbox-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.lightbox-close {
  position: absolute;
  z-index: 3;
  top: -14px;
  right: -14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(212, 175, 55, .45);
  border-radius: 50%;
  background: #080808;
  color: #d4af37;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1100px) {
  .globe-wrapper {
    height: 490px;
  }

  .economy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .globe-section {
    min-height: 650px;
    padding: 2.3rem .9rem 3.5rem;
  }

  .globe-section-header {
    margin-bottom: .8rem;
  }

  .weekly-kicker {
    font-size: .58rem;
  }

  .globe-intro {
    padding: 0 .4rem;
    font-size: .82rem;
  }

  .weekly-meta {
    gap: .5rem;
    padding: .5rem .72rem;
    font-size: .63rem;
  }

  .globe-stage-shell {
    padding: .6rem 0 1rem;
  }

  .globe-wrapper {
    height: min(102vw, 470px);
    min-height: 350px;
  }

  .city-prompt {
    max-width: calc(100% - 1rem);
    padding: .65rem .8rem;
  }

  .city-prompt::after {
    display: none;
  }

  .weekly-packages {
    margin-top: 1.35rem;
    padding: 1.05rem;
    border-radius: 22px;
  }

  .packages-heading {
    margin-bottom: 1.5rem;
  }

  .packages-heading > p:last-child {
    font-size: .74rem;
  }

  .package-tier {
    padding: .85rem;
    border-radius: 18px;
  }

  .tier-heading {
    align-items: center;
  }

  .tier-heading h3 {
    font-size: 1.45rem;
  }

  .economy-grid,
  .business-grid {
    grid-template-columns: 1fr;
  }

  .business-grid .package-card {
    max-width: 100%;
  }

  .package-card-topline,
  .package-card-footer {
    padding-left: .85rem;
    padding-right: .85rem;
  }

  .package-card-footer {
    grid-template-columns: 1fr;
  }

  .package-enquire {
    width: 100%;
  }

  .package-artwork-button::after {
    display: none;
  }

  .marker-tooltip {
    display: none;
  }
}

@media (max-width: 430px) {
  .globe-section {
    padding-left: .65rem;
    padding-right: .65rem;
  }

  .globe-wrapper {
    height: min(105vw, 420px);
    min-height: 325px;
  }

  .weekly-meta {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tier-count {
    font-size: .54rem;
  }

  .package-card-topline {
    align-items: flex-start;
  }

  .package-edition {
    font-size: .65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .globe-section *,
  .globe-section *::before,
  .globe-section *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* =========================================================
   CINEMATIC PACKAGE INTRO + SCROLL-REVEALED GLOBE — v18
   ========================================================= */

.packages-cinematic-page {
  position: relative;
  background: #020203;
}

.packages-intro-stage {
  --intro-progress: 0;
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(100svh - 96px);
  padding: clamp(3rem, 8vw, 7rem) 1.5rem;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 44%, rgba(212,175,55,.075), transparent 22%),
    radial-gradient(circle at 50% 55%, rgba(255,255,255,.018), transparent 34%),
    linear-gradient(180deg, #020203 0%, #050506 52%, #020203 100%);
}

.packages-intro-stage::before,
.packages-intro-stage::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.packages-intro-stage::before {
  opacity: .5;
  background-image:
    radial-gradient(circle at 11% 18%, rgba(255,255,255,.75) 0 1px, transparent 1.3px),
    radial-gradient(circle at 23% 67%, rgba(255,255,255,.46) 0 1px, transparent 1.25px),
    radial-gradient(circle at 36% 28%, rgba(212,175,55,.48) 0 1px, transparent 1.4px),
    radial-gradient(circle at 63% 18%, rgba(255,255,255,.48) 0 1px, transparent 1.2px),
    radial-gradient(circle at 78% 58%, rgba(255,255,255,.62) 0 1px, transparent 1.25px),
    radial-gradient(circle at 91% 31%, rgba(212,175,55,.42) 0 1px, transparent 1.3px),
    radial-gradient(circle at 72% 83%, rgba(255,255,255,.36) 0 1px, transparent 1.2px),
    radial-gradient(circle at 17% 87%, rgba(255,255,255,.42) 0 1px, transparent 1.2px);
}

.packages-intro-stage::after {
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,.055), transparent);
  transform: translateX(-115%);
  animation: vv-intro-sheen 7.5s 1.2s ease-in-out infinite;
}

@keyframes vv-intro-sheen {
  0%, 58% { transform: translateX(-115%); opacity: 0; }
  68% { opacity: .55; }
  82% { transform: translateX(115%); opacity: 0; }
  100% { transform: translateX(115%); opacity: 0; }
}

.packages-intro-glow {
  position: absolute;
  width: min(72vw, 850px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,.09), rgba(212,175,55,.018) 36%, transparent 67%);
  filter: blur(18px);
  animation: vv-intro-breathe 6.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes vv-intro-breathe {
  0%,100% { transform: scale(.94); opacity: .62; }
  50% { transform: scale(1.04); opacity: 1; }
}

.packages-intro-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 1160px);
  text-align: center;
  will-change: transform, opacity;
}

.intro-brand,
.intro-title,
.intro-city,
.intro-validity,
.intro-line {
  opacity: 0;
  transform: translateY(30px);
}

.packages-intro-stage.is-intro-ready .intro-brand { animation: vv-intro-item .9s .08s cubic-bezier(.16,1,.3,1) forwards; }
.packages-intro-stage.is-intro-ready h1 { animation: vv-intro-item 1.15s .22s cubic-bezier(.16,1,.3,1) forwards; }
.packages-intro-stage.is-intro-ready .intro-line { animation: vv-intro-line 1.05s .48s cubic-bezier(.16,1,.3,1) forwards; }
.packages-intro-stage.is-intro-ready .intro-city { animation: vv-intro-item 1s .62s cubic-bezier(.16,1,.3,1) forwards; }
.packages-intro-stage.is-intro-ready .intro-validity { animation: vv-intro-item .9s .78s cubic-bezier(.16,1,.3,1) forwards; }

@keyframes vv-intro-item {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes vv-intro-line {
  from { opacity: 0; transform: scaleX(.08); }
  to { opacity: 1; transform: scaleX(1); }
}

.intro-brand {
  margin: 0 0 1.15rem;
  color: #d7b958;
  font-size: clamp(.7rem, 1vw, .88rem);
  font-weight: 700;
  letter-spacing: .42em;
  text-transform: uppercase;
}

.packages-intro-stage h1 {
  margin: 0;
  color: #f4f0e7;
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.2rem, 8.9vw, 8.9rem);
  font-weight: 600;
  line-height: .88;
  letter-spacing: -.035em;
  text-shadow: 0 18px 70px rgba(0,0,0,.55);
}

.intro-line {
  display: block;
  width: min(240px, 42vw);
  height: 1px;
  margin: clamp(1.8rem, 4.2vw, 3.5rem) auto clamp(1.35rem, 3vw, 2.3rem);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, rgba(224,193,91,.92), transparent);
  box-shadow: 0 0 22px rgba(212,175,55,.17);
}

.intro-city {
  margin: 0;
  color: #d4af37;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.65rem, 3.8vw, 3.5rem);
  font-weight: 600;
  letter-spacing: .24em;
  text-indent: .24em;
  text-transform: uppercase;
}

.intro-validity {
  margin: 1.1rem 0 0;
  color: rgba(238,235,227,.58);
  font-size: clamp(.66rem, 1vw, .83rem);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.intro-validity strong {
  color: #eee8d9;
  font-weight: 600;
}

/* The globe scene itself is intentionally text-free outside of the 3D Earth. */
.globe-section.globe-cinematic-stage {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
  background: #020203;
}

.globe-cinematic-stage #globe-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(9vh) scale(.78);
  filter: blur(16px) brightness(.55);
  transform-origin: 50% 54%;
  transition:
    opacity 1.15s cubic-bezier(.16,1,.3,1),
    transform 1.55s cubic-bezier(.16,1,.3,1),
    filter 1.25s ease;
}

.globe-cinematic-stage.is-scroll-revealed #globe-canvas {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0) brightness(1);
}

.globe-cinematic-stage .globe-loading {
  top: 50%;
}

.globe-cinematic-stage:not(.is-scroll-revealed) .globe-loading {
  opacity: 0;
}

.globe-cinematic-stage.is-scroll-revealed .globe-loading:not(.hidden) {
  opacity: 1;
}

.globe-cinematic-stage .weekly-packages {
  position: relative;
  z-index: 15;
}

.globe-cinematic-stage.is-collection-open {
  height: auto;
  min-height: 100svh;
  overflow: visible;
  padding: clamp(5.5rem, 9vw, 8rem) 1.2rem 4rem !important;
}

.globe-cinematic-stage.is-collection-only #globe-canvas,
.globe-cinematic-stage.is-collection-only .globe-loading {
  display: none;
}

/* Performance-focused handoff from WebGL to the package collection. */
.globe-cinematic-stage.is-collection-open #globe-canvas {
  opacity: 0;
  transform: scale(1.015);
  filter: none !important;
  transition: opacity .22s ease, transform .22s ease !important;
}

.globe-cinematic-stage .weekly-packages.revealing {
  animation-duration: .46s;
}

/* Do not show legacy headings/prompts in the globe viewport even if cached HTML is mixed. */
.globe-cinematic-stage .globe-section-header,
.globe-cinematic-stage .globe-main-content,
.globe-cinematic-stage .city-prompt,
.globe-cinematic-stage .marker-tooltip {
  display: none !important;
}

@media (max-width: 900px) {
  .packages-intro-stage {
    min-height: calc(100svh - 82px);
    padding-inline: 1rem;
  }

  .packages-intro-stage h1 {
    font-size: clamp(3rem, 14vw, 6.1rem);
    line-height: .92;
  }

  .intro-city {
    font-size: clamp(1.45rem, 7vw, 2.4rem);
    letter-spacing: .2em;
    text-indent: .2em;
  }

  .intro-validity {
    max-width: 88vw;
    line-height: 1.7;
  }

  .globe-section.globe-cinematic-stage {
    min-height: 560px;
  }
}

@media (max-width: 520px) {
  .packages-intro-stage {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }

  .intro-brand {
    letter-spacing: .3em;
  }

  .packages-intro-stage h1 {
    font-size: clamp(3rem, 15vw, 4.75rem);
    max-width: 96vw;
  }

  .intro-line {
    margin-top: 1.8rem;
  }

  .intro-validity {
    font-size: .62rem;
    letter-spacing: .16em;
  }

  .globe-cinematic-stage #globe-canvas {
    transform-origin: 50% 50%;
    transform: translateY(7vh) scale(.82);
  }

  .globe-cinematic-stage.is-scroll-revealed #globe-canvas {
    transform: translateY(0) scale(1);
  }

  .globe-cinematic-stage.is-collection-open {
    padding-inline: .8rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .packages-intro-stage::after,
  .packages-intro-glow {
    animation: none !important;
  }

  .packages-intro-stage.is-intro-ready .intro-brand,
  .packages-intro-stage.is-intro-ready h1,
  .packages-intro-stage.is-intro-ready .intro-line,
  .packages-intro-stage.is-intro-ready .intro-city,
  .packages-intro-stage.is-intro-ready .intro-validity {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .globe-cinematic-stage #globe-canvas {
    transition-duration: .01ms !important;
  }
}

/* =========================================================
   PREMIUM EDITORIAL PACKAGE COLLECTION — v21
   ========================================================= */

.globe-cinematic-stage .premium-collection {
  width: min(100%, 1360px);
  min-height: 0;
  margin: 0 auto;
  padding: clamp(2rem, 4.6vw, 4.6rem);
  scroll-margin-top: 0;
  border: 1px solid rgba(212, 175, 55, .16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 0%, rgba(212,175,55,.075), transparent 25%),
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.025), transparent 22%),
    linear-gradient(155deg, rgba(16,16,19,.98), rgba(5,5,7,.99) 52%, rgba(9,8,6,.99));
  box-shadow:
    0 42px 120px rgba(0,0,0,.58),
    inset 0 1px 0 rgba(255,255,255,.055),
    inset 0 -1px 0 rgba(212,175,55,.035);
}

.premium-collection::before {
  content: '';
  position: absolute;
  inset: 10px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.025);
  border-radius: 25px;
  pointer-events: none;
}

.collection-ambient {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.collection-ambient::before,
.collection-ambient::after {
  content: '';
  position: absolute;
  width: 46vw;
  height: 46vw;
  max-width: 680px;
  max-height: 680px;
  border-radius: 50%;
  filter: blur(2px);
}

.collection-ambient::before {
  top: -28vw;
  left: -18vw;
  background: radial-gradient(circle, rgba(212,175,55,.10), rgba(212,175,55,0) 68%);
}

.collection-ambient::after {
  right: -24vw;
  bottom: -30vw;
  background: radial-gradient(circle, rgba(120,135,160,.045), rgba(0,0,0,0) 70%);
}

.collection-masthead {
  position: relative;
  margin: 0 0 clamp(2.8rem, 5vw, 4.6rem);
}

.collection-overline {
  margin: 0 0 1.15rem;
  color: #b9973d;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.collection-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}

.collection-title-row h2 {
  margin: 0;
  color: #f3efe5;
  font-family: 'Playfair Display', serif;
  font-size: clamp(4.4rem, 10vw, 9.2rem);
  font-weight: 500;
  line-height: .78;
  letter-spacing: -.045em;
}

.collection-date-lockup {
  display: grid;
  gap: .32rem;
  min-width: 190px;
  padding-bottom: .25rem;
  text-align: right;
}

.collection-date-lockup span {
  color: #6f6f70;
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.collection-date-lockup strong {
  color: #d7c58e;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 500;
}

.collection-rule {
  display: flex;
  align-items: center;
  gap: .8rem;
  width: 100%;
  height: 1px;
  margin: 1.55rem 0 1.2rem;
  background: linear-gradient(90deg, rgba(212,175,55,.58), rgba(212,175,55,.12) 28%, rgba(255,255,255,.045) 72%, transparent);
}

.collection-rule span {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(212,175,55,.7);
  border-radius: 50%;
  background: #0a0907;
  box-shadow: 0 0 16px rgba(212,175,55,.25);
}

.collection-deck {
  max-width: 690px;
  margin: 0;
  color: #858486;
  font-size: .82rem;
  line-height: 1.75;
}

.premium-collection .package-tier {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.premium-collection .package-tier + .package-tier {
  margin-top: clamp(4rem, 7vw, 6.4rem);
}

.premium-collection .editorial-tier-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.2rem;
  margin: 0 0 1.7rem;
  padding: 0 0 1.15rem;
  border-bottom: 1px solid rgba(255,255,255,.075);
}

.premium-collection .tier-number {
  color: rgba(212,175,55,.55);
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 1;
}

.premium-collection .tier-title-block {
  min-width: 0;
}

.premium-collection .tier-kicker {
  margin: 0 0 .35rem;
  color: #716f6a;
  font-size: .53rem;
  letter-spacing: .23em;
}

.premium-collection .tier-heading h3 {
  margin: 0;
  color: #ebe8df;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 3.2vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -.018em;
}

.premium-collection .tier-count {
  align-self: center;
  padding: .48rem .72rem;
  border-color: rgba(212,175,55,.12);
  background: rgba(212,175,55,.035);
  color: #918265;
  font-size: .54rem;
  letter-spacing: .12em;
}

.premium-collection .economy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.55rem);
}

.premium-package-card {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform .4s cubic-bezier(.16,1,.3,1);
}

.premium-package-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: none;
}

.package-card-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(22,22,25,.90), rgba(7,7,9,.96));
  box-shadow:
    0 24px 65px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.035);
  transition: border-color .35s ease, box-shadow .35s ease;
}

.premium-package-card:hover .package-card-frame {
  border-color: rgba(212,175,55,.22);
  box-shadow:
    0 32px 80px rgba(0,0,0,.42),
    0 0 0 1px rgba(212,175,55,.025),
    inset 0 1px 0 rgba(255,255,255,.045);
}

.package-artwork-wrap {
  position: relative;
  overflow: hidden;
  background: #090909;
}

.premium-collection .package-artwork-button {
  overflow: hidden;
}

.premium-collection .package-artwork {
  transition: transform .75s cubic-bezier(.16,1,.3,1), filter .45s ease;
}

.premium-package-card:hover .package-artwork {
  transform: scale(1.018);
  filter: brightness(1.025);
}

.package-image-tag {
  position: absolute;
  top: .85rem;
  left: .85rem;
  z-index: 2;
  padding: .38rem .55rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(5,5,7,.80);
  color: rgba(255,255,255,.70);
  font-size: .48rem;
  font-weight: 700;
  letter-spacing: .14em;
  pointer-events: none;
}

.premium-collection .package-artwork-button::after {
  right: .85rem;
  bottom: .85rem;
  border-color: rgba(212,175,55,.20);
  border-radius: 999px;
  background: rgba(4,4,6,.82);
  color: #c9b875;
  letter-spacing: .12em;
}

.package-card-details {
  display: grid;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1.3rem;
}

.premium-collection .package-card-topline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: .85rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.package-number {
  padding-top: .18rem;
  color: rgba(212,175,55,.44);
  font-family: 'Playfair Display', serif;
  font-size: .88rem;
}

.package-heading-block {
  min-width: 0;
}

.premium-collection .package-cabin {
  display: block;
  width: max-content;
  margin: 0 0 .38rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8f7a41;
  font-size: .50rem;
  letter-spacing: .17em;
}

.premium-collection .package-edition {
  margin: 0;
  color: #f0ede5;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.35rem, 2.1vw, 1.7rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.015em;
  text-transform: none;
}

.premium-collection .package-hotel {
  margin: 0;
  color: #77767a;
  font-size: .66rem;
  line-height: 1.55;
  white-space: normal;
  text-overflow: clip;
}

.premium-collection .package-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255,255,255,.06);
}

.package-price-label {
  display: block;
  margin: 0 0 .20rem;
  color: #646368;
  font-size: .48rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.premium-collection .package-price {
  margin: 0;
  color: #f1eee6;
  font-size: 1.38rem;
  font-weight: 500;
}

.premium-collection .package-price small {
  color: #69686b;
  font-size: .48rem;
}

.premium-collection .package-enquire {
  gap: .55rem;
  min-height: 40px;
  padding: .64rem .8rem;
  border-color: rgba(212,175,55,.24);
  border-radius: 999px;
  background: transparent;
  color: #cdb66b;
  font-size: .55rem;
  letter-spacing: .12em;
}

.premium-collection .package-enquire b {
  font-size: .75rem;
  font-weight: 400;
  transition: transform .25s ease;
}

.premium-collection .package-enquire:hover {
  background: #cfad42;
  color: #080806;
  box-shadow: 0 10px 32px rgba(212,175,55,.12);
}

.premium-collection .package-enquire:hover b {
  transform: translate(2px, -2px);
}

/* Business class is deliberately presented as one flagship editorial feature. */
.premium-collection .package-tier-business {
  margin-top: clamp(4.5rem, 8vw, 7rem) !important;
  padding: clamp(1.35rem, 2.6vw, 2.2rem);
  border: 1px solid rgba(212,175,55,.25);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 0%, rgba(212,175,55,.11), transparent 34%),
    linear-gradient(145deg, rgba(23,19,12,.62), rgba(7,7,8,.74));
  box-shadow: inset 0 1px 0 rgba(255,238,180,.04), 0 28px 80px rgba(0,0,0,.24);
}

.premium-collection .package-tier-business::before {
  content: none;
}

.premium-collection .business-tier-heading {
  border-bottom-color: rgba(212,175,55,.16);
}

.premium-collection .business-tier-heading .tier-number,
.premium-collection .package-tier-business .tier-kicker {
  color: #c8a64a;
}

.premium-collection .business-intro {
  max-width: 700px;
  margin: -0.2rem 0 1.6rem 2.4rem;
  color: #8d8063;
  font-size: .74rem;
  text-align: left;
}

.premium-collection .business-grid {
  display: block;
}

.premium-collection .business-grid .premium-package-card {
  max-width: none;
}

.premium-collection .business-grid .package-card-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr);
  align-items: stretch;
  overflow: hidden;
  border-color: rgba(212,175,55,.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(212,175,55,.09), transparent 32%),
    linear-gradient(145deg, rgba(26,22,14,.58), rgba(7,7,8,.92));
}

.premium-collection .business-grid .package-artwork-wrap,
.premium-collection .business-grid .package-artwork-button,
.premium-collection .business-grid .package-artwork {
  height: 100%;
}

.premium-collection .business-grid .package-artwork {
  object-fit: cover;
}

.premium-collection .business-grid .package-card-details {
  align-content: center;
  padding: clamp(1.8rem, 4vw, 3.2rem);
  border-left: 1px solid rgba(212,175,55,.14);
}

.premium-collection .business-grid .package-number {
  color: rgba(212,175,55,.60);
  font-size: 1rem;
}

.premium-collection .business-grid .package-cabin {
  color: #d0b45e;
}

.premium-collection .business-grid .package-edition {
  color: #f2e7c7;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: .96;
}

.premium-collection .business-grid .package-hotel {
  max-width: 360px;
  color: #9d9278;
  font-size: .72rem;
}

.premium-collection .business-grid .package-price {
  color: #ecd17b;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.premium-collection .business-grid .package-enquire {
  border-color: rgba(212,175,55,.46);
  background: linear-gradient(135deg, #d6b548, #a98221);
  color: #080706;
}

.premium-collection .business-grid .package-enquire:hover {
  filter: brightness(1.06);
}

.premium-collection .business-grid .package-image-tag {
  border-color: rgba(212,175,55,.30);
  background: rgba(11,9,5,.84);
  color: #dbc36f;
}

.premium-collection .collection-actions {
  margin-top: clamp(3.6rem, 6vw, 5.5rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.055);
}

.premium-collection .back-to-globe,
.premium-collection .plan-voyage-link {
  min-height: 44px;
  padding: .72rem 1.05rem;
  border-radius: 999px;
  letter-spacing: .12em;
}

.premium-collection .back-to-globe {
  background: transparent;
  color: #817f7b;
}

.premium-collection .plan-voyage-link {
  border-color: rgba(212,175,55,.26);
  background: rgba(212,175,55,.055);
  color: #c7ae62;
}

.premium-collection .packages-note {
  max-width: 720px;
  margin: 1.25rem auto 0;
  color: #555457;
  font-size: .58rem;
  line-height: 1.7;
  text-align: center;
}

/* Lightweight stagger: opacity + transform only, no blur or backdrop work. */
.globe-cinematic-stage .premium-collection.revealing .collection-masthead {
  animation: vv-premium-rise .55s .02s cubic-bezier(.16,1,.3,1) both;
}

.globe-cinematic-stage .premium-collection.revealing .package-tier-economy {
  animation: vv-premium-rise .58s .08s cubic-bezier(.16,1,.3,1) both;
}

.globe-cinematic-stage .premium-collection.revealing .package-tier-business {
  animation: vv-premium-rise .62s .15s cubic-bezier(.16,1,.3,1) both;
}

@keyframes vv-premium-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* The globe-to-collection smooth scroll remains, but WebGL has already paused. */
.globe-cinematic-stage.is-collection-open {
  padding-top: clamp(1.2rem, 3vw, 2.2rem) !important;
}

.globe-cinematic-stage .premium-collection.revealing {
  animation: glass-collection-reveal .42s cubic-bezier(.16,1,.3,1) both;
}

@media (max-width: 980px) {
  .premium-collection .economy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-collection .economy-grid .package-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 520px);
    justify-self: center;
  }

  .premium-collection .business-grid .package-card-frame {
    grid-template-columns: 1fr;
  }

  .premium-collection .business-grid .package-card-details {
    border-top: 1px solid rgba(212,175,55,.14);
    border-left: 0;
  }

  .premium-collection .business-grid .package-artwork,
  .premium-collection .business-grid .package-artwork-button,
  .premium-collection .business-grid .package-artwork-wrap {
    height: auto;
  }
}

@media (max-width: 680px) {
  .globe-cinematic-stage .premium-collection {
    padding: 1.15rem;
    border-radius: 24px;
  }

  .premium-collection::before {
    inset: 6px;
    border-radius: 18px;
  }

  .collection-masthead {
    margin-bottom: 2.6rem;
    padding: .45rem .25rem 0;
  }

  .collection-overline {
    font-size: .50rem;
    letter-spacing: .21em;
  }

  .collection-title-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .collection-title-row h2 {
    font-size: clamp(4.5rem, 23vw, 7rem);
  }

  .collection-date-lockup {
    min-width: 0;
    text-align: left;
  }

  .collection-deck {
    font-size: .75rem;
  }

  .premium-collection .editorial-tier-heading {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .premium-collection .tier-count {
    grid-column: 2;
    width: max-content;
    margin-top: .15rem;
  }

  .premium-collection .economy-grid {
    grid-template-columns: 1fr;
  }

  .premium-collection .economy-grid .package-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .premium-collection .package-card-frame {
    border-radius: 18px;
  }

  .package-card-details {
    padding: 1.05rem;
  }

  .premium-collection .package-card-footer {
    align-items: center;
  }

  .premium-collection .package-tier-business {
    padding: .8rem;
    border-radius: 21px;
  }

  .premium-collection .business-intro {
    margin: -.1rem 0 1.2rem 0;
    text-align: left;
  }

  .premium-collection .business-grid .package-card-frame {
    border-radius: 16px;
  }

  .premium-collection .business-grid .package-card-details {
    padding: 1.25rem 1.05rem 1.15rem;
  }

  .premium-collection .business-grid .package-edition {
    font-size: clamp(2.15rem, 12vw, 3rem);
  }

  .premium-collection .collection-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .premium-collection .back-to-globe,
  .premium-collection .plan-voyage-link {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .globe-cinematic-stage .premium-collection {
    padding: .85rem;
  }

  .collection-title-row h2 {
    font-size: clamp(4.1rem, 24vw, 6rem);
  }

  .premium-collection .package-card-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .premium-collection .package-enquire {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .globe-cinematic-stage .premium-collection.revealing .collection-masthead,
  .globe-cinematic-stage .premium-collection.revealing .package-tier-economy,
  .globe-cinematic-stage .premium-collection.revealing .package-tier-business {
    animation: none !important;
  }
}

/* =========================================================
   SCROLL-PERSISTENT GLOBE + MOBILE TIER CAROUSELS — v22
   ========================================================= */

/* The globe now lives in its own full-screen viewport. The package collection
   sits below it, so opening packages never destroys or hides the Earth scene. */
.globe-section.globe-cinematic-stage {
  height: auto;
  min-height: 100svh;
  overflow: visible;
  padding: 0 !important;
  background: #020203;
}

.globe-viewport {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background: #020203;
}

.globe-viewport .focus-wash {
  z-index: 2;
}

.globe-viewport #globe-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(5vh) scale(.88);
  filter: blur(7px) brightness(.62);
  transform-origin: 50% 52%;
  transition:
    opacity .95s cubic-bezier(.16,1,.3,1),
    transform 1.05s cubic-bezier(.16,1,.3,1),
    filter .9s ease;
}

.globe-viewport.is-scroll-visible #globe-canvas,
.globe-cinematic-stage.is-collection-open .globe-viewport.is-scroll-visible #globe-canvas {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0) brightness(1);
  pointer-events: auto;
}

.globe-viewport.is-scroll-away #globe-canvas {
  opacity: 0;
  transform: translateY(-3vh) scale(.94);
  filter: blur(5px) brightness(.72);
}

/* Instruction requested above the globe. It belongs to the viewport rather
   than the old content blocks, and participates in the same scroll reveal. */
.globe-scroll-instruction {
  position: absolute;
  top: clamp(1.15rem, 2.7vh, 2rem);
  left: 50%;
  z-index: 12;
  width: min(92vw, 560px);
  margin: 0;
  padding: .62rem 1rem;
  transform: translate(-50%, -12px);
  border: 1px solid rgba(212,175,55,.14);
  border-radius: 999px;
  background: rgba(7,7,9,.52);
  color: rgba(239,232,210,.72);
  font-size: clamp(.58rem, .9vw, .72rem);
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: opacity .7s ease .12s, transform .8s cubic-bezier(.16,1,.3,1) .08s;
}

.globe-viewport.is-scroll-visible .globe-scroll-instruction {
  opacity: 1;
  transform: translate(-50%, 0);
}

.globe-cinematic-stage.is-city-focus .globe-scroll-instruction,
.globe-viewport.is-scroll-away .globe-scroll-instruction {
  opacity: 0;
  transform: translate(-50%, -8px);
}

.globe-viewport .globe-loading {
  z-index: 14;
}

/* Opening the collection now expands below the globe instead of converting the
   globe section into a package-only screen. */
.globe-cinematic-stage.is-collection-open {
  min-height: 100svh;
  padding: 0 !important;
  overflow: visible;
  background: #020203;
}

.globe-cinematic-stage.is-collection-open #globe-canvas {
  filter: none !important;
}

.globe-cinematic-stage.is-collection-only #globe-canvas,
.globe-cinematic-stage.is-collection-only .globe-loading {
  display: block;
}

.globe-cinematic-stage .premium-collection {
  box-sizing: border-box;
  width: min(calc(100% - 2.4rem), 1360px);
  margin: clamp(1.1rem, 3vw, 2.2rem) auto clamp(3rem, 6vw, 5rem);
  scroll-margin-top: clamp(.75rem, 2vh, 1.5rem);
}

/* The globe renderer is paused only when this viewport has actually scrolled
   off-screen, so returning upward always restores the live Earth and its fade. */
.globe-viewport.is-scroll-visible {
  visibility: visible;
}

@media (max-width: 680px) {
  .globe-viewport {
    min-height: 560px;
  }

  .globe-scroll-instruction {
    top: 1rem;
    width: calc(100% - 2rem);
    padding: .56rem .8rem;
    font-size: .55rem;
    letter-spacing: .105em;
  }

  .globe-cinematic-stage .premium-collection {
    width: calc(100% - 1rem);
    margin-top: .7rem;
    padding: 1rem .78rem 1.15rem;
    border-radius: 22px;
  }

  /* Any tier with more than one package becomes a true touch carousel on
     mobile. The next card deliberately peeks in to communicate horizontal
     movement without adding bulky controls. */
  .premium-collection .package-grid.has-mobile-carousel {
    display: flex !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;
    gap: .9rem;
    width: 100%;
    margin: 0;
    padding: .08rem .08rem .8rem;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: .08rem;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .premium-collection .package-grid.has-mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .premium-collection .package-grid.has-mobile-carousel .premium-package-card,
  .premium-collection .economy-grid.has-mobile-carousel .package-card:last-child,
  .premium-collection .business-grid.has-mobile-carousel .premium-package-card {
    flex: 0 0 min(82vw, 350px);
    width: min(82vw, 350px) !important;
    max-width: none;
    grid-column: auto;
    justify-self: auto;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .premium-collection .business-grid.has-mobile-carousel {
    display: flex !important;
  }

  .premium-collection .business-grid.has-mobile-carousel .package-card-frame {
    display: block;
    height: 100%;
  }

  .premium-collection .business-grid.has-mobile-carousel .package-card-details {
    border-top: 1px solid rgba(212,175,55,.14);
    border-left: 0;
  }

  .premium-collection .tier-count.has-carousel-count::after {
    content: ' · swipe';
    color: rgba(212,175,55,.62);
  }

  .premium-collection .package-card-frame {
    height: 100%;
  }

  .premium-collection .package-card-details {
    gap: .82rem;
    padding: .92rem .9rem 1rem;
  }

  .premium-collection .package-card-footer {
    gap: .7rem;
    padding-top: .8rem;
  }

  .premium-collection .package-price {
    font-size: 1.26rem;
  }

  .premium-collection .package-enquire {
    min-height: 38px;
    padding: .58rem .72rem;
  }
}

@media (max-width: 420px) {
  .premium-collection .package-grid.has-mobile-carousel .premium-package-card,
  .premium-collection .economy-grid.has-mobile-carousel .package-card:last-child,
  .premium-collection .business-grid.has-mobile-carousel .premium-package-card {
    flex-basis: 84vw;
    width: 84vw !important;
  }

  .premium-collection .package-card-footer {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
  }

  .premium-collection .package-enquire {
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .globe-viewport #globe-canvas,
  .globe-scroll-instruction {
    transition-duration: .01ms !important;
  }
}


/* =========================================================
   BIDIRECTIONAL SCROLL FADE + TEMPORARY GOLD TRACE — v23
   ========================================================= */

/* Once the collection is open, older performance rules used a very short
   transition. Restore the full cinematic fade so returning to the globe by
   scrolling up looks identical to entering it while scrolling down. */
.globe-cinematic-stage.is-collection-open .globe-viewport #globe-canvas {
  transition:
    opacity .92s cubic-bezier(.16,1,.3,1),
    transform 1.02s cubic-bezier(.16,1,.3,1),
    filter .86s ease !important;
  will-change: opacity, transform, filter;
}

.globe-cinematic-stage.is-collection-open .globe-viewport.is-scroll-visible #globe-canvas,
.globe-viewport.is-scroll-visible #globe-canvas {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0) brightness(1) !important;
}

.globe-cinematic-stage.is-collection-open .globe-viewport.is-scroll-away #globe-canvas,
.globe-viewport.is-scroll-away #globe-canvas {
  opacity: 0;
  transform: translateY(-3vh) scale(.94);
  filter: blur(5px) brightness(.72) !important;
}

/* The instruction follows the same repeatable in/out state in both directions. */
.globe-cinematic-stage.is-collection-open .globe-viewport .globe-scroll-instruction {
  transition:
    opacity .7s ease,
    transform .8s cubic-bezier(.16,1,.3,1) !important;
}

@media (prefers-reduced-motion: reduce) {
  .globe-cinematic-stage.is-collection-open .globe-viewport #globe-canvas,
  .globe-viewport #globe-canvas,
  .globe-scroll-instruction {
    transition-duration: .01ms !important;
  }
}
