/* ============ PACKAGE DETAIL PAGE ============ */

.crumb { position: relative; z-index: 5; padding-top: 100px; font-size: 0.78rem; color: rgba(245,242,235,0.75); }
.crumb a { color: rgba(245,242,235,0.9); }
.crumb a:hover { color: var(--eo-terracotta); }
.crumb i { font-size: 0.6rem; margin: 0 8px; opacity: 0.7; }

/* HERO */
.pkg-hero { position: relative; min-height: 78vh; overflow: hidden; }
.pkg-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pkg-hero .hero-mask {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(15,12,10,0.96) 0%, rgba(15,12,10,0.72) 42%, rgba(15,12,10,0.35) 75%, rgba(15,12,10,0.28) 100%);
}
.pkg-hero-inner { position: relative; z-index: 5; max-width: 1200px; margin: 0 auto; padding: 40px 24px 70px; min-height: 78vh; display: flex; flex-direction: column; justify-content: flex-end; }
.pkg-hero-inner .overline { color: rgba(245,242,235,0.85); }
.pkg-hero-inner h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.03; color: #fff;
  text-shadow: 0 4px 30px rgba(0,0,0,0.6); margin-top: 14px; max-width: 820px;
}
.hero-meta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(6px); color: #fff; font-size: 0.82rem;
  padding: 9px 16px; border-radius: 999px;
}
.hero-pill.price { background: var(--eo-terracotta); border-color: var(--eo-terracotta); font-weight: 600; }
.hero-ctas-row { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.customizable-note {
  margin-top: 20px; display: flex; align-items: center; gap: 10px;
  color: rgba(245,242,235,0.9); font-size: 0.85rem; font-style: italic;
}
.customizable-note i { color: var(--eo-terracotta); }

/* OVERVIEW LAYOUT */
.pkg-overview { padding: 80px 0 40px; }
.overview-grid { display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: start; }
.overview-main .lead { font-size: 1.08rem; line-height: 1.8; color: var(--eo-ink-soft); max-width: 680px; }
.overview-main h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; margin-top: 52px; margin-bottom: 20px;
  padding-top: 4px;
}
.overview-main h3 .overline { display: block; margin-bottom: 6px; }

/* HIGHLIGHTS GRID */
.highlight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 680px; }
.highlight-card {
  display: flex; gap: 14px; align-items: flex-start; padding: 18px; background: var(--eo-surface);
  border: 1px solid var(--eo-border);
}
.highlight-card .hc-icon {
  width: 38px; height: 38px; border-radius: 999px; background: rgba(200,90,60,0.12); color: var(--eo-terracotta);
  display: grid; place-items: center; flex: none; font-size: 15px;
}
.highlight-card p { margin: 0; font-size: 0.88rem; line-height: 1.5; color: var(--eo-ink); }

/* TIMELINE */
.timeline { max-width: 680px; margin-top: 8px; }
.tl-item { position: relative; padding: 0 0 32px 40px; border-left: 2px solid var(--eo-border); }
.tl-item:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -7px; top: 2px; width: 12px; height: 12px; border-radius: 999px;
  background: var(--eo-terracotta); border: 3px solid var(--eo-cream);
}
.tl-day { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--eo-terracotta); font-weight: 600; }
.tl-title { font-weight: 600; font-size: 0.95rem; margin: 4px 0 6px; }
.tl-text { font-size: 0.88rem; color: var(--eo-ink-soft); line-height: 1.6; margin: 0; }

/* GALLERY STRIP */
.gallery-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 680px; }
.gallery-strip img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--eo-border); }

/* INCLUSIONS */
.incl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 680px; }
.incl-col h4 { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 14px; color: var(--eo-ink-soft); }
.incl-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.incl-list li { display: flex; gap: 9px; font-size: 0.88rem; color: var(--eo-ink-soft); line-height: 1.5; }
.incl-list.yes i { color: var(--eo-jade); margin-top: 3px; }
.incl-list.no i { color: #B23B3B; margin-top: 3px; }

/* GOOD TO KNOW */
.info-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 680px; margin-top: 8px; }
.info-strip div { border-top: 2px solid var(--eo-terracotta); padding-top: 10px; }
.info-strip .il { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--eo-ink-soft); }
.info-strip .iv { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; margin-top: 4px; }

/* BOOKING CARD */
.booking-card {
  position: sticky; top: 24px; background: #fff; border: 1px solid var(--eo-border);
  padding: 30px; box-shadow: 0 20px 60px -24px rgba(20,20,20,0.18);
}
.booking-card .bc-price-lbl { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--eo-ink-soft); }
.booking-card .bc-price { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; color: var(--eo-terracotta); margin-top: 6px; line-height: 1; }
.booking-card .bc-price sub { font-family: 'Manrope', sans-serif; font-size: 0.85rem; color: var(--eo-ink-soft); }
.booking-card .bc-sub { font-size: 0.78rem; color: var(--eo-ink-soft); margin-top: 6px; }
.booking-card .bc-divider { height: 1px; background: var(--eo-border); margin: 22px 0; }
.booking-card .bc-row { display: flex; justify-content: space-between; font-size: 0.85rem; padding: 9px 0; color: var(--eo-ink-soft); }
.booking-card .bc-row span:last-child { color: var(--eo-ink); font-weight: 600; }
.booking-card .btn-wa-full {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  background: #25D366; color: #fff; padding: 15px; border-radius: 6px; font-size: 14px; font-weight: 600;
  margin-top: 22px; transition: transform 300ms;
}
.booking-card .btn-wa-full:hover { transform: translateY(-2px); }
.booking-card .btn-call-full {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  background: var(--eo-indigo); color: #fff; padding: 15px; border-radius: 6px; font-size: 14px; font-weight: 600;
  margin-top: 10px; transition: transform 300ms;
}
.booking-card .btn-call-full:hover { transform: translateY(-2px); }
.booking-card .btn-form-full {
  display: flex; align-items: center; justify-content: center; width: 100%;
  border: 1px solid var(--eo-ink); color: var(--eo-ink); padding: 14px; border-radius: 6px; font-size: 14px;
  margin-top: 10px; transition: all 300ms;
}
.booking-card .btn-form-full:hover { background: var(--eo-ink); color: #fff; }
.booking-card .bc-note { font-size: 0.72rem; color: var(--eo-ink-soft); margin-top: 16px; line-height: 1.5; text-align: center; }
.booking-card .bc-call { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 18px; font-size: 0.82rem; }
.booking-card .bc-call a { color: var(--eo-terracotta-dark); font-weight: 600; }

/* RELATED */
.related-packages { background: var(--eo-surface); padding: 80px 0 100px; margin-top: 60px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.rel-card { display: block; background: var(--eo-cream); border: 1px solid var(--eo-border); overflow: hidden; transition: transform 400ms; }
.rel-card:hover { transform: translateY(-4px); }
.rel-card .thumb { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.rel-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms; }
.rel-card:hover .thumb img { transform: scale(1.06); }
.rel-card .rc-body { padding: 18px 20px; }
.rel-card .rc-meta { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--eo-ink-soft); }
.rel-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; margin: 8px 0; }
.rel-card .rc-price { font-size: 0.82rem; color: var(--eo-terracotta-dark); font-weight: 600; }

@media (max-width: 900px) {
  .overview-grid { grid-template-columns: 1fr; }
  .booking-card { position: static; }
  .highlight-grid, .incl-grid { grid-template-columns: 1fr; }
  .info-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-strip { grid-template-columns: repeat(3, 1fr); }
  .related-grid { grid-template-columns: 1fr; }
  .pkg-hero { min-height: 60vh; }
  .pkg-hero-inner { min-height: 60vh; }
}
