/* ==========================================================================
   SINGLE PACKAGE — Fun, data-rich, high contrast v3
   SwiperJS hero · Fixed timeline · Sticky booking · GLightbox
/* NOTE: Swiper CSS is enqueued via wp_enqueue_style in inc/enqueue.php — no @import needed */ /* ─── HERO ────────────────────────────────────────────────────────────────── */
.sp-hero {
  position: relative;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  /* Flexbox to organically push content to bottom-center */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.sp-hero-bg-fallback,
.sp-hero-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sp-hero-bg-fallback {
  background: var(--forest);
}
.sp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 8, 3, 0.95) 0%,
    rgba(13, 8, 3, 0.75) 40%,
    rgba(13, 8, 3, 0.2) 100%
  );
  z-index: 1;
}
.sp-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  /* Let the .wrap class handle max-width and horizontal margins/padding */
  padding-top: calc(var(--header-h) + var(--sp-lg));
  padding-bottom: clamp(4rem, 10vh, 7rem);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sp-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  color: var(--white);
  margin: 0.3rem 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.sp-hero-meta {
  display: flex;
  justify-content: flex-start;
  gap: var(--sp-sm);
  flex-wrap: wrap;
  margin: 1rem 0;
}
.sp-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 40px;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--white);
  backdrop-filter: blur(8px);
}
.sp-hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  font-size: 0.6rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 40px;
  font-family: var(--sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}
.sp-meta-pill svg {
  stroke: var(--gold);
  fill: none;
  flex-shrink: 0;
}

.sp-hero-actions {
  display: flex;
  justify-content: flex-start;
  gap: var(--sp-md);
  flex-wrap: wrap;
  margin-top: var(--sp-lg);
}
.sp-hero-actions .sa-fun-btn {
  font-size: 0.72rem;
  padding: 1rem 2rem;
  letter-spacing: 0.14em;
}
.sp-hero-actions .sa-fun-btn--gold {
  background: var(--gold);
  color: var(--forest-dark);
  border-color: var(--gold);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}
.sp-hero-actions .sa-fun-btn--gold:hover {
  background: var(--gold-deep);
  border-color: var(--gold-deep);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.sp-hero-actions .sa-fun-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
  backdrop-filter: blur(4px);
}
.sp-hero-actions .sa-fun-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: var(--white);
  transform: translateY(-3px);
} /* ─── STICKY BOOKING STRIP ────────────────────────────────────────────────── */
.sp-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: var(--forest);
  border-top: 2px solid var(--gold);
  padding: 0.9rem var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-md);
  transform: translateY(100%);
  transition: transform 0.45s var(--ease-out);
}
.sp-sticky-bar.visible {
  transform: translateY(0);
}
.sp-sticky-name {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-sticky-price {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--gold);
  white-space: nowrap;
}
.sp-sticky-price small {
  font-family: var(--sans);
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 1);
}
.sp-sticky-bar .btn {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .sp-sticky-name {
    display: none;
  }
  .sp-sticky-bar {
    justify-content: space-between;
  }
} /* ─── INTRO ───────────────────────────────────────────────────────────────── */
.sp-intro {
  background: var(--bg);
  padding: var(--sp-lg) 0;
  padding-bottom: 0;
}
.sp-intro-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: var(--sp-lg);
  align-items: start;
}
.sp-intro-lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  line-height: 1.4;
  color: var(--brown);
  letter-spacing: -0.01em;
  margin-bottom: var(--sp-lg);
  border-left: 4px solid var(--gold);
  padding-left: var(--sp-md);
}
.sp-intro-body p {
  margin-bottom: var(--sp-md);
} /* sidebar */
.sp-intro-aside {
  display: flex;
  flex-direction: column;
  gap: var(--sp-md);
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
}

.sp-aside-box {
  background: var(--forest);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sp-aside-box-title {
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}
.sp-aside-price {
  font-family: var(--serif);
  font-size: 2.6rem;
  color: var(--white);
  line-height: 1;
  font-weight: 300;
}
.sp-aside-price-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 1);
  margin-top: -0.25rem;
  margin-bottom: 0.5rem;
}
.sp-aside-tiers {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: var(--sp-sm) 0;
  margin-bottom: var(--sp-sm);
}
.sp-tier {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.sp-tier:last-child {
  border-bottom: none;
}
.sp-tier-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 1);
}
.sp-tier-val {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--white);
}
.sp-aside-note {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 1);
  line-height: 1.55;
  margin-top: var(--sp-sm);
}
.sp-aside-box .btn {
  width: 100%;
  justify-content: center;
} /* facts box */
.sp-facts {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--olive);
  padding: var(--sp-lg);
}
.sp-fact {
  display: flex;
  gap: var(--sp-sm);
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
}
.sp-fact:last-child {
  border-bottom: none;
}
.sp-fact svg {
  stroke: var(--olive);
  fill: none;
  flex-shrink: 0;
  margin-top: 0.1rem;
} /* ─── ITINERARY ───────────────────────────────────────────────────────────── */
.sp-itinerary {
  background: var(--white);
  padding: var(--sp-lg) 0;
}
.sp-itinerary-header {
  margin-bottom: var(--sp-md);
}
.sp-itinerary-header h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  margin-bottom: 0;
}
.sp-itinerary-header p {
  margin-bottom: var(--sp-md);
}

.sp-days-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
} /* the vertical dashed line connecting all days */
.sp-days-list::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 56px;
  bottom: 56px;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    var(--border) 0px,
    var(--border) 8px,
    transparent 8px,
    transparent 16px
  );
  z-index: 0;
}

.sp-day {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 var(--sp-md);
  padding-bottom: var(--sp-lg);
  position: relative;
}
.sp-day:last-child {
  padding-bottom: 0;
} /* day number column */
.sp-day-num-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  padding-top: 0.3rem;
}
.sp-day-dot {
  width: 56px;
  height: 56px;
  background: var(--forest);
  border: 4px solid var(--bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(8, 45, 2, 0.35);
  position: relative;
  z-index: 3;
}
.sp-day-num-text {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  /* sits inside .sp-day-dot via flex centering on the dot */
  pointer-events: none;
} /* day content */
.sp-day-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-lg);
  background: var(--bg);
  padding: var(--sp-lg);
  border-left: 3px solid var(--sage-light);
  transition: border-color 0.3s;
}
.sp-day:hover .sp-day-body {
  border-left-color: var(--forest);
}

.sp-day--alt .sp-day-body {
  background: var(--pastel-yellow);
  border-left-color: var(--gold-deep);
}
.sp-day--alt:hover .sp-day-body {
  border-left-color: var(--gold);
}
.sp-day--alt .sp-day-subtitle {
  color: var(--olive);
  opacity: 1;
}
.sp-day--alt .sp-day-title {
  color: var(--brown);
}
.sp-day--alt .sp-day-text p {
  color: var(--muted);
}
.sp-day--alt .sp-day-accom-tier {
  color: var(--gold-deep);
}
.sp-day--alt .sp-day-lodge {
  color: var(--forest);
}
.sp-day--alt .sp-day-lodge svg {
  stroke: var(--forest);
}
.sp-day--alt .sp-day-accom-card {
  border-color: rgba(180, 140, 70, 0.3);
  background: rgba(255, 255, 255, 0.5);
}
.sp-day--alt .sp-day-accom-card:hover {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.8);
}
.sp-day--alt .sp-day-chip--dest {
  background: var(--gold-deep);
  color: var(--white);
}
.sp-day--alt .sp-day-chip--dest:hover {
  background: var(--forest);
  color: var(--white);
}
.sp-day--alt .sp-day-dot {
  background: var(--gold);
  box-shadow: 0 4px 16px rgba(198, 164, 108, 0.35);
}
.sp-day--alt .sp-day-num-text {
  color: var(--forest-dark);
}
.sp-day--alt .sp-day-body::before {
  color: var(--gold-deep);
  opacity: 0.12;
}

.sp-day-subtitle {
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--olive);
  display: block;
  margin-bottom: 0.4rem;
}
.sp-day-title {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-bottom: var(--sp-sm);
}
.sp-day-text p {
  margin-bottom: var(--sp-sm);
  font-size: 0.95rem;
}

.sp-day-lodge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
  margin-top: var(--sp-sm);
  transition: gap 0.25s var(--ease-out);
  text-decoration: none;
}
.sp-day-lodge:hover {
  gap: 0.9rem;
}
.sp-day-lodge svg {
  stroke: var(--forest);
  fill: none;
  flex-shrink: 0;
} /* day image wrap — contains the tilted image + optional gallery strip */
.sp-day-img-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-self: start;
} /* day image — clickable for lightbox */
.sp-day-img {
  overflow: hidden;
  cursor: zoom-in;
  transform: rotate(1.2deg);
  transition:
    transform 0.4s var(--ease-spring),
    box-shadow 0.4s;
  border: 6px solid var(--white);
  box-shadow: 0 8px 24px rgba(59, 47, 47, 0.15);
  align-self: start;
  display: block;
  text-decoration: none;
}
.sp-day:nth-child(even) .sp-day-img {
  transform: rotate(-1.5deg);
}
.sp-day-img:hover {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 16px 40px rgba(59, 47, 47, 0.25);
}
.sp-day-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease-out);
}
.sp-day-img:hover img {
  transform: scale(1.04);
} /* per-day thumbnail gallery strip */
.sp-day-gallery {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.sp-day-gallery-thumb {
  display: block;
  overflow: hidden;
  width: 52px;
  height: 40px;
  flex-shrink: 0;
  cursor: zoom-in;
  opacity: 0.75;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.sp-day-gallery-thumb:hover {
  opacity: 1;
  transform: scale(1.05);
}
.sp-day-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} /* big watermark day number behind */
.sp-day-body {
  position: relative;
  overflow: hidden;
}
.sp-day-body::before {
  content: attr(data-day);
  position: absolute;
  right: -1rem;
  bottom: -1.5rem;
  font-family: var(--serif);
  font-size: 9rem;
  font-weight: 400;
  color: var(--border);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
} /* ─── INVESTMENT / PRICING ────────────────────────────────────────────────── */ /* ─── INCLUDED / EXCLUDED ─────────────────────────────────────────────────── */ /* ─── NOTES ───────────────────────────────────────────────────────────────── */ /* each note card gets a pastel background, cycling */ /* ─── RELATED PACKAGES ────────────────────────────────────────────────────── */
.sp-related {
  padding: var(--sp-lg) 0;
  color: var(--white);
}
.sp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-lg);
  margin-top: var(--sp-lg);
} /* ─── RESPONSIVE ──────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .sp-intro-grid {
    grid-template-columns: 1fr;
  }

  .sp-intro-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .sp-related-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .sp-days-list::before {
    left: 24px;
  }

  .sp-day {
    grid-template-columns: 40px 1fr;
    gap: 0 var(--sp-sm);
  }

  .sp-day-dot {
    width: 40px;
    height: 40px;
  }

  .sp-day-body {
    grid-template-columns: 1fr;
    padding: var(--sp-md);
  }

  .sp-day-img {
    max-width: 280px;
  }

  .sp-intro-aside {
    grid-template-columns: 1fr;
  }

  .sp-related-grid {
    grid-template-columns: 1fr;
  }
}
/* ─── QUICK FACTS STRIP ───────────────────────────────────────────────────── */
.sp-facts-strip {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: var(--sp-lg) 0;
}
.sp-facts-pills {
  display: flex;
  gap: var(--sp-md);
  flex-wrap: wrap;
  justify-content: center;
}
.sp-fact-pill {
  display: flex;
  align-items: center;
  gap: var(--sp-sm);
  padding: 0.8rem 1.2rem;
  min-width: 160px;
  flex: 1;
  max-width: 200px;
}
.sp-fact-pill--mint {
  background: var(--pastel-mint);
}
.sp-fact-pill--yellow {
  background: var(--pastel-yellow);
}
.sp-fact-pill--peach {
  background: var(--pastel-peach);
}
.sp-fact-pill--sage {
  background: var(--pastel-sage);
}
.sp-fact-pill--pink {
  background: var(--pastel-pink);
}
.sp-fact-pill svg {
  stroke: var(--brown);
  flex-shrink: 0;
}
.sp-fact-pill-label {
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 0.15rem;
}
.sp-fact-pill-val {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--brown);
  display: block;
}
@media (max-width: 768px) {
  .sp-facts-pills {
    gap: var(--sp-sm);
  }
  .sp-fact-pill {
    min-width: 140px;
    max-width: none;
    flex: 1 1 calc(50% - var(--sp-sm));
  }
} /* ─── STICKY BAR (BOTTOM) ─────────────────────────────────────────────────── */
.sp-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 110;
  background: var(--forest);
  color: var(--white);
  padding: 1rem var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 0.4s var(--ease-out),
    opacity 0.4s var(--ease-out);
}
.sp-sticky-bar.visible {
  transform: translateY(0);
  opacity: 1;
}
.sp-sticky-name {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--white);
}
.sp-sticky-price {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--gold);
}
.sp-sticky-price small {
  font-size: 0.7rem;
  opacity: 0.7;
} /* ==========================================================================
   SINGLE PACKAGE — v4 additions (deus template)
   ========================================================================== */ /* Fix meta-pill contrast */
.sp-meta-pill {
  color: var(--white);
} /* ─── SECTION HEAD ─────────────────────────────────────────────────────────── */
.sp-section-head {
  text-align: center;
  margin-bottom: var(--sp-lg);
  padding: var(--sp-md) 0;
}
.sp-section-head h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin-top: var(--sp-sm);
  margin-bottom: 0;
} /* ─── INCLUDES / EXCLUDES ──────────────────────────────────────────────────── */
.sp-inc-section {
  padding: var(--sp-lg) 0;
  background: var(--pastel-yellow);
}
.sp-inc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-lg);
  margin-top: var(--sp-lg);
}
@media (max-width: 640px) {
  .sp-inc-grid {
    grid-template-columns: 1fr;
  }
}
.sp-inc-col {
}
.sp-inc-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.sp-inc-heading--inc {
  color: var(--forest);
}
.sp-inc-heading--exc {
  color: var(--terracotta, #c0392b);
}
.sp-inc-heading svg {
  flex-shrink: 0;
}
.sp-inc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sp-inc-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--brown);
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}
.sp-inc-item:last-child {
  border-bottom: none;
}
.sp-inc-item::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 50%;
}
.sp-inc-item--in::before {
  background: #e8f8ee
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%231a7a3c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    no-repeat center / 11px;
}
.sp-inc-item--ex::before {
  background: #ffeaea
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23ca1010' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")
    no-repeat center / 11px;
} /* ─── TRAVEL INFO ACCORDION ────────────────────────────────────────────────── */
.sp-info-section {
  padding: var(--sp-lg) 0;
}
.sp-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sp-accordion-item {
  background: var(--white);
  border: 1px solid var(--border);
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.sp-accordion-item:hover {
  background: var(--bg);
}
.sp-accordion-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--brown);
  cursor: pointer;
  text-align: left;
  gap: 1rem;
}
.sp-accordion-toggle-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}
.sp-accordion-icon {
  color: var(--gold);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.sp-accordion-arrow {
  transition: transform 0.35s var(--ease-out);
  flex-shrink: 0;
  color: var(--gold);
}
.sp-accordion-toggle[aria-expanded="true"] .sp-accordion-arrow {
  transform: rotate(180deg);
}
.sp-accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease-out);
}
.sp-accordion-body.is-open {
  grid-template-rows: 1fr;
}
.sp-accordion-body-inner {
  overflow: hidden;
}
.sp-accordion-body-content {
  padding: 0 1.5rem 1.5rem 3.5rem;
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--brown);
} /* ─── DAY DESTINATION CHIPS ────────────────────────────────────────────────── */
.sp-day-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}
.sp-day-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.2s,
    color 0.2s;
}
.sp-day-chip--dest {
  background: var(--forest);
  color: var(--white);
}
.sp-day-chip--dest:hover {
  background: var(--gold);
  color: var(--brown);
} /* ─── DAY ACCOMMODATION CARDS ──────────────────────────────────────────────── */
.sp-day-accom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.sp-day-accom-card {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--border);
  background: none;
  cursor: pointer;
  text-align: left;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  max-width: 280px;
}
.sp-day-accom-card:hover {
  border-color: var(--gold);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.sp-day-accom-img {
  width: 56px;
  height: 42px;
  object-fit: cover;
  flex-shrink: 0;
}
.sp-day-accom-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.sp-day-accom-name {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brown);
}
.sp-day-accom-tier {
  font-size: 0.68rem;
  font-family: var(--sans);
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sp-day-accom-cta {
  font-size: 0.72rem;
  color: var(--forest);
} /* ─── CHIPS ─────────────────────────────────────────────────────────────────── */
.sp-chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.sp-chip {
  display: inline-flex;
  padding: 0.35rem 0.9rem;
  background: var(--cream);
  border: 1px solid var(--border);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brown);
} /* ─── RELATED PACKAGES ──────────────────────────────────────────────────────── */
.sp-related {
  padding: var(--sp-lg) 0;
  color: var(--white);
}
.sp-related h2 {
  margin-top: var(--sp-sm);
  margin-bottom: var(--sp-lg);
  font-size: clamp(2rem, 3.5vw, 3rem);
}
.sp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-lg);
}
@media (max-width: 900px) {
  .sp-related-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .sp-related-grid {
    grid-template-columns: 1fr;
  }
}
.sp-rel-card {
  display: block;
  text-decoration: none;
  border: 1px solid var(--border);
  transition:
    box-shadow 0.25s,
    border-color 0.25s;
}
.sp-rel-card:hover {
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.09);
  border-color: var(--gold);
}
.sp-rel-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.sp-rel-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.sp-rel-card:hover .sp-rel-card-img img {
  transform: scale(1.04);
}
.sp-rel-card-body {
  padding: 1.2rem;
}
.sp-rel-card-body h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--brown);
  margin: 0.4rem 0 0.6rem;
}
.sp-rel-card-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.78rem;
  font-family: var(--sans);
  color: var(--muted);
} /* ─── DIALOGS (modals via <dialog>) ─────────────────────────────────────────── */
dialog.sp-modal {
  border: none;
  padding: 0;
  max-width: 560px;
  width: calc(100% - 2rem);
  max-height: 85vh;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
dialog.sp-modal::backdrop {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}
.sp-modal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 85vh;
}
.sp-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s;
}
.sp-modal-close:hover {
  background: rgba(0, 0, 0, 0.6);
}
.sp-modal-hero {
  position: relative;
  flex-shrink: 0;
}
.sp-modal-hero-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.sp-modal-badge {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  background: var(--gold);
  color: var(--brown);
}
.sp-modal-body {
  padding: 1.5rem 1.5rem 0;
  overflow-y: auto;
  flex-grow: 1;
}
.sp-modal-actions {
  padding: 1.5rem;
  background: var(--white);
  border-top: 1px solid var(--border);
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.sp-modal-eyebrow {
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.sp-modal-title {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--brown);
  margin-bottom: 1rem;
}
.sp-modal-body p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--brown);
  margin-bottom: 1rem;
}
.sp-modal-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin: 1rem 0;
}
.sp-modal-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.sp-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1.25rem;
}
