/* ==========================================================
   PACKAGE DETAIL PAGE — built on tokens from style.css
   ========================================================== */

/* ---------------- Package Hero ---------------- */
.pkg-hero {
  position: relative;
  min-height: 88vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  background: var(--navy-900);
  overflow: hidden;
}
.pkg-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.pkg-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(22, 22, 24, 0.92),
    rgba(22, 22, 24, 0.5) 55%,
    rgba(22, 22, 24, 0.35)
  );
}
.pkg-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding: 160px 24px 72px;
}
.pkg-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.75);
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 22px;
  transition: color .3s ease;
}
.pkg-hero__back svg, .pkg-hero__back [data-lucide] { width: 14px; height: 14px; }
.pkg-hero__back:hover { color: var(--gold-400); }

.pkg-hero__heading {
  font-family: var(--font-display);
  font-weight: 800;
  color: #fff;
  font-size: 56px;
  line-height: 1.06;
  max-width: 720px;
  margin: 14px 0 0;
}
.pkg-hero__subheading {
  color: rgba(255,255,255,.8);
  font-size: 17px;
  line-height: 1.65;
  max-width: 560px;
  margin: 18px 0 0;
}

.pkg-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.pkg-hero__fact {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
}
.pkg-hero__fact svg, .pkg-hero__fact [data-lucide] { width: 15px; height: 15px; color: var(--gold-400); }

.pkg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
}
.btn--outline-light {
  border-color: rgba(255,255,255,.4);
  color: #fff;
}
.btn--outline-light:hover { background: #fff; color: var(--navy-900); }

@media (max-width: 640px) {
  .pkg-hero__heading { font-size: 36px; }
  .pkg-hero { min-height: 80vh; }
  .pkg-hero__content { padding-top: 128px; }
}

/* ---------------- Quick Facts Strip ---------------- */
.pkg-facts { background: var(--surface); border-bottom: 1px solid var(--line); padding: 32px 0; }
.pkg-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.pkg-facts__item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pkg-facts__icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--navy-100);
  color: var(--navy-700);
  display: flex; align-items: center; justify-content: center;
}
.pkg-facts__icon svg, .pkg-facts__icon [data-lucide] { width: 20px; height: 20px; }
.pkg-facts__label {
  display: block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}
.pkg-facts__value {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--navy-900);
  margin-top: 3px;
}

@media (max-width: 900px) {
  .pkg-facts__grid { grid-template-columns: 1fr 1fr; row-gap: 24px; }
}
@media (max-width: 480px) {
  .pkg-facts__grid { grid-template-columns: 1fr; }
}

/* ==========================================================
   ITINERARY — sticky scroll timeline
   ========================================================== */
.itinerary { background: var(--paper); padding: 96px 0 40px; }
.itinerary > .section-inner:first-child { text-align: left; margin-bottom: 8px; }

.itinerary__layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 56px;
  margin-top: 48px;
  align-items: start;
}

.itinerary__sticky-col { position: relative; height: 100%; }
.itinerary__sticky {
  position: sticky;
  top: 104px;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--navy-900);
}
.itinerary__sticky-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity .5s ease;
}
.itinerary__sticky-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14,34,56,.88), rgba(14,34,56,.1) 55%, transparent);
}
.itinerary__sticky-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 28px;
}
.itinerary__sticky-day {
  display: block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-400);
  transition: opacity .35s ease, transform .35s ease;
}
.itinerary__sticky-title {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  margin-top: 8px;
  line-height: 1.25;
  transition: opacity .35s ease, transform .35s ease;
}
.itinerary__sticky-progress {
  position: absolute;
  top: 24px; right: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.itinerary__sticky-dot {
  width: 7px; height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  transition: background-color .3s ease, transform .3s ease;
}
.itinerary__sticky-dot.is-active { background: var(--gold-400); transform: scale(1.3); }

.itinerary__days { display: flex; flex-direction: column; }
.itinerary__day {
  min-height: 62vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
  opacity: .4;
  transition: opacity .4s ease;
}



.itinerary__day:last-child { border-bottom: none; }
.itinerary__day.is-active { opacity: 1; }

.itinerary__day-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-600);
}
.itinerary__day h3 {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--navy-900);
  font-size: 30px;
  line-height: 1.2;
  margin: 10px 0 0;
}

.itinerary__day-mobile-img {
  display: none;
  height: 200px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  margin: 20px 0 0;
}

.itinerary__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.itinerary__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15.5px;
  color: var(--ink);
  font-weight: 500;
}
.itinerary__list li small { color: var(--muted); font-weight: 400; margin-left: 2px; }
.itinerary__list svg, .itinerary__list [data-lucide] {
  width: 17px; height: 17px;
  color: var(--gold-600);
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .itinerary__layout { grid-template-columns: 1fr; gap: 0; }
  .itinerary__sticky-col { display: none; }
  .itinerary__day-mobile-img { display: block; }
  .itinerary__day { min-height: 0; opacity: 1; padding: 32px 0; }
  .itinerary__day h3 { font-size: 24px; }
   .itinerary__layout{margin-top:0 !important;}
   .itinerary {  padding: 40px 0 0px; }
}

/* ==========================================================
   ENQUIRY CTA BAND
   ========================================================== */
.pkg-cta { background: var(--navy-900); padding: 72px 0; }
.pkg-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.pkg-cta__inner .section-heading { font-size: 30px; max-width: 520px; }
.pkg-cta__text { color: rgba(255,255,255,.65); max-width: 480px; }
.pkg-cta__btn { flex-shrink: 0; }

@media (max-width: 700px) {
  .pkg-cta__inner { flex-direction: column; align-items: flex-start; }
}
